]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Add entry for maven.
[gnu-emacs] / lisp / ChangeLog
1 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4 Move entry for maven (alphabetical order).
5
6 2009-02-19 Glenn Morris <rgm@gnu.org>
7
8 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
9 Regexp-quote default argument taken from current subject.
10 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
11
12 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
13 Move here from rmail.el. Be more careful about error-handling.
14 Restore the feature of temporarily setting all old messages
15 undeleted before expunging (removed 2009-02-18).
16
17 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
18 Don't declare.
19 (rmail-get-new-mail-filter-spam): Declare. Move definition to
20 rmail-spam-filter.el.
21 (rmail-get-new-mail-1): Move the beep and sleep to
22 rmail-get-new-mail-filter-spam.
23
24 2009-02-18 Martin Rudalics <rudalics@gmx.at>
25
26 * cus-edit.el (custom-group-value-create): Insert some
27 informatory text in the WIDGET-misses-doc-string case.
28
29 2009-02-18 Sam Steingold <sds@gnu.org>
30
31 * progmodes/compile.el: Require comint at top level to fix the
32 last patch.
33
34 2009-02-18 Martin Rudalics <rudalics@gmx.at>
35
36 * cus-edit.el (custom-group-value-create): Don't throw an error
37 when WIDGET has no doc-string. (Bug#2356)
38
39 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
40
41 * progmodes/cc-menus.el (imenu-progress-message):
42 Remove bogus cc-bytecomp-defun.
43 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
44 Don't let-bind variable `stupid'. (Bug#1638)
45
46 2009-02-18 Glenn Morris <rgm@gnu.org>
47
48 * mail/rmail.el (rmail-get-new-mail-filter-spam):
49 * mail/rmail-spam-filter.el (rmail-spam-filter):
50 Show a message rather than the raw mbox while prompting.
51
52 2009-02-18 Martin Rudalics <rudalics@gmx.at>
53
54 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
55
56 2009-02-18 Glenn Morris <rgm@gnu.org>
57
58 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
59 declaration.
60 (top-level): No need for cl now.
61 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
62 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
63 (rsf-autosave-newly-added-definitions, rsf-white-list)
64 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
65 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
66 (rsf-customize-spam-definitions, rsf-customize-group)
67 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
68 (rsf-check-field): Use setcar and setcdr rather than setf.
69 (rmail-spam-filter): Simplify.
70 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
71 (rsf-add-region-to-spam-list): Use rmail-get-header or
72 buffer-substring-no-properties. Regexp-quote the extracted data.
73 Make the messages less verbose.
74 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
75 simplify things.
76 (rsf-add-content-type-field): Make the message less verbose.
77
78 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
79 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
80 rmail-deleted-vector.
81 (rmail-insert-inbox-text, rmail-collect-deleted)
82 (rmail-set-message-deleted-p, rmail-only-expunge)
83 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
84 (rmail-get-labels): Remove unused local `blurb'.
85 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
86 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
87 (rmail-set-message-deleted-p): Doc fixes.
88
89 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
90 Update callers for associated name change.
91 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
92 * mail/unrmail.el (unrmail): Use mail-mbox-from.
93
94 2009-02-17 Richard M Stallman <rms@gnu.org>
95
96 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
97
98 * mail/rmail.el (rmail-copy-headers): When copying full headers,
99 correctly put point at the end.
100
101 2009-02-17 Sam Steingold <sds@gnu.org>
102
103 * progmodes/compile.el (compilation-filter): Call
104 `comint-carriage-motion', just like `comint-output-filter'.
105
106 2009-02-17 Jason Rumney <jasonr@gnu.org>
107
108 * files.el (make-directory): Stop recursing if parent is
109 self. (Bug#2309)
110
111 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
112
113 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
114
115 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
116
117 2009-02-17 Miles Bader <miles@gnu.org>
118
119 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
120 copyright statements where the years follow the name.
121
122 2009-02-17 Glenn Morris <rgm@gnu.org>
123
124 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
125 move point. (Bug#2209)
126
127 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
128 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
129 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
130 "not-rmail", and make it work. Simplify.
131 (rmail-mbox-from): New function.
132 (rmail-output-as-mbox): Use rmail-mbox-from.
133 (rmail-output): Ensure a From line in the not-rmail Babyl case.
134
135 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
136 error if the header is corrupt.
137
138 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
139
140 * net/newst-treeview.el (newsticker--treeview-load): Offer
141 deletion of old groups file.
142
143 2009-02-16 Glenn Morris <rgm@gnu.org>
144
145 * mail/rmailout.el (rmail-delete-unwanted-fields)
146 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
147 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
148 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
149 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
150
151 2009-02-15 Glenn Morris <rgm@gnu.org>
152
153 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
154
155 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
156 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
157 unnecessary use of with-no-warnings.
158 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
159 (rmail-output-as-mbox): Start search from point-min. If constructing a
160 "From " line, prefer the date header over the current time.
161 (rmail-update-summary): Move declaration earlier in file.
162
163 2009-02-15 Richard M Stallman <rms@gnu.org>
164
165 * mail/rmailedit.el (rmail-edit-diff-headers):
166 Delete spurious reference to OLD.
167
168 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
171 the `with-buffer-unmodified' to avoid useless `readlink' calls.
172
173 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
174
175 * textmodes/bibtex.el (bibtex-global-key-alist)
176 (bibtex-initialize): Exclude current buffer if it does not use
177 bibtex-mode.
178 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
179 (bibtex-sort-buffer, bibtex-search-entry)
180 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
181 test whether bibtex-strings and bibtex-reference-keys have their
182 initial values.
183
184 2009-02-14 Eli Zaretskii <eliz@gnu.org>
185
186 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
187 around forms that refer to translation-table-for-input.
188
189 * isearch.el (isearch-search-string): Use `with-no-warnings'
190 around forms that refer to translation-table-for-input.
191
192 * international/quail.el (quail-input-string-to-events)
193 (quail-store-decode-map-key, quail-char-equal-p):
194 Use `with-no-warnings' around forms that refer to
195 translation-table-for-input.
196
197 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
198 around forms that refer to translation-table-for-input.
199
200 * subr.el (translation-table-for-input): Declare obsolete again.
201
202 2009-02-14 Glenn Morris <rgm@gnu.org>
203
204 * mail/rmail.el (rmail): When reverting, swap buffers before setting
205 counters. (Bug#2229)
206 (rmail-revert): Swap buffers before replacing contents.
207
208 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
209
210 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
211 Remove host, user, password options not applicable to SQlite. (Bug#1904)
212
213 2009-02-14 Richard M Stallman <rms@gnu.org>
214
215 * mail/rmailedit.el: Handle editing of header fields.
216 (rmail-old-headers): New variable.
217 (rmail-edit-current-message): Set it, recording current headers.
218 (rmail-cease-edit): Compute new headers and diff against old ones.
219 Update the mbox buffer with the changes that were made.
220 (rmail-edit-headers-alist): New function.
221 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
222
223 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
224 in default file name.
225
226 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
227 (rmail-add-mbox-headers): Likewise.
228
229 2009-02-13 Eli Zaretskii <eliz@gnu.org>
230
231 * files.el (load-library): Doc fix.
232
233 * subr.el (locate-library): Doc fix. (Bug#2291)
234
235 2009-02-13 Alan Mackenzie <acm@muc.de>
236
237 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
238 in narrowed buffers.
239
240 2009-02-13 Kenichi Handa <handa@m17n.org>
241
242 * international/titdic-cnv.el (tit-process-header): Use
243 buffer-substring-no-properties instead of buffer-substring.
244 (tit-process-body): Likewise.
245 (tsang-quick-converter): Handle superfluous CR at eol.
246 (py-converter): Use buffer-substring-no-properties instead of
247 buffer-substring. Handle superfluous CR at eol.
248 (ziranma-converter): Likewise
249 (ctlau-converter): Likewise.
250 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
251
252 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
253
254 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
255
256 2009-02-13 Glenn Morris <rgm@gnu.org>
257
258 * mail/rmail.el (rmail-show-message-1): New name for the old
259 rmail-show-message.
260 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
261 * mail/rmailsort.el: Update for rmail-show-message name change.
262
263 * mail/rmail.el (rmail-show-message): New name for the old
264 rmail-show-message-maybe.
265 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
266 name change.
267
268 * mail/rmailsum.el (msgnum): Remove declaration.
269 (rmail-summary-redo): Add missing initialization value.
270 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
271 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
272 Fix skip-chars-forward calls.
273 (rmail-summary-mark-seen): New function. As well as removing the '-'
274 mark, update the summary-vector. (Bug#2135)
275 (rmail-summary-rmail-update, rmail-summary-goto-msg):
276 Use rmail-summary-mark-seen.
277
278 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
279
280 * mail/unrmail.el (unrmail): When getting message keywords, don't
281 include a leading space, but do include the space after the separating
282 comma. (Bug#2303)
283
284 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
285 header altogether.
286 (rmail-set-header): Doc fix.
287 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
288 labels are removed. (Bug#2302)
289
290 2009-02-12 Juri Linkov <juri@jurta.org>
291
292 * image-mode.el (image-toggle-display):
293 Let-bind `buffer-file-truename' to nil around the call to
294 `add-text-properties' to prevent directory time modification
295 by lock_file. Replace `set-buffer-modified-p' with
296 `restore-buffer-modified-p'. (Bug#2295)
297
298 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * progmodes/python.el (python-use-skeletons): Re-add.
301 (def-python-skeleton): Use it. (Bug#2238)
302
303 * international/quail.el (quail-make-guidance-frame): Remove the
304 `parent-id' parameter.
305 (quail-show-guidance): Make the new window dedicated.
306
307 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
308
309 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
310 Fix typos in docstrings.
311
312 2009-02-12 Alan Mackenzie <acm@muc.de>
313
314 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
315 to `eq'. (Bug#2304)
316
317 2009-02-12 Glenn Morris <rgm@gnu.org>
318
319 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
320 already present. (Bug#2210)
321
322 2009-02-12 Kenichi Handa <handa@m17n.org>
323
324 * international/characters.el (?.): New character category for
325 Base characters. Set them in the standard category table.
326
327 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
328 a base character.
329
330 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * isearch.el (isearch-yank-char-in-minibuffer)
333 (isearch-other-meta-char): Use with-current-buffer.
334
335 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
336 syntax-ppss. (Bug#1243)
337
338 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
339 to beginning-of-defun-raw.
340
341 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
342 calling end-of-defun-function if it already moved to BOL.
343
344 2009-02-12 Richard M Stallman <rms@gnu.org>
345
346 * mail/rmail.el (rmail-show-message-verbose-min): New option.
347 (rmail-show-message): Conditionally show start and finish in echo area.
348
349 2009-02-12 Glenn Morris <rgm@gnu.org>
350
351 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
352 for use in completion.
353 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
354 summary exists, since it's already done.
355
356 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
357 (rmail-enable-multibyte): Don't really define, only for compiler.
358
359 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * files.el (read-buffer-to-switch):
362 Add table to icomplete-with-completion-tables.
363
364 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
365
366 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
367 switches (Bug#2261).
368
369 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
370
371 * server.el (server-with-environment): Don't fail for negative
372 entries in ENV.
373
374 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
375
376 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
377 (vc-default-dir-printer): Add a comment about updating this function.
378
379 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
380 for the file name.
381
382 2009-02-11 Glenn Morris <rgm@gnu.org>
383
384 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
385 (calendar-set-mode-line): Fall back to a default width if we seem to be
386 called from daemon. (Bug#2199)
387
388 * mail/rmailkwd.el (rmail-make-label): Doc fix.
389 (rmail-read-label): Add current labels to completion list. (Bug#2222)
390 (rmail-set-label): Use `or'.
391
392 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
393
394 * emacs-lisp/find-func.el (find-library-name, find-library):
395 Doc fixes. (Part of bug#2270)
396
397 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
398
399 * env.el (getenv): When FRAME is non-nil, pass the frame environment
400 to `getenv-internal', not the frame. (Bug#2259)
401
402 2009-02-10 Kenichi Handa <handa@m17n.org>
403
404 * descr-text.el (describe-char-display): On terminal, if terminal
405 coding system is nil, assume us-ascii.
406 (describe-char): Don't show the composition information if it is
407 trivial.
408
409 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
410
411 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
412 number as it isn't present for unregistered files.
413
414 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
415 (vc-dir-mouse-map): New keymap.
416 (vc-default-dir-printer): Use it locally.
417
418 2009-02-10 Glenn Morris <rgm@gnu.org>
419
420 * speedbar.el: Avoid messing up font-lock-global-modes.
421
422 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
423 (mail-file-babyl-p): Use with-temp-buffer.
424
425 * mail/rmailsort.el: Just require rmail.
426
427 * mail/rmailedit.el: Just require rmail.
428 (rmail-old-pruned): Add doc string.
429 (rmail-edit-current-message): Use rmail-msg-is-pruned.
430 (rmail-cease-edit): Don't mangle the leading From line.
431 Don't mark as edited if there were no changes. (Bug#2256)
432 Correctly restore header state.
433
434 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
435 (rmail-current-message, rmail-total-messages)
436 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
437 (rmail-duplicate-message): Doc fix.
438 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
439 New functions.
440 (rmail-get-header, rmail-set-header, rmail-set-attribute):
441 Use rmail-apply-in-message.
442 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
443 unswapped-ness.
444 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
445 (rmail-auto-file): Set the filed attribute, rather than explicitly not
446 doing so. (Bug#2231)
447 (rmail-set-attribute): Allow ATTR to be a string.
448
449 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
450
451 * net/newst-treeview.el (newsticker-treeview-save)
452 (newsticker--treeview-load): Kill groups buffer after saving/loading.
453
454 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
455
456 * doc-view.el (doc-view-scroll-up-or-next-page)
457 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
458 the old hscroll value after switching pages.
459
460 2009-02-09 Glenn Morris <rgm@gnu.org>
461
462 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
463 (calendar-holiday-marker): Drop test for color display.
464
465 2009-02-08 Glenn Morris <rgm@gnu.org>
466
467 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
468 (calendar-holiday-marker, calendar-mark-visible-date):
469 * calendar/diary-lib.el (diary-fancy-display):
470 It doesn't make sense to check font-lock-mode (see comments;
471 reverts 2008-04-02 change). (Bug#2199)
472
473 2009-02-08 Juri Linkov <juri@jurta.org>
474
475 * simple.el (toggle-word-wrap): New command.
476
477 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
478
479 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
480 (ps-run-make-tmp-filename): Use temporary-file-directory.
481
482 * textmodes/artist.el (artist-system): Allow make-temp-file to use
483 temporary-file-directory.
484
485 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
486 temporary-file-directory.
487
488 2009-02-07 Glenn Morris <rgm@gnu.org>
489
490 * mail/unrmail.el (rmime-magic-string): Define for compiler.
491
492 2009-02-07 Eli Zaretskii <eliz@gnu.org>
493
494 * mail/rmail.el (rmail): Bind coding-system-for-read to
495 no-conversion before calling find-file-noselect. (Bug#2015)
496
497 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
498
499 * proced.el (proced-after-send-signal-hook): Use defcustom.
500 (proced-header-line): Handle header lines that are shorter than
501 window-hscroll.
502 (proced-send-signal): Rebind split-width-threshold analogous to
503 dired-pop-to-buffer.
504
505 2009-02-07 Eli Zaretskii <eliz@gnu.org>
506
507 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
508 message; instead, just rewrite the X-Coding-System header with the
509 new encoding, and let rmail-show-message do the rest. Remove
510 unused argument RAW. Fix doc string to be consistent with the new
511 implementation.
512 (rmail-show-message): Honor X-Coding-System header, if present, in
513 preference to Content-Type header.
514
515 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
516
517 * server.el (server-execute): Enable quit.
518
519 2009-02-07 Andreas Schwab <schwab@suse.de>
520
521 * image-mode.el (image-mode): Always set image-type.
522 (image-minor-mode): Likewise.
523
524 2009-02-07 Eli Zaretskii <eliz@gnu.org>
525
526 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
527 encoding, and its "content-transfer-encoding" and "content-type"
528 headers only in the headers' portion. (Bug#2017)
529
530 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
531
532 * net/newst-treeview.el
533 (newsticker-treeview-next-new-or-immortal-item): New arg
534 DONT-WRAP-TREES to prevent infinite recursion.
535
536 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
539 extracting mail message headers. Use encode-coding-region instead
540 of insert-buffer-substring for re-encoding edited message.
541 Add qp/b64 encoding only after text was encoded.
542
543 2009-02-07 Eli Zaretskii <eliz@gnu.org>
544
545 * subr.el: Don't declare `translation-table-for-input' obsolete.
546 Equivalent info added to its doc string, q.v.
547
548 * files.el (save-buffer): Display "Saving file FOO..." message
549 regardless of buffer's size. (Bug#2137)
550
551 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
552
553 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
554
555 2009-02-07 Alex Schroeder <alex@gnu.org>
556
557 * mail/unrmail.el (unrmail): Use regexps to find message separators so
558 as not to match any fake rmime.el separators. Remove any sections added
559 by rmime.el.
560
561 2009-02-07 Glenn Morris <rgm@gnu.org>
562
563 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
564 that is no longer appropriate to mbox Rmail.
565
566 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
567 before trying to move to the start of the message.
568 (rmail-summary-undelete-many, rmail-summary-rmail-update):
569 Fix rmail-set-attribute calls.
570
571 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
572 Doc fix.
573 (rmail-output-to-rmail-buffer): Autoload it.
574 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
575
576 2009-02-06 Glenn Morris <rgm@gnu.org>
577
578 * mail/unrmail.el (unrmail): Use current-time-string.
579
580 * simple.el (kill-whole-line): Provide a default argument of 1.
581
582 * mail/undigest.el (rmail-mail-separator): Delete.
583 (undigestify-rmail-message, unforward-rmail-message): Update for
584 mbox Rmail.
585
586 2009-02-05 Kenichi Handa <handa@m17n.org>
587
588 * international/fontset.el (script-representative-chars): Remove
589 mathematical.
590 (setup-default-fontset): Add entries for each subgroup of
591 mathematical script.
592
593 2009-02-05 Juri Linkov <juri@jurta.org>
594
595 * image-mode.el (image-mode): Use `image-get-display-property'
596 instead of `get-text-property'.
597 (image-minor-mode): Sync the logic with `image-mode' including the
598 displaying an image file as the actual image by default.
599
600 2009-02-05 Alan Mackenzie <acm@muc.de>
601
602 * progmodes/cc-defs.el (c-emacs-features): Check the working of
603 beginning/end-of-defun-function more rigorously before setting
604 argumentative-bod-function.
605
606 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
607
608 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
609 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
610 mode on the initial terminal.
611
612 2009-02-05 Glenn Morris <rgm@gnu.org>
613
614 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
615 Make these functions work.
616
617 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
618 (rmail-narrow-to-non-pruned-header): Remove autoload.
619 (mairix-rmail-fetch-field): Handle mbox Rmail.
620
621 2009-02-04 Dave Love <fx@gnu.org>
622
623 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
624 (imap-debug): Add imap-fetch-safe.
625
626 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
627
628 * net/netrc.el (netrc-machine-user-or-password): Use list of
629 auth-source modes.
630
631 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
632
633 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
634 for newvars is nil. (C-u C-x v = with default values).
635
636 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
637
638 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
639 format. Use when instead of if.
640
641 2009-02-04 Miles Bader <miles@gnu.org>
642
643 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
644 (backward-list, backward-up-list, beginning-of-defun)
645 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
646
647 2009-02-04 Glenn Morris <rgm@gnu.org>
648
649 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
650 ill-advised.
651
652 * mail/rmail.el: No need for mule-util when compiling.
653 (rmail-first-message): Unbreak it.
654
655 * mail/rmailmsc.el: Require rmail not just when compiling.
656 Remove unneeded declarations.
657
658 * term/ns-win.el (ns): Define as a custom group.
659
660 2009-02-04 Kenichi Handa <handa@m17n.org>
661
662 * international/mule-cmds.el (select-safe-coding-system): Use
663 buffer-chars-modified-tick instead of buffer-modified-tick.
664
665 * descr-text.el (describe-char): Check font-object by fontp.
666
667 * composite.el (compose-gstring-for-terminal): If a character is
668 not supported by the current terminal, don't make a multi-glyph
669 grapheme cluster.
670 (auto-compose-chars): Check font-object by fontp.
671
672 2009-02-03 Glenn Morris <rgm@gnu.org>
673
674 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
675 over current-time. (Bug#2175)
676
677 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
678 inserting the converted mailbox.
679 (rmail-get-new-mail): Restore the loop over inboxes when two or more
680 have the same basename. (Bug#2164)
681 Set the return value according to whether any mail was found,
682 not just in the last inbox. Only show a message and run the hook after
683 checking all inboxes.
684 (rmail-get-new-mail-1): Move message display and running the hook to
685 rmail-get-new-mail.
686
687 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
688 rmail-attr-array.
689 (rmail-make-label, rmail-read-label): Give it a doc string.
690 (rmail-add-label, rmail-kill-label): Change argument name to match the
691 doc. Doc fix.
692 (rmail-set-label): Doc fix. Also update summary in attr case.
693 Accept labels as a string or a symbol. (Bug#2165)
694
695 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
696 null.
697
698 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
701 (vhdl-prepare-search-2): Properly cleanup on `quit'.
702
703 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
704 Mark the entries as being "system" entries rather than "user" entries.
705
706 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
707
708 * smerge-mode.el (smerge-start-session): Add interactive spec.
709
710 2009-02-02 Glenn Morris <rgm@gnu.org>
711
712 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
713 (rmail-retry-ignored-headers, rmail-highlighted-headers):
714 Restore autoloads.
715
716 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
719
720 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * cmuscheme.el (scheme-args-to-list): Remove.
723 (run-scheme): Use split-string-and-unquote instead, so as to allow
724 spaces in the command name and/or the arguments.
725
726 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
727
728 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
729
730 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
731
732 Sync with Tramp 2.1.15.
733
734 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
735 used.
736
737 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
738
739 * net/trampver.el: Update release number.
740
741 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
744 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
745 (rmail-undelete-previous-message, rmail-mark-message)
746 (rmail-speedbar-buttons): Use with-current-buffer.
747 (rmail-mode-map): Move initialization into declaration.
748 (rmail-swap-buffers, rmail-unfontify-buffer-function)
749 (rmail-fontify-message): Use restore-buffer-modified-p.
750 (rmail-expunge-and-save): Don't swap buffer.
751 (rmail-get-header, rmail-set-header, rmail-set-attribute)
752 (rmail-apply-in-message): Swap save-excursion and save-restriction.
753
754 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
755 if possible.
756
757 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
758 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
759
760 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
763
764 * progmodes/ebrowse.el:
765 * international/robin.el:
766 * emulation/viper-util.el:
767 * emulation/viper-mous.el:
768 * emulation/viper-keym.el:
769 * ediff.el:
770 * ediff-wind.el:
771 * ediff-vers.el:
772 * ediff-ptch.el:
773 * ediff-mult.el:
774 * ediff-merg.el:
775 * ediff-diff.el: Follow commenting conventions.
776
777 2009-01-31 Eli Zaretskii <eliz@gnu.org>
778
779 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
780 obsolete eight-bit-control and eight-bit-graphic.
781
782 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
785
786 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
787
788 * emacs-lisp/lisp.el (end-of-defun): Protect against
789 infloops (Bug#2106).
790
791 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
792
793 * vc-dir.el (vc-dir-mouse-map):
794 (vc-default-dir-printer):
795 (vc-dir-find-file-other-window): Undo previous change, it breaks
796 the behavior of mouse-2.
797 (vc-dir-mode): Fix docstring.
798
799 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
800 logic, it makes the makes the normal case too slow.
801
802 2009-01-31 Eli Zaretskii <eliz@gnu.org>
803
804 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
805 file to `raw-text-unix'. Bind coding-system-for-write when
806 writing out the converted message, and make sure it uses Unix
807 EOLs.
808
809 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
810 encoding to `raw-text-unix'.
811 (rmail-perm-variables): Set encoding of rmail-view-buffer to
812 `undecided-unix'.
813 (rmail-redecode-body): Don't change EOL conversion of the new
814 encoding if the old one left it unspecified.
815 (rmail-automatic-folder-directives, rmail): Doc fixes.
816 (rmail-swap-buffers): New function.
817 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
818 (rmail-show-message): Use rmail-swap-buffers.
819 (rmail-decode-region): If DESTINATION is a buffer, set the
820 encoding of that buffer, rather than the current buffer.
821 (rmail-show-message): Make error message about uuencoded mail
822 more explicit.
823 (rmail-show-message-maybe): Simplify code. Doc fix.
824 (rmail-show-message): Doc fix.
825
826 2009-01-31 Glenn Morris <rgm@gnu.org>
827
828 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
829 folder.
830
831 * mail/rmail.el (rmail-msg-is-pruned): New function.
832 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
833 (rmail-reply): Set up to yank from the decoded message rather than the
834 raw one. (Bug#2104).
835
836 * mail/mail-utils.el (mail-fetch-field): Doc fix.
837
838 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
839 (uce-message-text, uce-default-headers): Fix custom type.
840 (rmail-buffer, rmail-msg-is-pruned): Declare.
841 (uce-reply-to-uce): Add autoload cookie. Doc fix.
842 Update for mbox Rmail.
843
844 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
845
846 * vc-dir.el (vc-dir-mouse-map): New keymap.
847 (vc-default-dir-printer): Use it locally.
848 (vc-dir-find-file-other-window): Allow mouse events.
849
850 2009-01-30 Eli Zaretskii <eliz@gnu.org>
851
852 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
853 into Rmail-mbox attributes.
854
855 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
856 coding-system-for-read to `raw-text', and use insert-file-contents
857 instead of insert-file-contents-literally. Fixes bug #2019.
858 (rmail-resent-attr-index): Fix index value.
859
860 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
861
862 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
863 precedence even when its value is t. (Bug#2093)
864
865 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
866 connection. (Bug#2093)
867 (vc-svn-diff): Use old version number even when it is the working
868 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
869
870 2009-01-30 Glenn Morris <rgm@gnu.org>
871
872 * mail/rmail.el (rmail-reply): Handle empty folders.
873 (rmail-speedbar-buttons)
874 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
875
876 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
877 line-beginning-position calls.
878 (rmail-header-summary): Use line-end-position.
879
880 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
881
882 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
883 Fix regexp quoting. (Bug#1739)
884
885 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
886
887 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
888 correction of passwords.
889
890 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
891
892 * mail/rmail.el (rmail-toggle-header): Determine current header
893 style using the buffer-local value of rmail-header-style in the
894 view buffer.
895 (rmail-show-message): Set a buffer-local value of
896 rmail-header-style in the view buffer. (Bug#2016)
897
898 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
899
900 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
901 Fix typos in docstrings.
902
903 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
904
905 * bindings.el (completion-ignored-extensions):
906 Add entries for VCS metadata directories (CVS/, .svn, etc).
907
908 * pcvs.el (completion-ignored-extensions):
909 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
910 directory, now done in bindings.el.
911
912 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
913
914 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
915
916 2009-01-29 Glenn Morris <rgm@gnu.org>
917
918 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
919 (rmail-set-header): Ensure header changes get saved.
920
921 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
922
923 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
924 one, after a label is added.
925
926 * mail/rmailsum.el (rmail-summary-update-line): New function.
927 (rmail-summary-goto-msg): Return a value according to whether message
928 was found.
929 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
930 property. Use line-end-position.
931
932 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
933
934 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
935 quoted From lines.
936
937 * mail/rmail.el (rmail-redecode-body): New function, based on old
938 version removed in 2009-01-22 change.
939 (rmail-show-message): Unquote From lines.
940
941 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
942
943 * doc-view.el (doc-view-mode): Don't use string-match and file
944 extension to choose fallback mode on empty/non-existing files but
945 let-bind auto-mode-alist and call normal-mode.
946
947 2009-01-28 Eli Zaretskii <eliz@gnu.org>
948
949 * ls-lisp.el (ls-lisp-classify): Propertize file name before
950 concatenating the type indicating character.
951 (ls-lisp-format): Don't propertize file-name only if
952 ls-lisp-classify already did.
953
954 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
955
956 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
957 Describe second parameter of hook functions.
958 (dbus-handle-event): Apply it.
959
960 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
961
962 * mail/rmail.el (rmail-toggle-header): Don't reset
963 rmail-header-style permanently (bug#2016).
964
965 2009-01-28 Denis Howe <denis.howe@gmail.com>
966
967 * complete.el (PC-do-completion): Correct case when completion is
968 unambiguous.
969
970 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
971
972 * calendar/todo-mode.el (todo-insert-item-here):
973 Prevent insertion of a new entry inside of an existing entry.
974 Minor code cleanup. (Bug#2084)
975 (todo-add-category): Change the interactive spec. Signal an error
976 if the Todo file is non-empty but contains no category. Reject
977 category names that could induce bugs and confusion. Call
978 todo-mode if the Todo file is new and unsaved. Simplify handling
979 of local variables cookie. Properly display the newly added
980 category in Todo mode.
981 (todo-show): Call todo-initial-setup only if there is neither a
982 Todo file nor a corresponding unsaved buffer. (Bug#2085)
983 (todo-category-alist): Delete function.
984 (todo-completing-read): New function.
985 (todo-insert-item, todo-jump-to-category): Use it.
986 (todo-insert-item): Make the use of the prefix argument conform to
987 the doc string. (Bug#2086)
988
989 2009-01-28 Glenn Morris <rgm@gnu.org>
990
991 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
992 even when called from the summary. (Bug#2075)
993 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
994 (rmail-show-message-maybe): Use rmail-no-mail-p.
995 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
996 (rmail-get-labels): Separate status and label fields with a semicolon,
997 rather than a comma, for consistency with old Rmail.
998
999 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1000 starting from the beginning, since mail-fetch-field does not care.
1001 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1002 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1003 (rmail-get-summary-labels): New function. Returns labels rather than
1004 status (edited, etc).
1005 (rmail-create-summary): Insert an extra space after the status
1006 flags, for consistency with old rmail, and with current
1007 rmail-summary-font-lock-keywords.
1008
1009 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1012 if region is active. Use cond instead of nested ifs. (Bug#2053)
1013
1014 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1017 converting.
1018
1019 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1020 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1021
1022 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1023
1024 * mouse.el (mouse-select-font): Return a string instead of a list.
1025
1026 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1029 don't have to do it in normal-erase-is-backspace-mode.
1030
1031 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1032 and C-backspace; the latter is not available on ttys anyway.
1033
1034 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1035
1036 (doc-view-mode): Fix broken call to string-match.
1037
1038 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1039
1040 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1041 fundamental-mode or ps-mode if the file is empty or doesn't exist
1042 at all.
1043 (doc-view-initiate-display): Better info message if doc-view-mode
1044 cannot be used. (Missing utility or no png support/no X frame.)
1045 (Bug#2058)
1046
1047 2009-01-27 Glenn Morris <rgm@gnu.org>
1048
1049 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1050 of the headers in the full header case. (Bug#2073)
1051
1052 2009-01-27 Kenichi Handa <handa@m17n.org>
1053
1054 * mail/rmail.el (rmail-get-coding-system): Re-search
1055 rmail-mime-charset-pattern directly instead of using
1056 mail-fetch-field. Use coding-system-from-name.
1057
1058 * international/mule-cmds.el (canonicalize-coding-system-name)
1059 (coding-system-from-name): New functions.
1060
1061 2009-01-27 Glenn Morris <rgm@gnu.org>
1062
1063 * dired-x.el (dired-bind-vm): Doc fix.
1064
1065 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1066 Replace `first' and `rest' with `car' and `cdr' throughout.
1067 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1068 (rsf-scanning-messages-now): Doc fix.
1069 (rsf-check-field): Rename from `check-field' and update callers.
1070 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1071 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1072
1073 * mail/rmail.el: Remove leading `*' from defcustom docs.
1074 Remove needless autoloads of many defcustoms and hooks.
1075 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1076 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1077 (rmail-decode-mime-charset): Doc fix.
1078 (rmail-search-message, rmail-resend): Check functions set before use.
1079
1080 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1081 Remove needless autoloads of many defcustoms.
1082 (rmail-output-to-babyl-buffer): Rename from
1083 rmail-output-to-r-mail-buffer and update caller.
1084 (rmail-output): Doc fix.
1085
1086 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1087 Remove needless autoloads of many defcustoms.
1088 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1089 is set.
1090
1091 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1092 (batch-unrmail, unrmail): Doc fix.
1093
1094 * mail/rmailsum.el (rmail-message-recipients-p-1)
1095 (rmail-message-regexp-p-1): Ensure searches start from the
1096 beginning of the header.
1097
1098 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1101
1102 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1103
1104 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1105 expand the denominator.
1106
1107 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1108
1109 * net/dbus.el (dbus-event-error-hooks): New variable.
1110 (dbus-handle-event): Use it.
1111
1112 2009-01-26 Glenn Morris <rgm@gnu.org>
1113
1114 * Makefile.in (ELCFILES): Update.
1115
1116 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1117 replies. (Bug#512)
1118
1119 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1120
1121 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1122
1123 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1124
1125 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1126 Remove from global map and key definitions.
1127 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1128 definitions.
1129 (ns-show-preferences-help, ns-unput-working-text): New functions.
1130 (ns-unecho-working-text): Update message.
1131
1132 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1133
1134 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1135 variable to allow the user to choose icalendar UID format.
1136 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1137 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1138 (icalendar-export-region,icalendar--create-uid): Use custom
1139 function to compute icalendar UID for each entry.
1140 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1141 with description, location, etc. fields (need to keep active count
1142 of fields encountered). Another bug fix to the regex that matches
1143 multiple lines (need \' regex instead of $ to match end-of-entry).
1144
1145 2009-01-25 Juri Linkov <juri@jurta.org>
1146
1147 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1148 change its title from "Recursive grep..." to "Grep via Find...".
1149 Add menu items for lgrep and rgrep.
1150
1151 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1152
1153 * ps-print.el (ps-print-version): New version 7.3.4.
1154
1155 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1156
1157 * ps-print.el: Fix face background/foreground extraction.
1158 (ps-face-extract-color): New fun.
1159 (ps-face-attributes, ps-face-attribute-list): Code fix.
1160
1161 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1162
1163 * align.el (align-region): Avoid infloop.
1164
1165 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1166
1167 * env.el (environment): Function removed.
1168
1169 * international/mule-cmds.el (set-language-environment-coding-systems):
1170 If default-buffer-file-coding-system is nil, set up to have EOLs that
1171 are native for the underlying system-type. (Bug#1853)
1172 (prefer-coding-system, set-default-coding-systems): Doc fix.
1173
1174 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1175
1176 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1177 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1178 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1179 Use `string-match-p'.
1180
1181 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1182
1183 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1184 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1185 next-feed does not succeed. Fixes bug#1710 even more.
1186 (newsticker-treeview-next-feed): Simplify.
1187 (newsticker--group-get-feeds): Suppress group names in result.
1188
1189 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1190
1191 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1192 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1193
1194 2009-01-24 Glenn Morris <rgm@gnu.org>
1195
1196 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1197 "popmail" by "pormail".
1198
1199 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1200 Remove unneeded declarations.
1201
1202 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1203
1204 * calc/calc-poly.el (calcFunc-apart): Improve test for
1205 rational functions.
1206
1207 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1210 return value of rmail-get-labels.
1211
1212 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1213 return value of rmail-get-labels.
1214
1215 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1216 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1217
1218 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1219
1220 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1221 old cache file. Fixes bug#1710.
1222
1223 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1226
1227 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1228
1229 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1230 Switch names and update comments for clarity.
1231
1232 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1235 start is nil, as was done in tar-mode.el.
1236
1237 2009-01-23 Glenn Morris <rgm@gnu.org>
1238
1239 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1240 more.
1241
1242 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1243
1244 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * server.el (server-name): Make it a defcustom. (Bug#1995)
1247
1248 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1249
1250 2009-01-23 Glenn Morris <rgm@gnu.org>
1251
1252 * Makefile.in (ELCFILES): Update.
1253
1254 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1255
1256 * net/newst-treeview.el
1257 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1258 current-item-counts. Move to next feed if necessary. (Bug#1569)
1259 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1260 feed if necessary. (Bug#1569)
1261 (newsticker-treeview-next-feed)
1262 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1263 Don't activate node nil. (Bug#1569)
1264
1265 2009-01-22 Paul Reilly <pmr@pajato.com>
1266 Henrik Enberg <enberg@printf.se>
1267 Alex Schroeder <alex@gnu.org>
1268 Chong Yidong <cyd@stupidchicken.com>
1269 Richard M Stallman <rms@gnu.org>
1270 Glenn Morris <rgm@gnu.org>
1271 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1274 (rmail-attribute-header, rmail-keyword-header)
1275 (rmail-answered-attr-index, rmail-deleted-attr-index)
1276 (rmail-edited-attr-index, rmail-filed-attr-index)
1277 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1278 (rmail-unseen-attr-index, rmail-resent-attr-index)
1279 (rmail-attr-array, rmail-header-style, rmail-file-name)
1280 (rmail-buffer-swapped): New vars.
1281 (rmail-convert-file-maybe, rmail-error-bad-format)
1282 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1283 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1284 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1285 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1286 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1287 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1288 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1289 (rmail-message-attr-p, rmail-message-unseen-p)
1290 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1291 (rmail-show-message-maybe, rmail-copy-headers)
1292 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1293 (rmail-write-region-annotate): New functions.
1294
1295 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1296 (rmail-convert-mailpath, rmail-convert-file)
1297 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1298 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1299 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1300 (rmail-redecode-body)
1301 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1302 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1303 (rmail-count-screen-lines, rmail-message-regexp-p)
1304 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1305 (rmail-nuke-pinhead-header): Move to rmailout.el.
1306
1307 (rmail-ignored-headers): Add additional headers.
1308 (rmail-mode-map): Update key commands.
1309 (rmail-tool-bar-map): Build tool-bar unconditionally.
1310 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1311 conversion and new buffer swapping mechanism.
1312 (rmail-perm-variables): Use new vars, and remove deleted ones.
1313 (rmail-revert): Use rmail-convert-file-maybe.
1314 (rmail-duplicate-message): Use rmail-show-message-maybe.
1315 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1316 a disk-full error.
1317 (rmail-parse-url): Strip embedded password.
1318 (rmail-insert-inbox-text): Default to movemail if
1319 rmail-movemail-program is null. Handle mbox format.
1320 (rmail-decode-region): New arg.
1321 (rmail-display-labels): Don't perform Babyl processing.
1322 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1323 (rmail-set-message-counters, rmail-count-new-messages)
1324 (rmail-set-message-counters-counter, rmail-show-message)
1325 (rmail-next-same-subject, rmail-reply): Use mbox format.
1326 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1327 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1328 buffer swapping mechanism.
1329
1330 * mail/rmailedit.el: Require rmailsum.el.
1331 (rmail-edit-mode): First check if buffer is swapped.
1332 (rmail-edit-saved-coding-system): Delete var.
1333 (rmail-edit-current-message): Don't call deleted vars.
1334 (rmail-cease-edit): Handle mbox format.
1335 (rmail-abort-edit): Widen buffer.
1336
1337 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1338 declarations.
1339 (rmail-buffer, rmail-current-message, rmail-last-label)
1340 (rmail-last-multi-labels, rmail-summary-vector)
1341 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1342 (rmail-keywords): Delete vars.
1343 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1344 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1345 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1346 (rmail-make-label): New function.
1347 (rmail-read-label): Don't call rmail-parse-file-keywords.
1348 (rmail-set-label): Rewrite using rmail-set-attribute.
1349 (rmail-next-labeled-message): Use rmail-get-labels.
1350
1351 * mail/rmailmm.el: New file.
1352
1353 * mail/rmailmsc.el: Require rmail.el.
1354 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1355
1356 * mail/rmailout.el (rmail-output-decode-coding): New var.
1357 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1358 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1359 (rmail-output-to-rmail-buffer): New functions.
1360 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1361 Delete functions.
1362 (rmail-nuke-pinhead-header): Move from rmail.el.
1363 (rmail-output): Rewrite to accept both mbox and babyl output.
1364 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1365 use mbox internal format.
1366
1367 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1368 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1369 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1370 Use rmail-get-header.
1371 (rmail-sort-messages): Use new buffer swapping mechanism.
1372 Handle mbox internal format.
1373
1374 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1375 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1376 (rmail-message-regexp-p, rmail-new-summary-1)
1377 (rmail-get-create-summary-buffer, rmail-get-summary)
1378 (rmail-create-summary-line, rmail-get-summary-labels)
1379 (rmail-create-summary, rmail-header-summary)
1380 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1381 (rmail-summary-by-topic, rmail-message-senders-p)
1382 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1383 internal format.
1384 (rmail-new-summary): Rewrite window handling.
1385 (rmail-make-summary-line, rmail-make-summary-line-1)
1386 (rmail-make-basic-summary-line)
1387 (rmail-summary-output-to-rmail-file): Functions deleted.
1388 (rmail-summary-undelete, rmail-summary-rmail-update)
1389 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1390 (rmail-summary-show-message, rmail-summary-wipe)
1391 (rmail-summary-toggle-header, rmail-summary-reply):
1392 Use rmail-buffer instead of rmail-view-buffer.
1393 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1394 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1395 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1396
1397 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1398
1399 * term/ns-win.el (ns-show-manual): Fix node name.
1400 (x-open-connection): Fix typo in declaration filename.
1401
1402 2009-01-22 Romain Francoise <romain@orebokech.com>
1403
1404 * Makefile.in (ELCFILES): Update.
1405
1406 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1407
1408 * frame.el (make-frame-on-tty): Remove function, inline contents
1409 in the only user ...
1410
1411 * server.el (server-create-tty-frame): ... here.
1412
1413 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * format.el (format-annotate-function):
1416 Set write-region-post-annotation-function.
1417
1418 2009-01-21 John Wiegley <johnw@newartisans.com>
1419
1420 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1421 list of output filters.
1422 (eshell-mode): Change the default binding of C-a to eshell-bol.
1423 I don't think it's actually bound at all by default in eshell;
1424 it just falls back to the default binding of C-a.
1425
1426 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * minibuffer.el (completion--insert-strings): Fix up computation of
1429 column position which manifested e.g. in proced's signal completion.
1430
1431 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1432
1433 * server.el (server-start): Allow server to shut down when no
1434 frames are available in daemon-mode.
1435
1436 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1437
1438 * term.el (term-previous-matching-input, term-next-matching-input)
1439 (term-previous-matching-input-from-input)
1440 (term-next-matching-input-from-input, term-backward-matching-input)
1441 (term-forward-matching-input): Change argument name to match docstring.
1442
1443 2009-01-21 Glenn Morris <rgm@gnu.org>
1444
1445 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1446 that are no longer needed.
1447 (authors-scan-change-log): Doc fix.
1448 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1449
1450 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1451
1452 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1453 Use aspell default dict.
1454
1455 2009-01-20 Kenichi Handa <handa@m17n.org>
1456
1457 * descr-text.el (describe-char): Improve description of eight-bit
1458 char in a unibyte buffer. (Bug#1935)
1459
1460 2009-01-20 Glenn Morris <rgm@gnu.org>
1461
1462 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1463 Add some entries.
1464
1465 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * progmodes/ruby-mode.el: Autoload other interpreter names.
1468
1469 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * descr-text.el (describe-char-categories): New defsubst.
1472 (describe-char): Use it.
1473
1474 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1475
1476 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1477 IPv4 mapped IPv6 addresses.
1478
1479 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1480
1481 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1482 the beginning of the buffer. (Bug#1949)
1483
1484 2009-01-18 Markus Triska <markus.triska@gmx.at>
1485
1486 * linum.el (linum-update-window): Use `delq' instead of `delete';
1487 compare strings with `equal-including-properties'.
1488
1489 2009-01-17 Glenn Morris <rgm@gnu.org>
1490
1491 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1492 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1493
1494 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1495 (eldoc-message-commands, eldoc-print-current-symbol-info):
1496 Doc fix (consistent case of "ElDoc").
1497
1498 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1499
1500 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1501
1502 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1503
1504 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1505 TARGET)' does not exist, try again with its basename replaced by
1506 `(cdr TARGET)'. (Related to Bug #1853.)
1507
1508 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1509
1510 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1511
1512 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1513 unless flyspell-mode is enabled.
1514 (flyspell-pre-point): Make buffer-local.
1515
1516 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1517
1518 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1519 delimiters, allow fields that are composed of strings and string
1520 constants.
1521 (bibtex-mode): Doc fix.
1522
1523 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1524
1525 * textmodes/ispell.el: Protect against declare-function undefined
1526 in XEmacs.
1527 (ispell-program-name): Search also for hunspell when setting default.
1528 (ispell-find-aspell-dictionaries): Better error message. Use correct
1529 dictionary alist for default. Better fallback default dictionary.
1530
1531 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1532
1533 * international/quail.el (quail-insert-kbd-layout):
1534 Delete superfluous handling of 8-bit code. (Bug#1418)
1535
1536 2009-01-16 Glenn Morris <rgm@gnu.org>
1537
1538 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1539 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1540 (eldoc-highlight-function-argument): Doc fix - mention effect of
1541 eldoc-documentation-function.
1542 (eldoc-message-commands-table-size, eldoc-message-commands)
1543 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1544 (eldoc-documentation-function): Mention effect on user options.
1545
1546 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1547
1548 2009-01-16 Kevin Ryde <user42@zip.com.au>
1549
1550 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1551 its version number, and then set both.
1552
1553 2009-01-16 Richard M Stallman <rms@gnu.org>
1554
1555 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1556
1557 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1558
1559 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1560 Refer to revert-buffer, not Buffer-menu-revert.
1561 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1562 (Buffer-menu-revert): Remove function, unused.
1563 (Buffer-menu-mode-map): Don't bind keys already
1564 bound by special-mode.
1565 (Buffer-menu-mode-map): Add a menu.
1566
1567 2009-01-15 Stephen Eglen <stephen@gnu.org>
1568
1569 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1570
1571 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1572
1573 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1574
1575 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1576
1577 * window.el (special-display-p): Revert 2009-01-14 change.
1578
1579 2009-01-15 Glenn Morris <rgm@gnu.org>
1580
1581 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1582 (authors-obsolete-files-regexps, authors-ignored-files):
1583 (authors-renamed-files-alist): Add some entries.
1584 (authors-fixed-entries): Change some entries.
1585 (authors-canonical-file-name): Doc fix.
1586 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1587
1588 2009-01-14 Juri Linkov <juri@jurta.org>
1589
1590 * info.el (Info-isearch-filter): Don't filter out invisible text
1591 when search-invisible is t. (Bug#1848)
1592
1593 * simple.el (blink-matching-open): Use `minibuffer-message' to
1594 display messages in the minibuffer.
1595
1596 * help.el (view-help-file):
1597 * menu-bar.el (menu-bar-help-extra-packages):
1598 Use goto-address-mode instead of goto-address.
1599
1600 * net/goto-addr.el (goto-address-url-face): Change default value
1601 from `bold' to `link'.
1602
1603 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1606
1607 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1608
1609 * frame.el (special-display-popup-frame): Rewrite doc-string and
1610 simplify code.
1611
1612 * window.el (special-display-buffer-names)
1613 (special-display-regexps): Add customization support for
1614 function/other-args elements. Rewrite doc-strings.
1615 (special-display-function): Rewrite doc-string.
1616 (same-window-buffer-names, same-window-regexps):
1617 Minor doc-string fixes.
1618 (special-display-p): Minor rewrite.
1619
1620 2009-01-14 Glenn Morris <rgm@gnu.org>
1621
1622 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1623
1624 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1625
1626 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1627 MESSAGEs with internal square brackets (i.e., " this [test] message").
1628 Use `string-match-p'.
1629 (completion--make-envvar-table, completion--file-name-table)
1630 (completion-pcm--string->pattern, completion-pcm--all-completions)
1631 (completion-pcm--filename-try-filter): Use `string-match-p'.
1632
1633 2009-01-14 Juri Linkov <juri@jurta.org>
1634
1635 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1636 non-nil `bug-reference-url-format' before putting an overlay
1637 property `bug-reference-url'.
1638 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1639 `bug-reference-url-format'. Doc fix. (Bug#1744)
1640
1641 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1642
1643 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1644 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1645
1646 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1647 loaded.
1648
1649 2009-01-13 Jason Rumney <jasonr@gnu.org>
1650
1651 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1652
1653 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1654
1655 * subr.el (play-sound): Doc fix. (Bug#250)
1656 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1657
1658 2009-01-12 Alan Mackenzie <acm@muc.de>
1659
1660 * textmodes/paragraphs.el (forward-sentence): Change limit of
1661 re-search-backward to allow values of `sentence-end' anchored at BOL.
1662
1663 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
1666 subfield of the magic string.
1667
1668 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
1669
1670 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
1671 (math-special-function-table): Use `math-compose-tex-sqrt' to
1672 compose sqrts in TeX and LaTeX mode.
1673
1674 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
1675
1676 * faces.el (describe-face): Ignore anonymous faces.
1677
1678 * server.el (server-save-buffers-kill-terminal): Args changed.
1679 Handle nowait client frames.
1680
1681 * files.el (save-buffers-kill-terminal): Args for
1682 server-save-buffers-kill-terminal changed.
1683
1684 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
1685
1686 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1687
1688 2009-01-11 Glenn Morris <rgm@gnu.org>
1689
1690 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
1691 Silence compiler.
1692
1693 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
1694 some entries.
1695 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
1696 (authors-renamed-files-alist): Add entries.
1697 (authors-fixed-entries): Update for renamed and removed files.
1698 (authors-canonical-file-name): Add entries to
1699 authors-checked-files-alist based on their full names, expanded relative
1700 to each log-file directory.
1701 (authors-scan-el, authors-add-to-author-list, authors):
1702 Handle multiple authors in a file, via a new :cowrote category.
1703
1704 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
1705
1706 2009-01-10 Richard M Stallman <rms@gnu.org>
1707
1708 * mail/mail-utils.el (mail-quote-printable-region): New function.
1709
1710 2009-01-10 Glenn Morris <rgm@gnu.org>
1711
1712 * calendar/cal-move.el (calendar-scroll-left-three-months)
1713 (calendar-scroll-right-three-months):
1714 * calendar/holidays.el (calendar-list-holidays)
1715 (calendar-mark-holidays):
1716 * calendar/lunar.el (calendar-lunar-phases):
1717 Add event handling, for when called from menus with the calendar buffer
1718 not current.
1719
1720 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1721
1722 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
1723 Move setting up whitepace-mode ...
1724 (diff-mode): ... here.
1725 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
1726
1727 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * faces.el (x-font-family-list): Remove entirely.
1730
1731 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1732
1733 Fix Bug #876:
1734
1735 * info.el (info-insert-file-contents, Info-insert-dir):
1736 Bind inhibit-null-byte-detection to non-nil.
1737
1738 2009-01-10 Martin Rudalics <rudalics@gmx.at>
1739
1740 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
1741 toggling tool bars on. (Bug#1754)
1742
1743 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * faces.el (face-valid-attribute-values): Use string as value for
1746 :family attribute. Now, font-family-list returns a list of strings.
1747 (x-font-family-list): Obsolete compatibility version of function
1748 from xfaces.c.
1749
1750 2009-01-09 Martin Rudalics <rudalics@gmx.at>
1751
1752 * window.el (special-display-buffer-names)
1753 (special-display-regexps, special-display-function):
1754 In doc-strings say "same-window" instead of "same-buffer".
1755
1756 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
1757
1758 * net/tramp.el: Revert previous patch. `last-command-char' is
1759 used in code intended only for XEmacs, where it is different from
1760 `last-command-event'.
1761
1762 2009-01-09 Glenn Morris <rgm@gnu.org>
1763
1764 * subr.el (last-input-char, last-command-char):
1765 Move here from src/keyboard.c.
1766
1767 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
1768 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
1769 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
1770 * wdired.el:
1771 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
1772 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
1773 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
1774 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
1775 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
1776 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1777 * eshell/em-smart.el, eshell/esh-mode.el:
1778 * international/mule-cmds.el:
1779 * mail/mailabbrev.el:
1780 * net/tramp.el:
1781 * play/mpuz.el:
1782 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
1783 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
1784 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
1785 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
1786 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
1787 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
1788 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
1789 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
1790 Replace last-command-char with last-command-event.
1791
1792 * double.el, electric.el, replace.el, term.el, terminal.el:
1793 * calc/calc.el:
1794 * emulation/viper-cmd.el:
1795 * international/mule-cmds.el:
1796 * obsolete/iso-acc.el:
1797 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
1798
1799 * emacs-lisp/edebug.el: Remove references to last-command-char and
1800 last-input-char, since these have been identical to last-command-event
1801 and last-input-event since at least Emacs 19.
1802 (edebug-outside-last-command-char, edebug-outside-last-input-char):
1803 Remove.
1804
1805 2009-01-09 Dave Love <fx@gnu.org>
1806
1807 * calendar/time-date.el: Require cl for `declare'.
1808
1809 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1810
1811 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
1812 Suggested by Dave Love.
1813
1814 2009-01-09 Dave Love <fx@gnu.org>
1815
1816 * net/imap.el (imap-string-to-integer): Fix typo.
1817 (imap-fetch-safe): New function.
1818 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1819
1820 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
1821 (imap-parse-greeting): Fix doc strings.
1822 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1823 (imap-parse-flag-list): Make messages unique.
1824 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
1825
1826 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
1827 call.
1828
1829 * net/imap.el: Fix author email. Doc fixes.
1830 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1831 reply.
1832
1833 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1834
1835 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
1836
1837 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1838
1839 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
1840 Call nslookup if resolv.conf isn't available.
1841 (dns-query): Rename from query-dns.
1842 (dns-query-cached): Rename from query-dns-cached.
1843
1844 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1845
1846 * net/imap.el (imap-enable-exchange-bug-workaround):
1847 Explain auto-detection in the doc string.
1848
1849 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
1850
1851 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
1852 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
1853 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
1854 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
1855 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
1856 Fix typos in docstrings.
1857 (ispell-command-loop): Reflow docstring.
1858
1859 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
1860
1861 * textmodes/ispell.el (ispell-encoding8-command): New variable.
1862 (ispell-aspell-supports-utf8): Mark as obsoleted by
1863 ispell-encoding8-command.
1864 (ispell-check-version): Set ispell-encoding8-command.
1865 (ispell-check-spellchecker-params, ispell-start-process):
1866 Use ispell-encoding8-command.
1867
1868 * textmodes/flyspell.el (flyspell-large-region):
1869 Use ispell-encoding8-command.
1870
1871 2009-01-08 Glenn Morris <rgm@gnu.org>
1872
1873 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
1874 scroll the calendar.
1875
1876 * international/mule-cmds.el (universal-coding-system-argument):
1877 last-input-char need not be a char.
1878
1879 * textmodes/ispell.el (ispell-check-minver): Declare.
1880 Use string-to-number rather than string-to-int.
1881
1882 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * add-log.el (change-log-search-tag-name): Reflow docstring.
1885 (change-log-mode): Fix typo in docstring.
1886
1887 * international/mule.el (define-coding-system): Doc fix.
1888
1889 2009-01-07 Kenichi Handa <handa@m17n.org>
1890
1891 * international/mule.el (define-coding-system): Fix docstring
1892 about :bom usage.
1893
1894 2009-01-07 Martin Rudalics <rudalics@gmx.at>
1895
1896 * dired.el (dired-pop-to-buffer): Don't split windows
1897 horizontally. (Bug#1806)
1898
1899 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * tar-mode.el (tar-mode, tar-mode-write-contents)
1902 (tar-write-region-annotate): Undo Andreas's last change.
1903
1904 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
1905
1906 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
1907 (tramp-handle-file-local-copy, tramp-handle-write-region)
1908 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1909 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
1910
1911 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * minibuffer.el (completion-hilit-commonality): Don't presume
1914 all-completions always include the input as prefix.
1915 (completion-pcm--pattern-trivial-p): Accept a few more patterns
1916 as trivial.
1917 (completion-pcm--hilit-commonality): Remove leftover code that used to
1918 deal with the now removed cdr-in-last-cons.
1919
1920 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
1921
1922 * international/mule.el (define-coding-system): Fix typos in docstring.
1923
1924 2009-01-05 Alan Mackenzie <acm@muc.de>
1925
1926 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1927 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
1928
1929 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
1930
1931 * net/tramp.el (tramp-handle-load)
1932 (tramp-do-copy-or-rename-file-directly)
1933 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
1934 (tramp-handle-write-region)
1935 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1936 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
1937 Delete temporary file in case of error.
1938
1939 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
1940
1941 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
1942
1943 2009-01-05 Richard M Stallman <rms@gnu.org>
1944
1945 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
1946
1947 2009-01-05 Martin Rudalics <rudalics@gmx.at>
1948
1949 * window.el (display-buffer): Fix last fix.
1950
1951 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
1952
1953 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
1954 to shorten the desktop file directory shown in message.
1955
1956 2009-01-05 Glenn Morris <rgm@gnu.org>
1957
1958 * version.el (emacs-copyright):
1959 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1960 Update copyrights for 2009.
1961
1962 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
1963
1964 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
1965 (ada-get-indent-paramlist): Use ada-broken-indent instead of
1966 hard-coded 0.
1967 (ada-get-indent-loop): Fix list access bug.
1968
1969 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
1970
1971 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
1972 (lisp-interaction-mode): Add a blank line in the docstring
1973 before the keymap listing.
1974
1975 2009-01-04 Martin Rudalics <rudalics@gmx.at>
1976
1977 * window.el (display-buffer): When a buffer is displayed in the
1978 selected and some other window, and not-this-window is non-nil,
1979 try to return that other window instead of popping up a new
1980 frame. (Bug#30)
1981
1982 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
1985
1986 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
1987
1988 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
1989
1990 2009-01-03 Michael Olson <mwolson@gnu.org>
1991
1992 * net/imap.el (imap-parse-fetch): Courier can insert spurious
1993 blank characters which will confuse `read', so skip past them.
1994
1995 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
1996
1997 * emacs-lisp/authors.el (authors-aliases): Addition.
1998 (authors): Allow to use it for other projects.
1999
2000 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2001 Clarify MATCH argument. Print filenames.
2002
2003 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2004
2005 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2006
2007 * net/tramp.el (tramp-local-host-regexp)
2008 (tramp-prefix-domain-format)
2009 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2010 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2011 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2012 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2013 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2014 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2015 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2016 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2017 (tramp-handle-insert-file-contents): Fix setting of
2018 `buffer-read-only'.
2019 (tramp-compute-multi-hops, tramp-local-host-p):
2020 Use `tramp-local-host-regexp'.
2021 (tramp-file-name-real-user, tramp-file-name-domain):
2022 Use `tramp-user-with-domain-regexp'.
2023
2024 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2025 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2026
2027 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2028
2029 * proced.el (proced-grammar-alist): Refiner can be a
2030 list (function help-echo) instead of a cons pair.
2031 (proced-post-display-hook): New variable.
2032 (proced-tree-depth): Rename from proced-tree-indent.
2033 (proced-mode): Derive mode from special-mode.
2034 (proced-mode-map): Change accordingly.
2035 (proced, proced-update): Run proced-post-display-hook.
2036 (proced-do-mark-all): Count processes for which mark has been updated.
2037 (proced-format): Check for ppid attribute.
2038 (proced-process-attributes): Take time and ctime attribute from
2039 system-process-attributes.
2040 (proced-send-signal): Doc fix. Collect properly the info on
2041 marked processes. Use fit-window-to-buffer instead of
2042 dired-pop-to-buffer.
2043
2044 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2047 point-min==1.
2048
2049 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2052 (mode-line-client): Fix typo in help message and docstring.
2053
2054 2009-01-02 Jason Rumney <jasonr@gnu.org>
2055
2056 * term/w32-win.el (image-library-alist): Add gobject library.
2057
2058 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2059
2060 * frame.el (window-system-default-frame-alist)
2061 (initial-frame-alist, minibuffer-frame-alist)
2062 (pop-up-frame-alist, pop-up-frame-function)
2063 (special-display-frame-alist): Rewrite and reformat doc-strings.
2064
2065 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2066
2067 * simple.el (minibuffer-default-add-shell-commands):
2068 Fix doc-string typo.
2069
2070 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2071
2072 * language/cham.el: Fix setting of composition-function-table.
2073
2074 * language/khmer.el: Fix setting of composition-function-table.
2075
2076 * language/tibet-util.el (tibetan-composition-function):
2077 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2078
2079 * simple.el (minibuffer-default): Add defvar.
2080
2081 * hippie-exp.el: Require comint.
2082
2083 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2084
2085 * simple.el (last-buffer): Don't set major mode of *scratch* if
2086 that buffer exists already. Rewrite doc-string.
2087
2088 2008-12-31 Andreas Schwab <schwab@suse.de>
2089
2090 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2091 write-region-annotate-functions.
2092 (tar-mode-write-contents): New function.
2093 (tar-write-region-annotate): Remove.
2094
2095 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2098 (buffer-swapped-with): Var removed.
2099
2100 2008-12-30 Kenichi Handa <handa@m17n.org>
2101
2102 * language/japanese.el (compose-gstring-for-variation-glyph):
2103 New function. Register it in composition-function-table.
2104
2105 * composite.el (lglyph-set-code): New function.
2106
2107 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * tar-mode.el (tar-data-swapped): New var.
2110 (tar-data-swapped-p, tar-swap-data):
2111 Use it instead of buffer-swapped-with.
2112 (tar-write-region-annotate): Re-add (partial undo of last change).
2113 (tar-mode): Use it again (partial undo as well).
2114
2115 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2116
2117 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2118
2119 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * follow.el (follow-select-if-visible): Improve the check for the
2122 last line of the window.
2123 (follow-post-command-hook): Perform redisplay in more
2124 circumstances, to avoid getting point stuck on partially visible lines.
2125
2126 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * follow.el (follow-calc-win-end): Use with-selected-window.
2129 (follow-windows-start-end, follow-pos-visible)
2130 (follow-windows-aligned-p): Code cleanup.
2131 (follow-select-if-visible): Try to avoid partially-visible lines.
2132 (follow-select-if-visible-from-first): Call follow-redisplay and
2133 move point to destination.
2134 (follow-redisplay): New arg, to keep selected window unchanged.
2135 (follow-post-command-hook): In final check for destination
2136 visibility, use window-start and window-end instead of the less
2137 accurate follow-pos-visible. If the selected window is redrawn,
2138 tell follow-redisplay to preserve it.
2139 (follow-calculate-first-window-start-from-below): Avoid looping
2140 forever if vertical-motion returns an unexpected value.
2141
2142 2008-12-30 Andreas Schwab <schwab@suse.de>
2143
2144 * server.el (server-running-p): Remove interactive spec.
2145 Fix regexp.
2146
2147 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * follow.el (follow-calc-win-start): Don't use `inline'.
2150 (follow-update-window-start, follow-select-if-visible)
2151 (follow-calculate-first-window-start-from-below)
2152 (follow-post-command-hook): Code cleanup.
2153 (follow-downward, follow-calculate-first-window-start):
2154 Delete function and merge into follow-redisplay.
2155 (follow-redisplay): Merge code from follow-downward and
2156 follow-calculate-first-window-start.
2157
2158 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * proced.el (proced-tree-flag): Fix typo in docstring.
2161
2162 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2163
2164 * proced.el (proced-temp-alist): Rename from variable
2165 proced-children-alist.
2166 (proced-process-tree, proced-toggle-tree): Fix docstring.
2167 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2168 (proced-temp-internal): Use proced-temp-alist.
2169
2170 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2171
2172 * subr.el (mkdir): New defalias.
2173
2174 2008-12-29 Juri Linkov <juri@jurta.org>
2175
2176 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2177 command `proced-next-line' removed on 2008-09-06.
2178
2179 2008-12-28 Juri Linkov <juri@jurta.org>
2180
2181 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2182 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2183
2184 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2185 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2186 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2187 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2188 set 4 obsolete variables for backward-compatibility with Emacs 22.
2189
2190 2008-12-28 Juri Linkov <juri@jurta.org>
2191
2192 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2193
2194 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2195
2196 * misc.el (butterfly): New command.
2197
2198 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2199
2200 * proced.el (proced-grammar-alist): Allow predicate nil.
2201 New attribute tree.
2202 (proced-format-alist): Use attribute tree.
2203 (proced-tree-flag, proced-tree-indent): New variables.
2204 (proced-children-alist): Rename from proced-process-tree.
2205 PPID must refer to a process in process-alist.
2206 Ignore PPIDs that equal PID (Bug#1718).
2207 Children alist inherits sorting order from process-alist.
2208 (proced-process-tree): New variable. New function.
2209 (proced-process-tree-internal, proced-toggle-tree)
2210 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2211 (proced-mark-process-alist): Add docstring.
2212 (proced-filter-parents): PPID must refer to a process in
2213 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2214 (proced-sort): Throw error if attribute is not sortable.
2215 (proced-sort-interactive): Restrict completion to sortable attributes.
2216 (proced-format): Include tree in standard attributes if
2217 proced-tree-flag is non-nil. Make header clickable only if
2218 corresponding predicate is non-nil.
2219 (proced-update): Use proced-tree.
2220
2221 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * diff.el (diff): Doc fix.
2224
2225 * emacs-lisp/rx.el (rx): Doc fix.
2226
2227 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2228 before uniquifying backup trash file name.
2229
2230 2008-12-27 Andreas Schwab <schwab@suse.de>
2231
2232 * vc-git.el (vc-git-dir-printer): Fix filename column.
2233
2234 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2235
2236 * term.el (term-emulate-terminal): Decode substring just prior to
2237 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2238
2239 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2240
2241 * makefile.w32-in (MH_E_DIR): New variable.
2242 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2243 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2244 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2245 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2246 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2247 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2248 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2249 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2250 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2251 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2252 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2253
2254 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2255 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2256 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2257 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2258 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2259 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2260 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2261 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2262 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2263 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2264 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2265
2266 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2267
2268 * files.el (dosified-file-name): Declare.
2269
2270 2008-12-26 Andreas Schwab <schwab@suse.de>
2271
2272 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2273
2274 * tar-mode.el (tar-swap-data): New function.
2275 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2276 (tar-mode-revert): Likewise.
2277 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2278 (tar-data-swapped-p): Test buffer-swapped-with.
2279 (tar-write-region-annotate): Remove.
2280 (tar-header-block-tokenize): Add argument `coding' and use it
2281 instead of tar-file-name-coding-system.
2282 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2283
2284 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2285
2286 * dos-fns.el (dosified-file-name): New function.
2287
2288 * files.el (dir-locals-find-file): Run dir-locals-file through
2289 dosified-file-name. Compare files case-insensitively on systems
2290 whose filesystems are case-insensitive.
2291
2292 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2293
2294 * help.el (help-for-help-internal): Fix entry for "l".
2295
2296 2008-12-25 Richard M Stallman <rms@gnu.org>
2297
2298 * shadowfile.el (shadow-copy-file): Revert previous change.
2299 This code as it was should work properly with buffer-swapped-with.
2300
2301 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2302
2303 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2304
2305 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2306
2307 * subr.el (chmod): New defalias for set-file-modes.
2308
2309 2008-12-23 Juri Linkov <juri@jurta.org>
2310
2311 * isearch.el (isearch-filter-predicate, isearch-search):
2312 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2313 (isearch-filter-visible): Rename from
2314 `isearch-filter-invisible'. Doc fix.
2315
2316 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2317 value from `dired-isearch-filter-predicate-orig' instead of the
2318 symbol `isearch-filter-invisible'. Doc fix.
2319 (dired-isearch-filter-filenames): Doc fix.
2320 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2321
2322 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2323 for Info-point-loc since it is more correct in all cases.
2324 (Info-isearch-filter): Rename from
2325 `Info-isearch-filter-predicate'. Doc fix.
2326 (Info-mode): Replace `Info-isearch-filter-predicate' with
2327 `Info-isearch-filter'.
2328
2329 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2330
2331 * pgg.el: Add obsolescence info.
2332
2333 2008-12-22 Richard M Stallman <rms@gnu.org>
2334
2335 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2336
2337 * files.el (buffer-swapped-with): New variable.
2338 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2339 (basic-save-buffer): Unswap the buffer temporarily if nec.
2340
2341 * dired.el (dired-readin): Inhibit modification hooks.
2342
2343 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2344
2345 * net/newst-backend.el (newst-backend):
2346 Remove wrong duplicate provide statement.
2347
2348 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2349
2350 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2351 end, before updating.
2352 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2353 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2354
2355 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2356
2357 * window.el (set-window-text-height): Fix doc-string.
2358
2359 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2362 (completion-all-completions): Don't set it.
2363 (completion-table-with-context, completion--file-name-table):
2364 Don't add base-size in last cdr.
2365 (completion-hilit-commonality): Add argument `base-size'.
2366 (display-completion-list, completion-emacs21-all-completions)
2367 (completion-emacs22-all-completions, completion-basic-all-completions):
2368 Provide it.
2369 (completion-pcm--all-completions): Don't need to remove the base-size
2370 in last-cdr any more.
2371
2372 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2373
2374 * textmodes/ispell.el (ispell-check-minver): New function.
2375 (ispell-check-version): Rewrite spellchecker and version checking.
2376 Use (ispell-check-minver). Handle hunspell versions.
2377
2378 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * ido.el (ido-read-internal): Handle `confirm' and
2381 `confirm-after-completion' values for the require-match argument.
2382
2383 2008-12-20 Jason Rumney <jasonr@gnu.org>
2384
2385 * international/mule.el (auto-coding-regexp-alist):
2386 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2387
2388 2008-12-20 Ami Fischman <ami@fischman.org>
2389
2390 * bindings.el (mode-line-eol-desc): Use assoc to query
2391 mode-line-eol-desc-cache.
2392
2393 2008-12-20 Glenn Morris <rgm@gnu.org>
2394
2395 * comint.el (comint-save-input-ring-index): Add missing initial value.
2396
2397 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2398
2399 * proced.el (proced-grammar-alist): Doc fix.
2400 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2401 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2402 (proced-undo): Fix typos in docstrings.
2403
2404 2008-12-19 Glenn Morris <rgm@gnu.org>
2405
2406 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2407 (authors-fixed-case): New constant.
2408 (authors-public-domain-files, authors-ignored-files):
2409 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2410 (authors-renamed-files-regexps): Add some new entries.
2411 (authors-canonical-file-name): Don't complain about ignored files.
2412 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2413 (authors): Ensure error buffer is writable.
2414
2415 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2416
2417 (ispell-really-hunspell): New variable to signal hunspell.
2418 (ispell-check-version):
2419 Check if hunspell and set ispell-really-hunspell if needed.
2420 (ispell-send-string, ispell-start-process, flyspell-large-region):
2421 Pass right options for hunspell if needed.
2422
2423 2008-12-18 Kenichi Handa <handa@m17n.org>
2424
2425 * international/fontset.el (script-representative-chars)
2426 (setup-default-fontset): Add more scripts.
2427
2428 * international/characters.el: Add more scripts.
2429
2430 2008-12-19 Juri Linkov <juri@jurta.org>
2431
2432 * info.el (Info-isearch-search): Implement lax version of
2433 incremental word search in Info.
2434 (Info-isearch-start): Set Info-isearch-initial-node to the
2435 current node when search is nonincremental to not stop at the
2436 initial node in this case.
2437 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2438
2439 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2440
2441 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2442 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2443 (rst-repeat-last-character): Fix typos in docstrings.
2444 (rst-mode, rst-backward-section): Doc fixes.
2445
2446 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2447
2448 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2449 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2450 (newsticker--treeview-load): Check whether groups file exists.
2451
2452 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2453 (newsticker-dir): Use `locate-user-emacs-file'.
2454
2455 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2456
2457 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2458 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2459
2460 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2461
2462 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2463
2464 * startup.el (command-line): Do not mention the server name in
2465 case the user has not mentioned it, print a more explicit message.
2466
2467 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2468 Change all callers.
2469
2470 2008-12-18 Sam Steingold <sds@gnu.org>
2471
2472 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2473
2474 2008-12-18 Juri Linkov <juri@jurta.org>
2475
2476 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2477 `isearch-edit-string-set-word'.
2478 (isearch-edit-string-set-word): Remove.
2479 (isearch-occur): Imitate the C function `wordify' by replacing
2480 non-word character with the \\W+ regexp.
2481 (isearch-search-fun): Add `isearch-nonincremental' to the
2482 condition of using a non-lax version of `word-search-forward'.
2483
2484 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2485
2486 * epa-file.el (epa-file-insert-file-contents):
2487 Set buffer-file-name before decrypting a file.
2488
2489 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2490
2491 * server.el (server-start): If unable to start the server,
2492 display a warning instead of raising an error.
2493
2494 * startup.el (server-process): Add defvar.
2495 (command-line): If the daemon is unable to start the server,
2496 display a message and exit Emacs.
2497
2498 2008-12-15 Sam Steingold <sds@gnu.org>
2499
2500 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2501 mostly for CLISP modules, but could also be useful elsewhere.
2502
2503 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2504
2505 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2506 * icomplete.el (icomplete-prospects-height):
2507 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2508
2509 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * international/mule.el (find-auto-coding): Fix typo in docstring.
2512
2513 * international/mule-cmds.el (select-safe-coding-system):
2514 * mail/rmail.el (rmail-require-mime-maybe):
2515 Fix arguments of `display-warning'.
2516
2517 * simple.el (bad-package-check): Fix arguments of `display-warning',
2518 using the package name as TYPE. Use `string-match-p'.
2519
2520 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2521
2522 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2523 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2524 (proced-sort-user, proced-sort-header): Prefix arg determines
2525 sorting order. Suggested by Dan Nicolaescu.
2526 (proced-revert): Doc fix.
2527
2528 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2529
2530 * proced.el (proced-grammar-alist): Allow refiner elements that
2531 are cons pairs (function . help-echo) or nil.
2532 (proced-refine): Use them.
2533 (proced-format-alist): Allow alternatives.
2534 (proced-descend): New variable.
2535 (proced-sort): New arg descend.
2536 (proced-sort-interactive): Repeated calls toggle sort order.
2537 (proced-format): Accomodate changes of proced-format-alist.
2538 Undefined attributes are displayed as "?".
2539 (proced-process-attributes): New optional arg pid-list.
2540 Ignore processes with empty attribute list.
2541
2542 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2543
2544 * proced.el (proced-auto-update-interval): Rename from
2545 proced-timer-interval.
2546 (proced-auto-update-flag): Rename from proced-timer-flag.
2547 (proced-auto-update-timer): Rename from proced-timer.
2548 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2549 (proced-available): Initialize appropriately.
2550
2551 2008-12-13 Glenn Morris <rgm@gnu.org>
2552
2553 * subr.el (declare-function): Doc fix.
2554
2555 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2556 refer to elisp manual.
2557
2558 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2559
2560 * window.el (fit-window-to-buffer): Return non-nil when height
2561 was orderly adjusted, nil otherwise.
2562
2563 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2564 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * server.el (server-sentinel): Uncomment code to delete connection file.
2567 (server-start): Save the connection file in the server property list.
2568 Delete it only when we are reasonably convinced that it is not owned by
2569 a running server.
2570 (server-force-delete): New command to force-delete the connection file,
2571 and stop the server if it is running.
2572 (server-running-p): Return t also for local TCP servers when we find a
2573 process with a matching PID, and :other for undecided cases.
2574
2575 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2576
2577 * window.el (fit-window-to-buffer): Use with-selected-window and
2578 condition-case. Do not delete more windows than necessary in
2579 the shrinking (delta < 0) case. Do not raise an error when the
2580 containing frame is too small to show all of buffer. (Bug#1488)
2581
2582 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2583 min-height arg 1 to make sure that small buffers are shown.
2584
2585 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2588 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2589 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2590 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2591 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2592 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2593 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2594 (ruby-backward-sexp, ruby-add-log-current-method)
2595 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2596 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2597 (ruby-deep-indent-paren): Doc fix.
2598 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2599 (ruby-here-doc-find-end): Reflow docstring.
2600
2601 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2602
2603 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2604 dired-shrink-to-fit is non-nil. (Bug#1488)
2605
2606 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2607
2608 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2609 decoding of long locale info is now done in `w32-get-locale-info'.
2610
2611 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2614
2615 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2616
2617 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2618
2619 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2620 terminal variable assignment.
2621
2622 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2623 Nobuyoshi Nakada <nobu@ruby-lang.org>
2624
2625 * progmodes/ruby-mode.el: New file.
2626
2627 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2628
2629 * net/tramp.el (top): Don't fail if there is no current message.
2630 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2631
2632 2008-12-10 Kenichi Handa <handa@m17n.org>
2633
2634 * international/fontset.el (setup-default-fontset): Add an entry
2635 for characters in the Unicode SIP area.
2636
2637 2008-12-10 Glenn Morris <rgm@gnu.org>
2638
2639 * vc-mcvs.el: Move to obsolete/, with warning comment.
2640 * Makefile.in (ELCFILES): Update.
2641
2642 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2643
2644 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2645 buffer unmodified. (Bug#1509)
2646 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2647 modification time if visiting a file and the content is
2648 successfully decrypted.
2649
2650 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2651
2652 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2653 check whether the buffer is still alive.
2654
2655 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2658
2659 2008-12-09 Glenn Morris <rgm@gnu.org>
2660
2661 * Makefile.in (ELCFILES): Update.
2662
2663 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
2666 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2667
2668 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * term/xterm.el (terminal-init-xterm): Discard pending input
2671 before reading a reply to the terminal attributes query.
2672
2673 2008-12-05 Andreas Schwab <schwab@suse.de>
2674
2675 * dired.el (dired-font-lock-keywords): Fix last change.
2676
2677 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2678
2679 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
2680 into (defcustom ... "..." :type ... :group...).
2681
2682 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
2683
2684 * international/mule-diag.el (mule-diag): Display the window
2685 system version in a less laconic way.
2686
2687 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2688
2689 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
2690 if the sorting functions are not loaded. (Bug#1432)
2691
2692 2008-12-04 Sam Steingold <sds@gnu.org>
2693
2694 * progmodes/compile.el (compilation-read-command): Extract from
2695 compile.
2696 (compile): Use it.
2697 (recompile): Accept an optional argument to enable editing the
2698 command line.
2699
2700 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp.el (top): Write a message, when loading Tramp.
2703
2704 * net/tramp-cache.el (tramp-dump-connection-properties):
2705 Polish the check, whether to dump the data.
2706
2707 2008-12-04 Lute Kamstra <lute@gnu.org>
2708
2709 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
2710 check if the file "CVS/Entries" exists.
2711
2712 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * international/mule-diag.el (list-character-sets): Doc fix.
2715 (list-character-sets-2): Fix info in header. Simplify.
2716 (print-coding-system): Simplify.
2717 (list-input-methods-1): Simplify.
2718 (mule-diag): Display current font/fontset for all window systems,
2719 not just X. Simplify.
2720
2721 2008-12-04 Glenn Morris <rgm@gnu.org>
2722
2723 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
2724 (vc-cvs-register): Doc fix.
2725 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
2726 (vc-mcvs-register): Doc fix.
2727 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
2728 (vc-rcs-register): Doc fix.
2729 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
2730 (vc-sccs-register): Doc fix.
2731 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
2732 (vc-svn-register): Doc fix.
2733
2734 * files.el (toggle-read-only): Doc fix.
2735
2736 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
2739 be used in compact layout and vice-versa.
2740
2741 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
2744 like most list-* commands.
2745
2746 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
2747 They already exist in descr-text.el as `describe-char-unicodedata-file'
2748 and `describe-char-unicode-data'.
2749 (print-list): Simplify.
2750 (read-charset): Reflow docstring.
2751 (list-coding-systems): Doc fix.
2752
2753 2008-12-03 Glenn Morris <rgm@gnu.org>
2754
2755 * vc.el (vc-diff-switches): Doc fix.
2756 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
2757 (vc-bzr-log-switches): Doc fix.
2758 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
2759 * vc-git.el (vc-git-diff-switches): Doc fix.
2760 * vc-hg.el (vc-hg-diff-switches): Doc fix.
2761 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
2762 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
2763 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
2764 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
2765
2766 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
2767 other backends.
2768 (vc-arch-diff): Apply switches.
2769
2770 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
2771 than appending.
2772
2773 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
2774
2775 2008-12-03 Daiki Ueno <ueno@unixuser.org>
2776
2777 * epa.el (epa--show-key): Use past tense of "expire" if the key
2778 has already been expired. Thanks to Peter BARABAS.
2779
2780 2008-12-03 Lute Kamstra <lute@gnu.org>
2781
2782 * align.el:
2783 * allout.el:
2784 * apropos.el:
2785 * arc-mode.el:
2786 * autoinsert.el:
2787 * avoid.el:
2788 * battery.el:
2789 * bookmark.el:
2790 * buff-menu.el:
2791 * calculator.el:
2792 * chistory.el:
2793 * cmuscheme.el:
2794 * comint.el:
2795 * compare-w.el:
2796 * dabbrev.el:
2797 * delim-col.el:
2798 * desktop.el:
2799 * diff-mode.el:
2800 * diff.el:
2801 * dired-aux.el:
2802 * dired-x.el:
2803 * dired.el:
2804 * dos-vars.el:
2805 * ediff-diff.el:
2806 * ediff-help.el:
2807 * ediff-init.el:
2808 * ediff-merg.el:
2809 * ediff-mult.el:
2810 * ediff-ptch.el:
2811 * ediff-vers.el:
2812 * ediff-wind.el:
2813 * ediff.el:
2814 * emerge.el:
2815 * facemenu.el:
2816 * faces.el:
2817 * ffap.el:
2818 * filecache.el:
2819 * find-dired.el:
2820 * font-core.el:
2821 * font-lock.el:
2822 * forms.el:
2823 * fringe.el:
2824 * help-at-pt.el:
2825 * hippie-exp.el:
2826 * ido.el:
2827 * image-file.el:
2828 * imenu.el:
2829 * indent.el:
2830 * info.el:
2831 * isearchb.el:
2832 * iswitchb.el:
2833 * jit-lock.el:
2834 * jka-compr.el:
2835 * log-edit.el:
2836 * lpr.el:
2837 * ls-lisp.el:
2838 * man.el:
2839 * menu-bar.el:
2840 * midnight.el:
2841 * mouse-sel.el:
2842 * mouse.el:
2843 * msb.el:
2844 * outline.el:
2845 * paren.el:
2846 * pcmpl-cvs.el:
2847 * pcmpl-gnu.el:
2848 * pcomplete.el:
2849 * pcvs-info.el:
2850 * pcvs-parse.el:
2851 * printing.el:
2852 * ps-mule.el:
2853 * ps-print.el:
2854 * replace.el:
2855 * ruler-mode.el:
2856 * saveplace.el:
2857 * sb-image.el:
2858 * scroll-bar.el:
2859 * sha1.el:
2860 * shadowfile.el:
2861 * shell.el:
2862 * sort.el:
2863 * speedbar.el:
2864 * strokes.el:
2865 * tempo.el:
2866 * term.el:
2867 * terminal.el:
2868 * time-stamp.el:
2869 * time.el:
2870 * tree-widget.el:
2871 * type-break.el:
2872 * vc-cvs.el:
2873 * vc-hg.el:
2874 * vc-mcvs.el:
2875 * vc-rcs.el:
2876 * vc-sccs.el:
2877 * vc.el:
2878 * view.el:
2879 * w32-vars.el:
2880 * whitespace.el:
2881 * wid-edit.el: Remove leading * from docstrings of defcustoms,
2882 deffaces, defconsts and defuns.
2883
2884 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
2887 the prompt was added to the minibuffer.
2888
2889 2008-12-02 Glenn Morris <rgm@gnu.org>
2890
2891 * format.el (format-write-file): Rewrite doc yet again.
2892
2893 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
2894 Doc fix. (Bug#1368)
2895
2896 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
2897
2898 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
2899
2900 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
2901 case where point is at the beginning of the buffer. (Bug#1239)
2902
2903 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
2904
2905 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
2906 already have the correct indentation. (Bug#859)
2907
2908 2008-12-02 Kenichi Handa <handa@m17n.org>
2909
2910 * international/uni-decomposition.el: Re-generated.
2911
2912 2008-12-01 Andreas Schwab <schwab@suse.de>
2913
2914 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
2915 ending in a colon as directory header.
2916
2917 2008-12-01 Kenichi Handa <handa@m17n.org>
2918
2919 * international/uni-numeric.el: Re-generated.
2920
2921 * international/charprop.el: Re-generated.
2922
2923 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
2924
2925 * international/mule-cmds.el (locale-preferred-coding-systems):
2926 Fix alist item.
2927
2928 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
2929
2930 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
2931 (tramp-set-connection-property, tramp-flush-connection-property)
2932 (tramp-dump-connection-properties): Use it.
2933
2934 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * wdired.el (wdired-finish-edit): If displaying a single file,
2937 change dired-directory if that file was renamed.
2938
2939 * emacs-lisp/byte-run.el (macro-declaration-function):
2940 Disallow declare specs with lengths of 3 or more.
2941
2942 * dirtrack.el (dirtrack): Fix error message.
2943
2944 2008-11-30 Glenn Morris <rgm@gnu.org>
2945
2946 * vc-svn.el (vc-svn-diff-switches): Doc fix.
2947 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
2948
2949 * vc-git.el (vc-git-diff):
2950 * vc-hg.el (vc-hg-diff):
2951 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
2952
2953 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
2954 (eshell-needs-pipe-p): New function.
2955 (eshell-gather-process-output): Set process-connection-type according to
2956 eshell-needs-pipe-p. (Bug#1388)
2957
2958 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
2959
2960 * calendar/diary-lib.el (diary-cyclic): Doc fix.
2961 (diary-remind-message, diary-number-of-entries)
2962 (diary-include-other-diary-files, diary-mark-included-diary-files)
2963 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
2964 (diary-font-lock-keywords-1): Reflow docstrings.
2965 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
2966 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
2967
2968 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
2969 (timer-duration): Use `string-match-p'.
2970
2971 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
2972
2973 * complete.el (PC-do-complete-and-exit):
2974 Use minibuffer-confirm-exit-commands.
2975
2976 * minibuffer.el (minibuffer-confirm-exit-commands):
2977 Add PC-complete and PC-complete-word to the list.
2978
2979 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * files.el (break-hardlink-on-save): Fix typo in docstring.
2982 Add :version tag.
2983
2984 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
2985 (reb-mode): Define with `define-derived-mode'.
2986
2987 2008-11-29 Karl Fogel <kfogel@red-bean.com>
2988
2989 * files.el (break-hardlink-on-save): New variable.
2990 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
2991 (file-precious-flag): Mention it in doc string.
2992
2993 2008-11-29 Miles Bader <miles@gnu.org>
2994
2995 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
2996 (minibuffer-complete-and-exit): Use it.
2997
2998 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * term/x-win.el (x-gtk-stock-cache): New hash table.
3001 (x-gtk-map-stock): Perform caching to prevent excess consing
3002 during redisplay.
3003
3004 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * minibuffer.el (completion--try-word-completion): Don't ignore
3007 partial-completion if it's the only style.
3008
3009 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3010
3011 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3012 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3013 (reb-initialize-buffer): Update matches, in case we're reentering
3014 RE Builder mode.
3015
3016 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3019 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3020 values for minibuffer-completion-confirm.
3021
3022 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3023
3024 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3025 any but the first "*" in a doc-string.
3026
3027 2008-11-28 Glenn Morris <rgm@gnu.org>
3028
3029 * format.el (format-write-file): Improve previous doc fix.
3030
3031 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * simple.el (use-empty-active-region, use-region-p)
3034 (region-active-p): Doc fix.
3035
3036 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3037
3038 * window.el (display-buffer): Fix handling of not-this-window
3039 argument. (Bug#1415)
3040
3041 2008-11-27 Kenichi Handa <handa@m17n.org>
3042
3043 * international/characters.el: Set category 'C' to characters
3044 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3045
3046 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3047
3048 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3051 (tool-bar-find-image): Function deleted.
3052 (tool-bar-local-item, tool-bar-local-item-from-menu):
3053 Use find-image instead of tool-bar-find-image.
3054 (tool-bar-keymap-cache): New hash table.
3055 (tool-bar-make-keymap): Use it.
3056 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3057
3058 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3059
3060 * net/dbus.el (dbus-handle-event): The result of a message call
3061 handler can also be an object, which is not a consp.
3062
3063 2008-11-25 Alan Mackenzie <acm@muc.de>
3064
3065 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3066 (forward-list, backward-list, down-list, backward-up-list)
3067 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3068 (insert-pair, insert-parentheses): State that the command assumes
3069 that point is not in a string or comment.
3070
3071 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * net/dbus.el (dbus-string-to-byte-array)
3074 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3075 (dbus-unescape-from-identifier): New defuns.
3076 (dbus-handle-event): The result of a message call is a list of
3077 arguments, which must be expanded when passing to
3078 `dbus-method-return-internal'.
3079
3080 * net/tramp.el (tramp-handle-write-region): Improve the check for
3081 calling direct copy.
3082 (tramp-find-inline-encoding): Don't raise an error but a warning,
3083 when no inline encoding is found.
3084 (tramp-get-remote-coding): Check for a symbol. The negative check
3085 for a string fails, when there is an empty string.
3086
3087 2008-11-26 Glenn Morris <rgm@gnu.org>
3088
3089 * vc-git.el (vc-git-diff-switches): New option.
3090 (vc-git-diff): Apply diff switches. (Bug#1386)
3091 Give it a basic doc string.
3092
3093 * term/pc-win.el (x-font-family-list): Replace redefinition with
3094 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3095
3096 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3097
3098 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3099 of the polynomial rather than the whole polynomial.
3100
3101 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3104 mailrc, recognize string quoting. When reading from Lisp, accept
3105 rfc822-like addresses.
3106
3107 * mail/mailalias.el (define-mail-alias): Sync code with
3108 define-mail-abbrev.
3109
3110 2008-11-25 Glenn Morris <rgm@gnu.org>
3111
3112 * eshell/esh-proc.el (eshell-gather-process-output):
3113 Revert previous change. (re-opens Bug#1388)
3114
3115 * select.el (x-set-cut-buffer): Fix signal arguments.
3116
3117 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3118
3119 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3122 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3123 (bubbles--empty-char): Use "\s".
3124
3125 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3126
3127 * calc/calc.el (calc-settings-file, calc-language-alist)
3128 (calc-embedded-announce-formula)
3129 (calc-embedded-announce-formula-alist)
3130 (calc-embedded-open-formula, calc-embedded-close-formula)
3131 (calc-embedded-open-close-formula-alist)
3132 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3133 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3134 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3135 (calc-embedded-open-close-new-formula-alist)
3136 (calc-embedded-open-mode, calc-embedded-close-mode)
3137 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3138 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3139 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3140 from docstrings.
3141
3142 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3143
3144 * calculator.el (calculator-op-or-exp): Reflow docstring.
3145 (calculator-remove-zeros, calculator-repR, calculator-repL):
3146 Fix typos in docstrings.
3147
3148 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3151 windows instead of calling switch-to-buffer.
3152
3153 * diff.el (diff-sentinel): Take note of diff error return value.
3154
3155 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3156
3157 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3158 frame can't be split.
3159
3160 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3161
3162 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3163 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3164 (newsticker--treeview-tree-update-tag): Remove dead code.
3165 (newsticker-treeview-update): Don't update cache.
3166 (newsticker-treeview-quit): Don't save cache.
3167 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3168 (newsticker-treeview-save): Use `newsticker-dir'.
3169 (newsticker--treeview-load): Use `newsticker-dir'.
3170 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3171 Update tags.
3172 (newsticker-treeview-tree-do-click): Slightly simplified.
3173
3174 * net/newst-backend.el (newsticker-dir): New.
3175 (newsticker-start): Use `newsticker--cache-read'.
3176 (newsticker-stop): Use `newsticker--cache-save'.
3177 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3178 (newsticker--images-dir): New.
3179 (newsticker--image-get, newsticker--image-sentinel):
3180 Use `newsticker--images-dir'.
3181 (newsticker--cache-save-version1): Backup version of
3182 `newsticker--cache-save'.
3183 (newsticker--cache-update): Create newsticker-dir if necessary.
3184 (newsticker--cache-dir): New.
3185 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3186 (newsticker--cache-save-feed): New.
3187 (newsticker--cache-read-version1): New. Backuped version for reading
3188 cache data..
3189 (newsticker--cache-read, newsticker--cache-do-read): New.
3190
3191 * net/newst-reader.el (newsticker--image-read):
3192 Use `newsticker--images-dir'.
3193
3194 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * files.el (confirm-nonexistent-file-or-buffer):
3197 Allow `after-completion' value to request confirm only after TAB.
3198 (confirm-nonexistent-file-or-buffer): New function.
3199 (read-buffer-to-switch, find-file, find-file-other-window)
3200 (find-file-other-frame, find-file-read-only)
3201 (find-file-read-only-other-window)
3202 (find-file-read-only-other-frame): Use it.
3203 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3204 Thanks to Alan Mackenzie for suggesting the new behavior.
3205
3206 * minibuffer.el (minibuffer-complete-and-exit):
3207 Change `confirm-only' value of minibuffer-completion-confirm to
3208 `confirm', and handle a `confirm-after-completion' value.
3209
3210 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3213
3214 2008-11-24 Andreas Schwab <schwab@suse.de>
3215
3216 * image.el (image-type-header-regexps): Recognize more xbm format
3217 variants.
3218
3219 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3222 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3223 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3224 (artist-replace-string, artist-draw-rect, artist-draw-line)
3225 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3226 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3227 (artist-pen, artist-pen-line, artist-text-insert-common)
3228 (artist-text-overwrite, artist-spray-get-interval)
3229 (artist-spray-clear-circle, artist-erase-char)
3230 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3231 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3232 (artist-key-draw-1point, artist-key-draw-2points)
3233 (artist-mouse-draw-continously): Fix typos in docstrings.
3234 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3235 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3236 (artist-backward-char, artist-forward-char): Doc fixes.
3237 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3238 Reflow docstrings.
3239
3240 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * international/quail.el (quail-vunion): New function.
3243 (quail-defrule-internal): Use it to prevent accumulating redundant
3244 alternatives when `append' is set.
3245 (quail-insert-decode-map): Simplify computation of the max-key-width.
3246 Compute it right for multiple-list.
3247
3248 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3249
3250 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3251 explicitly. Doc fix.
3252
3253 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3254
3255 * calendar/appt.el (appt-disp-window): Move minibuffer check
3256 after binding this-window and do not set-buffer to make sure we
3257 won't deselect the minibuffer. (Bug#1413)
3258
3259 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3260
3261 * vc-hg.el (vc-hg-program): Remove.
3262 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3263 Undo previous change.
3264
3265 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3266
3267 * info-look.el (info-lookup): When Info buffer is visible on
3268 another frame, raise that frame.
3269
3270 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * allout.el (allout-mode): Fix typo in docstring.
3273
3274 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3275 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3276
3277 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * vc-hooks.el (vc-follow-link): Complete last change.
3280
3281 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3282
3283 * textmodes/remember.el (remember-region): Doc fix.
3284 (remember-filter-functions, remember-handler-functions)
3285 (remember-save-after-remembering, remember-mailbox)
3286 (remember-default-priority, remember-data-file, remember-leader-text)
3287 (remember-diary-file): Remove * from defcustom docstrings.
3288 (remember-run-all-annotation-functions-flag)
3289 (remember-all-handler-functions): Reflow docstrings.
3290 (remember-store-in-mailbox): Fix typo in docstring.
3291 (remember-mode): Define with `define-derived-mode'. Doc fix.
3292
3293 2008-11-23 Glenn Morris <rgm@gnu.org>
3294
3295 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3296 (eshell-do-pipelines): Add optional argument to distinguish recursive
3297 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3298 in a pipeline.
3299
3300 * eshell/esh-proc.el (eshell-gather-process-output):
3301 Set process-connection-type nil for all but the first element of a
3302 pipeline. (Bug#1388)
3303
3304 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3305
3306 * ediff-hook.el: Add tooltips to Emacs menus.
3307
3308 * ediff.el: Change date of last update.
3309
3310 2008-11-22 Juri Linkov <juri@jurta.org>
3311
3312 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3313 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3314 Doc fix.
3315 (dired-isearch-filenames-setup): Run filename Isearch only when
3316 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3317 and the text property `dired-filename' at point is non-nil.
3318 In this case also set isearch-message-prefix-add to "filename ".
3319 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3320 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3321 Don't let-bind isearch-message-prefix-add since this is done now
3322 in dired-isearch-filenames-setup.
3323
3324 * isearch.el (isearch-mode): Change the order of calling
3325 `isearch-update' and running the `isearch-mode-hook' to call
3326 `isearch-update' with Isearch parameters set in this hook.
3327
3328 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3329 Fix docstring - change "during `compile'" to "during compilation".
3330
3331 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3332 be immediately after `name'.
3333
3334 * startup.el (initial-buffer-choice): Change an abstract file name
3335 "file.txt" to more reasonable default file name value "~/.emacs".
3336
3337 2008-11-22 Juri Linkov <juri@jurta.org>
3338
3339 * files.el (hack-local-variables-confirm): Rename arg `project' to
3340 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3341 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3342 (hack-local-variables): Rename call of `hack-project-variables' to
3343 `hack-dir-local-variables'. Change error text to "Directory-local
3344 variables error".
3345 (dir-locals-class-alist): Rename from `project-class-alist'.
3346 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3347 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3348 (dir-locals-collect-mode-variables): Rename from
3349 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3350 `mode-variables', and arg `settings' to `variables'.
3351 (dir-locals-collect-variables): Rename from
3352 `project-collect-binding-list'. Rename arg `binding-list' to
3353 `class-variables', and arg `settings' to `variables'.
3354 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3355 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3356 Rename arg `settings' to `variables'.
3357 (dir-locals-file): New defconst.
3358 (dir-locals-find-file): Rename from `project-find-settings-file'.
3359 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3360 and `pda' to `dir-elt'.
3361 (dir-locals-read-from-file): Rename from
3362 `project-define-from-project-file'. Rename arg `settings-file'
3363 to `file'. Rename let-bound `list' to `variables'.
3364 (hack-dir-local-variables): Rename from `hack-project-variables'.
3365 Rename let-bound `settings' to `variables-file', `root-dir'
3366 to `dir-name', and `bindings' to `variables'.
3367
3368 2008-11-22 Lute Kamstra <lute@gnu.org>
3369
3370 * simple.el (goto-line): Rename argument.
3371
3372 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3373
3374 * makefile.w32-in (compile-first): New target.
3375 (recompile): Depend on compile-first.
3376
3377 * Makefile.in (recompile): Depend on compile-first.
3378
3379 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3380
3381 * files.el (switch-to-buffer-other-window)
3382 (switch-to-buffer-other-frame): Rename buffer argument to
3383 buffer-or-name. Reword and mention new option
3384 confirm-nonexistent-file-or-buffer in doc-string.
3385
3386 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3387
3388 * emulation/viper.el: Date change.
3389
3390 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3391 viper-translate-all-ESC-keysequences is now a function.
3392
3393 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3394 Make this variable.
3395
3396 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3399 Use buffer-file-truename to handle symlinks in any part of the filename.
3400
3401 2008-11-22 Glenn Morris <rgm@gnu.org>
3402
3403 * vc-mtn.el (vc-mtn-diff-switches): New option.
3404 (vc-mtn-program): Rename from vc-mtn-command, for
3405 consistency with other backends. Keep old name as alias.
3406 Update callers. Make it a defcustom.
3407 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3408
3409 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3410 consistency with other backends. Keep old name as alias.
3411 Make it a defcustom.
3412 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3413
3414 * vc-hg.el (vc-hg-program): New option.
3415 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3416 Use vc-hg-program rather than hard-coded "hg".
3417
3418 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3419 (vc-svn-program): Move defcustom to start.
3420 (vc-svn-create-repo, vc-svn-modify-change-comment):
3421 Use vc-svn-program rather than hard-coded "svn".
3422
3423 * menu-bar.el: Stylistic consistency fixes for various menu and
3424 help texts.
3425
3426 * kmacro.el (kmacro-insert-counter): Doc fix.
3427
3428 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3429
3430 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3431
3432 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * international/quail.el (quail-indent-to): New function.
3435 (quail-completion-1, quail-completion-list-translations)
3436 (quail-insert-decode-map): Use it to improve alignment.
3437 (quail-build-decode-map): Don't ignore latin-1 chars.
3438 (quail-help): Increase the max decode-map size so that even the TeX map
3439 gets printed.
3440
3441 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3442 Signal error for invalid bookmark.
3443 (bookmark-get-bookmark-record): Undo last change.
3444 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3445
3446 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3447 Suggested by Toru TSUNEYOSHI.
3448
3449 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3450
3451 * byte-opt.el (byte-compile-butlast): Move up in file.
3452 (byte-optimize-plus): Don't call
3453 byte-optimize-delay-constants-math (bug#1334).
3454 Use byte-optimize-predicate to optimize constants.
3455 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3456 Remove zero arguments first
3457 if possible. Call byte-optimize-predicate to optimize constants.
3458 (byte-optimize-multiply): Remove optimizations for arguments of 0
3459 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3460 Call byte-optimize-predicate.
3461 (byte-optimize-divide): Leave runtime errors unchanged.
3462 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3463 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3464
3465 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3466
3467 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3468 declaration and remove redundant info from docstring.
3469
3470 * isearch.el (isearch-search-string): Doc fix.
3471 (search-exit-option, search-slow-window-lines, search-slow-speed)
3472 (search-upper-case, search-nonincremental-instead)
3473 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3474 (search-ring-update, search-highlight, isearch-lazy-highlight)
3475 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3476 (lazy-highlight-interval): Remove * from defcustom docstrings.
3477 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3478 Remove * from defcustom docstrings; fix typos.
3479 (isearch-push-state-function, isearch-help-for-help-internal)
3480 (isearch-help-for-help, isearch-describe-bindings)
3481 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3482 (isearch-pop-fun-state, isearch-search-fun-function)
3483 (isearch-lazy-highlight-search): Fix typos in docstrings.
3484 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3485 (isearch-forward): Fix typo and reflow docstring.
3486 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3487 (isearch-mode-map): Don't use `let*'.
3488
3489 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3492
3493 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 * isearch.el (isearch-search-string): Simplify and convert docstring.
3496
3497 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3498
3499 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3502 (lookup-nested-alist): Doc fix.
3503 (with-coding-priority): Reflow docstring.
3504 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3505 (char-displayable-p): Reflow docstring. Use `when'.
3506
3507 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3508
3509 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3510 week forward/backward.
3511
3512 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3513
3514 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3515 (with-electric-help): Fix typo and reflow docstring.
3516
3517 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3520 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3521 (list-buffers-noselect): Don't need to pad.
3522
3523 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3524
3525 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3526 Pay attention to char widths when computing string sizes.
3527
3528 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3529
3530 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3531 (byte-compile-output-docform): Reflow docstrings.
3532 (no-byte-compile): Fix typo in docstring.
3533 (byte-recompile-directory, compile-defun): Doc fixes.
3534 (emacs-lisp-file-regexp, byte-compile-verbose)
3535 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3536 (byte-compile-dynamic-docstrings, byte-optimize-log)
3537 (byte-compile-error-on-warn, byte-compile-warnings)
3538 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3539 Remove * from defcustom docstrings.
3540
3541 2008-11-20 Glenn Morris <rgm@gnu.org>
3542
3543 * format.el (format-alist, format-write-file): Doc fix.
3544
3545 * proced.el (proced-available): New variable.
3546 (proced-process-attributes): Move availability check from previous
3547 change from here...
3548 (proced): ... to here.
3549
3550 * vc-hg.el (vc-hg-diff-switches): New option.
3551 (vc-hg-diff): Apply diff switches. (Bug#1017)
3552
3553 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3554
3555 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3556
3557 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3558
3559 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3560
3561 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * calc/calc-units.el (math-units-table): Doc fix.
3564 (math-standard-units): Fix typo in constant's description.
3565 (math-additional-units): Fix typo in docstring.
3566
3567 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3568
3569 * calc/calc-units.el (math-standard-units): Add eps0,
3570 permittivity of vacuum.
3571
3572 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3573
3574 * files.el (project-settings-file): Remove.
3575 (project-find-settings-file): Undo previous change that added the
3576 use of project-settings-file.
3577
3578 2008-11-19 Glenn Morris <rgm@gnu.org>
3579
3580 * proced.el (proced, proced-format-time): Doc fixes.
3581 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3582
3583 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3584
3585 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3586 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3587
3588 2008-11-19 Lute Kamstra <lute@gnu.org>
3589
3590 * autoinsert.el (auto-insert-alist): Don't use match data.
3591
3592 2008-11-19 Glenn Morris <rgm@gnu.org>
3593
3594 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3595
3596 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3597
3598 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3599 * term/w32-win.el (x-select-font): Declare.
3600
3601 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3602 Use the imperative for all help strings.
3603
3604 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3607 case where the default dictionary is French, Spanish, younameit.
3608
3609 * window.el (window--frame-usable-p): Consider dedicated windows
3610 as usable.
3611
3612 * files.el (confirm-nonexistent-file-or-buffer):
3613 Rename from find-file-confirm-nonexistent-file.
3614 (read-buffer-to-switch): Use it.
3615
3616 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3617
3618 * server.el (server-temp-file-p): Use `string-match-p'.
3619 (server-socket-dir): Set to nil if local sockets are unsupported.
3620 (server-start): Don't try to delete local socket if unsupported.
3621 (server-kill-new-buffers): Reflow docstring.
3622 (server-delete-client, server-handle-delete-frame)
3623 (server-save-buffers-kill-terminal): Doc fixes.
3624 (server-send-string): Fix typo in docstring.
3625
3626 2008-11-18 Sam Steingold <sds@gnu.org>
3627
3628 * progmodes/compile.el (compilation-start-hook): New hook.
3629 (compilation-start): Run it on the compilation process.
3630
3631 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * international/mule-cmds.el (update-leim-list-file): Simplify.
3634 (prefer-coding-system, find-coding-systems-for-charsets):
3635 Fix docstring typos.
3636 (select-safe-coding-system, input-method-exit-on-first-char)
3637 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3638 (toggle-input-method, read-multilingual-string): Doc fixes.
3639 Reflow docstrings.
3640 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3641 (read-char-by-name): Use `string-match-p'.
3642 (get-char-code-property, put-char-code-property)
3643 (char-code-property-description): Be silent while loading uni-* files.
3644 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3645 the Unicode character names is *slow*.
3646
3647 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3650
3651 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3652
3653 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3654
3655 * international/mule-cmds.el (ucs-completions): Mark as risky.
3656
3657 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3658
3659 * help-macro.el (three-step-help): Remove * from defcustom.
3660 (make-help-screen): Don't iconify selected frame. (Bug#1322)
3661 Use when instead of if and cond within condition-case.
3662
3663 * window.el (quit-window): Bind window to selected window when
3664 trying to delete it.
3665
3666 2008-11-17 Glenn Morris <rgm@gnu.org>
3667
3668 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
3669 definition of 'ignore, rather than nil. (Bug#1353)
3670
3671 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * window.el (window--frame-usable-p): Allow use for soft-dedication.
3674
3675 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3676
3677 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
3678
3679 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
3680 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
3681 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
3682 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
3683 (shell-command, repeat-complex-command): Reflow docstrings.
3684 (pop-to-mark-command): Fix typos in docstring.
3685
3686 2008-11-17 Juri Linkov <juri@jurta.org>
3687
3688 * isearch.el (isearch-filter-predicate): Rename from
3689 `isearch-success-function'. Rename default value from
3690 `isearch-success-function-default' to
3691 `isearch-filter-invisible'. Doc fix.
3692 (isearch-filter-invisible): Rename from
3693 `isearch-success-function-default'. Doc fix.
3694 (isearch-search, isearch-lazy-highlight-search):
3695 Rename `isearch-success-function' to `isearch-filter-predicate'.
3696
3697 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
3698 `dired-isearch-orig-success-function'.
3699 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3700 (dired-isearch-filenames-end): Rename `isearch-success-function' to
3701 `isearch-filter-predicate'. Doc fix.
3702 (dired-isearch-filter-filenames): Rename from
3703 `dired-isearch-success-function'.
3704
3705 * info.el (Info-search, Info-mode):
3706 Rename `isearch-success-function' to `isearch-filter-predicate'.
3707 (Info-isearch-filter-predicate): Rename from
3708 `Info-search-success-function'.
3709
3710 * simple.el (minibuffer-default-add-function): Fix docstring to
3711 use clear text "default values" instead of obscure references to
3712 the dynamic variable `minibuffer-default'.
3713
3714 2008-11-16 Glenn Morris <rgm@gnu.org>
3715
3716 * term/ns-win.el (ns-extended-platform-support-mode):
3717 Tweak menu entry from previous change.
3718
3719 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
3720
3721 * cus-edit.el (custom-buffer-create-internal): Always insert the
3722 in-buffer buttons, regardless of tool-bar. (Bug#1326)
3723
3724 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
3727
3728 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * ielm.el (ielm-eval-input): Fix thinko in last change.
3731
3732 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * subr.el (read-passwd): Yank current kill if the user enters C-y.
3735
3736 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
3737
3738 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
3739 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
3740
3741 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
3742 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3743 Handle `file-name-as-directory'.
3744
3745 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
3748 usual variable-pitch face.
3749
3750 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3751
3752 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
3753 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
3754 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
3755 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
3756 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
3757 (ange-ftp-quote-string, ange-ftp-process-handle-line)
3758 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
3759 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
3760 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
3761 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
3762 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
3763 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
3764 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
3765 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
3766 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
3767 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
3768 (ange-ftp-default-user, ange-ftp-default-password)
3769 (ange-ftp-default-account, ange-ftp-netrc-default-password)
3770 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
3771 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
3772 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
3773 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
3774 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
3775 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
3776 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
3777 (ange-ftp-make-backup-files, ange-ftp-retry-time)
3778 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
3779 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
3780 (ange-ftp-gateway-tmp-name-template)
3781 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
3782 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
3783 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
3784 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
3785 (ange-ftp-gateway-program): Remove * from docstring and reflow.
3786 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
3787 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
3788 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
3789 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
3790 (ange-ftp-rename-local-to-remote): Doc fixes.
3791 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
3792 Use `when', `unless'.
3793 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
3794 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
3795 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
3796 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
3797 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
3798 (ange-ftp-process-sentinel): Use `when'. Fix typo.
3799 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
3800 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
3801 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
3802 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
3803 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
3804 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
3805 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
3806 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
3807 `(save-match-data (string-match ...))'.
3808 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
3809 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
3810 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
3811 Doc fixes.
3812
3813 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
3814
3815 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
3816 function instead of a variable.
3817
3818 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
3819 viper-ESC-keyseq-timeout as a function.
3820 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
3821 defsubst.
3822
3823 * emulation/viper-cmd.el: Let line-move-visual to nil when using
3824 next-line or previous-line.
3825 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
3826
3827 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
3828
3829 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
3830 live.
3831 (ediff-save-buffer): Let window-min-height to 2.
3832
3833 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
3834 the minibuffer.
3835
3836 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
3839 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
3840 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
3841 (ielm-map): Define within defvar. Add docstring.
3842 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
3843 (ielm-complete-filename): Use `when', `unless'.
3844 (ielm-is-whitespace-or-comment): Use `string-match-p'.
3845 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
3846 (ielm-change-working-buffer): Check that the buffer is live.
3847 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
3848 Simplify. Reflow docstring.
3849 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
3850 New aliases, to satisfy `define-derived-mode' expectations.
3851
3852 2008-11-15 Glenn Morris <rgm@gnu.org>
3853 Martin Rudalics <rudalics@gmx.at>
3854
3855 * emacs-lisp/find-func.el (find-function-advised-original): New.
3856 (find-function-C-source, find-function-noselect):
3857 Use find-function-advised-original to handle advised funcs. (Bug#789)
3858
3859 2008-11-15 Glenn Morris <rgm@gnu.org>
3860
3861 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
3862 alias message.
3863
3864 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
3865 Remove uniquify-after-kill-buffer-p dependency.
3866 (uniquify-kill-buffer-function): New function.
3867 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
3868
3869 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
3870 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
3871 main Emacs manual.
3872
3873 2008-11-15 Martin Rudalics <rudalics@gmx.at>
3874
3875 * window.el (quit-window): Restore delete window with second
3876 arg non-nil behavior as of before 2008-10-30 change.
3877
3878 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * help-fns.el (describe-function-1): Do char-range check for
3881 self-insert-command.
3882
3883 2008-11-14 Karl Fogel <kfogel@red-bean.com>
3884
3885 * files.el (file-precious-flag): Document that this flag is advisory.
3886
3887 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3888
3889 * emacs-lisp/bytecomp.el (byte-compile-associative)
3890 (byte-compile-minus, byte-compile-quo): If there are more than two
3891 operands, don't use binary operation code (bug#1334).
3892
3893 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
3894
3895 * w32-fns.el (w32-shell-dos-semantics):
3896 * calendar/diary-lib.el (diary-face-attrs):
3897 * international/mule-cmds.el (set-default-coding-systems)
3898 (prefer-coding-system):
3899 * net/tramp.el (tramp-set-completion-function):
3900 * progmodes/vhdl-mode.el (vhdl-file-header):
3901 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
3902
3903 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
3904
3905 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
3906 (kill-matching-buffers, save-buffers-kill-emacs)
3907 (save-buffers-kill-terminal): Fix typos in docstrings.
3908 (switch-to-buffer-other-window): Reflow docstring.
3909 (revert-buffer): Doc fix.
3910 (define-project-bindings): Rename arg LIST to SETTINGS.
3911 (project-find-settings-file): Use `let', not `let*'.
3912 Use `when'.
3913
3914 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * files.el (project-settings-file, locate-dominating-file):
3917 Fix typos in docstrings.
3918 (find-file-visit-truename): Remove * from defcustom docstring.
3919
3920 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
3921
3922 * files.el (project-settings-file): New variable.
3923 (project-find-settings-file): Use it, instead of hardcoding
3924 .dir.settings.el.
3925
3926 2008-11-13 Glenn Morris <rgm@gnu.org>
3927
3928 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
3929
3930 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
3931
3932 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
3933 in mail bodies.
3934
3935 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * international/mule.el (autoload-coding-system, with-category-table)
3938 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
3939 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
3940 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
3941 (set-file-name-coding-system, ctext-pre-write-conversion)
3942 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
3943 Reflow docstrings.
3944 (charset-list, set-coding-priority): Remove redundant obsolescence info.
3945 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
3946 (char-valid-p): Define with `define-obsolete-function-alias'.
3947
3948 * textmodes/artist.el (artist-mode): Fix typos in docstring.
3949
3950 2008-11-12 Sam Steingold <sds@gnu.org>
3951
3952 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
3953 between hostname and path.
3954
3955 2008-11-11 Juri Linkov <juri@jurta.org>
3956
3957 * dired-aux.el (dired-isearch-filenames)
3958 (dired-isearch-filenames-regexp):
3959 Let-bind isearch-message-prefix-add to "filename ".
3960
3961 * isearch.el (isearch-message-prefix-add)
3962 (isearch-message-suffix-add): New variables.
3963 (isearch-message-prefix): Show additional text from
3964 `isearch-message-prefix-add' before "I-search".
3965 (isearch-message-suffix): Show additional text from
3966 `isearch-message-suffix-add' at the end.
3967
3968 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
3969 `isearch-search'. Call isearch-success-function to skip matches
3970 outside the current isearch scope. Let-bind search-invisible to
3971 nil to not match invisible text.
3972
3973 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
3974 Let-bind `isearch-recursive-edit' to nil to prevent calling
3975 `exit-recursive-edit' in `isearch-done' that terminates the
3976 execution of these commands when it is non-nil. Call
3977 `exit-recursive-edit' explicitly at the end.
3978 (isearch-occur): For word search construct the correct regexp
3979 with word boundaries to proceed with occur.
3980
3981 * isearch.el (isearch-search-fun): Compare the length of the
3982 current search string with the length of the string from the
3983 previous search state to detect the situation when the user
3984 adds or removes characters in the search string.
3985 Use word-search-forward-lax and word-search-backward-lax in this
3986 case, and otherwise word-search-forward and word-search-backward.
3987
3988 2008-11-11 Sam Steingold <sds@gnu.org>
3989
3990 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
3991 the "Version Control" group (for C-x v g).
3992
3993 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
3994
3995 * server.el (server-process-filter): Fix typos and reflow docstring.
3996
3997 2008-11-11 Martin Rudalics <rudalics@gmx.at>
3998
3999 * mail/footnote.el (footnote-mode): Improve doc-string.
4000 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4001
4002 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4005
4006 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4007
4008 * mail/smtpmail.el (smtpmail-open-stream): Use
4009 `starttls-any-program-available'. Auto-load starttls.el for it.
4010
4011 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4014 version (bug@1285).
4015
4016 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4017
4018 * startup.el (command-line): Ignore init-file-user when checking
4019 user's home directory on MS-DOS as well.
4020
4021 2008-11-07 Sam Steingold <sds@gnu.org>
4022
4023 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4024
4025 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4026
4027 * frame.el (make-frame-on-display): Use `string-match-p'.
4028
4029 2008-11-07 Glenn Morris <rgm@gnu.org>
4030
4031 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4032
4033 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4034
4035 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4036 to initialize font-lock keyword case sensitivity.
4037 (lisp-mode): Use it.
4038
4039 2008-11-06 Glenn Morris <rgm@gnu.org>
4040
4041 * eshell/esh-maint.el: Remove unused file.
4042
4043 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4044
4045 * cus-edit.el (custom-comment-tag): Doc fix.
4046 (custom-comment, custom-variable-value-create, custom-face):
4047 Use face names sans -face suffix rather than aliases.
4048
4049 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4050
4051 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4052 window width.
4053
4054 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * server.el (server-process-filter): Only default to emacsclient's
4057 terminal in daemon mode.
4058
4059 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4060
4061 * window.el (quit-window): Restore prefix argument behavior
4062 removed in 2008-10-30 change. (Bug#1308)
4063
4064 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4065
4066 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4067 function to kill-buffer-hook, not to kill-buffer.
4068 Reported by Markus Triska <markus.triska@gmx.at>
4069
4070 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4071
4072 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4073 exists before deleting its windows.
4074
4075 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * server.el (server-process-filter): Don't call
4078 server-create-tty-frame when no tty name is specified.
4079
4080 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4081
4082 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4083
4084 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4085
4086 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4087 (define-char-code-property):
4088 * textmodes/reftex.el (reftex-index):
4089 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4090
4091 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4094 vc-bzr-status-printer.
4095
4096 * startup.el (startup-echo-area-message): Display a different
4097 message in daemon mode. Suggested by Stephen Turnbull.
4098
4099 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4100 Windows.
4101
4102 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4103
4104 * dframe.el (dframe-mouse-position-function)
4105 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4106 (dframe-mouse-set-point): Fix typos in docstrings.
4107
4108 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4109
4110 * vc-dir.el (vc-dir-headers): Undo previous change.
4111
4112 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4113
4114 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4115 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4116
4117 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4118
4119 * subr.el (looking-back): Fix doc-string typo.
4120
4121 * electric.el (Electric-pop-up-window): Call window-end with
4122 UPDATE set to t.
4123
4124 * window.el (save-selected-window): Make it behave like
4125 save-selected-window-norecord.
4126 (save-selected-window-norecord): Remove, since functionality
4127 fully taken over by save-selected-window.
4128 (walk-windows, set-window-text-height, fit-window-to-buffer):
4129 Use save-selected-window instead of save-selected-window-norecord.
4130 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4131 save-selected-window-norecord.
4132 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4133 indent-function for save-selected-window-norecord.
4134
4135 2008-11-03 Alan Mackenzie <acm@muc.de>
4136
4137 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4138
4139 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * subr.el (looking-back): Doc fix.
4142
4143 * term/x-win.el (x-initialize-window-system):
4144 Call x-wm-set-size-hint after initialization.
4145
4146 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4147 to t.
4148
4149 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4150 2000-12-08 (bug#1297).
4151
4152 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4153
4154 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4155
4156 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4157 when appropriate.
4158
4159 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4160
4161 * window.el (save-selected-window-norecord): New macro.
4162 (walk-windows): Use save-selected-window-norecord and call
4163 select-window with NORECORD set. (Bug#1237)
4164 (set-window-text-height, fit-window-to-buffer):
4165 Use save-selected-window-norecord and call select-window with
4166 NORECORD set.
4167 * subr.el (with-selected-window): Call set-frame-selected-window
4168 with new argument NORECORD set. Update doc-string.
4169 (with-selected-frame): Call select-frame with new argument
4170 NORECORD set. Update doc-string.
4171 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4172 Put indent-function for save-selected-window-norecord.
4173 * font-lock.el (lisp-font-lock-keywords-2):
4174 Add save-selected-window-norecord.
4175
4176 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * cus-edit.el (customize-apropos-options, custom-comment)
4179 (custom-comment-tag, custom-face-edit-attribute-tag):
4180 Fix typos in docstrings.
4181 (custom-buffer-done-kill): Remove * from defcustom docstring.
4182 (custom-file): Fix typo in doc of defcustom choice.
4183
4184 * frame.el (display-visual-class): Fix typo in docstring.
4185 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4186 (special-display-frame-alist, show-trailing-whitespace)
4187 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4188 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4189 Remove * from defcustom docstrings.
4190
4191 * md4.el (md4-buffer): Fix typo in docstring.
4192 (md4, md4-64): Doc fixes.
4193 (md4-pack-int32): Reflow docstring.
4194
4195 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4196 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4197
4198 * rect.el (open-rectangle): Reflow docstring.
4199 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4200
4201 * select.el (x-get-cut-buffer): Fix typo in docstring.
4202
4203 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4204 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4205 Fix typos in docstrings.
4206
4207 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4208 Fix typos in docstrings.
4209
4210 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4211
4212 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4213
4214 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4215 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4216 (newsticker--treeview-tree-update)
4217 (newsticker--treeview-tree-update-highlight)
4218 (newsticker-treeview-update)
4219 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4220 (newsticker-treeview-next-new-or-immortal-item)
4221 (newsticker-treeview-prev-new-or-immortal-item)
4222 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4223 (newsticker-treeview-tree-click): Watch for layout changes.
4224 (newsticker--treeview-set-current-node): Cleanup.
4225 (newsticker--treeview-restore-layout): Rename from
4226 newsticker--treeview-restore-buffers.
4227 (newsticker--treeview-mark-item): Update cache file.
4228
4229 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4230
4231 * calendar/icalendar.el (icalendar--uid-count): New.
4232 (icalendar--create-uid): New. Extracted from
4233 `icalendar-export-region' and add uid counter.
4234 (icalendar-export-region): Use `icalendar--create-uid'.
4235
4236 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * tooltip.el (tooltip-frame-parameters): Doc fix.
4239
4240 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4241
4242 * window.el (window-body-height, window-current-scroll-bars)
4243 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4244 (minibuffer-window-active-p, count-windows)
4245 (window-safely-shrinkable-p, window--splittable-p)
4246 (window--try-to-split-window, window--frame-usable-p)
4247 (window--even-window-heights, window--display-buffer-1)
4248 (window--display-buffer-2, set-window-text-height)
4249 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4250 (truncated-partial-width-window-p): Rewrite doc-string.
4251 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4252 (split-window-vertically, split-window-horizontally):
4253 Rename args, rewrite doc-string, and simplify code.
4254 (split-window-save-restore-data): Rename args and use
4255 when instead of if.
4256
4257 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * indent.el (indent-for-tab-command): Use use-region-p.
4260
4261 * vc.el (vc-revert): Limit the length of the query string.
4262
4263 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * simple.el (idle-update-delay, next-error-highlight)
4266 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4267 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4268 (kill-read-only-ok, backward-delete-char-untabify-method)
4269 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4270 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4271 (goal-column, line-move-ignore-invisible, fill-prefix)
4272 (auto-fill-inhibit-regexp, blink-matching-paren)
4273 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4274 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4275 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4276 (minibuffer-history-isearch-wrap, transient-mark-mode)
4277 (next-logical-line, auto-fill-mode, line-number-mode)
4278 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4279 (normal-erase-is-backspace-mode): Doc fixes.
4280 (current-kill, transient-mark-mode, toggle-truncate-lines)
4281 (visible-mode): Reflow docstrings.
4282 (minibuffer-local-shell-command-map, interprogram-paste-function):
4283 Fix typos in docstrings.
4284
4285 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4286
4287 * server.el (server-process-filter): In daemon mode, default to
4288 emacsclient's tty if not opening a new frame and only the
4289 terminal-frame is available.
4290
4291 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4292
4293 * window.el (quit-window): Simplify code. Say in doc-string
4294 that it operates on the selected window's buffer. (Bug#1259)
4295
4296 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4297
4298 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4299 nil so that log-view-diff-changeset works.
4300
4301 2008-10-30 Glenn Morris <rgm@gnu.org>
4302
4303 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4304
4305 * resume.el: Move to obsolete/.
4306 * Makefile.in (ELCFILES): Update.
4307
4308 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4309
4310 * electric.el (Electric-pop-up-window): Don't shrink the window if
4311 it's already big enough.
4312
4313 * minibuffer.el (delete-minibuffer-contents): Delete all
4314 minibuffer contents instead of just the current field.
4315
4316 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4317
4318 * bookmark.el (bookmark-handle-bookmark): Rename from
4319 bookmark-jump-noselect.
4320 (bookmark--jump-via, bookmark-insert): Callers changed.
4321 (bookmark-jump-noselect): Wrapper function for
4322 bookmark-handle-bookmark.
4323 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4324
4325 * textmodes/ispell.el (ispell-word): Use use-region-p.
4326
4327 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4328
4329 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4330 to follow naming conventions for abnormal hooks. Doc fix.
4331 (tooltip-mode, tooltip-timeout): Use it.
4332 (tooltip-hook): New obsolete alias.
4333 (tooltip-help-tips): Doc fix.
4334
4335 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4336
4337 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4338
4339 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4340 of hardcoded /tmp.
4341
4342 2008-10-29 Glenn Morris <rgm@gnu.org>
4343
4344 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4345
4346 * vc-hooks.el (vc-find-root): Remove bogus alias.
4347
4348 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * international/quail.el (quail-show-guidance): Don't create
4351 a guidance-frame if current buffer is not a minibuffer, since even if
4352 selected-window is mini-p, the buffer will never be displayed in it, so
4353 it wil be usable for guidance.
4354
4355 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * smerge-mode.el: Require diff-mode at run-time as well.
4358
4359 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4360
4361 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4362 * vc-hooks.el (vc-stay-local): Likewise.
4363
4364 2008-10-28 Phil Sung <psung@mit.edu>
4365
4366 * follow.el (follow-scroll-down, follow-calc-win-end)
4367 (follow-estimate-first-window-start): Reduce effective window
4368 height when header line is present. (Bug#925)
4369
4370 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4371
4372 * subr.el (locate-user-emacs-file): Simplify. Don't create
4373 `user-emacs-directory' when Emacs is running in batch mode.
4374
4375 * startup.el (inhibit-startup-screen): Reflow docstring.
4376 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4377
4378 2008-10-27 Kenichi Handa <handa@m17n.org>
4379
4380 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4381
4382 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * face-remap.el (text-scale-increase, text-scale-decrease)
4385 (text-scale-adjust): Remove &optional keyword from the arg list;
4386 the INC argument is not really optional, if the functions happen
4387 to be called from elisp.
4388
4389 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4390
4391 * vc.el: Rename VC methods that were missed when vc-status was
4392 renamed to vc-dir.
4393 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4394 vc-svn-status-extra-headers.
4395 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4396 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4397 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4398 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4399 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4400 vc-dir-status-printer.
4401 (vc-dir-headers): Use `dir-extra-headers' instead of
4402 `status-extra-headers'.
4403 (vc-dir-printer): Rename from vc-dir-status-printer.
4404 (vc-default-dir-extra-headers): Rename from
4405 vc-default-status-extra-headers.
4406 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4407 vc-cvs-status-extra-headers.
4408
4409 * startup.el (server-name): Pacify byte compiler.
4410 (command-line): If --daemon=SERVER_NAME was used, set server-name
4411 before calling server-start.
4412
4413 2008-10-26 Romain Francoise <romain@orebokech.com>
4414
4415 * startup.el (command-line): Call daemon-initialized after
4416 starting the server.
4417
4418 2008-10-26 Kenichi Handa <handa@m17n.org>
4419
4420 * help-fns.el (describe-categories): Display the terse legend at
4421 the head.
4422
4423 * international/characters.el: Docstrings of categories improved.
4424
4425 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4428
4429 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4430 to the courier family.
4431 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4432 usually not serif'd and hence rather unlike verbatim's printed output.
4433
4434 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4435
4436 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4437 when reporting the module.
4438
4439 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4440
4441 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4442
4443 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4444
4445 * files.el (locate-dominating-stop-dir-regexp): New var.
4446 (locate-dominating-file): Change arg from a regexp to a file name.
4447 Rewrite using the vc-find-root code to avoid directory-files which is
4448 too slow. Obey locate-dominating-stop-dir-regexp.
4449 Don't pay attention to changes in owner.
4450 (project-find-settings-file): Adjust call to locate-dominating-file.
4451
4452 * progmodes/flymake.el (flymake-find-buildfile):
4453 Adjust call to locate-dominating-file.
4454
4455 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4456 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4457
4458 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4459
4460 * subr.el (with-current-buffer): Rename buffer argument to
4461 buffer-or-name.
4462 * window.el (get-buffer-window-list): Rename buffer argument to
4463 buffer-or-name and make it optional.
4464
4465 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4466
4467 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4468 (completion-search-next, add-completions-from-file):
4469 Fix typos in docstrings.
4470
4471 * filesets.el (filesets-menu-ensure-use-cached)
4472 (filesets-ingroup-patterns, filesets-filetype-property):
4473 * tutorial.el (get-lang-string):
4474 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4475 Fix typos in docstrings.
4476
4477 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4478 (image-dired-line-up-method, image-dired-thumb-size)
4479 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4480 (image-dired-track-original-file, image-dired-track-thumbnail)
4481 (image-dired-dired-next-line, image-dired-dired-previous-line)
4482 (image-dired-write-comments): Reflow docstrings.
4483 (image-dired-show-all-from-dir-max-files)
4484 (image-dired-format-properties-string, image-dired-create-thumbs)
4485 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4486 Fix typos in docstrings.
4487
4488 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4489 (savehist-additional-variables, savehist-ignored-variables)
4490 (savehist-file-modes, savehist-autosave-interval):
4491 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4492 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4493 (fancy-splash-image):
4494 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4495 (thumbs-conversion-program, thumbs-margin):
4496 Remove spurious * in docstrings.
4497
4498 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4499
4500 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4501 (forward-same-syntax): Omit default arguments to char-after and
4502 char-before.
4503
4504 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4505
4506 * subr.el (locate-user-emacs-file): New function.
4507 (user-emacs-directory): Mention it in docstring.
4508
4509 * completion.el (save-completions-file-name):
4510 * filesets.el (filesets-menu-cache-file):
4511 * image-dired.el (image-dired-dir, image-dired-db-file)
4512 (image-dired-temp-image-file, image-dired-gallery-dir)
4513 (image-dired-temp-rotate-image-file):
4514 * savehist.el (savehist-file):
4515 * server.el (server-auth-dir):
4516 * thumbs.el (thumbs-thumbsdir):
4517 * tutorial.el (tutorial--saved-dir):
4518 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4519
4520 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4523 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4524
4525 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * filesets.el: Update author email.
4528 (filesets-data): Doc fix.
4529
4530 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4531
4532 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4533
4534 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4535
4536 * international/mule-cmds.el (describe-language-environment):
4537 Indent sample text.
4538
4539 2008-10-23 Glenn Morris <rgm@gnu.org>
4540
4541 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4542
4543 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4544 byte-compile a redefinition of a function with special byte-compile
4545 handling. (Bug#411)
4546
4547 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4548
4549 * ps-print.el: Deal with page sizes for label printes. Suggested by
4550 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4551 (ps-print-version): New version 7.3.3.
4552 (ps-page-dimensions-database): New page sizes for label printers.
4553 (ps-n-up-printing): Fix code.
4554
4555 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4558
4559 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4560 (list-at-point): Add docstrings.
4561
4562 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4563
4564 * dired-aux.el (dired-do-create-files): Doc fix.
4565
4566 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4567
4568 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4569 with other documentation.
4570
4571 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4572
4573 * replace.el (how-many): Fix typo in docstring.
4574 Reported by Leo <sdl.web@gmail.com>.
4575
4576 2008-10-22 Glenn Morris <rgm@gnu.org>
4577
4578 * international/mule-cmds.el (universal-coding-system-argument):
4579 Check for C-g. (Bug#1205)
4580
4581 2008-10-22 Kenichi Handa <handa@m17n.org>
4582
4583 * international/characters.el: Don't setup
4584 find-word-boundary-function-table.
4585 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4586 (word-combining-categories, word-separating-categories):
4587 Adjust to the change of the docstrings.
4588
4589 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * simple.el (region-active-p): Doc fix.
4592
4593 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4594
4595 * subr.el (apply-partially): Move from here...
4596
4597 * simple.el (apply-partially): ...to here.
4598
4599 2008-10-20 Andreas Schwab <schwab@suse.de>
4600
4601 * subr.el (split-string-and-unquote): Simplify regexp.
4602
4603 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4604
4605 * subr.el (top-level): Require `cl' when compiling.
4606
4607 2008-10-20 David Reitter <david.reitter@gmail.com>
4608
4609 * info.el (Info-mode): Do not remove an existing header line if
4610 `Info-use-header-line' is nil.
4611
4612 2008-10-19 Juri Linkov <juri@jurta.org>
4613
4614 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4615 Add arg `delimited' as in `query-replace' for the case when
4616 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4617 Add more indicators to the prompt ("word" and "in region").
4618
4619 * replace.el (query-replace, query-replace-regexp)
4620 (replace-string, replace-regexp, perform-replace): Add "word"
4621 indicatiors to the prompt for word delimited replacements.
4622
4623 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4624 Doc fix.
4625
4626 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4627
4628 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4629
4630 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4631
4632 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4633
4634 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4635 Make argument names follow Elisp manual.
4636
4637 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4638
4639 * textmodes/remember.el (remember-data-file):
4640 * shadowfile.el (shadow-initialize)
4641 <shadow-info-file, shadow-todo-file>:
4642 * savehist.el (savehist-file):
4643 * recentf.el (recentf-save-file):
4644 * pcvs-defs.el (cvs-cvsrc-file):
4645 * international/kkc.el (kkc-init-file-name):
4646 * ido.el (ido-save-directory-list-file):
4647 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4648 (todo-file-top): Run file names that begin with a period thru
4649 `convert-standard-filename'.
4650
4651 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4652 before-init-hook.
4653
4654 Fix Bug #1183:
4655
4656 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4657 coding-system-for-read to ediff-coding-system-for-write.
4658
4659 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
4660 coding-system-for-write to ediff-coding-system-for-write.
4661
4662 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
4663 (ediff-coding-system-for-write): Set to emacs-internal.
4664
4665 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * international/mule-conf.el (emacs-internal): New coding system alias.
4668
4669 2008-10-18 Juri Linkov <juri@jurta.org>
4670
4671 * info.el (Info-file-supports-index-cookies-list): New variable.
4672 (Info-file-supports-index-cookies): New function.
4673 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
4674 (Info-index-nodes): Let-bind Info-point-loc to nil for files
4675 without an index cookie to ignore it when Info-index-nodes is
4676 called during navigating from an index node with line numbers.
4677 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
4678
4679 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
4680 variable definition section.
4681
4682 * info.el (Info-find-node-2): Put initial point below the header line
4683 and breadcrumbs line.
4684
4685 2008-10-18 Glenn Morris <rgm@gnu.org>
4686
4687 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
4688 the needed external programs were not found.
4689
4690 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4691
4692 * files.el (trash-directory): Run thru `convert-standard-filename'.
4693 (file-modes-char-to-who, file-modes-char-to-right)
4694 (file-modes-rights-to-number, file-modes-symbolic-to-number)
4695 (read-file-modes): Doc fixes.
4696
4697 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * abbrev.el (define-abbrev): Doc fix.
4700
4701 2008-10-17 Alan Mackenzie <acm@muc.de>
4702
4703 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
4704 foo bar [] = { ...".
4705
4706 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4707
4708 * faces.el (face-spec-set-2): Don't pass invalid attributes to
4709 set-face-attribute.
4710
4711 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
4712
4713 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
4714 according to `locale-coding-system'. (This fixes trivial bug reported
4715 as part of bug#1179).
4716 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
4717 particular order). Use `when'.
4718
4719 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
4720
4721 * w32-fns.el (w32-check-shell-configuration): Doc fix.
4722 (w32-add-charset-info): Fix typo in docstring.
4723
4724 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4725
4726 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
4727 after discussion.
4728
4729 2008-10-16 Magnus Henoch <mange@freemail.hu>
4730
4731 * vc-arch.el (vc-arch-dir-status): New function.
4732 (vc-arch-after-dir-status): New function.
4733
4734 2008-10-16 Glenn Morris <rgm@gnu.org>
4735
4736 * man.el (Man-getpage-in-background): Force recent `man's to output
4737 escape sequences even when stdout is not a tty. (Bug#1142)
4738
4739 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
4740
4741 * international/mule-conf.el: Add `utf8' and `UTF8' as
4742 aliases for the `utf-8' coding system.
4743
4744 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
4745
4746 * find-file.el (ff-get-file): Doc fix.
4747 (ff-get-file-name): Use `let', not `let*'.
4748 (ff-search-directories): Fix typo in docstring.
4749 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4750 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
4751 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
4752 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
4753 (cc-other-file-alist, modula2-other-file-alist):
4754 Remove spurious * in docstrings.
4755
4756 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * faces.el (set-face-attribute): Set family and foundry before
4759 other attributes.
4760 (face-spec-set-2): Pass unmodified args to set-face-attribute.
4761
4762 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
4763
4764 * hl-line.el (hl-line-unload-function): New function.
4765 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
4766 (hl-line-sticky-flag): Remove spurious * in docstring.
4767
4768 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
4769
4770 * vc-git.el (vc-git-show-log-entry): Include the revision in the
4771 search string.
4772
4773 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
4774
4775 * net/tramp.el (tramp-process-one-action): Embed regexp in
4776 parentheses, before adding end-of-buffer construct. Suggested by
4777 Markus Triska <markus.triska@gmx.at>.
4778
4779 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
4780
4781 * net/newst-plainview.el (w3m-toggle-inline-image):
4782 Define 'declare-function if necessary, for compatibility.
4783
4784 * net/newst-treeview.el (w3m-toggle-inline-images):
4785 Define 'declare-function if necessary, for compatibility.
4786
4787 2008-10-13 Alan Mackenzie <acm@muc.de>
4788
4789 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
4790 so that the function works on one-line macros.
4791
4792 * progmodes/cc-engine.el: Amend several doc strings and comments.
4793
4794 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4795
4796 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
4797
4798 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
4799 (vc-cvs-stay-local): Add a new choice and default to it.
4800 (vc-cvs-dir-status): Use the new vc-stay-local choice.
4801
4802 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
4803
4804 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
4805
4806 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
4807 Add support for extended return statement.
4808
4809 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
4810 and obj-dir; keep user order.
4811
4812 2008-10-12 Glenn Morris <rgm@gnu.org>
4813
4814 * Makefile.in (ELCFILES): Update.
4815
4816 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
4817 (shell-file-name-quote-list): Declare.
4818
4819 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
4820
4821 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
4822
4823 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * startup.el (command-line): If toolbar is disabled but ought to
4826 be initialized, call tool-bar-setup.
4827
4828 * tool-bar.el (tool-bar-setup): Variable deleted.
4829 (tool-bar-setup): Set it up unconditionally.
4830
4831 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
4832
4833 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
4834 tool-bar-map has been initialized before setting it up.
4835
4836 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
4837 tool-bar-map has been initialized before setting it up.
4838
4839 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * emacs-lisp/warnings.el (display-warning): Issue a message if
4842 called during daemon initialization.
4843
4844 * tool-bar.el (tool-bar-local-item)
4845 (tool-bar-local-item-from-menu): Put the check for number of
4846 display colors into the image expression.
4847 (tool-bar-setup): Don't be a no-op on ttys.
4848
4849 * info.el (info-tool-bar-map):
4850 * progmodes/gud.el (gud-tool-bar-map):
4851 * progmodes/grep.el (grep-mode-tool-bar-map):
4852 * progmodes/compile.el (compilation-mode-tool-bar-map):
4853 Initialize it unconditionally.
4854
4855 2008-10-11 Romain Francoise <romain@orebokech.com>
4856
4857 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
4858 * kmacro.el (kmacro-edit-lossage): Ditto.
4859 * edmacro.el (edit-kbd-macro): Ditto.
4860
4861 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
4862
4863 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
4864 Fix variable names.
4865
4866 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4867
4868 * startup.el (command-line): Revert 2008-09-26 change, not
4869 necessary anymore.
4870
4871 2008-10-10 Andreas Schwab <schwab@suse.de>
4872
4873 * simple.el (minibuffer-complete-shell-command):
4874 Bind comint-delimiter-argument-list, comint-file-name-chars and
4875 comint-file-name-quote-list like shell-mode.
4876
4877 2008-10-10 Martin Rudalics <rudalics@gmx.at>
4878
4879 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
4880 call of select-window.
4881
4882 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
4883
4884 * calc/calc.el (calc-embedded-word-regexp)
4885 (calc-embedded-word-regexp-alist): New variables.
4886 (calc-embedded-open-word, calc-embedded-close-word)
4887 (calc-embedded-open-close-word-alist): Remove unused variables.
4888
4889 * calc/calc-embed.el (calc-embedded-make-info):
4890 Use `calc-embedded-word-regexp' to find words.
4891
4892 2008-10-10 Martin Rudalics <rudalics@gmx.at>
4893
4894 * info.el (Info-extract-menu-counting): New argument no-detail to
4895 skip detailed node listings.
4896 (Info-forward-node): New argument not-up to inhibit going up.
4897 (Info-final-node): Call Info-extract-menu-counting and
4898 Info-forward-node with the new arguments set to avoid infinite
4899 looping. (Bug#1116)
4900
4901 2008-10-10 Eli Zaretskii <eliz@gnu.org>
4902
4903 * startup.el (command-line): Don't invoke tool-bar-mode if it is
4904 not fboundp.
4905
4906 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
4907
4908 * startup.el (command-line): Enable tool-bar-mode as long as it is
4909 not suppressed by X resources, regardless of the terminal.
4910
4911 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
4912 graphical terminals.
4913 (tool-bar-setup): No-op if called on a tty.
4914
4915 2008-10-09 Eli Zaretskii <eliz@gnu.org>
4916
4917 * frame.el (make-frame-on-tty): Use "F" inside interactive.
4918 Support `pc' ``window-system''.
4919
4920 * progmodes/compile.el (compilation-start): Resurrect the version
4921 for systems that don't support asynchronous subprocesses.
4922
4923 2008-10-09 Martin Rudalics <rudalics@gmx.at>
4924
4925 * window.el (pop-up-frames): Add choice graphic-only.
4926 (display-buffer): When pop-up-frames equals graphic-only do
4927 not pop up new frame on text-only terminals. (Bug#1061)
4928
4929 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
4930
4931 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
4932 (vc-cvs-dir-status): Use it.
4933
4934 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
4935
4936 * json.el (json-skip-whitespace): Fix last change.
4937
4938 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * bs.el (bs-unload-function): New function.
4941
4942 2008-10-08 Sven Joachim <svenjoac@gmx.de>
4943
4944 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
4945 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4946 For clarity, explicitly require cl.
4947
4948 2008-10-08 Michael Olson <mwolson@gnu.org>
4949
4950 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
4951 can avoid a bad interaction with programs that add functions to
4952 the window-scroll-functions hook. This fixes Bug #858.
4953
4954 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
4955
4956 * startup.el (command-line): Use display-warning to warn about an
4957 init file error.
4958 (command-line-1): Remove init file error delay.
4959
4960 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4961
4962 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
4963 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
4964 (rx-group-if): New function.
4965 (rx-parent): New variable.
4966 (rx-and, rx-or): Put shy groups only when necessary.
4967 (rx-bracket): Remove.
4968 (rx-anything): New function.
4969 (rx-any-delete-from-range, rx-any-condense-range)
4970 (rx-check-any-string): New functions.
4971 (rx-check-any): Return result as a list. Don't convert chars to
4972 strings. Don't prepend "\\" to "^". Don't search for close bracket.
4973 Check char category string. Call rx-form instead of rx-to-string.
4974 (rx-any): Rebuid to complete the function.
4975 (rx-check-not): Fix char category regexp pattern string.
4976 Call rx-form instead of rx-to-string.
4977 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
4978 "[^^]". Call regexp-quote for one char string when not called from
4979 rx-not. Add "\\w", and toggle to upcase. Add the case of
4980 "\\[SCBW]" to toggle.
4981 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
4982 instead of rx-to-string.
4983 (rx-kleene): Call rx-form instead of rx-to-string.
4984 Call rx-group-if to adjust putting of shy groups.
4985 (rx-atomic-p): Make check more precisely.
4986 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
4987 (rx-regexp): Call rx-group-if.
4988 (rx-form): New function.
4989 (rx-to-string): Call rx-form, rx-group-if.
4990 Refine definition of NO-GROUP.
4991
4992 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4993
4994 * json.el (json-advance): Use forward-char.
4995 (json-skip-whitespace): Use skip-syntax-forward.
4996
4997 2008-10-07 Alan Mackenzie <acm@muc.de>
4998
4999 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5000 indenting a macro followed by blank lines doesn't backslash the
5001 following non-blank line into the macro.
5002
5003 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5004
5005 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5006 (command-line): Set after-init-time to nil before initialization.
5007
5008 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5009
5010 * calc/calc-units.el (math-standard-units): Update the values
5011 of the units.
5012
5013 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5014
5015 * bookmark.el (bookmark-unload-function): New function.
5016
5017 2008-10-06 Andreas Schwab <schwab@suse.de>
5018
5019 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5020
5021 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5022
5023 * mail/footnote.el: Remove * in defcustom docstrings and tell
5024 for most options that customizing them doesn't affect buffers
5025 already displaying footnotes.
5026 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5027 Fix handling of text properties and identical start/end tags.
5028 Do not use format when renumbering.
5029 (Footnote-set-style): Make it work.
5030 (Footnote-insert-numbered-footnote): Simplify.
5031 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5032 (Footnote-goto-footnote): Fix handling of empty section tag.
5033 (Footnote-delete-footnote): Fix handling of identical start/end
5034 tags, empty section tag, and spaced footnotes. Do not use
5035 kill-region.
5036 (footnote-mode): Make most options buffer-local to avoid that
5037 customizing messes up handling of footnotes in buffers that
5038 already display them.
5039
5040 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5041
5042 * faces.el (x-create-frame-with-faces): Undo previous change.
5043
5044 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5045 existent files.
5046
5047 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5048
5049 * international/mule-cmds.el (universal-coding-system-argument):
5050 Handle digit-argument too.
5051
5052 2008-10-05 Mario Lang <mlang@delysid.org>
5053
5054 * xml.el (xml-parse-string): Use skip-chars-forward.
5055
5056 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5057
5058 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5059 existent files.
5060 (vc-bzr-dir-status-files): New function.
5061
5062 2008-10-04 Glenn Morris <rgm@gnu.org>
5063
5064 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5065
5066 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5067 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5068
5069 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5070 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5071
5072 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5073
5074 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5075 Fix typo. (Bug#1074)
5076
5077 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5078
5079 * progmodes/compile.el (compilation-start): Make sure to move to
5080 point-max only when we are in the compilation buffer. (Bug#1073)
5081
5082 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5083
5084 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5085 tool-bar-mode is on.
5086
5087 * vc-svn.el (vc-svn-dir-status-files):
5088 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5089
5090 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5091
5092 * vc-hg.el (vc-hg-dir-status-files): New function.
5093
5094 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5095
5096 * window.el (window--display-buffer-1): Don't care about
5097 visibility since raise-frame does.
5098
5099 2008-10-03 Mario Lang <mlang@delysid.org>
5100
5101 * nxml/xmltok.el (xmltok-forward): Simplify.
5102
5103 2008-10-03 Glenn Morris <rgm@gnu.org>
5104
5105 * Makefile.in (ELCFILES): Update.
5106
5107 * frame.el (set-default-font): Make obsolete.
5108 * mouse.el (mouse-set-font): Use set-frame-font.
5109
5110 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5111 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5112
5113 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5114 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5115
5116 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5117
5118 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5119 (vc-dir-refresh): Set it here instead. (Bug#1067)
5120
5121 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5122
5123 * faces.el (inhibit-frame-set-background-mode): New var.
5124 (frame-set-background-mode): Use it to avoid a loop in
5125 face-spec-recalc.
5126
5127 2008-10-02 Glenn Morris <rgm@gnu.org>
5128
5129 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5130 vc-diff-switches.
5131
5132 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5133
5134 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5135 that is, to take some action when a buffer is killed. Suggested by
5136 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5137 11.2.2.
5138 (whitespace-action): Docstring and :type fix.
5139 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5140 Code fix.
5141 (whitespace-add-local-hook, whitespace-remove-local-hook)
5142 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5143
5144 2008-10-01 Magnus Henoch <mange@freemail.hu>
5145
5146 * net/tls.el (open-tls-stream): Show the actual command being
5147 executed, instead of the format string.
5148
5149 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5150
5151 * term/internal.el (dos-locale-alist): New alist.
5152 (dos-codepage-setup): Use it to compute a value of locale with
5153 which to call set-locale-environment. Remove code to set
5154 terminal, keyboard, and file-name encoding (done by
5155 set-locale-environment).
5156
5157 * international/mule-cmds.el
5158 (set-language-environment-nonascii-translation): Fix nonascii
5159 value for `pc' ``window-system''.
5160 (set-display-table-and-terminal-coding-system)
5161 (set-default-coding-systems): Don't special-case `pc'.
5162
5163 2008-10-01 Glenn Morris <rgm@gnu.org>
5164
5165 * filesets.el (filesets-menu-name): Fix type.
5166 (filesets-menu-path, filesets-menu-before): Fix types.
5167 Change defaults to be consistent with recentf. (Bug#1056)
5168
5169 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * term/xterm.el (xterm-turn-on-modify-other-keys)
5172 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5173 Don't forget to pass `terminal' to `send-string-to-terminal'.
5174
5175 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5176
5177 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5178 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5179 non-nil. It is not clear, whether this is only fixing symptoms on
5180 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5181 is embedded by that check. So it might be TRT. Suggested by Dan
5182 Nicolaescu <dann@ics.uci.edu>.
5183
5184 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5185
5186 * Makefile.in (ELCFILES): Remove codepage.elc.
5187
5188 * international/codepage.el: File removed, as even ms-dos doesn't
5189 need it anymore.
5190
5191 * loadup.el [ms-dos]: Don't load ccl and codepage.
5192
5193 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5194 (IT-character-translations, cjk-codepages-alist): Remove variables.
5195 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5196 (IT-unicode-translations): Remove charset and base elements.
5197 Add translations for Latin-1 characters.
5198 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5199 base and chset elements of IT-unicode-translations. Don't wrap
5200 translation in "{...}". Set up translations only for characters
5201 for which unencodable-char-position returns non-nil.
5202 (dos-codepage-setup): Don't use special-case codepages in
5203 cjk-codepages-alist.
5204
5205 * files.el (locate-dominating-file): Wrap directory-files with
5206 condition-case, instead of calling file-directory-p, which stats
5207 the directory one more time.
5208
5209 * mail/mail-utils.el (mail-unquote-printable-region):
5210 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5211 non-nil.
5212
5213 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5214
5215 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5216
5217 2008-09-30 Glenn Morris <rgm@gnu.org>
5218
5219 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5220
5221 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5222
5223 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5224 (which-function): Handle nested imenu trees.
5225
5226 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5227 some nested menu items.
5228
5229 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5230
5231 * calc/calc-units.el (math-standard-units): Add entries used to
5232 display the the values in the units buffer.
5233 (math-build-units-table): Add entries to the units table to be used
5234 to display the values in the units buffer.
5235 (math-build-units-table-buffer): Use the display entry of the units
5236 table when non-nil.
5237 (calc-define-unit): Add option to enter display value of unit.
5238
5239 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5240
5241 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5242
5243 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5244
5245 * files.el (locate-dominating-file): Take file-attributes of
5246 `dir', not of `file' (which never changes).
5247
5248 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5249
5250 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5251 also be `localname'.
5252
5253 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5254 IDENTIFICATION.
5255
5256 2008-09-28 Glenn Morris <rgm@gnu.org>
5257
5258 * vc.el (vc-switches): Give it a doc string.
5259
5260 2008-09-28 Romain Francoise <romain@orebokech.com>
5261
5262 * comint.el (comint-show-output): Adjust to stickiness changes of
5263 the output field.
5264
5265 * startup.el (command-line): Start the daemon server later.
5266
5267 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5268
5269 * subr.el (read-quoted-char): Call char-resolve-modifiers
5270 instead of char-resolve-modifers.
5271
5272 2008-09-27 Glenn Morris <rgm@gnu.org>
5273
5274 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5275 than [return]. (Bug#1031)
5276
5277 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5278
5279 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5280
5281 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5282
5283 * epg.el (epg-wait-for-status): Check if there is no pending status.
5284 Reported by Ted Romer <ted@romerfamily.com>.
5285
5286 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5287
5288 * startup.el (command-line): Turn on menu-bar-mode and
5289 tool-bar-mode when running as a daemon.
5290
5291 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5292
5293 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5294 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5295 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5296 ($(lisp)/progmodes/cc-engine.elc)
5297 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5298 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5299 ($(lisp)/progmodes/cc-subword.elc)
5300 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5301
5302 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5303 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5304 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5305 ($(lisp)/progmodes/cc-engine.elc)
5306 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5307 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5308 ($(lisp)/progmodes/cc-subword.elc)
5309 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5310
5311 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5312
5313 * informat.el (Info-split-threshold): New variable.
5314 (Info-split): Use it.
5315
5316 * textmodes/texinfmt.el (texinfo-format-buffer):
5317 Use Info-split-threshold to decide whether to split Info files.
5318
5319 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5322 quoting.
5323
5324 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5325 name when reinserting it.
5326
5327 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5328 word-search-backward-lax for incremental word search.
5329
5330 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5331
5332 * generic-x.el (generic-other-modes): Fix typo in docstring.
5333 (generic-use-find-file-hook, generic-lines-to-scan)
5334 (generic-find-file-regexp, generic-ignore-files-regexp)
5335 (generic-define-mswindows-modes, generic-define-unix-modes):
5336 Remove `*' from docstring.
5337 (generic-mode-find-file-hook): Use `string-match-p'.
5338 (apache-log-generic-mode, mailagent-rules-generic-mode)
5339 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5340 (java-manifest-generic-mode, java-properties-generic-mode)
5341 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5342 for consistency with other modes in generic-x.el.
5343
5344 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5345
5346 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5347 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5348 parens specially only if latex-handle-escaped-parens is non-nil.
5349 (latex-indent-within-escaped-parens): New option.
5350 (latex-find-indent): Bind latex-handle-escaped-parens to
5351 latex-indent-within-escaped-parens. Do not treat escaped parens
5352 specially when this is nil. (Bug#954)
5353
5354 2008-09-25 Glenn Morris <rgm@gnu.org>
5355
5356 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5357
5358 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * vc.el (vc-mark-resolved): Move message here from
5361 vc-default-mark-resolved.
5362 (vc-default-mark-resolved): Change to an alias for ignore.
5363
5364 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5365
5366 * term.el (term-emulate-terminal): Encode input string before
5367 checking its length.
5368
5369 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5372 is loaded.
5373
5374 * server.el (server-buffer-done): Avoid changing the buffer when
5375 deleting the client's frame (bug#640).
5376
5377 * vc.el (vc-default-mark-resolved): New function.
5378
5379 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5380
5381 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5382 from raising a wrong-type-argument error.
5383
5384 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5385
5386 * help-fns.el (describe-function-1, describe-variable): Print
5387 relative file name in help buffer.
5388 * faces.el (describe-face): Print relative file name in help
5389 buffer.
5390
5391 2008-09-23 Romain Francoise <romain@orebokech.com>
5392
5393 * subr.el (with-output-to-string): Make sure that the temporary
5394 buffer gets killed.
5395
5396 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5397
5398 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5399 indentation problem with keyword symbols when a list starts with
5400 ,@ or spaces. (Bug#1012)
5401
5402 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5403
5404 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5405 escaped close parens correctly. (Bug#954)
5406
5407 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5408
5409 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5410 usage of `fortune-file' even though a FILE argument was passed to
5411 the function.
5412
5413 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5414
5415 * startup.el (command-line): Start the server when in daemon mode.
5416 Remove always true test.
5417
5418 * frame.el (frame-initialize): Remove spurious setting of
5419 special-display-function with the default value.
5420
5421 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5422
5423 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5424
5425 2008-09-20 Glenn Morris <rgm@gnu.org>
5426
5427 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5428 Fix custom type. (Bug#1011)
5429
5430 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5431
5432 * files.el (move-file-to-trash): Avoid recursive trashing if
5433 rename-file calls delete-file.
5434
5435 2008-09-20 Glenn Morris <rgm@gnu.org>
5436
5437 * play/fortune.el: Remove leading `*' from defcustom docs.
5438 (fortune-program-options): Doc fix. Allow to be a string again.
5439 Add :version.
5440 (fortune-in-buffer): Handle fortune-program-options as a string.
5441 Don't rely on fortune program accepting options after fortune file.
5442
5443 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5444
5445 * play/fortune.el (fortune-program-options): Change to a list.
5446 (fortune-in-buffer): Use apply.
5447
5448 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5449
5450 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5451 (authors-coding-system): Likewise.
5452
5453 2008-09-20 Ami Fischman <ami@fischman.org>
5454
5455 * savehist.el (savehist-save): Handle errors in writing as well as
5456 reading.
5457
5458 2008-09-20 Michael Olson <mwolson@gnu.org>
5459
5460 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5461 to provide a minimal performance boost.
5462
5463 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5464
5465 * proced.el (proced-grammar-alist, proced-custom-attributes)
5466 (proced-format-alist, proced-format, proced-filter-alist)
5467 (proced-filter, proced-sort): Use defcustom.
5468 (proced-mode): Fix docstring.
5469 (proced-process-attributes): Handle return value nil of functions
5470 in proced-custom-attributes.
5471
5472 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5473
5474 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5475 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5476
5477 2008-09-19 Miles Bader <miles@gnu.org>
5478
5479 * comint.el (comint-output-filter): Make field properties for
5480 output text front-sticky.
5481
5482 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * vc-bzr.el (vc-bzr-show-log-entry):
5485 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5486 C-x v l for a directory uses that.
5487
5488 2008-09-18 Simon Josefsson <simon@josefsson.org>
5489
5490 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5491 .sieve files.
5492
5493 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5494
5495 * help-macro.el (make-help-screen): Preserve key bindings
5496 established in help-mode call when exiting this macro.
5497
5498 2008-09-17 Kenichi Handa <handa@m17n.org>
5499
5500 * language/burmese.el: Fix setting of composition-function-table.
5501
5502 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5503
5504 * info.el (Info-follow-nearest-node): Don't raise an error for
5505 mouse-1 clicks.
5506
5507 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5508
5509 * calc/calc-units.el (calc-convert-temperature): Use default
5510 units when appropriate.
5511
5512 2008-09-16 Markus Triska <markus.triska@gmx.at>
5513
5514 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5515 catch errors raised in `texmathp'.
5516 (flyspell-tex-math-initialized): Remove.
5517
5518 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5519
5520 * frame.el (select-frame-set-input-focus): With non-nil
5521 mouse-autoselect-window always move mouse cursor to frame's
5522 selected window. Otherwise restore pre 2008-09-13 behavior.
5523 (select-frame-by-name): Use select-frame-set-input-focus.
5524
5525 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5526 pop-to-buffer already does it.
5527 (display-buffer-other-frame): Fix doc-string.
5528
5529 2008-09-16 Glenn Morris <rgm@gnu.org>
5530
5531 * add-log.el (diff-find-source-location): Update declaration.
5532
5533 * progmodes/make-mode.el (makefile-match-function-end):
5534 Move point. (Bug#983)
5535
5536 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5537
5538 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5539
5540 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5541
5542 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5543 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5544
5545 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5546
5547 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5548
5549 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5550
5551 * files.el (file-truename): Don't raise args-out-of-range error
5552 when filename has no separator on windows-nt. (Bug#982)
5553
5554 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5557 be more honest when we don't know.
5558 (diff-tell-file-name): Don't prompt before the actual prompt.
5559 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5560 (diff-find-source-location): Add `noprompt' argument.
5561 (diff-current-defun): Don't prompt.
5562
5563 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5564
5565 * proced.el (proced-mark-face, proced-marked-face)
5566 (proced-sort-header-face): Remove.
5567 (proced-font-lock-keywords): Simplify.
5568 (proced-format): Use face proced-sort-header.
5569 (proced-format-interactive, proced-sort-interactive)
5570 (proced-filter-interactive): Only call proced-update if the scheme
5571 has changed.
5572 (proced-sort-header): Use posn-actual-col-row.
5573
5574 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5575
5576 * add-log.el (change-log-find-window): New variable.
5577 (change-log-goto-source-1, change-log-goto-source):
5578 Set change-log-find-window to window displaying source.
5579 (change-log-next-error): Select window specified by
5580 change-log-find-window.
5581
5582 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5583
5584 * frame.el (select-frame-set-input-focus): With focus follows
5585 mouse move mouse cursor to right window.
5586 * window.el (pop-to-buffer): Select window before calling
5587 select-frame-set-input-focus.
5588
5589 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5590
5591 * proced.el (proced-sort-header): New face.
5592 (proced-sort-header-face): New variable.
5593 (proced-format): Allow format value nil.
5594 Use proced-sort-header-face for header of sort column.
5595 (proced-format-args): New function.
5596 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5597 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5598 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5599 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5600 (proced-sort-header): Bind also to mouse-1.
5601 (proced-move-to-goal-column): Return position of point.
5602 (proced-filter-interactive): Always revert listing.
5603 (proced-format-ttname): Simplify.
5604 (proced-update): Do not keep undo information. Put point at
5605 beginning of buffer if we generate the first listing.
5606
5607 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5608
5609 * doc-view.el (doc-view-scroll-up-or-next-page)
5610 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5611 vertically split windows.
5612
5613 2008-09-12 Glenn Morris <rgm@gnu.org>
5614
5615 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5616
5617 * indent.el (indent-line-function): Doc fix.
5618 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5619
5620 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5621
5622 * window.el (pop-to-buffer): If the window for buffer-or-name is
5623 not on the selected frame, raise that window's frame and give it
5624 input focus. (Bug#745)
5625
5626 2008-09-11 Glenn Morris <rgm@gnu.org>
5627
5628 * ido.el (ido-mode): Initialize with custom-initialize-default,
5629 rather than a set function. (Bug#947)
5630
5631 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5632
5633 * replace.el (perform-replace): Don't set inhibit-read-only using
5634 query-replace-skip-read-only (bug#956).
5635
5636 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5637 of the <<foo>> form.
5638
5639 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5640
5641 * window.el (display-buffer): Fix doc-string typo.
5642
5643 2008-09-10 Kenichi Handa <handa@m17n.org>
5644
5645 * composite.el (compose-gstring-for-graphic): Fix previous change.
5646
5647 2008-09-10 Glenn Morris <rgm@gnu.org>
5648
5649 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5650
5651 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5652
5653 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5654 manuals. (Bug#886)
5655
5656 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5657
5658 * ido.el (ido-unload-function): New function.
5659
5660 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * ido.el (ido-file-internal): Fix typo in prompt.
5663 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5664 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
5665 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
5666 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
5667 Fix typos in docstrings.
5668
5669 2008-09-08 Martin Rudalics <rudalics@gmx.at>
5670
5671 * help-fns.el (describe-function-1): Don't print extra newline
5672 after filling.
5673
5674 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
5675
5676 * help-fns.el (find-lisp-object-file-name): Handle case where
5677 library is compressed.
5678
5679 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5680
5681 * complete.el (PC-do-completion): Don't replace buffer
5682 contents (bug#227).
5683
5684 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
5685
5686 * loadhist.el (unload-feature-special-hooks):
5687 Add `choose-completion-string-functions'.
5688
5689 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * vc-svn.el (vc-svn-root):
5692 * vc-sccs.el (vc-sccs-root):
5693 * vc-rcs.el (vc-rcs-root):
5694 * vc-cvs.el (vc-cvs-root): Delete.
5695 * vc-hooks.el (vc-find-root): Remove `invert' argument.
5696
5697 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5698
5699 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
5700 errors occurring in different files.
5701
5702 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
5703
5704 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
5705 (vc-bzr-status-printer): New function.
5706 (vc-bzr-after-dir-status): Deal with renamed files.
5707
5708 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
5709
5710 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
5711 buffer's filename.
5712
5713 2008-09-07 Martin Rudalics <rudalics@gmx.at>
5714
5715 * subr.el (cancel-change-group): Widen buffer temporarily when
5716 undoing changes. (Bug#810)
5717
5718 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
5719
5720 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
5721 with gud-stop-subjob rather than exit debugger.
5722
5723 2008-09-07 Kenichi Handa <handa@m17n.org>
5724
5725 * composite.el: Compose combining characters only when it
5726 follows a character matching with "[[:alpha:]]".
5727
5728 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5729
5730 * proced.el: Require time-date.
5731 (proced-command-alist, proced-command, proced-goal-header-re)
5732 (proced-sorting-schemes-alist, proced-sorting-scheme)
5733 (proced-header-alist, proced-sorting-schemes-re)
5734 (proced-skip-regexp, proced-next-line, proced-previous-line)
5735 (proced-listing-type, proced-sorting-scheme-p): Remove.
5736 (proced-grammar-alist, proced-custom-attributes)
5737 (proced-format-alist, proced-format, proced-filter-alist)
5738 (proced-filter, proced-sort, proced-goal-attribute)
5739 (proced-timer-interval, proced-timer-flag, proced-timer)
5740 (proced-process-alist, proced-sort-internal, proced-process-tree)
5741 (proced-header-help-echo, proced-field-help-echo): New variables.
5742 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
5743 (proced-omit-process, proced-filter, proced-process-tree)
5744 (proced-filter-children, proced-children-pids)
5745 (proced-filter-parents, proced-<, proced-string-lessp)
5746 (proced-time-lessp, proced-xor, proced-sort-p)
5747 (proced-format-time, proced-format-start, proced-format-ttname)
5748 (proced-format, proced-process-attributes): New functions.
5749 (proced-toggle-timer-flag, proced-mark-children)
5750 (proced-mark-parents, proced-filter-interactive)
5751 (proced-filter-attribute, proced-sort-interactive)
5752 (proced-sort-header, proced-format-interactive): New commands.
5753 (proced-move-to-goal-column): Use goal-column.
5754 (proced-mode): Use proced-timer.
5755 (proced-do-mark-all): Display process count. Use use-region-p.
5756 Simplify.
5757 (proced-omit-processes): Use use-region-p.
5758 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5759 (proced-sort-start, proced-sort-time, proced-sort-user):
5760 Use proced-sort-interactive.
5761 (proced-sort): Make it a function that performs the actual sort.
5762 (proced-update): New arg revert. Use proced-process-alist,
5763 proced-filter, proced-sort, proced-format, and
5764 proced-grammar-alist. Preserve position of point based on fields.
5765 Make header line and fields clickable.
5766 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
5767 (proced-why): Use save-selected-window.
5768 (proced-log): Use buffer-read-only.
5769
5770 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
5773
5774 2008-09-06 Glenn Morris <rgm@gnu.org>
5775
5776 * add-log.el (diff-find-source-location): Declare.
5777 (find-change-log): If called from a diff buffer, try to switch to the
5778 source buffer (e.g. to respect change-log-default-name there).
5779
5780 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
5781 unallowed characters; added 2006-10-10 without comment. (Bug#753)
5782
5783 * Makefile.in (ELCFILES): Update.
5784
5785 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5786
5787 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
5788 user enters a mouse event in another frame, or a special event.
5789
5790 * server.el (server-switch-buffer): New arg.
5791 (server-execute): If reusing an existing window, set file position
5792 if required.
5793
5794 2008-09-06 Kenichi Handa <handa@m17n.org>
5795
5796 * language/lao.el: Fix setting of composition-function-table.
5797
5798 2008-09-06 Eli Zaretskii <eliz@gnu.org>
5799
5800 * term/pc-win.el (msdos-show-help): Don't truncate lines while
5801 displaying help echo messages.
5802
5803 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5804
5805 * subr.el (symbol-file): Fix doc-string.
5806
5807 2008-09-06 Glenn Morris <rgm@gnu.org>
5808
5809 * help-mode.el (help-xref-forward-stack): Doc fix.
5810
5811 * add-log.el (change-log-default-name): Autoload safety.
5812
5813 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
5814
5815 * verilog-mode.el (verilog-library-extensions): Enable .sv
5816 filename extensions to call verilog-mode.
5817 (verilog-auto, verilog-auto-inst, verilog-faq)
5818 (verilog-submit-bug-report): Update author support URLs.
5819 (verilog-delete-auto, verilog-auto-inout-module)
5820 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
5821 creating complemented testbench modules. Suggested by Yishay Belkind.
5822 (verilog-auto-inst-port, verilog-simplify-range-expression):
5823 When verilog-auto-inst-param-value is set, don't require a
5824 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
5825 Yishay Belkind.
5826 (verilog-auto-inst-param-value): Add safe variable.
5827 (verilog-re-search-forward, verilog-re-search-backward):
5828 Fix returning wrong search results on Emacs 22.1.
5829 (verilog-modi-cache-results, verilog-auto): Fix warning message
5830 about "toggling font-lock-mode."
5831 (verilog-auto): Fix losing font-lock on errors.
5832 (verilog-auto-inst-param-value, verilog-mode-version)
5833 (verilog-mode-version-date, verilog-read-inst-param-value)
5834 (verilog-auto-inst, verilog-auto-inst-param)
5835 (verilog-auto-inst-port, verilog-simplify-range-expression):
5836 Allow parameters to be replaced with their values, on the expansion of
5837 an AUTOINST with Verilog 2001 style parameter settings.
5838 Suggested by David Rogoff.
5839
5840 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
5841
5842 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
5843 Better support for the property statement. Sometimes this keyword
5844 introduces a statement which requires an endproperty keyword, and
5845 sometimes it doesn't, depending on the work before the property
5846 word. If property is prefixed with assert, assume or cover
5847 keyword, then the statement is ended with a ';'. Otherwise,
5848 property is like task or specify, and is followed by some number
5849 of statements, which are ended with an endproperty keyword.
5850 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
5851 in a highlighted region: indent each line in region according to
5852 mode. Supply this so it works in XEmacs and older Emacs.
5853
5854 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5855
5856 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
5857 Don't clean up a buffer when killing it.
5858
5859 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5860
5861 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
5862 buffers (bug#360). New version 11.2.1.
5863 (whitespace-action): New value `warn-read-only' to give a warning when
5864 buffer is read-only and whitespace action is cleanup or auto-cleanup.
5865 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
5866 (whitespace-warn-read-only): New fun.
5867
5868 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * international/quail.el: Require help-mode.
5871 (quail-help-init): Function removed.
5872 (quail-keyboard-layout-button, quail-keyboard-customize-button):
5873 Define directly.
5874
5875 * dired.el (dired-get-filename): Rewrite octal escape character
5876 processor (bug#885).
5877
5878 2008-09-05 Eli Zaretskii <eliz@gnu.org>
5879
5880 * cus-edit.el (custom-button-pressed): Default to inverse-video.
5881
5882 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
5883 not just for terminal-frame.
5884
5885 2008-09-05 Martin Rudalics <rudalics@gmx.at>
5886
5887 * window.el (window--try-to-split-window): Don't split when window
5888 is not splittable in last disjunct. (Bug#888)
5889
5890 2008-09-05 Kenichi Handa <handa@m17n.org>
5891
5892 * language/tibetan.el: Fix setting of composition-function-table.
5893
5894 * composite.el (find-composition): Mention about the automatic
5895 composition in the docstring.
5896 (compose-gstring-for-graphic): Fix handling "above" marks.
5897
5898 * descr-text.el (describe-char): Fix handling of automatic composition.
5899
5900 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
5901
5902 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
5903 (tramp-parse-connection-properties): Reflow docstring.
5904
5905 2008-09-04 Kim F. Storm <storm@cua.dk>
5906
5907 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
5908 and other-frame methods when switching between file and buffer modes.
5909
5910 2008-09-04 Martin Rudalics <rudalics@gmx.at>
5911
5912 * info.el (Info-dir-remove-duplicates): Narrow buffer when
5913 removing duplicate entries under same heading. Don't skip char
5914 matching anything but a space or tab at bol. (Bug#864)
5915
5916 2008-09-03 Alan Mackenzie <acm@muc.de>
5917
5918 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
5919
5920 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
5923 (completion-pcm--all-completions): Move the case-fold-search binding to
5924 it also applies to completion-regexp-list (used in all-completions).
5925 (completion-pcm--hilit-commonality): Add missing case-fold-search.
5926
5927 2008-09-03 Martin Rudalics <rudalics@gmx.at>
5928
5929 * window.el (pop-up-frame-function): Move ...
5930 * frame.el (pop-up-frame-function): ... here, to avoid
5931 "CHANGED outside Customize;".
5932
5933 2008-09-03 Glenn Morris <rgm@gnu.org>
5934
5935 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
5936
5937 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
5940 non-alphabetical characters properly.
5941
5942 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5943
5944 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
5945
5946 2008-09-02 Martin Rudalics <rudalics@gmx.at>
5947
5948 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
5949 control-prefixed keys. (Bug#835)
5950
5951 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * image-mode.el (image-mode): Fix 2008-07-19 change.
5954
5955 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
5956
5957 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
5958
5959 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
5960
5961 2008-09-02 Glenn Morris <rgm@gnu.org>
5962
5963 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
5964
5965 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
5966
5967 2008-09-01 Glenn Morris <rgm@gnu.org>
5968
5969 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
5970 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
5971 and fix name typos. (Bug#856)
5972
5973 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
5974
5975 * minibuffer.el (completion-pcm--pattern->regex):
5976 When completion-ignore-case is non-nil, generate a regexp that
5977 ignores case.
5978
5979 * window.el (recenter-top-bottom): Doc fix.
5980
5981 2008-09-01 Simon South <ssouth@member.fsf.org>
5982
5983 * progmodes/delphi.el: New maintainer.
5984 (delphi-interface-types): New var.
5985 (delphi-composite-types): Use it.
5986 (delphi-enclosing-indent-of): Distinguish between "interface"
5987 keyword as a unit separator and used like a class declaration.
5988
5989 2008-09-01 Martin Rudalics <rudalics@gmx.at>
5990
5991 * help-fns.el (describe-simplify-lib-file-name)
5992 (find-source-lisp-file): Remove.
5993 (find-lisp-object-file-name): New function giving preference to
5994 files found via load-path instead of loaddefs.el.
5995 (describe-function-1): Use new function instead of the removed
5996 ones. (Bugs #587, #669, #690)
5997 * faces.el (describe-face): Use find-lisp-object-file-name instead
5998 of describe-simplify-lib-file-name.
5999
6000 2008-09-01 Kenichi Handa <handa@m17n.org>
6001
6002 * international/mule-diag.el (font-show-log): Fix previous change.
6003
6004 * international/mule-cmds.el (set-language-environment):
6005 Don't overwrite current-iso639-language if the current language
6006 environment doesn't provide that data.
6007 (set-locale-environment): Set current-iso639-language from the
6008 locale name.
6009
6010 * international/fontset.el (script-representative-chars): Re-add
6011 the entry for symbol, but with vector of characters.
6012 (setup-default-fontset): Cancel previous change.
6013
6014 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6015
6016 * ido.el: Move provide statement to the end of the file.
6017
6018 2008-08-30 Markus Triska <markus.triska@gmx.at>
6019
6020 * linum.el (linum-mode): `window-size-change-functions' can now be
6021 buffer-local.
6022 (linum-update-window): Use result of `move-overlay'.
6023
6024 2008-08-30 Glenn Morris <rgm@gnu.org>
6025
6026 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6027
6028 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6029 Doc fixes.
6030
6031 * apropos.el (apropos-command): Report documentation errors.
6032 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6033
6034 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6035
6036 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6037 string.
6038
6039 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6040
6041 * bindings.el (mode-line-frame-identification): Fix last change.
6042
6043 2008-08-29 Kenichi Handa <handa@m17n.org>
6044
6045 These changes are to adjust the automatic composition for the new
6046 implementation (avoid using text property).
6047
6048 * composite.el (composition-function-table): Move declaration to
6049 composite.c.
6050 (terminal-composition-base-character-p): Delete it.
6051 (terminal-composition-function): Delete it.
6052 (terminal-composition-function-table): Delete it.
6053 (lgstring-header, lgstring-set-header, lgstring-font)
6054 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6055 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6056 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6057 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6058 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6059 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6060 (compose-glyph-string, compose-glyph-string-relative)
6061 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6062 New functions.
6063 (auto-compose-chars): Argument changed.
6064
6065 * language/european.el: Don't setup composition-function-table.
6066 (diacritic-composition-pattern, diacritic-compose-region)
6067 (diacritic-compose-string, diacritic-compose-buffer)
6068 (diacritic-composition-function): Delete them.
6069
6070 * language/lao-util.el (lao-composition-function): Argument changed.
6071
6072 * language/sinhala.el: Fix setting up of composition-function-table.
6073
6074 * language/thai.el: Fix setting up of composition-function-table.
6075
6076 * language/thai-util.el: Encoding changed to utf-8.
6077 (thai-composition-function): Argument changed.
6078
6079 * language/indian.el: Fix setting up of composition-function-table.
6080 (devanagari-composable-pattern)
6081 (tamil-composable-pattern, kannada-composable-pattern)
6082 (malayalam-composable-pattern): New variables.
6083
6084 * international/characters.el (unicode-category-table):
6085 Setup unicode-category-table.
6086
6087 * international/fontset.el (setup-default-fontset): Prepend
6088 iso10646-1 fonts to the fallback font groups instead of appending.
6089
6090 2008-08-29 Glenn Morris <rgm@gnu.org>
6091
6092 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6093
6094 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6095
6096 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6097 are no X frames active.
6098
6099 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6100
6101 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6102 `ignore-errors' (the function must succeed always).
6103
6104 2008-08-28 Edward O'Connor <hober0@gmail.com>
6105
6106 * json.el (json-read-number): New arg. Handle explicitly signed
6107 numbers.
6108 (json-readtable): Add `+' and `.'.
6109
6110 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6111
6112 * term/pc-win.el (msdos-previous-message): New variable.
6113 (msdos-show-help): New function.
6114 (msdos-initialize-window-system): Set show-help-function to
6115 msdos-show-help.
6116
6117 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6118
6119 * emacs-lisp/debug.el (debug): When killing a noninteractive
6120 Emacs, give an exit status of -1.
6121
6122 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6123
6124 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6125
6126 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6127
6128 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6129 not the same as the last modification time, fall back on the
6130 backend-specific check.
6131
6132 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6133
6134 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6135 to go to the position of interest.
6136
6137 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6138
6139 * textmodes/artist.el (artist-mode-init): Add comment on the
6140 setting up of the `artist-replacement-table' array.
6141 (artist-get-replacement-char): New defsubst.
6142 (artist-get-char-at-xy-conv, artist-replace-char)
6143 (artist-replace-chars, artist-replace-string): Use it instead of
6144 accessing `artist-replacement-table' directly.
6145 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6146
6147 (artist-mt): Fix structures for cut and copy operations.
6148
6149 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6150
6151 * shell.el (shell-file-name-quote-list): Quote `$'.
6152
6153 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6154 change to allow quoting of characters before point.
6155 (comint-dynamic-list-filename-completions): Quote common substring.
6156
6157 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6158
6159 * comint.el (comint-dynamic-complete-as-filename): If case is
6160 ignored while matching, replace the entire filename with completion.
6161
6162 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6163 flyspell-pre-point is valid to avoid signalling an error in
6164 post-command-hook.
6165
6166 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6167
6168 * linum.el (linum): Inherit remaining face attributes from default
6169 face.
6170
6171 2008-08-26 Markus Triska <markus.triska@gmx.at>
6172
6173 * linum.el (linum-delay): Disable - it should no longer be
6174 necessary, and can lead to longer delays.
6175 (linum-update-window): Renumber if margin width has changed.
6176
6177 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6178
6179 * epa.el (epa--key-widget-action): Save the selected window to
6180 make `widget-button-click-moves-point' work. (Bug#733).
6181
6182 2008-08-26 Glenn Morris <rgm@gnu.org>
6183
6184 * calendar/holidays.el (calendar-holidays): Doc fix.
6185
6186 * progmodes/gud.el (tramp-file-name-localname)
6187 (tramp-dissect-file-name): Declare.
6188
6189 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6190
6191 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6192
6193 * bindings.el (mode-line-frame-control): New function, caters to
6194 `pc' ``window system''.
6195 (mode-line-frame-identification): Use it instead of accessing
6196 window-system directly.
6197
6198 2008-08-25 Juri Linkov <juri@jurta.org>
6199
6200 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6201 `center-line' and "\eS" from `center-paragraph'.
6202 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6203 `center-paragraph'.
6204
6205 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6206
6207 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6208 (newsticker-treeview-treewindow-width): New.
6209 (newsticker-treeview-listwindow-height): New.
6210 (newsticker-treeview-browse-url-item): New.
6211 (newsticker-treeview-mode-map):
6212 Add newsticker-treeview-browse-url-item.
6213 (newsticker--treeview-window-init):
6214 Use newsticker-treeview-treewindow-width and
6215 newsticker-treeview-listwindow-height.
6216
6217 * net/newst-reader.el (newsticker-browse-url-item): New.
6218
6219 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6220
6221 * vc-dir.el (vc-dir-marked-only-files-and-states):
6222 (vc-dir-child-files-and-states): Reverse the list before returning it.
6223
6224 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6225
6226 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6227
6228 2008-08-24 Romain Francoise <romain@orebokech.com>
6229
6230 * progmodes/python.el (run-python): Remove '' from sys.path.
6231
6232 2008-08-23 Glenn Morris <rgm@gnu.org>
6233
6234 * progmodes/fortran.el (fortran-tab-mode-string)
6235 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6236
6237 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6238
6239 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6240 Add declare-function.
6241
6242 * startup.el (command-line): Don't call tty-register-default-colors
6243 if initial-window-system is `pc'.
6244
6245 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6246 (msdos-key-remapping-map): New variable. Move here all the special
6247 keys we will be remapping via local-function-key-map.
6248 (msdos-setup-keyboard): New function.
6249
6250 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6251 make-msdos-frame.
6252 (terminal-init-internal): New function, errors out if called.
6253 (msdos-initialize-window-system): New function.
6254 (msdos-create-frame-with-faces): Set the terminal's
6255 `terminal-initted' (sic!) parameter.
6256 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6257 (window-system-initialization-alist):
6258 Add msdos-initialize-window-system.
6259 (handle-args-function-alist): Use tty-handle-args for `pc'
6260 ``window system'' as well.
6261 (pc-win): Provide.
6262
6263 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6264 code for using msdos-color-values.
6265
6266 * loadup.el [ms-dos]: Load term/pc-win.
6267
6268 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6269
6270 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6271 directory name.
6272
6273 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6274
6275 * progmodes/gud.el (gud-common-init): Use absolute file so that
6276 perldb works with tramp (sudo).
6277
6278 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6279 match data in process filters.
6280
6281 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6282
6283 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6284 can be written.
6285
6286 2008-08-23 Glenn Morris <rgm@gnu.org>
6287
6288 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6289 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6290
6291 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * subr.el (temp-buffer-show-hook): Doc fix.
6294
6295 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6296
6297 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6298 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6299 <tassilo@member.fsf.org>.
6300
6301 * net/trampver.el: Update release number.
6302
6303 * net/xesam.el (xesam-minor-mode): New minor mode.
6304 (xesam-highlight-buffer): Remove. Code moved to
6305 `xesam-minor-mode'.
6306 (xesam-refresh-entry): Use `xesam-minor-mode'.
6307
6308 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * minibuffer.el (completion--try-word-completion):
6311 Disable partial-completion when considering the addition of a space
6312 or hyphen.
6313
6314 2008-08-21 John Paul Wallington <jpw@pobox.com>
6315
6316 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6317 filename of `tofile' doesn't contain any colons on Windows,
6318 Cygwin, and MS-DOS systems.
6319
6320 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6321
6322 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6323 (epg-context-set-progress-callback): Make sure the callback is a
6324 cons of a function and a handback. Update all callers.
6325
6326 2008-08-20 David Reitter <david.reitter@gmail.com>
6327
6328 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6329 Patch applied by Adrian Robert.
6330
6331 2008-08-20 Kevin Ryde <user42@zip.com.au>
6332
6333 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6334 directive lines.
6335
6336 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6337
6338 * net/xesam.el (xesam-highlight-string): Precise doc string.
6339 (xesam-highlight-buffer): New defun.
6340 (xesam-refresh-entry): Use it. Better check for sourceModified.
6341
6342 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6345 their names.
6346
6347 2008-08-19 Kenichi Handa <handa@m17n.org>
6348
6349 * language/european.el ("Esperanto"): Change the preferred
6350 charsets to iso-8859-3.
6351
6352 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6353
6354 * international/fontset.el (script-representative-chars):
6355 Delete the entry for symbol.
6356 (setup-default-fontset): For symbol characters, don't specify
6357 :script property.
6358
6359 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6360
6361 * minibuffer.el (completion-table-dynamic): Doc fix.
6362
6363 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6364 saved.
6365
6366 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6367
6368 * emulation/edt.el (edt-default-emulation-setup):
6369 Share global-buffers-menu-map with the emulated global map.
6370
6371 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6372
6373 * term/ns-win.el (global): Uncomment "put backspace
6374 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6375
6376 2008-08-18 Kenichi Handa <handa@m17n.org>
6377
6378 * international/mule-diag.el (font-show-log): Add optional arg N
6379 to control the limit of font listing.
6380
6381 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6382
6383 * window.el (recenter-top-bottom): Determine top and bottom
6384 positions using scroll-margin instead of scroll-conservatively.
6385
6386 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6387
6388 * proced.el (proced-send-signal): Use beginning-of-line.
6389
6390 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6391
6392 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6393 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6394 listing types.
6395 (proced-log-buffer): New variable.
6396 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6397 region if transient-mark-mode is turned on and the region is active.
6398 (proced-omit-processes): Rename from proced-hide-processes to
6399 avoid key clash with describe-mode (bound to h). Search for
6400 marked processes starting from point-min.
6401 (proced-header-space): Remove.
6402 (proced-send-signal): Handle errors. Operate on current process
6403 if no process is marked.
6404 (proced-why): New command.
6405 (proced-log, proced-log-summary): New functions.
6406 (proced-help): Use proced-why.
6407 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6408 (bibtex-autokey-year-title-separator): Fix docstring.
6409
6410 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6411
6412 * net/xesam.el (xesam-vendor, xesam-notify-function):
6413 New local variables.
6414 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6415 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6416 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6417 (xesam-new-search): Initialize `xesam-vendor'.
6418
6419 2008-08-15 Glenn Morris <rgm@gnu.org>
6420
6421 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6422 a pipeline.
6423 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6424 unless at the end of the pipeline. (Bug#699).
6425
6426 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6427
6428 * minibuffer.el (completion-boundaries): Doc fix.
6429 (display-completion-list): Only default base-size to zero if
6430 completing in the minibuffer.
6431
6432 * simple.el (completion-base-size): Doc fix.
6433 (choose-completion): Try reselecting completion-reference-buffer.
6434
6435 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6436
6437 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6438 also for remote directories.
6439
6440 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6443 since those precomputed values aren't used any more.
6444 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6445
6446 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6447
6448 * help.el (with-help-window): Return last value in BODY.
6449
6450 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6453 notify function of the URL.
6454 (xesam-new-search): Encode special characters in the query string.
6455
6456 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6457
6458 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6459
6460 2008-08-13 Andreas Schwab <schwab@suse.de>
6461
6462 * net/tramp.el (tramp-handle-shell-command): Handle output going
6463 to current buffer like shell-command. Don't disable undo.
6464
6465 2008-08-13 Glenn Morris <rgm@gnu.org>
6466
6467 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6468 description is found.
6469
6470 2008-08-12 Alan Mackenzie <acm@muc.de>
6471
6472 * progmodes/cc-defs.el (c-emacs-features):
6473 argumentative-bod-function: bind mark-ring to avoid accumulating a
6474 spurious mark.
6475
6476 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6477
6478 * simple.el (visual-line--saved-state): New var.
6479 (visual-line-mode): Save local values of variables, and restore
6480 them when visual-line-mode is disabled.
6481
6482 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6483
6484 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6485
6486 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6487
6488 * progmodes/cc-defs.el (c-emacs-features):
6489 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6490 moving point during the test.
6491
6492 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6493
6494 2008-08-11 Glenn Morris <rgm@gnu.org>
6495
6496 * term/ns-win.el (x-parse-geometry): Doc fix.
6497
6498 * dired.el (x-popup-menu):
6499 * hi-lock.el (x-popup-menu):
6500 * mouse.el (font-face-attributes):
6501 * calendar/cal-menu.el (x-popup-menu):
6502 * calendar/calendar.el (x-popup-menu):
6503 * calendar/holidays.el (x-popup-menu):
6504 * progmodes/cperl-mode.el (x-popup-menu):
6505 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6506 (x-open-connection):
6507 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6508 (x-command-line-resources):
6509 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6510 (x-display-name, x-command-line-resources):
6511 Add declarations for builds without X.
6512
6513 2008-08-10 Glenn Morris <rgm@gnu.org>
6514
6515 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6516
6517 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6518
6519 * vc-bzr.el (vc-bzr-find-revision): Rename from
6520 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6521
6522 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6523
6524 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6525 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6526 "DONE", when all hits are retrieved.
6527 (xesam-search): Autoload it.
6528
6529 2008-08-11 John Paul Wallington <jpw@pobox.com>
6530
6531 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6532 empty string when no filename.
6533 (define-ibuffer-column filename): Accommodate that change.
6534
6535 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6536 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6537
6538 2008-08-10 Glenn Morris <rgm@gnu.org>
6539
6540 * Makefile.in (ELCFILES): Update.
6541
6542 2008-08-10 John Paul Wallington <jpw@pobox.com>
6543
6544 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6545
6546 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6547
6548 * battery.el (battery-echo-area-format, battery-status-function):
6549 Handle new Linux sysfs format for battery reporting.
6550 (battery-linux-sysfs): New function.
6551
6552 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6553
6554 * add-log.el (change-log-search-tag-name)
6555 (change-log-goto-source): Fix behavior when point is not on tag.
6556
6557 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6558
6559 * startup.el (command-line-ns-option-alist): Use ignore instead of
6560 ns-ignore-0-arg.
6561
6562 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6563 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6564 (ns-alternatives-map): New variable.
6565 (x-set-up-function-keys): Use it.
6566 (global): Comment out "put backspace ascii-character..." and friends.
6567 Move function-key-map into ns-alternatives-map. Don't call
6568 precompute-menubar-bindings. Don't set anything connected with
6569 browse-url.
6570 (after-make-frame-functions): Clarify comment why a hook is added.
6571
6572 2008-08-06 Joakim Verona <joakim@verona.se>
6573
6574 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6575 in url:s.
6576
6577 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6578
6579 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6580 Fix 2008-01-01 change: use a shy group to not affect subsequent
6581 match calls.
6582
6583 2008-08-06 Reto Zimmermann <reto@gnu.org>
6584
6585 * progmodes/vera-mode.el (vera-electric-tab):
6586 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6587 region when active.
6588
6589 2008-08-06 Kenichi Handa <handa@m17n.org>
6590
6591 * faces.el (face-valid-attribute-values): Fix handling the value
6592 of (font-family-list) and font-XXX-table.
6593
6594 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6595
6596 * proced.el (proced-menu): Bind the correct function to for toggling.
6597
6598 * vc-dir.el (vc-dir-mode): Fix typo.
6599
6600 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6601
6602 * whitespace.el (whitespace-newline-mode)
6603 (global-whitespace-newline-mode, whitespace-mode)
6604 (global-whitespace-mode): Improve docstring.
6605
6606 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6609
6610 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6611
6612 * cus-start.el (all): Handle auto-save-visited-file-name.
6613
6614 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6615
6616 * files.el (hack-one-local-variable-eval-safep): Handle
6617 lisp-indent-function and scheme-indent-function in addition to the
6618 deprecated lisp-indent-hook.
6619
6620 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6621
6622 * net/xesam.el (top): Require `wid-edit' always.
6623 (xesam-mode-line, xesam-highlight): New deffaces.
6624 (xesam-objects): New local variable.
6625 (xesam-search-engines): Fix error in field list.
6626 (xesam-mode): Use `xesam-mode-line' instead of
6627 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6628 proper initialization (why?).
6629 (xesam-highlight-string, xesam-get-hits)
6630 (xesam-kill-buffer-function): New defuns.
6631 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6632 result of "hit.fields", it isn't a string only. Wrap an error of
6633 the strigi search engine ("xesam:size" is returned as string).
6634 Highlight search items.
6635 (xesam-refresh-search-buffer): Make logic of counters more simple.
6636 Prefetch next hits.
6637 (xesam-signal-handler): Use `xesam-mode-line' instead of
6638 `font-lock-type-face'.
6639 (xesam-new-search): Add `xesam-kill-buffer-function' to
6640 `kill-buffer-hook'.
6641
6642 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6643
6644 * add-log.el (change-log-next-error, change-log-mode): Add support
6645 for `next-error' to call `change-log-goto-source' on named files
6646 in a ChangeLog.
6647
6648 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6649
6650 * calc/calc.el (math-read-number): Handle all C-like languages
6651 properly.
6652
6653 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6654
6655 * calc/calc.el (math-read-number): Handle C numbers beginning with
6656 0 correctly.
6657
6658 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6659
6660 * term/ns-win.el ([ns-new-frame]): New global key.
6661
6662 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6663
6664 * international/mule-cmds.el (read-char-by-name):
6665 Check UCS names with `assoc-string' and case folding.
6666
6667 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
6668
6669 * net/dbus.el (dbus-call-method-asynchronously)
6670 (dbus-method-return-internal, dbus-method-error-internal):
6671 Declare them with `declare-function'.
6672
6673 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6674
6675 * descr-text.el (describe-char-display): Fix last change:
6676 don't pass CHARSET to `encoded-string-description'.
6677
6678 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6679
6680 * vc.el (vc-next-action): Update list var correctly after delete.
6681
6682 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * ido.el (ido-mode): Add toggle notification.
6685
6686 * cus-edit.el (custom-save-all): Avoid destroying symlink if
6687 already visiting the custom file.
6688
6689 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6690 pending output coming after the status change.
6691
6692 2008-08-02 Jason Rumney <jasonr@gnu.org>
6693
6694 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
6695
6696 2008-08-01 Kenichi Handa <handa@m17n.org>
6697
6698 * international/mule-cmds.el (encode-coding-char):
6699 New optional arg CHARSET.
6700
6701 * descr-text.el (describe-char-display): Call encode-coding-char
6702 with the arg CHARSET.
6703 (describe-char): Pay attention to the text-property `charset'.
6704
6705 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6706
6707 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
6708 error messages.
6709 (dbus-set-property): Call `dbus-introspect-get-property' instead
6710 of `dbus-get-property'.
6711
6712 * net/xesam.el (xesam-all-fields): Remove source and content
6713 identifiers.
6714 (xesam-dbus-unique-names): New defvar.
6715 (xesam-dbus-call-method): New defun. Replace all calls of
6716 `dbus-call-method' by `xesam-dbus-call-method'.
6717 (xesam-get-cached-property, xesam-set-cached-property):
6718 New defuns.
6719 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
6720 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
6721 (xesam-search-engines): Make it an association list. Take changed
6722 layout into account in the corresponding function.
6723 (xesam-delete-search-engine): Remove check for consistency of
6724 `xesam-search-engines', not needed anymore.
6725 (xesam-mode): Show XML query string only in the debug case.
6726
6727 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6728
6729 * files.el (read-file-modes): Fix typo in docstring.
6730
6731 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * Makefile.in: Avoid maintainer warning for autogenerated unicode
6734 files.
6735
6736 * apropos.el (apropos-symbol): Don't set button skip by default.
6737 (apropos-print): Set button skip iff searching for multiple types.
6738 (apropos-print-doc): Insert blank label button when searching for
6739 a single type.
6740
6741 * button.el (forward-button): Avoid infloop.
6742
6743 * minibuffer.el (read-file-name-completion-ignore-case):
6744 Add cygwin to the list.
6745
6746 2008-07-31 Sven Joachim <svenjoac@gmx.de>
6747
6748 * files.el (abbreviate-file-name): When replacing $HOME with ~,
6749 turn off case-fold-search.
6750
6751 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6752
6753 * net/dbus.el (top): Don't register for "NameOwnerChanged".
6754 (dbus-message-type-invalid, dbus-message-type-method-call)
6755 (dbus-message-type-method-return, dbus-message-type-error)
6756 (dbus-message-type-signal): New defconst.
6757 (dbus-ignore-errors): Fix `edebug-form-spec' property.
6758 (dbus-return-values-table): New defvar.
6759 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
6760 New defun.
6761 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
6762 Extend docstring. Adapt implementation according to new
6763 `dbus-event' layout.
6764 (dbus-event-service-name, dbus-event-path-name)
6765 (dbus-event-interface-name, dbus-event-member-name):
6766 Adapt implementation according to new `dbus-event' layout.
6767 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
6768
6769 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
6770 (xesam-mode): Rework implementation.
6771 (xesam-new-search): Additional parameter TYPE.
6772 (xesam-search): Adapt call of `xesam-new-search'.
6773
6774 2008-07-31 Juri Linkov <juri@jurta.org>
6775
6776 * dired-aux.el (dired-do-chmod): Set default value to the original
6777 mode string using absolute notation like u=rwx,g=rx,o=rx.
6778 Use it as a new arg `default' of `dired-mark-read-string'.
6779 (dired-mark-read-string): Add new optional arg `default'.
6780
6781 * files.el (read-file-modes): Set default value to the original
6782 mode string using absolute notation like u=rwx,g=rx,o=rx.
6783 Use it as the `default' arg of `read-string'.
6784
6785 * filesets.el (filesets-cmd-isearch-getargs): Check if the
6786 variable `files' is bound to avoid warnings.
6787
6788 * isearch.el (isearch-forward-regexp, isearch-forward-word)
6789 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
6790 to the command `isearch-forward' instead of displaying "See C-s".
6791 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
6792 with their interactive specifications. Move reading the face name to
6793 the main body after calls to isearch-done and isearch-clean-overlays.
6794
6795 * mb-depth.el: Unify all names under one common name prefix
6796 `minibuffer-depth-'.
6797 (minibuffer-depth-indicator-function): Rename from
6798 `minibuf-depth-indicator-function'.
6799 (minibuffer-depth-overlay): Rename from
6800 `minibuf-depth-overlay'.
6801 (minibuffer-depth-setup): Rename from
6802 `minibuf-depth-setup-minibuffer'.
6803 (minibuffer-depth-indicate-mode): Rename from
6804 `minibuffer-indicate-depth-mode'.
6805
6806 2008-07-31 Juri Linkov <juri@jurta.org>
6807
6808 * dired-aux.el (dired-isearch-filenames-toggle): New command.
6809 (dired-isearch-filenames-setup): Bind "\M-sf" to
6810 dired-isearch-filenames-toggle in isearch-mode-map.
6811 (dired-isearch-filenames-end): Bind "\M-sf" to nil
6812 in isearch-mode-map.
6813
6814 * isearch.el (isearch-edit-string-set-word): New command.
6815 (minibuffer-local-isearch-map): Bind "\C-w" to
6816 isearch-edit-string-set-word.
6817 (isearch-new-word): Temporary internal variable.
6818 (isearch-edit-string): Remove special case of reading the
6819 first character and checking it for C-w.
6820
6821 * simple.el (read-shell-command, shell-command):
6822 Move code that uses minibuffer-with-setup-hook to set
6823 minibuffer-default-add-function to minibuffer-default-add-shell-commands
6824 from the interactive spec of `shell-command' to `read-shell-command'.
6825
6826 * international/mule-cmds.el (read-char-by-name):
6827 Accept hash notation. Doc fix.
6828 (ucs-insert): Doc fix. Convert to number only when `arg' is
6829 a string. Use separate error message when `arg' is not an integer.
6830 Bind `ucs-insert' to `C-x 8 RET'.
6831
6832 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
6833
6834 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
6835 move the (arglist-cont-nonempty) from c-offsets-alist to
6836 c-hanging-braces-alist like other styles already have.
6837
6838 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6839
6840 * textmodes/texinfmt.el:
6841 * nxml/nxml-enc.el:
6842 * mail/feedmail.el:
6843 * international/mule.el:
6844 * international/latexenc.el:
6845 * emulation/viper-util.el:
6846 * emulation/viper-init.el:
6847 * emulation/viper-ex.el:
6848 * emacs-lisp/bytecomp.el:
6849 * version.el:
6850 * subr.el:
6851 * startup.el:
6852 * sort.el:
6853 * shadowfile.el:
6854 * recentf.el:
6855 * printing.el:
6856 * paths.el:
6857 * minibuffer.el:
6858 * ls-lisp.el:
6859 * loadup.el:
6860 * hippie-exp.el:
6861 * finder.el:
6862 * files.el:
6863 * ediff-util.el:
6864 * ediff-ptch.el:
6865 * ediff-init.el:
6866 * ediff-diff.el:
6867 * dired.el:
6868 * dired-aux.el:
6869 * cus-edit.el:
6870 * bindings.el:
6871 * arc-mode.el:
6872 * add-log.el: Remove VMS support.
6873 * obsolete/vmsproc.el:
6874 * obsolete/vms-pmail.el:
6875 * obsolete/vms-patch.el: Remove file.
6876
6877 2008-07-31 Alan Mackenzie <acm@muc.de>
6878
6879 * progmodes/cc-mode.el (c-before-hack-hook): New function
6880 (Top Level): Install c-before-hack-hook on
6881 before-hack-local-variables-hook, rather than
6882 c-postprocess-file-styles on hack-local-variables-hook.
6883
6884 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * files.el (normal-mode): Move call to hack-project-variables into
6887 hack-local-variables.
6888 (file-local-variables-alist, before-hack-local-variables-hook):
6889 New vars.
6890 (ignored-local-variables): Add file-local-variables-alist.
6891 (hack-local-variables-filter): Renamed from
6892 hack-local-variables-apply. Add the result to
6893 file-local-variables-alist, without applying them.
6894 (hack-local-variables): Set file-local-variables-alist to nil.
6895 Call hack-project-variables and before-hack-local-variables-hook.
6896 Apply variables here, instead of hack-local-variables-apply.
6897 Based on a patch by Alan Mackenzie.
6898
6899 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
6900
6901 * info-look.el (autoconf-mode :doc-spec): For
6902 "(autoconf)M4 Macro Index", if the item already
6903 begins with "AS_", don't prefix that string again.
6904
6905 2008-07-30 Juri Linkov <juri@jurta.org>
6906
6907 * info.el (info, Info-mode): Doc fix.
6908
6909 * isearch.el (isearch-mode-map): Bind `M-s r' to
6910 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
6911 (search-map): Bind `M-s w' to `isearch-forward-word' globally
6912 in the global map `search-map'.
6913 (isearch-forward): Doc fix.
6914 (isearch-forward-word, isearch-toggle-case-fold): New commands.
6915
6916 * simple.el (quoted-insert): Comment out code that treats
6917 0240-0377 specially.
6918
6919 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * cus-start.el: Add customization info for
6922 read-buffer-completion-ignore-case.
6923
6924 2008-07-30 Sam Steingold <sds@gnu.org>
6925
6926 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
6927
6928 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6929
6930 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
6931 (vc-dir-mode): Improve docstring.
6932
6933 2008-07-30 Juri Linkov <juri@jurta.org>
6934
6935 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
6936 for the sake of isearch-mode-hook in dired-mode in dired.el.
6937
6938 2008-07-19 Markus Triska <markus.triska@gmx.at>
6939
6940 * image-mode.el (image-mode): Set image-mode-text-map when image
6941 cannot be displayed.
6942
6943 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
6944
6945 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
6946 ada-xref-set-default-prj-values.
6947 (ada-prj-display-page): Ditto.
6948
6949 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
6950 (ada-make-filename-from-adaname): Fix free variable.
6951
6952 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6953
6954 * vc-git.el (vc-git-status-printer): Synchronize with the default.
6955
6956 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
6957
6958 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
6959 for declarations inside a parenthetical list. The code is ill-advised,
6960 and doesn't work given user defined types.
6961 (verilog-set-auto-endcomments): Enhance function automatic
6962 endcomment to support functions that return user defined types.
6963 (verilog-mode): Add code to tell which-function-mode minor mode
6964 that Verilog supports this feature.
6965 (verilog-beg-block-re-ordered, verilog-indent-re)
6966 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
6967 (verilog-leap-to-head): Support the new virtual and/or protected
6968 tasks, as well as extern declarations of tasks for indenting and
6969 for forward/backward expression.
6970
6971 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
6972
6973 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
6974 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
6975 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
6976 (verilog-string-replace-matches): Avoid recursion with small
6977 replacements.
6978 (verilog-auto-inst-param-value, verilog-mode-version)
6979 (verilog-mode-version-date, verilog-read-inst-param-value)
6980 (verilog-auto-inst, verilog-auto-inst-param)
6981 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
6982 verilog-auto-inst-param-value option for AUTOINST. Suggested by
6983 David Rogoff. This allows parameters to be replaced with their
6984 values, on the expansion of an AUTOINST with Verilog 2001 style
6985 parameter settings.
6986
6987 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
6988
6989 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
6990 to `cddr'.
6991
6992 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6993
6994 * Makefile.in (ELCFILES): Add mairix.elc.
6995
6996 2008-07-29 David Engster <deng@randomsample.de>
6997
6998 * net/mairix.el: New file.
6999
7000 2008-07-29 Juri Linkov <juri@jurta.org>
7001
7002 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7003 instead of variable-pitch with bold and 1.2 height.
7004
7005 * dired-aux.el (dired-do-async-shell-command): New command.
7006
7007 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7008 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7009
7010 2008-07-29 Juri Linkov <juri@jurta.org>
7011
7012 * international/mule-cmds.el (ucs-names): New internal variable.
7013 (ucs-names): New function.
7014 (ucs-completions): New lazy completion variable.
7015 (read-char-by-name): New function.
7016 (ucs-insert): Replace interactive spec letter "s" with the call to
7017 `read-char-by-name'.
7018
7019 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7020
7021 * replace.el (occur-read-primary-args):
7022 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7023 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7024 second arg of `read-regexp'.
7025
7026 * dired-aux.el (dired-isearch-filenames): New user option.
7027 (dired-isearch-orig-success-function): New internal variable.
7028 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7029 (dired-isearch-success-function): New functions.
7030 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7031 New commands.
7032
7033 * dired.el (dired-insert-set-properties): Add new text property
7034 `dired-filename' to put on file names.
7035 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7036 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7037 Add menu items.
7038 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7039 buffer-local `isearch-mode-hook'.
7040
7041 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7042
7043 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7044 (ada-create-case-exception): Fix typo in docstring.
7045 (ada-no-auto-case): Return nil, not the docstring.
7046 (ada-indent-current): Reflow docstring.
7047
7048 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7049 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7050 (ada-prj-load-from-file): Reflow docstring.
7051 (ada-prj-display-page): Fix typo in widget.
7052
7053 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7054 Fix typos in docstrings.
7055
7056 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7057 (ada-compile-current, ada-check-current, ada-run-application)
7058 (ada-get-ali-file-name): Fix typos in docstrings.
7059 (ada-xref-confirm-compile, ada-find-references)
7060 (ada-find-local-references, ada-find-any-references): Doc fixes.
7061 (ada-get-all-references): Fix typo in error message.
7062 (ada-xref-current-project): Use `let', not `let*'.
7063 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7064
7065 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7066
7067 * whitespace.el (whitespace-newline): Change initialization to have a
7068 low contrast relative to the background color. Suggested by David
7069 Reitter <david.reitter@gmail.com>.
7070
7071 2008-07-28 Juri Linkov <juri@jurta.org>
7072
7073 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7074 New functions.
7075
7076 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7077 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7078
7079 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7080
7081 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7082 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7083
7084 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7085
7086 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7087 Add support for add-log.
7088 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7089
7090 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7091 (ada-prj-save): Prompt for file name if not given.
7092 (ada-prj-display-page): Display casing exceptions.
7093
7094 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7095 Ada mode project files. Delete 'main_unit' project variable;
7096 only need 'main'. Simplify handling of default project values.
7097 Use cross-prefix consistently.
7098 (ada-find-executable): Throw error if not found.
7099 (ada-initialize-runtime-library): Improve error handling when
7100 gnatls not found.
7101 (ada-gnat-parse-gpr): New.
7102 (ada-treat-cmd-string): Allow process environment variables.
7103 (ada-xref-set-default-prj-values): Delete; replace with
7104 ada-default-prj-properties.
7105 (ada-parse-prj-file): Handle GNAT project files.
7106 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7107 (ada-select-prj-file): New.
7108 (ada-get-absolute-dir-list): Allow project and environment variables.
7109
7110 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7111
7112 Sync with Tramp 2.1.14.
7113
7114 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7115 (tramp-get-device): Make device number a cons cell.
7116 (tramp-convert-file-attributes): Make inode a cons cell.
7117
7118 * net/trampver.el: Update release number.
7119
7120 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7121
7122 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7123 window systems.
7124
7125 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7126
7127 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7128
7129 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7130
7131 Remove support for Mac Carbon.
7132 * term/mac-win.el: Remove file
7133 * international/mule-cmds.el:
7134 * version.el:
7135 * startup.el:
7136 * simple.el:
7137 * mwheel.el:
7138 * mouse.el:
7139 * loadup.el:
7140 * isearch.el:
7141 * info.el:
7142 * frame.el:
7143 * faces.el:
7144 * disp-table.el:
7145 * cus-start.el:
7146 * cus-face.el:
7147 * cus-edit.el:
7148 * Makefile.in: Remove code for Carbon.
7149
7150 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7151
7152 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7153 bindings for functions deleted by Dan N. 2008-07-21. Set
7154 where-is-preferred-modifier. Add show-manual option to Help menu.
7155
7156 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7157
7158 * net/tramp.el (tramp-handle-start-file-process):
7159 Set query-on-exit flag. Kill temporary buffer.
7160 (tramp-process-sentinel): Remove defun.
7161 (tramp-do-copy-or-rename-file-out-of-band)
7162 (tramp-maybe-open-connection): Don't call it.
7163
7164 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7165 `tramp-process-sentinel'.
7166
7167 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7168 `tramp-process-sentinel'.
7169
7170 * net/xesam.el (xesam-from): Remove defvar.
7171 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7172 and `mode-line-position'.
7173 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7174 information to the widgets. Don't set `mode-line-position'.
7175 (xesam-refresh-search-buffer): Correct hit number computing.
7176 Don't set `mode-line-position'.
7177 (xesam-new-search): Add debug information to the mode line.
7178
7179 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7180
7181 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7182 diff-show-trailing-whitespaces.
7183
7184 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7187 invalid filename strings when parsing tex errors (bug#376).
7188
7189 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7190
7191 * menu-bar.el (menu-bar-file-menu): Fix typo.
7192
7193 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7196 (solitaire-mode): Define with `define-derived-mode'.
7197 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7198 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7199 (solitaire-undo, solitaire-check): Use `when'.
7200 (solitaire-solve): Err out if the solitaire is already in progress.
7201 Use `when'.
7202
7203 * descr-text.el (describe-char): Don't overwrite local variable char
7204 when describing characters with display-table entries. Display font
7205 backend when describing composed characters. Simplify: use `let'
7206 instead of `let*', and `or x y' instead of `if x x y'.
7207
7208 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7209
7210 * image-mode.el (image-minor-mode): Set up winprops.
7211
7212 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7213
7214 * diff-mode.el (diff-show-trailing-blanks): New fun.
7215 Show trailing blanks in modified lines for diff-mode.
7216
7217 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7218
7219 * Makefile.in (ELCFILES): Add net/xesam.el.
7220
7221 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7222 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7223
7224 * net/xesam.el: New file.
7225
7226 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7227
7228 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7229 set-file-modes when creating target directories.
7230
7231 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7232
7233 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7234 Set `show-trailing-whitespace' to nil.
7235 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7236 Fix typos in docstrings.
7237
7238 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7239
7240 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7241 key remapping, not directly.
7242
7243 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7244
7245 * whitespace.el: New version 11.2.
7246 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7247 minor mode visualization.
7248
7249 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7250
7251 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7252
7253 * Makefile.in (ELCFILES): Add term/common-win.elc.
7254
7255 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7256 (vc-dir-isearch-regexp): New functions.
7257 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7258
7259 2008-07-23 Juri Linkov <juri@jurta.org>
7260
7261 * isearch-multi.el: Remove file to avoid dos file name clashes
7262 with isearch-x.el. Move most content to misearch.el.
7263
7264 * misearch.el: New file with most content from isearch-multi.el.
7265 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7266 Remove `isearch-buffers-minor-mode'. Add new function
7267 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7268 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7269 `multi-isearch-files', `multi-isearch-files-regexp'.
7270
7271 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7272
7273 * isearch.el (isearch-message-prefix): Display "Multi" when
7274 `multi-isearch-next-buffer-current-function' is non-nil.
7275 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7276 with `multi-isearch-next-buffer-current-function', and
7277 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7278
7279 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7280 `multi-isearch-next-buffer-function' instead of
7281 `isearch-buffers-next-buffer-function'. Remove call to
7282 `isearch-buffers-minor-mode'.
7283
7284 * buff-menu.el (Buffer-menu-marked-buffers)
7285 (Buffer-menu-isearch-buffers)
7286 (Buffer-menu-isearch-buffers-regexp): New functions.
7287 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7288 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7289 `Buffer-menu-isearch-buffers-regexp'.
7290 (Buffer-menu-mode): Document new commands in docstring.
7291 (list-buffers-noselect): Add one space after Info file name
7292 according to the Info address convention.
7293
7294 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7295 New functions.
7296
7297 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7298 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7299 (ibuffer-mode): Document new commands in docstring.
7300
7301 * filesets.el (filesets-commands): Add commands for "Isearch" and
7302 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7303 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7304 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7305 or `multi-isearch-files-regexp'.
7306 (filesets-cmd-query-replace-getargs): Call standard function
7307 `query-replace-read-args' to read `query-replace' arguments.
7308 Add `multi-query-replace-map'.
7309 (filesets-cmd-query-replace-regexp-getargs)
7310 (filesets-cmd-isearch-getargs): New functions.
7311
7312 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * international/mule.el (recode-region): Deactivate mark at the end.
7315
7316 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7317
7318 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7319 Use more suitable colors on dark displays.
7320
7321 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7322
7323 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7324 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7325 (tramp-temp-buffer-name): New defconst.
7326 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7327 command. No trailing prompt.
7328 (tramp-process-sentinel): Remove temporary buffer, if existing.
7329 Don't handle trailing prompt.
7330 (tramp-open-connection-setup-interactive-shell):
7331 Use `tramp-temp-buffer-name'.
7332
7333 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7334
7335 * shell.el (shell-dynamic-complete-functions):
7336 Use comint-dynamic-complete-filename as well (bug#361).
7337
7338 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7339
7340 * term/ns-win.el:
7341 * version.el (emacs-version):
7342 * loadup.el:
7343 * frame.el (make-frame-on-display): Check for ns instead of
7344 ns-windowing.
7345
7346 * dired.el (dired-mode-map): Show the key binding for wdired.
7347
7348 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7349 exiting Emacs.
7350
7351 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7352
7353 * term/ns-win.el (x-list-fonts): Drop alias.
7354
7355 2008-07-23 Juri Linkov <juri@jurta.org>
7356
7357 * replace.el (multi-query-replace-map): New variable.
7358 (perform-replace): Add processing of new multi-buffer keys bound
7359 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7360 if last input char was `automatic-all'. Set new local variable
7361 `multi-buffer' to t when one of new two keys were typed. Return
7362 non-nil value of `multi-buffer' that tells to calling functions
7363 to continue replacement on the next file.
7364
7365 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7366 `perform-replace' to `multi-query-replace-map'.
7367
7368 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7371 otherwise displayed in every buffer.
7372
7373 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7374 (vc-arch-trim-one-revlib): Delete temp directories as well.
7375
7376 2008-07-22 Stephen Eglen <stephen@gnu.org>
7377
7378 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7379
7380 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7381
7382 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7383
7384 2008-07-22 Miles Bader <miles@gnu.org>
7385
7386 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7387 (sh-mode-map): Remove remapping of newline-and-indent.
7388
7389 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7390
7391 * vc.el (Todo): Update.
7392
7393 * vc-hooks.el: Remove obsolete comment.
7394
7395 * vc-git.el (vc-git-status-printer): Update the directory display
7396 to match the default.
7397
7398 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7399
7400 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7403 for "word wrap" command.
7404
7405 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7406
7407 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7408
7409 * term/ns-win.el: Rename ns- functions/variables to the
7410 corresponding x- versions.
7411 (x-select-text, x-cut-buffer-or-selection-value)
7412 (x-disown-selection-internal, x-get-selection-internal)
7413 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7414 (x-display-mm-width, x-display-mm-height)
7415 (x-display-backing-store, x-display-save-under)
7416 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7417 defaliases.
7418
7419 * frame.el (ns-display-name): Remove declaration.
7420 (make-frame-on-display): Use x-display-name instead
7421 ns-display-name. Use unless.
7422
7423 * startup.el (command-line-1): Fix indentation.
7424
7425 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7426 checked in inadvertently.
7427
7428 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7429
7430 * term/ns-win.el: Standardize references to "Nextstep" in
7431 comments, messages, and docstrings.
7432 (ns-handle-args, x-parse-geometry)
7433 (ns-extended-platform-support-mode, x-setup-function-keys)
7434 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7435 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7436 (ns-initialized, ns-initialize-window-system): Doc fixes.
7437
7438 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7439
7440 * diff-mode.el (diff-auto-refine): Delete defcustom.
7441 (diff-auto-refine-mode): New func/var via define-minor-mode.
7442 Update var ref to use diff-auto-refine-mode.
7443 * smerge-mode.el (diff-mode): Require when compiling.
7444 (smerge-auto-refine): Delete defcustom.
7445 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7446
7447 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * simple.el (visual-line): New custom group.
7450 (visual-line-fringe-indicators): New var.
7451 (visual-line-mode): Set fringe-indicator-alist based on
7452 visual-line-fringe-indicators. Add lighter.
7453
7454 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7455
7456 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7457 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7458 (x-handle-geometry, x-handle-name-switch, x-display-name)
7459 (x-handle-display, x-handle-args, x-colors): Move ...
7460 * term/common-win.el: ... here. New file.
7461 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7462 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7463 (x-handle-geometry, x-handle-name-switch, x-display-name)
7464 (x-handle-display, x-handle-args, x-colors): Remove.
7465 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7466
7467 2008-07-19 Juri Linkov <juri@jurta.org>
7468
7469 * startup.el (fancy-startup-text): Move the line "To quit
7470 a partially entered command, type Control-g" a few lines below
7471 to be after the line "To start". Add text "at gnu.org" to
7472 "Overview of Emacs features".
7473
7474 * dired.el (dired-mode-map): Fix menu text of
7475 image-dired-display-thumbs.
7476
7477 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7478 (image-dired-cmd-create-temp-image-options)
7479 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7480 ImageMagick command line to change the dimensions of the image
7481 only if its width or height exceeds the geometry specification.
7482
7483 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7484
7485 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7486 to docstrings.
7487
7488 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7489
7490 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7491 Vinicius Jose Latorre.
7492
7493 2008-07-19 Glenn Morris <rgm@gnu.org>
7494
7495 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7496 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7497
7498 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7499
7500 * net/dbus.el (dbus-interface-properties): New defconst.
7501 (dbus-introspect): Update docstring.
7502 (dbus-introspect-xml, dbus-introspect-get-attribute)
7503 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7504 (dbus-introspect-get-interface-names)
7505 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7506 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7507 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7508 (dbus-introspect-get-property)
7509 (dbus-introspect-get-annotation-names)
7510 (dbus-introspect-get-annotation)
7511 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7512 (dbus-introspect-get-signature, dbus-get-property)
7513 (dbus-set-property, dbus-get-all-properties): New defuns.
7514
7515 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7516
7517 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7518 ns-grabenv.elc.
7519
7520 * ns-carbon-compat.el: File removed.
7521
7522 * ns-grabenv.el: File removed.
7523
7524 * term/ns-win.el: Contents of ns-carbon-compat.el and
7525 ns-grabenv.el moved here.
7526 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7527 (ns-submit-bug-report): Function removed. Reports go to the main
7528 Emacs bug list.
7529 (ns-handle-args, ns-spi-service-call): Doc fixes.
7530 (info-ns-emacs): Function removed. Nextstep port manual will be
7531 merged into the Emacs manual, so no separate link needed.
7532
7533 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7534
7535 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7536
7537 2008-07-18 Glenn Morris <rgm@gnu.org>
7538
7539 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7540 to XEmacs, since it does nothing for Emacs.
7541
7542 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7543
7544 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7545 BUFFER that is a string but does not exist as a buffer object, as
7546 mentioned in the doc-string.
7547
7548 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7549
7550 * simple.el (line-move-visual): Make it a defcustom.
7551 (line-move-1): Convert temporary-goal-column back to an integer if
7552 it was set as a float by a previous call to line-move-visual.
7553 (end-of-visual-line, beginning-of-visual-line)
7554 (next-logical-line, previous-logical-line): New functions.
7555
7556 2008-07-17 David Reitter <david.reitter@gmail.com>
7557
7558 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7559 functions.
7560 (visual-line-mode, global-visual-line-mode): New minor mode.
7561 (visual-line-mode-map): New variable.
7562
7563 2008-07-17 Glenn Morris <rgm@gnu.org>
7564
7565 * term/ns-win.el (parameters): Declare for compiler.
7566
7567 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7568
7569 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7570 for Windows.
7571
7572 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7573
7574 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7575 (epa-key-mode): Ditto.
7576 (epa-info-mode): Ditto.
7577
7578 2008-07-17 Glenn Morris <rgm@gnu.org>
7579
7580 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7581 (ns-handle-numeric-switch): Just call ns-handle-switch.
7582 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7583 (ns-handle-args): Simplify using `pop'.
7584 (ns-display-name): Define (used in frame.el).
7585 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7586 original definition.
7587 (ns-perform-service): Declare.
7588 (ns-save-preferences): Use fewer `let's.
7589
7590 * frame.el (ns-display-name): Declare for compiler.
7591
7592 2008-07-17 Kenichi Handa <handa@m17n.org>
7593
7594 * descr-text.el (describe-char-unidata-list): Initialize to the
7595 list of name, general-category, decomposition, and old-name.
7596
7597 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7598
7599 * startup.el (command-line-1): Update processing of NS long options to
7600 mimic recent changes to processing of X long options.
7601
7602 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7603
7604 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7605 list of #defines for remote files.
7606 (gdb-source-info): Only show main if it has been found.
7607
7608 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * term/ns-win.el: Require CL; fix up comment style; reindent.
7611 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7612 (ns-save-preferences): Use `case'.
7613 (ns-initialize-window-system): Use `dolist'.
7614
7615 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7616
7617 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7618 windowing is used.
7619 * term/ns-win.el (ns-extended-platform-support-mode):
7620 Correct/improve documentation.
7621
7622 2008-07-16 Glenn Morris <rgm@gnu.org>
7623
7624 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7625 Simply require 'cl (see comment in cl-compat.el).
7626 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7627 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7628 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7629 directly rather by subterfuge. Provide cl before loading cl-macs.
7630
7631 * paths.el (rmail-spool-directory): Remove settings for systems that are
7632 no longer supported.
7633
7634 * frame.el (ns-initialize-window-system): Declare for compiler.
7635
7636 * term/ns-win.el: Add numerous declarations for compiler.
7637 (ns-pop-up-frames): Move definition before use. Doc fix.
7638
7639 * emacs-lisp/check-declare.el (check-declare-locate)
7640 (check-declare-verify): Handle .m files.
7641
7642 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7643
7644 * ns-carbon-compat.el: New file: user-visible compatibility of
7645 NeXTstep port with Carbon port.
7646 * ns-grabenv.el: New file: functionality useful on OS X platform to
7647 expose environment variables inside Emacs started from icon.
7648 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7649 * cus-edit.el:
7650 * cus-face.el:
7651 * disp-table.el:
7652 * faces.el:
7653 * info.el:
7654 * mouse.el:
7655 * mwheel.el:
7656 * simple.el: Add ns to window systems treated as GUIs.
7657 * facemenu.el (facemenu-read-color): Don't require a name match under
7658 NS, to allow numeric color entry.
7659 * frame.el (make-frame-on-display): Follow code for 'x in initializing
7660 'ns window system if need be.
7661 (various): Add 'ns as described above.
7662 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
7663 ns-windowing is active.
7664 * startup.el (command-line-ns-option-alist): New constant to handle NS
7665 windowing system specific command line args analogous to how they are
7666 handled for X windows.
7667 (command-line-1): Use the above where appropriate.
7668 * version.el: Add NS port version.
7669 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
7670 Darwin (usually OS X) systems.
7671 (woman-use-own-frame): Include 'ns in list of GUI window systems.
7672 * emulation/viper-util.el (ns-display-color-p)
7673 (ns-color-defined-p): Remove these (caustically-commented) outdated
7674 compensations for a port that was never itself integrated until now.
7675 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
7676 for NS window system.
7677 * international/mule-cmds.el: Add 'ns to list of special-cased window
7678 systems (probably most of these, x/w32/mac/ns could be changed to
7679 window-system non-nil).
7680 * term/ns-win.el: New file: lisp-side support for NS windowing system.
7681
7682 2008-07-14 Jason Rumney <jasonr@gnu.org>
7683
7684 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
7685 (x-handle-numeric-switch, x-handle-initial-switch)
7686 (x-handle-xrm-switch, x-handle-args, x-handle-display)
7687 (xw-defined-colors, w32-initialize-window-system):
7688 Avoid use of cl pop and push macros.
7689
7690 2008-07-14 Martin Rudalics <rudalics@gmx.at>
7691
7692 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
7693 error when change-log-search-file-name returns nil.
7694
7695 2008-07-13 Martin Rudalics <rudalics@gmx.at>
7696
7697 * add-log.el (change-log-search-file-name):
7698 Use match-string-no-properties.
7699 (change-log-search-tag-name-1, change-log-search-tag-name)
7700 (change-log-goto-source-1, change-log-goto-source): New functions.
7701 (change-log-tag-re, change-log-find-head, change-log-find-tail):
7702 New variables.
7703 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
7704
7705 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
7706
7707 * calc/calc-help.el (calc-describe-key): Add angles to special key
7708 descriptions.
7709
7710 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
7711
7712 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
7713 search for regexp.
7714
7715 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7716
7717 * simple.el (line-move-visual): Handle null pixel position gracefully.
7718
7719 2008-07-11 Jason Rumney <jasonr@gnu.org>
7720
7721 * files.el (file-truename): Get truename of ancestors if file does
7722 not exist on Windows.
7723
7724 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
7725
7726 * simple.el (line-move-visual): Obey goal-column and no-error arg.
7727 (track-eol, temporary-goal-column, previous-line, next-line):
7728 Update docstring.
7729 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
7730 to nil.
7731
7732 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * simple.el (line-move-visual): New var.
7735 (line-move-visual): New function.
7736 (line-move): Call line-move-visual.
7737
7738 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7739
7740 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
7741 pattern and add patterns for C++ header files.
7742
7743 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7744
7745 * window.el (truncated-partial-width-window-p): New function.
7746
7747 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
7748
7749 * faces.el (x-create-frame-with-faces): Don't pass parameters that
7750 are set later to x-create-frame.
7751 (face-set-after-frame-default): Apply X resources for non-default
7752 faces.
7753
7754 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * faces.el (face-set-after-frame-default): Simplify. Don't apply
7757 frame-specific X resource settings. Set faces using a list of
7758 frame parameters explicitly passed to the calling
7759 function (e.g. make-frame).
7760 (x-create-frame-with-faces, tty-create-frame-with-faces):
7761 Supply explicit frame parameter list to face-set-after-frame-default.
7762
7763 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
7764
7765 * net/browse-url.el (browse-url-default-browser):
7766 Fix argument list in lambda.
7767
7768 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
7769
7770 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
7771 from url-retrieve.
7772 (newsticker--sentinel-work): Fix xerror typo.
7773
7774 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7775
7776 * vc-dir.el (vc-dir-refresh): Only update files.
7777
7778 * vc-git.el (vc-git--ls-files-state): Remove unused function.
7779
7780 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
7781
7782 2008-07-06 John Paul Wallington <jpw@pobox.com>
7783
7784 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
7785
7786 2008-07-05 Alexandre Julliard <julliard@winehq.org>
7787
7788 * vc-git.el (vc-git-registered): Return true for removed files.
7789 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
7790 all the files instead of one per file.
7791 (vc-git-previous-revision): Add support for project-wide previous
7792 revision when specified file is nil.
7793
7794 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7795
7796 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
7797
7798 * vc-dir.el (vc-dir-find-child-files): New function.
7799 (vc-dir-resync-directory-files): New function.
7800 (vc-dir-recompute-file-state): New function, broken out of ...
7801 (vc-dir-resynch-file): ... here. Also deal with directories.
7802 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
7803 (vc-resynch-buffer): Use it.
7804
7805 * vc-hg.el (vc-hg-registered): Do not set vc-state.
7806
7807 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
7808
7809 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
7810
7811 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
7812 if it's not part of gdb-ui, e.g, at start.
7813
7814 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
7815 filenames in stack trace (text command mode).
7816
7817 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
7820
7821 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
7822 Use syntax-ppss on a position *before* the char we want to change.
7823
7824 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
7825
7826 * vc-dir.el (vc-dir-query-replace-regexp): New function.
7827 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
7828 (vc-dir-mode-map): Likewise.
7829
7830 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
7833 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
7834 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
7835 Remove spurious * in defcustom docstrings.
7836
7837 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
7838 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
7839 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
7840 (default-justification): Remove spurious * in defcustom docstrings.
7841
7842 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
7843 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
7844 (rst-compare-decorations, rst-default-indent, rst-update-section)
7845 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
7846 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
7847 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
7848 Fix typos in docstrings.
7849 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
7850 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
7851 (rst-get-decorations-around, rst-section-tree-point)
7852 (rst-font-lock-adornment-point): Reflow docstrings.
7853 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
7854 Doc fixes.
7855 (rst-re-enumerations): Comment out.
7856
7857 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
7858 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
7859 (nxml-unicode-block-char-name-set):
7860 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
7861 * nxml/rng-nxml.el (rng-set-state-after):
7862 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
7863
7864 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
7865 (rng-c-parse-annotation-body):
7866 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
7867
7868 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
7869 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
7870 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
7871 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
7872 Fix typos in docstrings.
7873 (nxml-attribute-indent): Reflow docstring.
7874 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
7875 (nxml-default-buffer-file-coding-system): Doc fixes.
7876
7877 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
7878 (nxml-ns-set-prefix): Fix typos in docstrings.
7879 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
7880 Reflow docstring.
7881 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
7882
7883 * nxml/nxml-outln.el (nxml-hide-all-text-content)
7884 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
7885 (nxml-hide-direct-text-content, nxml-hide-subheadings)
7886 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
7887 (nxml-outline-display-rest, nxml-outline-set-overlay)
7888 (nxml-section-tag-forward, nxml-section-tag-backward)
7889 (nxml-back-to-section-start): Fix typos in docstrings.
7890
7891 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
7892 Doc fixes.
7893
7894 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
7895 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
7896 (nxml-scan-after-change): Fix typo in docstring.
7897
7898 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
7899 (rng-name-class-possible-names): Doc fixes.
7900 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
7901 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
7902 Fix typos in docstrings.
7903 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
7904 Reflow docstrings.
7905
7906 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
7907 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
7908
7909 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
7910 (rng-xsd-convert-date-time): Reflow docstrings.
7911 (rng-xsd-compile): Fix typo in docstring.
7912
7913 * nxml/rng-loc.el (rng-current-schema-file-name)
7914 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
7915 Doc fixes.
7916 (rng-set-schema-file): Fix typo in docstring.
7917
7918 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
7919 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
7920 Fix typos in docstrings.
7921 (rng-message-overlay, rng-conditional-up-to-date-start)
7922 (rng-conditional-up-to-date-end): Doc fixes.
7923 (rng-next-error, rng-previous-error): Reflow docstrings.
7924
7925 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
7926 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
7927 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
7928 (xmltok-merge-attributes): Fix typos in docstrings.
7929 (xmltok-make-attribute, xmltok-forward-special)
7930 (xmltok-get-declared-encoding-position): Reflow docstrings.
7931
7932 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
7933 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
7934 Fix typos in docstrings.
7935
7936 2008-07-02 John Paul Wallington <jpw@pobox.com>
7937
7938 * ibuffer.el (ibuffer-buffer-file-name):
7939 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
7940 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
7941
7942 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
7943
7944 * files.el (backup-extract-version): Handle versioned directories.
7945 (trash-directory): New variable.
7946 (move-file-to-trash): New function.
7947
7948 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
7949
7950 2008-07-02 Magnus Henoch <mange@freemail.hu>
7951
7952 * vc-git.el (vc-git-annotate-command): Use proper option for
7953 specifying revision.
7954
7955 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7956
7957 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
7958 if available.
7959
7960 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
7961
7962 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
7963
7964 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
7965 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
7966
7967 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
7968
7969 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
7970
7971 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
7972 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
7973 (gdb-var-list-children-regexp, gdb-var-update-regexp)
7974 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
7975 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
7976 (gdb-stack-list-locals-regexp): Future proof regexps better.
7977
7978 2008-06-30 Juri Linkov <juri@jurta.org>
7979
7980 * faces.el (face-name-history): New variable.
7981 (make-face, make-empty-face): Replace interactive spec "S"
7982 with `read-from-minibuffer' where `read' arg is t and
7983 `hist' arg is `face-name-history'.
7984 (read-face-name): Set `hist' arg of `completing-read-multiple'
7985 to `face-name-history'.
7986 (list-faces-display): Use `read-regexp' instead of `read-string'
7987 to read regexp.
7988
7989 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
7990 to `regexp-history'.
7991 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
7992 make it an obsolete alias to it.
7993 (hi-lock-face-defaults): New variable renamed from
7994 `hi-lock-face-history'.
7995 (hi-lock-line-face-buffer, hi-lock-face-buffer)
7996 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
7997 `read-from-minibuffer'. Doc fix.
7998 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
7999 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8000 Set `hist' arg of `completing-read' to `face-name-history'.
8001 Put a list of default faces to `default' arg instead of `hist' arg.
8002
8003 * bindings.el (abbrev-map, narrow-map): New variables.
8004 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8005 Rebind related commands to these new maps.
8006 (ctl-x-r-map): New variable for rectangle, register and bookmark
8007 keys. Move rectangle keybindings to rect.el and register
8008 keybindings to register.el.
8009 (next-buffer, previous-buffer): Remove C-x prefix and move
8010 keybindings to ctl-x-map.
8011
8012 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8013 to the new map `ctl-x-r-map' in autoload cookies.
8014
8015 * expand.el: Rebind two global `C-x a' keys "n", "p"
8016 to the new map `abbrev-map' in autoload cookies.
8017
8018 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8019
8020 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8021
8022 2008-06-30 Miles Bader <miles@gnu.org>
8023
8024 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8025 after processing an escape sequence.
8026
8027 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8028
8029 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8030 from 2008-06-28. It does not work on W32.
8031
8032 2008-06-29 Juri Linkov <juri@jurta.org>
8033
8034 * replace.el (read-regexp): New function.
8035 (keep-lines-read-args, occur-read-primary-args):
8036 Call `read-regexp' instead of code moved to new function.
8037 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8038 from the end of prompt.
8039 (replace-re-search-function): Doc fix.
8040
8041 2008-06-29 Kenichi Handa <handa@m17n.org>
8042
8043 * descr-text.el (describe-char-display): Always return a string.
8044 (describe-char-padded-string): New function.
8045 (describe-char): Adjusted for the change of
8046 describe-char-display. Use describe-char-padded-string.
8047
8048 2008-06-29 Andreas Schwab <schwab@suse.de>
8049
8050 * vc-dir.el (vc-dir): Make backend argument optional and use
8051 vc-responsible-backend when nil. Interactively pass nil for
8052 backend instead of using the backend of what happens to be
8053 default-directory at the time of the call.
8054
8055 * find-dired.el (find-dired-filter): Preserve point.
8056
8057 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8058
8059 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8060 (sasl-find-mechanism, sasl-next-step):
8061 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8062 (sasl-ntlm-response): Fix typos in docstrings.
8063
8064 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8065
8066 * international/mule-cmds.el (view-hello-file): Doc fix.
8067
8068 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8069
8070 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8071 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8072
8073 2008-06-28 John Paul Wallington <jpw@pobox.com>
8074
8075 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8076
8077 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8078
8079 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8080 (tramp-convert-file-attributes): Convert symlinks only when
8081 returned from `tramp-handle-file-attributes-with-stat'.
8082
8083 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8084 `substitute-in-file-name' when unloading.
8085 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8086
8087 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8088
8089 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8090 (vc-string-prefix-p): Move function ...
8091 * vc.el (vc-string-prefix-p): ... here.
8092
8093 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8094
8095 * vc-dir.el (vc-dir): Complete only directory names.
8096
8097 2008-06-27 Jason Rumney <jasonr@gnu.org>
8098
8099 * w32-fns.el (top-level): Unconditionally define all charsets.
8100
8101 2008-06-27 Alan Mackenzie <acm@muc.de>
8102
8103 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8104 the CC Mode specific functions; this is no longer needed, since
8105 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8106
8107 * progmodes/cc-defs.el (c-emacs-features): New feature
8108 'argumentative-bod-function.
8109
8110 2008-06-27 John Paul Wallington <jpw@pobox.com>
8111
8112 * chistory.el (list-command-history): Use `bound-and-true-p'.
8113 (command-history-map): Define within defvar. Add docstring.
8114
8115 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8116
8117 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8118 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8119 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8120 (image-type-from-buffer): Use `looking-at-p'.
8121
8122 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8123
8124 * ibuf-ext.el (diff-sentinel): Declare.
8125
8126 2008-06-27 Glenn Morris <rgm@gnu.org>
8127
8128 * calendar/lunar.el (calendar-lunar-phases): Rename from
8129 calendar-phases-of-moon. Keep old name as alias, update callers.
8130 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8131 (diary-lunar-phases): Rename from diary-phases-of-moon.
8132 Keep old name as alias.
8133 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8134 (cal-menu-global-mouse-menu): Update for lunar name changes.
8135 * calendar/calendar.el (calendar-mode-map): Update for name change.
8136 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8137
8138 2008-06-26 Glenn Morris <rgm@gnu.org>
8139
8140 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8141 argument `nolocation'.
8142 (calendar-sunrise-sunset-month): New function.
8143 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8144 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8145 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8146 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8147 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8148 (calendar-buffer-list): Add solar-sunrises-buffer.
8149
8150 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8151
8152 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8153
8154 * cus-start.el: Add customization types for word-wrap and
8155 shift-select-mode.
8156
8157 2008-06-26 John Paul Wallington <jpw@pobox.com>
8158
8159 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8160 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8161 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8162 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8163
8164 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8165
8166 * vc-dir.el (tool-bar): Require.
8167
8168 * vc.el (ewoc, tool-bar): Do not require.
8169
8170 2008-06-26 Kenichi Handa <handa@m17n.org>
8171
8172 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8173 characters.
8174
8175 * composite.el (terminal-composition-base-character-p): New function.
8176 (terminal-composition-function):
8177 Use terminal-composition-base-character-p. Include the base character
8178 in the composition.
8179 (auto-compose-chars): Don't check font-object for terminal display.
8180
8181 2008-06-26 Glenn Morris <rgm@gnu.org>
8182
8183 * doc-view.el (bookmark-make-record-default):
8184 * image-mode.el (bookmark-make-record-default): Fix declaration.
8185
8186 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8187 Add default :value for sexp type.
8188 (calendar-month-edges): New variable.
8189 (calendar-month-edges): New function.
8190 (calendar-recompute-layout-variables): Set calendar-month-edges.
8191 (calendar-intermonth-header, calendar-intermonth-text): New options.
8192 (calendar-insert-at-column): New function.
8193 (calendar-generate-month): Use calendar-insert-at-column.
8194 Handle intermonth text. Add 'date property.
8195 (calendar-column-to-month): Remove function.
8196 (calendar-column-to-segment): New function.
8197 (calendar-cursor-to-date): Use calendar-column-to-segment.
8198 Check 'date property.
8199
8200 * calendar/calendar.el (calendar-print-other-dates):
8201 Handle mouse events.
8202 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8203 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8204
8205 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8206 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8207 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8208
8209 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8210 Use calendar-column-to-segment, calendar-month-edges, and
8211 the 'date property to handle intermonth text.
8212
8213 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8214
8215 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8216 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8217 Add doc strings.
8218 (cal-menu-context-mouse-menu): Add some :keys.
8219 (calendar-check-holidays): Declare rather than autoloading.
8220 (diary-show-holidays-flag): Remove unneeded declaration.
8221
8222 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8223 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8224 event-start is nil.
8225
8226 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * minibuffer.el (completion-basic-try-completion): Use the text after
8229 point to constrain the completion candidates.
8230 (completion-basic-all-completions): Adjust accordingly.
8231
8232 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8233
8234 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8235 courier.
8236
8237 * faces.el (set-face-attribute): Doc fix.
8238
8239 2008-06-25 Juri Linkov <juri@jurta.org>
8240
8241 * bindings.el (goto-map): New variable. Rebind goto-related
8242 commands to this `M-g' prefix keymap.
8243 (search-map): New variable for `M-s' prefix keymap.
8244 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8245 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8246 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8247 `M-shw' to `hi-lock-write-interactive-patterns'.
8248
8249 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8250 `isearch-highlight-regexp'.
8251 (isearch-highlight-regexp): New function.
8252
8253 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * info.el (Info-bookmark-make-record):
8256 Use bookmark-make-record-default.
8257 (Info-bookmark-jump): Use bookmark-default-handler.
8258
8259 * image-mode.el (image-bookmark-make-record):
8260 Use bookmark-make-record-default.
8261 (image-bookmark-jump): Use bookmark-default-handler.
8262
8263 * doc-view.el (doc-view-bookmark-make-record):
8264 Use bookmark-make-record-default.
8265 (doc-view-bookmark-jump): Use bookmark-default-handler.
8266
8267 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8268 used until now in bookmark.el's code.
8269 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8270 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8271 used until now in bookmark.el's code.
8272 (bookmark-set-filename): Remove special code, moved to its only caller.
8273 (bookmark-store): Use the newer format.
8274 (bookmark-make-record-default): Add arg `point-only'.
8275 Rename from bookmark-make-record-for-text-file.
8276 (bookmark--jump-via): New function.
8277 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8278 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8279 Use it.
8280 (bookmark-jump-noselect, bookmark-default-handler):
8281 Don't return an alist, instead return the data implicitly by changing
8282 current buffer and point. Signal an error if the file doesn't exist.
8283
8284 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8285 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8286
8287 * bs.el: Use with-current-buffer. Simplify.
8288 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8289
8290 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8291 is bound before using it.
8292
8293 2008-06-25 Kenichi Handa <handa@m17n.org>
8294
8295 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8296
8297 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8298
8299 * vc-hg.el:
8300 * vc-git.el: Require vc-dir when compiling.
8301
8302 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8303 vc-dir-marked-only-files. Change the return value.
8304 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8305 Change the return value.
8306 (vc-dir-deduce-fileset): New function broken out from ...
8307 * vc.el (vc-deduce-fileset): ... here and ...
8308 (vc-deduce-fileset): ... here.
8309
8310 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8311 (vc-svn-parse-status): Do not set the vc-backend property.
8312
8313 2008-06-25 Andreas Schwab <schwab@suse.de>
8314
8315 * faces.el (face-font-family-alternatives, variable-pitch):
8316 Use "Sans Serif", not "Sans-Serif".
8317
8318 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8319
8320 * faces.el (face-font-family-alternatives, variable-pitch):
8321 Change "Sans" to the canonical name "Sans-Serif".
8322
8323 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8324
8325 * calc/calc.el (calc-mode-map): Add extra keybindings to
8326 `calc-missing-key'.
8327 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8328 `kill-ring-save'.
8329
8330 2008-06-24 Miles Bader <miles@gnu.org>
8331
8332 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8333 pops up the menu but doesn't select anything.
8334
8335 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8336
8337 * add-log.el (add-change-log-entry): Add new arg to force each new
8338 entry to be on a new line.
8339 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8340
8341 * vc-dir.el (vc-client-object): Remove.
8342 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8343 use it when looking for a buffer.
8344 (vc-dir): Add a backend argument. Set revert-buffer-function.
8345 Don't create a client object. Move bindings ...
8346 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8347 (vc-dir-revert-buffer-function): New function.
8348 (vc-generic-status-printer): Rename to ...
8349 (vc-dir-status-printer): ... this.
8350 (vc-generic-state, vc-generic-status-fileinfo-extra)
8351 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8352 (vc-default-status-printer): Use a different face for
8353 directories. Don't display any text for directories in the state
8354 column. Add tooltips.
8355
8356 * vc.el (Todo): Update.
8357
8358 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8359 * vc-rcs.el (vc-annotate-convert-time):
8360 * vc-mtn.el (vc-annotate-convert-time):
8361 * vc-git.el (vc-annotate-convert-time):
8362 * vc-cvs.el (vc-annotate-convert-time):
8363 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8364
8365 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8366
8367 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8368 instead of using view-mode.
8369
8370 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8373
8374 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8375
8376 * vc.el:
8377 * vc-hooks.el:
8378 * vc-dispatcher.el: Move vc-dir variables and functions ...
8379 * vc-dir.el: ... here. New file.
8380 * Makefile.in (ELCFILES): Add vc-dir.elc.
8381
8382 * vc.el: Move vc-annotate variables and functions ...
8383 * vc-annotate.el: ... here. New file.
8384 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8385
8386 * vc-dav.el: Move here from url/vc-dav.el.
8387 (Todo): Note work needed to make this backend functional.
8388
8389 * Makefile.in (ELCFILES): Update vc-dav.el location.
8390
8391 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8394
8395 2008-06-21 John Paul Wallington <jpw@pobox.com>
8396
8397 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8398
8399 * textmodes/rst.el (rst-mode): Put docstring in right place.
8400
8401 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8402
8403 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8404 size for legibility.
8405
8406 * faces.el (fixed-pitch): Use "Monospace" family.
8407 (variable-pitch): Use "Sans" family.
8408 (face-font-family-alternatives): Define alternatives for "Sans"
8409 and "Monospace".
8410
8411 2008-06-21 Glenn Morris <rgm@gnu.org>
8412
8413 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8414 Require 'cl when compiling.
8415
8416 * emacs-lisp/debug.el (help-xref-interned): Declare.
8417
8418 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8419 Evaluate definition when compiling.
8420
8421 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8422 rather than mouse-1.
8423 (bug-reference-url-format): Autoload safe if string.
8424 (bug-reference-bug-regexp): Make space after "bug" optional.
8425
8426 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8427 for some non-GNU makes.
8428
8429 * cus-dep.el (custom-dependencies-no-scan-regexp):
8430 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8431
8432 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8433 increments.
8434
8435 * calendar/calendar.el: Factor out the magic numbers controlling the
8436 calendar layout.
8437 (calendar-month-digit-width, calendar-month-width)
8438 (calendar-right-margin): New variables.
8439 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8440 New functions.
8441 (calendar-left-margin, calendar-intermonth-spacing)
8442 (calendar-column-width, calendar-day-header-width)
8443 (calendar-day-digit-width): New options.
8444 (calendar-first-date-row): New constant.
8445 (calendar-move-to-column, calendar-ensure-newline): New functions,
8446 replacing calendar-insert-indented.
8447 (calendar-insert-indented): Remove function.
8448 (calendar-generate-month): Use calendar-move-to-column and
8449 calendar-ensure-newline. Use layout variables.
8450 (calendar-generate, calendar-update-mode-line)
8451 (calendar-font-lock-keywords): Use layout variables.
8452 (calendar-column-to-month): New function.
8453 (calendar-cursor-to-date): Use calendar-column-to-month.
8454 Use layout variables.
8455 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8456 Use layout variables. Use calendar-column-to-month.
8457 (calendar-cursor-to-visible-date): Use layout variables.
8458
8459 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8462 (all): Run compile-last.
8463 (compile-onefile): New target.
8464 (compile-first): Simplify.
8465 (compile-last): Don't treat COMPILE_FIRST specially.
8466 (COMPILE_FIRST): List the elc files rather than the el files.
8467 (ELCFILES): Update.
8468
8469 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8470
8471 * net/newst-treeview.el: Remove dead code.
8472 (newsticker--window-config): Remove.
8473 (newsticker-treeview-quit): Do not save window config.
8474 (newsticker-treeview): Do not try to restore window config.
8475 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8476 (newsticker--treeview-list-new-items)
8477 (newsticker--treeview-list-immortal-items)
8478 (newsticker--treeview-list-obsolete-items)
8479 (newsticker--treeview-list-all-items)
8480 (newsticker--treeview-list-feed-items): Fix documentation.
8481
8482 2008-06-21 Miles Bader <miles@gnu.org>
8483
8484 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8485
8486 2008-06-21 Alan Mackenzie <acm@muc.de>
8487
8488 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8489 infinite loop on invalid syntax.
8490
8491 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * textmodes/rst.el: Run rst-define-level-faces when loading.
8494 (rst-mode): Don't set the font-lock-multiline var.
8495 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8496 Set the font-lock-multiline property by hand.
8497
8498 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8499
8500 * Makefile.in (emacs-deps): Remove.
8501 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8502 (all): Use them.
8503 (autogen-clean): Remove.
8504
8505 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * Makefile.in (all): New target.
8508 (bootstrap-prepare): Remove.
8509
8510 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8511 the .elc file to batch-byte-compile.
8512
8513 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8514 set-keymap-parents if set-keymap-parent doesn't exist.
8515
8516 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8517 Allow more than one space before the |.
8518
8519 * textmodes/rst.el: Fix up docstring conventions.
8520 Move vars to before their first use.
8521 (rst-mode): Don't mess with font-lock-support-mode.
8522 (rst-suggest-new-decoration, rst-adjust-decoration):
8523 Avoid CL's copy-list.
8524 (rst-delete-entire-line): Use line-beginning-position.
8525 (rst-position): New fun.
8526 (rst-straighten-decorations): Use it instead of CL's position.
8527 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8528 (rst-toc-mode): Use define-derived-mode.
8529 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8530 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8531 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8532 (rst-replace-lines): Simplify.
8533 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8534
8535 * simple.el (special-mode-map): New var.
8536 (special-mode): New major mode.
8537
8538 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8539
8540 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8541 log-view-file-re.
8542
8543 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8544 (vc-switch-backend): Simplify.
8545 (Todo): Remove solved items.
8546
8547 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8548 the vc-backend property.
8549
8550 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8553 Bind inhibit-read-only since the buffer is always read-only.
8554
8555 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8556
8557 * net/newst-treeview.el (newsticker-treeview-own-frame):
8558 Change default value to nil.
8559 (newsticker--treeview-list-add-item)
8560 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8561
8562 2008-06-20 Martin Blais <blais@furius.ca>
8563 Stefan Merten <smerten@oekonux.de>
8564 David Goodger <goodger@python.org>
8565
8566 * textmodes/rst.el: New file.
8567
8568 2008-06-20 Sam Steingold <sds@gnu.org>
8569
8570 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8571 remove DIRECTORY entries.
8572
8573 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8574
8575 * makefile.w32-in (distclean): Depend on `clean'.
8576 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8577 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8578 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8579 empty cus-load.el with `echo', and include "Local Variables"
8580 section to prevent the empty file from being compiled.
8581 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8582 that generate an empty cus-load.el.
8583
8584 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8585
8586 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8587 Don't copy ldefs-boot.el over loaddefs.el.
8588 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8589 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8590 to loaddefs.el; they are not needed now. Add coding cookie.
8591
8592 2008-06-20 Miles Bader <miles@gnu.org>
8593
8594 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8595 Strip unnecessary list levels from SPECS.
8596 (buffer-face-set, buffer-face-toggle):
8597 Change argument from FACE to &rest SPECS, and strip unnecessary
8598 list levels from SPECS.
8599 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8600
8601 2008-06-20 Jason Rumney <jasonr@gnu.org>
8602
8603 * international/fontset.el (setup-default-fontset): Specify script
8604 for latin use of iso10646-1. Fix use of lang tags.
8605
8606 2008-06-19 Miles Bader <miles@gnu.org>
8607
8608 * face-remap.el (text-scale-increase): Start from zero if
8609 text-scale-mode isn't enabled.
8610
8611 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8614 frame parameters after setting up the `default' face.
8615
8616 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8619
8620 2008-06-18 Glenn Morris <rgm@gnu.org>
8621
8622 * mouse.el (buffer-face-mode-invoke): Declare.
8623
8624 * Makefile.in (ELCFILES): Add org/org-id.elc.
8625
8626 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8627 * calendar/cal-menu.el (cal-menu-holidays-menu):
8628 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8629 (cal-menu-today-holidays): Remove function.
8630
8631 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8632 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8633 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8634 Remove unused functions.
8635 (calendar-mouse-view-diary-entries): Use format rather than concat.
8636
8637 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8638 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8639 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8640
8641 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8642 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8643 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8644 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8645 cal-menu-event-to-date.
8646
8647 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8648 Handle mouse events.
8649 * calendar/cal-tex.el (cal-tex-cursor-year)
8650 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8651 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8652 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8653 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8654 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8655 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8656 (cal-tex-cursor-month): Mark N as optional.
8657 * calendar/cal-menu.el (calendar-mouse-tex-day)
8658 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8659 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
8660 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
8661 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
8662 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
8663 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
8664 Remove functions.
8665 (cal-menu-context-mouse-menu): Replace the above functions with the
8666 cal-tex versions. Add HTML submenu.
8667
8668 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
8669
8670 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
8671 text command mode.
8672 (gdb): Explain that gud-gdb is needed for text command mode.
8673
8674 2008-06-17 Martin Rudalics <rudalics@gmx.at>
8675
8676 * window.el (split-height-threshold): Remove spurious extra line.
8677
8678 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
8681 (calendar-set-mark):
8682 * calendar/diary-lib.el (diary-insert-entry):
8683 * calendar/solar.el (calendar-sunrise-sunset): Use it.
8684 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
8685 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
8686 (cal-menu-context-mouse-menu): Use calendar-set-mark,
8687 diary-insert-entry, and calendar-sunrise-sunset instead.
8688
8689 * vc.el (vc-deduce-fileset): Add arg `only-files'.
8690 (vc-next-action): Pass the new arg.
8691 (vc-register): Don't use `only-files'.
8692 Don't set `backup-inhibited' in the current buffer.
8693
8694 2008-06-17 Miles Bader <miles@gnu.org>
8695
8696 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
8697
8698 * face-remap.el (buffer-face-mode-face)
8699 (buffer-face-mode-remapping): New variables.
8700 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
8701 (buffer-face-mode-invoke): New functions.
8702 (variable-pitch-mode-remapping): Variable removed.
8703 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
8704
8705 * face-remap.el (internal-lisp-face-attributes): New variable.
8706 (face-attrs-more-relative-p, face-remap-order): New functions.
8707 (face-remap-add-relative): Use `face-remap-order'.
8708
8709 2008-06-17 Glenn Morris <rgm@gnu.org>
8710
8711 * mouse.el (x-select-font): Declare.
8712
8713 * calendar/calendar.el (calendar-move-hook):
8714 Add calendar-update-mode-line as an option.
8715 (calendar-date-echo-text): New user option.
8716 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
8717 (calendar-insert-indented): Simplify newline insertion.
8718 (calendar-describe-mode): Remove unused function.
8719 (calendar-mode-line-entry): New function.
8720 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
8721 Mark as risky.
8722 (calendar-mouse-other-month): Remove function.
8723 (calendar-other-month): Handle mouse events.
8724 (calendar-goto-info-node): Call fit-window-to-buffer.
8725 (calendar-mode): Use define-derived-mode. Doc fix.
8726 (calendar-update-mode-line): Tweak whitespace.
8727
8728 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
8731 (vc-dir-marked-only-files): vc-string-prefix-p.
8732
8733 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
8734
8735 * progmodes/gdb-ui.el (gdb-memory-set-address)
8736 (gdb-memory-set-repeat-count): Allow keyboard bindings.
8737 (gdb-memory-mode-map): Bind above functions respectively
8738 to 'S' and 'N'.
8739
8740 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
8741
8742 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
8743
8744 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8745
8746 * log-view.el (vc-diff-internal): Declare for compiler.
8747
8748 * vc-bzr.el (log-view-per-file-logs):
8749 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
8750
8751 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8752
8753 * mouse.el (mouse-appearance-menu-map): New var.
8754 (mouse-appearance-menu): New function.
8755 Bind it to S-down-mouse-1.
8756
8757 2008-06-15 Juri Linkov <juri@jurta.org>
8758
8759 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
8760 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
8761 as the second element.
8762 (Info-build-toc): Add PARENT element extracted from the Up pointer.
8763 Don't print progress messages.
8764 (Info-toc-nodes): New variable and function.
8765 (Info-index-nodes): Optimize non-string file name case.
8766 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
8767 (Info-insert-breadcrumbs): Use the cached document structure instead
8768 of visiting all ancestor nodes. Remove the initial `>'.
8769
8770 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8771
8772 * log-view.el (log-view-diff-changeset): New function.
8773 (log-view-mode-map, log-view-mode-menu): Bind it.
8774 (log-view-per-file-logs, log-view-vc-fileset)
8775 (log-view-vc-backend): New variables.
8776 (log-view-find-revision, log-view-modify-change-comment)
8777 (log-view-annotate-version): Throw an error if the log is for more
8778 than one file and we can't find the current file. Get the current
8779 file from log-view-vc-fileset if necessary.
8780 (log-view-diff): Get the current file from log-view-vc-fileset if
8781 necessary.
8782
8783 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
8784
8785 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
8786 (vc-hg-log-view-mode): Declare for compiler.
8787 (vc-hg-log-view-mode): Set log-view-per-file-logs and
8788 log-view-file-re.
8789 (vc-hg-diff): If no file is passed, use default-directory for cwd.
8790
8791 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
8792
8793 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
8794
8795 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
8796
8797 * net/tramp.el (tramp-handle-start-file-process):
8798 Clear modification time of the connection buffer.
8799 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
8800 (tramp-open-connection-setup-interactive-shell): Flush cache, and
8801 restart `tramp-maybe-open-connection' when the remote system has
8802 been changed. Throw 'uname-changed event.
8803 (tramp-maybe-open-connection): Catch it.
8804
8805 * net/tramp-cmds.el (tramp-cleanup-all-connections):
8806 Reset `tramp-locked'.
8807
8808 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8809
8810 * net/newst-treeview.el (newsticker--treeview-list-update)
8811 (newsticker--treeview-item-update)
8812 (newsticker--treeview-tree-update)
8813 (newsticker-treeview-jump, newsticker-group-add-group)
8814 (newsticker-group-move-feed, newsticker-group-delete-group):
8815 Remove window dedication.
8816 (newsticker--group-manage-orphan-feeds): Handle ill-valued
8817 newsticker-groups.
8818 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
8819
8820 2008-06-15 Andreas Schwab <schwab@suse.de>
8821
8822 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
8823 when parsing CVS/Repository.
8824
8825 * wdired.el (wdired-search-and-rename): Fix undocumented change.
8826
8827 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8828
8829 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
8830 (newsticker-extra-face, newsticker-enclosure-face): Moved to
8831 net/newst-reader.el.
8832
8833 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
8834 (newsticker-extra-face, newsticker-enclosure-face): Moved from
8835 net/newst-reader.el.
8836
8837 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8840 Catch and recover from case when the bytes we thought we were reading
8841 turn out to be something else entirely, such as latin-1 chars from
8842 quail. See bug#396.
8843
8844 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8845
8846 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
8847 (vc-register): Call the backend function only once, instead of
8848 once for each file.
8849 (vc-next-action): Update call to vc-register.
8850 (vc-dir-register): Remove function.
8851 (vc-dir): Bind vc-register instead of vc-dir-register.
8852
8853 2008-06-14 Glenn Morris <rgm@gnu.org>
8854
8855 * Makefile.in (ELCFILES): Add net/newst-*.el.
8856
8857 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * wdired.el (wdired-do-renames): New function.
8860 (wdired-finish-edit): Use it to.
8861 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
8862
8863 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
8866
8867 2008-06-14 Martin Rudalics <rudalics@gmx.at>
8868
8869 * window.el (window--even-window-heights): Even window heights
8870 only if the selected window is higher than WINDOW.
8871 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8872
8873 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
8876
8877 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * term/linux.el (terminal-init-linux): Load t-mouse.
8880
8881 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8882 Drew Adams <drew.adams@oracle.com>
8883
8884 * info.el (Info-breadcrumbs-depth): New var.
8885 (Info-insert-breadcrumbs): New function.
8886 (Info-fontify-node): Use it.
8887 (Info-mode-map): Move initialization into declaration.
8888
8889 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
8890
8891 Rename net/newsticker-*.el to net/newst-*.el.
8892 * net/newst-backend.el: Rename from net/newsticker-backend.el.
8893 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
8894 * net/newst-reader.el: Rename from net/newsticker-reader.el.
8895 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
8896 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
8897 * net/newsticker-backend.el: Rename to net/newst-backend.el.
8898 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
8899 * net/newsticker-reader.el: Rename to net/newst-reader.el.
8900 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
8901 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
8902
8903 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * progmodes/compile.el (compilation-start): Don't disable undo in
8906 comint buffer. Don't override the comint-filter with our own.
8907 (compilation-filter): Change point's insertion-type.
8908
8909 * comint.el (comint-output-filter): Use copy-marker.
8910
8911 2008-06-13 David Reitter <david.reitter@gmail.com>
8912
8913 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8914 Check message-signature-separator exists before using it.
8915
8916 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
8917
8918 * vc.el (vc-delete-file): Bind default-directory before calling
8919 the backend.
8920 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
8921 (vc-annotate-show-diff-revision-at-line-internal): ... here.
8922 New function.
8923 (vc-annotate-show-changeset-diff-revision-at-line): New function.
8924 (vc-annotate-mode-menu): Bind it.
8925
8926 2008-06-13 Jason Rumney <jasonr@gnu.org>
8927
8928 * term/w32-win.el (mouse-set-font): Remove overridden function.
8929 (w32-select-font): Declare as obsolete alias for x-select-font.
8930
8931 2008-06-13 Daniel Engeler <engeler@gmail.com>
8932
8933 These changes add serial port access.
8934 * term.el (term-update-mode-line): Modify.
8935 (serial-port-is-file-p, serial-nice-speed-history)
8936 (serial-no-speed, serial-mode-line-speed-menu)
8937 (serial-mode-line-config-menu): New variables and constants.
8938 (serial-name-history, serial-speed-history)
8939 (serial-supported-or-barf, serial-read-name, serial-read-speed)
8940 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
8941 (serial-mode-line-speed-menu, serial-update-speed-menu)
8942 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
8943 (serial-update-config-menu): New functions.
8944
8945 2008-06-13 Glenn Morris <rgm@gnu.org>
8946
8947 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
8948
8949 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
8950
8951 2008-06-13 Kenichi Handa <handa@m17n.org>
8952
8953 * cus-face.el (custom-face-attributes): Add :foundry.
8954
8955 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
8956 (face-x-resources): Add :foundry.
8957 (face-valid-attribute-values): Likewise.
8958 (face-attribute-name-alist): Likewise.
8959 (describe-face): Likewise.
8960
8961 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
8964
8965 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
8966
8967 * longlines.el (longlines-search-forward, longlines-search-backward)
8968 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
8969
8970 2008-06-12 Sam Steingold <sds@gnu.org>
8971
8972 * vc.el (vc-rename-file): DTRT when the destination is a directory
8973 name and the source is a file.
8974
8975 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
8976
8977 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
8978
8979 2008-06-12 Glenn Morris <rgm@gnu.org>
8980
8981 * progmodes/f90.el (f90-beginning-of-subprogram)
8982 (f90-end-of-subprogram): Only give a message when interactive.
8983
8984 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
8985
8986 * progmodes/cperl-mode.el (cperl-info-on-command):
8987 Use display-pixel-height rather than x-display-pixel-height.
8988
8989 * mail/rmailedit.el (rmail-cease-edit):
8990 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
8991
8992 * emulation/edt.el (edt-xserver):
8993 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
8994
8995 * emulation/edt-mapper.el: Drop test for Emacs < 19.
8996
8997 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
8998 Evaluate definitions when compiling. Reverse tests.
8999
9000 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9001 use unless.
9002
9003 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9004
9005 * textmodes/artist.el (x-pointer-shape):
9006 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9007 (x-open-connection, x-server-max-request-size, x-get-resource):
9008 * term/w32console.el (x-setup-function-keys):
9009 * term/w32-win.el (x-parse-geometry, x-resource-name)
9010 (generate-fontset-menu, image-library-alist, x-open-connection)
9011 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9012 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9013 (x-get-resource):
9014 * term/mac-win.el (x-parse-geometry, x-resource-name)
9015 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9016 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9017 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9018 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9019 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9020 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9021 (tooltip-identifier-from-point, define-fringe-bitmap):
9022 * play/gamegrid.el (image-size):
9023 * play/bubbles.el (image-size):
9024 * mail/emacsbug.el (x-server-vendor, x-server-version):
9025 * international/mule-util.el (internal-char-font):
9026 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9027 (fontset-alias-alist, fontset-list, fontset-plain-name):
9028 * international/mule-cmds.el (x-server-vendor, x-server-version):
9029 * international/fontset.el (font-encoding-charset-alist)
9030 (otf-script-alist, new-fontset, set-fontset-font)
9031 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9032 (fontset-list, query-fontset, x-get-resource):
9033 * emulation/edt.el (x-server-vendor):
9034 * emulation/edt-mapper.el (x-server-vendor):
9035 * emacs-lisp/map-ynp.el (x-popup-dialog):
9036 * emacs-lisp/lmenu.el (x-popup-dialog):
9037 * x-dnd.el (x-window-property, x-change-window-property)
9038 (x-get-selection-internal):
9039 * woman.el (x-list-fonts):
9040 * w32-fns.el (x-server-version):
9041 * tooltip.el (x-show-tip, x-hide-tip):
9042 * tool-bar.el (image-mask-p):
9043 * thumbs.el (image-size):
9044 * term.el (overflow-newline-into-fringe):
9045 * subr.el (scroll-bar-scale):
9046 * startup.el (x-get-resource, tool-bar-mode, image-size):
9047 * select.el (x-get-selection-internal, x-own-selection-internal)
9048 (x-disown-selection-internal):
9049 * mouse.el (generate-fontset-menu):
9050 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9051 * image.el (image-library-alist):
9052 * image-mode.el (image-size, image-refresh):
9053 * image-dired.el (clear-image-cache):
9054 * gs.el (x-display-mm-width, x-display-pixel-width)
9055 (x-display-mm-height, x-display-pixel-height)
9056 (x-change-window-property, x-display-grayscale-p, x-window-property):
9057 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9058 (x-focus-frame, x-list-fonts, x-display-screens)
9059 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9060 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9061 (x-display-planes, x-display-color-cells, x-display-visual-class):
9062 * faces.el (internal-face-x-get-resource)
9063 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9064 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9065 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9066 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9067 (tool-bar-setup):
9068 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9069 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9070 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9071 * descr-text.el (internal-char-font):
9072 Define for compiler, for builds without X.
9073
9074 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9077
9078 2008-06-11 Glenn Morris <rgm@gnu.org>
9079
9080 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9081 before trying to move there.
9082 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9083 is non-nil, indent most terminating statements like loop body.
9084
9085 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9086 Gregorian date, and add it, not the local date, to diary-entries-list.
9087 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9088
9089 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * progmodes/compile.el (compilation-filter): Fix up last change.
9092
9093 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9094
9095 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9096 (gpm-mouse-mode): Make it into a proper global minor mode.
9097
9098 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9099 if the user enabled recursive-minibuffers.
9100
9101 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9102 Add support for scroll-other-window.
9103
9104 2008-06-11 Jason Rumney <jasonr@gnu.org>
9105
9106 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9107 Use tmm-menubar if menu is disabled in this frame.
9108
9109 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9110 from frame type, per documentation. Add w32 case.
9111
9112 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * minibuffer.el (completion--merge-suffix): New function.
9115 (completion-basic-try-completion): Use it.
9116 (completion-pcm--find-all-completions): Add argument `filter'.
9117 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9118 New functions.
9119 (completion-pcm-try-completion): Use them.
9120
9121 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9122 (turn-off-xterm-mouse-tracking): Use terminal-list.
9123
9124 * cus-start.el (underline-minimum-offset): Rename from
9125 x-underline-minimum-display-offset.
9126
9127 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9128
9129 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9130
9131 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * mouse.el (mouse-select-font): New function.
9134
9135 * faces.el (face-spec-recalc): When the face is set using
9136 Customize, avoid recalculating it twice.
9137
9138 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9139 Font" menu item to it. Apply selected font to all frames, and
9140 make it savable.
9141 (menu-bar-options-save): Save `default' font if changed.
9142
9143 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * ffap.el (ffap-string-at-point-mode-alist):
9146 Use alpha rather than lower.
9147
9148 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9149
9150 * subr.el (momentary-string-display): Use an overlay.
9151
9152 * progmodes/compile.el (compilation-mode):
9153 Set window-point-insertion-type.
9154 (compilation-filter): Don't use insert-before-markers any more.
9155 * emacs-lisp/trace.el (trace-make-advice):
9156 Set window-point-insertion-type in the trace buffer.
9157 * startup.el (normal-top-level): Set window-point-insertion-type in
9158 *Messages*.
9159 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9160 (telnet-filter): Don't use insert-before-markers any more.
9161 * comint.el (comint-mode): Set window-point-insertion-type.
9162 (comint-output-filter): Don't use insert-before-markers any more.
9163 * button.el (make-text-button): Allow `start' to be a string.
9164
9165 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9166
9167 * emacs-lisp/autoload.el (autoload-rubric):
9168 Fix coding cookie not to force Unix EOL.
9169
9170 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9171
9172 * window.el (window--splittable-p, window--try-to-split-window):
9173 Don't use with-selected-window to avoid messing up get-lru-window.
9174 Reported by David Hansen <david.hansen@gmx.net>.
9175
9176 2008-06-10 Glenn Morris <rgm@gnu.org>
9177
9178 * subr.el (locate-library): Doc fix.
9179
9180 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9181 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9182 Check tool-bar-map is bound, for non-X builds.
9183
9184 * net/newsticker-reader.el (newsticker--next-item-image)
9185 (newsticker--previous-item-image, newsticker--previous-feed-image)
9186 (newsticker--next-feed-image, newsticker--mark-read-image)
9187 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9188 (newsticker--get-all-image, newsticker--update-image)
9189 (newsticker--browse-image): Check xpm images are available.
9190 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9191 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9192
9193 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9194 (newsticker--plainview-tool-bar-map, newsticker-mode):
9195 Check tool-bar-map is bound, for non-X builds.
9196 (w3m-toggle-inline-image): Declare.
9197
9198 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9199
9200 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9201
9202 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9203 (finder-compile-keywords): Move let to where needed.
9204 (finder-mouse-face-on-line): Go back one more line if needed.
9205 (finder-list-matches): Use cadr.
9206 (finder-goto-xref): New function.
9207 (finder-commentary): Add buttons to jump to foo.el libraries.
9208
9209 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9210
9211 * apropos.el (apropos-function, apropos-macro, apropos-command)
9212 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9213 (apropos-plist): Add apropos-short-label property.
9214 (apropos-multi-type): New variables.
9215 (apropos-command, apropos-value): Set it.
9216 (apropos-compact-layout): New custom.
9217 (apropos-print, apropos-print-doc): Use it.
9218 (apropos-print): Truncate lines.
9219
9220 2008-06-09 Kenichi Handa <handa@m17n.org>
9221
9222 * international/fontset.el (font-encoding-alist):
9223 Add an entry for "ascii-0".
9224
9225 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9226
9227 * language/hanja-util.el (hanja-init-load): Show the message only
9228 when loading a table.
9229
9230 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9231
9232 * net/newsticker-treeview.el (newsticker-treeview):
9233 * net/newsticker-plainview.el (newsticker-plainview):
9234 Add autoload cookie.
9235
9236 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9237
9238 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9239 -reader, -plainview, and -treeview.
9240 (newsticker-version): Change to 1.99.
9241
9242 * net/newsticker-backend.el: New. Move backend functionality from
9243 newsticker.el to newsticker-backend.el.
9244 (newsticker--download-logos): New.
9245 (newsticker--sentinel-callback): New.
9246 (newsticker--set-customvar): Remove. Split up into specific
9247 functions related to retrieval, ticker, buffer, and display.
9248 (newsticker--set-customvar-retrieval): New. Extracted from
9249 `newsticker--set-customvar'.
9250 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9251 (newsticker-url-list-defaults):
9252 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9253 (newsticker-url-list): Doc changed. URL can be a function.
9254 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9255 (newsticker-retrieval-method): New.
9256 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9257 (newsticker-retrieval-interval):
9258 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9259 (newsticker-desc-comp-max): Change :group.
9260 (newsticker--cache): Doc changed.
9261 (newsticker--guid-to-string): New.
9262 (newsticker--guid): Use `newsticker--guid-to-string'.
9263 (newsticker--real-feed-name): New.
9264 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9265 (newsticker-start): Use `insert-file-contents' for reading cache.
9266 Use `newsticker--start-feed'.
9267 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9268 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9269 Use `newsticker--stop-feed'.
9270 (newsticker-save-item): New.
9271 (newsticker--get-news-by-funcall): New.
9272 (newsticker-get-news): Handle new retrieval methods.
9273 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9274 (newsticker--sentinel-work): New. Extracted from
9275 `newsticker--sentinel'. Use `newsticker--download-logos',
9276 `newsticker--sentinel-callback'.
9277 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9278 (newsticker--parse-atom-1.0): Fix link determination.
9279 (newsticker--parse-rss-0.91): Fix time determination.
9280 (newsticker--parse-rss-0.92): Fix time determination.
9281 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9282 (newsticker--parse-generic-feed): New arg order in
9283 `newsticker--cache-add'.
9284 (newsticker--parse-generic-items): Fix for multiple items.
9285 New arg order in `newsticker--cache-add'.
9286 (newsticker--forget-preformatted): Check whether
9287 `newsticker--buffer-set-uptodate' is fbound.
9288 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9289 (newsticker--decode-rfc822-date): Partial timezone handling.
9290 (newsticker--cache-contains): Fix guid problem.
9291 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9292 (newsticker--cache-save): New.
9293 (newsticker--cache-update): Use temp buffer.
9294 (newsticker--stat-num-items): Allow multiple AGE args.
9295 (newsticker--stat-num-items-total): New.
9296 (newsticker--opml-import-outlines): New.
9297 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9298 (newsticker--do-run-auto-mark-filter): Doc changed.
9299 (newsticker-retrieve-random-message): New.
9300
9301 * net/newsticker-ticker.el: New. Move ticker functionality from
9302 net/newsticker.el to net/newsticker-ticker.el.
9303 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9304 `newsticker--ticker-timer'.
9305 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9306 to `newsticker--ticker-timer'.
9307 (newsticker--set-customvar-ticker): New. Extracted from
9308 `newsticker--set-customvar'.
9309 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9310 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9311 for :set. Change :group.
9312 (newsticker-scroll-smoothly): Doc changed. Change :group.
9313 (newsticker-hide-immortal-items-in-echo-area)
9314 (newsticker-hide-old-items-in-echo-area)
9315 (newsticker-hide-obsolete-items-in-echo-area):
9316 Use `newsticker--set-customvar-ticker for :set. Change :group.
9317 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9318 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9319 to `newsticker-ticker-interval'.
9320 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9321 `newsticker--ticker-timer'.
9322
9323 * net/newsticker-reader.el: New. Move reader functionality from
9324 net/newsticker.el to net/newsticker-reader.el.
9325 (newsticker--set-customvar-formatting): New. Extracted from
9326 `newsticker--set-customvar'.
9327 (newsticker-reader, newsticker-frontend): New.
9328 (newsticker-enable-logo-manipulations): Change :group.
9329 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9330 for :set. Change :group.
9331 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9332 for :set. Change :group.
9333 (newsticker-html-renderer): Doc changed.
9334 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9335 (newsticker-date-format):
9336 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9337 (newsticker--insert-enclosure):
9338 Rename `newsticker--buffer-insert-enclosure' to
9339 `newsticker--insert-enclosure'. Add keymap arg.
9340 (newsticker--print-extra-elements):
9341 Rename `newsticker--buffer-print-extra-elements' to
9342 `newsticker--print-extra-elements'. Add keymap arg.
9343 (newsticker--do-print-extra-element):
9344 Rename `newsticker--buffer-do-print-extra-element' to
9345 `newsticker--do-print-extra-element'. Add keymap arg.
9346 (newsticker-show-news): Use `newsticker-frontend'.
9347
9348 * net/newsticker-plainview.el: New. Move plainview functionality
9349 from net/newsticker.el to net/newsticker-reader.el.
9350 (newsticker-plainview): New.
9351 (newsticker--set-customvar-sorting): New. Extracted from
9352 `newsticker--set-customvar'.
9353 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9354 for :set. Changed :group.
9355 (newsticker-heading-format, newsticker-item-format)
9356 (newsticker-desc-format, newsticker-statistics-format):
9357 Use `newsticker--set-customvar-formatting for :set. Change :group.
9358 (newsticker-faces): Change :group.
9359 (newsticker-default-face): Enable again.
9360 (newsticker-hide-old-items-in-newsticker-buffer)
9361 (newsticker-show-descriptions-of-new-items):
9362 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9363 (newsticker-show-all-news-elements): Change :group.
9364 (newsticker-plainview-hooks): New.
9365 (newsticker-select-item-hook, newsticker-select-feed-hook)
9366 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9367 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9368 to `newsticker--plainview-tool-bar-map'.
9369 (newsticker--url-keymap): Add mouse-1 binding.
9370 (newsticker-plainview): New.
9371 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9372 (newsticker--buffer-do-insert-text): Use renamed
9373 newsticker--[buffer-]insert-enclosure and
9374 newsticker--[buffer-]print-extra-elements.
9375 (newsticker--buffer-set-faces): Use newsticker-default-face.
9376
9377 * net/newsticker-treeview.el: New.
9378
9379 2008-06-08 Andreas Schwab <schwab@suse.de>
9380
9381 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9382
9383 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9384
9385 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9386 empty line.
9387
9388 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9389
9390 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9391
9392 * window.el (split-height-threshold, split-width-threshold):
9393 Add choice nil.
9394 (split-window-preferred-function): Allow either nil or a function.
9395 (window--splittable-p, window--try-to-split-window):
9396 Handle changed option values.
9397
9398 (window--frame-usable-p): Handle nil argument.
9399
9400 (display-buffer): Call get-lru-window when pop-up-windows is nil
9401 and window can't be split.
9402
9403 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9404
9405 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9406
9407 * net/tramp.el (top): Quote feature names. Remove
9408 `tramp-rfn-eshadow-setup-minibuffer' from
9409 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9410 (tramp-read-passwd): There is only one call to
9411 `auth-source-user-or-password' needed. Pacify byte compiler.
9412
9413 2008-06-08 Andreas Schwab <schwab@suse.de>
9414
9415 * window.el (display-buffer): Use lru window if current window
9416 cannot be split.
9417
9418 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 * apropos.el (apropos-library): New command and new button.
9421 (apropos-library-button): New function.
9422
9423 * apropos.el: Remove spurious * in docstrings.
9424 (apropos-label-face): Use variable pitch.
9425 (apropos-print): Use dolist and with-current-buffer.
9426 (apropos-print-doc): Use when.
9427
9428 * window.el (special-display-p, display-buffer):
9429 Fix up C->Elisp transcription error.
9430
9431 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9434 (byte-compile-file): Initialize it.
9435 (byte-compile-nogroup-warn): Keep track of the current group.
9436
9437 2008-06-08 Glenn Morris <rgm@gnu.org>
9438
9439 * Makefile.in (compile, compile-always, bootstrap-prepare):
9440 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9441
9442 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9443
9444 * language/hanja-util.el (hanja-init-load): Use a char-table for
9445 hanja-table.
9446 (hangul-to-hanja-char): Adjust for the above change.
9447
9448 2008-06-07 Glenn Morris <rgm@gnu.org>
9449
9450 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9451 lm-keywords.
9452
9453 * mail/sendmail.el (mail-interactive): Add :version.
9454
9455 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9456 obsolete alias.
9457
9458 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9459 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9460 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9461 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9462 * eshell/esh-util.el, international/mule-cmds.el:
9463 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9464 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9465 Remove unnecessary eval-when-compiles and eval-and-compiles.
9466
9467 * Makefile.in (bootstrap-clean): Run autogen-clean.
9468 (maintainer-clean): No need to run autogen-clean now it is included in
9469 bootstrap-clean.
9470
9471 2008-06-06 Miles Bader <miles@gnu.org>
9472
9473 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9474
9475 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9478 longlines mode.
9479
9480 * replace.el (replace-search-function)
9481 (replace-re-search-function): New vars.
9482 (perform-replace): Use them.
9483
9484 * longlines.el (longlines-re-search-forward): New function.
9485 (longlines-mode): Bind replace-search-function and
9486 replace-re-search-function, to ensure that replacement commands
9487 treat newlines as spaces.
9488 (longlines-show-effect): Default to a pilcrow sign.
9489
9490 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * help.el (function-called-at-point):
9493 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9494 even when calling find-tag-default.
9495
9496 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9497
9498 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9499 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9500 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9501 (nxml-fontify-buffer, nxml-do-fontify):
9502 Remove obsolete variables and functions.
9503 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9504 (nxml-degrade, nxml-after-change, nxml-after-change1)
9505 (nxml-extend-region, nxml-extend-after-change-region)
9506 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9507 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9508 font-lock-extend-region-functions in particular, to fontify
9509 nxml-mode buffers.
9510 (nxml-debug-region): New debugging helper function.
9511
9512 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9513 (nxml-scan-after-change, nxml-move-tag-backwards):
9514 Adapt for font-lock changes.
9515
9516 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9517 (nxml-debug-set-inside, nxml-debug-clear-inside):
9518 New debugging functions.
9519 (nxml-with-degradation-on-error): New helper macro.
9520
9521 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9522
9523 * window.el (display-buffer): Remove dead call to get-lru-window.
9524
9525 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * mail/sendmail.el (mail-interactive): Change default.
9528
9529 2008-06-05 John Paul Wallington <jpw@pobox.com>
9530
9531 * bindings.el (completion-ignored-extensions):
9532 Add .p64fsl, .d64fsl, and .dx64fsl.
9533
9534 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * ffap.el (ffap-prompter): Don't use the region.
9537
9538 2008-06-05 Sam Steingold <sds@gnu.org>
9539
9540 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9541 subdirectory to be registered.
9542
9543 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9544
9545 * window.el (display-buffer-function, special-display-p)
9546 (special-display-buffer-names, special-display-regexps)
9547 (special-display-function, same-window-p, same-window-buffer-names)
9548 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9549 (pop-up-frame-function, pop-up-windows, even-window-heights)
9550 (split-window-preferred-function, split-height-threshold)
9551 (window--display-buffer-1, display-buffer, pop-to-buffer):
9552 Move from window.c and buffer.c.
9553 (window--splittable-p, window--try-to-split-window)
9554 (window--frame-usable-p, window--display-buffer-2)
9555 (window--even-window-heights): New functions.
9556 (split-width-threshold): New option.
9557 (split-window-preferred-horizontally): Remove.
9558
9559 * cus-start.el: Remove corresponding declarations.
9560
9561 2008-06-05 Sam Steingold <sds@gnu.org>
9562
9563 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9564 an error on modified buffers.
9565
9566 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9569 tags-file-name and tags-table-list from the right buffer.
9570 (tags-table-check-computed-list, tags-table-extend-computed-list)
9571 (find-tag-noselect): Use with-current-buffer.
9572
9573 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9574 Use print-circle.
9575
9576 * minibuffer.el (minibuffer-local-must-match-filename-map):
9577 Declare obsolete alias for the old name.
9578
9579 * abbrev.el (unexpand-abbrev): Better preserve markers.
9580
9581 2008-06-05 Glenn Morris <rgm@gnu.org>
9582
9583 * emacs-lisp/autoload.el (autoload-rubric): New function,
9584 extracted from autoload-ensure-default-file.
9585 (autoload-ensure-default-file): Use autoload-rubric.
9586
9587 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9588 (custom-dependencies-no-scan-regexp): New variable.
9589 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9590 Don't scan files matching custom-dependencies-no-scan-regexp.
9591 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9592
9593 * finder.el (finder-headmark): Initialize and add doc string.
9594 (generated-finder-keywords-file): Doc fix.
9595 (finder-no-scan-regexp): New variable.
9596 (finder-compile-keywords): Use a single let binding.
9597 Disable undo in the output buffer. Use autoload-rubric.
9598 Use mapc rather than mapcar. Don't scan files matching
9599 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9600 rather than concat. Use directory-files to do regexp matching.
9601 No need to require jka-compr.
9602 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9603 (finder-list-matches): Disable undo.
9604 (finder-commentary): Use let rather than let*. Disable undo.
9605 (finder-current-item): Use zerop.
9606 (finder-mode): Use define-derived-mode.
9607 (finder-exit): Doc fix. Use dolist.
9608
9609 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9610 (custom-deps): Don't require $(lisp)/cus-load.el.
9611 (custom-deps, finder-data): Don't depend on autoloads.
9612 Should not be needed now, and doing so was causing make install to
9613 re-dump emacs post-bootstrap.
9614 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9615 mid-build forces some things to be rebuilt.
9616
9617 2008-06-05 Miles Bader <miles@gnu.org>
9618
9619 * face-remap.el
9620 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9621 (face-remap-remove-relative): Renamed from
9622 `remove-relative-face-remapping'.
9623 (face-remap-reset-base): Renamed from
9624 `set-default-base-face-remapping'.
9625 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9626 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9627 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9628 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9629
9630 * face-remap.el (variable-pitch-mode): Autoload.
9631
9632 2008-06-04 Sam Steingold <sds@gnu.org>
9633
9634 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9635 Generate extra status headers for a Mercurial tree.
9636
9637 2008-06-04 John Paul Wallington <jpw@pobox.com>
9638
9639 * echistory.el (electric-history-map): Define within defvar.
9640 Add docstring.
9641
9642 * font-lock.el (font-lock-turn-off-thing-lock)
9643 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9644 Use `bound-and-true-p'.
9645 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9646 Doc fixes.
9647
9648 * international/ccl.el (define-ccl-program): Add `doc-string'
9649 declaration.
9650
9651 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9652
9653 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9654 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9655
9656 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9657
9658 * emacs-lisp/rx.el (rx): Doc fix.
9659
9660 2008-06-04 Markus Triska <markus.triska@gmx.at>
9661
9662 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
9663
9664 2008-06-04 Miles Bader <miles@gnu.org>
9665
9666 * face-remap.el (adjust-buffer-face-height): New function.
9667 Add autoloaded keybindings in ctl-x-map.
9668 (increase-buffer-face-height, decrease-buffer-face-height):
9669 Simplify interactive spec to just "p". Remove autoloaded keybindings.
9670
9671 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
9672
9673 * simple.el (line-move-1): If we did not move as far as desired,
9674 ensure that point-left and point-entered hooks are called.
9675
9676 2008-06-03 Sam Steingold <sds@gnu.org>
9677
9678 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
9679
9680 2008-06-03 John Paul Wallington <jpw@pobox.com>
9681
9682 * progmodes/make-mode.el (makefile-cleanup-continuations)
9683 (makefile-warn-suspicious-lines, makefile-warn-continuations):
9684 Use `derived-mode-p'.
9685
9686 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
9689 (ELCFILES): Update.
9690
9691 2008-06-03 Miles Bader <miles@gnu.org>
9692
9693 * face-remap.el: New file.
9694 * Makefile.in (ELCFILES): Add face-remap.elc.
9695
9696 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * progmodes/flymake.el (flymake-process-filter): Make sure the source
9699 buffer isn't dead.
9700
9701 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
9702 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
9703 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
9704 * obsolete/auto-show.el, obsolete/hscroll.el:
9705 Remove packages that were obsolete in Emacs-20, or that were obsolete
9706 in Emacs-21 and do not contain any more code.
9707
9708 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
9709 vc-client-mode is not set.
9710
9711 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
9712 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
9713
9714 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
9715 yet a bit more clever at distinguishing / from /.
9716
9717 2008-06-03 Kenichi Handa <handa@m17n.org>
9718
9719 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
9720
9721 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
9722
9723 * language/hanja-util.el: New file.
9724
9725 2008-06-03 Glenn Morris <rgm@gnu.org>
9726
9727 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
9728 Check that end-of-word follows "type".
9729
9730 2008-06-02 Daiki Ueno <ueno@unixuser.org>
9731
9732 * epa-file.el (epa-file-write-region): Write the entire buffer
9733 content if START is nil.
9734
9735 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
9736
9737 * select.el (x-get-selection): Fix typo.
9738
9739 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9740
9741 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
9742 (describe-char): Use `looking-at-p', `string-match-p' when possible.
9743
9744 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * tar-mode.el (tar-header-block-summarize): Ensure one space around
9747 user&group.
9748
9749 2008-05-31 John Paul Wallington <jpw@pobox.com>
9750
9751 * help-fns.el (describe-variable-custom-version-info):
9752 Handle dotted `package-version' info.
9753
9754 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
9755
9756 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
9757
9758 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
9759
9760 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
9761 names and improve support for unregistered files.
9762
9763 2008-05-31 Glenn Morris <rgm@gnu.org>
9764
9765 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
9766 Remove shell variable `elc'. Split tests to hopefully be more portable.
9767 Fix `sel' assignment.
9768
9769 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
9770
9771 * minibuffer.el (completion-table-dynamic): Doc fix.
9772
9773 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9774
9775 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
9776 Try and return `unregistered' when applicable.
9777
9778 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9779 Don't encourage naming variables with "-flag".
9780
9781 2008-05-30 Glenn Morris <rgm@gnu.org>
9782
9783 * Makefile.in (update-elclist): Hide the warning when it does not apply,
9784 make it milder when it does.
9785 (autogen-clean): New target.
9786 (maintainer-clean): Use autogen-clean.
9787
9788 * calendar/diary-lib.el (diary-display-function): New name for
9789 diary-display-hook. Keep old name as obsolete alias. Doc fix.
9790 Change custom type and version.
9791 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
9792 (diary-fancy-display): Doc fixes.
9793 (diary-list-entries, diary-include-other-diary-files)
9794 (diary-mail-entries):
9795 Use diary-display-function rather than diary-display-hook.
9796
9797 * calendar/appt.el (appt-check): Use diary-display-function rather than
9798 diary-display-hook.
9799 * calendar/cal-x.el (calendar-dedicate-diary): Update for
9800 diary-display-function replacing diary-display-hook.
9801 * org/org-agenda.el (org-get-entries-from-diary): Also set
9802 diary-display-function.
9803
9804 * calendar/cal-html.el (cal-html-list-diary-entries):
9805 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9806 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
9807 argument of diary-list-entries rather than setting diary-display-hook.
9808
9809 2008-05-30 Kenichi Handa <handa@m17n.org>
9810
9811 * international/mule-conf.el (utf-8-with-signature): Renamed from
9812 utf-8-sig.
9813 (utf-8-auto): Adjusted for the above change.
9814
9815 * international/mule-diag.el (describe-font): Don't check fontset
9816 here, and just call font-info. Get the default font by from the
9817 default face.
9818
9819 2008-05-29 Kenichi Handa <handa@m17n.org>
9820
9821 * international/mule-conf.el (utf-8-sig, utf-8-auto):
9822 New coding systems.
9823
9824 * international/mule.el (define-coding-system): Accept :bom for utf-8.
9825
9826 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
9827
9828 * international/utf-7.el (utf-7-encode): Use the right escape char
9829 depending on imap/nonimap encoding.
9830
9831 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
9834
9835 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
9836
9837 * icomplete.el (icomplete-prospects-height): Add :group.
9838
9839 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * icomplete.el (icomplete-prospects-length): Make obsolete.
9842 (icomplete-prospects-height): New var.
9843 (icomplete-completions): Use it.
9844
9845 2008-05-29 David Kastrup <dak@gnu.org>
9846
9847 * autoinsert.el (auto-insert): Add :link.
9848
9849 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * tar-mode.el (tar-header): New field `header-start'.
9852 (tar-header-block-tokenize): Set it when useful.
9853 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
9854 (tar-header-data-end): New function.
9855 (tar-summarize-buffer): Use it.
9856 (tar-next-line): Fix goal column for long usernames.
9857 (tar-expunge-internal): Use header-start.
9858 (tar-rename-entry): Handle ustar-style long names.
9859 (tar-alter-one-field): Add optional `descriptor' argument.
9860 (tar-subfile-save-buffer): Use it.
9861
9862 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * tar-mode.el (tar-header): New field `header-start'.
9865 (tar-header-block-tokenize): Set header-start for longlink entries.
9866 (tar-expunge-internal): Use header-start to expunge longlink entries.
9867
9868 * files.el (hack-local-variables): Don't signal an error if the local
9869 variable section is not properly terminated.
9870
9871 * emacs-lisp/easymenu.el (easy-menu-convert-item)
9872 (easy-menu-convert-item-1): Move the duplicate-generation outside of
9873 the caching so it also works for identical entries.
9874
9875 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
9876 (tar-mode): Use write-region-annotate-functions rather than
9877 write-contents-functions.
9878 (tar-extract): Remove unused var `pos'.
9879 (tar-subfile-save-buffer): Remove unused var `following-descs'.
9880 (tar-mode-write-file): Remove.
9881 (tar-write-region-annotate): New function.
9882
9883 * progmodes/flymake.el (flymake-save-buffer-in-file):
9884 * shadowfile.el (shadow-copy-file):
9885 * arc-mode.el (archive-*-write-file-member):
9886 * files.el (diff-buffer-with-file):
9887 * subr.el (with-temp-file): Pass nil to write-region.
9888 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
9889
9890 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
9891 the custom.
9892
9893 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
9894 to write-region.
9895
9896 2008-05-28 Glenn Morris <rgm@gnu.org>
9897
9898 * Makefile.in (update-elclist): Work around non-portability of "\"
9899 in various implementations of echo.
9900
9901 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * international/mule-diag.el (describe-current-coding-system):
9904 Don't assume selection-coding-system is always defined.
9905
9906 * tar-mode.el: Use defstruct and markers.
9907 (tar-setf): Remove.
9908 (tar-header): Use defstruct. Add `data-start' field.
9909 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
9910 (tar-desc-data-start): Remove (now called tar-header-data-start).
9911 (tar-roundup-512): New fun.
9912 (tar-header-block-tokenize): Receive a buffer position rather than
9913 a string. Handle @longLink here, be more careful about it.
9914 Create a marker for data-start.
9915 (tar-summarize-buffer): Don't handle @LongLink here any more.
9916 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
9917 data-start on the following entries any more.
9918 (tar-chown-entry, tar-chgrp-entry): Use read-number.
9919
9920 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
9921 (tar-header-offset): Remove.
9922 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
9923 Not permanent any more.
9924 (tar-data-buffer): New var.
9925 (tar-data-swapped-p, tar-change-major-mode-hook)
9926 (tar-mode-kill-buffer-hook): New funs.
9927 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
9928 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
9929 (tar-clear-modification-flags, tar-alter-one-field)
9930 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
9931 Change accordingly.
9932
9933 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
9934
9935 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
9936 (vc-dir-resynch-file): ... this. Update callers.
9937 Use vc-string-prefix-p. Ignore directory args.
9938 (vc-string-prefix-p): CSE.
9939 (vc-resynch-buffer): Restore conditional.
9940
9941 * vc-hooks.el (vc-after-save): Improve test.
9942 (vc-mode-line): Fix indentation.
9943
9944 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9945
9946 * calendar/parse-time.el (parse-time-months)
9947 (parse-time-weekdays): Add long-form month and day names.
9948
9949 2008-05-27 Glenn Morris <rgm@gnu.org>
9950
9951 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
9952
9953 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9954
9955 * vc-dispatcher.el (vc-string-prefix-p): New function.
9956 (vc-dir-parent-marked-p): Use it.
9957
9958 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
9959
9960 * vc.el (Problems): Remove fixed issues.
9961 (vc-expand-dirs): Avoid returning directories.
9962 (vc-dir): Fix C-x v v binding.
9963 (vc-make-backend-object): Fix name.
9964 (vc-dir-show-fileentry): Fix docstring.
9965 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
9966 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
9967 Reset the state for directories.
9968 (vc-dir-headers): Align labels.
9969 (vc-default-status-printer): Do no call prettify-state-info.
9970 (vc-deduce-fileset): Replace implementation with one based on a
9971 working older version.
9972 (vc-next-action): Use the new form of vc-deduce-fileset.
9973 Fix dealing with unregistered files.
9974
9975 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
9976 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
9977 (vc-dir-child-files): New function.
9978 (vc-dir-node-directory): New function.
9979 (vc-dir-update, vc-dir-parent-marked-p)
9980 (vc-dir-children-marked-p, vc-dir-mark-all-files)
9981 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
9982
9983 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
9984
9985 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
9988 (diff-font-lock-keywords, diff-context->unified)
9989 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
9990 (diff-hunk-text, diff-find-source-location): Use it.
9991 (diff-post-command-hook): Let the user edit the hunk headers.
9992
9993 2008-05-26 Andreas Schwab <schwab@suse.de>
9994
9995 * vc.el (vc-default-prettify-state-info): Fix formatting of an
9996 unknown state.
9997
9998 * tar-mode.el (tar-summarize-buffer): Comment fix.
9999
10000 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10003
10004 2008-05-26 Glenn Morris <rgm@gnu.org>
10005
10006 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10007
10008 2008-05-25 John Paul Wallington <jpw@pobox.com>
10009
10010 * proced.el (proced-next-line, proced-previous-line):
10011 Avoid calling `next-line' and `previous-line' from Lisp code.
10012
10013 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10014
10015 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10016 Use diary-ordinal-suffix.
10017
10018 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10019
10020 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10021 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10022 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10023 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10024 (edebug-print-length, edebug-print-level, edebug-print-circle)
10025 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10026 (edebug-global-break-condition, edebug-sit-for-seconds):
10027 Remove spurious * from defcustom docstrings.
10028 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10029 Improve argument/docstring consistency.
10030 (edebug-test-coverage, edebug-gensym, edebug-read)
10031 (edebug-top-level-nonstop, edebug-eval-result-list)
10032 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10033 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10034 (edebug-display-freq-count): Reflow docstrings.
10035 (edebug-restore-status): Doc fix.
10036
10037 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * proced.el (proced-header-line): Use the :align-to 0 feature
10040 rather than computing the corresponding position manually.
10041 (proced-update): Don't hardcode point-min==1.
10042
10043 2008-05-24 Alan Mackenzie <acm@muc.de>
10044
10045 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10046 if c-file-style is set to a non-string.
10047
10048 (c-neutralize-CPP-line): Surround by `save-excursion'.
10049 (c-neutralize-syntax-in-CPP): Optimize for speed.
10050
10051 2008-05-24 Glenn Morris <rgm@gnu.org>
10052
10053 * Makefile.in (update-elclist): New target, to update ELCFILES.
10054 (bootstrap-after): Run update-elclist.
10055
10056 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10057
10058 * icalendar.el (icalendar-version): Increase to "0.19".
10059 (icalendar--date-style): New function.
10060 (icalendar--datetime-to-diary-date): Doc fix.
10061 Use icalendar--date-style.
10062 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10063 (icalendar--convert-yearly-to-ical)
10064 (icalendar--convert-recurring-to-diary): Handle iso date style,
10065 use icalendar-date-style.
10066
10067 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10068
10069 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10070 vc-dir buffers are updated.
10071
10072 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10075
10076 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10077
10078 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10079 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10080 (reftex-extra-bindings): Use it.
10081
10082 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10083 away from the user-reserved keys.
10084
10085 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10086 New vars.
10087 (ada-create-keymap): Use them.
10088
10089 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10092 a properly-grouped regexp.
10093
10094 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10095
10096 * progmodes/cap-words.el (capitalized-words-mode):
10097 Fix typos in docstring.
10098
10099 2008-05-23 Kenichi Handa <handa@m17n.org>
10100
10101 * international/mule-conf.el: Don't define the charset `emacs'
10102 here, just put :docstring, :short-name, and :long-name.
10103
10104 2008-05-22 Kenichi Handa <handa@m17n.org>
10105
10106 * international/mule-diag.el (font-show-log): Limit each listing
10107 to 20 items.
10108
10109 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10110
10111 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10112 (gdb-annotation-rules): New entry for "thread-changed".
10113 (gdb-thread-changed): New function.
10114
10115 2008-05-23 Glenn Morris <rgm@gnu.org>
10116
10117 * Makefile.in (SOURCES): Remove, unused.
10118 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10119 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10120 Exclude more '*loaddefs' files.
10121 (compile-always): Simplify '.elc' deletion.
10122
10123 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10126 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10127
10128 * minibuffer.el (completion-boundaries): Change calling
10129 convention, so `string' has the same semantics as in
10130 try-completion and all-completions.
10131 (completion-table-with-context, completion--embedded-envvar-table)
10132 (completion--file-name-table)
10133 (completion-pcm--find-all-completions): Adjust code accordingly.
10134
10135 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10136
10137 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10138 prune image-mode-winprops-alist, preventing it from growing
10139 indefinitely.
10140 (image-mode-reapply-winprops): Use it.
10141
10142 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10143
10144 * net/netrc.el (netrc-machine): Always match if the port is not given.
10145
10146 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * minibuffer.el (completion-pcm--find-all-completions):
10149 Don't add pseudo-completions.
10150
10151 * icomplete.el (icomplete-eoinput): Remove.
10152 (icomplete-overlay): New var to replace it.
10153 (icomplete-tidy): Rewrite.
10154 (icomplete-exhibit): Use an overlay.
10155 (icomplete-completions): Use completion-all-sorted-completions.
10156 Obey completion-ignore-case.
10157
10158 * files.el (locate-dominating-file): Accept non-existing argument.
10159 (project-find-settings-file): Rewrite, using locate-dominating-file.
10160
10161 2008-05-22 Kenichi Handa <handa@m17n.org>
10162
10163 * faces.el (font-weight-table, font-slant-table, font-width-table):
10164 Delete them. Don't call internal-set-font-style-table.
10165
10166 * international/mule-diag.el (font-show-log): New function.
10167
10168 * international/fontset.el (script-representative-chars): Add more
10169 chars for latin. Add data for symbol.
10170 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10171
10172 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * minibuffer.el (completion-all-sorted-completions): New var.
10175 (completion--flush-all-sorted-completions)
10176 (completion-all-sorted-completions): New functions.
10177 (minibuffer-force-complete): New command.
10178
10179 2008-05-21 Glenn Morris <rgm@gnu.org>
10180
10181 * files.el (c-postprocess-file-styles): Declare for compiler.
10182
10183 * Makefile.in: Allow for parallel byte-compiling.
10184 (ELCFILES): New variable.
10185 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10186 (compile-first, compile-main, compile-last): New targets.
10187 (compile-always): Simplify - delete .elc files, then `make compile'.
10188
10189 * Makefile.in (compile-calc): Use glob rather than find.
10190 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10191
10192 * eshell/esh-module.el: No need for cl when compiling.
10193
10194 * eshell/eshell.el (eshell-defgroup): New alias.
10195 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10196 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10197 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10198 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10199 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10200 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10201 Autoload the custom group. Set generated-autoload-file.
10202 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10203 for eshell-defgroup.
10204 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10205 Require esh-groups rather than loading it.
10206
10207 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10208
10209 * proced.el (proced-header-line): New variable and new function.
10210 (proced-mode): Set header-line-format.
10211 (proced-update): Set proced-header-line.
10212 (proced-send-signal): Use proced-header-line.
10213
10214 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10215
10216 * macros.el (insert-kbd-macro): Use prin1-char.
10217
10218 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * minibuffer.el (completion-boundaries): New function.
10221 (completion--some): Delay errors.
10222 (complete-with-action, completion-table-with-context):
10223 Handle `boundaries' case.
10224 (completion--try-word-completion): Avoid partial-completion
10225 when the user hasn't entered anything yet.
10226 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10227 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10228 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10229 Setup default keybindings.
10230 (completion--embedded-envvar-re): New var.
10231 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10232 (completion--file-name-table): Handle `boundaries' case.
10233 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10234 (completion-pcm--all-completions): Add a `prefix' arg.
10235 (completion-pcm--find-all-completions): New function.
10236 (completion-pcm-all-completions, completion-pcm-try-completion):
10237 Use it.
10238
10239 * icomplete.el (icomplete-completions): Don't use `predicate' with
10240 a table of a different type than `candidates'.
10241
10242 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10243
10244 * proced.el (proced-goal-column): Rename from proced-procname-column.
10245 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10246 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10247 (proced-header-face, proced-header-regexp): Remove.
10248 (proced-font-lock-keywords): Remove proced-header-face.
10249 (proced-header-alist, proced-sorting-schemes-re): New variables.
10250 (proced): Rename Proced buffer to *Proced*.
10251 (proced-next-line, proced-previous-line): New commands.
10252 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10253 (proced-hide-processes): Do not treat first line as special.
10254 (proced-header-space): New function.
10255 (proced-update): Use header-line-format.
10256 Initialize proced-header-alist and proced-sorting-schemes-re.
10257 Set proced-goal-column. Include proced-command in mode-name.
10258 (proced-send-signal): Use header-line-format for *Marked
10259 Processes* buffer.
10260 (proced-sort): Restrict minibuffer completion to applicable
10261 sorting schemes.
10262 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10263
10264 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * icomplete.el (icomplete-simple-completing-p):
10267 Allow icomplete-with-completion-tables to say "use it everywhere".
10268 (icomplete-completions): Obey completion-styles. Try to accommodate
10269 partial-completion style.
10270
10271 2008-05-20 Michael Olson <mwolson@gnu.org>
10272
10273 * files.el (project-find-settings-file): Change concat to
10274 expand-file-name.
10275
10276 2008-05-19 Tom Tromey <tromey@redhat.com>
10277
10278 * files.el (normal-mode): Call hack-project-variables.
10279 (hack-local-variables-confirm): Add 'project' argument.
10280 (hack-local-variables-apply): New function.
10281 (hack-local-variables): Use it.
10282 (project-class-alist, project-directory-alist): New variables.
10283 (project-get-alist): New function.
10284 (project-collect-bindings-from-alist)
10285 (project-collect-binding-list, set-directory-project)
10286 (project-find-settings-file, project-define-from-project-file)
10287 (hack-project-variables): New functions.
10288
10289 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10292
10293 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10294
10295 * faces.el (font-weight-table): Fix typo in docstring.
10296
10297 2008-05-18 David Hull <david@snap.com> (tiny change)
10298
10299 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10300 (vc-hg-annotate-command): Allow white space before version number.
10301
10302 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10303
10304 * calc/calc-yank.el (calc-register-alist): New variable.
10305 (calc-set-register, calc-get-register, calc-copy-to-register)
10306 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10307 (calc-prepend-to-register): New functions.
10308
10309 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10310 `calc-copy-to-register' and `calc-insert-register'.
10311 Autoload new register functions.
10312
10313 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10314 functions.
10315
10316 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10317
10318 * vc.el (Todo): Add known problems.
10319 (vc-dir-backend): New variable.
10320 (vc-dir): Set it.
10321 (vc-make-backend-object, vc-generic-status-printer)
10322 (vc-generic-state, vc-generic-status-fileinfo-extra)
10323 (vc-dir-extra-menu): Use it.
10324 (vc-generic-dir-headers): Remove, unused.
10325
10326 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10327 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10328 (vc-dir-mode-map): Fix bindings.
10329
10330 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10331
10332 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10333
10334 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10335 operated on.
10336 (calc-kill-region): Kill entire lines.
10337
10338 2008-05-17 Glenn Morris <rgm@gnu.org>
10339
10340 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10341 simplify initial value.
10342 (defezimage): Drop support for Emacs without defimage, use a featurep
10343 test rather than fboundp when defining, drop with-no-warnings.
10344 (ezimage-insert-over-text): Move featurep test inside
10345 add-text-properties.
10346
10347 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10348
10349 * net/tramp.el (top-level): Load auth-source when compiling.
10350
10351 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10352
10353 2008-05-17 Andreas Schwab <schwab@suse.de>
10354
10355 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10356
10357 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10358
10359 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10360 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10361
10362 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10363
10364 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10365
10366 2008-05-17 Jim Meyering <meyering@redhat.com>
10367
10368 * ido.el (ido-save-history): Do not emit a trailing newline at the
10369 end of the ido history file.
10370
10371 2008-05-16 John Paul Wallington <jpw@pobox.com>
10372
10373 * vc-dispatcher.el (top-level): Revert previous change: require cl
10374 when compiling.
10375
10376 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10377
10378 * vc.el (vc-default-status-printer)
10379 (vc-default-prettify-state-info): Enhance the state prettyprinter
10380 to deal better with unknown states and indirect through it when
10381 painting vc-dir buffers.
10382
10383 2008-05-16 John Paul Wallington <jpw@pobox.com>
10384
10385 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10386 (vc-dir-mode-map): Fix backquote.
10387 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10388
10389 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10390
10391 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10392 Reported by Glenn Morris <rgm@gnu.org>.
10393
10394 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10395
10396 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10397 the end of the file, it was good work at one time but has been
10398 stale since 1995 and may now be actively misleading.
10399 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10400 CVS repository and module (assumptions for the latter a bit iffy).
10401 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10402 SVN repository.
10403
10404 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10405
10406 * vc-rcs.el (vc-rcs-create-tag):
10407 * vc-sccs.el (vc-sccs-create-tag):
10408 Fix typo in error message and pass backend arg.
10409
10410 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10411
10412 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10413
10414 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10415
10416 * net/tramp.el: Load auth-source library.
10417 (tramp-read-passwd): Use it for password, not login.
10418
10419 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10420
10421 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10422 (ses-print-cell): Use string-width, truncate-string-to-width,
10423 delete-region rather than length, substring, delete-char.
10424 (ses-setup): Set inhibit-point-motion-hooks to t.
10425 Calculate position by actually moving point rather than just using
10426 unibyte character length.
10427 (ses-mode): Set indent-tabs-mode to nil.
10428 (ses-center): Use string-width rather than length.
10429
10430 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10431
10432 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10433 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10434 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10435 vc-*-create-tag and vc-*-retrieve-tag respectively.
10436
10437 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10438 unneeded defalias.
10439
10440 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10441
10442 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10443 about buffer names.
10444
10445 2008-05-15 Glenn Morris <rgm@gnu.org>
10446
10447 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10448
10449 * org/org-exp.el (org-infojs-options-inbuffer-template):
10450 Fix declaration.
10451
10452 * progmodes/cc-mode.el (declare-function): Add compat definition.
10453 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10454
10455 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10456
10457 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10458 list to a cons so the caller can get back both expanded and
10459 unexpanded filesets.
10460 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10461 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10462 Change handling of selection-set returns as required.
10463
10464 2008-05-15 John Paul Wallington <jpw@pobox.com>
10465
10466 * add-log.el (top-level): Don't require cl when compiling.
10467
10468 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10469 (archive-*-extract): Use `zerop'.
10470 (archive-*-write-file-member): Use `or', use `zerop'.
10471
10472 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10473
10474 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10475 (ibuffer-mark-interactive, ibuffer-set-mark)
10476 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10477 (ibuffer-map-lines, ibuffer-switch-format)
10478 (ibuffer-update-title-and-summary)
10479 (ibuffer-redisplay-engine): Use it.
10480
10481 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10482 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10483 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10484 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10485 (ibuffer-mark-read-only-buffers)
10486 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10487
10488 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10489 (define-ibuffer-column, define-ibuffer-sorter)
10490 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10491 containing indentation specs, replacing equivalent top-level
10492 forms that set `lisp-indent-function' properties.
10493 (define-ibuffer-op): Use `derived-mode-p'.
10494 (define-ibuffer-filter): Remove redundant `concat' call.
10495
10496 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10497
10498 * net/tramp.el (tramp-echo-mark): Update docstring.
10499 (tramp-echo-mark-marker): New defconst.
10500 (tramp-check-for-regexp): Use it.
10501
10502 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10503
10504 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10505 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10506 as parent.
10507
10508 2008-05-14 John Paul Wallington <jpw@pobox.com>
10509
10510 * international/mule.el (convert-define-charset-argument):
10511 Remove period from end of error message.
10512 (coding-system-mnemonic): Doc fix.
10513 (ctext-pre-write-conversion): Doc fix.
10514
10515 2008-05-14 Simon Marshall <simon@gnu.org>
10516
10517 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10518 from its default value and give it the risky-local-variable
10519 property (CVE-2008-2142).
10520
10521 2008-05-14 Kenichi Handa <handa@m17n.org>
10522
10523 * language/korean.el ("Korean"): Set `iso639-language'
10524 property to `ko'.
10525
10526 * language/japanese.el ("Japanese"): Set `iso639-language'
10527 property to `ja'.
10528
10529 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10530 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10531 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10532
10533 * international/mule-cmds.el (set-language-environment):
10534 Set current-iso639-language.
10535
10536 * international/fontset.el (setup-default-fontset): For kana, han,
10537 hangul, and cjk-misc, move an entry with font-spec at the end.
10538 (generate-fontset-menu): Exclude fontset-auto* from the list.
10539
10540 * composite.el (compose-chars-after): Assume that WINDOW is always
10541 non-nil.
10542
10543 * faces.el (font-weight-table, font-slant-table)
10544 (font-swidth-table): Declare them by defconst. Change the format
10545 of elements. Call internal-set-font-style-table after their
10546 declaration.
10547 (face-valid-attribute-values): Call font-family-list. Get values
10548 for width, weight, and slant from font-xxx-table.
10549
10550 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10551
10552 2008-05-13 John Paul Wallington <jpw@pobox.com>
10553
10554 * ibuffer.el (ibuffer-buffer-file-name): New function.
10555 (define-ibuffer-column filename): Use it.
10556
10557 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10558
10559 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10560
10561 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10562 as a string.
10563 (talk-add-display): Simplify. Accept only string args.
10564
10565 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10566
10567 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10568
10569 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * Makefile.in (bootstrap-prepare): Don't chmod files.
10572 (autoloads): Do it here instead, where it's actually needed.
10573
10574 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10575
10576 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10577 KEY-BINDING-DATA field in menu-item list.
10578
10579 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * dired.el (dired-read-dir-and-switches): Move things about to use less
10582 recursion during macroexpansion.
10583
10584 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10585
10586 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10587 completion-ignored-extension directories if there's something else.
10588 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10589 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10590 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10591 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10592 buffer-read-only -> inhibit-read-only.
10593
10594 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10595
10596 * vc.el (vc-expand-dirs): Stop this function from tossing out
10597 explicitly specified files.
10598
10599 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10602 to `insert'.
10603
10604 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10605
10606 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10607 cons. Use vc-annotate-backend.
10608 (with-vc-file, edit-vc-file): Remove unused macros.
10609
10610 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10611
10612 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10613 (smtpmail-try-auth-methods): Use it.
10614
10615 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10618 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10619
10620 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10621
10622 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10623
10624 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10627 (vc-bzr-revision-completion-table): Use process-file.
10628 (vc-bzr-working-revision): Pass relative file names.
10629
10630 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10631
10632 2008-05-11 Juri Linkov <juri@jurta.org>
10633
10634 * wid-edit.el (widget-image-directory): Change default image data
10635 subdirectory from "custom" to "images/custom".
10636
10637 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10638 before recursive call to `Info-next-preorder' to not add
10639 intermediate nodes to the history.
10640
10641 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10642
10643 * emulation/cua-base.el: Put isearch-scroll property
10644 on cua-scroll-up and cua-scroll-down.
10645
10646 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10647
10648 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10649
10650 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10651
10652 * vc-dispatcher.el (ewoc): Require.
10653 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10654
10655 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10656
10657 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10658
10659 * term/w32-win.el (x-colors):
10660 * term/mac-win.el (x-colors):
10661 * term/x-win.el (x-colors): Re-order colors.
10662
10663 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
10664
10665 * smerge-mode.el (smerge-command-prefix): Fix custom type.
10666
10667 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
10668
10669 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
10670 New functions implementing motion to next and previous directory.
10671
10672 * vc-arch.el (vc-arch-command):
10673 * vc-bzr.el (vc-bzr-command):
10674 * vc-cvs.el (vc-cvs-command):
10675 * vc-dispatcher.el (vc-do-command):
10676 * vc-git.el (vc-git-command):
10677 * vc-hg.el (vc-hg-command):
10678 * vc-mcvs.el (vc-mvcs-command):
10679 * vc-mtn.el (vc-mtn-command):
10680 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
10681 (vc-sccs-workfile-unchanged-p):
10682 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
10683 * vc-rcs.el (all methods): Remove assumption about what a nil
10684 argument to vc-do-command means. This means no buffer name needs
10685 to be hardcoded into the dispatcher layer, and it's better to be
10686 explicit anyway.
10687
10688 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
10689
10690 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10691
10692 * vc.el: Update todo.
10693
10694 * vc-sccs.el (vc-sccs-dir-status):
10695 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
10696 backends and returning up to date files.
10697
10698 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
10699
10700 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10701
10702 * vc.el (vc-dir):
10703 * vc-hooks.el: Tweak the VC directory bindings. These are now
10704 documented in the manual.
10705
10706 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
10707 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
10708 (vc-dispatcher-selection-set): Allow callers to pass in an
10709 observer flag that says no buffer sync is required.
10710 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
10711 Use the observer flag.
10712
10713 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
10714
10715 * simple.el (start-file-process): Clarify docstring.
10716
10717 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10718
10719 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
10720 Remove stub implementations of, and references to, wash-log.
10721 * vc-rcs.el (vc-rcs-comment-history):
10722 * vc-cvs.el (vc-cvs-comment-history):
10723 Inline the code that used to be wash-log.
10724
10725 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
10726 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10727 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
10728 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
10729 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
10730 (vc-rcs-print-log): Grok directories.
10731
10732 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10733
10734 * vc.el (vc-mark-resolved): Add `backend' argument.
10735 (vc-next-action): Pass it the backend.
10736 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
10737 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
10738 (vc-default-comment-history, vc-default-create-snapshot)
10739 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
10740 (vc-annotate-revision-previous-to-line)
10741 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
10742 * vc-svn.el (vc-svn-checkout):
10743 * vc-mcvs.el (vc-mcvs-checkout):
10744 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
10745 (vc-working-revision, vc-before-save, vc-mode-line):
10746 Prefer vc-call-backend to vc-call so as not to recompute the backend.
10747
10748 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
10749 state to be consistent since it's often an unwarranted restriction.
10750 Don't return the state either.
10751 (vc-next-action): Check that the state is consistent.
10752 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
10753 (vc-rollback, vc-update): Adapt to new return value of
10754 vc-deduce-fileset.
10755
10756 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
10757 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
10758 (vc-dispatcher-in-fileset-p): New fun.
10759 (vc-dispatcher-selection-set): Use it to properly handle directories.
10760
10761 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
10762
10763 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
10764 (vc-update): Remove unused let bindings.
10765
10766 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10767
10768 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
10769 (vc-diff, vc-revert, vc-rollback, vc-update):
10770 * vc-dispatcher.el (vc-dispatcher-selection-set):
10771 Get rid of 4 special cases in fileset selection. This involved
10772 changing the return value of (vc-deduce-fileset) so that it passes
10773 back a deduced state as well as a deduced back end.
10774
10775 2008-05-08 Sam Steingold <sds@gnu.org>
10776
10777 * progmodes/compile.el (compilation-minor-mode-map)
10778 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
10779 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
10780 it to `compilation-minor-mode-map' (instead of an explicit `cons').
10781
10782 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10783
10784 * org/org.el (org-modules, org-format-latex-options):
10785 * org/org-archive.el (org-archive-stamp-time)
10786 (org-archive-save-context-info):
10787 * org/org-faces.el (org-hide):
10788 * org/org-irc.el (org-irc-parse-link):
10789 * org/org-macs.el (org-call-with-arg, org-autoload):
10790 * org/org-mew.el (org-mew-store-link):
10791 * org/org-remember.el (org-remember-store-without-prompt)
10792 (org-remember-templates): Fix typos in docstrings.
10793
10794 * org/org-info.el (org-info-store-link): Remove leftover docstring.
10795
10796 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
10797 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
10798 (org-bbdb-anniv-split): Fix typos in docstrings.
10799
10800 * org/org-publish.el (org-publish-project-alist): Doc fixes.
10801 (org-publish-use-timestamps-flag): Reflow docstring.
10802 (org-publish-files-alist): Fix typos in docstring.
10803
10804 2008-05-07 Sam Steingold <sds@gnu.org>
10805
10806 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
10807 appears to be too aggressive with window removal.
10808
10809 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
10810
10811 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10812 Add leda and 0in as pragma keywords.
10813 (verilog-pretty-expr): Support lining up assignments which include
10814 part selects.
10815 (verilog-mode): More portable check for the availability of
10816 hideshow support.
10817 (verilog-do-indent): Remove special indent for declarations inside
10818 a parenthetical list. The code is ill-advised, and doesn't work
10819 given the new user defined types.
10820 (verilog-set-auto-endcomments): Enhance function automatic
10821 endcomment to support functions that return user defined types.
10822 (verilog-mode): Add code to tell which-function-mode minor mode
10823 that Verilog supports this feature.
10824
10825 2008-05-08 Eli Zaretskii <eliz@gnu.org>
10826
10827 * epa-file.el: Require epa-hook.
10828
10829 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
10830
10831 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
10832 file-names clashes on 8+3 filesystems. Provide epa-hook.
10833
10834 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
10835 file-names clashes on 8+3 filesystems.
10836
10837 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
10838
10839 * org/org.el (org-read-date-get-relative): Interpret lone
10840 weekday abbreviation as relative to today.
10841
10842 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10843
10844 * abbrev.el (define-abbrev-table):
10845 * composite.el (toggle-auto-composition):
10846 * json.el (json-alist-p, json-plist-p):
10847 * minibuffer.el (completion-table-with-predicate):
10848 * ps-mule.el (ps-mule-external-libraries):
10849 * emacs-lisp/advice.el (ad-special-form-p):
10850 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10851 * eshell/em-smart.el (eshell-review-quick-commands):
10852 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
10853 (python-skip-out, python-check-comint-prompt):
10854 Don't use `iff' in docstrings.
10855
10856 * international/robin.el (robin-package-alist): Fix typo in docstring.
10857 (robin-current-package-name): Doc fix.
10858 (robin-activate): Don't use `iff' in docstring.
10859
10860 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
10861
10862 * vc.el, vc-dispatcher.el: VC-Dired support removed.
10863 The code uses a ewoc-based implementation now.
10864 * vc-hooks.el: Support for Meta-CVS has been removed.
10865
10866 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * tool-bar.el: Choose images dynamically.
10869 (tool-bar-make-keymap, tool-bar-find-image): New function.
10870 (tool-bar-find-image-cache): New var.
10871 (tool-bar-local-item, tool-bar-local-item-from-menu):
10872 Don't select the image yet, do it later in tool-bar-make-keymap.
10873
10874 2008-05-07 Andreas Schwab <schwab@suse.de>
10875
10876 * window.el: Require 'cl when compiling.
10877
10878 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10879
10880 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
10881
10882 2008-05-07 Glenn Morris <rgm@gnu.org>
10883
10884 * subr.el (ignore-errors): Move here from cl-macs.el.
10885 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
10886
10887 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
10888 oddness.
10889
10890 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
10891
10892 * vc-hooks.el (vc-find-file-hook):
10893 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
10894 further from vc.el.
10895 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
10896
10897 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
10898
10899 * progmodes/verilog-mode.el (verilog-getopt-file):
10900 Cleanup warning message format.
10901 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
10902 (verilog-auto-inout, verilog-auto-inout-module)
10903 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
10904 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
10905 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
10906 (verilog-auto-sense-sigs, verilog-auto-tieoff)
10907 (verilog-auto-unused, verilog-auto-wire)
10908 (verilog-decls-get-assigns, verilog-decls-get-consts)
10909 (verilog-decls-get-gparams, verilog-decls-get-inouts)
10910 (verilog-decls-get-inputs, verilog-decls-get-outputs)
10911 (verilog-decls-get-ports, verilog-decls-get-regs)
10912 (verilog-decls-get-signals, verilog-decls-get-wires)
10913 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
10914 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
10915 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
10916 (verilog-inject-sense, verilog-library-filenames)
10917 (verilog-mode-release-date, verilog-mode-version)
10918 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
10919 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
10920 (verilog-modi-get-assigns, verilog-modi-get-consts)
10921 (verilog-modi-get-gparams, verilog-modi-get-inouts)
10922 (verilog-modi-get-inputs, verilog-modi-get-outputs)
10923 (verilog-modi-get-ports, verilog-modi-get-regs)
10924 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
10925 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
10926 (verilog-modi-get-wires, verilog-preserve-cache)
10927 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
10928 (verilog-read-sub-decls, verilog-read-sub-decls-line)
10929 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
10930 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
10931 Add caching of additional state, and rework signal extraction
10932 routines to improve AUTO expansion performance by 300%++.
10933
10934 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
10935
10936 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10937 Tweak Open Watcom regexp to distinguish between errors and warnings.
10938
10939 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * dired.el (dired-read-dir-and-switches): Fix up last change.
10942
10943 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
10944
10945 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
10946 out of this function, move it to vc-dispatcher-selection-set.
10947
10948 2008-05-05 Sam Steingold <sds@gnu.org>
10949
10950 * window.el (delete-other-windows-vertically): New function.
10951
10952 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * dired.el (dired-read-dir-and-switches):
10955 Obey read-file-name-completion-ignore-case.
10956
10957 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
10958
10959 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10960 Add regexp for Open Watcom compiler output.
10961
10962 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
10963
10964 * progmodes/python.el (python-block-pairs): Align finally with except.
10965
10966 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
10969
10970 2008-05-05 Tom Tromey <tromey@redhat.com>
10971
10972 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
10973 looking at conflict marker.
10974
10975 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
10978 client-mode -> vc-client-object, and guess `funcall' was meant.
10979 (vc-dir-mode): Rename client-mode -> vc-client-mode.
10980
10981 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10982
10983 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
10984 (dbus-debug): Move declarations outside eval-when-compile.
10985
10986 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10987
10988 * proced.el (proced-command-alist): Fix system-type values.
10989 Fix defcustom.
10990 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
10991 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
10992 (proced-sort-start, proced-sort, proced-sort-time): New commands.
10993 (proced-update): Use proced-sorting-scheme. Update modeline.
10994 (proced-send-signal): Use nreverse.
10995 (proced-sorting-scheme-p): New function.
10996
10997 2008-05-04 Andreas Schwab <schwab@suse.de>
10998
10999 * vc.el: Require dired when compiling.
11000
11001 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11002
11003 2008-05-03 Glenn Morris <rgm@gnu.org>
11004
11005 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11006 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11007 Simplify compilation requirements.
11008 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11009 declarations.
11010
11011 2008-05-03 Dave Love <fx@gnu.org>
11012
11013 * progmodes/python.el (python-beginning-of-statement):
11014 Loop at least once (fixes 2008-02-21 change).
11015
11016 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11017
11018 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11019 instead of `length' for comparing length of user and group names.
11020
11021 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11022
11023 * vc-dispatcher.el: New file, separates out the UI and command
11024 execution machinery from VCS-specific logic left in vc.el.
11025 The separation is not yet completely clean, but it's a good start.
11026 * vc.el: This file is about 1700 lines shorter now.
11027 Remove obsolete logentry-check from the backend API.
11028 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11029 implementation of the logentry-check method, and it guarded against
11030 a log length limit that has probably been obsolete for 15 years (!).
11031
11032 2008-05-02 Sam Steingold <sds@gnu.org>
11033
11034 * progmodes/compile.el (compilation-start): Move setting of
11035 compilation-directory after (funcall mode) as that resets local
11036 variables, this fixes recompile in grep buffers.
11037 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11038 in dired &c).
11039
11040 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11041
11042 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11043 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11044 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11045 has one of these and that all are called in compatible ways.
11046 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11047 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11048 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11049 backend has one of these.
11050
11051 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11054 initialization into define-abbrev-table. Use :regexp.
11055 (octave-mode-syntax-table): Don't set word syntax for `.
11056
11057 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11058 than only value.
11059
11060 * dired.el (dired-read-dir-and-switches):
11061 Set minibuffer-completing-file-name and call substitute-in-file-name.
11062 (dired-format-columns-of-files): Use completion--insert-strings.
11063
11064 * minibuffer.el (completion-hilit-commonality): Revert last change:
11065 the leftover code was actually useful.
11066 (completion--insert-strings): Use string-width rather than length.
11067
11068 2008-05-02 Sam Steingold <sds@gnu.org>
11069
11070 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11071 (vc-at-event): New macro: run the body at the even location.
11072 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11073 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11074 * subr.el (mouse-event-p): Check if the event is mouse-related.
11075
11076 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11077
11078 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11079 Don't throw error if no file is found.
11080
11081 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11082
11083 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11084 (vc-default-state-heuristic): Doc fix.
11085
11086 2008-05-02 Richard Sharman <rsharman@pobox.com>
11087
11088 * hilit-chg.el (highlight-changes-mode): Remove references to
11089 hooks that no longer exist. Because define-minor-mode is used the
11090 hook highlight-changes-mode-hook exists and can do what both the
11091 old hooks used to do. The documentation at the top of the file
11092 was updated to demonstrate this.
11093 (highlight-changes-mode): Remove commented out call to a hook
11094 function that is no longer there.
11095 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11096
11097 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11098
11099 * vc.el (vc-default-dired-state-info): Change name of primitive
11100 to prettify-state-info, in preparation for ripping out dired mode.
11101 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11102 to prettify-state-info, in preparation for ripping out dired mode.
11103 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11104 tries this on a version-controlled buffer. It will do useless or
11105 actively bad things on any version control system newer than RCS.
11106 * vc-hooks.el (vc-dired-resynch-file):
11107 * vc.el (vc-dired-resynch-file): Change name of primitive to
11108 vc-directory-resynch-file, preparing to remove dired.
11109
11110 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11111
11112 * vc-rcs.el (vc-rcs-state): Fix typos.
11113
11114 * vc.el (vc-register): Change argument order so that the prefix
11115 argument is assigned correctly.
11116 (vc-next-action, vc-dir-register): Update for the above change.
11117
11118 2008-05-01 Juri Linkov <juri@jurta.org>
11119
11120 * replace.el (occur-read-primary-args): Set default to the car of
11121 regexp-history and display it in the prompt, but don't add to the
11122 list of minibuffer defaults. Bind history-add-new-input to nil to
11123 not add automatically `default'. For empty input return `default'.
11124 Otherwise, add `input' to regexp-history and return it.
11125 (occur-1): Signal an error for the empty regexp.
11126
11127 * progmodes/compile.el (compilation-auto-jump):
11128 Set window point to `pos' explicitly.
11129
11130 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11131
11132 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11133 when appropriate.
11134 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11135 we report the 'unregistered state reliably.
11136 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11137 we report the 'unregistered state reliably.
11138 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11139 we report the 'unregistered state reliably.
11140 * vc-hooks.el (vc-state): Document that vc-unregistered is
11141 now expected to be returned reliably.
11142 * vc.el (vc-default-dired-state): Change needs-patch state to
11143 needs-update, since the name now shows up in dir-status listings
11144 and was somewhat misleading.
11145 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11146 immediately after removing the file.
11147 * vc.el (vc-next-action): More informative messages when a fileset
11148 is in a mixed state or files are missing.
11149
11150 2008-05-01 Sam Steingold <sds@gnu.org>
11151
11152 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11153
11154 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11155
11156 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11157
11158 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11159
11160 * epa-file-hook.el: New file split from epa-file.el.
11161 * epa-file.el: Require 'epa-file-hook.
11162 (epa-file-handler): Add autoload cookie.
11163 * loadup.el: Load epa-file-hook.
11164 * startup.el (command-line): Eval the body of auto-encryption-mode.
11165
11166 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11167
11168 * vc.el (vc-dir-mode-map): Don't bind "r".
11169
11170 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11171 (vc-hg-status-printer): New function.
11172 (vc-hg-after-dir-status): Deal with copied and renamed files.
11173 (vc-hg-dir-status): Add flag to show copied files.
11174
11175 2008-05-01 John Paul Wallington <jpw@pobox.com>
11176
11177 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11178 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11179 sorting mode was recency.
11180
11181 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11182 reverse sorting order if last sorting mode was the sorter's.
11183
11184 2008-05-01 Jason Rumney <jasonr@gnu.org>
11185
11186 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11187
11188 2008-04-30 John Paul Wallington <jpw@pobox.com>
11189
11190 * ibuffer.el (define-ibuffer-column filename): When the major mode
11191 is `vc-dir-mode' show the buffer's default directory.
11192
11193 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11194 major mode is `vc-dir-mode' use the buffer's default directory.
11195
11196 2008-04-30 Sam Steingold <sds@gnu.org>
11197
11198 * vc.el (vc-dir-delete-file): Add.
11199 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11200 (vc-delete-file): Do not barf when the file has been already deleted.
11201
11202 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11203
11204 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11205
11206 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * progmodes/octave-mod.el (octave-help): New function.
11209 * progmodes/octave-hlp.el: Delete.
11210 * info-look.el (octave-mode): Add operator index.
11211
11212 * vc.el (vc-checkout): Typo.
11213
11214 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11215
11216 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11217 Add "..." in the appropriate places.
11218
11219 * epa.el (epa-key-list-mode-map): Add more menu entries.
11220 Add "..." in the appropriate places.
11221
11222 * dired.el (dired-mode-map): Add :help.
11223
11224 * vc.el (vc-deduce-fileset): Add new parameter.
11225 (vc-dir-marked-only-files): New function.
11226 (vc-next-action): Don't ignore directories, look at the files
11227 inside them.
11228 (vc-dir-mode): Document how the mark/unmark commands work.
11229
11230 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11233 Rule out trailing spaces in file and directory names as well.
11234
11235 * minibuffer.el (completion--do-completion): Move point even if the
11236 completion makes no change.
11237 (completion-pcm-try-completion): Fix computation of new point.
11238
11239 2008-04-30 David Hansen <david.hansen@gmx.net>
11240
11241 * dired.el: Require 'cl.
11242
11243 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11244
11245 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11246 hollow if not in innermost frame.
11247
11248 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 Make `checkout-model' apply to filesets.
11251 * vc-hooks.el (vc-checkout-model): Rewrite.
11252 (vc-before-save, vc-after-save): Adjust callers accordingly.
11253 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11254 (vc-transfer-file): Adjust callers accordingly.
11255 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11256 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11257 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11258 instead of vc-checkout-model.
11259 * vc-mcvs.el (vc-mcvs-revert):
11260 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11261 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11262 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11263 * vc-svn.el (vc-svn-checkout-model):
11264 * vc-hg.el (vc-hg-checkout-model):
11265 * vc-git.el (vc-git-checkout-model):
11266 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11267
11268 * dired.el (dired-read-dir-and-switches): Replace last change with
11269 a new approach that mixes read-file-name and read-directory-name.
11270
11271 * files.el (read-buffer-to-switch):
11272 Avoid making assumptions about `other-buffer'.
11273
11274 2008-04-29 Sam Steingold <sds@gnu.org>
11275
11276 * vc.el (vc-dir-mode-hook): Add normal hook.
11277 (vc-dir-mode): Run it.
11278
11279 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11280
11281 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11282 Always split windows.
11283 (gdb-speedbar-timer-fn): Only raise frame after user input.
11284 (gdb-same-frame): Reverse initial value.
11285 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11286
11287 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11288 gdb-speedbar-timer-fn.
11289
11290 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11291
11292 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11293
11294 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11295
11296 * epa.el (epa-key-list-mode-map): Add menu.
11297 (epa-delete-keys, epa-import-keys): Fix typo.
11298
11299 2008-04-29 Glenn Morris <rgm@gnu.org>
11300
11301 * find-cmd.el (top-level): Does not need cl when compiling.
11302
11303 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11304
11305 * find-cmd.el: New file.
11306
11307 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11308
11309 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11310 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11311 (completion-pcm--hilit-commonality): New function.
11312 (completion-pcm-all-completions): Use it.
11313
11314 * minibuffer.el (completion-common-substring): Mark obsolete.
11315 (completions-first-difference, completions-common-part):
11316 Move from simple.el.
11317 (completion-hilit-commonality): New fun.
11318 (display-completion-list, completion-emacs21-all-completions)
11319 (completion-emacs22-all-completions): Use it.
11320 * simple.el (completions-first-difference, completions-common-part):
11321 Move to minibuffer.el.
11322 (choose-completion-string): Use field functions and minibufferp.
11323 (completion-setup-function): Don't set completions faces.
11324
11325 2008-04-29 Glenn Morris <rgm@gnu.org>
11326
11327 * calendar/calendar.el (calendar-nth-named-absday)
11328 (calendar-nth-named-day):
11329 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11330 * calendar/holidays.el (holiday-float): Doc fixes.
11331
11332 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11333 the `full' case.
11334
11335 * org/org-agenda.el (calendar-iso-from-absolute):
11336 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11337 Fix declarations.
11338
11339 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11340
11341 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11342 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11343 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11344 (gdb-assembler-custom): Be careful not to match other addresses.
11345
11346 2008-04-29 Jason Rumney <jasonr@gnu.org>
11347
11348 * battery.el (battery-status-function): Use w32-battery-status
11349 on Windows.
11350 (battery-echo-area-format): Make apm format the general case.
11351 (battery-mode-line-format): Merge apm and pmset formats as the
11352 general case.
11353
11354 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11355
11356 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11357 Use gud-tool-bar-item-visible-no-fringe.
11358 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11359 is already visible in frame. Remove optional size parameter
11360 and add optional frame parameter.
11361
11362 * progmodes/gud.el (gud-display-line): Only consider visible
11363 frames when looking for source buffer.
11364
11365 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11366
11367 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11368 argument to get-char-property, in case the current buffer hasn't
11369 been assigned to that window yet.
11370 (doc-view-display): Default to selected window if the current
11371 buffer hasn't been assigned to a window yet.
11372
11373 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11374
11375 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11376
11377 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11378
11379 * net/tramp.el (tramp-mode): New defcustom.
11380 (tramp-file-name-handler, tramp-completion-file-name-handler):
11381 Use it.
11382 (tramp-replace-environment-variables): Handle "$$".
11383
11384 2008-04-28 Sam Steingold <sds@gnu.org>
11385
11386 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11387
11388 2008-04-28 Bastien Guerry <bzg@altern.org>
11389
11390 * whitespace.el (whitespace-trailing): Fix typo.
11391
11392 2008-04-28 Sam Steingold <sds@gnu.org>
11393
11394 * textmodes/remember.el (diary-make-entry): Update the autoload.
11395
11396 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11399 all-completions.
11400
11401 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11402
11403 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11404
11405 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11406
11407 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11408 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11409 (vc-dir-mark-file): Add an optional argument.
11410 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11411
11412 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11413
11414 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11415 rather than obsolete alias find-file-hooks.
11416 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11417 Use find-file-hook rather than obsolete alias find-file-hooks.
11418 Add to find-file-not-found-functions.
11419 (epa-file-handler): Put 'safe-magic and 'operations properties.
11420
11421 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11422 (epa-menu-items): Remove.
11423
11424 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11425 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11426 (epa-dired-mode, epa-global-dired-mode): Remove.
11427
11428 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11429
11430 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11431
11432 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11433
11434 2008-04-27 Glenn Morris <rgm@gnu.org>
11435
11436 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11437 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11438
11439 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11440
11441 * org/org.el (org-html-level-start): Always have id's in HTML.
11442 (org-export-as-html): Use `org-link-protocols' to
11443 retrieve the export form of the link.
11444 (org-add-link-type): Final parameter renamed from PUBLISH.
11445 Better documentation of how it is to be used. Avoid double entries for
11446 the same link type.
11447 (org-add-link-props): New function.
11448 (org-modules-loaded): New variable.
11449 (org-load-modules-maybe, org-set-modules): New function.
11450 (org-modules): New option.
11451 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11452 (orgtbl-mode, org-store-link, org-insert-link-global)
11453 (org-open-at-point): Call `org-load-modules-maybe'.
11454 (org-search-view): Add more text properties.
11455 (org-agenda-schedule, org-agenda-deadline): Allow also in
11456 search-type agendas.
11457 (org-search-view): Order of arguments has been changed.
11458 Interpret prefix-arg as TODO-ONLY.
11459 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11460 Take new argument order of `org-search-view' into account.
11461 (org-todo-only): New variable.
11462 (org-search-syntax-table): New variable and function.
11463 (org-search-view): Do the search with the special syntax table.
11464 (define-obsolete-function-alias): Make work with XEmacs.
11465 (org-add-planning-info): Use old date as default when modifying an
11466 existing deadline or scheduled item.
11467 (org-agenda-compute-time-span): Make argument N optional.
11468 (org-agenda-format-date-aligned): Require `cal-iso'.
11469 (org-agenda-list): Include week into agenda heading, don't
11470 list it at each date (only on Mondays).
11471 (org-read-date-analyze): Define local variable `iso-date'.
11472 (org-agenda-format-date-aligned): Remove dependency on
11473 `calendar-time-from-absolute'.
11474 (org-remember-apply-template, org-go-to-remember-target):
11475 Interpret filenames relative to `org-directory'.
11476 (org-complete): Silently fail when trying to complete
11477 keywords that don't have a default value.
11478 (org-get-current-options): Add a #+DATE: option.
11479 (org-additional-option-like-keywords): Remove "DATE:" from the
11480 list of additional keywords.
11481 (org-export-as-html): Remove (current-time) as unnecessary second
11482 argument of `format-time-string'.
11483 (org-clock-find-position): Handle special case at end of buffer.
11484 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11485 `org-agenda-change-time-span'.
11486 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11487 `org-agenda-change-time-span'.
11488 (org-agenda-month-view): New argument MONTH, pass it on to
11489 `org-agenda-change-time-span'.
11490 (org-agenda-year-view): New argument YEAR, pass it on to
11491 `org-agenda-change-time-span'.
11492 (org-agenda-change-time-span): New optional argument N, pass it on
11493 to `org-agenda-compute-time-span'.
11494 (org-agenda-compute-time-span): New argument N, interpret it by
11495 changing the starting day.
11496 (org-small-year-to-year): New function.
11497 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11498 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11499 into the future, and that the shift is at least one interval, never 0.
11500 (org-update-checkbox-count): Fix bug with checkbox counting.
11501 (org-add-note): New command.
11502 (org-add-log-setup): Rename from `org-add-log-maybe'.
11503 (org-log-note-headings): New entry for plain notes (i.e. notes not
11504 related to state changes or clocking).
11505 (org-get-org-file): Check for availability of `remember-data-file'.
11506 (org-cached-entry-get): Allow a regexp value for
11507 `org-use-property-inheritance'.
11508 (org-use-property-inheritance): Allow regexp value. Fix bug in
11509 customization type.
11510 (org-use-tag-inheritance): Allow a list and a regexp value for
11511 this variable.
11512 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11513 (org-entry-get): Respect value `selective' for the INHERIT argument.
11514 (org-tag-inherit-p, org-property-inherit-p): New functions.
11515 (org-agenda-format-date-aligned): Allow 10 characters for
11516 weekday, to accommodate German locale.
11517 (org-add-archive-files): New function.
11518 (org-agenda-files): New argument `ext', to get archive files as well.
11519 (org-tbl-menu): Protect the use of variables that
11520 are only available when org-table.el gets loaded.
11521 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11522 single directory.
11523 (org-open-file): Allow a batch process to trigger
11524 waiting after executing a system command.
11525 (org-store-link): Link to headline when there is not
11526 target and no region in an org-mode buffer when creating a link.
11527 (org-link-types-re): New variable.
11528 (org-make-link-regexps): Compute `org-link-types-re'.
11529 (org-make-link-description-function): New option.
11530 (org-agenda-date, org-agenda-date-weekend): New faces.
11531 (org-archive-sibling-heading): New option.
11532 (org-archive-to-archive-sibling): New function.
11533 (org-iswitchb): New command.
11534 (org-buffer-list): New function.
11535 (org-agenda-columns): Also try the #+COLUMNS line in
11536 the buffer associated with the entry at point (or with the first
11537 entry in the agenda view).
11538 (org-modules): Add entry for org-bibtex.el.
11539 (org-completion-fallback-command): Move into `org-completion' group.
11540 (org-clock-heading-function): Move to `org-progress' group.
11541 (org-auto-repeat-maybe): Make sure that a note can
11542 be enforces if `org-log-repeat' is `note'.
11543 (org-modules): Allow additional symbols for external packages.
11544 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11545 (org-clock-goto): Hide drawers after showing an
11546 entry with `org-clock-goto'.
11547 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11548 Try also a clocktable block shift.
11549 (org-clocktable-try-shift): New function.
11550 (org-columns-hscoll-title): New function.
11551 (org-columns-previous-hscroll): New variable.
11552 (org-columns-full-header-line-format): New variable.
11553 (org-columns-display-here-title, org-columns-remove-overlays):
11554 Install `org-columns-hscoll-title' in post-command-hook.
11555
11556 * org/org.el: Split into many small files.
11557
11558 * org/org-agenda.el: New file, split off from org.el.
11559
11560 * org/org-archive.el: New file, split off from org.el.
11561
11562 * org/org-bbdb.el: New file.
11563
11564 * org/org-bibtex.el: New file, split off from org.el.
11565
11566 * org/org-clock.el: New file, split off from org.el.
11567
11568 * org/org-colview.el: New file, split off from org.el.
11569
11570 * org/org-compat.el: New file, split off from org.el.
11571
11572 * org/org-exp.el: New file, split off from org.el.
11573
11574 * org/org-faces.el: New file, split off from org.el.
11575
11576 * org/org-gnus.el: New file, split off from org.el.
11577
11578 * org/org-info.el: New file, split off from org.el.
11579
11580 * org/org-infojs.el: New file.
11581
11582 * org/org-irc.el: New file.
11583
11584 * org/org-macs.el: New file, split off from org.el.
11585
11586 * org/org-mew.el: New file.
11587
11588 * org/org-mhe.el: New file, split off from org.el.
11589
11590 * org/org-publish.el: New file, split off from org.el.
11591
11592 * org/org-remember.el: New file, split off from org.el.
11593
11594 * org/org-rmail.el: New file, split off from org.el.
11595
11596 * org/org-table.el: New file, split off from org.el.
11597
11598 * org/org-vm.el: New file, split off from org.el.
11599
11600 * org/org-wl.el: New file, split off from org.el.
11601
11602 2008-04-27 Jason Riedy <jason@acm.org>
11603
11604 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11605 parameter that suppresses lines that evaluate to NIL.
11606 (orgtbl-get-fmt): New inline function for
11607 picking apart formats that may be lists.
11608 (orgtbl-apply-fmt): New inline function for applying formats that
11609 may be functions.
11610 (orgtbl-eval-str): New inline function for strings that may be
11611 functions.
11612 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11613 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11614 (*orgtbl-llfmt*, *orgtbl-llstart*)
11615 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11616 (orgtbl-format-section): Shift formatting to support detecting the
11617 last line and formatting it specially.
11618 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11619 formats unless overridden.
11620 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11621 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11622 bound variables to hold the input collection of lines and output
11623 formatted text.
11624 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11625 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11626 format parameters.
11627 (orgtbl-format-line): New function encapsulating formatting for a
11628 single line.
11629 (orgtbl-format-section): Similar for each section. Rebinding the
11630 dynamic vars customizes the formatting for each section.
11631 (orgtbl-to-generic): Use orgtbl-format-line and
11632 orgtbl-format-section.
11633 (org-get-param): Now unused, so delete.
11634 (orgtbl-gather-send-defs): New function to
11635 gather all the SEND definitions before a table.
11636 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11637 corresponding to the current name.
11638 (orgtbl-send-table): Use the previous two functions and implement
11639 multiple destinations for each table.
11640
11641 * doc/org.texi (A LaTeX example): Note that fmt may be a
11642 one-argument function, and efmt may be a two-argument function.
11643 (Radio tables): Document multiple destinations.
11644
11645 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11646
11647 * org/org-agenda.el (org-add-to-diary-list): New function.
11648 (org-prefix-has-effort): New variable.
11649 (org-sort-agenda-noeffort-is-high): New option.
11650 (org-agenda-columns-show-summaries)
11651 (org-agenda-columns-compute-summary-properties): New options.
11652 (org-format-agenda-item): Compute the duration of the item.
11653 (org-agenda-weekend-days): New variable.
11654 (org-agenda-list, org-timeline): Use the proper faces for dates in
11655 the agenda and timeline buffers.
11656 (org-agenda-archive-to-archive-sibling): New command.
11657 (org-agenda-start-with-clockreport-mode): New option.
11658 (org-agenda-clockreport-parameter-plist): New option.
11659 (org-agenda-clocktable-mode): New variable.
11660 (org-agenda-deadline-leaders): Allow a function value for the
11661 deadline leader.
11662 (org-agenda-get-deadlines): Deal with new function value.
11663
11664 * org/org-clock.el (org-clock): New customization group.
11665 (org-clock-into-drawer, org-clock-out-when-done)
11666 (org-clock-in-switch-to-state, org-clock-heading-function):
11667 Move into the new group.
11668 (org-clock-out-remove-zero-time-clocks): New option.
11669 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
11670 (org-dblock-write:clocktable): Allow a Lisp form for the scope
11671 parameter.
11672 (org-dblock-write:clocktable): Fix bug with total time calculation.
11673 (org-dblock-write:clocktable): Request the unrestricted list of files.
11674 (org-get-clocktable): New function.
11675 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
11676 be strings but also integers (an absolute day number) and lists (m d y).
11677
11678 * org/org-colview.el (org-columns-next-allowed-value)
11679 (org-columns-edit-value): Limit the effort for updating in the
11680 agenda to recomputing a single file.
11681 (org-columns-compute): Only write property value if it has changed.
11682 This avoids raising the buffer-change-flag unnecessarily.
11683 (org-agenda-colview-summarize)
11684 (org-agenda-colview-compute): New functions.
11685 (org-agenda-columns): Call `org-agenda-colview-summarize'.
11686
11687 * org/org-exp.el (org-export-run-in-background): New option.
11688 (org-export-icalendar): Allow a batch process to trigger waiting
11689 after executing a system command.
11690 (org-export-preprocess-string): Rename from
11691 `org-cleaned-string-for-export'.
11692 (org-export-html-style): Made target class look like normal text.
11693 (org-export-as-html): Make use of the better preprocessing in
11694 `org-cleaned-string-for-export'.
11695 (org-cleaned-string-for-export): Better treatment of heuristic
11696 targets, many more internal links will now work in HTML export.
11697 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
11698 (org-export-inbuffer-options-extra): New variable.
11699 (org-export-options-filters): New hook.
11700 (org-infile-export-plist): Find also the settings keywords in
11701 `org-export-inbuffer-options-extra'.
11702 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
11703 multiple #+INFOJS_OPT lines.
11704 (org-export-html-handle-js-options): New function.
11705 (org-export-html-infojs-setup): New option.
11706 (org-export-as-html): Call `org-export-html-handle-js-options'.
11707 Add autoload to all entry points.
11708 (org-skip-comments): Function removed.
11709
11710 * org/org-table.el (org-table-make-reference): Extra parenthesis
11711 around single fields, to make sure that algebraic formulas get
11712 correctly interpreted by calc.
11713 (org-table-current-column): No longer interactive.
11714
11715 * org/org-export-latex.el (org-export-latex-preprocess):
11716 Rename from `org-export-latex-cleaned-string'.
11717
11718 2008-04-27 Bastien Guerry <bzg@altern.org>
11719
11720 * org/org-publish.el (org-publish-get-base-files-1): New function.
11721 (org-publish-get-base-files): Use it.
11722 (org-publish-temp-files): New variable.
11723 Don't require 'dired-aux anymore.
11724 (org-publish-initial-buffer): New variable.
11725 (org-publish-org-to, org-publish): Use it.
11726 (org-publish-get-base-files-1): Bug fix: get
11727 the proper list of files when recursing thru a directory.
11728 (org-publish-get-base-files): Use the :exclude property to skip
11729 both files and directories.
11730
11731 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11732
11733 * net/tramp.el (tramp-handle-make-symbolic-link)
11734 (tramp-handle-file-name-directory)
11735 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11736 (tramp-do-copy-or-rename-file-directly)
11737 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
11738 (tramp-handle-substitute-in-file-name)
11739 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11740 * net/tramp-cache.el (tramp-get-file-property)
11741 (tramp-set-file-property, tramp-flush-file-property)
11742 (tramp-flush-directory-property)
11743 * net/tramp-compat.el (tramp-compat-make-temp-file)
11744 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
11745 Disable `file-name-handler-alist' when handling localname.
11746 It could have a remote file syntax, like a VMS file name.
11747
11748 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11749
11750 * whitespace.el: New version 11.1.
11751 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
11752 enclosed by \\( and \\)$. Docstring fix.
11753 (whitespace-trailing-regexp): Fun removed.
11754 (whitespace-report-list): Const initialization fix.
11755 (whitespace-color-on): Code fix.
11756
11757 2008-04-27 Andreas Schwab <schwab@suse.de>
11758
11759 * Makefile.el: Unbreak bootstrap.
11760
11761 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11762
11763 * net/tramp.el (tramp-replace-environment-variables): New defun.
11764 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
11765 Use it.
11766
11767 2008-04-27 Glenn Morris <rgm@gnu.org>
11768
11769 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
11770
11771 * calculator.el (calculator-expt): Replace cl function `oddp'.
11772
11773 2008-04-27 Johan Bockgård <bojohan@gnu.org>
11774
11775 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11776 Simplify. Collect `defun' and `autoload' entries.
11777 Avoid modifying load-history.
11778
11779 2008-04-26 Glenn Morris <rgm@gnu.org>
11780
11781 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
11782
11783 * simple.el (quoted-insert, zap-to-char): Revert previous change.
11784
11785 2008-04-26 John Paul Wallington <jpw@pobox.com>
11786
11787 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
11788 `hexl-mode-old-eldoc-documentation-function'.
11789 (hexl-mode-exit): Restore it.
11790 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
11791
11792 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
11793
11794 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
11795
11796 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
11797 (completion-pcm--all-completions): Doc fix.
11798 (completion-styles-alist, completion-all-completions):
11799 Fix typos in docstrings.
11800
11801 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11802
11803 * whitespace.el: There is now only one variable (whitespace-style) to
11804 specify which kind of blank is visualized. Doc and docstring fix.
11805 New version 11.0.
11806 (whitespace-style): New option, replace whitespace-style-mark and
11807 whitespace-style-color.
11808 (whitespace-style-mark, whitespace-style-color): Options removed.
11809 (whitespace-hspace, whitespace-tab, whitespace-newline)
11810 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
11811 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
11812 (whitespace-hspace-regexp, whitespace-space-regexp)
11813 (whitespace-tab-regexp, whitespace-trailing-regexp)
11814 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11815 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
11816 (whitespace-space-after-tab-regexp, whitespace-line-column)
11817 (whitespace-display-mappings, whitespace-report): Docstring fix.
11818 (whitespace-color-value-list, whitespace-mark-value-list)
11819 (whitespace-active-color, whitespace-active-mark)
11820 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
11821 (whitespace-style-value-list, whitespace-active-style)
11822 (whitespace-toggle-style): New vars.
11823 (whitespace-toggle-option-alist, whitespace-help-text):
11824 Var initialization and docstring fix.
11825 (whitespace-toggle-options, global-whitespace-toggle-options)
11826 (whitespace-cleanup, whitespace-cleanup-region)
11827 (whitespace-report-region, whitespace-interactive-char)
11828 (whitespace-toggle-list): Docstring and code fix.
11829 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11830 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
11831 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
11832 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
11833
11834 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
11837 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
11838 (diff-sanity-check-hunk): Adjust code accordingly.
11839
11840 2008-04-26 Glenn Morris <rgm@gnu.org>
11841
11842 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
11843
11844 * forms-d2.dat: Move to ../etc.
11845 * forms-d2.el (forms-file): Adapt for above change.
11846
11847 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
11848 `translation-table-for-input'.
11849
11850 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
11851 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
11852
11853 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
11854 to punctuation now it's not needed for abbrevs.
11855 (fortran-mode-abbrev-table): Remove defvar, make use of new
11856 define-abbrev-table :regexp feature.
11857
11858 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
11859 insert, now that translation-table-for-input is not needed.
11860
11861 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
11862
11863 * emacs-lisp/pp.el (pp-display-expression): New function,
11864 extracted from pp-eval-expression.
11865 (pp-eval-expression): Use pp-display-expression.
11866 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
11867 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
11868 (pp-eval-last-sexp): Use pp-last-sexp.
11869
11870 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * abbrev.el (define-abbrev-table): Apply props even if the table
11873 exists already.
11874
11875 * minibuffer.el (completion-table-with-context): Fix `pred' for the
11876 various kinds of completion tables.
11877 (completion-emacs22-try-completion): Place cursor after the /, as was
11878 done in Emacs-22's minibuffer-complete-word.
11879 Fix bug reported by David Hansen <david.hansen@gmx.net>.
11880 (completion-emacs22-try-completion): Merge all mergeable text rather
11881 than just /.
11882 (completion-pcm--delim-wild-regex): New var.
11883 (completion-pcm-word-delimiters): New custom.
11884 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
11885 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
11886 (completion-pcm--all-completions, completion-pcm-all-completions)
11887 (completion-pcm--merge-completions, completion-pcm--pattern->string)
11888 (completion-pcm-try-completion): New functions.
11889 (completion-styles-alist): Add them.
11890 (completion-styles): Add it to the default.
11891
11892 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
11893
11894 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
11895 (gdb-var-create-handler): ...until here when there are values.
11896 (gdb-post-prompt): Don't do -var-update with no watch expressions.
11897 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
11898
11899 2008-04-25 Eli Zaretskii <eliz@gnu.org>
11900
11901 * ls-lisp.el (ls-lisp-format): Fix last change.
11902 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
11903 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
11904 (ls-lisp-filesize-f-fmt): New defvars.
11905 (ls-lisp-insert-directory): Dynamically compute format specifiers
11906 for displaying UID, GID, and file size, and store them in the
11907 above variables.
11908 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
11909 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
11910 instead of constant format strings.
11911 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
11912 ls-lisp-filesize-d-fmt instead of constant format strings.
11913
11914 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
11915
11916 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
11917 value of addresses rather than (partial) string value.
11918 (gdb-frame-handler): Change regexp according to above change.
11919 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11920 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
11921 (gdb-assembler-mode): Disable undo in these buffers.
11922
11923 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
11924
11925 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
11926 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
11927
11928 2008-04-24 Sam Steingold <sds@gnu.org>
11929
11930 * textmodes/remember.el (remember-diary-extract-entries): Use
11931 diary-make-entry instead of the obsolete make-diary-entry.
11932
11933 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 * subr.el (translation-table-for-input): Mark as obsolete.
11936
11937 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
11938
11939 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
11940
11941 * textmodes/ispell.el (ispell-dictionary-alist-1)
11942 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
11943 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
11944 (ispell-dictionary-alist-6): Remove.
11945 (ispell-dictionary-base-alist): New var, merges the above.
11946 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
11947 Use it.
11948 (ispell-dictionary-alist): Default to nil. Remove autoload.
11949 (ispell-local-dictionary-alist): Remove autoload.
11950
11951 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
11952 (f90-mode-abbrev-table): Use the new :regexp feature.
11953 Merge defvar and mapc into define-abbrev-table.
11954 (f90-imenu-type-matcher): Remove unused `l'.
11955 (f90-imenu-generic-expression): Remove unused `not-ib'.
11956 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
11957 (f90-change-keywords): Use restore-buffer-modified-p.
11958
11959 2008-04-24 Glenn Morris <rgm@gnu.org>
11960
11961 * net/goto-addr.el (goto-address-prog-mode):
11962 * progmodes/bug-reference.el (bug-reference-prog-mode):
11963 Define for compiler.
11964
11965 * minibuffer.el (x-file-dialog): Declare as function.
11966
11967 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
11968 dframe-update-speed rather than obsolete alias speedbar-update-speed.
11969
11970 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
11971 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
11972 work with easymenu. Add :keys where needed.
11973
11974 * calendar/cal-move.el (calendar-scroll-left): Handle case when
11975 event-start is nil.
11976
11977 * calendar/calendar.el (calendar-mode-map): Fix typo.
11978
11979 2008-04-24 Tom Tromey <tromey@redhat.com>
11980
11981 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11982 Document keywords. Add :suppress.
11983 * pcvs-defs.el (cvs-mode-map): Use :suppress.
11984
11985 * net/goto-addr.el (goto-address-unfontify): New function.
11986 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
11987 (goto-address-fontify-region, goto-address-mode)
11988 (goto-address-prog-mode): New functions.
11989
11990 * progmodes/bug-reference.el: New file.
11991
11992 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11993
11994 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
11995
11996 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
11999 macros within lambdas.
12000
12001 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * minibuffer.el (completion-try-completion): Add `point' argument.
12004 Change return value.
12005 (completion-all-completions): Add `point' argument.
12006 (minibuffer-completion-help): Pass the new `point' argument.
12007 (completion--do-completion): Pass the whole field to try-completion.
12008 (completion--try-word-completion): Rewrite, making fewer assumptions.
12009 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12010 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12011 (completion-basic-try-completion, completion-basic-all-completions):
12012 New functions.
12013 (completion-styles-alist): Use them.
12014
12015 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12016
12017 * textmodes/ispell.el (ispell-set-spellchecker-params):
12018 New function to make sure right params and dictionary alists are used
12019 after spellchecker changes.
12020 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12021 (ispell-initialize-spellchecker-hook): New variables and hook.
12022 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12023 (ispell-maybe-find-aspell-dictionaries): Remove.
12024 Calls replaced by (ispell-set-spellchecker-params) calls.
12025 (ispell-have-aspell-dictionaries): Remove.
12026
12027 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12028 by ispell-set-spellchecker-params.
12029
12030 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * complete.el (PC-do-completion): Be more robust in the presence of
12033 unexpected values in minibuffer-completion-predicate.
12034
12035 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12036 Only abbreviate default-filename if it's a file.
12037
12038 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12039 (read-file-name-completion-ignore-case, insert-default-directory):
12040 New vars, moved from fileio.c.
12041 (read-file-name): New fun, moved from fileio.c.
12042 * cus-start.el: Remove insert-default-directory and
12043 read-file-name-completion-ignore-case.
12044
12045 2008-04-23 Magnus Henoch <mange@freemail.hu>
12046
12047 * tar-mode.el (tar-untar-buffer): If the entry has directory
12048 link type, extract it as a directory even if its file name doesn't
12049 end with a slash. Fixes extraction of NetBSD tar archives.
12050
12051 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * server.el (server-start): Also don't get confused by CRs since we
12054 don't quote them.
12055
12056 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12057
12058 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12059 (gdb-set-gud-minor-mode-existing-buffers)
12060 (gdb-info-breakpoints-custom, gdb-get-location)
12061 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12062 Previously gdb-create-define-alist wasn't always run and added to
12063 after-save-hook.
12064
12065 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12066
12067 2008-04-23 Kevin Ryde <user42@zip.com.au>
12068
12069 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12070 comments like unindented ones.
12071
12072 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12073
12074 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12075 parameter origins.
12076
12077 2008-04-23 Kevin Ryde <user42@zip.com.au>
12078
12079 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12080 Bind print-level to ensure output forms aren't truncated if
12081 print-level is set to eval-expression-print-level when going via
12082 eval-defun and friends, or has been otherwise fiddled with.
12083
12084 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12087 font-lock-extend-after-change-region-function globally.
12088
12089 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12090
12091 * speedbar.el (speedbar-use-tool-tips-flag)
12092 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12093 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12094 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12095 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12096 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12097 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12098 (speedbar-separator-face): Fix typos in docstrings.
12099 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12100 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12101 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12102 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12103 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12104 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12105 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12106 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12107 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12108 (speedbar-recenter): Doc fixes.
12109 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12110 declaration and remove redundant info in docstring.
12111
12112 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12113
12114 * vc-git.el (vc-git-status-printer): Deal with directories.
12115
12116 * vc.el (vc-next-action): Look at more than the first file to
12117 determine the state.
12118
12119 2008-04-23 Glenn Morris <rgm@gnu.org>
12120
12121 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12122 timers. Doc fix.
12123 (dframe-update-speed): Drop support for XEmacs < 20.
12124 (dframe-frame-mode): Drop support for Emacs < 20.
12125 (dframe-set-timer-internal): Drop support for Emacs without timers.
12126 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12127
12128 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12129 versions. Add doc-string. Mark as obsolete.
12130
12131 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12132
12133 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12134 rather than using an Emacs version test.
12135
12136 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12137 rather than an Emacs version test.
12138
12139 * calendar/cal-china.el (holiday-chinese-qingming)
12140 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12141 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12142 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12143
12144 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12145
12146 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12147 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12148 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12149
12150 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12151
12152 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12153 (gdb-previous-frame-pc-address): ...to this.
12154 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12155 of "info frame" with Gdb 6.4+.
12156 (gdb-stack-list-frames-regexp): New regexp.
12157 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12158
12159 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12160
12161 * tar-mode.el (tar-prefix-offset): New constant.
12162 (tar-header-block-tokenize): Support paths with long names
12163 which use the "ustar" standard.
12164
12165 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12166
12167 * image-dired.el (image-dired-track-original-file)
12168 (image-dired-modify-mark-on-thumb-original-file):
12169 Use `dired-goto-file' instead of `search-forward'. This solves
12170 a bug with finding files where the file name is a subset of other
12171 file names. Doc fix.
12172
12173 2008-04-22 Juri Linkov <juri@jurta.org>
12174
12175 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12176 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12177 (yank-menu-length): Change group name `mouse' to `menu'.
12178 (buffers-menu-buffer-name-length): New user option.
12179 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12180 instead of the hard-coded number 27.
12181
12182 2008-04-22 Juri Linkov <juri@jurta.org>
12183
12184 * isearch.el (eval-when-compile): Require `help-macro'.
12185 (isearch-help-for-help-internal): Isearch specific Help screen
12186 created by `make-help-screen'.
12187 (isearch-help-map): New variable that binds "b", "k", "m" to
12188 isearch-specific commands, and binds other keys to
12189 isearch-other-control-char, thus allowing other Help keys to
12190 exit isearch mode and execute their global definitions.
12191 (isearch-help-for-help, isearch-describe-bindings)
12192 (isearch-describe-key, isearch-describe-mode): New commands.
12193 (isearch-mode-help): Define alias to isearch-describe-mode
12194 and remove its old function definition.
12195 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12196 Remove old comments because this issue is settled now.
12197 (isearch-forward): Describe three new Help commands in the docstring.
12198 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12199 leave the single sentence at the first line of the docstring,
12200 and prepend the word "function" before `isearch-forward'
12201 to make the Help link to the function instead of variable.
12202
12203 2008-04-22 Juri Linkov <juri@jurta.org>
12204
12205 * isearch.el (isearch-success-function): New variable with default
12206 to `isearch-success-function-default'.
12207 (isearch-search): Call a function from `isearch-success-function'
12208 instead of calling the hard-coded `isearch-range-invisible'.
12209 (isearch-success-function-default): New function that calls
12210 `isearch-range-invisible' and inverts its return value.
12211
12212 * info.el (Info-search): In two similar places that skip
12213 undesired search matches move code to Info-search-success-function,
12214 and call `isearch-success-function' instead.
12215 (Info-search-success-function): New function copied from code
12216 in Info-search. Replace isearch-range-invisible with
12217 text-property-not-all that checks for 'invisible and 'display
12218 properties to skip partially invisible matches (whose display
12219 properties were set by Info-fontify-node).
12220 (Info-mode): Set buffer-local isearch-success-function
12221 to Info-search-success-function.
12222
12223 2008-04-22 Juri Linkov <juri@jurta.org>
12224
12225 * minibuffer.el (internal-complete-buffer-except): New function.
12226
12227 * files.el (read-buffer-to-switch): New function.
12228 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12229 Change interactive spec to call read-buffer-to-switch instead of
12230 using the letter "B".
12231
12232 * simple.el (minibuffer-default-add-shell-commands): New function.
12233 Use declare-function for mailcap-file-default-commands from "mailcap".
12234 (shell-command): Set local minibuffer-default-add-function to
12235 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12236 before calling read-shell-command. Set 4th arg default-value of
12237 read-shell-command to relative buffer-file-name in file buffers.
12238
12239 * dired-aux.el (dired-read-shell-command-default): Move it to
12240 gnus/mailcap.el and change its name to more general name
12241 mailcap-file-default-commands.
12242 (minibuffer-default-add-dired-shell-commands): New function.
12243 Use declare-function for mailcap-file-default-commands from "mailcap".
12244 (dired-read-shell-command): Set local minibuffer-default-add-function
12245 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12246 before calling read-shell-command. Remove dired-read-shell-command-default
12247 from the default value arg because default values are not set in
12248 minibuffer-default-add-dired-shell-commands. Doc fix.
12249
12250 * dired-x.el (dired-smart-shell-command): Sync arguments and
12251 interactive spec with changes in `shell-command'.
12252 Use dired-get-filename to get the dired file name at point
12253 as the default value in dired mode.
12254
12255 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12256
12257 * info.el (Info-complete-menu-item): Add missing parenthesis.
12258
12259 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 * info.el (Info-complete-menu-item): Save point.
12262
12263 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12264
12265 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12266
12267 2008-04-22 Andreas Schwab <schwab@suse.de>
12268
12269 * Makefile.in (emacs-deps): Define.
12270 Use it instead of $(lisp)/subdirs.el.
12271
12272 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12273
12274 * vc.el (vc-next-action): Do not consider directories when
12275 checking for state compatibility.
12276 (vc-transfer-file): Use when not if.
12277 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12278 (vc-dir-mark-file): Use them.
12279 (vc-deduce-fileset): Also return the backend.
12280 (vc-diff-internal): Take as argument the value returned by
12281 vc-deduce-fileset instead of just the fileset.
12282 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12283 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12284 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12285
12286 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12287
12288 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12289 set-window-vscroll but image-scroll-down. Fixes a bug where a
12290 command following SPC scrolled up again.
12291
12292 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12293
12294 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12295 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12296 (gud-watch): Add "$" prefix when in registers buffer.
12297
12298 2008-04-22 Glenn Morris <rgm@gnu.org>
12299
12300 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12301
12302 * whitespace.el (whitespace-display-table)
12303 (whitespace-display-table-was-local): Move definitions before use.
12304
12305 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12306 (copyright-limit): Respect copyright-at-end-flag.
12307 (copyright-re-search, copyright-start-point)
12308 (copyright-offset-too-large-p): New functions.
12309 (copyright-update-year): Use copyright-re-search.
12310 (copyright-update, copyright-fix-years): Use copyright-start-point,
12311 and copyright-re-search.
12312 (copyright): Use copyright-offset-too-large-p.
12313 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12314
12315 * add-log.el (top-level): Require 'cl when compiling.
12316
12317 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12318
12319 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12320 Treat minibuffer-completion-predicate as a predicate.
12321
12322 * minibuffer.el (completion--file-name-table): Accept both the old
12323 `dir' arg or the new `pred' arg.
12324
12325 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12326 `predicate' argument to pass non-predicate data.
12327 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12328 Use second arg as proper predicate.
12329
12330 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12331 (vc-bzr-revision-completion-table): Use completion-table-with-context
12332 instead.
12333
12334 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12335
12336 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12337
12338 * term.el (term-emulate-terminal): Perform redisplay after the
12339 process filter has finished running.
12340
12341 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12344
12345 * minibuffer.el (completion-try-completion): Change magic symbol
12346 property name. Rename from minibuffer-try-completion.
12347 (completion-all-completions): Rename from minibuffer-all-completions.
12348 Remove hide-spaces argument.
12349 (completion--do-completion): Rename from minibuffer--do-completion.
12350 (minibuffer-complete-and-exit): Call just try-completion rather than
12351 completion-try-completion to fix up the case.
12352 (completion--try-word-completion): Try to add space or hyphen before
12353 making `string' a prefix of `completion'.
12354 (completion--insert-strings): Rename from minibuffer--insert-strings.
12355
12356 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12357
12358 * net/tls.el (tls-program): Add -ign_eof argument to call the
12359 openssl commands.
12360 (tls-checktrust): Ditto.
12361
12362 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12363
12364 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12365
12366 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12367 (vc-check-master-templates, vc-file-not-found-hook)
12368 (vc-kill-buffer-hook):
12369 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12370 (vc-find-position-by-context, vc-buffer-context)
12371 (vc-restore-buffer-context, vc-responsible-backend)
12372 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12373 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12374 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12375 (vc-version-diff, vc-diff, vc-insert-headers)
12376 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12377 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12378 (vc-revert, vc-rollback, vc-version-backup-file)
12379 (vc-rename-master, vc-delete-file, vc-rename-file)
12380 (vc-branch-part, vc-default-retrieve-snapshot)
12381 (vc-annotate-display-autoscale, vc-annotate-display-select)
12382 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12383 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12384 (vc-dir-update): Handle directories.
12385 (vc-default-status-printer): Simplify.
12386
12387 * progmodes/asm-mode.el (asm-mode-map):
12388 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12389
12390 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12391
12392 2008-04-21 Kenichi Handa <handa@m17n.org>
12393
12394 * select.el (xselect-convert-to-string): Send a C_STRING only if
12395 the polymorphic target TEXT is requested.
12396
12397 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12398
12399 * minibuffer.el (completion-setup-hook, display-completion-list)
12400 (completion--file-name-table): Fix typos in docstrings.
12401 (completion-table-dynamic): Fix typo, and reflow docstring.
12402
12403 2008-04-20 Andreas Schwab <schwab@suse.de>
12404
12405 * server.el (server-switch-buffer): Also consider clients in the
12406 selected frame.
12407
12408 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12409
12410 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12411 Select window clicked on first.
12412 (gdb): Display thread number in mode-line.
12413 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12414 (gdb-breakpoints-header): New variable.
12415 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12416
12417 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12420 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12421 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12422 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12423 (vc-sccs-print-log): Use it.
12424
12425 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12426
12427 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12428 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12429
12430 * tooltip.el (tooltip-previous-message): New var.
12431 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12432 the C code (avoid overwriting a minibuffer, restore previous echo
12433 message, ...).
12434 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12435 Simplify.
12436
12437 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12438
12439 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12440 (gdb-init-1): Initialise it.
12441 (gdb-annotation-rules): New entry for "new-thread".
12442 (gdb-thread-identification): New function to customize
12443 mode-line-buffer-identification.
12444 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12445 (gdb-assembler-mode): Use it.
12446 (gdb-threads-mode): Force "info threads" onto queue.
12447
12448 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * files.el (locate-file-completion-table): Rename from
12451 locate-file-completion and make it use `pred' in the normal way.
12452 (locate-file-completion): New compatibility wrapper.
12453 (load-library): Use locate-file-completion-table.
12454 * finder.el (finder-commentary):
12455 * subr.el (locate-library):
12456 * emacs-lisp/find-func.el (find-library): Likewise.
12457 * info.el: Use with-current-buffer and inhibit-read-only.
12458 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12459 (Info-read-node-name-1): Adjust uses accordingly.
12460
12461 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12462 (completion-table-with-terminator): Don't use complete-with-action
12463 since we have to distinguish all three cases anyway.
12464 (completion-table-with-predicate): New function.
12465 (dynamic-completion-table): Add obsolete alias.
12466
12467 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12468
12469 2008-04-18 Sam Steingold <sds@gnu.org>
12470
12471 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12472 Use quit-window instead of bury-buffer.
12473
12474 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12477
12478 2008-04-18 Andreas Schwab <schwab@suse.de>
12479
12480 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12481 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12482 Depend on $(lisp)/subdirs.el.
12483
12484 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * descr-text.el (describe-char-after):
12487 Use `define-obsolete-function-alias'.
12488
12489 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12490
12491 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12492
12493 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12494 Remove redundant obsolescence info in docstring.
12495
12496 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12497 (vc-header-alist): Add WHEN to obsolescence declaration.
12498 (vc-state): Fix typo in docstring.
12499
12500 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12501 Use `define-obsolete-variable-alias'.
12502
12503 * emulation/tpu-edt.el (tpu-have-ispell):
12504 * international/codepage.el (codepage-setup):
12505 Fix typo in obsolescence declaration.
12506
12507 * international/mule.el (char-coding-system-table):
12508 Remove redundant obsolescence info in docstring.
12509 (charset-list, generic-char-p, set-char-table-default):
12510 Fix typos in obsolescence declarations.
12511
12512 * international/mule-diag.el (non-iso-charset-alist):
12513 Fix typo in obsolescence declaration.
12514 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12515
12516 * font-core.el (font-lock-defaults-alist):
12517 * font-lock.el (font-lock-reference-face):
12518 * frame.el (screen-height, screen-width, set-screen-width)
12519 (set-screen-height):
12520 * hilit-chg.el (highlight-changes-initial-state):
12521 * isearch.el (isearch-return-char):
12522 * log-edit.el (cvs-commit-buffer-require-final-newline)
12523 (cvs-changelog-full-paragraphs):
12524 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12525 (mouse-popup-menubar-stuff):
12526 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12527 (mouse-wheel-click-button):
12528 * outline.el (outline-visible):
12529 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12530 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12531 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12532 * progmodes/compile.el (compile-internal):
12533 Add WHEN to obsolescence declarations.
12534
12535 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12538 is not better anyway.
12539
12540 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12541
12542 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12543 properly.
12544
12545 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12548 (python-use-skeletons): Remove, unused.
12549 (python-skeletons): Remove. Use the abbrev table instead.
12550 (python-mode-abbrev-table): Fix regexp;
12551 add enable-function and case-fixed.
12552 (def-python-skeleton): Simplify.
12553 (python-expand-template): Use the abbrev-table and abbrev-insert.
12554 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12555 Remove.
12556 (python-mode): Don't set pre-abbrev-expand-hook.
12557
12558 * skeleton.el: Set coding-tag.
12559
12560 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12561 (expand-abbrev): Use it.
12562 (abbrev-table-menu): New function.
12563
12564 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12565
12566 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12567
12568 2008-04-17 Sam Steingold <sds@gnu.org>
12569
12570 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12571 idiosyncratic bury-buffer/delete-window logic.
12572
12573 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12574
12575 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12576 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12577
12578 2008-04-17 Kenichi Handa <handa@m17n.org>
12579
12580 * international/characters.el: Don't make the width of U+00AD to 0.
12581
12582 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12583
12584 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12585 (gdb, gdb-starting, gdb-frames-mode): Use it.
12586 (gdb-invalidate-frames): Advise to call "info stack" only if
12587 execution has occurred.
12588 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12589 selected frame if no execution has occurred.
12590 (gdb-frames-force-update): New interactive function.
12591 (gdb-frames-mode-map): Bind it to "F".
12592
12593 2008-04-17 Michael Olson <mwolson@gnu.org>
12594
12595 * textmodes/remember.el (remember-version): Release Remember 2.0.
12596
12597 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12598
12599 * textmodes/artist.el:
12600 * progmodes/vhdl-mode.el:
12601 * progmodes/verilog-mode.el:
12602 * progmodes/vera-mode.el:
12603 * progmodes/simula.el:
12604 * progmodes/ps-mode.el:
12605 * progmodes/cmacexp.el:
12606 * obsolete/hilit19.el:
12607 * emulation/viper.el:
12608 * ediff.el: Cleanup the bug-report email addresses and make sure the
12609 maintainer is still willing to handle bug reports.
12610
12611 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12612
12613 * vc.el (vc-dir-kill-query): Fix thinko.
12614
12615 2008-04-16 Glenn Morris <rgm@gnu.org>
12616
12617 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12618 by diary-sexp-entry.
12619
12620 2008-04-16 Markus Triska <markus.triska@gmx.at>
12621
12622 * proced.el (proced-command-alist): Add support for darwin.
12623
12624 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * proced.el (proced-mode): Redefine as just the major-mode.
12627 (proced): Separate it from proced-mode.
12628
12629 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12630
12631 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12632
12633 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12634 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12635 `tab-width' setting from user. New version 10.0. Doc and docstring
12636 fix.
12637 (whitespace-style, whitespace-chars): Remove options.
12638 (whitespace-style-mark): New option, replace whitespace-style deleted
12639 option. Fix docstring.
12640 (whitespace-style-color): New option, replace whitespace-chars deleted
12641 option. Fix docstring.
12642 (whitespace-space, whitespace-hspace, whitespace-tab)
12643 (whitespace-newline, whitespace-trailing, whitespace-line)
12644 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12645 (whitespace-space-after-tab, whitespace-hspace-regexp)
12646 (whitespace-space-regexp, whitespace-tab-regexp)
12647 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12648 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12649 (whitespace-toggle-option-alist): Fix docstring.
12650 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12651 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12652 docstring and initialization.
12653 (global-whitespace-mode): Autoloaded global minor mode.
12654 (whitespace-chars-value-list, whitespace-style-value-list)
12655 (whitespace-active-chars, whitespace-active-style)
12656 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12657 (whitespace-color-value-list): New var, replace
12658 whitespace-chars-value-list removed var.
12659 (whitespace-mark-value-list): New var, replace
12660 whitespace-style-value-list removed var.
12661 (whitespace-active-color): New var, replace whitespace-active-chars
12662 removed var.
12663 (whitespace-active-mark): New var, replace whitespace-active-style
12664 removed var.
12665 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
12666 removed var.
12667 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
12668 removed var.
12669 (whitespace-toggle-option-alist, whitespace-report-list)
12670 (whitespace-report-text, whitespace-help-text): Fix initialization.
12671 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
12672 (whitespace-toggle-options, global-whitespace-toggle-options)
12673 (whitespace-cleanup-region, whitespace-report-region)
12674 (whitespace-interactive-char): Fix docstring and code.
12675 (whitespace-cleanup, whitespace-report): Fix docstring.
12676 (whitespace-replace-spaces-by-tabs): Remove fun.
12677 (whitespace-replace-action): New fun, replace
12678 whitespace-replace-spaces-by-tabs removed fun.
12679 (whitespace-regexp, whitespace-indentation-regexp)
12680 (whitespace-space-after-tab-regexp, whitespace-insert-value)
12681 (whitespace-kill-buffer): New funs.
12682 (whitespace-insert-option-mark, whitespace-help-on)
12683 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
12684 (whitespace-color-on, whitespace-color-off)
12685 (whitespace-display-char-on): Fix code.
12686
12687 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
12690 (mouse-throw-magnifier-with-mouse-movement): Remove.
12691 (mouse-throw-magnifier-base): New const.
12692 (mouse-drag-scroll-delta): New fun.
12693 (mouse-drag-throw): Use it.
12694
12695 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
12696
12697 * international/uni-bidi.el, international/uni-category.el:
12698 * international/uni-combining.el, international/uni-comment.el:
12699 * international/uni-decimal.el, international/uni-decomposition.el:
12700 * international/uni-digit.el, international/uni-lowercase.el:
12701 * international/uni-mirrored.el, international/uni-name.el:
12702 * international/uni-numeric.el, international/uni-old-name.el:
12703 * international/uni-titlecase.el, international/uni-uppercase.el:
12704 * international/charprop.el: Regenerate.
12705
12706 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12707
12708 * vc.el (vc-status-fileinfo): Add new member directoryp.
12709 (vc-default-status-printer): Print directories.
12710 (vc-status-update): Sort files before subdirectories.
12711
12712 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12713 Add alternative implementation based on "cvs update".
12714
12715 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
12716
12717 * doc-view.el: Changed requirements section to tell that only one
12718 of dvipdf or dvipdfm is needed.
12719 (doc-view-already-converted-p): Fix bug that forced reconversion
12720 if doc was already converted.
12721
12722 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * minibuffer.el (minibuffer-message):
12725 Make sure we can put-text-property.
12726
12727 * emacs-lisp/crm.el: Complete rewrite.
12728
12729 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
12730 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
12731 case of an error in display-completion-list.
12732
12733 * filecache.el (file-cache-completions-keymap): Move init from
12734 file-cache-completion-setup-function into declaration.
12735 (file-cache-minibuffer-complete): Simplify.
12736 (file-cache-completion-setup-function): Use standard-output,
12737 preserve current-buffer.
12738
12739 * vc.el (vc-status-update): Fix typo.
12740 (vc-status-update): Set needs-update.
12741 (vc-status-refresh): η-reduce.
12742
12743 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12744
12745 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
12746 to image-eol.
12747
12748 2008-04-14 Alexandre Julliard <julliard@winehq.org>
12749
12750 * vc.el (vc-status-update): Undo the previous revert.
12751
12752 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12753
12754 * minibuffer.el (completion-table-with-terminator): Those completions
12755 are never valid w.r.t test-completion.
12756 (completion--file-name-table):
12757 Check completion-all-completions-with-base-size.
12758
12759 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12760
12761 * doc-view.el (doc-view-dvipdf-program): New variable.
12762 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
12763 (doc-view-mode-p): Check for doc-view-dvipdf-program as
12764 alternative for doc-view-dvipdfm-program.
12765 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
12766
12767 * doc-view.el (doc-view-start-process): Don't set
12768 default-directory to "~/" if the current value is valid.
12769 This broke PS files that run other files in the same directory.
12770
12771 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
12772
12773 * vc.el (vc-status-kill-query): New function.
12774 (vc-status-mode): Add it to kill-buffer-query-functions.
12775 (vc-status-show-fileentry): New function.
12776 (vc-status-menu-map): Bind it. Bind vc-next-action.
12777
12778 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * minibuffer.el (minibuffer-message): Put cursor at the right place.
12781
12782 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12783
12784 * proced.el (proced-send-signal): Fix error recognition.
12785
12786 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12787
12788 * proced.el (proced-command-alist): Remove sort column.
12789 (proced-command, proced-procname-column):
12790 Use make-variable-buffer-local.
12791 (proced-signal-function): Rename from proced-kill-program.
12792 Allow for elisp symbols and string values representing system calls.
12793 (proced-marker-regexp, proced-success-message): New functions.
12794 (proced): Use defalias. Add autoload cookie.
12795 (proced-unmark-backward, proced-toggle-marks)
12796 (proced-hide-processes): New commands.
12797 (proced-do-mark): Simplify code.
12798 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
12799 (proced-update): Remove sorting.
12800 (proced-send-signal): Display number of processes to operate on.
12801 Allow for system calls or elisp functions to send signals.
12802 Check if signal was sent successfully.
12803
12804 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * minibuffer.el (completion-all-completion-with-base-size): New var.
12807 (completion--some): New function.
12808 (completion-table-with-context, completion--file-name-table):
12809 Return the base-size if requested.
12810 (completion-table-in-turn): Generalize to multiple arguments.
12811 (complete-in-turn): Compatibility alias.
12812 (completion-styles-alist): New var.
12813 (completion-styles): New customization.
12814 (minibuffer-try-completion, minibuffer-all-completions):
12815 New functions.
12816 (minibuffer--do-completion, minibuffer-complete-and-exit)
12817 (minibuffer-try-word-completion): Use them.
12818 (display-completion-list, minibuffer-completion-help): Use them.
12819 Handle all-completions's new base-size info to set completion-base-size.
12820 * info.el (Info-read-node-name-1): Use completion-table-with-context,
12821 completion-table-with-terminator and complete-with-action.
12822 Remove the now obsolete completion-base-size-function property.
12823 * simple.el (completion-list-mode-map): Move init into declaration.
12824 (completion-list-mode): Use define-derived-mode.
12825 (completion-setup-function): Use any completion-base-size that may
12826 have been set before. Remove handling of completion-base-size-function.
12827 * loadup.el: Move abbrev.el up earlier.
12828
12829 2008-04-13 Alexandre Julliard <julliard@winehq.org>
12830
12831 * vc-git.el (vc-git-after-dir-status-stage)
12832 (vc-git-dir-status-goto-stage): New functions.
12833 (vc-git-after-dir-status-stage1)
12834 (vc-git-after-dir-status-stage1-empty-db)
12835 (vc-git-after-dir-status-stage2): Remove, functionality moved
12836 into the new generic stage functions.
12837 (vc-git-dir-status-files): New function.
12838
12839 * vc.el (vc-status-update): Revert an incorrect rewrite.
12840 Add some comments.
12841 (vc-status-refresh-files): New function.
12842 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
12843 state of up-to-date files.
12844 (vc-default-dir-status-files): New function.
12845
12846 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
12847
12848 * minibuffer.el (completion--embedded-envvar-table)
12849 (read-file-name-internal): Fix typos in 2008-04-11 change.
12850
12851 * faces.el (read-face-name): Use `completion-table-in-turn',
12852 not `complete-in-turn'.
12853
12854 2008-04-13 Andreas Schwab <schwab@suse.de>
12855
12856 * progmodes/etags.el: Require 'cl when compiling.
12857
12858 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
12859
12860 * progmodes/gud.el (gud-menu-map): Expand tooltip.
12861
12862 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
12863 (menu): Add/expand menu tooltips.
12864
12865 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12866
12867 * progmodes/sh-script.el (sh-show-indent): Fix typo.
12868 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
12869
12870 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
12871 considered registered.
12872
12873 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12874
12875 * emacs-lisp/copyright.el (copyright-update-directory): New command.
12876
12877 * ediff-wind.el (ediff-split-window-function)
12878 (ediff-merge-split-window-function): Improve custom type.
12879
12880 2008-04-12 Eli Zaretskii <eliz@gnu.org>
12881
12882 * loadup.el ("minibuffer"): Move after "faces".
12883
12884 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * progmodes/hideif.el (hif-factor): Handle unary minus.
12887
12888 2008-04-12 Glenn Morris <rgm@gnu.org>
12889
12890 * calendar/cal-china.el (chinese-calendar-time-zone):
12891 Mark obsolete name as risky too.
12892
12893 * calendar/calendar.el (calendar-faces): New custom group.
12894 (calendar-today, diary, holiday): Doc fix.
12895 Move to calendar-faces group.
12896 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
12897 (diary-button): Doc fix. Move to calendar-faces group.
12898
12899 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12900 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
12901 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
12902 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
12903 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
12904 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
12905 not in dumped files before the associated defcustom.
12906
12907 2008-04-11 Johan Bockgård <bojohan@gnu.org>
12908
12909 * minibuffer.el (lazy-completion-table): Fix debug spec.
12910
12911 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12912
12913 * minibuffer.el (complete-with-action, lazy-completion-table):
12914 Move from subr.el.
12915 (apply-partially, completion-table-dynamic)
12916 (completion-table-with-context, completion-table-with-terminator)
12917 (completion-table-in-turn): New funs.
12918 (completion--make-envvar-table, completion--embedded-envvar-table):
12919 New funs.
12920 (read-file-name-internal): Use them.
12921 (completion-setup-hook): Move from simple.el.
12922 * subr.el (complete-with-action, lazy-completion-table):
12923 * simple.el (completion-setup-hook): Move to minibuffer.el.
12924
12925 2008-04-11 Glenn Morris <rgm@gnu.org>
12926
12927 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
12928
12929 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12930
12931 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
12932
12933 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
12934
12935 * textmodes/fill.el (fill-forward-paragraph-function): New var.
12936 (fill-forward-paragraph): New fun.
12937 (fill-paragraph, fill-region): Use it.
12938
12939 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
12940 (vc-status-create-fileinfo): Make `extra' optional.
12941 (vc-status-busy): New fun.
12942 (vc-status-menu-map): Use it.
12943 (vc-status-crt-marked): Remove.
12944 (vc-status-update): Rename from vc-status-add-entries.
12945 Add argument so as to prevent addition of entries. Rewrite.
12946 (vc-update-vc-status-buffer): Remove.
12947 (vc-status-refresh): Don't remove old entries, set them to
12948 up-to-date instead. Also do it after the update is complete.
12949 (vc-status-marked-files): η-reduce.
12950
12951 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
12952 for non-dialogs.
12953
12954 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
12955
12956 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
12957
12958 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
12959
12960 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
12961 to t and don't truncate msg.
12962
12963 2008-04-11 Glenn Morris <rgm@gnu.org>
12964
12965 * calendar/calendar.el (diary, holidays):
12966 Move custom groups to other files.
12967 (holiday-general-holidays, holiday-oriental-holidays)
12968 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
12969 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12970 (holiday-hebrew-holidays, holiday-christian-holidays)
12971 (holiday-islamic-holidays, holiday-bahai-holidays)
12972 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
12973 * calendar/diary-lib.el: Move custom group here from calendar.el.
12974 * calendar/holidays.el: Move custom group and variables here
12975 from calendar.el.
12976
12977 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
12978
12979 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
12980 Fix custom group.
12981 (calendar-current-time-zone-cache): Autoload riskiness.
12982
12983 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
12984
12985 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
12986
12987 * woman.el (woman2-TH): Use string-equal instead of string-match.
12988
12989 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
12992 (smerge-resolve): Merge the "2-way refinement" case with one half of
12993 the "mere whitespace" resolution.
12994
12995 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
12996
12997 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
12998
12999 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13000
13001 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13002 Add WHEN to obsolescence declaration.
13003
13004 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13005
13006 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13007
13008 * vc-hooks.el (vc-state): Add new state `conflict'.
13009 (vc-after-save): Use when not if.
13010 (vc-default-mode-line-string): Deal with the conflict state.
13011 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13012
13013 * vc.el (vc-editable-p, vc-default-status-printer)
13014 (vc-next-action): Deal with the conflict state.
13015 (vc-mark-resolved): New function.
13016 (vc-status-mode): Fix mode name.
13017 (vc-default-comment-history): Use when not if.
13018 (Todo): Add new entries, remove old ones.
13019
13020 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13021 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13022 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13023 Detect the conflict state.
13024
13025 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13026
13027 2008-04-10 Glenn Morris <rgm@gnu.org>
13028
13029 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13030 Respect truncate-partial-width-windows in non-full windows,
13031 with regards to :toggle and :enable state.
13032
13033 * simple.el (toggle-truncate-lines): Doc fix.
13034
13035 * Makefile.in (MH_E_DIR): New variable.
13036 (MH_E_SRC): Restore variable removed 2008-03-13.
13037 (mh-loaddefs.el): Depend on $MH_E_SRC.
13038 (CAL_DIR, CAL_SRC): New variables.
13039 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13040 Depend on CAL_SRC.
13041
13042 * calendar/calendar.el (calendar, diary): Add :prefix.
13043 (holidays): Change :prefix.
13044 (calendar-today, holiday, calendar-holiday-marker)
13045 (european-calendar-style): Change custom groups.
13046
13047 * calendar/calendar.el (diary-hook, diary-display-hook):
13048 Move to diary-lib.el.
13049 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13050 Move here from calendar.el.
13051 * calendar/appt.el: Require diary-lib rather than calendar.
13052 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13053
13054 * calendar/appt.el (appt): Add :prefix.
13055
13056 * calendar/diary-lib.el (diary-hook): Doc fix.
13057 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13058
13059 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13060
13061 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13062 New functions.
13063
13064 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13065 the arg to recursive calls.
13066
13067 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13068
13069 * minibuffer.el (completion-auto-help): Fix typo.
13070
13071 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13074
13075 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13076
13077 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13078 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13079
13080 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13081
13082 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13083
13084 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13085 (completion-auto-help): Move from C code.
13086 (minibuffer--maybe-completion-help): Remove.
13087 (minibuffer--bitset): New function.
13088 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13089 Renumber a bit. Really complete on string *before* point.
13090 Add argument used for word-completion.
13091 Join trailing / in completion with following text, as done in
13092 minibuffer-complete-word.
13093 Handle new value `lazy' for completion-auto-help.
13094 (minibuffer-try-word-completion): New function extracted from
13095 minibuffer-complete-word.
13096 (minibuffer-complete-word): Use minibuffer--do-completion.
13097 (minibuffer--insert-strings): Rename from
13098 minibuffer-complete-insert-strings.
13099 (exit-minibuffer): Fix typo.
13100 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13101 * cus-start.el: Remove completion-auto-help.
13102
13103 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13104
13105 * vc.el (vc-status-add-entries): New function.
13106 (vc-status-add-entry): Remove.
13107 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13108 Use vc-status-add-entries.
13109
13110 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13111 order.
13112
13113 2008-04-09 Jason Rumney <jasonr@gnu.org>
13114
13115 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13116 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13117 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13118 (AUTOGENEL): New variable.
13119 (distclean, maintainer-clean): New targets.
13120
13121 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13122
13123 * emacs-lisp/regexp-opt.el (regexp-opt):
13124 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13125
13126 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13127
13128 * nxml/nxml-mode.el (nxml-cleanup): New function.
13129 (nxml-mode): Add it to change-major-mode-hook.
13130
13131 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13132
13133 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13134
13135 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13136
13137 * calc/.cvsignore: New file.
13138
13139 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13140
13141 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13142
13143 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13144 show-help-function when turning tooltip off.
13145 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13146 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13147
13148 2008-04-09 Alan Mackenzie <acm@muc.de>
13149
13150 * font-lock.el (font-lock-extend-after-change-region-function):
13151 Make it buffer local.
13152
13153 2008-04-09 Glenn Morris <rgm@gnu.org>
13154
13155 * calendar/calendar.el (diary-file, european-calendar-style):
13156 Remove autoload cookies.
13157
13158 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13159
13160 * outline.el (outline-mode-menu-bar-map):
13161 * log-view.el (log-view-mode-menu):
13162 * log-edit.el (log-edit-menu): Add :help.
13163
13164 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13165
13166 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13167 Use substring-no-properties for correct handling of unibyte strings.
13168
13169 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * add-log.el (change-log-next-buffer): Handle the case where version<
13172 signals an error.
13173
13174 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13175 mouse-major-mode-menu.
13176 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13177 (mouse-major-mode-menu, mouse-popup-menubar)
13178 (mouse-popup-menubar-stuff): Use them.
13179 (C-down-mouse-3): Bind to a dynamic map rather than to
13180 mouse-popup-menubar-stuff.
13181
13182 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13183 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13184
13185 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13186
13187 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13188 file:// access method.
13189
13190 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * minibuffer.el: New file.
13193 * loadup.el: Load it.
13194
13195 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13198 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13199
13200 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13201 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13202 Move initialization into declaration.
13203 * calc/calc-yank.el:
13204 * calc/calc-misc.el:
13205 * calc/calc-embed.el:
13206 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13207
13208 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13209
13210 * ps-samp.el (ps-add-printer, ps-remove-printer)
13211 (ps-make-dynamic-printer-menu): New functions.
13212
13213 * net/zeroconf.el: New file.
13214
13215 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13216
13217 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13218
13219 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13220
13221 * vc-rcs.el (vc-rcs-modify-change-comment):
13222 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13223
13224 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13225
13226 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13227
13228 * international/mule-cmds.el (set-locale-environment): Don't warn if
13229 coding system doesn't agree with system locale (this reverts changes
13230 by Dave Love, dated 2002-10-27 and 2002-10-09).
13231
13232 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13233 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13234
13235 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13236
13237 2008-04-08 Glenn Morris <rgm@gnu.org>
13238
13239 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13240 * textmodes/remember.el (remember-diary-convert-entry):
13241 Require calendar.
13242
13243 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13244 diary-file, since it is the default for make-diary-entry anyway.
13245
13246 * calendar/cal-menu.el (cal-menu-event-to-date):
13247 Rename calendar-event-to-date. Update callers.
13248 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13249 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13250 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13251 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13252 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13253 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13254 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13255 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13256 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13257 (calendar-mouse-tex-month-landscape):
13258 Rename cal-tex-mouse-month-landscape.
13259 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13260 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13261 (calendar-mouse-tex-year-landscape):
13262 Rename cal-tex-mouse-year-landscape.
13263 (cal-menu-context-mouse-menu): Update for above name changes.
13264
13265 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13266 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13267 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13268 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13269 * calendar/holidays.el: Replace int-to-string with number-to-string.
13270
13271 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13272
13273 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13274 region if point moves.
13275
13276 2008-04-08 Kenichi Handa <handa@m17n.org>
13277
13278 * faces.el (font-slant-table): Change numeric values for `r',
13279 `roman', and `normal'.
13280
13281 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13282
13283 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13284
13285 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13286
13287 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13288 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13289
13290 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13291
13292 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13293 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13294
13295 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13298
13299 2008-04-07 Sam Steingold <sds@gnu.org>
13300
13301 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13302 Add helper functions.
13303 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13304 lisp-compile-defun; DEFVAR forms reset the variables to the init
13305 values, just like in emacs-lisp mode eval-defun.
13306 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13307 (lisp-compile-region): Use lisp-compile-string.
13308
13309 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * subr.el (combine-and-quote-strings): Also quote strings that contain
13312 the separator.
13313
13314 * pcvs-util.el (cvs-map): Avoid recursion :-(
13315
13316 2008-04-07 Glenn Morris <rgm@gnu.org>
13317
13318 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13319
13320 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13321 view-diary-entries-initially. Keep old name as alias, update users.
13322 (calendar-mark-diary-entries-flag): Rename
13323 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13324 (calendar-view-holidays-initially-flag): Rename
13325 view-calendar-holidays-initially. Keep old name as alias, update users.
13326 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13327 Keep old name as alias, update users.
13328 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13329 Keep old name as alias, update users.
13330 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13331 Keep old name as alias, update users.
13332 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13333 Keep old name as alias, update users.
13334 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13335 (diary-american-date-forms): Rename american-date-diary-pattern.
13336 Keep old name as alias, update users.
13337 (diary-european-date-forms): Rename european-date-diary-pattern.
13338 Keep old name as alias, update users.
13339 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13340 Keep old name as alias, update users.
13341 (calendar-european-date-display-form): Rename
13342 european-calendar-display-form. Keep old name as alias, update users.
13343 (calendar-american-date-display-form): Rename
13344 european-calendar-display-form. Keep old name as alias, update users.
13345 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13346 Keep old name as alias, update users.
13347 (holiday-general-holidays): Rename general-holidays.
13348 Keep old name as alias, update users.
13349 (holiday-oriental-holidays): Rename oriental-holidays.
13350 Keep old name as alias, update users.
13351 (holiday-local-holidays): Rename local-holidays.
13352 Keep old name as alias, update users.
13353 (holiday-other-holidays): Rename other-holidays.
13354 Keep old name as alias, update users.
13355 (holiday-hebrew-holidays): Rename hebrew-holidays.
13356 Keep old name as alias, update users.
13357 (holiday-christian-holidays): Rename christian-holidays.
13358 Keep old name as alias, update users.
13359 (holiday-islamic-holidays): Rename islamic-holidays.
13360 Keep old name as alias, update users.
13361 (holiday-bahai-holidays): Rename bahai-holidays.
13362 Keep old name as alias, update users.
13363 (holiday-solar-holidays): Rename solar-holidays.
13364 Keep old name as alias, update users.
13365 (diary-fancy-buffer): Rename fancy-diary-buffer.
13366 Keep old name as alias, update users.
13367 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13368 Update users.
13369 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13370 Update users.
13371 (calendar-increment-month): Rename increment-calendar-month.
13372 Keep old name as alias, update callers.
13373 (calendar-increment-month-cons): Rename old calendar-increment-month.
13374 Update callers.
13375 (calendar-extract-month): Rename extract-calendar-month.
13376 Keep old name as alias, update callers.
13377 (calendar-extract-day): Rename extract-calendar-day.
13378 Keep old name as alias, update callers.
13379 (calendar-extract-year): Rename extract-calendar-year.
13380 Keep old name as alias, update callers.
13381 (calendar-generate-window): Rename generate-calendar-window.
13382 Update callers.
13383 (calendar-generate): Rename generate-calendar. Update callers.
13384 (calendar-generate-month): Rename generate-calendar-month.
13385 Update callers.
13386 (calendar-redraw): Rename redraw-calendar. Update callers.
13387 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13388 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13389 Update callers.
13390 (calendar-update-mode-line): Rename update-calendar-mode-line.
13391 Update callers.
13392 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13393 update callers.
13394 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13395 Keep old name as alias, update callers.
13396 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13397 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13398 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13399 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13400 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13401 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13402 * calendar/solar.el: Update for calendar.el name changes.
13403 * org/org.el (org-agenda-format-date-aligned)
13404 (org-agenda-execute-calendar-command): Access date elements directly
13405 rather than using calendar functions.
13406 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13407 Also set calendar-view-diary-initially-flag,
13408 calendar-view-holidays-initially-flag.
13409 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13410 (org-agenda-execute-calendar-command): No need to set displayed-day.
13411
13412 2008-04-06 Alan Mackenzie <acm@muc.de>
13413
13414 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13415 typo in the doc string.
13416
13417 * progmodes/cc-mode.el (c-basic-common-init):
13418 Set font-lock-extend-after-change-region-function.
13419 (c-extend-after-change-region): New function, used in
13420 font-lock-extend-after-change-region-function, thus superseding
13421 advice on the Font Lock after change functions.
13422 (c-advise-fl-for-region): Remove this macro.
13423
13424 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13425
13426 * textmodes/flyspell.el (flyspell-duplicate-distance):
13427 Improve custom type.
13428
13429 2008-04-06 Glenn Morris <rgm@gnu.org>
13430
13431 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13432 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13433 (diary-list-entries-hook): Rename list-diary-entries-hook.
13434 Keep old name as alias, update users.
13435 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13436 Keep old name as alias, update users.
13437 (diary-nongregorian-listing-hook): Rename
13438 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13439 (diary-nongregorian-marking-hook): Rename
13440 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13441 (diary-print-entries-hook): Rename print-diary-entries-hook.
13442 Keep old name as alias, update users.
13443 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13444 Keep old name as alias, update users.
13445 (diary-number-of-entries): Rename number-of-diary-entries.
13446 Keep old name as alias, update users.
13447 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13448 Give version of obsolescence.
13449 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13450 Keep old name as alias, update callers.
13451 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13452 update callers.
13453 (diary-include-other-diary-files): Rename include-other-diary-files.
13454 Keep old name as alias, update callers.
13455 (diary-simple-display): Rename simple-diary-display.
13456 Keep old name as alias, update callers.
13457 (diary-fancy-display): Rename fancy-diary-display.
13458 Keep old name as alias, update callers.
13459 (diary-print-entries): Rename print-diary-entries.
13460 Keep old name as alias, update callers.
13461 (diary-marking-entries-flag): Rename marking-diary-entries.
13462 Update users.
13463 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13464 (diary-mark-entries): Rename mark-diary-entries.
13465 Keep old name as alias, update callers.
13466 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13467 Keep old name as alias, update callers.
13468 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13469 Keep old name as alias, update callers.
13470 (calendar-mark-days-named): Rename mark-calendar-days-named.
13471 Keep old name as alias, update callers.
13472 (calendar-mark-month): Rename mark-calendar-month.
13473 Keep old name as alias, update callers.
13474 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13475 Keep old name as alias, update callers.
13476 (diary-sort-entries): Rename sort-diary-entries.
13477 Keep old name as alias, update callers.
13478 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13479 Keep old name as alias, update callers.
13480 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13481 update callers.
13482 (diary-insert-entry): Rename insert-diary-entry.
13483 Keep old name as alias.
13484 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13485 Keep old name as alias.
13486 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13487 Keep old name as alias.
13488 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13489 Keep old name as alias.
13490 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13491 Keep old name as alias.
13492 (diary-insert-block-entry): Rename insert-block-diary-entry.
13493 Keep old name as alias.
13494 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13495 Keep old name as alias.
13496 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13497 Keep old name as alias, update users.
13498 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13499 Keep old name as alias, update callers.
13500 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13501 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13502 * calendar/icalendar.el: Update for diary-lib name changes.
13503
13504 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13507
13508 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13509 for copy, move, and link operations.
13510
13511 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13512
13513 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13514 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13515
13516 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13517 'require' statements with 1-argument ones (wrapped in if's).
13518 For compatibility with the current stable version of XEmacs.
13519
13520 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13521
13522 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13523
13524 2008-04-06 Jason Rumney <jasonr@gnu.org>
13525
13526 * language/burmese.el ("Burmese"): Make sample text consistent with
13527 language name.
13528
13529 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13530
13531 * progmodes/gdb-ui.el (gdb): New group.
13532 (gdb-debug-log-max, gdb-enable-debug)
13533 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13534 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13535 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13536 (gdb-show-changed-values, gdb-max-children)
13537 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13538 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13539 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13540 (gdb-memory-unit): Move to new group from GUD group.
13541 (menu): Allow customization from GDB-UI menu-item.
13542
13543 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13544
13545 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13546
13547 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13550 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13551 Revision numbers can include ".".
13552
13553 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13554 "+" lines not accounted for by counting "-" and context lines.
13555
13556 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13557
13558 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13559 file name string.
13560
13561 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13562
13563 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13564 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13565
13566 2008-04-05 Richard Stallman <rms@gnu.org>
13567
13568 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13569
13570 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13571
13572 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13573 thread in [h-e-w]).
13574
13575 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13576
13577 * files.el (abort-if-file-too-large): Fix typo in docstring.
13578
13579 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * subr.el (functionp): Return nil for special forms.
13582
13583 2008-04-05 Glenn Morris <rgm@gnu.org>
13584
13585 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13586 Provide a feature.
13587 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13588 Require loaddefs file rather than loading it.
13589 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13590 autoload-ensure-default-file provides a feature.
13591
13592 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13593 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13594 (compile, compile-always, recompile): Use $LOADDEFS.
13595 (cal-autoloads): Remove.
13596
13597 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13598 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13599
13600 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13601 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13602
13603 * calendar/calendar.el (diary-hebrew-entry-symbol):
13604 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13605 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13606 Keep old name as alias.
13607 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13608 Keep old name as alias.
13609 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13610 to diary-bahai-entry-symbol.
13611 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13612 to diary-hebrew-entry-symbol.
13613 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13614 to diary-islamic-entry-symbol.
13615 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13616
13617 * calendar/solar.el (diary-sabbath-candles-minutes)
13618 (diary-sabbath-candles): Move to cal-hebrew.
13619 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13620 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13621 Doc fix. Keep old name as alias.
13622 (diary-hebrew-sabbath-candles): Simplify.
13623 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13624 (calendar-longitude, calendar-time-zone): Declare for compiler.
13625 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13626 rename.
13627
13628 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13629 Rename coptic-calendar-month-name-array. Update callers.
13630 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13631 (calendar-coptic-name): Rename coptic-name. Update callers.
13632 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13633 Update callers.
13634 (calendar-coptic-last-day-of-month):
13635 Rename coptic-calendar-last-day-of-month. Update callers.
13636 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13637 Keep old name as alias, update callers.
13638 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13639 Keep old name as alias, update callers.
13640 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13641 Keep old name as alias.
13642 (calendar-ethiopic-month-name-array):
13643 Rename ethiopic-calendar-month-name-array. Update callers.
13644 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13645 Update callers.
13646 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13647 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13648 Keep old name as alias, update callers.
13649 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13650 Keep old name as alias, update callers.
13651 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13652 Keep old name as alias.
13653
13654 * calendar/cal-french.el (calendar-french-epoch):
13655 Rename french-calendar-epoch. Update callers.
13656 (calendar-french-month-name-array): Rename variable and function
13657 french-calendar-month-name-array. Update callers.
13658 (calendar-french-multibyte-month-name-array):
13659 Rename french-calendar-multibyte-month-name-array. Update callers.
13660 (calendar-french-day-name-array): Rename variable and function
13661 french-calendar-day-name-array. Update callers.
13662 (calendar-french-special-days-array): Rename variable and function
13663 french-calendar-special-days-array. Update callers.
13664 (calendar-french-multibyte-special-days-array):
13665 Rename french-calendar-multibyte-special-days-array. Update callers.
13666 (calendar-french-accents-p): Rename french-calendar-accents.
13667 Update callers.
13668 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
13669 Update callers.
13670 (calendar-french-last-day-of-month):
13671 Rename french-calendar-last-day-of-month. Update callers.
13672 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
13673 Keep old name as alias, update callers.
13674 (calendar-french-print-date): Rename calendar-print-french-date.
13675 Keep old name as alias, update callers.
13676 (calendar-french-goto-date): Rename calendar-goto-french-date.
13677 Keep old name as alias.
13678
13679 * calendar/cal-menu.el, calendar/calendar.el:
13680 Update for Coptic and French name changes.
13681
13682 * calendar/cal-china.el (calendar-chinese): Rename custom group
13683 from chinese-calendar. Update users.
13684 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
13685 Keep old name as alias, update users.
13686 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
13687 Keep old name as alias.
13688 (calendar-chinese-daylight-time-offset):
13689 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
13690 update users.
13691 (calendar-chinese-standard-time-zone-name):
13692 Rename chinese-calendar-standard-time-zone-name.
13693 Keep old name as alias, update users.
13694 (calendar-chinese-daylight-saving-start):
13695 Rename chinese-calendar-daylight-savings-starts.
13696 Keep old name as alias, update users.
13697 (calendar-chinese-daylight-saving-end):
13698 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
13699 update users.
13700 (calendar-chinese-daylight-saving-start-time):
13701 Rename chinese-calendar-daylight-savings-starts-time.
13702 Keep old name as alias, update users.
13703 (calendar-chinese-daylight-saving-end-time):
13704 Rename chinese-calendar-daylight-savings-ends-time.
13705 Keep old name as alias, update users.
13706 (calendar-chinese-celestial-stem): Rename
13707 calendar-chinese-celestial-stem. Keep old name as alias, update users.
13708 (calendar-chinese-terrestrial-branch):
13709 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
13710 update users.
13711 (calendar-chinese-zodiac-sign-on-or-after):
13712 Rename chinese-zodiac-sign-on-or-after. Update callers.
13713 (calendar-chinese-new-moon-on-or-after):
13714 Rename chinese-new-moon-on-or-after. Update callers.
13715 (calendar-chinese-month-list): Rename chinese-month-list.
13716 Update callers.
13717 (calendar-chinese-number-months): Rename number-chinese-months.
13718 Update callers.
13719 (calendar-chinese-compute-year): Rename compute-chinese-year.
13720 Update callers.
13721 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
13722 (calendar-chinese-year): Rename chinese-year. Update callers.
13723 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
13724 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
13725 Keep old name as alias, update callers.
13726 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
13727 Keep old name as alias, update callers.
13728 (calendar-chinese-months-to-alist):
13729 Rename make-chinese-month-assoc-list. Update callers.
13730 (calendar-chinese-months): Rename chinese-months. Update callers.
13731 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
13732 Keep old name as alias, update callers.
13733
13734 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
13735 Rename hebrew-calendar-leap-year-p. Update callers.
13736 (calendar-hebrew-last-month-of-year):
13737 Rename hebrew-calendar-last-month-of-year. Update callers.
13738 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
13739 Update callers.
13740 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
13741 Update callers.
13742 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
13743 Update callers.
13744 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
13745 Update callers.
13746 (calendar-hebrew-last-day-of-month):
13747 Rename hebrew-calendar-last-day-of-month. Update callers.
13748 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
13749 Keep old name as alias, update callers.
13750 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
13751 Keep old name as alias, update callers.
13752 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
13753 Keep old name as alias, update callers.
13754 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
13755 Keep old name as alias.
13756 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
13757 Keep old name as alias.
13758 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
13759 Keep old name as alias.
13760 (holiday-hebrew-passover): Rename holiday-passover-etc.
13761 Keep old name as alias.
13762 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
13763 Keep old name as alias, update callers.
13764 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
13765 Keep old name as alias.
13766 (calendar-hebrew-mark-date-pattern):
13767 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
13768 update callers.
13769 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
13770 Keep old name as alias.
13771 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
13772 Keep old name as alias.
13773 (diary-hebrew-insert-monthly-entry):
13774 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
13775 (diary-hebrew-insert-yearly-entry):
13776 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
13777 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
13778 Keep old name as alias.
13779 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
13780 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
13781 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
13782 Keep old name as alias.
13783 (calendar-hebrew-parashiot-names):
13784 Rename hebrew-calendar-parashiot-names. Update callers.
13785 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
13786 (calendar-hebrew-year-Saturday-incomplete-Sunday):
13787 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
13788 (calendar-hebrew-year-Saturday-complete-Tuesday):
13789 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
13790 (calendar-hebrew-year-Monday-incomplete-Tuesday):
13791 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
13792 (calendar-hebrew-year-Monday-complete-Thursday):
13793 Rename hebrew-calendar-year-Monday-complete-Thursday.
13794 (calendar-hebrew-year-Tuesday-regular-Thursday):
13795 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
13796 (calendar-hebrew-year-Thursday-regular-Saturday):
13797 Rename hebrew-calendar-year-Thursday-regular-Saturday.
13798 (calendar-hebrew-year-Thursday-complete-Sunday):
13799 Rename hebrew-calendar-year-Thursday-complete-Sunday.
13800 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
13801 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
13802 (calendar-hebrew-year-Saturday-complete-Thursday):
13803 Rename hebrew-calendar-year-Saturday-complete-Thursday.
13804 (calendar-hebrew-year-Monday-incomplete-Thursday):
13805 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
13806 (calendar-hebrew-year-Monday-complete-Saturday):
13807 Rename hebrew-calendar-year-Monday-complete-Saturday.
13808 (calendar-hebrew-year-Tuesday-regular-Saturday):
13809 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
13810 (calendar-hebrew-year-Thursday-incomplete-Sunday):
13811 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
13812 (calendar-hebrew-year-Thursday-complete-Tuesday):
13813 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
13814 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
13815 Update for above name changes of constants.
13816
13817 * calendar/cal-menu.el, calendar/calendar.el:
13818 Update for chinese and hebrew name changes.
13819 * calendar/diary-lib.el: Update for hebrew name changes.
13820
13821 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * subr.el (keymap-canonicalize): Correct thinko.
13824
13825 * server.el: Undo part of the multi-tty change, which is only
13826 needed if server.el is preloaded, and broke server-running-p.
13827 (server-socket-dir): Initialize in the defvar, as before.
13828 (server-start): Remove initialization of server-socket-dir.
13829
13830 2008-04-05 Eli Zaretskii <eliz@gnu.org>
13831
13832 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
13833 3-member cons cells.
13834
13835 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13836
13837 * cus-face.el (custom-face-attributes): Handle roman slant.
13838
13839 * faces.el (default): Ensure the face-defface-spec property is set.
13840
13841 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
13842
13843 * files.el (abort-if-file-too-large): New function.
13844 (find-file-noselect, insert-file-1): Use it.
13845
13846 2008-04-05 Reto Zimmermann <reto@gnu.org>
13847
13848 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13849 Replace C-c[a-zA-Z] key bindings.
13850
13851 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13852
13853 * progmodes/hideif.el (hif-token-alist): New var.
13854 (hif-token-regexp, hif-tokenize): Use it.
13855 (hif-mathify-binop): New macro.
13856 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
13857 (hif-greater-equal, hif-less-equal): Use it.
13858 (hif-logior, hif-logand): New functions.
13859 (hif-math): Accept | and & as well.
13860
13861 * progmodes/etags.el: Fix problem with completion for buffer-local
13862 tables. Reported by Radey Shouman <shouman@comcast.net>.
13863 (tags-complete-tag): Remove.
13864 (tags-lazy-completion-table): New function to replace it.
13865 (find-tag-tag, complete-tag): Update users.
13866
13867 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13868
13869 * vc-rcs.el (vc-rcs-dir-status):
13870 * vc-sccs.el (vc-sccs-dir-status): New function.
13871
13872 * outline.el (outline-mode-menu-bar-map):
13873 * term.el (terminal-signal-menu): Add :help.
13874
13875 * net/eudc.el (eudc-mode-map): Declare and define in one step.
13876 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
13877
13878 * emacs-lisp/re-builder.el (reb-mode-map):
13879 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
13880
13881 * diff-mode.el (diff-file-junk-re): Recognize the git format for
13882 new files, deleted files and for changing permissions.
13883 (diff-mode): Set beginning-of-defun-function and
13884 end-of-defun-function.
13885
13886 * vc-bzr.el (vc-bzr-state): Use when instead of if.
13887
13888 * vc.el (vc-default-status-fileinfo-extra): New function.
13889 (vc-status-mark-buffer-changed): Use it.
13890 (vc-update-vc-status-buffer): Allow for partial updates.
13891
13892 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13893
13894 * net/tramp.el (after-init-hook): Don't wrap a lambda around
13895 tramp-register-completion-file-name-handler.
13896
13897 * subr.el (keymap-canonicalize): New function.
13898 * mouse.el (mouse-menu-non-singleton): Use it.
13899 (mouse-major-mode-menu): Remove hack made unnecessary.
13900
13901 * simple.el (set-fill-column): Prompt rather than error by default.
13902
13903 2008-04-04 Andreas Schwab <schwab@suse.de>
13904
13905 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13906 Reset new-rules after each round.
13907
13908 * Makefile.in (cal-autoloads): New target.
13909 (compile, compile-always, recompile): Depend on it.
13910 ($(lisp)/calendar/cal-loaddefs.el)
13911 ($(lisp)/calendar/diary-loaddefs.el)
13912 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
13913
13914 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
13915
13916 * ediff*.el: Replace load with require in eval-when-compile.
13917
13918 * ediff-hook.el: Delete all invocations of (autoload ...).
13919
13920 * ediff-util.el (ediff-setup): Make window-min-height a local variable
13921 in ediff control window, and set its min height to 2.
13922 (ediff-setup-control-buffer): Dedicate the control window.
13923 (ediff-toggle-multiframe): Undedicate control window.
13924 Work directly with ediff-setup-windows-multiframe and
13925 ediff-setup-windows-plain.
13926
13927 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
13928 New function.
13929 (ediff-window-setup-function): Change initialization.
13930 (ediff-setup-windows-automatic): Delete.
13931 (ediff-setup-windows-plain-merge): Make control window dedicated.
13932 (ediff-destroy-control-frame): Do not skip frames if working in a
13933 single frame.
13934
13935 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
13936 eval-when-compile.
13937
13938 * emulation/viper-util.el: Move provide's forward, prevent recursion in
13939 eval-when-compile.
13940
13941 2008-04-04 Glenn Morris <rgm@gnu.org>
13942
13943 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
13944 calendar-absolute-from-bahai. Update callers, keep old name as alias.
13945
13946 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
13947 Rename islamic-calendar-leap-year-p. Update callers.
13948 (calendar-islamic-last-day-of-month):
13949 Rename islamic-calendar-last-day-of-month. Update callers.
13950 (calendar-islamic-day-number):
13951 Rename islamic-calendar-day-number. Update callers.
13952 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
13953 Update callers, keep old name as alias.
13954 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
13955 Update callers, keep old name as alias.
13956 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
13957 Keep old name as alias.
13958 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
13959 Update callers, keep old name as alias.
13960 (calendar-islamic-mark-date-pattern):
13961 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
13962 name as alias.
13963 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
13964 Keep old name as alias.
13965 (diary-islamic-insert-monthly-entry):
13966 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
13967 (diary-islamic-insert-yearly-entry):
13968 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
13969
13970 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
13971 calendar-absolute-from-iso. Update callers, keep old name as alias.
13972 (calendar-iso-print-date): Rename calendar-print-iso-date.
13973 Update callers, keep old name as alias.
13974 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
13975 Keep old name as alias.
13976 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
13977 Keep old name as alias.
13978
13979 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
13980 calendar-absolute-from-julian. Update callers, keep old name as alias.
13981 (calendar-julian-print-date): Rename calendar-print-julian-date.
13982 Update callers, keep old name as alias.
13983 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
13984 Update callers, keep old name as alias.
13985 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
13986 Update callers, keep old name as alias.
13987 (calendar-astro-print-day-number):
13988 Rename calendar-print-astro-day-number. Update callers, keep old
13989 name as alias.
13990 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
13991 Update callers, keep old name as alias.
13992
13993 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
13994 Rename calendar-string-to-mayan-long-count. Update callers.
13995 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
13996 Update callers, keep old name as alias.
13997 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
13998 Update callers.
13999 (calendar-mayan-read-tzolkin-date):
14000 Rename calendar-read-mayan-tzolkin-date. Update callers.
14001 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14002 Keep old name as alias.
14003 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14004 Keep old name as alias.
14005 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14006 Keep old name as alias.
14007 (calendar-mayan-previous-tzolkin-date):
14008 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14009 (calendar-mayan-next-round-date):
14010 Rename calendar-next-calendar-round-date. Keep old name as alias.
14011 (calendar-mayan-previous-round-date):
14012 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14013 (calendar-mayan-long-count-to-absolute): Rename
14014 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14015 (calendar-mayan-goto-long-count-date):
14016 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14017
14018 * calendar/cal-persia.el (calendar-persian-month-name-array):
14019 Rename persian-calendar-month-name-array. Update callers.
14020 (calendar-persian-epoch): Rename persian-calendar-epoch.
14021 Update callers.
14022 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14023 Update callers.
14024 (calendar-persian-last-day-of-month):
14025 Rename persian-calendar-last-day-of-month. Update callers.
14026 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14027 Update callers, keep old name as alias.
14028 (calendar-persian-print-date): Rename calendar-print-persian-date.
14029 Update callers, keep old name as alias.
14030 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14031 Keep old name as alias.
14032
14033 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14034 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14035 * calendar/solar.el: Update for cal-julian name changes.
14036
14037 * calendar/cal-dst.el: Update for persian name changes.
14038
14039 * calendar/cal-menu.el, calendar/calendar.el:
14040 Update for islamic, iso, julian, mayan, persian name changes.
14041
14042 * calendar/diary-lib.el: Update for islamic name changes.
14043
14044 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14045 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14046 as alias.
14047 (calendar-christian-all-holidays-flag):
14048 Rename all-christian-calendar-holidays. Update callers, keep old
14049 name as alias.
14050 (calendar-islamic-all-holidays-flag):
14051 Rename all-islamic-calendar-holidays. Update callers, keep old
14052 name as alias.
14053 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14054 Update callers, keep old name as alias.
14055 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14056 Update for the above name changes.
14057
14058 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * hilit-chg.el (global-highlight-changes-mode)
14061 (highlight-changes-passive-string, highlight-changes-active-string):
14062 Mark as obsolete since 23.1, not 22.1.
14063
14064 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14065
14066 * hilit-chg.el (highlight-changes-visibility-initial-state)
14067 (hilit-chg-update, highlight-changes-mode-turn-on):
14068 Fix typos in docstrings.
14069
14070 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14071
14072 * newcomment.el (comment-enter-backward): Be careful to restore
14073 position changed during narrowing.
14074
14075 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14076
14077 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14078 Recognize `sub ($$)'.
14079
14080 2008-04-03 Richard Sharman <rsharman@pobox.com>
14081
14082 * hilit-chg.el (highlight-changes-mode): Rename from
14083 highlight-changes; no longer uses sub-modes active and passive;
14084 implemented by define-minor-mode.
14085 (highlight-changes-toggle-visibility): New function, to replace
14086 the old passive/active submodes of global-highlight-changes-mode;
14087 implemented by define-minor-mode.
14088 (global-highlight-changes-mode): Rename from global-highlight-changes;
14089 rewrite using define-globalized-minor-mode.
14090 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14091 (hilit-chg-post-command-hook, hilit-chg-check-global)
14092 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14093 to use of define-globalized-minor-mode.
14094 (highlight-changes-global-initial-state): Change to be boolean.
14095 (highlight-changes-visible-string, highlight-changes-invisible-string):
14096 Rename from highlight-changes-active-string and
14097 highlight-changes-passive-string.
14098 (hilit-chg-update, hilit-chg-set): Use them.
14099 (global-highlight-changes-mode): Rename from global-highlight-changes.
14100 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14101 docstring.
14102 (hilit-chg-hide-changes): Rewrite to use dolist.
14103 (hilit-chg-set-face-on-change, hilit-chg-update)
14104 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14105 variable instead of testing highlight-changes-mode.
14106 (highlight-markup-buffers): Add require ediff-util; argument on calls
14107 to highlight-changes-mode changed.
14108 (highlight-compare-with-file): Fix problems with interactive
14109 call giving invalid default file.
14110
14111 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14112
14113 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14114 Fix in disassembly buffer (regression in 22.2).
14115
14116 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14117
14118 * emulation/viper-macs.el (viper-read-fast-keysequence):
14119 Use viper-read-event instead of viper-read-key.
14120
14121 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14122
14123 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14124 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14125 let-statements.
14126
14127 * emulation/viper-ex.el, emulation/viper-macs.el:
14128 * emulation/viper-mous.el:
14129 Replace load with require in eval-when-compile.
14130
14131 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14132
14133 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14134
14135 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14136 (archive-try-jka-compr): New function.
14137 (archive-set-buffer-as-visiting-file): Use it.
14138
14139 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14140
14141 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14142
14143 * simple.el (handle-shift-selection): New arg.
14144
14145 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14148
14149 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14150
14151 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14152
14153 * shell.el (shell-dynamic-complete-filename): New fun.
14154 (shell-dynamic-complete-functions): Use it.
14155
14156 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14157
14158 2008-04-03 Kenichi Handa <handa@m17n.org>
14159
14160 * international/fontset.el (create-fontset-from-x-resource):
14161 Handle the error of X resource more gracefully.
14162
14163 * international/latin1-disp.el (latin1-display): Don't use make-char.
14164 Fix the argument to set-char-table-range.
14165 (latin1-display-identities): Don't use make-char.
14166 (latin1-display-reset): Use map-charset-chars instead of directly
14167 calling standard-display-default.
14168 (latin1-display-check-font): Don't use make-char.
14169 (latin1-display-setup): Likewise.
14170 (latin1-display-ucs-per-lynx): Likewise.
14171
14172 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14175 name the fields, to make the code clearer.
14176 Rewrite all `aset' and `aref' using the defined accessors.
14177 (timer--time): New pseudo-field.
14178 (timer-set-time, timer-set-idle-time, timer-inc-time)
14179 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14180 (timer--time-less-p): New function.
14181 (timer--activate): New function, extracted from timer-activate.
14182 (timer-activate-when-idle, timer-activate): Use it.
14183 (cancel-function-timers): Use dolist.
14184
14185 2008-04-03 Glenn Morris <rgm@gnu.org>
14186
14187 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14188 Remove declarations; no longer used.
14189 (c-cpp-define-name, c-defun-name): Declare as functions.
14190
14191 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14192 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14193
14194 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14195 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14196 Add optional argument. Simplify.
14197 (holiday-tisha-b-av-etc): Use memq rather than unless.
14198 (holiday-julian): Autoload it.
14199 (holiday-hebrew-misc): New function.
14200
14201 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14202
14203 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14204 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14205 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14206 all-hebrew-calendar-holidays.
14207 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14208 Simplify using new functions.
14209 (calendar-holidays): Doc fix.
14210 (generate-calendar-window): Use bound-and-true-p.
14211
14212 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14213
14214 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14215 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14216 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14217 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14218
14219 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14220
14221 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14222
14223 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14224
14225 * vc-bzr.el (vc-bzr-checkout): Simplify.
14226
14227 * image-mode.el (image-mode-fit-frame): New command.
14228
14229 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14230 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14231 (keyboard-escape-quit): Check region-active-p i.s.o
14232 transient-mark-mode.
14233
14234 2008-04-02 Simon Josefsson <simon@josefsson.org>
14235
14236 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14237 (imap-message-copyuid-1): Use it.
14238 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14239 J. Williams in
14240 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14241
14242 2008-04-02 Alan Mackenzie <acm@muc.de>
14243
14244 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14245 New optimised functions to get the name of the current defun/macro.
14246
14247 * add-log.el (add-log-current-defun): Move the functionality which
14248 gets the current function name for C like modes to cc-cmds.el,
14249 thus optimising for speed.
14250
14251 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14252
14253 * simple.el (deactivate-mark): When the mark is temporarily
14254 active, restore the original value of transient-mark-mode.
14255 (set-mark-command): First deactivate the mark if was temporarily active.
14256 (exchange-point-and-mark): Reactivate the mark if it was
14257 temporarily active.
14258 (handle-shift-selection): New fun.
14259 (transient-mark-mode): Move var documentation here from buffer.c.
14260 (next-line, previous-line, backward-word, move-end-of-line)
14261 (move-beginning-of-line, forward-to-indentation)
14262 (backward-to-indentation, back-to-indentation)
14263 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14264
14265 * mouse.el (mouse-set-region-1): Save the old value of
14266 transient-mark-mode.
14267 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14268 transient-mark-mode.
14269
14270 * textmodes/paragraphs.el (forward-paragraph)
14271 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14272 interactive spec.
14273
14274 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14275
14276 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14277
14278 * net/tramp.el (tramp-make-tramp-temp-file):
14279 Use `tramp-drop-volume-letter' for the local file name part.
14280
14281 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14282
14283 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14284 Add menu entries corresponding to all the key bindings.
14285
14286 * emacs-lisp/debug.el (debugger-mode-map):
14287 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14288 (conf-align-assignments): Only work on the region if it is active.
14289 (conf-quote-normal): Use when instead of if. Remove redundant test.
14290
14291 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14292 for tracing and re-builder.
14293
14294 2008-04-02 Glenn Morris <rgm@gnu.org>
14295
14296 * calendar/appt.el (appt-disp-window-function): Doc fix.
14297 (appt-display-message): Move beep before display.
14298 (appt-check): Make interactive. Reduce the number of lets.
14299 Use string-equal to compare mode-line strings.
14300 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14301 read-only.
14302 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14303 (appt-delete): Simplify.
14304
14305 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14306
14307 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14308
14309 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14310 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14311 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14312
14313 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14314 (calendar-holiday-marker, mark-visible-calendar-date):
14315 * calendar/diary-lib.el (fancy-diary-display):
14316 Check for font-lock-mode before using faces.
14317
14318 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14319 (calendar-gregorian-from-absolute): Reduce the number of lets.
14320 (hebrew-holidays-4, generate-calendar-window): Simplify.
14321 (calendar-for-loop): Make obsolete.
14322 (calendar-nth-named-day): Doc fix.
14323
14324 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14325 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14326 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14327 Reduce the number of lets.
14328 (mark-sexp-diary-entries, calendar-mark-complex):
14329 Expand calendar-for-loops.
14330
14331 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14332
14333 * find-dired.el (find-dired-filter): Fix last patch to handle
14334 multi-line process input. Pad link numbers too.
14335
14336 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14337
14338 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14339
14340 2008-04-01 Jason Rumney <jasonr@gnu.org>
14341
14342 * international/characters.el (script-list): Add phonetic script,
14343 covering IPA (previously Latin), Phonetic Extensions and
14344 Phonetic Extensions Supplement (both previously unassigned).
14345
14346 * international/fontset.el (setup-default-fontset): Use unicode fonts
14347 that cover bopomofo script for bopomofo.
14348 Likewise for braille and mathematical.
14349 Use unicode scripts that cover the phonetic script for IPA.
14350
14351 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14352
14353 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14354 return the assigned value.
14355
14356 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * abbrev.el (abbrev-mode): Use define-minor-mode.
14359
14360 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14361 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14362 Use map-keymap.
14363 (minor-mode-menu-from-indicator): Use it. Simplify.
14364
14365 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14366 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14367 Bind the key directly to the menu.
14368 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14369
14370 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14371
14372 * epa.el (epa-decrypt-region): Explain the reason why this
14373 function should not be used in Lisp programs.
14374 (epa-decrypt-armor-in-region): Ditto.
14375 (epa-verify-region): Ditto.
14376 (epa-verify-cleartext-in-region): Ditto.
14377 (epa-sign-region): Ditto.
14378 (epa-encrypt-region): Ditto.
14379
14380 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14381
14382 * epa.el (epa-select-keys): Show menu even if there is no key in
14383 GnuPG's keyring.
14384
14385 2008-04-01 Glenn Morris <rgm@gnu.org>
14386
14387 * calendar/calendar.el (calendar-make-temp-face): New function.
14388 (mark-visible-calendar-date):
14389 * calendar/diary-lib.el (fancy-diary-display): Use it.
14390
14391 * vc-hooks.el (vc-responsible-backend): Declare as function.
14392
14393 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14394 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14395 * calendar/cal-julian.el (holiday-julian): Use it.
14396
14397 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14398 (calendar-hebrew-date-is-visible-p): Extract some common code into
14399 separate function.
14400 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14401
14402 * calendar/cal-menu.el (cal-menu-holidays-menu):
14403 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14404 rather than obsolete alias.
14405
14406 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14407 for mark characters.
14408 (calendar-unmark): Unmark by removing all overlays, rather than
14409 redrawing.
14410 (calendar-starred-day): Remove.
14411 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14412 (calendar-cursor-to-date): No need for special star handling now
14413 using overlays.
14414 (calendar-star-date): Use overlays.
14415
14416 * calendar/cal-french.el (calendar-goto-french-date):
14417 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14418 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14419 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14420 * calendar/cal-persia.el (calendar-persian-date-string):
14421 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14422 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14423 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14424 * calendar/solar.el (solar-equinoxes-solstices):
14425 Reduce nesting of some lets.
14426
14427 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14428 (calendar-goto-mayan-long-count-date): Simplify.
14429
14430 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14431 Simplify by using mapcar.
14432 (calendar-list-holidays): Return holiday-list.
14433 (list-holidays): Use let rather than let*. Remove un-needed locals
14434 `d', `never'.
14435 (calendar-check-holidays): Return result from dolist.
14436 (holiday-float): Use a single let*. Simplify if-and to and.
14437 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14438 single let*.
14439
14440 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14441
14442 * calc/calc.el: Autoload `calc-yank'.
14443 (calc-mode-map): Add keybindings for `calc-yank'.
14444 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14445 assignments for `calc-yank'.
14446
14447 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14448
14449 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14450 (vc-status-mark-buffer-changed): Handle the extra field.
14451
14452 * vc-bzr.el (vc-bzr-after-dir-status):
14453 * vc-cvs.el (vc-cvs-after-dir-status):
14454 * vc-hg.el (vc-hg-after-dir-status):
14455 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14456
14457 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14458
14459 * doc-view.el: Compute displayed pages first (in PDF).
14460 (doc-view-current-converter-processes): Rename from
14461 doc-view-current-converter-process. Update users.
14462 (doc-view-sentinel): Test buffer's liveness.
14463 (doc-view-pdf/ps->png-sentinel): Remove.
14464 (doc-view-start-process): New function.
14465 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14466 (doc-view-ps->pdf): Use it.
14467 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14468 New functions.
14469 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14470 (doc-view-mode): Kill the processes when leaving the mode.
14471
14472 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14473
14474 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14475 Use `byte-compile-warning-types'. Add docstring.
14476
14477 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14478
14479 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14480 (smerge-resolve): Add various resolution heuristics.
14481
14482 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14483 in 3-way conflicts.
14484
14485 2008-03-31 Glenn Morris <rgm@gnu.org>
14486
14487 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14488 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14489 * calendar/cal-islam.el (mark-islamic-diary-entries):
14490 Fix argument order in call to diary-mark-entries-1.
14491
14492 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14493 pre-Bahai dates.
14494 (holiday-bahai): Use an algorithm actually relevant to this calendar
14495 system.
14496
14497 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14498
14499 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14500 Use and.
14501
14502 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14503 in the last fortnight in Julian October.
14504
14505 * calendar/calendar.el (increment-calendar-month): Optionally handle
14506 systems without 12 months per year.
14507 (calendar-date-is-visible-p): Doc fix. Simplify.
14508
14509 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14510 from dolist.
14511
14512 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14513
14514 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14515 (hi-lock-unload-function): New function.
14516
14517 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14518
14519 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14520 overwriting when NEWNAME is a local file.
14521
14522 * net/trampver.el: Update release number.
14523
14524 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14525
14526 * vc-git.el: Make vc-status display information about copies,
14527 renames and permission changes.
14528 (vc-git-extra-fileinfo): New defstruct.
14529 (vc-git-escape-file-name, vc-git-file-type-as-string)
14530 (vc-git-rename-as-string, vc-git-permissions-as-string)
14531 (vc-git-status-printer): New functions.
14532 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14533 (vc-git-after-dir-status-stage1): Look for copies, renames and
14534 permission changes.
14535 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14536 (vc-git-dir-status): Ask for staged files and renames.
14537
14538 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14539
14540 * vc.el: Allow backends to display backend specific information in
14541 the vc-status listing.
14542 (vc-status-fileinfo): Add a field for backend specific information.
14543 (vc-status-printer): Rename to ...
14544 (vc-default-status-printer): ... this.
14545 (vc-status-printer): New function.
14546 (vc-update-vc-status-buffer): Set the backend specific file info
14547 if provided.
14548
14549 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14552 change (ill-conceived).
14553
14554 2008-03-29 Glenn Morris <rgm@gnu.org>
14555
14556 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14557 * calendar/cal-julian.el (holiday-julian): Simplify.
14558
14559 * calendar/holidays.el (list-holidays): Use or.
14560
14561 2008-03-29 Juri Linkov <juri@jurta.org>
14562
14563 * window.el (split-window-preferred-horizontally): New function.
14564
14565 * cus-start.el (split-window-preferred-function):
14566 Set choice for "vertically" to nil instead of split-window.
14567 Set choice for "horizontally" to split-window-preferred-horizontally
14568 instead of lambda.
14569
14570 2008-03-29 Juri Linkov <juri@jurta.org>
14571
14572 * simple.el (minibuffer-default-add-function): New variable with
14573 the default to minibuffer-default-add-completions.
14574 (minibuffer-default-add-done): New variable. Make it buffer-local.
14575 (minibuffer-default-add-completions): New function.
14576 (goto-history-element): Set minibuffer-default-add-done to t and
14577 call a function in minibuffer-default-add-function when the
14578 specified absolute history position is greater than the length of
14579 the minibuffer-default list and minibuffer-default-add-done is nil.
14580 Change "^End of history; no next item$" to "^End of defaults;
14581 no next item$".
14582
14583 * bindings.el (debug-ignored-errors): Change "^End of history;
14584 no next item$" to "^End of defaults; no next item$".
14585
14586 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14587
14588 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14589
14590 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14591 to with-no-warnings.
14592
14593 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14594
14595 Sync with Tramp 2.1.13.
14596
14597 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14598
14599 * net/trampver.el: Update release number.
14600
14601 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14602
14603 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14604 the current backend.
14605
14606 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14607 (vc-status-refresh): Create a temporary buffer and call the
14608 `dir-status' backend function from that buffer.
14609
14610 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14611 (vc-bzr-after-dir-status): Don't kill the buffer.
14612
14613 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14614 (vc-cvs-after-dir-status): Don't kill the buffer.
14615
14616 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14617 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14618
14619 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14620 (vc-hg-after-dir-status): Don't kill the buffer.
14621
14622 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14623 (vc-svn-after-dir-status): Don't kill the buffer.
14624
14625 2008-03-29 Glenn Morris <rgm@gnu.org>
14626
14627 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14628 (european-date-diary-pattern, european-calendar-display-form)
14629 (american-calendar-display-form, diary-display-hook): Doc fixes.
14630 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14631 custom :set. Mark as obsolete.
14632 (calendar-date-style, iso-date-diary-pattern)
14633 (iso-calendar-display-form): New user variables.
14634 (diary-date-forms, calendar-date-display-form): Set using
14635 calendar-date-style. Doc fix.
14636 (calendar-set-date-style): New command.
14637 (european-calendar, american-calendar): Use calendar-set-date-style.
14638 Mark as obsolete.
14639
14640 * calendar/diary-lib.el (number): Move declaration where needed.
14641 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14642 (diary-make-date): New function.
14643 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14644 Use diary-make-date.
14645 (diary-date-display-form, diary-insert-entry-1): New functions.
14646 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14647 Use diary-insert-entry-1.
14648 (insert-anniversary-diary-entry, insert-block-diary-entry)
14649 (insert-cyclic-diary-entry): Use diary-date-display-form.
14650
14651 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14652 Autoload diary-insert-entry-1.
14653 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14654 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14655 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14656 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14657 * calendar/cal-islam.el (insert-islamic-diary-entry)
14658 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14659 Use diary-insert-entry-1.
14660
14661 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
14662 (diary-yahrzeit): Doc fix. Use diary-make-date.
14663
14664 * calendar/icalendar.el (icalendar--datetime-to-american-date):
14665 New name for icalendar--datetime-to-noneuropean-date. Make old name
14666 obsolete alias.
14667 (icalendar--datetime-to-iso-date): New function.
14668 (icalendar--datetime-to-diary-date): Doc fix. Respect
14669 calendar-date-style if bound.
14670
14671 * textmodes/remember.el (remember-diary-convert-entry):
14672 Respect calendar-date-style if bound.
14673
14674 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14675
14676 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
14677 (xterm-mouse-handle-delete-frame): Delete.
14678
14679 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
14680 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
14681 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
14682 in xterm-modify-other-keys-terminal-list.
14683
14684 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
14685 are conflicts.
14686
14687 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14688
14689 * vc.el (vc-update): Check if the buffer is unsaved only if it
14690 actually exists.
14691 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
14692 vc-print-log.
14693
14694 2008-03-28 Magnus Henoch <mange@freemail.hu>
14695
14696 * net/dns.el (dns-write): Use set-buffer-multibyte.
14697
14698 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * vc-bzr.el (vc-bzr-sha1): New fun.
14701 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
14702 (vc-bzr-registered): Use it.
14703
14704 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14705
14706 * vc.el (vc-status-kill-dir-status-process): Simplify.
14707 (vc-status-refresh): Make sure the buffer is live.
14708 (ring): Don't require it, not used.
14709
14710 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
14711
14712 * progmodes/verilog-mode.el (verilog-auto-inout-module):
14713 Add optional regular expression to AUTOINOUTMODULE.
14714 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
14715 (verilog-auto-inst-param, verilog-auto-reg)
14716 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
14717 (verilog-auto-output-every, verilog-auto-input)
14718 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
14719 (verilog-auto-unused, verilog-auto): Update documentation to use
14720 more obvious instance module names versus cell names.
14721
14722 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
14723
14724 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
14725 kill if a process is running.
14726
14727 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
14728
14729 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14730
14731 * vc.el: Add new backend function 'status-extra-headers.
14732 (vc-default-status-extra-headers): New function.
14733 (vc-status-headers): Call 'status-extra-headers. Add colors.
14734
14735 * vc-git.el (vc-git-status-extra-headers): New function.
14736
14737 2008-03-28 Glenn Morris <rgm@gnu.org>
14738
14739 * calendar/cal-menu.el (cal-menu-holidays-menu)
14740 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
14741 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
14742 holiday-list is optional.
14743 (calendar-mouse-holidays): Remove un-needed local `l'.
14744
14745 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
14746 Remove un-needed local `date'.
14747 (calendar-cursor-to-visible-date): Use let rather than let*.
14748 Remove un-needed local `first-of-month-weekday'.
14749
14750 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
14751
14752 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
14753 Doc fixes.
14754 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
14755 (diary-header-line-flag, diary-header-line-format): Declare.
14756 (diary-pull-attrs): Check for multiple matches.
14757 (diary-list-entries-2): Simplify finding start of date.
14758 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
14759 pop-up-frames.
14760 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
14761 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
14762
14763 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
14764
14765 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
14766
14767 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
14768
14769 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
14772
14773 * image-mode.el (image-mode-reapply-winprops): Fix last change.
14774
14775 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14776
14777 * international/mule-conf.el (define-iso-single-byte-charset):
14778 Don't make latin-iso8859-* supplementary.
14779 (#'set-charset-priority): Don't change the priority of charsets
14780 `unicode' and `emacs'.
14781
14782 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14783
14784 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
14785 temp buffer.
14786
14787 2008-03-27 Glenn Morris <rgm@gnu.org>
14788
14789 * calendar/cal-bahai.el (diary-bahai-list-entries):
14790 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
14791 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
14792
14793 * calendar/calendar.el (diary-file): Doc fix.
14794
14795 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
14796 (list-diary-entries-hook, mark-diary-entries-hook)
14797 (include-other-diary-files, diary-mail-entries)
14798 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
14799 (diary-set-header): New function.
14800 (diary-header-line-flag, diary-header-line-format):
14801 Use diary-set-header for custom :set function.
14802 (diary-set-maybe-redraw): Use symbol-value rather than eval.
14803 (diary-attrtype-convert): Use intern-soft rather than read.
14804 (diary-display-no-entries): New function.
14805 (simple-diary-display, fancy-diary-display): Use it.
14806 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
14807 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
14808
14809 * calendar/holidays.el (list-holidays): Doc fix.
14810
14811 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
14812
14813 * calc/calc-store.el (calc-read-var-name-history): New variable.
14814 (calc-read-var-name): Use `calc-read-var-name-history'.
14815
14816 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * image-mode.el (image-mode-reapply-winprops): Simplify now that
14819 window-configuration-change-hook works buffer-locally.
14820
14821 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14822
14823 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
14824 for Emacs Lisp, not Lisp.
14825
14826 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
14827
14828 * help-fns.el (describe-function-1, describe-variable):
14829 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
14830
14831 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
14832 replacement is provided, don't print "use nil instead".
14833
14834 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14835
14836 * complete.el (PC-do-completion): Use regexp-quote.
14837
14838 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14839
14840 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
14841 Detect missing files.
14842
14843 * vc-git.el (vc-git-extra-menu-map): New key map.
14844 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
14845 New functions.
14846
14847 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
14848 and 'missing files.
14849
14850 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * calendar/holidays.el (list-holidays): Make Y2 optional.
14853
14854 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
14855 buffers shown to the user.
14856 (appt-disp-window): Disable undo explicitly now that the leading space
14857 is gone.
14858
14859 * simple.el (activate-mark): New function.
14860 (set-mark-command): Use it with region-active-p to clean up the code.
14861 (exchange-point-and-mark): Invert the meaning of C-u when
14862 transient-mark-mode is active.
14863
14864 * dired-aux.el (dired-create-files): Use dolist.
14865
14866 * bindings.el (mode-line-change-eol): Use with-selected-window.
14867
14868 * apropos.el (apropos-command): Include macros.
14869
14870 2008-03-26 Glenn Morris <rgm@gnu.org>
14871
14872 * calendar/cal-bahai.el: Require calendar, not cal-julian.
14873 (calendar-bahai-epoch): Doc fix.
14874
14875 * calendar/cal-china.el: Explicitly require calendar.
14876
14877 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
14878 Require calendar rather than cal-julian.
14879 Autoload calendar-absolute-from-julian.
14880 * calendar/cal-coptic.el (coptic-calendar-epoch):
14881 * calendar/cal-islam.el (calendar-islamic-epoch):
14882 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
14883
14884 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
14885
14886 * calendar/cal-dst.el: Don't require cal-persia.
14887 (calendar-absolute-from-persian): Autoload it.
14888 (dst-adjust-time): Doc fix.
14889
14890 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
14891 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
14892 calendar.
14893
14894 * calendar/cal-menu.el: Require calendar rather than declaring
14895 functions.
14896 * calendar/calendar.el: Provide calendar before requiring cal-menu.
14897
14898 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
14899 calendar-after-frame-setup-hooks. Update callers, make old name an
14900 obsolete alias. Doc fix.
14901 (calendar-frame-1): Doc fix.
14902
14903 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
14904
14905 * calendar/calendar.el (oriental-holidays, solar-holidays):
14906 * calendar/holidays.el (list-holidays): Assume atan always bound.
14907
14908 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
14909 Explicitly require calendar, not cal-julian.
14910 * calendar/lunar.el: Explicitly require cal-dst.
14911
14912 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
14915
14916 * help-fns.el (describe-function-1, describe-variable): If no
14917 replacement is provided, don't print "use nil instead".
14918
14919 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14920
14921 * proced.el: New file.
14922
14923 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
14924
14925 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
14926
14927 2008-03-25 Juri Linkov <juri@jurta.org>
14928
14929 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
14930 in battery-mode-line-format.
14931
14932 * bindings.el (minibuffer-local-map): For the command
14933 file-cache-minibuffer-complete replace keymap minibuffer-local-map
14934 with map which is already locally bound to minibuffer-local-map.
14935
14936 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14937
14938 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
14939 Remove `sort-first' argument.
14940
14941 * subr.el (redisplay-end-trigger-functions)
14942 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
14943 (process-filter-multibyte-p, set-process-filter-multibyte):
14944 Mark as obsolete.
14945
14946 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
14947
14948 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
14949 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
14950 use the LOCAL arg of `add-hook'.
14951 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
14952 Remove spurious * from defcustom docstrings.
14953 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
14954 Fix typos in messages.
14955 (reb-mode-buffer-p): New function.
14956 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
14957 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
14958 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
14959 Use `unless', `when'.
14960 (re-builder-unload-function): New function.
14961
14962 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
14963
14964 * vc-hooks.el (vc-state): Add documentation for 'missing.
14965
14966 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
14967
14968 * progmodes/verilog-mode.el (verilog-auto-output)
14969 (verilog-auto-input, verilog-auto-inout, verilog-auto)
14970 (verilog-delete-auto): Add optional regular expression to
14971 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
14972 (verilog-signals-matching-regexp): New internal function for
14973 signal matching.
14974
14975 2008-03-25 Johan Bockgård <bojohan@gnu.org>
14976
14977 * info.el (Info-isearch-search): Always return point.
14978
14979 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14980
14981 * diff-mode.el (diff-remembered-defdir): New var.
14982 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
14983
14984 2008-03-25 Glenn Morris <rgm@gnu.org>
14985
14986 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
14987 calendar-bahai-prompt-for-date. Update callers, make old name an
14988 obsolete alias. Doc fix.
14989 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
14990 coptic-prompt-for-date. Update callers, make old name an
14991 obsolete alias. Doc fix.
14992 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
14993 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
14994 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
14995 calendar-islamic-prompt-for-date. Update callers. Doc fix.
14996 * calendar/cal-iso.el (calendar-iso-read-date): New name for
14997 calendar-iso-read-args. Update callers, make old name an obsolete
14998 alias.
14999 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15000 persian-prompt-for-date. Update callers, make old name an
15001 obsolete alias. Doc fix. Move definition before use.
15002
15003 * calendar/cal-x.el (diary-frame-parameters)
15004 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15005 (calendar-frame-1): Doc fixes.
15006 (make-fancy-diary-buffer): Remove declaration.
15007 (calendar-dedicate-diary): Replace call to deleted function
15008 make-fancy-diary-buffer.
15009 (calendar-frame-setup): New function.
15010 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15011 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15012 work, and mark as obsolete.
15013 (special-display-buffer-names): Don't mess with this; it's not our
15014 business.
15015 (cal-x-load-hook): Defvar it, and mark as obsolete.
15016
15017 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15018 Default to t. Add to 'calendar group.
15019 (calendar): Doc fix. Use calendar-frame-setup.
15020 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15021 (generate-calendar-window): Doc fix.
15022
15023 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15024
15025 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15026
15027 2008-03-24 Drew Adams <drew.adams@oracle.com>
15028
15029 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15030 New variables.
15031 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15032 (finder-exit): Ignore errors rather than avoiding them.
15033 Kill *Finder-package* buffer also.
15034
15035 2008-03-24 Andreas Schwab <schwab@suse.de>
15036
15037 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15038
15039 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15040
15041 * vc-hg.el (vc-hg-after-dir-status):
15042 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15043
15044 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15045 Detect removed files.
15046
15047 * vc.el (vc-status-printer): Use a different face for missing files.
15048 (vc-status-hide-up-to-date): Rename from
15049 vc-status-remove-up-to-date. Update all callers.
15050 (vc-status-mode-map): Bind C-m.
15051
15052 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15053
15054 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15055 code ...
15056 (vc-git--state-code): ... to this new function.
15057 (vc-git-state): Use it.
15058
15059 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15060
15061 * textmodes/remember.el (remember-mail-date)
15062 (remember-store-in-mailbox): Write date and From line in such a
15063 way that Mutt can read it.
15064
15065 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15066
15067 * simple.el (transient-mark-mode): Turn on by default.
15068
15069 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15070
15071 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15072 'unregistered for unregistered files.
15073
15074 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15075
15076 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15077
15078 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15079 subdirectories.
15080
15081 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15082 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15083 Add :enable for vc-status-refresh.
15084 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15085 (vc-status-tool-bar-map): Add binding for
15086 vc-status-kill-dir-status-process.
15087 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15088 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15089 Reset vc-status-process-buffer.
15090 (vc-status-refresh): Don't run two refreshes at a time.
15091 (vc-status): If the buffer is already in vc-status-mode only refresh.
15092 (vc-status-mark-buffer-changed): Add an optional file parameter.
15093 (vc-resynch-buffer): Use it.
15094 (vc-delete-file): Expand the file name before using it.
15095 Be careful to not create a new buffer with the old file contents.
15096 Update the VC state after performing the operation.
15097
15098 2008-03-23 Andreas Schwab <schwab@suse.de>
15099
15100 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15101 Fix radio button condition.
15102 [box]: Likewise.
15103 [customize]: Add radio button.
15104
15105 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15106
15107 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15108 (calc-user-parse-tables, calc-gnuplot-default-device)
15109 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15110 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15111 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15112 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15113 (calc-undo-list, calc-redo-list, calc-main-buffer)
15114 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15115 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15116 (calc-said-hello, calc-executing-macro, calc-any-selections)
15117 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15118 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15119 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15120 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15121 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15122 (calc-create-buffer, calc-quit): Add docstrings.
15123
15124 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15125
15126 * makefile.w32-in (WINS_ALMOST): Add org.
15127
15128 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15129
15130 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15131 New functions to implement vc-status support.
15132
15133 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15134
15135 * vc.el (vc-status-prepare-status-buffer): New function.
15136 (vc-status): Use it.
15137
15138 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15139 appropriate.
15140
15141 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15142
15143 * vc-git.el (vc-git--empty-db-p)
15144 (vc-git-after-dir-status-stage1-empty-db): New functions.
15145 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15146 Add support for empty repositories.
15147
15148 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15149
15150 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15151 Allow "^" in a version name.
15152
15153 * vc-mtn.el (vc-mtn-state): Support the added state.
15154
15155 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15156
15157 * org: New directory for Org-mode.
15158
15159 * org/org-export-latex.el: Moved from lisp/textmodes.
15160
15161 * org/org-irc.el: Moved from lisp/textmodes.
15162
15163 * org/org-mac-message.el: Moved from lisp/textmodes.
15164
15165 * org/org-mouse.el: Moved from lisp/textmodes.
15166
15167 * org/org-publish.el: Moved from lisp/textmodes.
15168
15169 2008-03-21 Juri Linkov <juri@jurta.org>
15170
15171 * comint.el (comint-dynamic-simple-complete):
15172 Use variable `stub' for the second arg `common-substring'
15173 of `comint-dynamic-list-completions'.
15174 (comint-dynamic-list-filename-completions):
15175 Use variable `filenondir' for the second arg `common-substring'
15176 of `comint-dynamic-list-completions'.
15177 (comint-dynamic-list-completions): Add new optional arg
15178 `common-substring'. Add `common-substring' as the second arg of
15179 the call to `display-completion-list'. Doc fix.
15180
15181 * comint.el (comint-dynamic-complete-as-filename)
15182 (comint-dynamic-list-filename-completions)
15183 (comint-dynamic-simple-complete): Use `minibuffer-message'
15184 to display message "No completions of %s" when a command
15185 is called in the minibuffer.
15186 (comint-dynamic-simple-complete): Don't display other
15187 completion messages when a command is called in the minibuffer.
15188 (comint-dynamic-list-completions): Use `minibuffer-message'
15189 to display message " [Type space to flush ...]" when a command
15190 is called in the minibuffer.
15191
15192 * shell.el (shell-dynamic-complete-command)
15193 (shell-dynamic-complete-environment-variable): Don't display
15194 completion messages when command is called in the minibuffer.
15195
15196 * emacs-lisp/lisp.el (lisp-complete-symbol):
15197 Use `minibuffer-message' to display message "No completions of %s"
15198 when this command is called in the minibuffer.
15199
15200 * bindings.el (standard-mode-line-modes): Put special help-echo
15201 tooltip on recursive edit %[ %] mode-line constructs.
15202
15203 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15204 "^No dynamic expansion for .* found$" to allow error messages like
15205 "No dynamic expansion for \"%s\" found in this-buffer".
15206
15207 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15208
15209 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15210 "psftp".
15211
15212 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15213
15214 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15215 * vc.el (vc-default-dired-state-info): Use just "modified".
15216 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15217 (vc-cvs-mode-line-string): Make use of the better default.
15218 (vc-cvs-parse-entry): Use the new `added'.
15219 (vc-cvs-dired-state-info): Remove.
15220 * vc-svn.el (vc-svn-dired-state-info): Remove.
15221 * vc-hg.el (vc-hg-dired-state-info): Remove.
15222 * vc-git.el (vc-git-dired-state-info): Remove.
15223
15224 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15225
15226 * vc-git.el (vc-git-status-result): New variable.
15227 (vc-git-dir-status): Split out ...
15228 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15229 ... these new functions and work asynchronously.
15230
15231 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15232
15233 * vc-git.el (vc-git-after-dir-status): Remove.
15234 (vc-git-dired-state-info): Reimplement.
15235
15236 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15237
15238 * replace.el (occur-mode-map): Add :help.
15239
15240 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15241 for disassemble.
15242
15243 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15244 the 'added state.
15245 (vc-status-remove-up-to-date): New function.
15246 (vc-status-mode-map, vc-status-menu-map): Bind it.
15247 (vc-status-printer): Use a different face up-to-date files.
15248 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15249 (Todo): Remove solved entries.
15250
15251 * vc-hg.el (vc-hg-state):
15252 * vc-git.el (vc-git-state):
15253 * vc-cvs.el (vc-cvs-parse-status):
15254 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15255 state.
15256
15257 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15258
15259 * progmodes/compile.el (compile):
15260 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15261
15262 * simple.el (minibuffer-local-shell-command-map): New var.
15263 (minibuffer-complete-shell-command, read-shell-command): New funs.
15264 (shell-command, shell-command-on-region): Use them.
15265
15266 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15267
15268 * vc.el (vc-status-mark-buffer-changed): New function to implement
15269 updating of the *vc-status* buffer when a buffer is saved.
15270 (vc-status-mode): Use it for after-change-hook.
15271 (vc-add-to-vc-status-buffer): Rename to ...
15272 (vc-status-add-entry): ... this.
15273 (Todo): Add new entry.
15274
15275 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15278
15279 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15280
15281 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15282 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15283 Remove spurious * from defcustom docstrings.
15284 (icomplete-compute-delay): Fix docstring and remove spurious *.
15285 (icomplete-delay-completions-threshold): Fix typo in docstring and
15286 remove spurious *.
15287 (icomplete-completions): While collecting the list of prospective
15288 candidates, don't overshoot `icomplete-prospects-length'.
15289
15290 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15291
15292 * textmodes/refbib.el:
15293 * textmodes/reftex.el:
15294 * textmodes/reftex-global.el:
15295 * textmodes/reftex-vars.el:
15296 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15297 compiler pacifying defvars.
15298 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15299 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15300 not needed.
15301
15302 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15303
15304 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15305 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15306 (verilog-customize, verilog-font-customize)
15307 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15308 (verilog-mode): Update documentation strings to match tool tips.
15309 (verilog-auto-search-do, verilog-auto-re-search-do)
15310 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15311 expansion when a .* appears inside a string.
15312 (verilog-re-search-forward, verilog-re-search-backward):
15313 Add comment to recall how this works.
15314 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15315
15316 2008-03-20 Glenn Morris <rgm@gnu.org>
15317
15318 * calendar/calendar.el (calendar-other-dates): New function.
15319 (calendar-print-other-dates): Use calendar-other-dates.
15320 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15321 the declarations it replaces.
15322 (calendar-mouse-print-dates): Use calendar-other-dates.
15323
15324 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15325 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15326 (calendar-absolute-from-bahai): Fix the leap-year case.
15327 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15328 (calendar-bahai-date-string, calendar-bahai-print-date):
15329 Handle pre-Bahai dates.
15330
15331 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15332 (chinese-calendar-terrestrial-branch): Make defcustoms.
15333
15334 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15335 (calendar-mouse-view-diary-entries): Use or.
15336 (calendar-mouse-chinese-date): Remove unused command.
15337 (cal-menu-load-hook): Mark as obsolete.
15338
15339 * calendar/solar.el (calendar-location-name, calendar-latitude)
15340 (calendar-longitude, solar-arctan, sunrise-sunset)
15341 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15342
15343 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15344
15345 * calc/calc.el: Remove outdated comments.
15346 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15347 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15348 Add docstrings.
15349
15350 2008-03-19 Jason Rumney <jasonr@gnu.org>
15351
15352 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15353
15354 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15355
15356 * net/tls.el (open-tls-stream): Reindent.
15357
15358 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15359
15360 * net/tramp.el (tramp-let-maybe): Removed.
15361 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15362 It does not exist under XEmacs.
15363 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15364 (tramp-completion-file-name-handler): Let-bind
15365 `directory-sep-char'.
15366
15367 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15368 `directory-sep-char'.
15369
15370 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15373 for autoloaded keymaps.
15374
15375 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15376 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15377 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15378 (verilog-in-comment-p, verilog-in-star-comment-p)
15379 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15380 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15381 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15382 (verilog-skip-forward-comment-p): Use it.
15383
15384 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15385
15386 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15387 (org-remember-templates, org-time-stamp-rounding-minutes)
15388 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15389 (org-columns-new): Fix typos in docstrings.
15390
15391 2008-03-19 Glenn Morris <rgm@gnu.org>
15392
15393 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15394 (tramp-handle-shell-command): Use condition-case rather than
15395 ignore-errors.
15396
15397 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15398
15399 * diff-mode.el (diff-header): Make the color louder.
15400 (diff-refine-change): Tone the color down.
15401
15402 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15403
15404 * descr-text.el (describe-char): When `describe-char-unidata-list'
15405 is set to show all properties, list them in the right order.
15406
15407 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15408
15409 * international/mule.el (load-with-code-conversion): Avoid setting
15410 default-enable-multibyte-characters.
15411
15412 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15413
15414 * vc.el (vc-annotate-background): Fix custom type.
15415
15416 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15417
15418 * descr-text.el (describe-char-unidata-list): Allow specifying
15419 just all properties.
15420 (describe-char): Handle that new value.
15421
15422 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15423
15424 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15425
15426 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15427 instead of file name extension to make docs with uncommon
15428 extensions work.
15429
15430 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15431
15432 * doc-view.el (require): Require cl at compile time because
15433 `assert' needs it.
15434
15435 2008-03-18 Glenn Morris <rgm@gnu.org>
15436
15437 * calendar/calendar.el (initial-calendar-window-hook)
15438 (today-visible-calendar-hook): Doc fixes.
15439
15440 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15441
15442 * net/tramp.el (tramp-root-regexp): Simplify.
15443 (tramp-completion-file-name-regexp-separate): Don't insist on
15444 leading "[". This prevents method or user or host completion.
15445 (tramp-let-maybe): Autoload it.
15446 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15447 is an alias for `identity'.
15448 (tramp-handle-write-region): Protect `last-coding-system-used'
15449 over the trailing statements.
15450 (tramp-completion-file-name-handler-post-function): Remove.
15451 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15452 instead of calling `tramp-drop-volume-letter'.
15453
15454 * net/tramp.el:
15455 * net/tramp-uu.el:
15456 * net/trampver.el: Move coding cookie at the end.
15457
15458 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15459
15460 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15461 elements which may be something else than characters.
15462
15463 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15464
15465 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15466 New functions to implement vc-status support.
15467
15468 * vc.el (vc-default-extra-status-menu)
15469 (vc-add-to-vc-status-buffer): New functions.
15470
15471 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15472 for eldoc and ielm.
15473
15474 2008-03-17 Glenn Morris <rgm@gnu.org>
15475
15476 * calendar/cal-x.el (diary-frame-parameters)
15477 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15478 Fix custom type; add options.
15479 (calendar-frame, diary-frame): Doc fixes.
15480 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15481 new functions.
15482 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15483 Use calendar-frame-1 and calendar-dedicate-diary.
15484 (calendar-one-frame-setup): Also handle only-one-frame case.
15485 (calendar-only-one-frame-setup): Doc fix. Just call
15486 calendar-one-frame-setup.
15487
15488 * calendar/diary-lib.el: Re-order some definitions before their use.
15489 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15490 (diary-list-entries): Doc fixes.
15491 (make-fancy-diary-display): Remove function.
15492
15493 * calendar/calendar.el (calendar-today-marker)
15494 (initial-calendar-window-hook, today-visible-calendar-hook)
15495 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15496 (calendar-star-date, calendar-mark-today): Doc fixes.
15497 (today-visible-calendar-hook): Add options.
15498 (calendar-in-read-only-buffer): New macro.
15499 (calendar-basic-setup): Adapt for change in calendar-read-date.
15500 Place holiday let inside if.
15501 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15502 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15503 (calendar-print-other-dates): Use one let rather than many.
15504
15505 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15506 (calendar-print-other-dates):
15507 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15508 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15509 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15510 (calendar-cursor-holidays):
15511 * calendar/lunar.el (calendar-phases-of-moon): Use
15512 calendar-in-read-only-buffer to replace previous code and disable undo.
15513
15514 2008-03-16 Juri Linkov <juri@jurta.org>
15515
15516 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15517 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15518 read-from-minibuffer to provide the correct initial minibuffer
15519 history position in isearch-edit-string when it is called from
15520 isearch-ring-adjust.
15521
15522 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15523 to check if the current buffer is the minibuffer, and in this case
15524 call abort-recursive-edit to kill the minibuffer. Doc fix.
15525 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15526 when the current buffer is the minibuffer.
15527
15528 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15529
15530 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15531
15532 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15533 Use non-nil PARENTS attribute of make-directory instead of
15534 explicitly checking existence the current cache directory.
15535
15536 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15537
15538 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15539 M-x epa-file-select-keys.
15540
15541 2008-03-16 Kenichi Handa <handa@m17n.org>
15542
15543 * international/mule.el (auto-coding-alist):
15544 Use no-conversion-multibyte for archive files.
15545
15546 2008-03-16 Glenn Morris <rgm@gnu.org>
15547
15548 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15549 New functions.
15550 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15551 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15552 Use calendar-mark-1.
15553 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15554 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15555 Use calendar-mark-complex.
15556 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15557 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15558 Use calendar-mark-1.
15559
15560 * calendar/calendar.el (calendar-mod): Remove.
15561 * calendar/cal-china.el (calendar-chinese-from-absolute)
15562 (calendar-chinese-date-string): Expand calendar-mod calls.
15563 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15564 Expand calendar-mod calls.
15565
15566 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15567 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15568 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15569 Move obsolete aliases after the functions that replaced them.
15570
15571 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15572 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15573 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15574 Use let rather than let*.
15575 (calendar-hebrew-prompt-for-date): New function.
15576 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15577 (holiday-tisha-b-av-etc): Use unless, let.
15578
15579 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15580 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15581
15582 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15583
15584 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15585
15586 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15587 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15588 than concat.
15589 (diary): Remove un-needed let.
15590 (view-other-diary-entries): Rename argument.
15591 (diary-list-entries-2): New function.
15592 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15593 (print-diary-entries): Use unless.
15594 (diary-mark-entries-1): Change argument order, make all but
15595 markfunc optional. Handle the standard (Gregorian) case.
15596 Use match-string-no-properties. Handle marks.
15597 (mark-diary-entries): Use diary-mark-entries-1.
15598 (diary-font-lock-keywords-1): New macro.
15599 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15600
15601 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15602
15603 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15604 (icalendar-export-hidden-diary-entries): New variable.
15605 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15606 In case of error, insert full error-val.
15607 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15608 Use calendar-day-of-week. Return the day number.
15609 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15610
15611 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15612
15613 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15614 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15615 (icalendar-export-region): Ignore hidden diary entries.
15616 (icalendar--convert-ordinary-to-ical): Fix case where event
15617 spans across midnight boundary.
15618 (icalendar-first-weekday-of-year): New function.
15619 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15620 year for recurring events (Mozilla calendars do not propagate
15621 recurring events forever, so year 2000 start date was not working).
15622 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15623 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15624
15625 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15626
15627 * net/tramp.el (tramp-root-regexp): New defconst.
15628 (tramp-completion-file-name-regexp-unified)
15629 (tramp-completion-file-name-regexp-separate)
15630 (tramp-completion-file-name-regexp-url): Use it.
15631 (tramp-do-copy-or-rename-file-via-buffer):
15632 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15633 t for `insert-file-contents-literally'.
15634 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15635 Autoload it.
15636 (tramp-completion-file-name-handler-post-function): New defconst.
15637 (tramp-completion-file-name-handler): Use it.
15638 (tramp-maybe-open-connection): Update calls to
15639 `tramp-flush-connection-property' for removed 2nd argument.
15640
15641 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15644 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15645 New functions.
15646
15647 2008-03-15 Glenn Morris <rgm@gnu.org>
15648
15649 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15650 New functions.
15651 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
15652 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15653 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15654 (diary-bahai-list-entries): Use diary-list-entries-1.
15655 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15656 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15657 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15658 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15659 (list-hebrew-diary-entries): Use diary-list-entries-1.
15660 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
15661 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
15662 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15663 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15664 (list-islamic-diary-entries): Use diary-list-entries-1.
15665 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
15666
15667 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
15668
15669 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
15670
15671 * calendar/cal-china.el (number-chinese-months)
15672 (calendar-chinese-from-absolute): Use nth, caar.
15673
15674 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
15675
15676 * calendar/cal-french.el (french-calendar-accents): Doc fix.
15677
15678 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
15679 (calendar-hebrew-month-name-array-leap-year)
15680 (hebrew-calendar-parashiot-names): Make constants.
15681 (diary-parasha): Move definition after constants it uses.
15682
15683 * calendar/cal-html.el (cal-html-insert-link-yearpage)
15684 (cal-html-htmlify-list): Doc fix.
15685 (cal-html-htmlify-entry): Use nth.
15686
15687 * calendar/cal-islam.el (calendar-islamic-month-name-array)
15688 (calendar-islamic-epoch): Make constants.
15689 (calendar-islamic-epoch): Doc fix.
15690
15691 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
15692
15693 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
15694 (cal-tex-month-name): Doc fix.
15695 (cal-tex-last-blank-p): Use zerop.
15696
15697 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
15698 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
15699 (calendar-cursor-to-date): Doc fix.
15700 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
15701 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
15702 (calendar-day-number): Use when.
15703 (generate-calendar-month): Use dotimes.
15704 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
15705 (calendar-set-mark): Reverse conditional.
15706 (calendar-make-alist): Move definition before use.
15707
15708 * calendar/diary-lib.el (diary-face-attrs)
15709 (diary-glob-file-regexp-prefix, diary-selective-display)
15710 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
15711 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
15712 (diary-anniversary, diary-cyclic)
15713 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
15714 (diary-header-line-format): Change wording.
15715 (diary-list-entries): Set `date-start' in let.
15716 (include-other-diary-files, mark-included-diary-files): Use format.
15717 (simple-diary-display, fancy-diary-display): Use cadr, unless.
15718 (mark-diary-entries): Use 1+.
15719 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
15720 (mark-calendar-month): Use dotimes.
15721
15722 * calendar/holidays.el (displayed-month, displayed-year):
15723 Move declarations where needed.
15724 (calendar-list-holidays): Doc fix.
15725
15726 * calendar/parse-time.el (parse-time-string): Simplify.
15727
15728 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
15729 Make constants.
15730 (solar-sunrise-sunset): Rename some local variables for clarity.
15731 (sunrise-sunset): Use zerop.
15732 (solar-mean-equinoxes/solstices): Doc fix.
15733
15734 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
15735 Use nth.
15736 (timeclock-completing-read, timeclock-generate-report): Use zerop.
15737 (timeclock-mean, timeclock-generate-report): Use dolist.
15738
15739 * calendar/todo-mode.el (todo-add-category): Simplify.
15740 (todo-more-important-p, todo-delete-item, todo-file-item):
15741 Use unless, when.
15742 (todo-top-priorities): Use zerop.
15743
15744 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
15745
15746 * buff-menu.el (list-buffers-noselect): Display buffer name in
15747 tooltip instead of mouse binding when it doesn't fit in the list.
15748
15749 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15750
15751 * faces.el (xw-defined-colors):
15752 * simple.el (widget-convert, shell-mode): Declare as functions
15753 instead of autoloading.
15754
15755 * abbrev.el:
15756 * button.el:
15757 * cus-face.el:
15758 * ediff-hook.el:
15759 * emacs-lisp/backquote.el:
15760 * emacs-lisp/timer.el:
15761 * facemenu.el:
15762 * faces.el:
15763 * menu-bar.el:
15764 * simple.el:
15765 * subr.el:
15766 * textmodes/fill.el:
15767 * textmodes/paragraphs.el: Remove autoloads, redundant when the
15768 files are preloaded.
15769
15770 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15771
15772 * desktop.el (desktop-create-buffer): Don't catch errors if
15773 debug-on-error is set.
15774
15775 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15776
15777 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
15778 ($(lisp)/calendar/diary-loaddefs.el)
15779 ($(lisp)/calendar/hol-loaddefs.el): New targets.
15780 (LOADDEFS): New macro.
15781 (autoloads): Depend on $(LOADDEFS).
15782
15783 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15784
15785 * font-lock.el (featurep): Remove test, not useful anymore.
15786 (facemenu-keymap): Move key binding ...
15787 * facemenu.el (facemenu-keymap): ... here.
15788
15789 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
15790 for each file in the list.
15791 (vc-bzr-log-view-mode): Recognize the file marker.
15792
15793 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15794 for checkdoc and profiling.
15795
15796 2008-03-14 Bastien Guerry <bzg@altern.org>
15797
15798 * textmodes/flyspell.el (nxml-mode): Add the right
15799 `flyspell-mode-predicate'.
15800
15801 * wid-edit.el (link): Use 'mouse-face for :follow-link.
15802
15803 2008-03-14 Glenn Morris <rgm@gnu.org>
15804
15805 * calendar/solar.el: Reorder so that functions are defined before use.
15806 (displayed-month, displayed-year): Move declarations where needed.
15807 (solar-get-number): Move definition before use. Use unless.
15808 (solar-equatorial-coordinates): Simplify.
15809 (solar-sunrise-and-sunset): Use let rather than let*.
15810 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
15811
15812 * startup.el (command-line-1): Rename -internal-script back to
15813 -scriptload (reverts previous change).
15814
15815 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
15816 (calendar-bahai-leap-base): Add doc strings.
15817 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
15818 Move definition before use.
15819 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
15820 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
15821 variables outside the loop. Use dolist.
15822 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
15823
15824 * calendar/cal-china.el: Re-order so that functions are defined before
15825 use.
15826 (displayed-month, displayed-year): Move declarations where needed.
15827 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
15828 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
15829 Add doc strings.
15830 (chinese-year-cache): Recenter on 2010. Doc fix.
15831 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
15832 Doc fix. Simplify.
15833 (chinese-year-cache-init): New function.
15834 (compute-chinese-year, holiday-chinese-new-year)
15835 (calendar-chinese-date-string, calendar-goto-chinese-date)
15836 (make-chinese-month-assoc-list): Use cadr, nth.
15837 (chinese-months): Remove un-needed let.
15838
15839 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
15840 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
15841 (coptic-prompt-for-date): Move definition before use.
15842
15843 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15844 (calendar-dst-find-data, calendar-daylight-time-offset)
15845 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
15846 (calendar-daylight-savings-starts-time)
15847 (calendar-daylight-savings-ends-time): Use cadr, nth.
15848
15849 * calendar/cal-french.el (french-calendar-epoch)
15850 (calendar-goto-french-date): Doc fix.
15851 (french-calendar-month-name-array)
15852 (french-calendar-multibyte-month-name-array)
15853 (french-calendar-day-name-array, french-calendar-special-days-array):
15854 Add doc strings.
15855
15856 * calendar/cal-hebrew.el (displayed-month, displayed-year)
15857 (original-date): Move declarations where needed.
15858 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
15859 Doc fix.
15860 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
15861 constant variables outside the loop. Use dolist.
15862
15863 * calendar/cal-islam.el (displayed-month, displayed-year)
15864 (original-date): Move declarations where needed.
15865 (islamic-calendar-day-number): Remove unused local variable `day'.
15866 (calendar-goto-islamic-date): Doc fix.
15867 (holiday-islamic): Use unless.
15868 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
15869 constant variables outside the loop. Use dolist.
15870 (mark-islamic-calendar-date-pattern): Move definition before use.
15871 Use unless.
15872 (mark-islamic-diary-entries): Doc fix.
15873 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
15874 (insert-yearly-islamic-diary-entry): Use let rather than let*.
15875
15876 * calendar/cal-julian.el (calendar-absolute-from-julian):
15877 Move definition before use. Remove un-needed local `day'.
15878 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
15879
15880 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
15881 (calendar-mayan-tzolkin-names-array): Add doc strings.
15882 (calendar-mayan-long-count-from-absolute): Use a single let.
15883 (calendar-string-to-mayan-long-count): Simplify.
15884 (calendar-next-haab-date, calendar-previous-haab-date)
15885 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
15886 (calendar-previous-calendar-round-date)
15887 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
15888 Doc fix.
15889 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
15890 (calendar-mayan-date-string, calendar-print-mayan-date)
15891 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
15892 (calendar-mayan-long-count-common-era): Move definitions before use.
15893
15894 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
15895 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
15896 Doc fix.
15897 (calendar-mouse-goto-date): Move definition before use.
15898
15899 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
15900 Move definition before use.
15901 (calendar-cursor-to-visible-date): Move definition before use.
15902 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
15903 and place inside the conditional.
15904 (calendar-forward-day): Simplify.
15905 (calendar-end-of-month): Use unless.
15906 (calendar-goto-day-of-year): Doc fix.
15907 Relocate obsolete aliases after their replacements.
15908
15909 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
15910
15911 * calendar/diary-lib.el (mark-diary-entries): Move some constant
15912 variables outside the diary-date-forms loop.
15913
15914 * calendar/calendar.el (diary-file): Doc fix.
15915 (calendar-buffer-list): Return buffers rather than strings (fixes
15916 previous change).
15917 (hebrew-holidays-4): Fix typo.
15918
15919 * calendar/holidays.el (displayed-month, displayed-year):
15920 Move declarations where needed.
15921 (calendar-holiday-list, calendar-list-holidays)
15922 (holiday-filter-visible-calendar): Move definitions before use.
15923 (list-holidays): Use cadr.
15924 Relocate obsolete aliases after their replacements.
15925
15926 * calendar/lunar.el (date, displayed-month, displayed-year):
15927 Move declarations where needed.
15928 (lunar-phase-list): Move definition after functions it uses.
15929 (calendar-phases-of-moon, diary-phases-of-moon)
15930 (lunar-new-moon-on-or-after): Use cadr, nth.
15931 (lunar-new-moon-on-or-after): Doc fix.
15932
15933 * textmodes/org-irc.el (top-level): CL not required when compiling.
15934 (org-irc-visit-erc): Replace runtime CL functions.
15935
15936 * textmodes/org-publish.el (declare-function): Add compatibility stub.
15937 (org-publish-delete-dups): Declare as function.
15938
15939 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15940
15941 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
15942 (vc-bzr-show-log-entry): Make regexp match more cases.
15943 (vc-diff-switches-list): Remove autoload, not needed.
15944
15945 2008-03-14 Juri Linkov <juri@jurta.org>
15946
15947 * isearch.el (isearch-edit-string): Remove one call to
15948 `isearch-push-state' not to push an inconsistent state,
15949 but keep another correct call to `isearch-push-state'.
15950 (isearch-ring-adjust): Call `isearch-push-state' only when
15951 `search-ring-update' is non-nil since `isearch-edit-string'
15952 already pushes its state.
15953 (isearch-message): Improve matching the failed part by checking
15954 if the original message starts with the last successful message.
15955
15956 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
15957 (dired-perm-write): Rename from `dired-warn-writable'.
15958 Change parent face from `font-lock-warning-face' to
15959 `font-lock-comment-delimiter-face'.
15960 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
15961 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
15962 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
15963 with `dired-perm-write-face'.
15964
15965 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
15966
15967 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15968 Create cache dir only if it doesn't already exist.
15969
15970 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
15973 of \ and '.
15974
15975 2008-03-13 Johan Bockgård <bojohan@gnu.org>
15976
15977 * net/browse-url.el (browse-url-text-xterm):
15978 Unquote browse-url-text-browser.
15979
15980 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
15981
15982 * textmodes/org-mouse.el: Version number change.
15983
15984 * textmodes/org-publish.el (org-publish-expand-components):
15985 Remove null projects from the list of components.
15986 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
15987 Remove unused retrieval of the :publishing-directory property.
15988 (org-publish-file): Bugfix: when using a relative directory as the
15989 publishing directory, convert it to a directory filename.
15990 (org-publish-project): New alias.
15991 (org-publish-get-files): Protect against empty p.
15992 (org-publish-file): Send an error when file is not part of any project.
15993 (org-publish-file): Offer to refresh the list of files in known
15994 project when the current file is not part of any project.
15995 (org-publish-before-export-hook)
15996 (org-publish-after-export-hook): New hooks.
15997 (org-publish-org-to): Use new hooks and kill buffers.
15998 (org-publish-file): Remove the code for killing buffers.
15999 (org-publish-initialize-files-alist): Use interactive.
16000 (org-publish-file): If the publishing function creates a new
16001 buffer, kill it after publishing.
16002 (org-publish-timestamp-filename): Protect ":" in file name path
16003 under windows.
16004
16005 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16006 change that killed the LaTeX buffer.
16007
16008 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16009 in the decision tree.
16010 (org-select-remember-template): Clean the code.
16011 (org-prepare-dblock): Add the extra :content parameter.
16012 (org-write-agenda): New output type ".ics" files.
16013 (org-write-agenda): Call `org-icalendar-verify-function', both for
16014 time stamps and for TODO entries.
16015 (org-agenda-collect-markers, org-create-marker-find-array)
16016 (org-check-agenda-marker-table): New functions.
16017 (org-agenda-marker-table): New variable.
16018 (org-export-as-html): Revert the change that killed the html
16019 buffer. Side effects first need to be studied carefully.
16020 (org-get-tags-at): Fix the structure of the condition-case statement.
16021 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16022 (org-timestamp-change): Fix regular expressions to swallow the
16023 extra character for repeat-shift control.
16024 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16025 (org-get-legal-level): Alias to `org-get-valid-level'.
16026 (org-dblock-write:clocktable): Add a :link parameter, linking
16027 headlines to their location in the Org agenda files.
16028 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16029 throwing an error when getting tags before headlines.
16030 (org-timestamp-change, org-modify-ts-extra)
16031 (org-ts-regexp1): Fix timestamp editing.
16032 (org-agenda-custom-commands-local-options): New constant.
16033 (org-agenda-custom-commands):
16034 Use `org-agenda-custom-commands-local-options' to improve customize
16035 type. "htmlize": Removed hack to fix face problem with htmlize,
16036 it no longer seem necessary.
16037 (org-follow-link-hook): New hook.
16038 (org-agenda-custom-commands): Add "Component" as a tag for each
16039 item in a command series.
16040 (org-open-at-point): Run `org-follow-link-hook'.
16041 (org-agenda-schedule): Bugfix: don't display marker type when it
16042 is nil.
16043 (org-store-link): org-irc required.
16044 (org-set-regexps-and-options): Parse the new logging options.
16045 (org-extract-log-state-settings): New function.
16046 (org-todo): Handle the new ways of recording state change stuff.
16047 (org-local-logging): New function.
16048 (org-columns-open-link): Fix bug with opening link in column view.
16049 (org-local-logging): New function.
16050 (org-todo): Make sure that LOGGING properties are honoured.
16051 (org-todo-keywords): Improve docstring.
16052 (org-startup-options): Cleanup startup options.
16053 (org-set-regexps-and-options): Process the "!" markers.
16054 (org-todo): Respect the new logging stuff.
16055 (org-log-note-how): New variable.
16056 (org-add-log-maybe): New parameter HOW that defines how logging
16057 should be done and also overrides PURPOSE. Add a docstring.
16058 (org-add-log-note): Check if we really need to ask for a note.
16059 (org-get-current-options): Digest the new keyword.
16060 (org-agenda-reset-markers): Rename from
16061 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16062 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16063 function, without force argument.
16064 (org-buffer-property-keys): Bind local variables s and p.
16065 (org-make-tags-matcher): Allow "" to match an empty or
16066 non-existent property value.
16067 (org-export-as-html): Join unsorted lists when they directly
16068 follow each other. Such lists may be created by headlines that
16069 are converted to lists.
16070 (org-nofm-to-completion): New function.
16071 (org-export-as-html): Use :html-extension instead of
16072 org-export-html-extension.
16073 (org-store-link): Support for links from `rmail-summary-mode'.
16074 (org-columns-new, org-complete, org-set-property): Set the
16075 `include-columns' argument in the call to
16076 `org-buffer-property-keys'.
16077 (org-buffer-property-keys): New argument `include-columns', to
16078 include properties expected by any of the COLUMNS formats in the
16079 current buffer.
16080 (org-cleaned-string-for-export): Get rid of drawers first, so that
16081 they will be removed also in the text before the first headline.
16082 (org-clock-report): Show the clocktable when found.
16083 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16084 (org-version): With prefix argument, insert `org-version' at point.
16085 (org-agenda-goto): Recenter the window after finding the target
16086 location, to make sure the correct position will be displayed.
16087 (org-agenda-get-deadlines): Don't scale priority with the warning
16088 period.
16089 (org-insert-heading): Don't break line in the middle of the line.
16090 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16091 be 0.
16092 (org-update-checkbox-count): Revamp to deal with hierarchical
16093 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16094 (org-remove-timestamp-with-keyword): New function.
16095 (org-schedule, org-deadline):
16096 Use `org-remove-timestamp-with-keyword' to make sure all such time
16097 stamps are removed.
16098 (org-mode): Support for `align'.
16099 (org-agenda-get-deadlines): Make sure priorities increase as the
16100 due date approaches and is passed.
16101 (org-remember-apply-template): Fix problem with tags that
16102 contain "_" or "@".
16103 (org-make-link-regexps): Improve the regular expression for plain links.
16104 (org-agenda-get-closed): List each clocking entry.
16105 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16106 (org-special-ctrl-k): New option.
16107 (org-kill-line): New function.
16108 (org-archive-all-done): Fix incorrect number of stars in regexp.
16109 (org-refile-get-location): New function.
16110 (org-refile-goto-last-stored): New function.
16111 (org-global-tags-completion-table): Add the value of org-tag-alist
16112 in each buffer, to make sure that also unused tags will be
16113 available for completion.
16114 (org-columns-edit-value)
16115 (org-columns-next-allowed-value): Only update if not in agenda.
16116 (org-clocktable-steps): New function.
16117 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16118 (org-archive-subtree): Add the outline tree context as a property.
16119 (org-closest-date): New optional argument `prefer'.
16120 (org-goto-auto-isearch): New option.
16121 (org-goto-map, org-get-location): Implement auto-isearch.
16122 (org-goto-local-auto-isearch-map): New variable.
16123 (org-goto-local-search-forward-headings)
16124 (org-goto-local-auto-isearch): New functions.
16125
16126 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16127
16128 * textmodes/org-irc.el: New file.
16129
16130 2008-03-13 John Wiegley <johnw@gnu.org>
16131
16132 * textmodes/org-mac-message.el: New file.
16133
16134 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16135
16136 * font-lock.el (font-lock-comment-face): Set the foreground for
16137 the light background 8 colors case.
16138
16139 2008-03-13 Glenn Morris <rgm@gnu.org>
16140
16141 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16142 generate-autoload-cookie patterns.
16143
16144 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16145
16146 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16147 (MH_E_SRC): Remove variable.
16148 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16149 Simplify file header. Use $@ for generated-autoload-file.
16150
16151 * Makefile.in (LOADDEFS): New variable.
16152 (AUTOGENEL): Use $LOADDEFS.
16153 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16154 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16155 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16156 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16157 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16158 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16159 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16160 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16161 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16162 Add calendar-specific autoload cookies, and remove any setting of
16163 generated-autoload-file.
16164 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16165 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16166 diary-loaddefs.
16167 * calendar/holidays.el: Replace explicit autoloads with reading of
16168 hol-loaddefs.
16169
16170 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16171 (calendar-buffer-list): Simplify.
16172 (generate-calendar-window): Use calendar-mark-holidays rather than
16173 obsolete alias.
16174
16175 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16176 Use cal-hebrew-yahrzeit-buffer.
16177
16178 * calendar/cal-x.el (calendar-only-one-frame-setup)
16179 (calendar-two-frame-setup): Doc fixes.
16180 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16181
16182 * calendar/appt.el (appt-mode-string): Mark as risky.
16183 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16184
16185 * calendar/cal-html.el (diary-list-entries):
16186 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16187 (calendar-iso-from-absolute): Fix autoloads.
16188
16189 * calendar/cal-iso.el (calendar-absolute-from-iso)
16190 (calendar-iso-read-args): Simplify.
16191 (calendar-iso-date-string, calendar-iso-read-args)
16192 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16193
16194 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16195 (displayed-month, displayed-year): Move declarations where needed.
16196 (calendar-print-astro-day-number): Doc fix.
16197
16198 * calendar/cal-persia.el (persian-calendar-month-name-array)
16199 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16200 (persian-prompt-for-date): Remove local variable `today'.
16201
16202 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16203
16204 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16205 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16206 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16207 (diary-sabbath-candles, solar-equinoxes/solstices)
16208 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16209 (solar-time-equation, solar-date-to-et): Simplify.
16210
16211 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16212 Replace `(car (cdr' with cadr'.
16213
16214 * progmodes/f90.el (f90-font-lock-n): New function.
16215 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16216 Use f90-font-lock-n.
16217 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16218
16219 * progmodes/f90.el (f90-mode-abbrev-table):
16220 * progmodes/fortran.el (fortran-mode-abbrev-table):
16221 Use newer form of define-abbrev, where supported. No need to bind
16222 abbrevs-changed for system abbrevs.
16223
16224 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16225
16226 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16227 delete-frame-functions.
16228
16229 * bookmark.el (Info-current-node): Remove.
16230
16231 2008-03-12 Juri Linkov <juri@jurta.org>
16232
16233 * help.el (describe-project): Remove defaliases for view-todo and
16234 describe-project that are now unnecessary after the merge from
16235 emacs--rel--22 that added define-obsolete-function-alias.
16236
16237 * startup.el (inhibit-startup-screen): Revert incomplete
16238 2008-03-10 merge from emacs--rel--22 that partly reverted
16239 2008-02-28 change that added initial message to *scratch* buffer
16240 regardless of the value of `inhibit-startup-screen'.
16241 Now keep this change in the trunk, but not in the 22 branch.
16242
16243 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16244
16245 * international/quail.el (quail-setup-completion-buf, quail-help):
16246 * mail/binhex.el (binhex-decode-region-internal):
16247 * mail/uudecode.el (uudecode-decode-region-internal):
16248 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16249 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16250 setting default-enable-multibyte-characters.
16251
16252 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16253
16254 * comint.el: Fix up indentation and comment style. Remove `function'.
16255
16256 * international/mule-cmds.el (reset-language-environment)
16257 (set-language-environment-nonascii-translation):
16258 Don't set-unibyte-charset.
16259
16260 * doc-view.el: Remove all cb-args, use closures instead.
16261 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16262 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16263 doing an incorrect check). Update all callers to use the new name.
16264 (doc-view-doc->txt): Add missing `txt' argument.
16265
16266 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16267
16268 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16269 md5 sum calculation to single-byte.
16270
16271 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16272
16273 * doc-view.el (doc-view-new-window-function): Add assertion.
16274 (doc-view-doc-type): New var.
16275 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16276 (doc-view-intersection): New fun.
16277 (doc-view-mode): Use it to set the new var.
16278
16279 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16280
16281 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16282 (doc-view-already-converted-p): New functions.
16283 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16284 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16285 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16286 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16287 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16288 (doc-view-convert-current-doc): Don't hardwire the functions the
16289 sentinels call. Now they're provided by two args CALLBACK and
16290 CB-ARGS to the functions.
16291 (doc-view-search): Use doc-view-doc->txt.
16292 (doc-view-initiate-display): Use doc-view-already-converted-p.
16293 Mention new binding C-c C-t if doc-view-mode doesn't work.
16294
16295 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16296
16297 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16298
16299 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16300
16301 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16302 Mark " outside of tags as punctuation.
16303
16304 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16305
16306 * menu-bar.el (minibuffer-local-map): Use the same command for the
16307 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16308 Prefer RET over C-j for exit-minibuffer.
16309
16310 * files.el (display-buffer-other-frame): Eliminate problematic code.
16311
16312 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16313 (menu-bar-select-buffer): Remove.
16314 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16315 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16316
16317 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16318
16319 * icomplete.el (icomplete-completions): Remove obsolete code.
16320
16321 * net/net-utils.el (iwconfig-program-options): Doc fix.
16322 (net-utils-run-program, run-network-program): Define as functions.
16323
16324 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16325
16326 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16327
16328 2008-03-11 Glenn Morris <rgm@gnu.org>
16329
16330 * faces.el (mode-line-emphasis): New face.
16331 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16332
16333 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16334
16335 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16336
16337 * simple.el (set-mark-command): Doc fix.
16338
16339 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16340
16341 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16342
16343 * emacs-lisp/autoload.el (autoload-find-destination):
16344 Don't force raw-text.
16345
16346 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16347 * calendar/cal-loaddefs.el: Don't version control.
16348
16349 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16350
16351 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16352 entries and add :help to the existing ones.
16353
16354 2008-03-10 Glenn Morris <rgm@gnu.org>
16355
16356 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16357 to where they are needed.
16358
16359 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16360 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16361 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16362 (calendar-version): Doc fixes.
16363 (calendar-absolute-from-gregorian): Use zerop.
16364 (calendar-mode-line-format): Make it a defcustom.
16365
16366 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16367 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16368 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16369 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16370 (mark-included-diary-files, mark-calendar-days-named)
16371 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16372 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16373 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16374 (insert-anniversary-diary-entry, insert-block-diary-entry)
16375 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16376 (diary-font-lock-sexps): Doc fixes.
16377 (diary-remind-message, mark-calendar-month): Use zerop.
16378 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16379 (diary-list-entries): Revert let to let* (previous change).
16380
16381 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16382
16383 2008-03-10 Kim F. Storm <storm@cua.dk>
16384
16385 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16386 function aliases for the old names.
16387
16388 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16389
16390 * iswitchb.el (iswitchb-use-faces): Doc fix.
16391 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16392 Fix typos in docstrings.
16393
16394 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16395
16396 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16397 Fix typo.
16398 (verilog-type-font-keywords): Reindent.
16399
16400 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16401
16402 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16403 Fix bug in the grouping-keyword regular expression.
16404 (verilog-font-lock-keywords): Allow users to toggle special
16405 highlight of grouping-keywords.
16406 (verilog-highlight-grouping-keywords): The toggle for special
16407 highlighting of grouping keywords.
16408
16409 2008-03-10 Juri Linkov <juri@jurta.org>
16410
16411 * startup.el: Revert 2008-02-28 change that adds initial message
16412 to *scratch* buffer regardless of the value of
16413 `inhibit-startup-screen'.
16414
16415 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16416
16417 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16418 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16419 * progmodes/verilog-mode.el (verilog-mode):
16420 * net/socks.el (socks):
16421 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16422
16423 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16424
16425 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16426 (doc-view-bookmark-make-record): Use them.
16427 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16428 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16429
16430 * bookmark.el (bookmark-make-record-function): Change expected return
16431 value to include a suggested bookmark name.
16432 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16433 Fix reversed `overwrite' semantics.
16434 (bookmark-set): Call bookmark-make-record before prompting the user.
16435 Then pass the result to bookmark-store later on.
16436 (bookmark-make-name-function): Remove.
16437 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16438 * info.el (bookmark-make-name-function): Remove.
16439 (Info-mode): Don't set it.
16440 (Info-bookmark-make-name): Remove.
16441 (Info-bookmark-make-record): Use Info-current-node as suggested default
16442 bookmark name.
16443
16444 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16445 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16446 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16447 (bookmark-annotation-buffer, bookmark-annotation-file)
16448 (bookmark-annotation-point, bookmark-send-annotation)
16449 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16450 (bookmark-edit-annotation-text-func): Rename from
16451 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16452 (bookmark-edit-annotation-mode-map): Move initialization into
16453 declaration.
16454
16455 * bookmark.el: Remove spurious * in docstrings.
16456 (bookmark-minibuffer-read-name-map): New var.
16457 (bookmark-set): Use it. Also pass the default value as it should.
16458 (bookmark-send-edited-annotation): Take no chances with text properties.
16459 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16460 (bookmark-insert-buffer-name): Remove.
16461 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16462
16463 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16464
16465 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16466
16467 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16468
16469 * diff-mode.el (diff-mode-menu): Add :help.
16470
16471 2008-03-09 Glenn Morris <rgm@gnu.org>
16472
16473 * calendar/calendar.el (general-holidays, oriental-holidays)
16474 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16475 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16476 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16477 (calendar-holidays): Restore autoload cookies, because people are
16478 used to using these variables without loading calendar.el.
16479
16480 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16481 (date, number): Declare where needed.
16482
16483 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16484 (list-sexp-diary-entries): Doc fixes.
16485 (diary-list-entries): Doc fix. Remove free variable `entry'.
16486 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16487 Simplify setting of `date-holiday-list'.
16488 (mark-diary-entries): Remove free variable `entry'.
16489 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16490 Use let where let* is not needed.
16491
16492 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16495 make-record function, instead paste it in afterwards.
16496 (bookmark-make-record-for-text-file):
16497 * doc-view.el (doc-view-bookmark-make-record):
16498 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16499
16500 2008-03-08 Glenn Morris <rgm@gnu.org>
16501
16502 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16503
16504 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16505
16506 * calendar/diary-lib.el (diary-list-entries)
16507 (include-other-diary-files, mark-diary-entries)
16508 (mark-sexp-diary-entries, mark-included-diary-files)
16509 (diary-entry-time, list-sexp-diary-entries): Remove the special
16510 handling of ^M that dates back to the use of selective-display.
16511 (simple-diary-display): Obey setting of pop-up-frames.
16512 (body, entry): Remove unnecessary declarations.
16513
16514 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16515 (bookmark-get-annotation, bookmark-set-annotation)
16516 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16517 (bookmark-set-position, bookmark-get-front-context-string)
16518 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16519 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16520 * info.el (Info-bookmark-make-record): Don't bother recording point.
16521 (bookmark-get-filename, bookmark-get-front-context-string)
16522 (bookmark-get-rear-context-string, bookmark-get-position):
16523 Don't declare any more.
16524 (bookmark-get-info-node): Remove.
16525 (bookmark-prop-get): Declare.
16526 (Info-bookmark-jump): Use it.
16527
16528 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16529
16530 * subr.el (while-no-input): Don't splice BODY directly into the
16531 `or' form.
16532
16533 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16534
16535 * diff-mode.el (diff-ignore-whitespace-hunk):
16536 Bind inhibit-read-only before trying to change the buffer.
16537
16538 2008-03-08 Glenn Morris <rgm@gnu.org>
16539
16540 * calendar/appt.el (appt): Move custom group here from calendar.el.
16541 (appt-disp-window, appt-convert-time): Doc fixes.
16542
16543 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16544 (calendar-bahai-mark-date-pattern):
16545 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16546 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16547 * calendar/cal-julian.el (calendar-absolute-from-julian):
16548 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16549
16550 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16551 calendar.el.
16552 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16553 Make constants.
16554 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16555 (chinese-calendar-daylight-savings-starts)
16556 (chinese-calendar-daylight-savings-ends)
16557 (chinese-calendar-daylight-savings-starts-time)
16558 (chinese-calendar-daylight-savings-ends-time)
16559 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16560 Doc fixes.
16561
16562 * calendar/cal-coptic.el (coptic-name): Add doc string.
16563
16564 * calendar/cal-french.el (french-calendar-month-name-array)
16565 (french-calendar-day-name-array, french-calendar-special-days-array):
16566 Add doc strings.
16567
16568 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16569 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16570 (diary-bahai-insert-yearly-entry):
16571 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16572 (calendar-time-zone):
16573 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16574 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16575 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16576 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16577 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16578 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16579 (list-islamic-diary-entries, mark-islamic-diary-entries)
16580 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16581 (insert-yearly-islamic-diary-entry):
16582 * calendar/cal-iso.el (calendar-iso-read-args):
16583 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16584 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16585 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16586 (calendar-next-calendar-round-date)
16587 (calendar-mayan-long-count-common-era):
16588 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16589 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16590 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16591 (calendar-mouse-goto-date):
16592 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16593 * calendar/holidays.el (holidays):
16594 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16595 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16596 (safe-date-to-time): Doc fixes.
16597
16598 * calendar/cal-persia.el (persian-calendar-month-name-array)
16599 (persian-calendar-epoch): Make constants.
16600
16601 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16602 calendar.el.
16603
16604 * calendar/cal-x.el (diary-frame-parameters)
16605 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16606 (calendar-after-frame-setup-hooks): Make defcustoms.
16607 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16608 (calendar-two-frame-setup): Doc fix.
16609
16610 * calendar/cal-loaddefs.el: New file.
16611
16612 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16613 * calendar/cal-french.el, calendar/cal-html.el:
16614 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16615 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16616 * calendar/cal-tex.el, calendar/cal-x.el:
16617 Unquote lambda functions. Add autoload cookies to functions formerly
16618 autoloaded in calendar.el. Set `generated-autoload-file' to
16619 "cal-loaddefs.el".
16620
16621 * calendar/calendar.el: Move many autoloads to separate file,
16622 cal-loaddefs.el. Move defcustoms to start and re-order.
16623 (calendar-month-name-array, calendar-starred-day): No need to
16624 declare for compiler.
16625 (cal-loaddefs): Require it.
16626 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16627 appropriate file.
16628 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16629 Reverse logic.
16630 (diary-face, diary-file-name-prefix-function, diary-include-string)
16631 (diary-glob-file-regexp-prefix, diary-face-attrs)
16632 (diary-file-name-prefix, sexp-diary-entry-symbol)
16633 (print-diary-entries-hook, list-diary-entries-hook)
16634 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16635 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16636 Move to diary-lib.
16637 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16638 (all-bahai-calendar-holidays): Doc fix.
16639 (calendar-insert-indented): Doc fix. Use when rather than if.
16640 (exit-calendar): Use mapc rather than mapcar.
16641 (calendar-cursor-to-date): Use zerop.
16642 (calendar-mark-ring): Add doc-string.
16643 (calendar-starred-day): Defvar it.
16644 (calendar-mode): Make calendar-starred-day local.
16645 (calendar-star-date): No need to make calendar-starred-day local.
16646
16647 * calendar/diary-lib.el: Move defcustoms to start.
16648 (diary-include-string, diary-list-include-blanks)
16649 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16650 (diary-file-name-prefix, diary-file-name-prefix-function)
16651 (sexp-diary-entry-symbol, list-diary-entries-hook)
16652 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16653 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16654 Move here from calendar.el.
16655 (diary-file-name-prefix-function): Use 'identity.
16656 (diary-face): Make it a defcustom, and mark as obsolete.
16657 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16658 (calendar-hebrew-month-name-array-leap-year)
16659 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
16660 Define for compiler.
16661 (diary-font-lock-keywords): Use format rather than concat.
16662 Add bahai-diary-entry-symbol.
16663
16664 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
16665 * calendar/solar.el: Unquote lambda functions.
16666
16667 * calendar/solar.el (calendar-location-name, calendar-latitude)
16668 (calendar-longitude, solar-setup, solar-sin-degrees)
16669 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
16670 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
16671 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
16672 (solar-exact-local-noon, solar-julian-ut-centuries)
16673 (solar-ephemeris-time, solar-date-next-longitude)
16674 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16675 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
16676 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
16677 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
16678 Doc fixes.
16679 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16680 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
16681 (solar-ecliptic-coordinates): Use unless.
16682 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
16683 Use or.
16684
16685 * calendar/timeclock.el: Add doc-strings to all functions.
16686 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
16687 (timeclock-entry-list-length, timeclock-entry-list-projects)
16688 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
16689
16690 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
16691
16692 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
16693 (org-get-entries-from-diary): Require diary-lib.
16694
16695 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
16696
16697 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
16698 Pacify byte-compiler.
16699
16700 2008-03-07 Alan Mackenzie <acm@muc.de>
16701
16702 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
16703 paren/bracket pairs parsed, to solve performance problem.
16704
16705 2008-03-07 Bastien Guerry <bzg@altern.org>
16706
16707 * bookmark.el (bookmark-set): Don't check for
16708 `bookmark-make-name-function' since `bookmark-buffer-file-name'
16709 already takes care of this.
16710 (bookmark-buffer-name, bookmark-buffer-file-name):
16711 Remove Info-mode specific code.
16712
16713 * info.el (bookmark-get-info-node): Define this function in
16714 info.el, not in bookmark.el.
16715 (Info-mode): Set `bookmark-make-name-function' to
16716 `Info-bookmark-make-name' locally.
16717 (Info-bookmark-make-name): New function.
16718
16719 * bookmark.el (bookmark-make-name-function): New variable.
16720
16721 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16722
16723 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
16724 buffer-local, not `bookmark-make-cell-function' (the old name).
16725
16726 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
16727
16728 * doc-view.el (doc-view-bookmark-make-record):
16729 * image-mode.el (image-bookmark-make-record):
16730 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
16731
16732 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
16733
16734 * vc.el (vc-status-menu-map-filter): Return orig-binding if
16735 boundp 'vc-ignore-menu-filter.
16736 (vc-status-tool-bar-map): Make it defvar.
16737 (vc-status-mode): vc-status-tool-bar-map now variable.
16738 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
16739
16740 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16741
16742 Give a better name to part of the bookmark interface.
16743
16744 This was originally a much larger change, but halfway through I
16745 updated and discovered that Stefan Monnier had done the rest.
16746 It looks like he anticipated the new name too, because he used
16747 `the-record' instead of `the-cell' for some internal variable names.
16748
16749 * bookmark.el (bookmark-make-record-function): Was
16750 `bookmark-make-cell-function'.
16751 (bookmark-make, bookmark-send-annotation): Update for above.
16752 (bookmark-make-record-for-text-file):
16753 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
16754
16755 * info.el: Adjust accordingly.
16756 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
16757
16758 * image-mode.el: Adjust accordingly.
16759 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
16760
16761 * doc-view.el: Adjust accordingly.
16762 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
16763
16764 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16765
16766 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
16767 Move initialization into declaration.
16768 (bookmark-get-info-node, bookmark-set-info-node): Remove.
16769 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
16770 (bookmark-info-current-node): Remove.
16771 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
16772 Add relocation fallback. Set bookmark-current-bookmark.
16773 (bookmark-default-handler): Rename from bookmark-jump-noselect.
16774 Remove relocation fallback. Don't set bookmark-current-bookmark.
16775 (bookmark-set): Let it be used even if there's no buffer-file-name
16776 as long as there is a bookmark-make-cell-function.
16777 * info.el (Info-bookmark-jump): Remove relocation fallback.
16778 Don't set bookmark-current-bookmark.
16779
16780 2008-03-07 Glenn Morris <rgm@gnu.org>
16781
16782 * calendar/appt.el (appt-issue-message)
16783 (appt-message-warning-time, appt-audible, appt-visible)
16784 (appt-msg-window, appt-display-mode-line, appt-display-duration)
16785 (appt-display-diary): Remove autoload cookies.
16786
16787 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
16788 Remove leading `*' from defcustom doc-strings.
16789
16790 * calendar/cal-dst.el (calendar-dst): New custom group.
16791 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
16792 (calendar-time-zone, calendar-daylight-time-offset)
16793 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16794 (calendar-daylight-savings-starts-time)
16795 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
16796 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
16797 Move to start.
16798
16799 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
16800
16801 * calendar/calendar.el (calendar-version): Use emacs-version and
16802 make it obsolete. Move to end.
16803 (calendar-offset, view-diary-entries-initially)
16804 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
16805 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
16806 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16807 (all-bahai-calendar-holidays, calendar-load-hook)
16808 (initial-calendar-window-hook, today-visible-calendar-hook)
16809 (today-invisible-calendar-hook, calendar-move-hook)
16810 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
16811 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
16812 (diary-include-string, sexp-diary-entry-symbol)
16813 (abbreviated-calendar-year, american-date-diary-pattern)
16814 (european-date-diary-pattern, european-calendar-display-form)
16815 (american-calendar-display-form, print-diary-entries-hook)
16816 (list-diary-entries-hook, diary-hook, diary-display-hook)
16817 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16818 (nongregorian-diary-marking-hook, diary-list-include-blanks)
16819 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
16820 (local-holidays, other-holidays, hebrew-holidays-1)
16821 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16822 (hebrew-holidays, christian-holidays, islamic-holidays)
16823 (bahai-holidays, solar-holidays, calendar-setup)
16824 (calendar-week-start-day): Remove autoload cookies.
16825 (diary-glob-file-regexp-prefix): Doc fix.
16826 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
16827 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
16828 (calendar-week-start-day, calendar-debug-sexp): Move to start.
16829
16830 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
16831 (calendar-time-display-form, calendar-latitude)
16832 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
16833 cookies.
16834 (calendar-latitude, calendar-longitude): Move functions after
16835 variables.
16836 (diary-sabbath-candles-minutes): Move to start.
16837 (solar-setup): Use or rather than if.
16838 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
16839 Remove condition-case.
16840 (solar-atn2): Use zerop.
16841 (solar-equinoxes-solstices): Doc fix.
16842
16843 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
16844 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
16845
16846 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
16847 (calendar-longitude, calendar-latitude, calendar-location-name):
16848 Declare for compiler.
16849
16850 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
16851
16852 * arc-mode.el (archive-ar-file-header-re): New const.
16853 (archive-ar-summarize, archive-ar-extract): New funs.
16854 (archive-find-type): Recognize ar archives.
16855
16856 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
16857 New functions.
16858
16859 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
16860
16861 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
16862
16863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16864 Replace :enable (mark-active) with :enable mark-active.
16865
16866 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
16867
16868 * vms-patch.el (make-legal-file-name): New obsolete alias.
16869 (make-valid-file-name): Rename from `make-legal-file-name'.
16870 (make-auto-save-file-name): Use it.
16871
16872 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
16873 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
16874 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
16875
16876 * textmodes/org.el (org-export-html-style): Doc fix.
16877 (org-get-legal-level): New obsolete alias.
16878 (org-get-valid-level): Rename from `org-get-legal-level'.
16879 (org-promote, org-demote, org-archive-subtree)
16880 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
16881
16882 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
16883
16884 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
16885
16886 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
16887 (vc-status-toggle-mark): New functions.
16888 (vc-status-mode): Set tool bar map.
16889
16890 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
16891
16892 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
16893 Reported by Drew Adams <drew.adams@oracle.com>.
16894
16895 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
16896
16897 * subr.el (read-quoted-char): Resolve modifiers of the character
16898 event.
16899
16900 * comint.el (comint-exec-1): Don't change the coding-system for
16901 decoding to dos-like EOL.
16902 (comint-carriage-motion): Fully rewrite.
16903
16904 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
16905
16906 * epg.el (epg-context-include-certs): Reflow docstring.
16907 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
16908 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
16909 (epg-context-set-signers, epg-context-set-sig-notations)
16910 (epg-make-import-status, epg-make-import-result)
16911 (epg-start-delete-keys): Fix typos in docstrings.
16912 (epg-start-sign-keys, epg-sign-keys):
16913 Fix typos in obsolescence declarations.
16914
16915 * iswitchb.el: Don't check for `cadr' and `last'.
16916 (iswitchb-define-mode-map, iswitchb-default-keybindings):
16917 Add obsolescence declaration and remove redundant info from docstring.
16918 (iswitchb-set-common-completion, iswitchb-set-matches)
16919 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
16920 (recentf-list, most-len, most-is-exact):
16921 Don't wrap defvars within `eval-when-compile'.
16922
16923 2008-03-05 Glenn Morris <rgm@gnu.org>
16924
16925 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
16926 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
16927 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
16928 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
16929 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
16930
16931 * ediff-hook.el (ediff-window-setup-function): Don't autoload
16932 declaration for compiler.
16933 (ediff-xemacs-init-menus): Use when rather than if.
16934
16935 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
16936 if+and to just and.
16937 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
16938 (ediff-delete-overlay): Move the XEmacs test inside the definition.
16939
16940 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
16941
16942 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
16943 test inside XEmacs test.
16944 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
16945 since it was doing nothing on Emacs.
16946 (ediff-make-bullet-proof-overlay): Use when rather than if.
16947
16948 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
16949 (ediff-setup-control-frame): Remove
16950 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
16951 a (featurep 'xemacs) test.
16952
16953 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
16954
16955 * calc/calc-ext.el (calc-extended-command-history): New variable.
16956 (calc-execute-extended-command): Use `calc-extended-command-history'.
16957
16958 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
16959
16960 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
16961 (standard-mode-line-position): Add mouse-face.
16962
16963 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
16964 * progmodes/grep.el (grep-mode-map): Add :help.
16965
16966 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
16967 initialize in one step. Add :help. Use :enable to activate menu
16968 items. Show the key binding for edebug-defun.
16969 (lisp-interaction-mode-map): Add a menu.
16970
16971 * term.el (term-mode-map): Define and initialize in one step.
16972
16973 * ediff-init.el (ediff-color-display-p): Simplify.
16974 (Xor): Remove unused function.
16975 (ediff-with-syntax-table): Simplify for Emacs.
16976
16977 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
16978 menu-bar being loaded, it always is.
16979
16980 2008-03-05 Glenn Morris <rgm@gnu.org>
16981
16982 * textmodes/tex-mode.el (tex-mode): Suppress warning about
16983 multiple definitions when compiling.
16984
16985 2008-03-04 Alan Mackenzie <acm@muc.de>
16986
16987 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
16988
16989 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
16990 doc-string, "c-old-LEN" -> "c-old-END".
16991
16992 2008-03-04 Jason Rumney <jasonr@gnu.org>
16993
16994 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
16995 namespaces.
16996
16997 2008-03-04 Glenn Morris <rgm@gnu.org>
16998
16999 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17000
17001 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17002 than mapcar.
17003
17004 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17005
17006 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17007 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17008
17009 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17010 so that M-q can fill comments.
17011 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17012 commands implemented in elisp.
17013 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17014 (tex-format-cmd): New function.
17015 (tex-compile): Use it to let the user specify default arguments.
17016 (tex-cmd-bibtex-args): New var.
17017 (tex-cmd-doc-view): New function.
17018
17019 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17020
17021 * faces.el (face-spec-set): Fix typos in docstring.
17022
17023 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17024
17025 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17026 (standard-mode-line-position): Use it to add a menu for toggling
17027 column number and line number display.
17028
17029 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17030
17031 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17032 Remove optimization that was working around the form-code-walker bug.
17033
17034 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17035 Walk into the body of lambdas after byte-compile-unfold-lambda.
17036
17037 2008-03-03 Glenn Morris <rgm@gnu.org>
17038
17039 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17040 value, if set, over frame value.
17041
17042 * simple.el (transient-mark-mode): Don't turn on by default.
17043
17044 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17045 accidentally removed by the 2007-12-05 merge from Gnus.
17046
17047 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17048
17049 * progmodes/compile.el (compilation-menu-map): Add menu entries
17050 for useful options.
17051
17052 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17053 Glenn Morris <rgm@gnu.org>
17054
17055 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17056 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17057 Give a `bytecomp-' prefix to local variables with common names.
17058
17059 2008-03-01 Glenn Morris <rgm@gnu.org>
17060
17061 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17062 Restore code commented out 2007-11-10.
17063
17064 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17065
17066 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17067 Delete macro.
17068 * emulation/viper-cmd.el, emulation/viper-ex.el:
17069 * emulation/viper-init.el, emulation/viper-keym.el:
17070 * emulation/viper-mous.el, emulation/viper-util.el:
17071 * emulation/viper.el:
17072 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17073 featurep test.
17074
17075 Replace obsolete frame-local variables with frame-parameters.
17076 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17077 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17078 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17079 on XEmacs.
17080 * emulation/viper-util.el (viper-frame-value): New macro.
17081 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17082 (viper-R-state-post-command-sentinel)
17083 (viper-replace-state-post-command-sentinel)
17084 (viper-change-state-to-insert, viper-change-state-to-emacs):
17085 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17086 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17087 (viper-get-saved-cursor-color-in-insert-mode)
17088 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17089 Use viper-frame-value for viper-replace-overlay-cursor-color,
17090 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17091 viper-vi-state-cursor-color values.
17092
17093 * emulation/viper-cmd.el (zmacs-region-stays):
17094 * emulation/viper-util.el (zmacs-region-stays): No need to define
17095 for compiler.
17096
17097 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17098 mapcar on Emacs.
17099
17100 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17101 on XEmacs.
17102
17103 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17104 rather than if.
17105
17106 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17107
17108 * whitespace.el: New version 9.3. As the glyph code generation was
17109 fixed, it is possible now to use character code above ?\x1FFFF in the
17110 display table. Fix `whitespace-indentation-regexp' to not include an
17111 extra ending character. Reported by Michael Welsh Duggan
17112 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17113 the original whitespace package had. Suggested by Eric Cooper
17114 <ecc@cmu.edu>. Doc fix.
17115 (whitespace-action): New option.
17116 (whitespace-display-mappings): Changed default newline visualization to
17117 display downwards arrow, as the glyph code generation was fixed.
17118 (whitespace-unload-function): Assure that all local whitespace mode is
17119 turned off.
17120 (whitespace-global-modes): Fix type customization.
17121 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17122 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17123 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17124 Fix code.
17125 (whitespace-buffer): Command removed.
17126 (whitespace-trailing-regexp, whitespace-mark-x)
17127 (whitespace-display-window, whitespace-action-when-on)
17128 (whitespace-add-local-hook, whitespace-remove-local-hook)
17129 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17130 (whitespace-action): New funs.
17131 (whitespace-report-list, whitespace-report-text)
17132 (whitespace-report-buffer-name): New consts.
17133 (whitespace-report, whitespace-report-region): New commands.
17134
17135 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17136
17137 * disp-table.el (make-glyph-code): Don't test the result of
17138 `face-id', which already signals an error for invalid faces.
17139 (glyph-face): Simplify.
17140
17141 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17142 running `desktop-not-loaded-hook' to allow modifying it.
17143 Don't show warning message if `desktop-dirname' was modified.
17144
17145 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17146
17147 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17148 we still expect more lines.
17149
17150 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17151 comment-paragraph filling if the commark doesn't match
17152 comment-start-skip.
17153
17154 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17155
17156 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17157 the `imap' variant.
17158
17159 2008-03-01 Jason Rumney <jasonr@gnu.org>
17160
17161 * files.el (make-auto-save-file-name): Encode more characters in
17162 non-file buffer names. Use url-encoding.
17163
17164 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17165
17166 * net/net-utils.el (ftp-program): Fix typo in docstring.
17167 (ifconfig-program-options, netstat-program-options)
17168 (arp-program-options, route-program-options, nslookup-program-options)
17169 (ftp-program-options, smbclient-program-options)
17170 (dns-lookup-program-options, arp, route): Doc fixes.
17171
17172 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17173 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17174 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17175 Fix typos in docstrings.
17176 (gdb-pending-triggers): Reflow docstring.
17177 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17178
17179 2008-03-01 Alan Mackenzie <acm@muc.de>
17180
17181 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17182 typing "#" at EOB.
17183
17184 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17185
17186 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17187
17188 2008-02-29 Kim F. Storm <storm@cua.dk>
17189
17190 * emulation/cua-base.el (cua-remap-control-v)
17191 (cua-remap-control-z): New defcustoms.
17192 (cua-mode): Add them to set-after property.
17193 (cua--init-keymaps): Use them.
17194 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17195
17196 * help.el (view-emacs-todo): Rename from view-todo.
17197 (describe-gnu-project): Rename from describe-project. Users changed.
17198 (view-help-file): New helper function.
17199 (describe-distribution, describe-copying, describe-gnu-project)
17200 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17201 (view-emacs-debugging, view-external-packages): New commands.
17202 (help-map): Move describe-distribution to C-h C-o (ordering).
17203 Move view-emacs-problems to C-h C-p (problems).
17204 Bind view-emacs-debugging to C-h C-d (debugging).
17205 Bind view-external-packages to C-h C-e (extras).
17206 (help-for-help-internal): Cleanup and align descriptions.
17207 Remove command names to reduce clutter.
17208
17209 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17210
17211 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17212 and quieter face (not a warning).
17213
17214 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17215
17216 * vc.el (vc-status-crt-marked): New variable.
17217 (vc-status-mode): Make it local.
17218 (vc-status-refresh): Use it to save the marked files.
17219 (vc-update-vc-status-buffer): Use it to restore the marked files.
17220
17221 * vc-svn.el (vc-svn-after-dir-status):
17222 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17223
17224 2008-02-29 Glenn Morris <rgm@gnu.org>
17225
17226 * allout.el (allout-topic-encryption-bullet)
17227 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17228 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17229 from 22.0 to 22.1.
17230
17231 * net/imap.el (imap-ping-server):
17232 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17233 Change defcustom :version from 23.0 to 23.1.
17234
17235 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17236
17237 * desktop.el (desktop-save): Save the buffer name if the
17238 uniquified base name is empty.
17239
17240 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17241
17242 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17243 correctly when user has "set print address off".
17244
17245 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17246
17247 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17248 version number of the next major Emacs release, not 23.0.
17249
17250 * longlines.el (longlines-unload-function): New function.
17251
17252 2008-02-28 Juri Linkov <juri@jurta.org>
17253
17254 * startup.el (normal-splash-screen): Add argument `concise'.
17255 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17256 to the created buffer. If `concise' is non-nil, call
17257 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17258 (display-startup-screen): Add argument `concise' to the call to
17259 `normal-splash-screen'.
17260
17261 2008-02-28 Kim F. Storm <storm@cua.dk>
17262
17263 * startup.el (startup-echo-area-message): Check for about-emacs.
17264
17265 2008-02-28 Juri Linkov <juri@jurta.org>
17266
17267 * startup.el: Always add initial message to *scratch* buffer if
17268 `initial-scratch-message' is non-nil regardless of the value of
17269 `inhibit-startup-screen'.
17270 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17271 (command-line-1): Move code that inserts `initial-scratch-message'
17272 up before the if-form that checks for `inhibit-startup-screen'.
17273 Suggested by Jonathan Rockway <jon@jrock.us>.
17274
17275 2008-02-28 Juri Linkov <juri@jurta.org>
17276
17277 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17278 Rename `custom-mode' to `Custom-mode' in docstrings.
17279 (custom-buffer-create-internal, customize-browse):
17280 Rename `custom-mode' to `Custom-mode'.
17281 (custom-mode-hook): Rename to `Custom-mode-hook'.
17282 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17283 (custom-mode): Rename to `Custom-mode'.
17284 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17285 (custom-mode): Add backward-compatible non-interactive variant of
17286 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17287 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17288
17289 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17290
17291 * emulation/viper.el (viper-emacs-state-mode-list):
17292 Rename `custom-mode' to `Custom-mode'.
17293
17294 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17295 Capitalize "Tagged Files".
17296 (minibuffer-local-map): Add menu items for next/previous
17297 history elements and isearch history forward/backward.
17298
17299 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17300 `hs-isearch-open' with t instead of `comment' in :selected
17301 for "Code and Comment blocks" menu item.
17302
17303 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17304
17305 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17306 Should be done in desktop.el instead.
17307
17308 2008-02-28 Glenn Morris <rgm@gnu.org>
17309
17310 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17311
17312 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17313
17314 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17315 (Info-menu, Info-goto-node): Remove declarations.
17316 (report-emacs-bug-info): Use info rather than Info-goto-node.
17317
17318 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17319 (idlwave-convert-xml-system-routine-info): Don't require xml.
17320 (idlwave-show-commentary, idlwave-shell-show-commentary):
17321 Don't require finder.
17322 (idlwave-info): Don't require info. Use info rather than
17323 Info-goto-node.
17324
17325 * textmodes/org.el (Info-goto-node): Remove declaration.
17326 (org-info): Use info rather than Info-goto-node.
17327
17328 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17329 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17330
17331 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17332
17333 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17334 the menu.
17335
17336 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17337 (vc-finish-logentry): Check for vc-status-mode, not only for
17338 vc-dired-mode.
17339
17340 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17341
17342 * isearch.el (isearch-printing-char): Don't check
17343 keyboard-coding-system.
17344 Call isearch-process-search-multibyte-characters only when
17345 current-input-method is non-nil.
17346
17347 2008-02-27 Kim F. Storm <storm@cua.dk>
17348
17349 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17350 (glyph-char, glyph-face): Handle cons encoding.
17351
17352 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17353
17354 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17355 empty string, return nil to allow the caller to default to the
17356 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17357
17358 * tool-bar.el (tool-bar-setup): Doc fix.
17359
17360 * mail/supercite.el (sc-describe):
17361 Fix typos in obsolescence declaration.
17362
17363 2008-02-27 Glenn Morris <rgm@gnu.org>
17364
17365 * autoinsert.el (auto-insert-alist): Change permission text to
17366 match FSF's GPLv3 form.
17367
17368 * mail/supercite.el (sc-cite-original): Doc fix.
17369 (sc-version): Make obsolete.
17370 (sc-describe): Show the SC info page. Make obsolete.
17371
17372 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17373
17374 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17375 when using transient-mark-mode.
17376 (default-indicate-unused-lines): Remove unused var.
17377
17378 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17379
17380 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17381 and previous.
17382
17383 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17384
17385 2008-02-26 Glenn Morris <rgm@gnu.org>
17386
17387 * net/net-utils.el (top-level): Don't require comint when compiling.
17388 (nslookup-font-lock-keywords): Don't require font-lock.
17389 Use font-lock faces rather than variables.
17390 (nslookup, ftp, smbclient, network-service-connection):
17391 Don't require comint.
17392 (comint-prompt-regexp, comint-input-autoexpand)
17393 (comint-input-ring): Declare for compiler.
17394 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17395 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17396
17397 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17398 doc-string.
17399
17400 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17401
17402 * doc-view.el (doc-view-current-page): Add a `win' argument.
17403
17404 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17405
17406 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17407 Demote it to plain defvar.
17408 (doc-view-conversion-refresh-interval): Reduce interval.
17409 (doc-view-goto-page): Allow moving to pages not yet rendered.
17410 (doc-view-goto-page): Construct a file name rather than extracting it
17411 from doc-view-current-files.
17412 (doc-view-kill-proc): Ignore errors from kill-process.
17413 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17414 (doc-view-insert-image): Use appropriate text if the page hasn't been
17415 rendered yet. Adjust scrolling so the text is displayed.
17416 (doc-view-display): Detect not just that a page is available, but also
17417 that it wasn't available before, so as to avoid refreshing all pages
17418 repeatedly.
17419 (doc-view-mode): Make doc-view-cache-directory if needed.
17420
17421 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17422
17423 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17424 toggle-read-only.
17425
17426 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17427 refering to a missing required field with the OPT prefix.
17428 Make unwindform more robust.
17429
17430 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17431 it duplicates the bibtex support in progmodes/hideshow.el.
17432 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17433 entries that do not start at the beginning of a line.
17434
17435 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17436
17437 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17438
17439 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17440
17441 * help-fns.el (describe-variable): Add phrases about
17442 initialization file with and without customization;
17443 use new button type help-info-variable.
17444
17445 * help-mode.el (help-info-variable):
17446 New button able to read Info files for help-fns.el.
17447
17448 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17449
17450 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17451 (grep-mode): Use grep-mode-tool-bar-map.
17452
17453 * progmodes/compile.el (tool-bar): Require tool-bar.
17454 (compilation-mode-tool-bar-map): New variable.
17455 (compilation-mode): Use compilation-mode-tool-bar-map.
17456
17457 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17458
17459 2008-02-25 Glenn Morris <rgm@gnu.org>
17460
17461 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17462
17463 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17464
17465 * diff-mode.el (diff-file-junk-re): New const.
17466 (diff-beginning-of-file-and-junk): Use it.
17467 (diff-file-kill): Make sure we were really inside a file diff.
17468
17469 * diff-mode.el: Make it more robust in the presence of empty context
17470 lines in unified hunks.
17471 (diff-valid-unified-empty-line): New var.
17472 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17473 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17474 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17475 (diff-hunk-header-re-unified): New const.
17476 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17477 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17478 (diff-sanity-check-hunk): Use it.
17479
17480 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17481 Index: line, don't search backward for the previous one.
17482
17483 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17484
17485 * international/fontset.el (setup-default-fontset): Add non-OTF
17486 lao font for lao script.
17487
17488 * language/tibetan.el: Register tibetan-composition-function in
17489 composition-function-table.
17490
17491 * language/tibet-util.el (tibetan-composition-function):
17492 Adjust for the new calling way (argument changed). Try font-shape-text
17493 if possible.
17494
17495 * language/lao.el: Register lao-composition-function in
17496 composition-function-table.
17497
17498 * language/lao-util.el (lao-composition-function): Adjust for the new
17499 calling way (argument changed). Try font-shape-text if possible.
17500
17501 2008-02-25 Jason Rumney <jasonr@gnu.org>
17502
17503 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17504
17505 2008-02-25 Juri Linkov <juri@jurta.org>
17506
17507 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17508 background, "red4" for a dark background, "red" for 16 and
17509 8 colors, "grey" for grayscale, and inverse video otherwise.
17510 Add :version tag.
17511 (isearch-message): Keep the original isearch-message intact, and
17512 add text properties to it where necessary. Add `isearch-error' to
17513 the condition that checks if isearch is unsuccessful.
17514
17515 2008-02-24 Juri Linkov <juri@jurta.org>
17516
17517 * progmodes/compile.el (compilation-handle-exit):
17518 Use compilation-error face instead of font-lock-warning-face.
17519 Display the same message in the minibuffer as is inserted
17520 at the end of the compilation buffer.
17521
17522 2008-02-24 Glenn Morris <rgm@gnu.org>
17523
17524 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17525 multiple file case.
17526
17527 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17528
17529 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17530 multiple file case. Use a single `let' rather than two.
17531
17532 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17533
17534 * progmodes/compile.el (compilation-start): Specify a face for
17535 mode-line-process.
17536 (compilation-handle-exit): Specify a face and a tooltip for
17537 mode-line-process.
17538
17539 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17540
17541 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17542 (hilit-chg-make-ov): Simplify.
17543 (hilit-chg-fixup): Use remove-overlays.
17544 (hilit-chg-set-face-on-change): Remove redundant call to
17545 `remove-text-properties'.
17546
17547 * dired.el (dired-mark-prompt): Don't count/display the t element.
17548 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17549
17550 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17551
17552 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17553 add-submenu.
17554 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17555 Remove. Move contents to the only use ...
17556 (verilog-menu): ... here.
17557 (verilog-statement-menu): Remove. Move contents to the only use ...
17558 (verilog-stmt-menu): ... here.
17559 (verilog-mark-defun): Simply call mark-defun for emacs.
17560 (occur-pos-list): Declare for byte compiler.
17561 (mode-popup-menu): Don't defvar.
17562 (verilog-add-statement-menu): Remove.
17563 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17564 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17565
17566 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17567
17568 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17569 conditional.
17570 (verilog-font-grouping-keywords-face): Make the begin..end
17571 keywords standout more than other verilog keywords.
17572 (verilog-type-font-keywords): Move the begin..end out of this list
17573 to facilitate making them to (potentially) stand out more.
17574 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17575 function & task blocks.
17576 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17577 initial, function & task blocks.
17578 (verilog-forward-sexp): Handle the new "disable fork" statement of
17579 IEEE-1800 Verilog.
17580 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17581 statement of IEEE-1800 Verilog.
17582 (verilog-calc-1): Handle the new "disable fork" statement of
17583 IEEE-1800 Verilog.
17584 (verilog-disable-fork-re): Add const to help handle the new
17585 "disable fork" statement of IEEE-1800 Verilog.
17586 (verilog-declaration-core-re): Add port directions by themselves,
17587 with no qualification, as base item of a declaration.
17588 (verilog-pretty-declarations): Add new flag to ask it to refrain
17589 from printing to the message buffer.
17590 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17591 printing to the message buffer. Improve handling of the many
17592 types of expression line up.
17593 (verilog-just-one-space): Remove printing of an empty message.
17594 (verilog-get-lineup-indent): Rework to support the better handling
17595 of expression lineup for verilog-pretty-expr.
17596 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17597
17598 2008-02-24 Alan Mackenzie <acm@muc.de>
17599
17600 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17601 yesterday's commit.
17602
17603 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17604
17605 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17606 to mouse-set-point in buffers that aren't associated with files.
17607
17608 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17609
17610 2008-02-24 Alan Mackenzie <acm@muc.de>
17611
17612 Set of changes so that "obtrusive" syntactic elements in a
17613 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17614 unmatched paren) don't interact syntactically with stuff outside
17615 the CPP line.
17616
17617 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17618 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17619 off-by-one bug.
17620 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17621 a bit of refactoring.
17622 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17623 functionality of c-awk-advise-fl-for-awk-region, which has been
17624 refactored away.
17625
17626 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17627 (c-clear-char-property-with-value): New function and macro which
17628 remove text-properties `equal' to a supplied value.
17629
17630 * progmodes/cc-engine.el: Comment about text properties amended.
17631
17632 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17633 parens around "error\\|warning".
17634
17635 * progmodes/cc-langs.el (c-get-state-before-change-function)
17636 (c-before-font-lock-function, c-anchored-cpp-prefix):
17637 New language variables.
17638 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17639
17640 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17641 syntax-table text properties.
17642 (c-common-init): Call language specific before/after-change
17643 functions at mode initialisation.
17644 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17645 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17646 (c-neutralize-syntax-in-CPP): New functions.
17647 (c-before-change, c-after-change): Call the new language specific
17648 change functions defined in cc-langs.el.
17649 (c-advise-fl-for-region): New macro.
17650 (awk-mode): Remove AWK specific stuff which has been refactored
17651 into language independent stuff.
17652
17653 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17654
17655 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17656 (gdb): (Re)set gdb-flush-pending-output to nil here...
17657 (gdb-init-1): ...instead of here (before gdb-prompt).
17658
17659 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17660
17661 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
17662 Recognize ''' just like any other char-constant.
17663
17664 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17665
17666 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
17667 careful enough. Detect the uid-change all within the main loop.
17668
17669 2008-02-24 Stefan Monnier <monnier@pastel.home>
17670
17671 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
17672
17673 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * hilit-chg.el (highlight-save-buffer-state): New macro.
17676 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
17677 (hilit-chg-clear): Use it to preserve the modified-p flag.
17678 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17679
17680 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * font-lock.el (font-lock-set-defaults): Unset previously set variables
17683 when needed.
17684
17685 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
17686
17687 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
17688 from gnus-button-url-regexp.
17689
17690 2008-02-24 Eli Zaretskii <eliz@gnu.org>
17691
17692 * progmodes/compile.el (compilation-next-error): Doc fix.
17693 (compilation-find-file): Doc fix.
17694
17695 2008-02-24 Glenn Morris <rgm@gnu.org>
17696
17697 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
17698 Add obsolete aliases to the old names.
17699
17700 2008-02-24 Richard Stallman <rms@gnu.org>
17701
17702 * net/net-utils.el (ifconfig): Rename from ipconfig.
17703 (ipconfig): Alias to ifconfig.
17704 (ifconfig-program): Rename from ipconfig-program.
17705 (ifconfig-program-options): Rename from ipconfig-program-options.
17706
17707 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17708
17709 * progmodes/verilog-mode.el (verilog-declaration-core-re):
17710 Add port directions by themselves, with no qualification, as base
17711 item of a declaration.
17712 (verilog-pretty-declarations): Add new flag that inhibits printing
17713 to the message buffer.
17714 (verilog-pretty-expr): Add new flag that inhibits printing to the
17715 message buffer. Improve handling of the many types of expression
17716 line up.
17717 (verilog-just-one-space): Don't print an empty message.
17718 (verilog-get-lineup-indent): Rework to support the better handling
17719 of expression lineup for verilog-pretty-expr.
17720 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17721 (verilog-mode-version, verilog-mode-release-date): Update.
17722
17723 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * subr.el (cancel-change-group): Don't move point.
17726
17727 2008-02-23 Markus Triska <markus.triska@gmx.at>
17728
17729 * linum.el (linum-after-config): Update all visible windows.
17730
17731 2008-02-23 Glenn Morris <rgm@gnu.org>
17732
17733 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
17734 Add :help for Solitaire and Tetris.
17735
17736 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
17737
17738 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
17739 (smtpmail-code-conv-from): Doc fix. Fix custom type.
17740 (smtpmail-queue-index-file): Make it a defcustom.
17741 (smtpmail-queue-index): Delete.
17742 (smtpmail-send-it, smtpmail-send-queued-mail):
17743 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
17744 smtpmail-queue-index.
17745
17746 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17747 Add :version.
17748
17749 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
17750
17751 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17752 New variables.
17753 (iwconfig): New function.
17754
17755 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
17756
17757 * vc.el (vc-find-revision): Make vc-parent-buffer local before
17758 setting it.
17759 (vc-status-menu-map): Do not define using easy-menu.
17760 (vc-status-menu-map): New defalias.
17761 (vc-status-mode-map): Hook up the menu.
17762 (top-level): Update TODO.
17763
17764 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
17765
17766 * vc-bzr.el (vc-bzr-init-version): Rename to ...
17767 (vc-bzr-init-revision): ... this.
17768
17769 2008-02-23 Jason Rumney <jasonr@gnu.org>
17770
17771 * makefile.w32-in (WINS_ALMOST): Remove term.
17772 (WINS): Add term here.
17773 (custom-deps, finder-data): Use WINS_ALMOST.
17774
17775 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
17776
17777 * faces.el (font-weight-table): Fix value of `semi-light'.
17778
17779 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17780
17781 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
17782 Make those tables bijective.
17783
17784 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
17785
17786 Finish pdbtrack integration cleanup, settling missing-functions
17787 byte compiler warnings appropriately.
17788
17789 * progmodes/python.el (python-point): Remove this - beginning-of-line
17790 was all that was necessary for `python-pdbtrack-overlay-arrow'.
17791 (python-end-of-def-or-class, python-beginning-of-def-or-class)
17792 (python-goto-initial-line): Drop these - they were only needed for
17793 python-point.
17794 (python-comint-output-filter-function): Use condition-case and
17795 beginning-of-line directly, instead of python-mode.el functions
17796 which require all sorts of baggage.
17797 (point-safe): Unnecessary - we're using condition-case directly,
17798 instead.
17799 (python-execute-file): Include for python-shell, which I'm leaving
17800 in keeping despite it being unnecessary for pdb tracking.
17801
17802 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
17803
17804 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17805 Add SRFI 11 support.
17806 (let-values, let*-values): Specify scheme-indent-function.
17807
17808 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
17809
17810 * vc.el (vc-exec-after): Move setting mode-line-process in the
17811 busy case ...
17812 (vc-set-mode-line-busy-indicator): ... in this new function.
17813 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
17814 (vc-update-vc-status-buffer): Reset mode-line-process.
17815 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
17816 mark/unmark all the files with the same state as the current one.
17817 With a prefix argument mark/unmark all files.
17818 (vc-status-mode-menu): Adjust strings.
17819 (vc-update-vc-status-buffer): Only do something when the argument
17820 is not nil.
17821 (vc-status-kill-dir-status-process): New function.
17822 (vc-status-mode-map): Bind it.
17823 (vc-status-process-buffer): New variable.
17824 (vc-status-mode): Make it local.
17825 (vc-status-refresh): Set it.
17826
17827 * vc-hg.el (vc-hg-dir-status):
17828 * vc-git.el (vc-git-dir-status):
17829 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
17830 command is run.
17831
17832 2008-02-22 Glenn Morris <rgm@gnu.org>
17833
17834 * json.el (top-level): No need to require thingatpt.
17835 (json-read-keyword): Use thing-at-point rather than word-at-point.
17836
17837 * time.el (top-level): No need to require time-date when compiling.
17838
17839 * emacs-lisp/copyright.el (copyright-update-year):
17840 Fix subexpression numbering for the case when years are split over
17841 lines, and for the replace case.
17842
17843 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
17844 (tpu-caar, tpu-cadr): Delete functions.
17845 (zmacs-regions): No need to declare for compiler.
17846 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
17847 (tpu-spell-check): Rewrite, and handle mark after point.
17848 (tpu-special-insert): Use or rather than if.
17849
17850 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
17851 rather than spell-region.
17852
17853 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
17854 warnings about spell-region.
17855
17856 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
17857
17858 * ldefs-boot.el: Regenerated.
17859
17860 * loadup.el: Don't load language/devanagari, language/kannada,
17861 language/malayalam, and language/tamil. Load language/sinhala.
17862
17863 * language/indian.el (indian-font-foundry)
17864 (indian-script-language-alist, indian-font-char-index-table)
17865 (indian-font-char, indian-font-char-range, indian-script-table)
17866 (indian-default-script, indian-composable-pattern): Delete them.
17867 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
17868 language environments moved to here.
17869 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
17870 New language environments.
17871
17872 * language/devanagari.el, language/devan-util.el,
17873 * language/kannada.el, language/knd-util.el, language/malayalam.el,
17874 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
17875 Delete them.
17876
17877 * language/sinhala.el: New file.
17878
17879 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
17880
17881 Update Nick Robert's port of pdb tracking from python-mode.el.
17882
17883 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
17884 Clarify docstring.
17885 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
17886 tracking is happening.
17887 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
17888 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
17889 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
17890 Tracking is plugged in to all comint buffers once python.el is loaded.
17891 (python-pdbtrack-overlay-arrow): Toggle activation of
17892 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
17893 (python-pdbtrack-track-stack-file): Use new
17894 `python-pdbtrack-get-source-buffer' for more flexible access to
17895 debugging source files.
17896 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
17897 according to pdb stack trace, optionally using new
17898 `python-pdbtrack-grub-for-buffer' if file is not locally available.
17899 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
17900 named buffer, or having function with indicated name.
17901 (python-shell): Remove comint-output-filter-functions hook
17902 addition, it's being done elsewhere. Wrap long line.
17903
17904 2008-02-21 Michael Olson <mwolson@gnu.org>
17905
17906 * json.el: Replace XEmacs compatibility code to get rid of
17907 compiler warnings.
17908
17909 * time.el: Fix compiler warning.
17910
17911 2008-02-21 Edward O'Connor <ted@oconnor.cx>
17912
17913 * json.el: New file (JavaScript Object Notation parser / generator).
17914
17915 2008-02-21 Dave Love <fx@gnu.org>
17916
17917 * progmodes/sym-comp.el: New file.
17918
17919 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
17920 Require sym-comp. Add Python buffer to same-window-buffer-names.
17921 Fixup whitespaces.
17922 (python-font-lock-keywords): Add highlighting for Python builtins.
17923 (python-font-lock-syntactic-keywords): Rewrite.
17924 (python-quote-syntax): Use syntax-ppss-context instead of parsing
17925 ppss directly.
17926 (python-mode-map): Add binding for python-find-function.
17927 (python-calculate-indentation): Clean up the logic.
17928 (python-beginning-of-defun): Explicitly set return value.
17929 (python-beginning-of-statement): Stop looping if we get stuck
17930 going backwards.
17931 (python-next-statement): Stop looping if we somehow end up inside
17932 a string while advancing.
17933 (python-preoutput-continuation, python-version-checked): New vars.
17934 (python-check-version): New function.
17935 (run-python): Set default command to python-command instead of
17936 python-python-command.
17937 (run-python): Use python-check-version. Give PYTHONPATH
17938 precedence over data-directory in the process environment.
17939 Load function definitions in python process after.
17940 (python-check-comint-prompt): New function.
17941 (python-send-command, python-send-receive): Use it.
17942 (python-complete-symbol, python-try-complete): Functions deleted.
17943 Use symbol-complete instead of python-complete-symbol throughout.
17944 (python-fill-paragraph): Further refine the fenced-string regexp.
17945 (def-python-skeleton): Expand to the original abbrev instead if in
17946 a comment or string. Tweak skeletons for `if', `while', `for',
17947 `try/except', `try/finally', `name'.
17948 (python-pea-hook, python-abbrev-pc-hook): New functions.
17949 (python-abbrev-syntax-table): New var.
17950 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
17951 Use symbol-completion-try-complete for hippie expansion.
17952 Turn on font lock unconditionally.
17953 (python-mode-hook): Defcustom it. No need to use make-local
17954 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
17955 option, since it's buffer-local.
17956
17957 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
17958
17959 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
17960
17961 2008-02-21 Drew Adams <drew.adams@oracle.com>
17962
17963 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
17964 "Turn off" and a "Help" entry when the minor mode has no menu.
17965
17966 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
17967
17968 * vc.el (vc-status-mark, vc-status-unmark): New functions.
17969 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
17970 vc-status-mark-file and vc-status-unmark-file.
17971 (vc-status-mark-unmark): New function.
17972 (vc-status-previous-line, vc-status-next-line): No longer interactive.
17973
17974 2008-02-21 Glenn Morris <rgm@gnu.org>
17975
17976 * composite.el (encode-composition-rule): Fix typo in error message.
17977 (composition-function-table, auto-composition-mode): Doc fixes.
17978
17979 * subr.el (sit-for): Fix obsolete form for nil second argument.
17980
17981 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
17982 (spell-string): Make obsolete, in favor of ispell.
17983
17984 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
17985
17986 * language/devanagari.el: Don't setup composition-function-table
17987 here.
17988 ("Devanagari"): Change charset, coding-system, coding-priority to
17989 Unicode-based ones. Don't require the feature devan-util.
17990
17991 * composite.el (compose-chars-after): Fix arguments for a function
17992 in composition-function-table.
17993 (auto-compose-region): Likewise.
17994
17995 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
17996 for Ethiopic.
17997 (ps-mule-plot-string): Ignore glyph-string based compositions.
17998
17999 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * doc-view.el: Allow different windows to show different pages.
18002 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18003 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18004 add them back as macros instead, using image-mode-winprops instead.
18005 Update all users of those variables.
18006 (doc-view-new-window-function): New function to create a new overlay
18007 for each new window.
18008 (doc-view-mode): Use it and image-mode-setup-winprops.
18009 (doc-view-clone-buffer-hook): Rewrite accordingly.
18010
18011 * image-mode.el: Extend [hv]scroll support to per-window properties.
18012 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18013 (image-mode-winprops-alist): New var to replace them.
18014 (image-mode-new-window-functions): New hook.
18015 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18016 New funs.
18017 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18018 Remove the `window' argument, update callers.
18019 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18020 Use the new functions.
18021 (image-mode-reapply-winprops): New fun.
18022 (image-mode): Use it.
18023
18024 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18025
18026 * calc/calc-math.el (math-sin-raw): Add optional argument
18027 to keep track of original argument.
18028 (math-cos-raw): Use optional argument when calling math-sin-raw.
18029 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18030 with close to original precision.
18031
18032 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18033
18034 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18035 args in calls of sit-for.
18036
18037 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18038
18039 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18040 (vc-svn-checkin): Fix typo in error message.
18041
18042 * help-mode.el: Require easymenu when compiling.
18043
18044 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18045
18046 * help-mode.el (help-mode-menu): New menu.
18047
18048 2008-02-20 Glenn Morris <rgm@gnu.org>
18049
18050 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18051 on Windows.
18052
18053 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18054
18055 * ps-mule.el (ps-mule-encode-region): Return a single string.
18056 (ps-mule-plot-string): Adjust for the above change.
18057 (ps-mule-encode-header-string): Likewise.
18058
18059 * international/latin1-disp.el (latin1-display): Don't use
18060 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18061 standard-display-table.
18062 (latin1-display-identities): Adjust for the change of what is
18063 returned by (get-language-info charset 'charset).
18064
18065 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18066 characters and terminal case.
18067
18068 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18069
18070 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18071
18072 * progmodes/python.el: Also require comint when loading.
18073 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18074 Replace python-shell with run-python on menu bar.
18075 (python-shell-map): New map.
18076 (python-default-interpreter, python-python-command-args)
18077 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18078 New options.
18079 (python-which-shell, python-which-args, python-which-bufname):
18080 New buffer local variables.
18081 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18082
18083 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18084 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18085 New constants.
18086
18087 Pdbtrack features:
18088
18089 (python-point, python-end-of-def-or-class)
18090 (python-beginning-of-def-or-class, python-goto-initial-line)
18091 (python-comint-output-filter-function)
18092 (python-pdbtrack-overlay-arrow)
18093 (python-pdbtrack-track-stack-file, python-toggle-shells)
18094 (python-shell, python-pdbtrack-toggle-stack-tracking)
18095 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18096 New functions.
18097
18098 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18099
18100 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18101 when the argument is nil.
18102
18103 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18104
18105 * vc.el (dir-status): Add a brief description.
18106
18107 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18108
18109 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18110 If non-nil, reverse the sense of the check.
18111
18112 * vc-rcs.el (vc-rcs-root): New func.
18113 * vc-cvs.el (vc-cvs-root): New func.
18114 * vc-svn.el (vc-svn-root): New func.
18115 * vc-sccs.el (vc-sccs-root): New func.
18116
18117 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18118
18119 * language/japan-util.el (setup-japanese-environment-internal):
18120 Call use-cjk-char-width-table.
18121
18122 * language/japanese.el ("Japanese"): Set exit-function to
18123 use-default-char-width-table.
18124
18125 * international/characters.el: Delete occurrences of non-Unicode
18126 tibetan and ethiopic characters.
18127 (cjk-char-width-table): New variable.
18128 (use-cjk-char-width-table, use-default-char-width-table):
18129 New functions.
18130
18131 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18132
18133 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18134 (vc-status-mode-menu): Add a :filter.
18135 (vc-status-printer): Add faces.
18136
18137 * vc-hg.el (vc-hg-extra-status-menu): New function.
18138 (vc-hg-dir-status): Clean up the buffer before using it.
18139
18140 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18143 (gdb): Initialize it here instead.
18144
18145 * files.el (locate-dominating-file): Fix thinko in last change.
18146 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18147
18148 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18149
18150 * vc.el (vc-status-mode-menu): New menu for vc-status.
18151
18152 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18153
18154 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18155 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18156 (verilog-mode-auto, verilog-indent-level-module)
18157 (verilog-minimum-comment-distance, verilog-library-flags)
18158 (verilog-library-directories, verilog-library-files)
18159 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18160 (verilog-xemacs-menu, verilog-set-compile-command)
18161 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18162 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18163 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18164 (verilog-batch-inject-auto, verilog-batch-indent)
18165 (verilog-continued-line, verilog-type-keywords)
18166 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18167 (verilog-read-inst-pins, verilog-read-arg-pins)
18168 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18169 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18170 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18171 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18172 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18173 (verilog-mode-version, verilog-mode-release-date)
18174 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18175 (verilog-simulator, verilog-compiler)
18176 (verilog-auto-sense-defines-constant, verilog-company)
18177 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18178 Fix typos in docstrings.
18179 (verilog-set-auto-endcomments, verilog-calculate-indent)
18180 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18181 Reflow docstrings.
18182 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18183 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18184 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18185 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18186 (verilog-leap-to-head, verilog-current-indent-level)
18187 (verilog-case-indent-level, verilog-cpp-keywords)
18188 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18189 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18190 (verilog-signals-not-in, verilog-symbol-detick-text)
18191 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18192 (verilog-forward-close-paren, verilog-backward-open-paren)
18193 (verilog-backward-open-bracket): Doc fixes.
18194
18195 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18196 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18197 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18198 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18199 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18200 Fix typos in docstrings.
18201
18202 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18203
18204 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18205
18206 * info.el (Info-read-node-name): Removed unused `default' arg.
18207
18208 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18209
18210 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18211
18212 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * image-mode.el (image-get-display-property): New fun.
18215 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18216 (image-mode, image-minor-mode, image-toggle-display-text)
18217 (image-toggle-display): Use it.
18218
18219 2008-02-18 Jason Rumney <jasonr@gnu.org>
18220
18221 * international/mule.el (xml-find-file-coding-system): Don't warn
18222 about utf-16 with BOM.
18223
18224 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18225
18226 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18227 warn if file encoding is not utf-8 and encoding not specified.
18228 (xml-find-file-coding-system): New function.
18229 * international/mule-conf.el (file-coding-system-alist): Use it.
18230
18231 2008-02-17 Glenn Morris <rgm@gnu.org>
18232
18233 * international/mule-cmds.el (set-locale-environment):
18234 Pass `frame' to getenv for LC_MESSAGES.
18235
18236 2008-02-17 Juri Linkov <juri@jurta.org>
18237
18238 * time.el (emacs-init-time): Use format instead of format-seconds.
18239
18240 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18241
18242 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18243 bibtex-find-entry. Add autoload cookie.
18244 (bibtex-find-entry): Alias for bibtex-search-entry.
18245 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18246 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18247 (bibtex-clean-entry): atomic-change-group removed.
18248 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18249 to locate buffer location where error occurred.
18250 Make error messages more specific.
18251 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18252
18253 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18254
18255 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18256 top level.
18257
18258 * simple.el (transient-mark-mode): Add an :init-value.
18259
18260 * startup.el (command-line): Use custom-reevaluate-setting for
18261 transient-mark-mode.
18262
18263 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18264
18265 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18266
18267 2008-02-16 Juri Linkov <juri@jurta.org>
18268
18269 * startup.el (after-init-time): New variable.
18270 (command-line): Set `after-init-time' to the current time.
18271
18272 * time.el (emacs-init-time): New function.
18273
18274 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18275
18276 * files.el (locate-dominating-file): Remove initial loop because it's
18277 not careful enough. Detect the uid-change all within the main loop.
18278
18279 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18280
18281 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18282
18283 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18284
18285 * vc.el (vc-annotate): Add new argument.
18286 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18287
18288 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18289 Move make-variable-buffer-local code after the corresponding defvar.
18290 (hs-minor-mode-map): Define and initialize in one step.
18291 (hs-minor-mode): Change from defun to define-minor-mode.
18292
18293 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18294
18295 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18296 (gdb-ready): Move declaration...
18297
18298 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18299 (gdb-early-user-input): New variable.
18300 (gdb): Reset gdb-flush-pending-output to nil and set
18301 comint-input-sender here (before gdb-prompt), instead of...
18302 (gdb-init-1): ...here.
18303 (gdb-send): If Emacs is not ready, defer user input to...
18304 (gdb-prompt): ...here.
18305
18306 2008-02-16 Glenn Morris <rgm@gnu.org>
18307
18308 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18309
18310 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18311 (before-init-time): New name for `emacs-startup-time'.
18312 (command-line): Use before-init-time rather than emacs-startup-time.
18313 * time.el (emacs-uptime): Use before-init-time rather than
18314 emacs-startup-time.
18315
18316 * composite.el (composition-function-table): Doc fix.
18317
18318 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18319 in favor of `%z' specifier.
18320 (emacs-uptime): Move to time.el.
18321 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18322 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18323 argument of format-seconds.
18324
18325 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18326
18327 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18328
18329 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18330
18331 * ielm.el (ielm-is-whitespace): Remove.
18332 (ielm-is-whitespace-or-comment): New function.
18333 (ielm-eval-input): Use it.
18334
18335 2008-02-15 Jason Rumney <jasonr@gnu.org>
18336
18337 * term/mac-win.el: Fix coding tag.
18338
18339 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18340
18341 * vc-hooks.el (vc-menu-map):
18342 * bindings.el (mode-line-mode-menu): Add tooltips.
18343
18344 * bindings.el (help-echo): Add more tooltips. Use a less
18345 telegraphic style for existing tooltips.
18346
18347 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18348
18349 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18350 from the auto-generated one.
18351
18352 2008-02-14 Glenn Morris <rgm@gnu.org>
18353
18354 * mail/rmail-spam-filter.el (rmail-spam-filter):
18355 Let-bind message-spam-status.
18356
18357 * mail/smtpmail.el (password-cache-add): Declare as function.
18358
18359 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18360
18361 * mail/smtpmail.el: Use password-cache.
18362
18363 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18364
18365 * uniquify.el (uniquify-buffer-base-name): New function.
18366 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18367
18368 * desktop.el (uniquify-managed): Don't defvar.
18369 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18370 `uniquify-managed'. Return also the buffer's base name.
18371 (desktop-save): When saving the buffer info, filter out the base name,
18372 and save it as buffer name if the buffer is managed by uniquify.
18373 (uniquify-item-base): Don't declare; not called anymore.
18374
18375 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18376
18377 * vc.el (vc-annotate-find-revision-at-line): New function.
18378 (vc-annotate-mode-map): Bind it.
18379 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18380 some entries.
18381
18382 2008-02-14 Glenn Morris <rgm@gnu.org>
18383
18384 * calendar/time-date.el (format-seconds): New function.
18385 (emacs-uptime): Use format-seconds.
18386
18387 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18388 Remove `LC_ALL=C', since it's included in $(emacs) now.
18389
18390 2008-02-14 Zhang Wei <id.brep@gmail.com>
18391
18392 * textmodes/org-publish.el (org-publish-timestamp-filename):
18393 Replace colon characters in filename too.
18394
18395 2008-02-13 Bastien Guerry <bzg@altern.org>
18396
18397 * mail/rmail.el (rmail-header-name): New face.
18398 (rmail-font-lock-keywords): Use rmail-header-name.
18399
18400 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18401 against X-Spam-Status header field.
18402 (rmail-spam-filter): Also check X-Spam-Status header field.
18403
18404 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18405
18406 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18407 Add support for .pm files and .php files.
18408 (flymake-err-line-patterns): Add pattern for PHP errors.
18409 (flymake-php-init): New function. PHP support for flymake.
18410
18411 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18412 Add regular expression for PHP errors.
18413
18414 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18415
18416 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18417 This DTRT even on w32 machines.
18418 (ange-ftp-cf1): Quote FILENAME.
18419
18420 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18421
18422 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18423 (smerge-auto-combine): New fun.
18424
18425 2008-02-12 Juri Linkov <juri@jurta.org>
18426
18427 * startup.el (fancy-startup-screen, normal-splash-screen):
18428 Set default-directory to command-line-default-directory.
18429
18430 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18431 after reading the desktop.
18432
18433 * progmodes/compile.el (compilation-auto-jump):
18434 Call compile-goto-error only when compilation-auto-jump-to-first-error
18435 is non-nil.
18436 (compilation-scroll-output): Replace :type 'boolean with a choice
18437 that has three options including a third option `first-error'.
18438 Doc fix.
18439 (compilation-start, compilation-forget-errors): Add an alternate
18440 condition comparing compilation-scroll-output with `first-error'
18441 in addition to compilation-auto-jump-to-first-error (to call
18442 compilation-auto-jump in the proper place).
18443
18444 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18445
18446 * international/mule.el (sgml-html-meta-auto-coding-function):
18447 Make sure the search limit is ahead.
18448
18449 * tar-mode.el: Fix broken indentation.
18450 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18451 Use with-current-buffer.
18452
18453 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18454
18455 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18456 it is already automatically buffer-local.
18457
18458 2008-02-12 Drew Adams <drew.adams@oracle.com>
18459
18460 * help.el (describe-key): Join some split lines to facilitate filling.
18461 * help-fns.el (describe-function-1): Fill text of overlong lines.
18462
18463 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18464
18465 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18466 Use unibyte-string instead of string-make-unibyte.
18467
18468 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18469
18470 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18473 works also for buffers w/o buffer-file-name. Update callers.
18474 (doc-view-clone-buffer-hook): New fun.
18475 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18476 the `doc-view' property so they can be recognized.
18477
18478 * simple.el (clone-indirect-buffer-hook): New hook.
18479 (clone-indirect-buffer): Run it.
18480
18481 2008-02-11 Michael Olson <mwolson@gnu.org>
18482
18483 * epa-setup.el:
18484 * epg-package-info.el: Files removed.
18485
18486 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18487
18488 * epa.el (epa-menu-mode): Merge into epa-mode.
18489 (epa-menu-items): Rename the label "EasyPG Assistant" to
18490 "Encryption/Decryption".
18491
18492 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18493 (epa-dired-mode-map): Rename from epa-dired-map.
18494 (epa-global-dired-mode): Rename the global minor mode.
18495
18496 2008-02-11 Drew Adams <drew.adams@oracle.com>
18497
18498 * isearch.el (isearch-fail): New face.
18499 (isearch-message): Highlight failure part of input.
18500
18501 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18502
18503 * ibuffer.el (ibuffer-header-line-format): New var.
18504 (ibuffer-mode): Set it instead of header-line-format.
18505 (ibuffer-update): Use it to set header-line-format.
18506
18507 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18508 properties like self-insert-command.
18509
18510 2008-02-11 Drew Adams <drew.adams@oracle.com>
18511
18512 * progmodes/etags.el: Add many doc strings.
18513
18514 2008-02-11 Jason Rumney <jasonr@gnu.org>
18515
18516 * ldefs-boot.el: Regenerated.
18517
18518 2008-02-11 Glenn Morris <rgm@gnu.org>
18519
18520 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18521 Shorten some names.
18522
18523 * ffap.el (ffap-rfc-directories): Add :version.
18524
18525 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18526
18527 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18528 files, and backup files of same.
18529
18530 2008-02-11 Kevin Ryde <user42@zip.com.au>
18531
18532 * ffap.el (ffap-rfc-directories): New variable.
18533 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18534
18535 * info.el (Info-next-reference, Info-prev-reference)
18536 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18537
18538 * simple.el (completion-list-mode): Show full completion-list-mode-map
18539 in the docstring.
18540
18541 2008-02-11 Sam Steingold <sds@gnu.org>
18542
18543 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18544
18545 2008-02-11 Glenn Morris <rgm@gnu.org>
18546
18547 * startup.el (emacs-startup-time): New variable.
18548 (command-line): Set emacs-startup-time.
18549
18550 * calendar/time-date.el (emacs-uptime): New function.
18551
18552 2008-02-10 Bastien Guerry <bzg@altern.org>
18553
18554 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18555 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18556 it is nil.
18557
18558 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18559
18560 * epg-config.el: Expand the contents of epg-package-info.el.
18561 (epg-package-name): New constant.
18562 (epg-version-number): New constant.
18563 (epg-bug-report-address): New constant.
18564
18565 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18566 (epa-global-mail-mode): New global minor mode.
18567
18568 * epa-file.el (epa-file-mode): New global minor mode.
18569
18570 * epa-dired.el (epa-dired-mode): New global minor mode.
18571
18572 * epa.el (epa-menu): New variable.
18573 (epa-menu-items): New variable.
18574 (epa-menu-mode): New global minor mode.
18575 (epa-global-minor-modes): New user option.
18576 (epa-mode): New global minor mode.
18577
18578 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18579
18580 * net/dbus.el: Remove `no-byte-compile' cookie.
18581 (dbus-call-method, dbus-register-signal, dbus-debug)
18582 (dbus-registered-functions-table): Declare them with
18583 `declare-function' or `defvar', respectively.
18584 (top): Don't assert any longer. Require 'cl when compiling.
18585 Apply `ignore-errors' but `dbus-ignore-errors'.
18586
18587 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18588
18589 * diff-mode.el (diff-add-change-log-entries-other-window):
18590 Use add-change-log-entry.
18591
18592 2008-02-09 Jason Rumney <jasonr@gnu.org>
18593
18594 * button.el (button-map):
18595 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18596 * ldefs-boot.el: Regenerate.
18597
18598 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18599
18600 * epa.el (epa-faces, epa):
18601 * epa-file.el (epa-file):
18602 * epg-config.el (epg): Add :version.
18603
18604 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18605
18606 * vc.el (vc-exec-after): Append CODE to previous fragments.
18607 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18608 take MESSAGES instead of VERBOSE; use it when non-nil.
18609 (vc-diff-internal): Compute messages once; use them;
18610 update call to vc-diff-finish.
18611
18612 2008-02-09 Michael Olson <mwolson@gnu.org>
18613
18614 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18615 buffer has been killed, such as by
18616 `tramp-cleanup-all-connections'.
18617
18618 2008-02-09 Miles Bader <miles@gnu.org>
18619
18620 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18621
18622 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18623
18624 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18625 splitter in context hunks.
18626
18627 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18628
18629 * international/fontset.el (setup-default-fontset): Fix arabic otf
18630 font specification.
18631
18632 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18633
18634 * epa-dired.el:
18635 * epa-file.el:
18636 * epa-mail.el:
18637 * epa-setup.el:
18638 * epa.el:
18639 * epg-config.el:
18640 * epg-package-info.el:
18641 * epg.el: Initial check-in of EasyPG.
18642
18643 2008-02-08 Glenn Morris <rgm@gnu.org>
18644
18645 * woman.el (woman-locale): New defcustom.
18646 (woman-expand-locale, woman-manpath-add-locales): New functions.
18647 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18648
18649 * international/mule-cmds.el (locale-translate): New function,
18650 with old code extracted from set-locale-environment.
18651 (set-locale-environment): Use locale-translate. Set woman-locale.
18652
18653 * cus-start.el (selection-coding-system): Remove, since it's now
18654 defined in select.el rather than in xselect.c.
18655 * select.el (selection-coding-system): Make it a defcustom, and
18656 add the properties from cus-start.el. Bump :version.
18657
18658 * custom.el (custom-theme-set-variables): Sort symbols that are
18659 dependencies before symbols that depend on them.
18660 (custom-enabled-themes): Set after custom-theme-directory.
18661
18662 * pcmpl-unix.el (top-level): Move provide statement to end.
18663 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
18664 `*' from doc-string. Allow to be nil.
18665 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
18666 Allow to be nil. Add :version.
18667 (pcmpl-ssh-hosts): Move definition before use. Handle lines
18668 without hostnames, and multiple hostnames per line.
18669
18670 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
18671
18672 2008-02-08 Phil Hagelberg <phil@evri.com>
18673
18674 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
18675 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
18676
18677 2008-02-07 Timo Savola <timo.savola@iki.fi>
18678
18679 * startup.el (command-line-x-option-alist): Add --parent-id.
18680
18681 * term/x-win.el (x-handle-parent-id): New function.
18682
18683 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18684
18685 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
18686 "Font Menu".
18687
18688 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
18689
18690 * net/dbus.el (dbus-interface-peer): New defconst.
18691 (dbus-ping): New defun.
18692
18693 2008-02-06 Sam Steingold <sds@gnu.org>
18694
18695 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
18696
18697 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18698
18699 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
18700 Just return nil and let the C code provide a fallback.
18701
18702 2008-02-05 Glenn Morris <rgm@gnu.org>
18703
18704 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
18705 tramp-flush-connection-property for removed 2nd argument.
18706
18707 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
18708
18709 * diff-mode.el (diff-add-change-log-entries-other-window):
18710 Rename from diff-create-changelog. Change users.
18711 Minor change to hopefully work with plain diffs.
18712 (diff-mode-map): Add binding for it.
18713
18714 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
18715
18716 * diff-mode.el: Add new TODO entry.
18717 (diff-create-changelog): New function.
18718 (diff-mode-menu): Bind it.
18719
18720 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18721
18722 * international/mule-diag.el (print-fontset-element): Handle the
18723 case of inhibiting the fallback fonts.
18724
18725 2008-02-04 Kim F. Storm <storm@cua.dk>
18726
18727 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18728 (ido-magic-delete-char): Use prefix arg.
18729
18730 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
18731
18732 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
18733 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
18734 of today, the most recent libpng is 1.2.24).
18735
18736 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
18737
18738 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
18739
18740 * net/dbus.el (top): Check (featurep 'dbusbind).
18741
18742 * net/tramp.el (tramp-process-sentinel): New defun.
18743 (tramp-do-copy-or-rename-file-out-of-band)
18744 (tramp-maybe-open-connection): Use it as process sentinel.
18745 (tramp-handle-delete-directory): Don't use the "-f" option; it
18746 isn't portable.
18747 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
18748 after the command.
18749 (tramp-handle-shell-command): Set `mode-line-process' in the
18750 asynchronous case.
18751
18752 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
18753
18754 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
18755 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18756 Use `tramp-process-sentinel' as process sentinel.
18757
18758 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
18759
18760 * whitespace.el (global-whitespace-mode): Revert last change.
18761 (whitespace-unload-function): Force `global-whitespace-mode'
18762 to deactivate local modes in a slightly less intrusive way.
18763
18764 2008-02-02 Eli Zaretskii <eliz@gnu.org>
18765
18766 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
18767
18768 2008-02-02 Glenn Morris <rgm@gnu.org>
18769
18770 * international/latin1-disp.el (latin1-display):
18771 * progmodes/fortran.el (fortran-comment-indent-char):
18772 * progmodes/idlw-shell.el (top-level):
18773 * term/mac-win.el (mac-keyboard-translate-char):
18774 * whitespace.el (whitespace-char-valid-p):
18775 * wid-edit.el (widget-key-sequence-read-event):
18776 Use characterp rather than char-valid-p.
18777
18778 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
18779 to capitalized-find-word-boundary. Doc fix. Update callers.
18780 (capitalized-next-word-boundary-function-table): Rename to
18781 capitalized-find-word-boundary-function-table. Doc fix. Update users.
18782
18783 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
18784 string-to-int.
18785
18786 * ps-def.el (declare-function): Add compatibility definition.
18787 (ps-plot-with-face, ps-plot-string): Declare as functions.
18788 (ps-bold-faces, ps-italic-faces): Declare variables.
18789
18790 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
18791 (ps-mule-end-job): Declare as functions.
18792
18793 * wid-edit.el (widget-string-complete): Use assoc-string rather
18794 than assoc-ignore-case.
18795
18796 See ChangeLog.13 for earlier changes.
18797
18798 ;; Local Variables:
18799 ;; coding: utf-8
18800 ;; End:
18801
18802 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
18803
18804 This file is part of GNU Emacs.
18805
18806 GNU Emacs is free software: you can redistribute it and/or modify
18807 it under the terms of the GNU General Public License as published by
18808 the Free Software Foundation, either version 3 of the License, or
18809 (at your option) any later version.
18810
18811 GNU Emacs is distributed in the hope that it will be useful,
18812 but WITHOUT ANY WARRANTY; without even the implied warranty of
18813 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18814 GNU General Public License for more details.
18815
18816 You should have received a copy of the GNU General Public License
18817 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18818
18819 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc