]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
a2fdb6f9fd850dc3188d9d9a898e7e4b8cc0c30c
[gnu-emacs] / lisp / ChangeLog
1 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
4 the prompt was added to the minibuffer.
5
6 2008-12-02 Glenn Morris <rgm@gnu.org>
7
8 * format.el (format-write-file): Rewrite doc yet again.
9
10 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
11 Doc fix. (Bug#1368)
12
13 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
14
15 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
16
17 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
18 case where point is at the beginning of the buffer. (Bug#1239)
19
20 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
21
22 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
23 already have the correct indentation. (Bug#859)
24
25 2008-12-02 Kenichi Handa <handa@m17n.org>
26
27 * international/uni-decomposition.el: Re-generated.
28
29 2008-12-01 Andreas Schwab <schwab@suse.de>
30
31 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
32 ending in a colon as directory header.
33
34 2008-12-01 Kenichi Handa <handa@m17n.org>
35
36 * international/uni-numeric.el: Re-generated.
37
38 * international/charprop.el: Re-generated.
39
40 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
41
42 * international/mule-cmds.el (locale-preferred-coding-systems):
43 Fix alist item.
44
45 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
46
47 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
48 (tramp-set-connection-property, tramp-flush-connection-property)
49 (tramp-dump-connection-properties): Use it.
50
51 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
52
53 * wdired.el (wdired-finish-edit): If displaying a single file,
54 change dired-directory if that file was renamed.
55
56 * emacs-lisp/byte-run.el (macro-declaration-function): Disallow
57 declare specs with lengths of 3 or more.
58
59 * dirtrack.el (dirtrack): Fix error message.
60
61 2008-11-30 Glenn Morris <rgm@gnu.org>
62
63 * vc-svn.el (vc-svn-diff-switches): Doc fix.
64 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
65
66 * vc-git.el (vc-git-diff):
67 * vc-hg.el (vc-hg-diff):
68 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
69
70 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
71 (eshell-needs-pipe-p): New function.
72 (eshell-gather-process-output): Set process-connection-type according to
73 eshell-needs-pipe-p. (Bug#1388)
74
75 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
76
77 * calendar/diary-lib.el (diary-cyclic): Doc fix.
78 (diary-remind-message, diary-number-of-entries)
79 (diary-include-other-diary-files, diary-mark-included-diary-files)
80 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
81 (diary-font-lock-keywords-1): Reflow docstrings.
82 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
83 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
84
85 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
86 (timer-duration): Use `string-match-p'.
87
88 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
89
90 * complete.el (PC-do-complete-and-exit): Use
91 minibuffer-confirm-exit-commands.
92
93 * minibuffer.el (minibuffer-confirm-exit-commands): Add
94 PC-complete and PC-complete-word to the list.
95
96 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
97
98 * files.el (break-hardlink-on-save): Fix typo in docstring.
99 Add :version tag.
100
101 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
102 (reb-mode): Define with `define-derived-mode'.
103
104 2008-11-29 Karl Fogel <kfogel@red-bean.com>
105
106 * files.el (break-hardlink-on-save): New variable.
107 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
108 (file-precious-flag): Mention it in doc string.
109
110 2008-11-29 Miles Bader <miles@gnu.org>
111
112 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
113 (minibuffer-complete-and-exit): Use it.
114
115 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
116
117 * term/x-win.el (x-gtk-stock-cache): New hash table.
118 (x-gtk-map-stock): Perform caching to prevent excess consing
119 during redisplay.
120
121 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * minibuffer.el (completion--try-word-completion): Don't ignore
124 partial-completion if it's the only style.
125
126 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
127
128 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
129 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
130 (reb-initialize-buffer): Update matches, in case we're reentering
131 RE Builder mode.
132
133 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
134
135 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
136 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
137 values for minibuffer-completion-confirm.
138
139 2008-11-28 Martin Rudalics <rudalics@gmx.at>
140
141 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
142 any but the first "*" in a doc-string.
143
144 2008-11-28 Glenn Morris <rgm@gnu.org>
145
146 * format.el (format-write-file): Improve previous doc fix.
147
148 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
149
150 * simple.el (use-empty-active-region, use-region-p)
151 (region-active-p): Doc fix.
152
153 2008-11-27 Martin Rudalics <rudalics@gmx.at>
154
155 * window.el (display-buffer): Fix handling of not-this-window
156 argument. (Bug#1415)
157
158 2008-11-27 Kenichi Handa <handa@m17n.org>
159
160 * international/characters.el: Set category 'C' to characters
161 #x20000..#x2AFFF, #x2F800..#x2FFFF.
162
163 * loadup.el: Set inhibit-load-charset-map to t while preloading
164 files.
165
166 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
167
168 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
169 (tool-bar-find-image): Function deleted.
170 (tool-bar-local-item, tool-bar-local-item-from-menu): Use
171 find-image instead of tool-bar-find-image.
172 (tool-bar-keymap-cache): New hash table.
173 (tool-bar-make-keymap): Use it.
174 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
175
176 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
177
178 * net/dbus.el (dbus-handle-event): The result of a message call
179 handler can also be an object, which is not a consp.
180
181 2008-11-25 Alan Mackenzie <acm@muc.de>
182
183 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
184 (forward-list, backward-list, down-list, backward-up-list)
185 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
186 (insert-pair, insert-parentheses): State that the command assumes
187 that point is not in a string or comment.
188
189 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
190
191 * net/dbus.el (dbus-string-to-byte-array)
192 (dbus-byte-array-to-string, dbus-escape-as-identifier)
193 (dbus-unescape-from-identifier): New defuns.
194 (dbus-handle-event): The result of a message call is a list of
195 arguments, which must be expanded when passing to
196 `dbus-method-return-internal'.
197
198 * net/tramp.el (tramp-handle-write-region): Improve the check for
199 calling direct copy.
200 (tramp-find-inline-encoding): Don't raise an error but a warning,
201 when no inline encoding is found.
202 (tramp-get-remote-coding): Check for a symbol. The negative check
203 for a string fails, when there is an empty string.
204
205 2008-11-26 Glenn Morris <rgm@gnu.org>
206
207 * vc-git.el (vc-git-diff-switches): New option.
208 (vc-git-diff): Apply diff switches. (Bug#1386)
209 Give it a basic doc string.
210
211 * term/pc-win.el (x-font-family-list): Replace redefinition with
212 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
213
214 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
215
216 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
217 of the polynomial rather than the whole polynomial.
218
219 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
220
221 * mail/mailabbrev.el (define-mail-abbrev): When reading from
222 mailrc, recognize string quoting. When reading from Lisp, accept
223 rfc822-like addresses.
224
225 * mail/mailalias.el (define-mail-alias): Sync code with
226 define-mail-abbrev.
227
228 2008-11-25 Glenn Morris <rgm@gnu.org>
229
230 * eshell/esh-proc.el (eshell-gather-process-output):
231 Revert previous change. (re-opens Bug#1388)
232
233 * select.el (x-set-cut-buffer): Fix signal arguments.
234
235 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
236
237 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
238
239 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
240 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
241 (bubbles--empty-char): Use "\s".
242
243 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
244
245 * calc/calc.el (calc-settings-file, calc-language-alist)
246 (calc-embedded-announce-formula)
247 (calc-embedded-announce-formula-alist)
248 (calc-embedded-open-formula, calc-embedded-close-formula)
249 (calc-embedded-open-close-formula-alist)
250 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
251 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
252 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
253 (calc-embedded-open-close-new-formula-alist)
254 (calc-embedded-open-mode, calc-embedded-close-mode)
255 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
256 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
257 (calc-multiplication-has-precedence): Remove unnecessary asterisks
258 from docstrings.
259
260 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
261
262 * calculator.el (calculator-op-or-exp): Reflow docstring.
263 (calculator-remove-zeros, calculator-repR, calculator-repL):
264 Fix typos in docstrings.
265
266 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
267
268 * log-view.el (log-view-annotate-version): Let vc-annotate manage
269 windows instead of calling switch-to-buffer.
270
271 * diff.el (diff-sentinel): Take note of diff error return value.
272
273 2008-11-24 Martin Rudalics <rudalics@gmx.at>
274
275 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
276 frame can't be split.
277
278 2008-11-24 Ulf Jasper <ulf@web.de>
279
280 * net/newst-treeview.el (newsticker--treeview-current-feed): Doc
281 string.
282 (newsticker--treeview-item-show): Renamed arg FEED to
283 FEED-NAME-SYMBOL.
284 (newsticker--treeview-tree-update-tag): Removed dead code.
285 (newsticker-treeview-update): Don't update cache.
286 (newsticker-treeview-quit): Don't save cache.
287 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
288 (newsticker-treeview-save): Use `newsticker-dir'.
289 (newsticker--treeview-load): Use `newsticker-dir'.
290 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
291 Update tags.
292 (newsticker-treeview-tree-do-click): Slightly simplified.
293
294 * net/newst-backend.el (newsticker-dir): New.
295 (newsticker-start): Use `newsticker--cache-read'.
296 (newsticker-stop): Use `newsticker--cache-save'.
297 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
298 (newsticker--images-dir): New.
299 (newsticker--image-get, newsticker--image-sentinel): Use
300 `newsticker--images-dir'.
301 (newsticker--cache-save-version1): Backuped version of
302 `newsticker--cache-save'.
303 (newsticker--cache-update): Create newsticker-dir if necessary.
304 (newsticker--cache-dir): New.
305 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
306 (newsticker--cache-save-feed): New.
307 (newsticker--cache-read-version1): New. Backuped version for reading
308 cache data..
309 (newsticker--cache-read, newsticker--cache-do-read): New.
310
311 * net/newst-reader.el (newsticker--image-read): Use
312 `newsticker--images-dir'.
313
314 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
315
316 * files.el (confirm-nonexistent-file-or-buffer): Allow
317 `after-completion' value to request confirm only after TAB.
318 (confirm-nonexistent-file-or-buffer): New function.
319 (read-buffer-to-switch, find-file, find-file-other-window)
320 (find-file-other-frame, find-file-read-only)
321 (find-file-read-only-other-window)
322 (find-file-read-only-other-frame): Use it.
323 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
324 fix.
325 Thanks to Alan Mackenzie for suggesting the new behavior.
326
327 * minibuffer.el (minibuffer-complete-and-exit): Change
328 `confirm-only' value of minibuffer-completion-confirm to
329 `confirm', and handle a `confirm-after-completion' value.
330
331 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
332
333 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
334
335 2008-11-24 Andreas Schwab <schwab@suse.de>
336
337 * image.el (image-type-header-regexps): Recognize more xbm format
338 variants.
339
340 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
341
342 * textmodes/artist.el (artist-charlist-to-string): Simplify.
343 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
344 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
345 (artist-replace-string, artist-draw-rect, artist-draw-line)
346 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
347 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
348 (artist-pen, artist-pen-line, artist-text-insert-common)
349 (artist-text-overwrite, artist-spray-get-interval)
350 (artist-spray-clear-circle, artist-erase-char)
351 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
352 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
353 (artist-key-draw-1point, artist-key-draw-2points)
354 (artist-mouse-draw-continously): Fix typos in docstrings.
355 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
356 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
357 (artist-backward-char, artist-forward-char): Doc fixes.
358 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
359 Reflow docstrings.
360
361 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * international/quail.el (quail-vunion): New function.
364 (quail-defrule-internal): Use it to prevent accumulating redundant
365 alternatives when `append' is set.
366 (quail-insert-decode-map): Simplify computation of the max-key-width.
367 Compute it right for multiple-list.
368
369 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
370
371 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
372 explicitly. Doc fix.
373
374 2008-11-24 Martin Rudalics <rudalics@gmx.at>
375
376 * calendar/appt.el (appt-disp-window): Move minibuffer check
377 after binding this-window and do not set-buffer to make sure we
378 won't deselect the minibuffer. (Bug#1413)
379
380 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
381
382 * vc-hg.el (vc-hg-program): Remove.
383 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
384 Undo previous change.
385
386 2008-11-23 Martin Rudalics <rudalics@gmx.at>
387
388 * info-look.el (info-lookup): When Info buffer is visible on
389 another frame, raise that frame.
390
391 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
392
393 * allout.el (allout-mode): Fix typo in docstring.
394
395 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
396 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
397
398 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * vc-hooks.el (vc-follow-link): Complete last change.
401
402 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
403
404 * textmodes/remember.el (remember-region): Doc fix.
405 (remember-filter-functions, remember-handler-functions)
406 (remember-save-after-remembering, remember-mailbox)
407 (remember-default-priority, remember-data-file, remember-leader-text)
408 (remember-diary-file): Remove * from defcustom docstrings.
409 (remember-run-all-annotation-functions-flag)
410 (remember-all-handler-functions): Reflow docstrings.
411 (remember-store-in-mailbox): Fix typo in docstring.
412 (remember-mode): Define with `define-derived-mode'. Doc fix.
413
414 2008-11-23 Glenn Morris <rgm@gnu.org>
415
416 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
417 (eshell-do-pipelines): Add optional argument to distinguish recursive
418 calls. Use to set eshell-in-pipeline-p to 'first for the first command
419 in a pipeline.
420
421 * eshell/esh-proc.el (eshell-gather-process-output):
422 Set process-connection-type nil for all but the first element of a
423 pipeline. (Bug#1388)
424
425 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
426
427 * ediff-hook.el: Add tooltips to Emacs menus.
428
429 * ediff.el: Change date of last update.
430
431 2008-11-22 Juri Linkov <juri@jurta.org>
432
433 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
434 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
435 Doc fix.
436 (dired-isearch-filenames-setup): Run filename Isearch only when
437 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
438 and the text property `dired-filename' at point is non-nil.
439 In this case also set isearch-message-prefix-add to "filename ".
440 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
441 (dired-isearch-filenames, dired-isearch-filenames-regexp):
442 Don't let-bind isearch-message-prefix-add since this is done now
443 in dired-isearch-filenames-setup.
444
445 * isearch.el (isearch-mode): Change the order of calling
446 `isearch-update' and running the `isearch-mode-hook' to call
447 `isearch-update' with Isearch parameters set in this hook.
448
449 * progmodes/compile.el (compilation-auto-jump-to-first-error):
450 Fix docstring - change "during `compile'" to "during compilation".
451
452 * descr-text.el (describe-char-unidata-list): Move `old-name' to
453 be immediately after `name'.
454
455 * startup.el (initial-buffer-choice): Change an abstract file name
456 "file.txt" to more reasonable default file name value "~/.emacs".
457
458 2008-11-22 Juri Linkov <juri@jurta.org>
459
460 * files.el (hack-local-variables-confirm): Rename arg `project' to
461 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
462 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
463 (hack-local-variables): Rename call of `hack-project-variables' to
464 `hack-dir-local-variables'. Change error text to "Directory-local
465 variables error".
466 (dir-locals-class-alist): Rename from `project-class-alist'.
467 (dir-locals-directory-alist): Rename from `project-directory-alist'.
468 (dir-locals-get-class-variables): Rename from `project-get-alist'.
469 (dir-locals-collect-mode-variables): Rename from
470 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
471 `mode-variables', and arg `settings' to `variables'.
472 (dir-locals-collect-variables): Rename from
473 `project-collect-binding-list'. Rename arg `binding-list' to
474 `class-variables', and arg `settings' to `variables'.
475 (dir-locals-set-directory-class): Rename from `set-directory-project'.
476 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
477 Rename arg `settings' to `variables'.
478 (dir-locals-file): New defconst.
479 (dir-locals-find-file): Rename from `project-find-settings-file'.
480 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
481 and `pda' to `dir-elt'.
482 (dir-locals-read-from-file): Rename from
483 `project-define-from-project-file'. Rename arg `settings-file'
484 to `file'. Rename let-bound `list' to `variables'.
485 (hack-dir-local-variables): Rename from `hack-project-variables'.
486 Rename let-bound `settings' to `variables-file', `root-dir'
487 to `dir-name', and `bindings' to `variables'.
488
489 2008-11-22 Lute Kamstra <lute@gnu.org>
490
491 * simple.el (goto-line): Rename argument.
492
493 2008-11-22 Eli Zaretskii <eliz@gnu.org>
494
495 * makefile.w32-in (compile-first): New target.
496 (recompile): Depend on compile-first.
497
498 * Makefile.in (recompile): Depend on compile-first.
499
500 2008-11-22 Martin Rudalics <rudalics@gmx.at>
501
502 * files.el (switch-to-buffer-other-window)
503 (switch-to-buffer-other-frame): Rename buffer argument to
504 buffer-or-name. Reword and mention new option
505 confirm-nonexistent-file-or-buffer in doc-string.
506
507 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
508
509 * viper.el: Date change.
510
511 * viper-cmd.el (viper-envelop-ESC-key):
512 viper-translate-all-ESC-keysequences is now a function.
513
514 * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
515
516 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
519 Use buffer-file-truename to handle symlinks in any part of the filename.
520
521 2008-11-22 Glenn Morris <rgm@gnu.org>
522
523 * vc-mtn.el (vc-mtn-diff-switches): New option.
524 (vc-mtn-program): Rename from vc-mtn-command, for
525 consistency with other backends. Keep old name as alias.
526 Update callers. Make it a defcustom.
527 (vc-mtn-diff): Give it a doc string. Apply diff switches.
528
529 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
530 consistency with other backends. Keep old name as alias.
531 Make it a defcustom.
532 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
533
534 * vc-hg.el (vc-hg-program): New option.
535 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
536 Use vc-hg-program rather than hard-coded "hg".
537
538 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
539 (vc-svn-program): Move defcustom to start.
540 (vc-svn-create-repo, vc-svn-modify-change-comment):
541 Use vc-svn-program rather than hard-coded "svn".
542
543 * menu-bar.el: Stylistic consistency fixes for various menu and
544 help texts.
545
546 * kmacro.el (kmacro-insert-counter): Doc fix.
547
548 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
549
550 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
551
552 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * international/quail.el (quail-indent-to): New function.
555 (quail-completion-1, quail-completion-list-translations)
556 (quail-insert-decode-map): Use it to improve alignment.
557 (quail-build-decode-map): Don't ignore latin-1 chars.
558 (quail-help): Increase the max decode-map size so that even the TeX map
559 gets printed.
560
561 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
562 Signal error for invalid bookmark.
563 (bookmark-get-bookmark-record): Undo last change.
564 (bookmark-store, bookmark-delete): Use new arg `noerror'.
565
566 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
567 Suggested by Toru TSUNEYOSHI.
568
569 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
570
571 * byte-opt.el (byte-compile-butlast): Move up in file.
572 (byte-optimize-plus): Don't call
573 byte-optimize-delay-constants-math (bug#1334).
574 Use byte-optimize-predicate to optimize constants.
575 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
576 Remove zero arguments first
577 if possible. Call byte-optimize-predicate to optimize constants.
578 (byte-optimize-multiply): Remove optimizations for arguments of 0
579 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
580 Call byte-optimize-predicate.
581 (byte-optimize-divide): Leave runtime errors unchanged.
582 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
583 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
584
585 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
586
587 * bookmark.el (bookmark-jump-noselect): Add obsolescence
588 declaration and remove redundant info from docstring.
589
590 * isearch.el (isearch-search-string): Doc fix.
591 (search-exit-option, search-slow-window-lines, search-slow-speed)
592 (search-upper-case, search-nonincremental-instead)
593 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
594 (search-ring-update, search-highlight, isearch-lazy-highlight)
595 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
596 (lazy-highlight-interval): Remove * from defcustom docstrings.
597 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
598 Remove * from defcustom docstrings; fix typos.
599 (isearch-push-state-function, isearch-help-for-help-internal)
600 (isearch-help-for-help, isearch-describe-bindings)
601 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
602 (isearch-pop-fun-state, isearch-search-fun-function)
603 (isearch-lazy-highlight-search): Fix typos in docstrings.
604 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
605 (isearch-forward): Fix typo and reflow docstring.
606 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
607 (isearch-mode-map): Don't use `let*'.
608
609 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
610
611 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
612
613 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * isearch.el (isearch-search-string): Simplify and convert docstring.
616
617 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
618
619 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
620
621 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
622 (lookup-nested-alist): Doc fix.
623 (with-coding-priority): Reflow docstring.
624 (detect-coding-with-priority): Fix typos in obsolescence declaration.
625 (char-displayable-p): Reflow docstring. Use `when'.
626
627 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
628
629 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
630 week forward/backward.
631
632 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
633
634 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
635 (with-electric-help): Fix typo and reflow docstring.
636
637 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
640 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
641 (list-buffers-noselect): Don't need to pad.
642
643 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
644
645 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
646 Pay attention to char widths when computing string sizes.
647
648 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
649
650 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
651 (byte-compile-output-docform): Reflow docstrings.
652 (no-byte-compile): Fix typo in docstring.
653 (byte-recompile-directory, compile-defun): Doc fixes.
654 (emacs-lisp-file-regexp, byte-compile-verbose)
655 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
656 (byte-compile-dynamic-docstrings, byte-optimize-log)
657 (byte-compile-error-on-warn, byte-compile-warnings)
658 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
659 Remove * from defcustom docstrings.
660
661 2008-11-20 Glenn Morris <rgm@gnu.org>
662
663 * format.el (format-alist, format-write-file): Doc fix.
664
665 * proced.el (proced-available): New variable.
666 (proced-process-attributes): Move availability check from previous
667 change from here...
668 (proced): ... to here.
669
670 * vc-hg.el (vc-hg-diff-switches): New option.
671 (vc-hg-diff): Apply diff switches. (Bug#1017)
672
673 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
674
675 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
676
677 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
678
679 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
680
681 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
682
683 * calc/calc-units.el (math-units-table): Doc fix.
684 (math-standard-units): Fix typo in constant's description.
685 (math-additional-units): Fix typo in docstring.
686
687 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
688
689 * calc/calc-units.el (math-standard-units): Add eps0,
690 permittivity of vacuum.
691
692 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
693
694 * files.el (project-settings-file): Remove.
695 (project-find-settings-file): Undo previous change that added the
696 use of project-settings-file.
697
698 2008-11-19 Glenn Morris <rgm@gnu.org>
699
700 * proced.el (proced, proced-format-time): Doc fixes.
701 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
702
703 2008-11-19 Karl Fogel <kfogel@red-bean.com>
704
705 * bookmark.el (bookmark-jump-noselect): Move the deprecation
706 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
707
708 2008-11-19 Lute Kamstra <lute@gnu.org>
709
710 * autoinsert.el (auto-insert-alist): Don't use match data.
711
712 2008-11-19 Glenn Morris <rgm@gnu.org>
713
714 * progmodes/f90.el (f90-mode-map): Add some menu :help.
715
716 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
717
718 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
719 * term/w32-win.el (x-select-font): Declare.
720
721 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
722 Use the imperative for all help strings.
723
724 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
727 case where the default dictionary is French, Spanish, younameit.
728
729 * window.el (window--frame-usable-p): Consider dedicated windows
730 as usable.
731
732 * files.el (confirm-nonexistent-file-or-buffer):
733 Rename from find-file-confirm-nonexistent-file.
734 (read-buffer-to-switch): Use it.
735
736 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
737
738 * server.el (server-temp-file-p): Use `string-match-p'.
739 (server-socket-dir): Set to nil if local sockets are unsupported.
740 (server-start): Don't try to delete local socket if unsupported.
741 (server-kill-new-buffers): Reflow docstring.
742 (server-delete-client, server-handle-delete-frame)
743 (server-save-buffers-kill-terminal): Doc fixes.
744 (server-send-string): Fix typo in docstring.
745
746 2008-11-18 Sam Steingold <sds@gnu.org>
747
748 * progmodes/compile.el (compilation-start-hook): New hook.
749 (compilation-start): Run it on the compilation process.
750
751 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
752
753 * international/mule-cmds.el (update-leim-list-file): Simplify.
754 (prefer-coding-system, find-coding-systems-for-charsets):
755 Fix docstring typos.
756 (select-safe-coding-system, input-method-exit-on-first-char)
757 (language-info-alist, language-info-custom-alist): Reflow docstrings.
758 (toggle-input-method, read-multilingual-string): Doc fixes.
759 Reflow docstrings.
760 (locale-name-match, sort-coding-systems, find-multibyte-characters)
761 (read-char-by-name): Use `string-match-p'.
762 (get-char-code-property, put-char-code-property)
763 (char-code-property-description): Be silent while loading uni-* files.
764 (ucs-names): Use `dotimes-with-progress-reporter', because loading
765 the Unicode character names is *slow*.
766
767 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
768
769 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
770
771 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
772
773 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
774
775 * international/mule-cmds.el (ucs-completions): Mark as risky.
776
777 2008-11-17 Martin Rudalics <rudalics@gmx.at>
778
779 * help-macro.el (three-step-help): Remove * from defcustom.
780 (make-help-screen): Don't iconify selected frame. (Bug#1322)
781 Use when instead of if and cond within condition-case.
782
783 * window.el (quit-window): Bind window to selected window when
784 trying to delete it.
785
786 2008-11-17 Glenn Morris <rgm@gnu.org>
787
788 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
789 definition of 'ignore, rather than nil. (Bug#1353)
790
791 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * window.el (window--frame-usable-p): Allow use for soft-dedication.
794
795 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
796
797 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
798
799 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
800 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
801 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
802 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
803 (shell-command, repeat-complex-command): Reflow docstrings.
804 (pop-to-mark-command): Fix typos in docstring.
805
806 2008-11-17 Juri Linkov <juri@jurta.org>
807
808 * isearch.el (isearch-filter-predicate): Rename from
809 `isearch-success-function'. Rename default value from
810 `isearch-success-function-default' to
811 `isearch-filter-invisible'. Doc fix.
812 (isearch-filter-invisible): Rename from
813 `isearch-success-function-default'. Doc fix.
814 (isearch-search, isearch-lazy-highlight-search):
815 Rename `isearch-success-function' to `isearch-filter-predicate'.
816
817 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
818 `dired-isearch-orig-success-function'.
819 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
820 (dired-isearch-filenames-end): Rename `isearch-success-function' to
821 `isearch-filter-predicate'. Doc fix.
822 (dired-isearch-filter-filenames): Rename from
823 `dired-isearch-success-function'.
824
825 * info.el (Info-search, Info-mode):
826 Rename `isearch-success-function' to `isearch-filter-predicate'.
827 (Info-isearch-filter-predicate): Rename from
828 `Info-search-success-function'.
829
830 * simple.el (minibuffer-default-add-function): Fix docstring to
831 use clear text "default values" instead of obscure references to
832 the dynamic variable `minibuffer-default'.
833
834 2008-11-16 Glenn Morris <rgm@gnu.org>
835
836 * term/ns-win.el (ns-extended-platform-support-mode):
837 Tweak menu entry from previous change.
838
839 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
840
841 * cus-edit.el (custom-buffer-create-internal): Always insert the
842 in-buffer buttons, regardless of tool-bar. (Bug#1326)
843
844 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
845
846 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
847
848 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 * ielm.el (ielm-eval-input): Fix thinko in last change.
851
852 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
853
854 * subr.el (read-passwd): Yank current kill if the user enters C-y.
855
856 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
857
858 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
859 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
860
861 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
862 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
863 Handle `file-name-as-directory'.
864
865 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
866
867 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
868 usual variable-pitch face.
869
870 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
871
872 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
873 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
874 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
875 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
876 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
877 (ange-ftp-quote-string, ange-ftp-process-handle-line)
878 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
879 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
880 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
881 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
882 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
883 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
884 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
885 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
886 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
887 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
888 (ange-ftp-default-user, ange-ftp-default-password)
889 (ange-ftp-default-account, ange-ftp-netrc-default-password)
890 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
891 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
892 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
893 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
894 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
895 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
896 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
897 (ange-ftp-make-backup-files, ange-ftp-retry-time)
898 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
899 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
900 (ange-ftp-gateway-tmp-name-template)
901 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
902 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
903 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
904 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
905 (ange-ftp-gateway-program): Remove * from docstring and reflow.
906 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
907 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
908 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
909 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
910 (ange-ftp-rename-local-to-remote): Doc fixes.
911 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
912 Use `when', `unless'.
913 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
914 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
915 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
916 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
917 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
918 (ange-ftp-process-sentinel): Use `when'. Fix typo.
919 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
920 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
921 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
922 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
923 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
924 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
925 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
926 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
927 `(save-match-data (string-match ...))'.
928 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
929 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
930 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
931 Doc fixes.
932
933 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
934
935 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
936 function instead of a variable.
937
938 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
939 viper-ESC-keyseq-timeout as a function.
940 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
941 defsubst.
942
943 * emulation/viper-cmd.el: Let line-move-visual to nil when using
944 next-line or previous-line.
945 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
946
947 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
948
949 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
950 live.
951 (ediff-save-buffer): Let window-min-height to 2.
952
953 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
954 the minibuffer.
955
956 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
957
958 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
959 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
960 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
961 (ielm-map): Define within defvar. Add docstring.
962 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
963 (ielm-complete-filename): Use `when', `unless'.
964 (ielm-is-whitespace-or-comment): Use `string-match-p'.
965 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
966 (ielm-change-working-buffer): Check that the buffer is live.
967 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
968 Simplify. Reflow docstring.
969 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
970 New aliases, to satisfy `define-derived-mode' expectations.
971
972 2008-11-15 Glenn Morris <rgm@gnu.org>
973 Martin Rudalics <rudalics@gmx.at>
974
975 * emacs-lisp/find-func.el (find-function-advised-original): New.
976 (find-function-C-source, find-function-noselect):
977 Use find-function-advised-original to handle advised funcs. (Bug#789)
978
979 2008-11-15 Glenn Morris <rgm@gnu.org>
980
981 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
982 alias message.
983
984 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
985 Remove uniquify-after-kill-buffer-p dependency.
986 (uniquify-kill-buffer-function): New function.
987 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
988
989 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
990 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
991 main Emacs manual.
992
993 2008-11-15 Martin Rudalics <rudalics@gmx.at>
994
995 * window.el (quit-window): Restore delete window with second
996 arg non-nil behavior as of before 2008-10-30 change.
997
998 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
999
1000 * help-fns.el (describe-function-1): Do char-range check for
1001 self-insert-command.
1002
1003 2008-11-14 Karl Fogel <kfogel@red-bean.com>
1004
1005 * files.el (file-precious-flag): Document that this flag is advisory.
1006
1007 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1008
1009 * emacs-lisp/bytecomp.el (byte-compile-associative)
1010 (byte-compile-minus, byte-compile-quo): If there are more than two
1011 operands, don't use binary operation code (bug#1334).
1012
1013 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
1014
1015 * w32-fns.el (w32-shell-dos-semantics):
1016 * calendar/diary-lib.el (diary-face-attrs):
1017 * international/mule-cmds.el (set-default-coding-systems)
1018 (prefer-coding-system):
1019 * net/tramp.el (tramp-set-completion-function):
1020 * progmodes/vhdl-mode.el (vhdl-file-header):
1021 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1022
1023 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1024
1025 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1026 (kill-matching-buffers, save-buffers-kill-emacs)
1027 (save-buffers-kill-terminal): Fix typos in docstrings.
1028 (switch-to-buffer-other-window): Reflow docstring.
1029 (revert-buffer): Doc fix.
1030 (define-project-bindings): Rename arg LIST to SETTINGS.
1031 (project-find-settings-file): Use `let', not `let*'.
1032 Use `when'.
1033
1034 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * files.el (project-settings-file, locate-dominating-file):
1037 Fix typos in docstrings.
1038 (find-file-visit-truename): Remove * from defcustom docstring.
1039
1040 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
1041
1042 * files.el (project-settings-file): New variable.
1043 (project-find-settings-file): Use it, instead of hardcoding
1044 .dir.settings.el.
1045
1046 2008-11-13 Glenn Morris <rgm@gnu.org>
1047
1048 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1049
1050 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
1051
1052 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1053 in mail bodies.
1054
1055 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * international/mule.el (autoload-coding-system, with-category-table)
1058 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1059 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1060 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1061 (set-file-name-coding-system, ctext-pre-write-conversion)
1062 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1063 Reflow docstrings.
1064 (charset-list, set-coding-priority): Remove redundant obsolescence info.
1065 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1066 (char-valid-p): Define with `define-obsolete-function-alias'.
1067
1068 * textmodes/artist.el (artist-mode): Fix typos in docstring.
1069
1070 2008-11-12 Sam Steingold <sds@gnu.org>
1071
1072 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1073 between hostname and path.
1074
1075 2008-11-11 Juri Linkov <juri@jurta.org>
1076
1077 * dired-aux.el (dired-isearch-filenames)
1078 (dired-isearch-filenames-regexp):
1079 Let-bind isearch-message-prefix-add to "filename ".
1080
1081 * isearch.el (isearch-message-prefix-add)
1082 (isearch-message-suffix-add): New variables.
1083 (isearch-message-prefix): Show additional text from
1084 `isearch-message-prefix-add' before "I-search".
1085 (isearch-message-suffix): Show additional text from
1086 `isearch-message-suffix-add' at the end.
1087
1088 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1089 `isearch-search'. Call isearch-success-function to skip matches
1090 outside the current isearch scope. Let-bind search-invisible to
1091 nil to not match invisible text.
1092
1093 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1094 Let-bind `isearch-recursive-edit' to nil to prevent calling
1095 `exit-recursive-edit' in `isearch-done' that terminates the
1096 execution of these commands when it is non-nil. Call
1097 `exit-recursive-edit' explicitly at the end.
1098 (isearch-occur): For word search construct the correct regexp
1099 with word boundaries to proceed with occur.
1100
1101 * isearch.el (isearch-search-fun): Compare the length of the
1102 current search string with the length of the string from the
1103 previous search state to detect the situation when the user
1104 adds or removes characters in the search string.
1105 Use word-search-forward-lax and word-search-backward-lax in this
1106 case, and otherwise word-search-forward and word-search-backward.
1107
1108 2008-11-11 Sam Steingold <sds@gnu.org>
1109
1110 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1111 the "Version Control" group (for C-x v g).
1112
1113 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * server.el (server-process-filter): Fix typos and reflow docstring.
1116
1117 2008-11-11 Martin Rudalics <rudalics@gmx.at>
1118
1119 * mail/footnote.el (footnote-mode): Improve doc-string.
1120 Suggested by <jidanni@jidanni.org>. (Bug#1318)
1121
1122 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1125
1126 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1127
1128 * mail/smtpmail.el (smtpmail-open-stream): Use
1129 `starttls-any-program-available'. Auto-load starttls.el for it.
1130
1131 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1134 version (bug@1285).
1135
1136 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1137
1138 * startup.el (command-line): Ignore init-file-user when checking
1139 user's home directory on MS-DOS as well.
1140
1141 2008-11-07 Sam Steingold <sds@gnu.org>
1142
1143 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1144
1145 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
1146
1147 * frame.el (make-frame-on-display): Use `string-match-p'.
1148
1149 2008-11-07 Glenn Morris <rgm@gnu.org>
1150
1151 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1152
1153 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
1154
1155 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1156 to initialize font-lock keyword case sensitivity.
1157 (lisp-mode): Use it.
1158
1159 2008-11-06 Glenn Morris <rgm@gnu.org>
1160
1161 * eshell/esh-maint.el: Remove unused file.
1162
1163 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1164
1165 * cus-edit.el (custom-comment-tag): Doc fix.
1166 (custom-comment, custom-variable-value-create, custom-face):
1167 Use face names sans -face suffix rather than aliases.
1168
1169 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
1170
1171 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1172 window width.
1173
1174 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * server.el (server-process-filter): Only default to emacsclient's
1177 terminal in daemon mode.
1178
1179 2008-11-05 Martin Rudalics <rudalics@gmx.at>
1180
1181 * window.el (quit-window): Restore prefix argument behavior
1182 removed in 2008-10-30 change. (Bug#1308)
1183
1184 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
1185
1186 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1187 function to kill-buffer-hook, not to kill-buffer.
1188 Reported by Markus Triska <markus.triska@gmx.at>
1189
1190 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
1191
1192 * calc/calc.el (calc-quit): Make sure that the keypad buffer
1193 exists before deleting its windows.
1194
1195 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * server.el (server-process-filter): Don't call
1198 server-create-tty-frame when no tty name is specified.
1199
1200 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1201
1202 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1203
1204 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1205
1206 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1207 (define-char-code-property):
1208 * textmodes/reftex.el (reftex-index):
1209 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1210
1211 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * vc-bzr.el (vc-bzr-dir-printer): Rename from
1214 vc-bzr-status-printer.
1215
1216 * startup.el (startup-echo-area-message): Display a different
1217 message in daemon mode. Suggested by Stephen Turnbull.
1218
1219 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1220 Windows.
1221
1222 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * dframe.el (dframe-mouse-position-function)
1225 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1226 (dframe-mouse-set-point): Fix typos in docstrings.
1227
1228 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1229
1230 * vc-dir.el (vc-dir-headers): Undo previous change.
1231
1232 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
1233
1234 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1235 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1236
1237 2008-11-04 Martin Rudalics <rudalics@gmx.at>
1238
1239 * subr.el (looking-back): Fix doc-string typo.
1240
1241 * electric.el (Electric-pop-up-window): Call window-end with
1242 UPDATE set to t.
1243
1244 * window.el (save-selected-window): Make it behave like
1245 save-selected-window-norecord.
1246 (save-selected-window-norecord): Remove, since functionality
1247 fully taken over by save-selected-window.
1248 (walk-windows, set-window-text-height, fit-window-to-buffer):
1249 Use save-selected-window instead of save-selected-window-norecord.
1250 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1251 save-selected-window-norecord.
1252 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1253 indent-function for save-selected-window-norecord.
1254
1255 2008-11-03 Alan Mackenzie <acm@muc.de>
1256
1257 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1258
1259 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
1260
1261 * subr.el (looking-back): Doc fix.
1262
1263 * term/x-win.el (x-initialize-window-system):
1264 Call x-wm-set-size-hint after initialization.
1265
1266 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1267 to t.
1268
1269 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1270 2000-12-08 (bug#1297).
1271
1272 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1273
1274 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
1275
1276 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1277 when appropriate.
1278
1279 2008-11-02 Martin Rudalics <rudalics@gmx.at>
1280
1281 * window.el (save-selected-window-norecord): New macro.
1282 (walk-windows): Use save-selected-window-norecord and call
1283 select-window with NORECORD set. (Bug#1237)
1284 (set-window-text-height, fit-window-to-buffer):
1285 Use save-selected-window-norecord and call select-window with
1286 NORECORD set.
1287 * subr.el (with-selected-window): Call set-frame-selected-window
1288 with new argument NORECORD set. Update doc-string.
1289 (with-selected-frame): Call select-frame with new argument
1290 NORECORD set. Update doc-string.
1291 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1292 Put indent-function for save-selected-window-norecord.
1293 * font-lock.el (lisp-font-lock-keywords-2):
1294 Add save-selected-window-norecord.
1295
1296 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * cus-edit.el (customize-apropos-options, custom-comment)
1299 (custom-comment-tag, custom-face-edit-attribute-tag):
1300 Fix typos in docstrings.
1301 (custom-buffer-done-kill): Remove * from defcustom docstring.
1302 (custom-file): Fix typo in doc of defcustom choice.
1303
1304 * frame.el (display-visual-class): Fix typo in docstring.
1305 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1306 (special-display-frame-alist, show-trailing-whitespace)
1307 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1308 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1309 Remove * from defcustom docstrings.
1310
1311 * md4.el (md4-buffer): Fix typo in docstring.
1312 (md4, md4-64): Doc fixes.
1313 (md4-pack-int32): Reflow docstring.
1314
1315 * paths.el (rmail-file-name): Remove * from defcustom docstring.
1316 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1317
1318 * rect.el (open-rectangle): Reflow docstring.
1319 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
1320
1321 * select.el (x-get-cut-buffer): Fix typo in docstring.
1322
1323 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1324 (timezone-time-zone-from-absolute, timezone-leap-year-p):
1325 Fix typos in docstrings.
1326
1327 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1328 Fix typos in docstrings.
1329
1330 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1331
1332 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1333
1334 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1335 (newsticker--treeview-list-update, newsticker--treeview-item-show)
1336 (newsticker--treeview-tree-update)
1337 (newsticker--treeview-tree-update-highlight)
1338 (newsticker-treeview-update)
1339 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1340 (newsticker-treeview-next-new-or-immortal-item)
1341 (newsticker-treeview-prev-new-or-immortal-item)
1342 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1343 (newsticker-treeview-tree-click): Watch for layout changes.
1344 (newsticker--treeview-set-current-node): Cleanup.
1345 (newsticker--treeview-restore-layout): Rename from
1346 newsticker--treeview-restore-buffers.
1347 (newsticker--treeview-mark-item): Update cache file.
1348
1349 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1350
1351 * calendar/icalendar.el (icalendar--uid-count): New.
1352 (icalendar--create-uid): New. Extracted from
1353 `icalendar-export-region' and add uid counter.
1354 (icalendar-export-region): Use `icalendar--create-uid'.
1355
1356 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
1357
1358 * tooltip.el (tooltip-frame-parameters): Doc fix.
1359
1360 2008-10-31 Martin Rudalics <rudalics@gmx.at>
1361
1362 * window.el (window-body-height, window-current-scroll-bars)
1363 (walk-windows, get-window-with-predicate, get-buffer-window-list)
1364 (minibuffer-window-active-p, count-windows)
1365 (window-safely-shrinkable-p, window--splittable-p)
1366 (window--try-to-split-window, window--frame-usable-p)
1367 (window--even-window-heights, window--display-buffer-1)
1368 (window--display-buffer-2, set-window-text-height)
1369 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1370 (truncated-partial-width-window-p): Rewrite doc-string.
1371 (window-fixed-size-p): Simplify code. Rewrite doc-string.
1372 (split-window-vertically, split-window-horizontally):
1373 Rename args, rewrite doc-string, and simplify code.
1374 (split-window-save-restore-data): Rename args and use
1375 when instead of if.
1376
1377 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1378
1379 * indent.el (indent-for-tab-command): Use use-region-p.
1380
1381 * vc.el (vc-revert): Limit the length of the query string.
1382
1383 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * simple.el (idle-update-delay, next-error-highlight)
1386 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1387 (minibuffer-history-case-insensitive-variables, kill-ring-max)
1388 (kill-read-only-ok, backward-delete-char-untabify-method)
1389 (kill-whole-line, mark-ring-max, global-mark-ring-max)
1390 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1391 (goal-column, line-move-ignore-invisible, fill-prefix)
1392 (auto-fill-inhibit-regexp, blink-matching-paren)
1393 (blink-matching-paren-on-screen, blink-matching-paren-distance)
1394 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1395 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1396 (minibuffer-history-isearch-wrap, transient-mark-mode)
1397 (next-logical-line, auto-fill-mode, line-number-mode)
1398 (column-number-mode, size-indication-mode, clone-indirect-buffer)
1399 (normal-erase-is-backspace-mode): Doc fixes.
1400 (current-kill, transient-mark-mode, toggle-truncate-lines)
1401 (visible-mode): Reflow docstrings.
1402 (minibuffer-local-shell-command-map, interprogram-paste-function):
1403 Fix typos in docstrings.
1404
1405 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1406
1407 * server.el (server-process-filter): In daemon mode, default to
1408 emacsclient's tty if not opening a new frame and only the
1409 terminal-frame is available.
1410
1411 2008-10-30 Martin Rudalics <rudalics@gmx.at>
1412
1413 * window.el (quit-window): Simplify code. Say in doc-string
1414 that it operates on the selected window's buffer. (Bug#1259)
1415
1416 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
1417
1418 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1419 nil so that log-view-diff-changeset works.
1420
1421 2008-10-30 Glenn Morris <rgm@gnu.org>
1422
1423 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1424
1425 * resume.el: Move to obsolete/.
1426 * Makefile.in (ELCFILES): Update.
1427
1428 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * electric.el (Electric-pop-up-window): Don't shrink the window if
1431 it's already big enough.
1432
1433 * minibuffer.el (delete-minibuffer-contents): Delete all
1434 minibuffer contents instead of just the current field.
1435
1436 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1437
1438 * bookmark.el (bookmark-handle-bookmark): Rename from
1439 bookmark-jump-noselect.
1440 (bookmark--jump-via, bookmark-insert): Callers changed.
1441 (bookmark-jump-noselect): Wrapper function for
1442 bookmark-handle-bookmark.
1443 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1444
1445 * textmodes/ispell.el (ispell-word): Use use-region-p.
1446
1447 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
1448
1449 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1450 to follow naming conventions for abnormal hooks. Doc fix.
1451 (tooltip-mode, tooltip-timeout): Use it.
1452 (tooltip-hook): New obsolete alias.
1453 (tooltip-help-tips): Doc fix.
1454
1455 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1456
1457 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
1458
1459 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1460 of hardcoded /tmp.
1461
1462 2008-10-29 Glenn Morris <rgm@gnu.org>
1463
1464 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1465
1466 * vc-hooks.el (vc-find-root): Remove bogus alias.
1467
1468 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * international/quail.el (quail-show-guidance): Don't create
1471 a guidance-frame if current buffer is not a minibuffer, since even if
1472 selected-window is mini-p, the buffer will never be displayed in it, so
1473 it wil be usable for guidance.
1474
1475 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * smerge-mode.el: Require diff-mode at run-time as well.
1478
1479 2008-10-28 Martin Rudalics <rudalics@gmx.at>
1480
1481 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1482 * vc-hooks.el (vc-stay-local): Likewise.
1483
1484 2008-10-28 Phil Sung <psung@mit.edu>
1485
1486 * follow.el (follow-scroll-down, follow-calc-win-end)
1487 (follow-estimate-first-window-start): Reduce effective window
1488 height when header line is present. (Bug#925)
1489
1490 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
1491
1492 * subr.el (locate-user-emacs-file): Simplify. Don't create
1493 `user-emacs-directory' when Emacs is running in batch mode.
1494
1495 * startup.el (inhibit-startup-screen): Reflow docstring.
1496 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1497
1498 2008-10-27 Kenichi Handa <handa@m17n.org>
1499
1500 * descr-text.el (describe-char): Fix terminal case (where font is nil).
1501
1502 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
1503
1504 * face-remap.el (text-scale-increase, text-scale-decrease)
1505 (text-scale-adjust): Remove &optional keyword from the arg list;
1506 the INC argument is not really optional, if the functions happen
1507 to be called from elisp.
1508
1509 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1510
1511 * vc.el: Rename VC methods that were missed when vc-status was
1512 renamed to vc-dir.
1513 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1514 vc-svn-status-extra-headers.
1515 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1516 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1517 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1518 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1519 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1520 vc-dir-status-printer.
1521 (vc-dir-headers): Use `dir-extra-headers' instead of
1522 `status-extra-headers'.
1523 (vc-dir-printer): Rename from vc-dir-status-printer.
1524 (vc-default-dir-extra-headers): Rename from
1525 vc-default-status-extra-headers.
1526 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1527 vc-cvs-status-extra-headers.
1528
1529 * startup.el (server-name): Pacify byte compiler.
1530 (command-line): If --daemon=SERVER_NAME was used, set server-name
1531 before calling server-start.
1532
1533 2008-10-26 Romain Francoise <romain@orebokech.com>
1534
1535 * startup.el (command-line): Call daemon-initialized after
1536 starting the server.
1537
1538 2008-10-26 Kenichi Handa <handa@m17n.org>
1539
1540 * help-fns.el (describe-categories): Display the terse legend at
1541 the head.
1542
1543 * international/characters.el: Docstrings of categories improved.
1544
1545 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1548
1549 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1550 to the courier family.
1551 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1552 usually not serif'd and hence rather unlike verbatim's printed output.
1553
1554 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1557 when reporting the module.
1558
1559 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1560
1561 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1562
1563 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * files.el (locate-dominating-stop-dir-regexp): New var.
1566 (locate-dominating-file): Change arg from a regexp to a file name.
1567 Rewrite using the vc-find-root code to avoid directory-files which is
1568 too slow. Obey locate-dominating-stop-dir-regexp.
1569 Don't pay attention to changes in owner.
1570 (project-find-settings-file): Adjust call to locate-dominating-file.
1571
1572 * progmodes/flymake.el (flymake-find-buildfile):
1573 Adjust call to locate-dominating-file.
1574
1575 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1576 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1577
1578 2008-10-25 Martin Rudalics <rudalics@gmx.at>
1579
1580 * subr.el (with-current-buffer): Rename buffer argument to
1581 buffer-or-name.
1582 * window.el (get-buffer-window-list): Rename buffer argument to
1583 buffer-or-name and make it optional.
1584
1585 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * completion.el (add-completion-to-head, add-completion): Doc fixes.
1588 (completion-search-next, add-completions-from-file):
1589 Fix typos in docstrings.
1590
1591 * filesets.el (filesets-menu-ensure-use-cached)
1592 (filesets-ingroup-patterns, filesets-filetype-property):
1593 * tutorial.el (get-lang-string):
1594 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1595 Fix typos in docstrings.
1596
1597 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1598 (image-dired-line-up-method, image-dired-thumb-size)
1599 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1600 (image-dired-track-original-file, image-dired-track-thumbnail)
1601 (image-dired-dired-next-line, image-dired-dired-previous-line)
1602 (image-dired-write-comments): Reflow docstrings.
1603 (image-dired-show-all-from-dir-max-files)
1604 (image-dired-format-properties-string, image-dired-create-thumbs)
1605 (image-dired-mark-tagged-files, image-dired-gallery-generate):
1606 Fix typos in docstrings.
1607
1608 * savehist.el (savehist-save-minibuffer-history, savehist-file)
1609 (savehist-additional-variables, savehist-ignored-variables)
1610 (savehist-file-modes, savehist-autosave-interval):
1611 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1612 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1613 (fancy-splash-image):
1614 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1615 (thumbs-conversion-program, thumbs-margin):
1616 Remove spurious * in docstrings.
1617
1618 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
1619
1620 * thingatpt.el (end-of-sexp, beginning-of-sexp)
1621 (forward-same-syntax): Omit default arguments to char-after and
1622 char-before.
1623
1624 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
1625
1626 * subr.el (locate-user-emacs-file): New function.
1627 (user-emacs-directory): Mention it in docstring.
1628
1629 * completion.el (save-completions-file-name):
1630 * filesets.el (filesets-menu-cache-file):
1631 * image-dired.el (image-dired-dir, image-dired-db-file)
1632 (image-dired-temp-image-file, image-dired-gallery-dir)
1633 (image-dired-temp-rotate-image-file):
1634 * savehist.el (savehist-file):
1635 * server.el (server-auth-dir):
1636 * thumbs.el (thumbs-thumbsdir):
1637 * tutorial.el (tutorial--saved-dir):
1638 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
1639
1640 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
1641
1642 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1643 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1644
1645 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * filesets.el: Update author email.
1648 (filesets-data): Doc fix.
1649
1650 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
1651
1652 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1653
1654 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
1655
1656 * international/mule-cmds.el (describe-language-environment):
1657 Indent sample text.
1658
1659 2008-10-23 Glenn Morris <rgm@gnu.org>
1660
1661 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1662
1663 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1664 byte-compile a redefinition of a function with special byte-compile
1665 handling. (Bug#411)
1666
1667 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1668
1669 * ps-print.el: Deal with page sizes for label printes. Suggested by
1670 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1671 (ps-print-version): New version 7.3.3.
1672 (ps-page-dimensions-database): New page sizes for label printers.
1673 (ps-n-up-printing): Fix code.
1674
1675 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
1676
1677 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
1678
1679 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1680 (list-at-point): Add docstrings.
1681
1682 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1683
1684 * dired-aux.el (dired-do-create-files): Doc fix.
1685
1686 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1687
1688 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1689 with other documentation.
1690
1691 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * replace.el (how-many): Fix typo in docstring.
1694 Reported by Leo <sdl.web@gmail.com>.
1695
1696 2008-10-22 Glenn Morris <rgm@gnu.org>
1697
1698 * international/mule-cmds.el (universal-coding-system-argument):
1699 Check for C-g. (Bug#1205)
1700
1701 2008-10-22 Kenichi Handa <handa@m17n.org>
1702
1703 * international/characters.el: Don't setup
1704 find-word-boundary-function-table.
1705 (next-word-boundary-han, next-word-boundary-kana): Delete them.
1706 (word-combining-categories, word-separating-categories):
1707 Adjust to the change of the docstrings.
1708
1709 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * simple.el (region-active-p): Doc fix.
1712
1713 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1714
1715 * subr.el (apply-partially): Move from here...
1716
1717 * simple.el (apply-partially): ...to here.
1718
1719 2008-10-20 Andreas Schwab <schwab@suse.de>
1720
1721 * subr.el (split-string-and-unquote): Simplify regexp.
1722
1723 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1724
1725 * subr.el (top-level): Require `cl' when compiling.
1726
1727 2008-10-20 David Reitter <david.reitter@gmail.com>
1728
1729 * info.el (Info-mode): Do not remove an existing header line if
1730 `Info-use-header-line' is nil.
1731
1732 2008-10-19 Juri Linkov <juri@jurta.org>
1733
1734 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1735 Add arg `delimited' as in `query-replace' for the case when
1736 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
1737 Add more indicators to the prompt ("word" and "in region").
1738
1739 * replace.el (query-replace, query-replace-regexp)
1740 (replace-string, replace-regexp, perform-replace): Add "word"
1741 indicatiors to the prompt for word delimited replacements.
1742
1743 * replace.el (read-regexp): Rename arg `default' to `default-value'.
1744 Doc fix.
1745
1746 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1747
1748 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
1749
1750 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
1751
1752 2008-10-19 Martin Rudalics <rudalics@gmx.at>
1753
1754 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
1755 Make argument names follow Elisp manual.
1756
1757 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1758
1759 * textmodes/remember.el (remember-data-file):
1760 * shadowfile.el (shadow-initialize)
1761 <shadow-info-file, shadow-todo-file>:
1762 * savehist.el (savehist-file):
1763 * recentf.el (recentf-save-file):
1764 * pcvs-defs.el (cvs-cvsrc-file):
1765 * international/kkc.el (kkc-init-file-name):
1766 * ido.el (ido-save-directory-list-file):
1767 * calendar/todo-mode.el (todo-file-do, todo-file-done)
1768 (todo-file-top): Run file names that begin with a period thru
1769 `convert-standard-filename'.
1770
1771 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
1772 before-init-hook.
1773
1774 Fix Bug #1183:
1775
1776 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
1777 coding-system-for-read to ediff-coding-system-for-write.
1778
1779 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
1780 coding-system-for-write to ediff-coding-system-for-write.
1781
1782 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
1783 (ediff-coding-system-for-write): Set to emacs-internal.
1784
1785 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * international/mule-conf.el (emacs-internal): New coding system alias.
1788
1789 2008-10-18 Juri Linkov <juri@jurta.org>
1790
1791 * info.el (Info-file-supports-index-cookies-list): New variable.
1792 (Info-file-supports-index-cookies): New function.
1793 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
1794 (Info-index-nodes): Let-bind Info-point-loc to nil for files
1795 without an index cookie to ignore it when Info-index-nodes is
1796 called during navigating from an index node with line numbers.
1797 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
1798
1799 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
1800 variable definition section.
1801
1802 * info.el (Info-find-node-2): Put initial point below the header line
1803 and breadcrumbs line.
1804
1805 2008-10-18 Glenn Morris <rgm@gnu.org>
1806
1807 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
1808 the needed external programs were not found.
1809
1810 2008-10-18 Eli Zaretskii <eliz@gnu.org>
1811
1812 * files.el (trash-directory): Run thru `convert-standard-filename'.
1813 (file-modes-char-to-who, file-modes-char-to-right)
1814 (file-modes-rights-to-number, file-modes-symbolic-to-number)
1815 (read-file-modes): Doc fixes.
1816
1817 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * abbrev.el (define-abbrev): Doc fix.
1820
1821 2008-10-17 Alan Mackenzie <acm@muc.de>
1822
1823 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
1824 foo bar [] = { ...".
1825
1826 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * faces.el (face-spec-set-2): Don't pass invalid attributes to
1829 set-face-attribute.
1830
1831 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
1834 according to `locale-coding-system'. (This fixes trivial bug reported
1835 as part of bug#1179).
1836 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
1837 particular order). Use `when'.
1838
1839 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
1840
1841 * w32-fns.el (w32-check-shell-configuration): Doc fix.
1842 (w32-add-charset-info): Fix typo in docstring.
1843
1844 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
1845
1846 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
1847 after discussion.
1848
1849 2008-10-16 Magnus Henoch <mange@freemail.hu>
1850
1851 * vc-arch.el (vc-arch-dir-status): New function.
1852 (vc-arch-after-dir-status): New function.
1853
1854 2008-10-16 Glenn Morris <rgm@gnu.org>
1855
1856 * man.el (Man-getpage-in-background): Force recent `man's to output
1857 escape sequences even when stdout is not a tty. (Bug#1142)
1858
1859 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
1860
1861 * international/mule-conf.el: Add `utf8' and `UTF8' as
1862 aliases for the `utf-8' coding system.
1863
1864 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * find-file.el (ff-get-file): Doc fix.
1867 (ff-get-file-name): Use `let', not `let*'.
1868 (ff-search-directories): Fix typo in docstring.
1869 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
1870 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
1871 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
1872 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
1873 (cc-other-file-alist, modula2-other-file-alist):
1874 Remove spurious * in docstrings.
1875
1876 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * faces.el (set-face-attribute): Set family and foundry before
1879 other attributes.
1880 (face-spec-set-2): Pass unmodified args to set-face-attribute.
1881
1882 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * hl-line.el (hl-line-unload-function): New function.
1885 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
1886 (hl-line-sticky-flag): Remove spurious * in docstring.
1887
1888 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
1889
1890 * vc-git.el (vc-git-show-log-entry): Include the revision in the
1891 search string.
1892
1893 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
1894
1895 * net/tramp.el (tramp-process-one-action): Embed regexp in
1896 parentheses, before adding end-of-buffer construct. Suggested by
1897 Markus Triska <markus.triska@gmx.at>.
1898
1899 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
1900
1901 * net/newst-plainview.el (w3m-toggle-inline-image):
1902 Define 'declare-function if necessary, for compatibility.
1903
1904 * net/newst-treeview.el (w3m-toggle-inline-images):
1905 Define 'declare-function if necessary, for compatibility.
1906
1907 2008-10-13 Alan Mackenzie <acm@muc.de>
1908
1909 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
1910 so that the function works on one-line macros.
1911
1912 * progmodes/cc-engine.el: Amend several doc strings and comments.
1913
1914 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1915
1916 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
1917
1918 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
1919 (vc-cvs-stay-local): Add a new choice and default to it.
1920 (vc-cvs-dir-status): Use the new vc-stay-local choice.
1921
1922 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
1923
1924 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
1925
1926 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
1927 Add support for extended return statement.
1928
1929 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
1930 and obj-dir; keep user order.
1931
1932 2008-10-12 Glenn Morris <rgm@gnu.org>
1933
1934 * Makefile.in (ELCFILES): Update.
1935
1936 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
1937 (shell-file-name-quote-list): Declare.
1938
1939 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
1940
1941 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
1942
1943 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * startup.el (command-line): If toolbar is disabled but ought to
1946 be initialized, call tool-bar-setup.
1947
1948 * tool-bar.el (tool-bar-setup): Variable deleted.
1949 (tool-bar-setup): Set it up unconditionally.
1950
1951 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
1952
1953 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
1954 tool-bar-map has been initialized before setting it up.
1955
1956 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
1957 tool-bar-map has been initialized before setting it up.
1958
1959 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * emacs-lisp/warnings.el (display-warning): Issue a message if
1962 called during daemon initialization.
1963
1964 * tool-bar.el (tool-bar-local-item)
1965 (tool-bar-local-item-from-menu): Put the check for number of
1966 display colors into the image expression.
1967 (tool-bar-setup): Don't be a no-op on ttys.
1968
1969 * info.el (info-tool-bar-map):
1970 * progmodes/gud.el (gud-tool-bar-map):
1971 * progmodes/grep.el (grep-mode-tool-bar-map):
1972 * progmodes/compile.el (compilation-mode-tool-bar-map):
1973 Initialize it unconditionally.
1974
1975 2008-10-11 Romain Francoise <romain@orebokech.com>
1976
1977 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
1978 * kmacro.el (kmacro-edit-lossage): Ditto.
1979 * edmacro.el (edit-kbd-macro): Ditto.
1980
1981 2008-10-11 Ulf Jasper <ulf@web.de>
1982
1983 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
1984 Fix variable names.
1985
1986 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1987
1988 * startup.el (command-line): Revert 2008-09-26 change, not
1989 necessary anymore.
1990
1991 2008-10-10 Andreas Schwab <schwab@suse.de>
1992
1993 * simple.el (minibuffer-complete-shell-command):
1994 Bind comint-delimiter-argument-list, comint-file-name-chars and
1995 comint-file-name-quote-list like shell-mode.
1996
1997 2008-10-10 Martin Rudalics <rudalics@gmx.at>
1998
1999 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2000 call of select-window.
2001
2002 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
2003
2004 * calc/calc.el (calc-embedded-word-regexp)
2005 (calc-embedded-word-regexp-alist): New variables.
2006 (calc-embedded-open-word, calc-embedded-close-word)
2007 (calc-embedded-open-close-word-alist): Remove unused variables.
2008
2009 * calc/calc-embed.el (calc-embedded-make-info):
2010 Use `calc-embedded-word-regexp' to find words.
2011
2012 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2013
2014 * info.el (Info-extract-menu-counting): New argument no-detail to
2015 skip detailed node listings.
2016 (Info-forward-node): New argument not-up to inhibit going up.
2017 (Info-final-node): Call Info-extract-menu-counting and
2018 Info-forward-node with the new arguments set to avoid infinite
2019 looping. (Bug#1116)
2020
2021 2008-10-10 Eli Zaretskii <eliz@gnu.org>
2022
2023 * startup.el (command-line): Don't invoke tool-bar-mode if it is
2024 not fboundp.
2025
2026 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
2027
2028 * startup.el (command-line): Enable tool-bar-mode as long as it is
2029 not suppressed by X resources, regardless of the terminal.
2030
2031 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2032 graphical terminals.
2033 (tool-bar-setup): No-op if called on a tty.
2034
2035 2008-10-09 Eli Zaretskii <eliz@gnu.org>
2036
2037 * frame.el (make-frame-on-tty): Use "F" inside interactive.
2038 Support `pc' ``window-system''.
2039
2040 * progmodes/compile.el (compilation-start): Resurrect the version
2041 for systems that don't support asynchronous subprocesses.
2042
2043 2008-10-09 Martin Rudalics <rudalics@gmx.at>
2044
2045 * window.el (pop-up-frames): Add choice graphic-only.
2046 (display-buffer): When pop-up-frames equals graphic-only do
2047 not pop up new frame on text-only terminals. (Bug#1061)
2048
2049 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
2050
2051 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2052 (vc-cvs-dir-status): Use it.
2053
2054 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * json.el (json-skip-whitespace): Fix last change.
2057
2058 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * bs.el (bs-unload-function): New function.
2061
2062 2008-10-08 Sven Joachim <svenjoac@gmx.de>
2063
2064 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2065 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2066 For clarity, explicitly require cl.
2067
2068 2008-10-08 Michael Olson <mwolson@gnu.org>
2069
2070 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2071 can avoid a bad interaction with programs that add functions to
2072 the window-scroll-functions hook. This fixes Bug #858.
2073
2074 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
2075
2076 * startup.el (command-line): Use display-warning to warn about an
2077 init file error.
2078 (command-line-1): Remove init file error delay.
2079
2080 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2081
2082 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2083 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2084 (rx-group-if): New function.
2085 (rx-parent): New variable.
2086 (rx-and, rx-or): Put shy groups only when necessary.
2087 (rx-bracket): Remove.
2088 (rx-anything): New function.
2089 (rx-any-delete-from-range, rx-any-condense-range)
2090 (rx-check-any-string): New functions.
2091 (rx-check-any): Return result as a list. Don't convert chars to
2092 strings. Don't prepend "\\" to "^". Don't search for close bracket.
2093 Check char category string. Call rx-form instead of rx-to-string.
2094 (rx-any): Rebuid to complete the function.
2095 (rx-check-not): Fix char category regexp pattern string.
2096 Call rx-form instead of rx-to-string.
2097 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
2098 "[^^]". Call regexp-quote for one char string when not called from
2099 rx-not. Add "\\w", and toggle to upcase. Add the case of
2100 "\\[SCBW]" to toggle.
2101 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2102 instead of rx-to-string.
2103 (rx-kleene): Call rx-form instead of rx-to-string.
2104 Call rx-group-if to adjust putting of shy groups.
2105 (rx-atomic-p): Make check more precisely.
2106 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2107 (rx-regexp): Call rx-group-if.
2108 (rx-form): New function.
2109 (rx-to-string): Call rx-form, rx-group-if.
2110 Refine definition of NO-GROUP.
2111
2112 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
2113
2114 * json.el (json-advance): Use forward-char.
2115 (json-skip-whitespace): Use skip-syntax-forward.
2116
2117 2008-10-07 Alan Mackenzie <acm@muc.de>
2118
2119 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2120 indenting a macro followed by blank lines doesn't backslash the
2121 following non-blank line into the macro.
2122
2123 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * startup.el (before-init-time, after-init-time): Move into emacs.c.
2126 (command-line): Set after-init-time to nil before initialization.
2127
2128 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
2129
2130 * calc/calc-units.el (math-standard-units): Update the values
2131 of the units.
2132
2133 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
2134
2135 * bookmark.el (bookmark-unload-function): New function.
2136
2137 2008-10-06 Andreas Schwab <schwab@suse.de>
2138
2139 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2140
2141 2008-10-06 Martin Rudalics <rudalics@gmx.at>
2142
2143 * mail/footnote.el: Remove * in defcustom docstrings and tell
2144 for most options that customizing them doesn't affect buffers
2145 already displaying footnotes.
2146 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2147 Fix handling of text properties and identical start/end tags.
2148 Do not use format when renumbering.
2149 (Footnote-set-style): Make it work.
2150 (Footnote-insert-numbered-footnote): Simplify.
2151 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2152 (Footnote-goto-footnote): Fix handling of empty section tag.
2153 (Footnote-delete-footnote): Fix handling of identical start/end
2154 tags, empty section tag, and spaced footnotes. Do not use
2155 kill-region.
2156 (footnote-mode): Make most options buffer-local to avoid that
2157 customizing messes up handling of footnotes in buffers that
2158 already display them.
2159
2160 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
2161
2162 * faces.el (x-create-frame-with-faces): Undo previous change.
2163
2164 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2165 existent files.
2166
2167 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * international/mule-cmds.el (universal-coding-system-argument):
2170 Handle digit-argument too.
2171
2172 2008-10-05 Mario Lang <mlang@delysid.org>
2173
2174 * xml.el (xml-parse-string): Use skip-chars-forward.
2175
2176 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2177
2178 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2179 existent files.
2180 (vc-bzr-dir-status-files): New function.
2181
2182 2008-10-04 Glenn Morris <rgm@gnu.org>
2183
2184 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
2185
2186 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2187 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
2188
2189 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2190 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
2191
2192 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
2193
2194 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2195 Fix typo. (Bug#1074)
2196
2197 2008-10-04 Martin Rudalics <rudalics@gmx.at>
2198
2199 * progmodes/compile.el (compilation-start): Make sure to move to
2200 point-max only when we are in the compilation buffer. (Bug#1073)
2201
2202 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
2203
2204 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2205 tool-bar-mode is on.
2206
2207 * vc-svn.el (vc-svn-dir-status-files):
2208 * vc-cvs.el (vc-cvs-dir-status-files): New function.
2209
2210 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2211
2212 * vc-hg.el (vc-hg-dir-status-files): New function.
2213
2214 2008-10-03 Martin Rudalics <rudalics@gmx.at>
2215
2216 * window.el (window--display-buffer-1): Don't care about
2217 visibility since raise-frame does.
2218
2219 2008-10-03 Mario Lang <mlang@delysid.org>
2220
2221 * nxml/xmltok.el (xmltok-forward): Simplify.
2222
2223 2008-10-03 Glenn Morris <rgm@gnu.org>
2224
2225 * Makefile.in (ELCFILES): Update.
2226
2227 * frame.el (set-default-font): Make obsolete.
2228 * mouse.el (mouse-set-font): Use set-frame-font.
2229
2230 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2231 (jka-compr-mode-alist-additions): Also match `.tbz2'.
2232
2233 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2234 * files.el (auto-mode-alist): Add .PRO as per above autoload.
2235
2236 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2237
2238 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2239 (vc-dir-refresh): Set it here instead. (Bug#1067)
2240
2241 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * faces.el (inhibit-frame-set-background-mode): New var.
2244 (frame-set-background-mode): Use it to avoid a loop in
2245 face-spec-recalc.
2246
2247 2008-10-02 Glenn Morris <rgm@gnu.org>
2248
2249 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2250 vc-diff-switches.
2251
2252 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2253
2254 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2255 that is, to take some action when a buffer is killed. Suggested by
2256 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
2257 11.2.2.
2258 (whitespace-action): Docstring and :type fix.
2259 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2260 Code fix.
2261 (whitespace-add-local-hook, whitespace-remove-local-hook)
2262 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2263
2264 2008-10-01 Magnus Henoch <mange@freemail.hu>
2265
2266 * net/tls.el (open-tls-stream): Show the actual command being
2267 executed, instead of the format string.
2268
2269 2008-10-01 Eli Zaretskii <eliz@gnu.org>
2270
2271 * term/internal.el (dos-locale-alist): New alist.
2272 (dos-codepage-setup): Use it to compute a value of locale with
2273 which to call set-locale-environment. Remove code to set
2274 terminal, keyboard, and file-name encoding (done by
2275 set-locale-environment).
2276
2277 * international/mule-cmds.el
2278 (set-language-environment-nonascii-translation): Fix nonascii
2279 value for `pc' ``window-system''.
2280 (set-display-table-and-terminal-coding-system)
2281 (set-default-coding-systems): Don't special-case `pc'.
2282
2283 2008-10-01 Glenn Morris <rgm@gnu.org>
2284
2285 * filesets.el (filesets-menu-name): Fix type.
2286 (filesets-menu-path, filesets-menu-before): Fix types.
2287 Change defaults to be consistent with recentf. (Bug#1056)
2288
2289 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * term/xterm.el (xterm-turn-on-modify-other-keys)
2292 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2293 Don't forget to pass `terminal' to `send-string-to-terminal'.
2294
2295 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
2296
2297 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2298 (vc-file-not-found-hook): Check, that `buffer-file-name' is
2299 non-nil. It is not clear, whether this is only fixing symptoms on
2300 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
2301 is embedded by that check. So it might be TRT. Suggested by Dan
2302 Nicolaescu <dann@ics.uci.edu>.
2303
2304 2008-09-30 Eli Zaretskii <eliz@gnu.org>
2305
2306 * Makefile.in (ELCFILES): Remove codepage.elc.
2307
2308 * international/codepage.el: File removed, as even ms-dos doesn't
2309 need it anymore.
2310
2311 * loadup.el [ms-dos]: Don't load ccl and codepage.
2312
2313 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2314 (IT-character-translations, cjk-codepages-alist): Remove variables.
2315 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2316 (IT-unicode-translations): Remove charset and base elements.
2317 Add translations for Latin-1 characters.
2318 (IT-setup-unicode-display): Accept a CODING argument. Don't use
2319 base and chset elements of IT-unicode-translations. Don't wrap
2320 translation in "{...}". Set up translations only for characters
2321 for which unencodable-char-position returns non-nil.
2322 (dos-codepage-setup): Don't use special-case codepages in
2323 cjk-codepages-alist.
2324
2325 * files.el (locate-dominating-file): Wrap directory-files with
2326 condition-case, instead of calling file-directory-p, which stats
2327 the directory one more time.
2328
2329 * mail/mail-utils.el (mail-unquote-printable-region):
2330 Use insert-byte instead of insert-char, when the UNIBYTE arg is
2331 non-nil.
2332
2333 2008-09-30 Daiki Ueno <ueno@unixuser.org>
2334
2335 * epa-file.el (epa-file-insert-file-contents): Fix typo.
2336
2337 2008-09-30 Glenn Morris <rgm@gnu.org>
2338
2339 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2340
2341 2008-09-30 Daniel Colascione <danc@merrillpress.com>
2342
2343 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2344 (which-function): Handle nested imenu trees.
2345
2346 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2347 some nested menu items.
2348
2349 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
2350
2351 * calc/calc-units.el (math-standard-units): Add entries used to
2352 display the the values in the units buffer.
2353 (math-build-units-table): Add entries to the units table to be used
2354 to display the values in the units buffer.
2355 (math-build-units-table-buffer): Use the display entry of the units
2356 table when non-nil.
2357 (calc-define-unit): Add option to enter display value of unit.
2358
2359 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2360
2361 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2362
2363 2008-09-29 Eli Zaretskii <eliz@gnu.org>
2364
2365 * files.el (locate-dominating-file): Take file-attributes of
2366 `dir', not of `file' (which never changes).
2367
2368 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2369
2370 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2371 also be `localname'.
2372
2373 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2374 IDENTIFICATION.
2375
2376 2008-09-28 Glenn Morris <rgm@gnu.org>
2377
2378 * vc.el (vc-switches): Give it a doc string.
2379
2380 2008-09-28 Romain Francoise <romain@orebokech.com>
2381
2382 * comint.el (comint-show-output): Adjust to stickiness changes of
2383 the output field.
2384
2385 * startup.el (command-line): Start the daemon server later.
2386
2387 2008-09-28 Martin Rudalics <rudalics@gmx.at>
2388
2389 * subr.el (read-quoted-char): Call char-resolve-modifiers
2390 instead of char-resolve-modifers.
2391
2392 2008-09-27 Glenn Morris <rgm@gnu.org>
2393
2394 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2395 than [return]. (Bug#1031)
2396
2397 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
2398
2399 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2400
2401 2008-09-27 Daiki Ueno <ueno@unixuser.org>
2402
2403 * epg.el (epg-wait-for-status): Check if there is no pending status.
2404 Reported by Ted Romer <ted@romerfamily.com>.
2405
2406 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2407
2408 * startup.el (command-line): Turn on menu-bar-mode and
2409 tool-bar-mode when running as a daemon.
2410
2411 2008-09-26 Eli Zaretskii <eliz@gnu.org>
2412
2413 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2414 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2415 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2416 ($(lisp)/progmodes/cc-engine.elc)
2417 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2418 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2419 ($(lisp)/progmodes/cc-subword.elc)
2420 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2421
2422 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2423 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2424 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2425 ($(lisp)/progmodes/cc-engine.elc)
2426 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2427 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2428 ($(lisp)/progmodes/cc-subword.elc)
2429 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2430
2431 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2432
2433 * informat.el (Info-split-threshold): New variable.
2434 (Info-split): Use it.
2435
2436 * textmodes/texinfmt.el (texinfo-format-buffer):
2437 Use Info-split-threshold to decide whether to split Info files.
2438
2439 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2442 quoting.
2443
2444 * comint.el (comint-dynamic-complete-as-filename): Quote directory
2445 name when reinserting it.
2446
2447 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2448 word-search-backward-lax for incremental word search.
2449
2450 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
2451
2452 * generic-x.el (generic-other-modes): Fix typo in docstring.
2453 (generic-use-find-file-hook, generic-lines-to-scan)
2454 (generic-find-file-regexp, generic-ignore-files-regexp)
2455 (generic-define-mswindows-modes, generic-define-unix-modes):
2456 Remove `*' from docstring.
2457 (generic-mode-find-file-hook): Use `string-match-p'.
2458 (apache-log-generic-mode, mailagent-rules-generic-mode)
2459 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2460 (java-manifest-generic-mode, java-properties-generic-mode)
2461 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2462 for consistency with other modes in generic-x.el.
2463
2464 2008-09-25 Martin Rudalics <rudalics@gmx.at>
2465
2466 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2467 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2468 parens specially only if latex-handle-escaped-parens is non-nil.
2469 (latex-indent-within-escaped-parens): New option.
2470 (latex-find-indent): Bind latex-handle-escaped-parens to
2471 latex-indent-within-escaped-parens. Do not treat escaped parens
2472 specially when this is nil. (Bug#954)
2473
2474 2008-09-25 Glenn Morris <rgm@gnu.org>
2475
2476 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2477
2478 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * vc.el (vc-mark-resolved): Move message here from
2481 vc-default-mark-resolved.
2482 (vc-default-mark-resolved): Change to an alias for ignore.
2483
2484 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
2485
2486 * term.el (term-emulate-terminal): Encode input string before
2487 checking its length.
2488
2489 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2492 is loaded.
2493
2494 * server.el (server-buffer-done): Avoid changing the buffer when
2495 deleting the client's frame (bug#640).
2496
2497 * vc.el (vc-default-mark-resolved): New function.
2498
2499 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
2500
2501 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2502 from raising a wrong-type-argument error.
2503
2504 2008-09-24 Martin Rudalics <rudalics@gmx.at>
2505
2506 * help-fns.el (describe-function-1, describe-variable): Print
2507 relative file name in help buffer.
2508 * faces.el (describe-face): Print relative file name in help
2509 buffer.
2510
2511 2008-09-23 Romain Francoise <romain@orebokech.com>
2512
2513 * subr.el (with-output-to-string): Make sure that the temporary
2514 buffer gets killed.
2515
2516 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
2517
2518 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2519 indentation problem with keyword symbols when a list starts with
2520 ,@ or spaces. (Bug#1012)
2521
2522 2008-09-23 Martin Rudalics <rudalics@gmx.at>
2523
2524 * textmodes/tex-mode.el (latex-find-indent): Try to handle
2525 escaped close parens correctly. (Bug#954)
2526
2527 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
2528
2529 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2530 usage of `fortune-file' even though a FILE argument was passed to
2531 the function.
2532
2533 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2534
2535 * startup.el (command-line): Start the server when in daemon mode.
2536 Remove always true test.
2537
2538 * frame.el (frame-initialize): Remove spurious setting of
2539 special-display-function with the default value.
2540
2541 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
2542
2543 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2544
2545 2008-09-20 Glenn Morris <rgm@gnu.org>
2546
2547 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2548 Fix custom type. (Bug#1011)
2549
2550 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
2551
2552 * files.el (move-file-to-trash): Avoid recursive trashing if
2553 rename-file calls delete-file.
2554
2555 2008-09-20 Glenn Morris <rgm@gnu.org>
2556
2557 * play/fortune.el: Remove leading `*' from defcustom docs.
2558 (fortune-program-options): Doc fix. Allow to be a string again.
2559 Add :version.
2560 (fortune-in-buffer): Handle fortune-program-options as a string.
2561 Don't rely on fortune program accepting options after fortune file.
2562
2563 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
2564
2565 * play/fortune.el (fortune-program-options): Change to a list.
2566 (fortune-in-buffer): Use apply.
2567
2568 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
2569
2570 * emacs-lisp/authors.el: Change encoding of file to utf-8.
2571 (authors-coding-system): Likewise.
2572
2573 2008-09-20 Ami Fischman <ami@fischman.org>
2574
2575 * savehist.el (savehist-save): Handle errors in writing as well as
2576 reading.
2577
2578 2008-09-20 Michael Olson <mwolson@gnu.org>
2579
2580 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2581 to provide a minimal performance boost.
2582
2583 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2584
2585 * proced.el (proced-grammar-alist, proced-custom-attributes)
2586 (proced-format-alist, proced-format, proced-filter-alist)
2587 (proced-filter, proced-sort): Use defcustom.
2588 (proced-mode): Fix docstring.
2589 (proced-process-attributes): Handle return value nil of functions
2590 in proced-custom-attributes.
2591
2592 2008-09-19 Martin Rudalics <rudalics@gmx.at>
2593
2594 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2595 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
2596
2597 2008-09-19 Miles Bader <miles@gnu.org>
2598
2599 * comint.el (comint-output-filter): Make field properties for
2600 output text front-sticky.
2601
2602 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2603
2604 * vc-bzr.el (vc-bzr-show-log-entry):
2605 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2606 C-x v l for a directory uses that.
2607
2608 2008-09-18 Simon Josefsson <simon@josefsson.org>
2609
2610 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2611 .sieve files.
2612
2613 2008-09-18 Martin Rudalics <rudalics@gmx.at>
2614
2615 * help-macro.el (make-help-screen): Preserve key bindings
2616 established in help-mode call when exiting this macro.
2617
2618 2008-09-17 Kenichi Handa <handa@m17n.org>
2619
2620 * language/burmese.el: Fix setting of composition-function-table.
2621
2622 2008-09-17 Martin Rudalics <rudalics@gmx.at>
2623
2624 * info.el (Info-follow-nearest-node): Don't raise an error for
2625 mouse-1 clicks.
2626
2627 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
2628
2629 * calc/calc-units.el (calc-convert-temperature): Use default
2630 units when appropriate.
2631
2632 2008-09-16 Markus Triska <markus.triska@gmx.at>
2633
2634 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
2635 catch errors raised in `texmathp'.
2636 (flyspell-tex-math-initialized): Remove.
2637
2638 2008-09-16 Martin Rudalics <rudalics@gmx.at>
2639
2640 * frame.el (select-frame-set-input-focus): With non-nil
2641 mouse-autoselect-window always move mouse cursor to frame's
2642 selected window. Otherwise restore pre 2008-09-13 behavior.
2643 (select-frame-by-name): Use select-frame-set-input-focus.
2644
2645 * files.el (switch-to-buffer-other-frame): Don't raise frame since
2646 pop-to-buffer already does it.
2647 (display-buffer-other-frame): Fix doc-string.
2648
2649 2008-09-16 Glenn Morris <rgm@gnu.org>
2650
2651 * add-log.el (diff-find-source-location): Update declaration.
2652
2653 * progmodes/make-mode.el (makefile-match-function-end):
2654 Move point. (Bug#983)
2655
2656 2008-09-16 Daiki Ueno <ueno@unixuser.org>
2657
2658 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2659
2660 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
2661
2662 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2663 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2664
2665 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
2666
2667 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2668
2669 2008-09-15 Martin Rudalics <rudalics@gmx.at>
2670
2671 * files.el (file-truename): Don't raise args-out-of-range error
2672 when filename has no separator on windows-nt. (Bug#982)
2673
2674 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2677 be more honest when we don't know.
2678 (diff-tell-file-name): Don't prompt before the actual prompt.
2679 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2680 (diff-find-source-location): Add `noprompt' argument.
2681 (diff-current-defun): Don't prompt.
2682
2683 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2684
2685 * proced.el (proced-mark-face, proced-marked-face)
2686 (proced-sort-header-face): Remove.
2687 (proced-font-lock-keywords): Simplify.
2688 (proced-format): Use face proced-sort-header.
2689 (proced-format-interactive, proced-sort-interactive)
2690 (proced-filter-interactive): Only call proced-update if the scheme
2691 has changed.
2692 (proced-sort-header): Use posn-actual-col-row.
2693
2694 2008-09-14 Martin Rudalics <rudalics@gmx.at>
2695
2696 * add-log.el (change-log-find-window): New variable.
2697 (change-log-goto-source-1, change-log-goto-source):
2698 Set change-log-find-window to window displaying source.
2699 (change-log-next-error): Select window specified by
2700 change-log-find-window.
2701
2702 2008-09-13 Martin Rudalics <rudalics@gmx.at>
2703
2704 * frame.el (select-frame-set-input-focus): With focus follows
2705 mouse move mouse cursor to right window.
2706 * window.el (pop-to-buffer): Select window before calling
2707 select-frame-set-input-focus.
2708
2709 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2710
2711 * proced.el (proced-sort-header): New face.
2712 (proced-sort-header-face): New variable.
2713 (proced-format): Allow format value nil.
2714 Use proced-sort-header-face for header of sort column.
2715 (proced-format-args): New function.
2716 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2717 (proced-header-help-echo, proced-field-help-echo, proced-timer)
2718 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2719 (proced-refine): Rename from proced-filter-attribute. Doc fix.
2720 (proced-sort-header): Bind also to mouse-1.
2721 (proced-move-to-goal-column): Return position of point.
2722 (proced-filter-interactive): Always revert listing.
2723 (proced-format-ttname): Simplify.
2724 (proced-update): Do not keep undo information. Put point at
2725 beginning of buffer if we generate the first listing.
2726
2727 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
2728
2729 * doc-view.el (doc-view-scroll-up-or-next-page)
2730 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2731 vertically split windows.
2732
2733 2008-09-12 Glenn Morris <rgm@gnu.org>
2734
2735 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
2736
2737 * indent.el (indent-line-function): Doc fix.
2738 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2739
2740 2008-09-11 Martin Rudalics <rudalics@gmx.at>
2741
2742 * window.el (pop-to-buffer): If the window for buffer-or-name is
2743 not on the selected frame, raise that window's frame and give it
2744 input focus. (Bug#745)
2745
2746 2008-09-11 Glenn Morris <rgm@gnu.org>
2747
2748 * ido.el (ido-mode): Initialize with custom-initialize-default,
2749 rather than a set function. (Bug#947)
2750
2751 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * replace.el (perform-replace): Don't set inhibit-read-only using
2754 query-replace-skip-read-only (bug#956).
2755
2756 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
2757 of the <<foo>> form.
2758
2759 2008-09-10 Martin Rudalics <rudalics@gmx.at>
2760
2761 * window.el (display-buffer): Fix doc-string typo.
2762
2763 2008-09-10 Kenichi Handa <handa@m17n.org>
2764
2765 * composite.el (compose-gstring-for-graphic): Fix previous change.
2766
2767 2008-09-10 Glenn Morris <rgm@gnu.org>
2768
2769 * info.el (Info-try-follow-nearest-node): Fix doc typo.
2770
2771 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
2772
2773 * info.el (Info-mouse-follow-nearest-node): Follow links to different
2774 manuals. (Bug#886)
2775
2776 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
2777
2778 * ido.el (ido-unload-function): New function.
2779
2780 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
2781
2782 * ido.el (ido-file-internal): Fix typo in prompt.
2783 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
2784 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
2785 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
2786 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
2787 Fix typos in docstrings.
2788
2789 2008-09-08 Martin Rudalics <rudalics@gmx.at>
2790
2791 * help-fns.el (describe-function-1): Don't print extra newline
2792 after filling.
2793
2794 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
2795
2796 * help-fns.el (find-lisp-object-file-name): Handle case where
2797 library is compressed.
2798
2799 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * complete.el (PC-do-completion): Don't replace buffer
2802 contents (bug#227).
2803
2804 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * loadhist.el (unload-feature-special-hooks):
2807 Add `choose-completion-string-functions'.
2808
2809 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * vc-svn.el (vc-svn-root):
2812 * vc-sccs.el (vc-sccs-root):
2813 * vc-rcs.el (vc-rcs-root):
2814 * vc-cvs.el (vc-cvs-root): Delete.
2815 * vc-hooks.el (vc-find-root): Remove `invert' argument.
2816
2817 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2818
2819 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
2820 errors occurring in different files.
2821
2822 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
2823
2824 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
2825 (vc-bzr-status-printer): New function.
2826 (vc-bzr-after-dir-status): Deal with renamed files.
2827
2828 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
2829
2830 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
2831 buffer's filename.
2832
2833 2008-09-07 Martin Rudalics <rudalics@gmx.at>
2834
2835 * subr.el (cancel-change-group): Widen buffer temporarily when
2836 undoing changes. (Bug#810)
2837
2838 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
2841 with gud-stop-subjob rather than exit debugger.
2842
2843 2008-09-07 Kenichi Handa <handa@m17n.org>
2844
2845 * composite.el: Compose combining characters only when it
2846 follows a character matching with "[[:alpha:]]".
2847
2848 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2849
2850 * proced.el: Require time-date.
2851 (proced-command-alist, proced-command, proced-goal-header-re)
2852 (proced-sorting-schemes-alist, proced-sorting-scheme)
2853 (proced-header-alist, proced-sorting-schemes-re)
2854 (proced-skip-regexp, proced-next-line, proced-previous-line)
2855 (proced-listing-type, proced-sorting-scheme-p): Remove.
2856 (proced-grammar-alist, proced-custom-attributes)
2857 (proced-format-alist, proced-format, proced-filter-alist)
2858 (proced-filter, proced-sort, proced-goal-attribute)
2859 (proced-timer-interval, proced-timer-flag, proced-timer)
2860 (proced-process-alist, proced-sort-internal, proced-process-tree)
2861 (proced-header-help-echo, proced-field-help-echo): New variables.
2862 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
2863 (proced-omit-process, proced-filter, proced-process-tree)
2864 (proced-filter-children, proced-children-pids)
2865 (proced-filter-parents, proced-<, proced-string-lessp)
2866 (proced-time-lessp, proced-xor, proced-sort-p)
2867 (proced-format-time, proced-format-start, proced-format-ttname)
2868 (proced-format, proced-process-attributes): New functions.
2869 (proced-toggle-timer-flag, proced-mark-children)
2870 (proced-mark-parents, proced-filter-interactive)
2871 (proced-filter-attribute, proced-sort-interactive)
2872 (proced-sort-header, proced-format-interactive): New commands.
2873 (proced-move-to-goal-column): Use goal-column.
2874 (proced-mode): Use proced-timer.
2875 (proced-do-mark-all): Display process count. Use use-region-p.
2876 Simplify.
2877 (proced-omit-processes): Use use-region-p.
2878 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2879 (proced-sort-start, proced-sort-time, proced-sort-user):
2880 Use proced-sort-interactive.
2881 (proced-sort): Make it a function that performs the actual sort.
2882 (proced-update): New arg revert. Use proced-process-alist,
2883 proced-filter, proced-sort, proced-format, and
2884 proced-grammar-alist. Preserve position of point based on fields.
2885 Make header line and fields clickable.
2886 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
2887 (proced-why): Use save-selected-window.
2888 (proced-log): Use buffer-read-only.
2889
2890 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
2891
2892 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
2893
2894 2008-09-06 Glenn Morris <rgm@gnu.org>
2895
2896 * add-log.el (diff-find-source-location): Declare.
2897 (find-change-log): If called from a diff buffer, try to switch to the
2898 source buffer (e.g. to respect change-log-default-name there).
2899
2900 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
2901 unallowed characters; added 2006-10-10 without comment. (Bug#753)
2902
2903 * Makefile.in (ELCFILES): Update.
2904
2905 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
2908 user enters a mouse event in another frame, or a special event.
2909
2910 * server.el (server-switch-buffer): New arg.
2911 (server-execute): If reusing an existing window, set file position
2912 if required.
2913
2914 2008-09-06 Kenichi Handa <handa@m17n.org>
2915
2916 * language/lao.el: Fix setting of composition-function-table.
2917
2918 2008-09-06 Eli Zaretskii <eliz@gnu.org>
2919
2920 * term/pc-win.el (msdos-show-help): Don't truncate lines while
2921 displaying help echo messages.
2922
2923 2008-09-06 Martin Rudalics <rudalics@gmx.at>
2924
2925 * subr.el (symbol-file): Fix doc-string.
2926
2927 2008-09-06 Glenn Morris <rgm@gnu.org>
2928
2929 * help-mode.el (help-xref-forward-stack): Doc fix.
2930
2931 * add-log.el (change-log-default-name): Autoload safety.
2932
2933 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
2934
2935 * verilog-mode.el (verilog-library-extensions): Enable .sv
2936 filename extensions to call verilog-mode.
2937 (verilog-auto, verilog-auto-inst, verilog-faq)
2938 (verilog-submit-bug-report): Update author support URLs.
2939 (verilog-delete-auto, verilog-auto-inout-module)
2940 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
2941 creating complemented testbench modules. Suggested by Yishay Belkind.
2942 (verilog-auto-inst-port, verilog-simplify-range-expression):
2943 When verilog-auto-inst-param-value is set, don't require a
2944 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
2945 Yishay Belkind.
2946 (verilog-auto-inst-param-value): Add safe variable.
2947 (verilog-re-search-forward, verilog-re-search-backward):
2948 Fix returning wrong search results on Emacs 22.1.
2949 (verilog-modi-cache-results, verilog-auto): Fix warning message
2950 about "toggling font-lock-mode."
2951 (verilog-auto): Fix losing font-lock on errors.
2952 (verilog-auto-inst-param-value, verilog-mode-version)
2953 (verilog-mode-version-date, verilog-read-inst-param-value)
2954 (verilog-auto-inst, verilog-auto-inst-param)
2955 (verilog-auto-inst-port, verilog-simplify-range-expression):
2956 Allow parameters to be replaced with their values, on the expansion of
2957 an AUTOINST with Verilog 2001 style parameter settings.
2958 Suggested by David Rogoff.
2959
2960 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
2961
2962 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
2963 Better support for the property statement. Sometimes this keyword
2964 introduces a statement which requires an endproperty keyword, and
2965 sometimes it doesn't, depending on the work before the property
2966 word. If property is prefixed with assert, assume or cover
2967 keyword, then the statement is ended with a ';'. Otherwise,
2968 property is like task or specify, and is followed by some number
2969 of statements, which are ended with an endproperty keyword.
2970 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
2971 in a highlighted region: indent each line in region according to
2972 mode. Supply this so it works in XEmacs and older Emacs.
2973
2974 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2975
2976 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
2977 Don't clean up a buffer when killing it.
2978
2979 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2980
2981 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
2982 buffers (bug#360). New version 11.2.1.
2983 (whitespace-action): New value `warn-read-only' to give a warning when
2984 buffer is read-only and whitespace action is cleanup or auto-cleanup.
2985 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
2986 (whitespace-warn-read-only): New fun.
2987
2988 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
2989
2990 * international/quail.el: Require help-mode.
2991 (quail-help-init): Function removed.
2992 (quail-keyboard-layout-button, quail-keyboard-customize-button):
2993 Define directly.
2994
2995 * dired.el (dired-get-filename): Rewrite octal escape character
2996 processor (bug#885).
2997
2998 2008-09-05 Eli Zaretskii <eliz@gnu.org>
2999
3000 * cus-edit.el (custom-button-pressed): Default to inverse-video.
3001
3002 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3003 not just for terminal-frame.
3004
3005 2008-09-05 Martin Rudalics <rudalics@gmx.at>
3006
3007 * window.el (window--try-to-split-window): Don't split when window
3008 is not splittable in last disjunct. (Bug#888)
3009
3010 2008-09-05 Kenichi Handa <handa@m17n.org>
3011
3012 * language/tibetan.el: Fix setting of composition-function-table.
3013
3014 * composite.el (find-composition): Mention about the automatic
3015 composition in the docstring.
3016 (compose-gstring-for-graphic): Fix handling "above" marks.
3017
3018 * descr-text.el (describe-char): Fix handling of automatic composition.
3019
3020 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
3021
3022 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3023 (tramp-parse-connection-properties): Reflow docstring.
3024
3025 2008-09-04 Kim F. Storm <storm@cua.dk>
3026
3027 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3028 and other-frame methods when switching between file and buffer modes.
3029
3030 2008-09-04 Martin Rudalics <rudalics@gmx.at>
3031
3032 * info.el (Info-dir-remove-duplicates): Narrow buffer when
3033 removing duplicate entries under same heading. Don't skip char
3034 matching anything but a space or tab at bol. (Bug#864)
3035
3036 2008-09-03 Alan Mackenzie <acm@muc.de>
3037
3038 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3039
3040 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3043 (completion-pcm--all-completions): Move the case-fold-search binding to
3044 it also applies to completion-regexp-list (used in all-completions).
3045 (completion-pcm--hilit-commonality): Add missing case-fold-search.
3046
3047 2008-09-03 Martin Rudalics <rudalics@gmx.at>
3048
3049 * window.el (pop-up-frame-function): Move ...
3050 * frame.el (pop-up-frame-function): ... here, to avoid
3051 "CHANGED outside Customize;".
3052
3053 2008-09-03 Glenn Morris <rgm@gnu.org>
3054
3055 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3056
3057 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3060 non-alphabetical characters properly.
3061
3062 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3063
3064 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3065
3066 2008-09-02 Martin Rudalics <rudalics@gmx.at>
3067
3068 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3069 control-prefixed keys. (Bug#835)
3070
3071 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * image-mode.el (image-mode): Fix 2008-07-19 change.
3074
3075 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
3076
3077 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3078
3079 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3080
3081 2008-09-02 Glenn Morris <rgm@gnu.org>
3082
3083 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3084
3085 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3086
3087 2008-09-01 Glenn Morris <rgm@gnu.org>
3088
3089 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3090 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3091 and fix name typos. (Bug#856)
3092
3093 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * minibuffer.el (completion-pcm--pattern->regex):
3096 When completion-ignore-case is non-nil, generate a regexp that
3097 ignores case.
3098
3099 * window.el (recenter-top-bottom): Doc fix.
3100
3101 2008-09-01 Simon South <ssouth@member.fsf.org>
3102
3103 * progmodes/delphi.el: New maintainer.
3104 (delphi-interface-types): New var.
3105 (delphi-composite-types): Use it.
3106 (delphi-enclosing-indent-of): Distinguish between "interface"
3107 keyword as a unit separator and used like a class declaration.
3108
3109 2008-09-01 Martin Rudalics <rudalics@gmx.at>
3110
3111 * help-fns.el (describe-simplify-lib-file-name)
3112 (find-source-lisp-file): Remove.
3113 (find-lisp-object-file-name): New function giving preference to
3114 files found via load-path instead of loaddefs.el.
3115 (describe-function-1): Use new function instead of the removed
3116 ones. (Bugs #587, #669, #690)
3117 * faces.el (describe-face): Use find-lisp-object-file-name instead
3118 of describe-simplify-lib-file-name.
3119
3120 2008-09-01 Kenichi Handa <handa@m17n.org>
3121
3122 * international/mule-diag.el (font-show-log): Fix previous change.
3123
3124 * international/mule-cmds.el (set-language-environment):
3125 Don't overwrite current-iso639-language if the current language
3126 environment doesn't provide that data.
3127 (set-locale-environment): Set current-iso639-language from the
3128 locale name.
3129
3130 * international/fontset.el (script-representative-chars): Re-add
3131 the entry for symbol, but with vector of characters.
3132 (setup-default-fontset): Cancel previous change.
3133
3134 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * ido.el: Move provide statement to the end of the file.
3137
3138 2008-08-30 Markus Triska <markus.triska@gmx.at>
3139
3140 * linum.el (linum-mode): `window-size-change-functions' can now be
3141 buffer-local.
3142 (linum-update-window): Use result of `move-overlay'.
3143
3144 2008-08-30 Glenn Morris <rgm@gnu.org>
3145
3146 * subr.el (make-variable-frame-local): Tweak obsolescence message.
3147
3148 * info.el (Info-hide-note-references, Info-refill-paragraphs):
3149 Doc fixes.
3150
3151 * apropos.el (apropos-command): Report documentation errors.
3152 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
3153
3154 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3157 string.
3158
3159 2008-08-29 Eli Zaretskii <eliz@gnu.org>
3160
3161 * bindings.el (mode-line-frame-identification): Fix last change.
3162
3163 2008-08-29 Kenichi Handa <handa@m17n.org>
3164
3165 These changes are to adjust the automatic composition for the new
3166 implementation (avoid using text property).
3167
3168 * composite.el (composition-function-table): Move declaration to
3169 composite.c.
3170 (terminal-composition-base-character-p): Delete it.
3171 (terminal-composition-function): Delete it.
3172 (terminal-composition-function-table): Delete it.
3173 (lgstring-header, lgstring-set-header, lgstring-font)
3174 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3175 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3176 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3177 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3178 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3179 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3180 (compose-glyph-string, compose-glyph-string-relative)
3181 (compose-gstring-for-graphic, compose-gstring-for-terminal):
3182 New functions.
3183 (auto-compose-chars): Argument changed.
3184
3185 * language/european.el: Don't setup composition-function-table.
3186 (diacritic-composition-pattern, diacritic-compose-region)
3187 (diacritic-compose-string, diacritic-compose-buffer)
3188 (diacritic-composition-function): Delete them.
3189
3190 * language/lao-util.el (lao-composition-function): Argument changed.
3191
3192 * language/sinhala.el: Fix setting up of composition-function-table.
3193
3194 * language/thai.el: Fix setting up of composition-function-table.
3195
3196 * language/thai-util.el: Encoding changed to utf-8.
3197 (thai-composition-function): Argument changed.
3198
3199 * language/indian.el: Fix setting up of composition-function-table.
3200 (devanagari-composable-pattern)
3201 (tamil-composable-pattern, kannada-composable-pattern)
3202 (malayalam-composable-pattern): New variables.
3203
3204 * international/characters.el (unicode-category-table):
3205 Setup unicode-category-table.
3206
3207 * international/fontset.el (setup-default-fontset): Prepend
3208 iso10646-1 fonts to the fallback font groups instead of appending.
3209
3210 2008-08-29 Glenn Morris <rgm@gnu.org>
3211
3212 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3213
3214 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * term/x-win.el (x-win-suspend-error): Don't signal error if there
3217 are no X frames active.
3218
3219 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
3220
3221 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3222 `ignore-errors' (the function must succeed always).
3223
3224 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
3225
3226 * json.el (json-read-number): New arg. Handle explicitly signed
3227 numbers.
3228 (json-readtable): Add `+' and `.'.
3229
3230 2008-08-28 Eli Zaretskii <eliz@gnu.org>
3231
3232 * term/pc-win.el (msdos-previous-message): New variable.
3233 (msdos-show-help): New function.
3234 (msdos-initialize-window-system): Set show-help-function to
3235 msdos-show-help.
3236
3237 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3238
3239 * emacs-lisp/debug.el (debug): When killing a noninteractive
3240 Emacs, give an exit status of -1.
3241
3242 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3245
3246 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3247
3248 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3249 not the same as the last modification time, fall back on the
3250 backend-specific check.
3251
3252 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
3253
3254 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3255 to go to the position of interest.
3256
3257 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
3258
3259 * textmodes/artist.el (artist-mode-init): Add comment on the
3260 setting up of the `artist-replacement-table' array.
3261 (artist-get-replacement-char): New defsubst.
3262 (artist-get-char-at-xy-conv, artist-replace-char)
3263 (artist-replace-chars, artist-replace-string): Use it instead of
3264 accessing `artist-replacement-table' directly.
3265 Reported by Rubén Berenguel <ruben@maia.ub.es>.
3266
3267 (artist-mt): Fix structures for cut and copy operations.
3268
3269 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * shell.el (shell-file-name-quote-list): Quote `$'.
3272
3273 * comint.el (comint-dynamic-complete-as-filename): Generalize last
3274 change to allow quoting of characters before point.
3275 (comint-dynamic-list-filename-completions): Quote common substring.
3276
3277 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * comint.el (comint-dynamic-complete-as-filename): If case is
3280 ignored while matching, replace the entire filename with completion.
3281
3282 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3283 flyspell-pre-point is valid to avoid signalling an error in
3284 post-command-hook.
3285
3286 2008-08-26 Johan Bockgård <bojohan@gnu.org>
3287
3288 * linum.el (linum): Inherit remaining face attributes from default
3289 face.
3290
3291 2008-08-26 Markus Triska <markus.triska@gmx.at>
3292
3293 * linum.el (linum-delay): Disable - it should no longer be
3294 necessary, and can lead to longer delays.
3295 (linum-update-window): Renumber if margin width has changed.
3296
3297 2008-08-26 Daiki Ueno <ueno@unixuser.org>
3298
3299 * epa.el (epa--key-widget-action): Save the selected window to
3300 make `widget-button-click-moves-point' work. (Bug#733).
3301
3302 2008-08-26 Glenn Morris <rgm@gnu.org>
3303
3304 * calendar/holidays.el (calendar-holidays): Doc fix.
3305
3306 * progmodes/gud.el (tramp-file-name-localname)
3307 (tramp-dissect-file-name): Declare.
3308
3309 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3310
3311 2008-08-25 Eli Zaretskii <eliz@gnu.org>
3312
3313 * bindings.el (mode-line-frame-control): New function, caters to
3314 `pc' ``window system''.
3315 (mode-line-frame-identification): Use it instead of accessing
3316 window-system directly.
3317
3318 2008-08-25 Juri Linkov <juri@jurta.org>
3319
3320 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3321 `center-line' and "\eS" from `center-paragraph'.
3322 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3323 `center-paragraph'.
3324
3325 2008-08-25 Ulf Jasper <ulf@web.de>
3326
3327 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3328 (newsticker-treeview-treewindow-width): New.
3329 (newsticker-treeview-listwindow-height): New.
3330 (newsticker-treeview-browse-url-item): New.
3331 (newsticker-treeview-mode-map):
3332 Add newsticker-treeview-browse-url-item.
3333 (newsticker--treeview-window-init):
3334 Use newsticker-treeview-treewindow-width and
3335 newsticker-treeview-listwindow-height.
3336
3337 * net/newst-reader.el (newsticker-browse-url-item): New.
3338
3339 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3340
3341 * vc-dir.el (vc-dir-marked-only-files-and-states):
3342 (vc-dir-child-files-and-states): Reverse the list before returning it.
3343
3344 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
3345
3346 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3347
3348 2008-08-24 Romain Francoise <romain@orebokech.com>
3349
3350 * progmodes/python.el (run-python): Remove '' from sys.path.
3351
3352 2008-08-23 Glenn Morris <rgm@gnu.org>
3353
3354 * progmodes/fortran.el (fortran-tab-mode-string)
3355 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3356
3357 2008-08-23 Eli Zaretskii <eliz@gnu.org>
3358
3359 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3360 Add declare-function.
3361
3362 * startup.el (command-line): Don't call tty-register-default-colors
3363 if initial-window-system is `pc'.
3364
3365 * term/internal.el (local-function-key-map): Fix unbalanced parens.
3366 (msdos-key-remapping-map): New variable. Move here all the special
3367 keys we will be remapping via local-function-key-map.
3368 (msdos-setup-keyboard): New function.
3369
3370 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3371 make-msdos-frame.
3372 (terminal-init-internal): New function, errors out if called.
3373 (msdos-initialize-window-system): New function.
3374 (msdos-create-frame-with-faces): Set the terminal's
3375 `terminal-initted' (sic!) parameter.
3376 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3377 (window-system-initialization-alist):
3378 Add msdos-initialize-window-system.
3379 (handle-args-function-alist): Use tty-handle-args for `pc'
3380 ``window system'' as well.
3381 (pc-win): Provide.
3382
3383 * term/tty-colors.el (tty-register-default-colors): Remove bogus
3384 code for using msdos-color-values.
3385
3386 * loadup.el [ms-dos]: Load term/pc-win.
3387
3388 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
3389
3390 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3391 directory name.
3392
3393 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
3394
3395 * progmodes/gud.el (gud-common-init): Use absolute file so that
3396 perldb works with tramp (sudo).
3397
3398 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3399 match data in process filters.
3400
3401 2008-08-23 Martin Rudalics <rudalics@gmx.at>
3402
3403 * dired.el (dired-buffer-stale-p): Do not revert buffer that
3404 can be written.
3405
3406 2008-08-23 Glenn Morris <rgm@gnu.org>
3407
3408 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3409 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
3410
3411 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * subr.el (temp-buffer-show-hook): Doc fix.
3414
3415 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
3416
3417 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3418 and "INSIDE_EMACS=...". Reported by Tassilo Horn
3419 <tassilo@member.fsf.org>.
3420
3421 * net/trampver.el: Update release number.
3422
3423 * net/xesam.el (xesam-minor-mode): New minor mode.
3424 (xesam-highlight-buffer): Remove. Code moved to
3425 `xesam-minor-mode'.
3426 (xesam-refresh-entry): Use `xesam-minor-mode'.
3427
3428 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * minibuffer.el (completion--try-word-completion):
3431 Disable partial-completion when considering the addition of a space
3432 or hyphen.
3433
3434 2008-08-21 John Paul Wallington <jpw@pobox.com>
3435
3436 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3437 filename of `tofile' doesn't contain any colons on Windows,
3438 Cygwin, and MS-DOS systems.
3439
3440 2008-08-21 Daiki Ueno <ueno@unixuser.org>
3441
3442 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3443 (epg-context-set-progress-callback): Make sure the callback is a
3444 cons of a function and a handback. Update all callers.
3445
3446 2008-08-20 David Reitter <david.reitter@gmail.com>
3447
3448 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3449 Patch applied by Adrian Robert.
3450
3451 2008-08-20 Kevin Ryde <user42@zip.com.au>
3452
3453 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3454 directive lines.
3455
3456 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
3457
3458 * net/xesam.el (xesam-highlight-string): Precise doc string.
3459 (xesam-highlight-buffer): New defun.
3460 (xesam-refresh-entry): Use it. Better check for sourceModified.
3461
3462 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3465 their names.
3466
3467 2008-08-19 Kenichi Handa <handa@m17n.org>
3468
3469 * language/european.el ("Esperanto"): Change the preferred
3470 charsets to iso-8859-3.
3471
3472 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3473
3474 * international/fontset.el (script-representative-chars):
3475 Delete the entry for symbol.
3476 (setup-default-fontset): For symbol characters, don't specify
3477 :script property.
3478
3479 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3480
3481 * minibuffer.el (completion-table-dynamic): Doc fix.
3482
3483 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3484 saved.
3485
3486 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3487
3488 * emulation/edt.el (edt-default-emulation-setup):
3489 Share global-buffers-menu-map with the emulated global map.
3490
3491 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3492
3493 * term/ns-win.el (global): Uncomment "put backspace
3494 ascii-character..." and friends, they are needed for tramp. (Bug#725)
3495
3496 2008-08-18 Kenichi Handa <handa@m17n.org>
3497
3498 * international/mule-diag.el (font-show-log): Add optional arg N
3499 to control the limit of font listing.
3500
3501 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3502
3503 * window.el (recenter-top-bottom): Determine top and bottom
3504 positions using scroll-margin instead of scroll-conservatively.
3505
3506 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3507
3508 * proced.el (proced-send-signal): Use beginning-of-line.
3509
3510 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3511
3512 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3513 (proced-mode-map): Add tooltips for menus. Use radio buttons for
3514 listing types.
3515 (proced-log-buffer): New variable.
3516 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3517 region if transient-mark-mode is turned on and the region is active.
3518 (proced-omit-processes): Rename from proced-hide-processes to
3519 avoid key clash with describe-mode (bound to h). Search for
3520 marked processes starting from point-min.
3521 (proced-header-space): Remove.
3522 (proced-send-signal): Handle errors. Operate on current process
3523 if no process is marked.
3524 (proced-why): New command.
3525 (proced-log, proced-log-summary): New functions.
3526 (proced-help): Use proced-why.
3527 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3528 (bibtex-autokey-year-title-separator): Fix docstring.
3529
3530 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
3531
3532 * net/xesam.el (xesam-vendor, xesam-notify-function):
3533 New local variables.
3534 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
3535 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
3536 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3537 (xesam-new-search): Initialize `xesam-vendor'.
3538
3539 2008-08-15 Glenn Morris <rgm@gnu.org>
3540
3541 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3542 a pipeline.
3543 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3544 unless at the end of the pipeline. (Bug#699).
3545
3546 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * minibuffer.el (completion-boundaries): Doc fix.
3549 (display-completion-list): Only default base-size to zero if
3550 completing in the minibuffer.
3551
3552 * simple.el (completion-base-size): Doc fix.
3553 (choose-completion): Try reselecting completion-reference-buffer.
3554
3555 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
3556
3557 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3558 also for remote directories.
3559
3560 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3563 since those precomputed values aren't used any more.
3564 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3565
3566 2008-08-14 Martin Rudalics <rudalics@gmx.at>
3567
3568 * help.el (with-help-window): Return last value in BODY.
3569
3570 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
3571
3572 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3573 notify function of the URL.
3574 (xesam-new-search): Encode special characters in the query string.
3575
3576 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3579
3580 2008-08-13 Andreas Schwab <schwab@suse.de>
3581
3582 * net/tramp.el (tramp-handle-shell-command): Handle output going
3583 to current buffer like shell-command. Don't disable undo.
3584
3585 2008-08-13 Glenn Morris <rgm@gnu.org>
3586
3587 * eshell/esh-cmd.el (eshell/which): Handle the case where no
3588 description is found.
3589
3590 2008-08-12 Alan Mackenzie <acm@muc.de>
3591
3592 * progmodes/cc-defs.el (c-emacs-features):
3593 argumentative-bod-function: bind mark-ring to avoid accumulating a
3594 spurious mark.
3595
3596 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
3597
3598 * simple.el (visual-line--saved-state): New var.
3599 (visual-line-mode): Save local values of variables, and restore
3600 them when visual-line-mode is disabled.
3601
3602 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
3603
3604 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3605
3606 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * progmodes/cc-defs.el (c-emacs-features):
3609 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3610 moving point during the test.
3611
3612 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3613
3614 2008-08-11 Glenn Morris <rgm@gnu.org>
3615
3616 * term/ns-win.el (x-parse-geometry): Doc fix.
3617
3618 * dired.el (x-popup-menu):
3619 * hi-lock.el (x-popup-menu):
3620 * mouse.el (font-face-attributes):
3621 * calendar/cal-menu.el (x-popup-menu):
3622 * calendar/calendar.el (x-popup-menu):
3623 * calendar/holidays.el (x-popup-menu):
3624 * progmodes/cperl-mode.el (x-popup-menu):
3625 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3626 (x-open-connection):
3627 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3628 (x-command-line-resources):
3629 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3630 (x-display-name, x-command-line-resources):
3631 Add declarations for builds without X.
3632
3633 2008-08-10 Glenn Morris <rgm@gnu.org>
3634
3635 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
3636
3637 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3638
3639 * vc-bzr.el (vc-bzr-find-revision): Rename from
3640 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3641
3642 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
3643
3644 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3645 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
3646 "DONE", when all hits are retrieved.
3647 (xesam-search): Autoload it.
3648
3649 2008-08-11 John Paul Wallington <jpw@pobox.com>
3650
3651 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3652 empty string when no filename.
3653 (define-ibuffer-column filename): Accommodate that change.
3654
3655 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3656 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3657
3658 2008-08-10 Glenn Morris <rgm@gnu.org>
3659
3660 * Makefile.in (ELCFILES): Update.
3661
3662 2008-08-10 John Paul Wallington <jpw@pobox.com>
3663
3664 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3665
3666 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * battery.el (battery-echo-area-format, battery-status-function):
3669 Handle new Linux sysfs format for battery reporting.
3670 (battery-linux-sysfs): New function.
3671
3672 2008-08-07 Martin Rudalics <rudalics@gmx.at>
3673
3674 * add-log.el (change-log-search-tag-name)
3675 (change-log-goto-source): Fix behavior when point is not on tag.
3676
3677 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3678
3679 * startup.el (command-line-ns-option-alist): Use ignore instead of
3680 ns-ignore-0-arg.
3681
3682 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3683 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3684 (ns-alternatives-map): New variable.
3685 (x-set-up-function-keys): Use it.
3686 (global): Comment out "put backspace ascii-character..." and friends.
3687 Move function-key-map into ns-alternatives-map. Don't call
3688 precompute-menubar-bindings. Don't set anything connected with
3689 browse-url.
3690 (after-make-frame-functions): Clarify comment why a hook is added.
3691
3692 2008-08-06 Joakim Verona <joakim@verona.se>
3693
3694 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3695 in url:s.
3696
3697 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3698
3699 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3700 Fix 2008-01-01 change: use a shy group to not affect subsequent
3701 match calls.
3702
3703 2008-08-06 Reto Zimmermann <reto@gnu.org>
3704
3705 * progmodes/vera-mode.el (vera-electric-tab):
3706 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3707 region when active.
3708
3709 2008-08-06 Kenichi Handa <handa@m17n.org>
3710
3711 * faces.el (face-valid-attribute-values): Fix handling the value
3712 of (font-family-list) and font-XXX-table.
3713
3714 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3715
3716 * proced.el (proced-menu): Bind the correct function to for toggling.
3717
3718 * vc-dir.el (vc-dir-mode): Fix typo.
3719
3720 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3721
3722 * whitespace.el (whitespace-newline-mode)
3723 (global-whitespace-newline-mode, whitespace-mode)
3724 (global-whitespace-mode): Improve docstring.
3725
3726 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * kmacro.el (kmacro-exec-ring-item): Add autoload.
3729
3730 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3731
3732 * cus-start.el (all): Handle auto-save-visited-file-name.
3733
3734 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
3735
3736 * files.el (hack-one-local-variable-eval-safep): Handle
3737 lisp-indent-function and scheme-indent-function in addition to the
3738 deprecated lisp-indent-hook.
3739
3740 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
3741
3742 * net/xesam.el (top): Require `wid-edit' always.
3743 (xesam-mode-line, xesam-highlight): New deffaces.
3744 (xesam-objects): New local variable.
3745 (xesam-search-engines): Fix error in field list.
3746 (xesam-mode): Use `xesam-mode-line' instead of
3747 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
3748 proper initialization (why?).
3749 (xesam-highlight-string, xesam-get-hits)
3750 (xesam-kill-buffer-function): New defuns.
3751 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
3752 result of "hit.fields", it isn't a string only. Wrap an error of
3753 the strigi search engine ("xesam:size" is returned as string).
3754 Highlight search items.
3755 (xesam-refresh-search-buffer): Make logic of counters more simple.
3756 Prefetch next hits.
3757 (xesam-signal-handler): Use `xesam-mode-line' instead of
3758 `font-lock-type-face'.
3759 (xesam-new-search): Add `xesam-kill-buffer-function' to
3760 `kill-buffer-hook'.
3761
3762 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3763
3764 * add-log.el (change-log-next-error, change-log-mode): Add support
3765 for `next-error' to call `change-log-goto-source' on named files
3766 in a ChangeLog.
3767
3768 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
3769
3770 * calc/calc.el (math-read-number): Handle all C-like languages
3771 properly.
3772
3773 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
3774
3775 * calc/calc.el (math-read-number): Handle C numbers beginning with
3776 0 correctly.
3777
3778 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3779
3780 * term/ns-win.el ([ns-new-frame]): New global key.
3781
3782 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
3783
3784 * international/mule-cmds.el (read-char-by-name):
3785 Check UCS names with `assoc-string' and case folding.
3786
3787 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
3788
3789 * net/dbus.el (dbus-call-method-asynchronously)
3790 (dbus-method-return-internal, dbus-method-error-internal):
3791 Declare them with `declare-function'.
3792
3793 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
3794
3795 * descr-text.el (describe-char-display): Fix last change:
3796 don't pass CHARSET to `encoded-string-description'.
3797
3798 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3799
3800 * vc.el (vc-next-action): Update list var correctly after delete.
3801
3802 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * ido.el (ido-mode): Add toggle notification.
3805
3806 * cus-edit.el (custom-save-all): Avoid destroying symlink if
3807 already visiting the custom file.
3808
3809 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3810 pending output coming after the status change.
3811
3812 2008-08-02 Jason Rumney <jasonr@gnu.org>
3813
3814 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
3815
3816 2008-08-01 Kenichi Handa <handa@m17n.org>
3817
3818 * international/mule-cmds.el (encode-coding-char):
3819 New optional arg CHARSET.
3820
3821 * descr-text.el (describe-char-display): Call encode-coding-char
3822 with the arg CHARSET.
3823 (describe-char): Pay attention to the text-property `charset'.
3824
3825 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
3826
3827 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
3828 error messages.
3829 (dbus-set-property): Call `dbus-introspect-get-property' instead
3830 of `dbus-get-property'.
3831
3832 * net/xesam.el (xesam-all-fields): Remove source and content
3833 identifiers.
3834 (xesam-dbus-unique-names): New defvar.
3835 (xesam-dbus-call-method): New defun. Replace all calls of
3836 `dbus-call-method' by `xesam-dbus-call-method'.
3837 (xesam-get-cached-property, xesam-set-cached-property):
3838 New defuns.
3839 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
3840 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
3841 (xesam-search-engines): Make it an association list. Take changed
3842 layout into account in the corresponding function.
3843 (xesam-delete-search-engine): Remove check for consistency of
3844 `xesam-search-engines', not needed anymore.
3845 (xesam-mode): Show XML query string only in the debug case.
3846
3847 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
3848
3849 * files.el (read-file-modes): Fix typo in docstring.
3850
3851 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
3852
3853 * Makefile.in: Avoid maintainer warning for autogenerated unicode
3854 files.
3855
3856 * apropos.el (apropos-symbol): Don't set button skip by default.
3857 (apropos-print): Set button skip iff searching for multiple types.
3858 (apropos-print-doc): Insert blank label button when searching for
3859 a single type.
3860
3861 * button.el (forward-button): Avoid infloop.
3862
3863 * minibuffer.el (read-file-name-completion-ignore-case):
3864 Add cygwin to the list.
3865
3866 2008-07-31 Sven Joachim <svenjoac@gmx.de>
3867
3868 * files.el (abbreviate-file-name): When replacing $HOME with ~,
3869 turn off case-fold-search.
3870
3871 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
3872
3873 * net/dbus.el (top): Don't register for "NameOwnerChanged".
3874 (dbus-message-type-invalid, dbus-message-type-method-call)
3875 (dbus-message-type-method-return, dbus-message-type-error)
3876 (dbus-message-type-signal): New defconst.
3877 (dbus-ignore-errors): Fix `edebug-form-spec' property.
3878 (dbus-return-values-table): New defvar.
3879 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
3880 New defun.
3881 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
3882 Extend docstring. Adapt implementation according to new
3883 `dbus-event' layout.
3884 (dbus-event-service-name, dbus-event-path-name)
3885 (dbus-event-interface-name, dbus-event-member-name):
3886 Adapt implementation according to new `dbus-event' layout.
3887 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
3888
3889 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
3890 (xesam-mode): Rework implementation.
3891 (xesam-new-search): Additional parameter TYPE.
3892 (xesam-search): Adapt call of `xesam-new-search'.
3893
3894 2008-07-31 Juri Linkov <juri@jurta.org>
3895
3896 * dired-aux.el (dired-do-chmod): Set default value to the original
3897 mode string using absolute notation like u=rwx,g=rx,o=rx.
3898 Use it as a new arg `default' of `dired-mark-read-string'.
3899 (dired-mark-read-string): Add new optional arg `default'.
3900
3901 * files.el (read-file-modes): Set default value to the original
3902 mode string using absolute notation like u=rwx,g=rx,o=rx.
3903 Use it as the `default' arg of `read-string'.
3904
3905 * filesets.el (filesets-cmd-isearch-getargs): Check if the
3906 variable `files' is bound to avoid warnings.
3907
3908 * isearch.el (isearch-forward-regexp, isearch-forward-word)
3909 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
3910 to the command `isearch-forward' instead of displaying "See C-s".
3911 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
3912 with their interactive specifications. Move reading the face name to
3913 the main body after calls to isearch-done and isearch-clean-overlays.
3914
3915 * mb-depth.el: Unify all names under one common name prefix
3916 `minibuffer-depth-'.
3917 (minibuffer-depth-indicator-function): Rename from
3918 `minibuf-depth-indicator-function'.
3919 (minibuffer-depth-overlay): Rename from
3920 `minibuf-depth-overlay'.
3921 (minibuffer-depth-setup): Rename from
3922 `minibuf-depth-setup-minibuffer'.
3923 (minibuffer-depth-indicate-mode): Rename from
3924 `minibuffer-indicate-depth-mode'.
3925
3926 2008-07-31 Juri Linkov <juri@jurta.org>
3927
3928 * dired-aux.el (dired-isearch-filenames-toggle): New command.
3929 (dired-isearch-filenames-setup): Bind "\M-sf" to
3930 dired-isearch-filenames-toggle in isearch-mode-map.
3931 (dired-isearch-filenames-end): Bind "\M-sf" to nil
3932 in isearch-mode-map.
3933
3934 * isearch.el (isearch-edit-string-set-word): New command.
3935 (minibuffer-local-isearch-map): Bind "\C-w" to
3936 isearch-edit-string-set-word.
3937 (isearch-new-word): Temporary internal variable.
3938 (isearch-edit-string): Remove special case of reading the
3939 first character and checking it for C-w.
3940
3941 * simple.el (read-shell-command, shell-command):
3942 Move code that uses minibuffer-with-setup-hook to set
3943 minibuffer-default-add-function to minibuffer-default-add-shell-commands
3944 from the interactive spec of `shell-command' to `read-shell-command'.
3945
3946 * international/mule-cmds.el (read-char-by-name):
3947 Accept hash notation. Doc fix.
3948 (ucs-insert): Doc fix. Convert to number only when `arg' is
3949 a string. Use separate error message when `arg' is not an integer.
3950 Bind `ucs-insert' to `C-x 8 RET'.
3951
3952 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
3953
3954 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
3955 move the (arglist-cont-nonempty) from c-offsets-alist to
3956 c-hanging-braces-alist like other styles already have.
3957
3958 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3959
3960 * textmodes/texinfmt.el:
3961 * nxml/nxml-enc.el:
3962 * mail/feedmail.el:
3963 * international/mule.el:
3964 * international/latexenc.el:
3965 * emulation/viper-util.el:
3966 * emulation/viper-init.el:
3967 * emulation/viper-ex.el:
3968 * emacs-lisp/bytecomp.el:
3969 * version.el:
3970 * subr.el:
3971 * startup.el:
3972 * sort.el:
3973 * shadowfile.el:
3974 * recentf.el:
3975 * printing.el:
3976 * paths.el:
3977 * minibuffer.el:
3978 * ls-lisp.el:
3979 * loadup.el:
3980 * hippie-exp.el:
3981 * finder.el:
3982 * files.el:
3983 * ediff-util.el:
3984 * ediff-ptch.el:
3985 * ediff-init.el:
3986 * ediff-diff.el:
3987 * dired.el:
3988 * dired-aux.el:
3989 * cus-edit.el:
3990 * bindings.el:
3991 * arc-mode.el:
3992 * add-log.el: Remove VMS support.
3993 * obsolete/vmsproc.el:
3994 * obsolete/vms-pmail.el:
3995 * obsolete/vms-patch.el: Remove file.
3996
3997 2008-07-31 Alan Mackenzie <acm@muc.de>
3998
3999 * progmodes/cc-mode.el (c-before-hack-hook): New function
4000 (Top Level): Install c-before-hack-hook on
4001 before-hack-local-variables-hook, rather than
4002 c-postprocess-file-styles on hack-local-variables-hook.
4003
4004 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4005
4006 * files.el (normal-mode): Move call to hack-project-variables into
4007 hack-local-variables.
4008 (file-local-variables-alist, before-hack-local-variables-hook):
4009 New vars.
4010 (ignored-local-variables): Add file-local-variables-alist.
4011 (hack-local-variables-filter): Renamed from
4012 hack-local-variables-apply. Add the result to
4013 file-local-variables-alist, without applying them.
4014 (hack-local-variables): Set file-local-variables-alist to nil.
4015 Call hack-project-variables and before-hack-local-variables-hook.
4016 Apply variables here, instead of hack-local-variables-apply.
4017 Based on a patch by Alan Mackenzie.
4018
4019 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4020
4021 * info-look.el (autoconf-mode :doc-spec): For
4022 "(autoconf)M4 Macro Index", if the item already
4023 begins with "AS_", don't prefix that string again.
4024
4025 2008-07-30 Juri Linkov <juri@jurta.org>
4026
4027 * info.el (info, Info-mode): Doc fix.
4028
4029 * isearch.el (isearch-mode-map): Bind `M-s r' to
4030 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4031 (search-map): Bind `M-s w' to `isearch-forward-word' globally
4032 in the global map `search-map'.
4033 (isearch-forward): Doc fix.
4034 (isearch-forward-word, isearch-toggle-case-fold): New commands.
4035
4036 * simple.el (quoted-insert): Comment out code that treats
4037 0240-0377 specially.
4038
4039 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * cus-start.el: Add customization info for
4042 read-buffer-completion-ignore-case.
4043
4044 2008-07-30 Sam Steingold <sds@gnu.org>
4045
4046 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4047
4048 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4049
4050 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4051 (vc-dir-mode): Improve docstring.
4052
4053 2008-07-30 Juri Linkov <juri@jurta.org>
4054
4055 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4056 for the sake of isearch-mode-hook in dired-mode in dired.el.
4057
4058 2008-07-19 Markus Triska <markus.triska@gmx.at>
4059
4060 * image-mode.el (image-mode): Set image-mode-text-map when image
4061 cannot be displayed.
4062
4063 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
4064
4065 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4066 ada-xref-set-default-prj-values.
4067 (ada-prj-display-page): Ditto.
4068
4069 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4070 (ada-make-filename-from-adaname): Fix free variable.
4071
4072 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4073
4074 * vc-git.el (vc-git-status-printer): Synchronize with the default.
4075
4076 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
4077
4078 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4079 for declarations inside a parenthetical list. The code is ill-advised,
4080 and doesn't work given user defined types.
4081 (verilog-set-auto-endcomments): Enhance function automatic
4082 endcomment to support functions that return user defined types.
4083 (verilog-mode): Add code to tell which-function-mode minor mode
4084 that Verilog supports this feature.
4085 (verilog-beg-block-re-ordered, verilog-indent-re)
4086 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4087 (verilog-leap-to-head): Support the new virtual and/or protected
4088 tasks, as well as extern declarations of tasks for indenting and
4089 for forward/backward expression.
4090
4091 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
4092
4093 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4094 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
4095 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4096 (verilog-string-replace-matches): Avoid recursion with small
4097 replacements.
4098 (verilog-auto-inst-param-value, verilog-mode-version)
4099 (verilog-mode-version-date, verilog-read-inst-param-value)
4100 (verilog-auto-inst, verilog-auto-inst-param)
4101 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4102 verilog-auto-inst-param-value option for AUTOINST. Suggested by
4103 David Rogoff. This allows parameters to be replaced with their
4104 values, on the expansion of an AUTOINST with Verilog 2001 style
4105 parameter settings.
4106
4107 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
4108
4109 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4110 to `cddr'.
4111
4112 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * Makefile.in (ELCFILES): Add mairix.elc.
4115
4116 2008-07-29 David Engster <deng@randomsample.de>
4117
4118 * net/mairix.el: New file.
4119
4120 2008-07-29 Juri Linkov <juri@jurta.org>
4121
4122 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4123 instead of variable-pitch with bold and 1.2 height.
4124
4125 * dired-aux.el (dired-do-async-shell-command): New command.
4126
4127 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4128 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
4129
4130 2008-07-29 Juri Linkov <juri@jurta.org>
4131
4132 * international/mule-cmds.el (ucs-names): New internal variable.
4133 (ucs-names): New function.
4134 (ucs-completions): New lazy completion variable.
4135 (read-char-by-name): New function.
4136 (ucs-insert): Replace interactive spec letter "s" with the call to
4137 `read-char-by-name'.
4138
4139 * replace.el (read-regexp): Add second arg `default'. Doc fix.
4140
4141 * replace.el (occur-read-primary-args):
4142 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4143 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4144 second arg of `read-regexp'.
4145
4146 * dired-aux.el (dired-isearch-filenames): New user option.
4147 (dired-isearch-orig-success-function): New internal variable.
4148 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4149 (dired-isearch-success-function): New functions.
4150 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4151 New commands.
4152
4153 * dired.el (dired-insert-set-properties): Add new text property
4154 `dired-filename' to put on file names.
4155 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4156 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4157 Add menu items.
4158 (dired-mode): Add hook `dired-isearch-filenames-setup' to
4159 buffer-local `isearch-mode-hook'.
4160
4161 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4164 (ada-create-case-exception): Fix typo in docstring.
4165 (ada-no-auto-case): Return nil, not the docstring.
4166 (ada-indent-current): Reflow docstring.
4167
4168 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4169 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4170 (ada-prj-load-from-file): Reflow docstring.
4171 (ada-prj-display-page): Fix typo in widget.
4172
4173 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4174 Fix typos in docstrings.
4175
4176 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4177 (ada-compile-current, ada-check-current, ada-run-application)
4178 (ada-get-ali-file-name): Fix typos in docstrings.
4179 (ada-xref-confirm-compile, ada-find-references)
4180 (ada-find-local-references, ada-find-any-references): Doc fixes.
4181 (ada-get-all-references): Fix typo in error message.
4182 (ada-xref-current-project): Use `let', not `let*'.
4183 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4184
4185 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4186
4187 * whitespace.el (whitespace-newline): Change initialization to have a
4188 low contrast relative to the background color. Suggested by David
4189 Reitter <david.reitter@gmail.com>.
4190
4191 2008-07-28 Juri Linkov <juri@jurta.org>
4192
4193 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4194 New functions.
4195
4196 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4197 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
4198
4199 2008-07-28 Seiji Zenitani <zenitani@mac.com>
4200
4201 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4202 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4203
4204 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4205
4206 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4207 Add support for add-log.
4208 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4209
4210 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4211 (ada-prj-save): Prompt for file name if not given.
4212 (ada-prj-display-page): Display casing exceptions.
4213
4214 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4215 Ada mode project files. Delete 'main_unit' project variable;
4216 only need 'main'. Simplify handling of default project values.
4217 Use cross-prefix consistently.
4218 (ada-find-executable): Throw error if not found.
4219 (ada-initialize-runtime-library): Improve error handling when
4220 gnatls not found.
4221 (ada-gnat-parse-gpr): New.
4222 (ada-treat-cmd-string): Allow process environment variables.
4223 (ada-xref-set-default-prj-values): Delete; replace with
4224 ada-default-prj-properties.
4225 (ada-parse-prj-file): Handle GNAT project files.
4226 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4227 (ada-select-prj-file): New.
4228 (ada-get-absolute-dir-list): Allow project and environment variables.
4229
4230 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
4231
4232 Sync with Tramp 2.1.14.
4233
4234 * net/tramp.el (tramp-perl-directory-files-and-attributes)
4235 (tramp-get-device): Make device number a cons cell.
4236 (tramp-convert-file-attributes): Make inode a cons cell.
4237
4238 * net/trampver.el: Update release number.
4239
4240 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4241
4242 * faces.el (face-set-after-frame-default): Treat 'ns as all other
4243 window systems.
4244
4245 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4246
4247 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4248
4249 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 Remove support for Mac Carbon.
4252 * term/mac-win.el: Remove file
4253 * international/mule-cmds.el:
4254 * version.el:
4255 * startup.el:
4256 * simple.el:
4257 * mwheel.el:
4258 * mouse.el:
4259 * loadup.el:
4260 * isearch.el:
4261 * info.el:
4262 * frame.el:
4263 * faces.el:
4264 * disp-table.el:
4265 * cus-start.el:
4266 * cus-face.el:
4267 * cus-edit.el:
4268 * Makefile.in: Remove code for Carbon.
4269
4270 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4271
4272 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4273 bindings for functions deleted by Dan N. 2008-07-21. Set
4274 where-is-preferred-modifier. Add show-manual option to Help menu.
4275
4276 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
4277
4278 * net/tramp.el (tramp-handle-start-file-process):
4279 Set query-on-exit flag. Kill temporary buffer.
4280 (tramp-process-sentinel): Remove defun.
4281 (tramp-do-copy-or-rename-file-out-of-band)
4282 (tramp-maybe-open-connection): Don't call it.
4283
4284 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4285 `tramp-process-sentinel'.
4286
4287 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4288 `tramp-process-sentinel'.
4289
4290 * net/xesam.el (xesam-from): Remove defvar.
4291 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
4292 and `mode-line-position'.
4293 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
4294 information to the widgets. Don't set `mode-line-position'.
4295 (xesam-refresh-search-buffer): Correct hit number computing.
4296 Don't set `mode-line-position'.
4297 (xesam-new-search): Add debug information to the mode line.
4298
4299 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4300
4301 * diff-mode.el (diff-show-trailing-blanks): Renamed to
4302 diff-show-trailing-whitespaces.
4303
4304 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4307 invalid filename strings when parsing tex errors (bug#376).
4308
4309 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
4310
4311 * menu-bar.el (menu-bar-file-menu): Fix typo.
4312
4313 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
4314
4315 * play/solitaire.el (solitaire-mode-map): Define within defvar.
4316 (solitaire-mode): Define with `define-derived-mode'.
4317 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4318 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4319 (solitaire-undo, solitaire-check): Use `when'.
4320 (solitaire-solve): Err out if the solitaire is already in progress.
4321 Use `when'.
4322
4323 * descr-text.el (describe-char): Don't overwrite local variable char
4324 when describing characters with display-table entries. Display font
4325 backend when describing composed characters. Simplify: use `let'
4326 instead of `let*', and `or x y' instead of `if x x y'.
4327
4328 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * image-mode.el (image-minor-mode): Set up winprops.
4331
4332 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4333
4334 * diff-mode.el (diff-show-trailing-blanks): New fun.
4335 Show trailing blanks in modified lines for diff-mode.
4336
4337 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
4338
4339 * Makefile.in (ELCFILES): Add net/xesam.el.
4340
4341 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4342 process name. Reported by Markus Triska <markus.triska@gmx.at>.
4343
4344 * net/xesam.el: New file.
4345
4346 2008-07-24 Sven Joachim <svenjoac@gmx.de>
4347
4348 * dired-aux.el (dired-copy-file-recursive): Avoid calling
4349 set-file-modes when creating target directories.
4350
4351 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
4352
4353 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4354 Set `show-trailing-whitespace' to nil.
4355 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4356 Fix typos in docstrings.
4357
4358 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4361 key remapping, not directly.
4362
4363 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4364
4365 * whitespace.el: New version 11.2.
4366 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4367 minor mode visualization.
4368
4369 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4370
4371 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4372
4373 * Makefile.in (ELCFILES): Add term/common-win.elc.
4374
4375 * vc-dir.el (vc-dir-search, vc-dir-isearch)
4376 (vc-dir-isearch-regexp): New functions.
4377 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4378
4379 2008-07-23 Juri Linkov <juri@jurta.org>
4380
4381 * isearch-multi.el: Remove file to avoid dos file name clashes
4382 with isearch-x.el. Move most content to misearch.el.
4383
4384 * misearch.el: New file with most content from isearch-multi.el.
4385 Rename `isearch-buffers' name prefixes to `multi-isearch'.
4386 Remove `isearch-buffers-minor-mode'. Add new function
4387 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
4388 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4389 `multi-isearch-files', `multi-isearch-files-regexp'.
4390
4391 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
4392
4393 * isearch.el (isearch-message-prefix): Display "Multi" when
4394 `multi-isearch-next-buffer-current-function' is non-nil.
4395 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4396 with `multi-isearch-next-buffer-current-function', and
4397 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4398
4399 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4400 `multi-isearch-next-buffer-function' instead of
4401 `isearch-buffers-next-buffer-function'. Remove call to
4402 `isearch-buffers-minor-mode'.
4403
4404 * buff-menu.el (Buffer-menu-marked-buffers)
4405 (Buffer-menu-isearch-buffers)
4406 (Buffer-menu-isearch-buffers-regexp): New functions.
4407 (Buffer-menu-mode-map): Bind "M-s a C-s" to
4408 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4409 `Buffer-menu-isearch-buffers-regexp'.
4410 (Buffer-menu-mode): Document new commands in docstring.
4411 (list-buffers-noselect): Add one space after Info file name
4412 according to the Info address convention.
4413
4414 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4415 New functions.
4416
4417 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4418 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4419 (ibuffer-mode): Document new commands in docstring.
4420
4421 * filesets.el (filesets-commands): Add commands for "Isearch" and
4422 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
4423 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4424 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4425 or `multi-isearch-files-regexp'.
4426 (filesets-cmd-query-replace-getargs): Call standard function
4427 `query-replace-read-args' to read `query-replace' arguments.
4428 Add `multi-query-replace-map'.
4429 (filesets-cmd-query-replace-regexp-getargs)
4430 (filesets-cmd-isearch-getargs): New functions.
4431
4432 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4433
4434 * international/mule.el (recode-region): Deactivate mark at the end.
4435
4436 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4437
4438 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4439 Use more suitable colors on dark displays.
4440
4441 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
4442
4443 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4444 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4445 (tramp-temp-buffer-name): New defconst.
4446 (tramp-handle-start-file-process): Use it. Apply "exec", for the
4447 command. No trailing prompt.
4448 (tramp-process-sentinel): Remove temporary buffer, if existing.
4449 Don't handle trailing prompt.
4450 (tramp-open-connection-setup-interactive-shell):
4451 Use `tramp-temp-buffer-name'.
4452
4453 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4454
4455 * shell.el (shell-dynamic-complete-functions):
4456 Use comint-dynamic-complete-filename as well (bug#361).
4457
4458 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4459
4460 * term/ns-win.el:
4461 * version.el (emacs-version):
4462 * loadup.el:
4463 * frame.el (make-frame-on-display): Check for ns instead of
4464 ns-windowing.
4465
4466 * dired.el (dired-mode-map): Show the key binding for wdired.
4467
4468 * menu-bar.el (menu-bar-file-menu): Show the key binding for
4469 exiting Emacs.
4470
4471 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4472
4473 * term/ns-win.el (x-list-fonts): Drop alias.
4474
4475 2008-07-23 Juri Linkov <juri@jurta.org>
4476
4477 * replace.el (multi-query-replace-map): New variable.
4478 (perform-replace): Add processing of new multi-buffer keys bound
4479 to `automatic-all' and `exit-current'. Set `query-flag' to nil
4480 if last input char was `automatic-all'. Set new local variable
4481 `multi-buffer' to t when one of new two keys were typed. Return
4482 non-nil value of `multi-buffer' that tells to calling functions
4483 to continue replacement on the next file.
4484
4485 * progmodes/etags.el (tags-query-replace): Set arg `map' of
4486 `perform-replace' to `multi-query-replace-map'.
4487
4488 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4491 otherwise displayed in every buffer.
4492
4493 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4494 (vc-arch-trim-one-revlib): Delete temp directories as well.
4495
4496 2008-07-22 Stephen Eglen <stephen@gnu.org>
4497
4498 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
4499
4500 2008-07-22 Sven Joachim <svenjoac@gmx.de>
4501
4502 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4503
4504 2008-07-22 Miles Bader <miles@gnu.org>
4505
4506 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4507 (sh-mode-map): Remove remapping of newline-and-indent.
4508
4509 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4510
4511 * vc.el (Todo): Update.
4512
4513 * vc-hooks.el: Remove obsolete comment.
4514
4515 * vc-git.el (vc-git-status-printer): Update the directory display
4516 to match the default.
4517
4518 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4519
4520 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4523 for "word wrap" command.
4524
4525 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4526
4527 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4528
4529 * term/ns-win.el: Rename ns- functions/variables to the
4530 corresponding x- versions.
4531 (x-select-text, x-cut-buffer-or-selection-value)
4532 (x-disown-selection-internal, x-get-selection-internal)
4533 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4534 (x-display-mm-width, x-display-mm-height)
4535 (x-display-backing-store, x-display-save-under)
4536 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4537 defaliases.
4538
4539 * frame.el (ns-display-name): Remove declaration.
4540 (make-frame-on-display): Use x-display-name instead
4541 ns-display-name. Use unless.
4542
4543 * startup.el (command-line-1): Fix indentation.
4544
4545 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4546 checked in inadvertently.
4547
4548 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4549
4550 * term/ns-win.el: Standardize references to "Nextstep" in
4551 comments, messages, and docstrings.
4552 (ns-handle-args, x-parse-geometry)
4553 (ns-extended-platform-support-mode, x-setup-function-keys)
4554 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4555 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4556 (ns-initialized, ns-initialize-window-system): Doc fixes.
4557
4558 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4559
4560 * diff-mode.el (diff-auto-refine): Delete defcustom.
4561 (diff-auto-refine-mode): New func/var via define-minor-mode.
4562 Update var ref to use diff-auto-refine-mode.
4563 * smerge-mode.el (diff-mode): Require when compiling.
4564 (smerge-auto-refine): Delete defcustom.
4565 Update smerge-auto-refine ref to use diff-auto-refine-mode.
4566
4567 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4568
4569 * simple.el (visual-line): New custom group.
4570 (visual-line-fringe-indicators): New var.
4571 (visual-line-mode): Set fringe-indicator-alist based on
4572 visual-line-fringe-indicators. Add lighter.
4573
4574 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4575
4576 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4577 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4578 (x-handle-geometry, x-handle-name-switch, x-display-name)
4579 (x-handle-display, x-handle-args, x-colors): Move ...
4580 * term/common-win.el: ... here. New file.
4581 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4582 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4583 (x-handle-geometry, x-handle-name-switch, x-display-name)
4584 (x-handle-display, x-handle-args, x-colors): Remove.
4585 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4586
4587 2008-07-19 Juri Linkov <juri@jurta.org>
4588
4589 * startup.el (fancy-startup-text): Move the line "To quit
4590 a partially entered command, type Control-g" a few lines below
4591 to be after the line "To start". Add text "at gnu.org" to
4592 "Overview of Emacs features".
4593
4594 * dired.el (dired-mode-map): Fix menu text of
4595 image-dired-display-thumbs.
4596
4597 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4598 (image-dired-cmd-create-temp-image-options)
4599 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4600 ImageMagick command line to change the dimensions of the image
4601 only if its width or height exceeds the geometry specification.
4602
4603 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4604
4605 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4606 to docstrings.
4607
4608 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4609
4610 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4611 Vinicius Jose Latorre.
4612
4613 2008-07-19 Glenn Morris <rgm@gnu.org>
4614
4615 * term/ns-win.el (ns-make-command-string): Use mapconcat.
4616 (ns-save-preferences): Fix typo in previous change. (Bug#573)
4617
4618 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
4619
4620 * net/dbus.el (dbus-interface-properties): New defconst.
4621 (dbus-introspect): Update docstring.
4622 (dbus-introspect-xml, dbus-introspect-get-attribute)
4623 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4624 (dbus-introspect-get-interface-names)
4625 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4626 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4627 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4628 (dbus-introspect-get-property)
4629 (dbus-introspect-get-annotation-names)
4630 (dbus-introspect-get-annotation)
4631 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4632 (dbus-introspect-get-signature, dbus-get-property)
4633 (dbus-set-property, dbus-get-all-properties): New defuns.
4634
4635 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
4638 ns-grabenv.elc.
4639
4640 * ns-carbon-compat.el: File removed.
4641
4642 * ns-grabenv.el: File removed.
4643
4644 * term/ns-win.el: Contents of ns-carbon-compat.el and
4645 ns-grabenv.el moved here.
4646 (ns-grabenv, ns-open-file-select-line): Doc fixes.
4647 (ns-submit-bug-report): Function removed. Reports go to the main
4648 Emacs bug list.
4649 (ns-handle-args, ns-spi-service-call): Doc fixes.
4650 (info-ns-emacs): Function removed. Nextstep port manual will be
4651 merged into the Emacs manual, so no separate link needed.
4652
4653 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
4654
4655 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4656
4657 2008-07-18 Glenn Morris <rgm@gnu.org>
4658
4659 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4660 to XEmacs, since it does nothing for Emacs.
4661
4662 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
4663
4664 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4665 BUFFER that is a string but does not exist as a buffer object, as
4666 mentioned in the doc-string.
4667
4668 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
4669
4670 * simple.el (line-move-visual): Make it a defcustom.
4671 (line-move-1): Convert temporary-goal-column back to an integer if
4672 it was set as a float by a previous call to line-move-visual.
4673 (end-of-visual-line, beginning-of-visual-line)
4674 (next-logical-line, previous-logical-line): New functions.
4675
4676 2008-07-17 David Reitter <david.reitter@gmail.com>
4677
4678 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4679 functions.
4680 (visual-line-mode, global-visual-line-mode): New minor mode.
4681 (visual-line-mode-map): New variable.
4682
4683 2008-07-17 Glenn Morris <rgm@gnu.org>
4684
4685 * term/ns-win.el (parameters): Declare for compiler.
4686
4687 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
4688
4689 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4690 for Windows.
4691
4692 2008-07-17 Daiki Ueno <ueno@unixuser.org>
4693
4694 * epa.el (epa-key-list-mode): Use run-mode-hooks.
4695 (epa-key-mode): Ditto.
4696 (epa-info-mode): Ditto.
4697
4698 2008-07-17 Glenn Morris <rgm@gnu.org>
4699
4700 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
4701 (ns-handle-numeric-switch): Just call ns-handle-switch.
4702 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4703 (ns-handle-args): Simplify using `pop'.
4704 (ns-display-name): Define (used in frame.el).
4705 (menu-bar-select-frame): Add (ignored) arg to more closely match the
4706 original definition.
4707 (ns-perform-service): Declare.
4708 (ns-save-preferences): Use fewer `let's.
4709
4710 * frame.el (ns-display-name): Declare for compiler.
4711
4712 2008-07-17 Kenichi Handa <handa@m17n.org>
4713
4714 * descr-text.el (describe-char-unidata-list): Initialize to the
4715 list of name, general-category, decomposition, and old-name.
4716
4717 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4718
4719 * startup.el (command-line-1): Update processing of NS long options to
4720 mimic recent changes to processing of X long options.
4721
4722 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
4723
4724 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4725 list of #defines for remote files.
4726 (gdb-source-info): Only show main if it has been found.
4727
4728 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * term/ns-win.el: Require CL; fix up comment style; reindent.
4731 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
4732 (ns-save-preferences): Use `case'.
4733 (ns-initialize-window-system): Use `dolist'.
4734
4735 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4736
4737 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
4738 windowing is used.
4739 * term/ns-win.el (ns-extended-platform-support-mode):
4740 Correct/improve documentation.
4741
4742 2008-07-16 Glenn Morris <rgm@gnu.org>
4743
4744 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
4745 Simply require 'cl (see comment in cl-compat.el).
4746 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
4747 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
4748 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
4749 directly rather by subterfuge. Provide cl before loading cl-macs.
4750
4751 * paths.el (rmail-spool-directory): Remove settings for systems that are
4752 no longer supported.
4753
4754 * frame.el (ns-initialize-window-system): Declare for compiler.
4755
4756 * term/ns-win.el: Add numerous declarations for compiler.
4757 (ns-pop-up-frames): Move definition before use. Doc fix.
4758
4759 * emacs-lisp/check-declare.el (check-declare-locate)
4760 (check-declare-verify): Handle .m files.
4761
4762 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4763
4764 * ns-carbon-compat.el: New file: user-visible compatibility of
4765 NeXTstep port with Carbon port.
4766 * ns-grabenv.el: New file: functionality useful on OS X platform to
4767 expose environment variables inside Emacs started from icon.
4768 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
4769 * cus-edit.el:
4770 * cus-face.el:
4771 * disp-table.el:
4772 * faces.el:
4773 * info.el:
4774 * mouse.el:
4775 * mwheel.el:
4776 * simple.el: Add ns to window systems treated as GUIs.
4777 * facemenu.el (facemenu-read-color): Don't require a name match under
4778 NS, to allow numeric color entry.
4779 * frame.el (make-frame-on-display): Follow code for 'x in initializing
4780 'ns window system if need be.
4781 (various): Add 'ns as described above.
4782 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
4783 ns-windowing is active.
4784 * startup.el (command-line-ns-option-alist): New constant to handle NS
4785 windowing system specific command line args analogous to how they are
4786 handled for X windows.
4787 (command-line-1): Use the above where appropriate.
4788 * version.el: Add NS port version.
4789 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
4790 Darwin (usually OS X) systems.
4791 (woman-use-own-frame): Include 'ns in list of GUI window systems.
4792 * emulation/viper-util.el (ns-display-color-p)
4793 (ns-color-defined-p): Remove these (caustically-commented) outdated
4794 compensations for a port that was never itself integrated until now.
4795 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
4796 for NS window system.
4797 * international/mule-cmds.el: Add 'ns to list of special-cased window
4798 systems (probably most of these, x/w32/mac/ns could be changed to
4799 window-system non-nil).
4800 * term/ns-win.el: New file: lisp-side support for NS windowing system.
4801
4802 2008-07-14 Jason Rumney <jasonr@gnu.org>
4803
4804 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
4805 (x-handle-numeric-switch, x-handle-initial-switch)
4806 (x-handle-xrm-switch, x-handle-args, x-handle-display)
4807 (xw-defined-colors, w32-initialize-window-system):
4808 Avoid use of cl pop and push macros.
4809
4810 2008-07-14 Martin Rudalics <rudalics@gmx.at>
4811
4812 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
4813 error when change-log-search-file-name returns nil.
4814
4815 2008-07-13 Martin Rudalics <rudalics@gmx.at>
4816
4817 * add-log.el (change-log-search-file-name):
4818 Use match-string-no-properties.
4819 (change-log-search-tag-name-1, change-log-search-tag-name)
4820 (change-log-goto-source-1, change-log-goto-source): New functions.
4821 (change-log-tag-re, change-log-find-head, change-log-find-tail):
4822 New variables.
4823 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
4824
4825 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
4826
4827 * calc/calc-help.el (calc-describe-key): Add angles to special key
4828 descriptions.
4829
4830 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4831
4832 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
4833 search for regexp.
4834
4835 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
4836
4837 * simple.el (line-move-visual): Handle null pixel position gracefully.
4838
4839 2008-07-11 Jason Rumney <jasonr@gnu.org>
4840
4841 * files.el (file-truename): Get truename of ancestors if file does
4842 not exist on Windows.
4843
4844 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * simple.el (line-move-visual): Obey goal-column and no-error arg.
4847 (track-eol, temporary-goal-column, previous-line, next-line):
4848 Update docstring.
4849 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
4850 to nil.
4851
4852 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * simple.el (line-move-visual): New var.
4855 (line-move-visual): New function.
4856 (line-move): Call line-move-visual.
4857
4858 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
4859
4860 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
4861 pattern and add patterns for C++ header files.
4862
4863 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
4864
4865 * window.el (truncated-partial-width-window-p): New function.
4866
4867 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
4868
4869 * faces.el (x-create-frame-with-faces): Don't pass parameters that
4870 are set later to x-create-frame.
4871 (face-set-after-frame-default): Apply X resources for non-default
4872 faces.
4873
4874 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
4875
4876 * faces.el (face-set-after-frame-default): Simplify. Don't apply
4877 frame-specific X resource settings. Set faces using a list of
4878 frame parameters explicitly passed to the calling
4879 function (e.g. make-frame).
4880 (x-create-frame-with-faces, tty-create-frame-with-faces):
4881 Supply explicit frame parameter list to face-set-after-frame-default.
4882
4883 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
4884
4885 * net/browse-url.el (browse-url-default-browser):
4886 Fix argument list in lambda.
4887
4888 2008-07-07 Ulf Jasper <ulf@web.de>
4889
4890 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
4891 from url-retrieve.
4892 (newsticker--sentinel-work): Fix xerror typo.
4893
4894 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4895
4896 * vc-dir.el (vc-dir-refresh): Only update files.
4897
4898 * vc-git.el (vc-git--ls-files-state): Remove unused function.
4899
4900 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
4901
4902 2008-07-06 John Paul Wallington <jpw@pobox.com>
4903
4904 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
4905
4906 2008-07-05 Alexandre Julliard <julliard@winehq.org>
4907
4908 * vc-git.el (vc-git-registered): Return true for removed files.
4909 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
4910 all the files instead of one per file.
4911 (vc-git-previous-revision): Add support for project-wide previous
4912 revision when specified file is nil.
4913
4914 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4915
4916 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
4917
4918 * vc-dir.el (vc-dir-find-child-files): New function.
4919 (vc-dir-resync-directory-files): New function.
4920 (vc-dir-recompute-file-state): New function, broken out of ...
4921 (vc-dir-resynch-file): ... here. Also deal with directories.
4922 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
4923 (vc-resynch-buffer): Use it.
4924
4925 * vc-hg.el (vc-hg-registered): Do not set vc-state.
4926
4927 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
4928
4929 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
4930
4931 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
4932 if it's not part of gdb-ui, e.g, at start.
4933
4934 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
4935 filenames in stack trace (text command mode).
4936
4937 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
4940
4941 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4942 Use syntax-ppss on a position *before* the char we want to change.
4943
4944 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
4945
4946 * vc-dir.el (vc-dir-query-replace-regexp): New function.
4947 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
4948 (vc-dir-mode-map): Likewise.
4949
4950 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
4951
4952 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
4953 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
4954 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
4955 Remove spurious * in defcustom docstrings.
4956
4957 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
4958 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
4959 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
4960 (default-justification): Remove spurious * in defcustom docstrings.
4961
4962 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
4963 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
4964 (rst-compare-decorations, rst-default-indent, rst-update-section)
4965 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
4966 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
4967 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
4968 Fix typos in docstrings.
4969 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
4970 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
4971 (rst-get-decorations-around, rst-section-tree-point)
4972 (rst-font-lock-adornment-point): Reflow docstrings.
4973 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
4974 Doc fixes.
4975 (rst-re-enumerations): Comment out.
4976
4977 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
4978 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
4979 (nxml-unicode-block-char-name-set):
4980 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
4981 * nxml/rng-nxml.el (rng-set-state-after):
4982 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
4983
4984 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
4985 (rng-c-parse-annotation-body):
4986 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
4987
4988 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
4989 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
4990 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
4991 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
4992 Fix typos in docstrings.
4993 (nxml-attribute-indent): Reflow docstring.
4994 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
4995 (nxml-default-buffer-file-coding-system): Doc fixes.
4996
4997 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
4998 (nxml-ns-set-prefix): Fix typos in docstrings.
4999 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5000 Reflow docstring.
5001 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5002
5003 * nxml/nxml-outln.el (nxml-hide-all-text-content)
5004 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5005 (nxml-hide-direct-text-content, nxml-hide-subheadings)
5006 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5007 (nxml-outline-display-rest, nxml-outline-set-overlay)
5008 (nxml-section-tag-forward, nxml-section-tag-backward)
5009 (nxml-back-to-section-start): Fix typos in docstrings.
5010
5011 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5012 Doc fixes.
5013
5014 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5015 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5016 (nxml-scan-after-change): Fix typo in docstring.
5017
5018 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5019 (rng-name-class-possible-names): Doc fixes.
5020 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5021 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5022 Fix typos in docstrings.
5023 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5024 Reflow docstrings.
5025
5026 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5027 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5028
5029 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5030 (rng-xsd-convert-date-time): Reflow docstrings.
5031 (rng-xsd-compile): Fix typo in docstring.
5032
5033 * nxml/rng-loc.el (rng-current-schema-file-name)
5034 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5035 Doc fixes.
5036 (rng-set-schema-file): Fix typo in docstring.
5037
5038 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5039 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5040 Fix typos in docstrings.
5041 (rng-message-overlay, rng-conditional-up-to-date-start)
5042 (rng-conditional-up-to-date-end): Doc fixes.
5043 (rng-next-error, rng-previous-error): Reflow docstrings.
5044
5045 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5046 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5047 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5048 (xmltok-merge-attributes): Fix typos in docstrings.
5049 (xmltok-make-attribute, xmltok-forward-special)
5050 (xmltok-get-declared-encoding-position): Reflow docstrings.
5051
5052 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5053 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5054 Fix typos in docstrings.
5055
5056 2008-07-02 John Paul Wallington <jpw@pobox.com>
5057
5058 * ibuffer.el (ibuffer-buffer-file-name):
5059 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
5060 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
5061
5062 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
5063
5064 * files.el (backup-extract-version): Handle versioned directories.
5065 (trash-directory): New variable.
5066 (move-file-to-trash): New function.
5067
5068 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5069
5070 2008-07-02 Magnus Henoch <mange@freemail.hu>
5071
5072 * vc-git.el (vc-git-annotate-command): Use proper option for
5073 specifying revision.
5074
5075 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5076
5077 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5078 if available.
5079
5080 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
5081
5082 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5083
5084 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5085 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5086
5087 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5088
5089 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
5090
5091 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5092 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
5093 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5094 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5095 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5096 (gdb-stack-list-locals-regexp): Future proof regexps better.
5097
5098 2008-06-30 Juri Linkov <juri@jurta.org>
5099
5100 * faces.el (face-name-history): New variable.
5101 (make-face, make-empty-face): Replace interactive spec "S"
5102 with `read-from-minibuffer' where `read' arg is t and
5103 `hist' arg is `face-name-history'.
5104 (read-face-name): Set `hist' arg of `completing-read-multiple'
5105 to `face-name-history'.
5106 (list-faces-display): Use `read-regexp' instead of `read-string'
5107 to read regexp.
5108
5109 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5110 to `regexp-history'.
5111 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5112 make it an obsolete alias to it.
5113 (hi-lock-face-defaults): New variable renamed from
5114 `hi-lock-face-history'.
5115 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5116 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5117 `read-from-minibuffer'. Doc fix.
5118 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5119 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
5120 Set `hist' arg of `completing-read' to `face-name-history'.
5121 Put a list of default faces to `default' arg instead of `hist' arg.
5122
5123 * bindings.el (abbrev-map, narrow-map): New variables.
5124 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5125 Rebind related commands to these new maps.
5126 (ctl-x-r-map): New variable for rectangle, register and bookmark
5127 keys. Move rectangle keybindings to rect.el and register
5128 keybindings to register.el.
5129 (next-buffer, previous-buffer): Remove C-x prefix and move
5130 keybindings to ctl-x-map.
5131
5132 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5133 to the new map `ctl-x-r-map' in autoload cookies.
5134
5135 * expand.el: Rebind two global `C-x a' keys "n", "p"
5136 to the new map `abbrev-map' in autoload cookies.
5137
5138 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5139
5140 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5141
5142 2008-06-30 Miles Bader <miles@gnu.org>
5143
5144 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5145 after processing an escape sequence.
5146
5147 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
5148
5149 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5150 from 2008-06-28. It does not work on W32.
5151
5152 2008-06-29 Juri Linkov <juri@jurta.org>
5153
5154 * replace.el (read-regexp): New function.
5155 (keep-lines-read-args, occur-read-primary-args):
5156 Call `read-regexp' instead of code moved to new function.
5157 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5158 from the end of prompt.
5159 (replace-re-search-function): Doc fix.
5160
5161 2008-06-29 Kenichi Handa <handa@m17n.org>
5162
5163 * descr-text.el (describe-char-display): Always return a string.
5164 (describe-char-padded-string): New function.
5165 (describe-char): Adjusted for the change of
5166 describe-char-display. Use describe-char-padded-string.
5167
5168 2008-06-29 Andreas Schwab <schwab@suse.de>
5169
5170 * vc-dir.el (vc-dir): Make backend argument optional and use
5171 vc-responsible-backend when nil. Interactively pass nil for
5172 backend instead of using the backend of what happens to be
5173 default-directory at the time of the call.
5174
5175 * find-dired.el (find-dired-filter): Preserve point.
5176
5177 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5180 (sasl-find-mechanism, sasl-next-step):
5181 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5182 (sasl-ntlm-response): Fix typos in docstrings.
5183
5184 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
5185
5186 * international/mule-cmds.el (view-hello-file): Doc fix.
5187
5188 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5191 (set-face-attribute, face-set-after-frame-default)): Don't use it.
5192
5193 2008-06-28 John Paul Wallington <jpw@pobox.com>
5194
5195 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
5196
5197 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
5198
5199 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5200 (tramp-convert-file-attributes): Convert symlinks only when
5201 returned from `tramp-handle-file-attributes-with-stat'.
5202
5203 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5204 `substitute-in-file-name' when unloading.
5205 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5206
5207 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
5208
5209 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5210 (vc-string-prefix-p): Move function ...
5211 * vc.el (vc-string-prefix-p): ... here.
5212
5213 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5214
5215 * vc-dir.el (vc-dir): Complete only directory names.
5216
5217 2008-06-27 Jason Rumney <jasonr@gnu.org>
5218
5219 * w32-fns.el (top-level): Unconditionally define all charsets.
5220
5221 2008-06-27 Alan Mackenzie <acm@muc.de>
5222
5223 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5224 the CC Mode specific functions; this is no longer needed, since
5225 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5226
5227 * progmodes/cc-defs.el (c-emacs-features): New feature
5228 'argumentative-bod-function.
5229
5230 2008-06-27 John Paul Wallington <jpw@pobox.com>
5231
5232 * chistory.el (list-command-history): Use `bound-and-true-p'.
5233 (command-history-map): Define within defvar. Add docstring.
5234
5235 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5236
5237 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5238 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
5239 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5240 (image-type-from-buffer): Use `looking-at-p'.
5241
5242 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * ibuf-ext.el (diff-sentinel): Declare.
5245
5246 2008-06-27 Glenn Morris <rgm@gnu.org>
5247
5248 * calendar/lunar.el (calendar-lunar-phases): Rename from
5249 calendar-phases-of-moon. Keep old name as alias, update callers.
5250 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
5251 (diary-lunar-phases): Rename from diary-phases-of-moon.
5252 Keep old name as alias.
5253 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5254 (cal-menu-global-mouse-menu): Update for lunar name changes.
5255 * calendar/calendar.el (calendar-mode-map): Update for name change.
5256 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5257
5258 2008-06-26 Glenn Morris <rgm@gnu.org>
5259
5260 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5261 argument `nolocation'.
5262 (calendar-sunrise-sunset-month): New function.
5263 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5264 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
5265 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5266 * calendar/calendar.el (solar-sunrises-buffer): New constant.
5267 (calendar-mode-map): Use cal-menu-sunmoon-menu.
5268 (calendar-buffer-list): Add solar-sunrises-buffer.
5269
5270 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5271
5272 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * cus-start.el: Add customization types for word-wrap and
5275 shift-select-mode.
5276
5277 2008-06-26 John Paul Wallington <jpw@pobox.com>
5278
5279 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5280 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
5281 (ibuffer-mark-on-buffer): Don't display message when removing marks.
5282 (ibuffer-mark-by-mode): Use `buffer-local-value'.
5283
5284 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5285
5286 * vc-dir.el (tool-bar): Require.
5287
5288 * vc.el (ewoc, tool-bar): Do not require.
5289
5290 2008-06-26 Kenichi Handa <handa@m17n.org>
5291
5292 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5293 characters.
5294
5295 * composite.el (terminal-composition-base-character-p): New function.
5296 (terminal-composition-function):
5297 Use terminal-composition-base-character-p. Include the base character
5298 in the composition.
5299 (auto-compose-chars): Don't check font-object for terminal display.
5300
5301 2008-06-26 Glenn Morris <rgm@gnu.org>
5302
5303 * doc-view.el (bookmark-make-record-default):
5304 * image-mode.el (bookmark-make-record-default): Fix declaration.
5305
5306 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5307 Add default :value for sexp type.
5308 (calendar-month-edges): New variable.
5309 (calendar-month-edges): New function.
5310 (calendar-recompute-layout-variables): Set calendar-month-edges.
5311 (calendar-intermonth-header, calendar-intermonth-text): New options.
5312 (calendar-insert-at-column): New function.
5313 (calendar-generate-month): Use calendar-insert-at-column.
5314 Handle intermonth text. Add 'date property.
5315 (calendar-column-to-month): Remove function.
5316 (calendar-column-to-segment): New function.
5317 (calendar-cursor-to-date): Use calendar-column-to-segment.
5318 Check 'date property.
5319
5320 * calendar/calendar.el (calendar-print-other-dates):
5321 Handle mouse events.
5322 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5323 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5324
5325 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5326 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5327 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5328
5329 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5330 Use calendar-column-to-segment, calendar-month-edges, and
5331 the 'date property to handle intermonth text.
5332
5333 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5334
5335 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5336 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5337 Add doc strings.
5338 (cal-menu-context-mouse-menu): Add some :keys.
5339 (calendar-check-holidays): Declare rather than autoloading.
5340 (diary-show-holidays-flag): Remove unneeded declaration.
5341
5342 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5343 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5344 event-start is nil.
5345
5346 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * minibuffer.el (completion-basic-try-completion): Use the text after
5349 point to constrain the completion candidates.
5350 (completion-basic-all-completions): Adjust accordingly.
5351
5352 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5355 courier.
5356
5357 * faces.el (set-face-attribute): Doc fix.
5358
5359 2008-06-25 Juri Linkov <juri@jurta.org>
5360
5361 * bindings.el (goto-map): New variable. Rebind goto-related
5362 commands to this `M-g' prefix keymap.
5363 (search-map): New variable for `M-s' prefix keymap.
5364 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5365 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5366 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5367 `M-shw' to `hi-lock-write-interactive-patterns'.
5368
5369 * isearch.el (isearch-mode-map): Bind `M-s h r' to
5370 `isearch-highlight-regexp'.
5371 (isearch-highlight-regexp): New function.
5372
5373 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * info.el (Info-bookmark-make-record):
5376 Use bookmark-make-record-default.
5377 (Info-bookmark-jump): Use bookmark-default-handler.
5378
5379 * image-mode.el (image-bookmark-make-record):
5380 Use bookmark-make-record-default.
5381 (image-bookmark-jump): Use bookmark-default-handler.
5382
5383 * doc-view.el (doc-view-bookmark-make-record):
5384 Use bookmark-make-record-default.
5385 (doc-view-bookmark-jump): Use bookmark-default-handler.
5386
5387 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5388 used until now in bookmark.el's code.
5389 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5390 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5391 used until now in bookmark.el's code.
5392 (bookmark-set-filename): Remove special code, moved to its only caller.
5393 (bookmark-store): Use the newer format.
5394 (bookmark-make-record-default): Add arg `point-only'.
5395 Rename from bookmark-make-record-for-text-file.
5396 (bookmark--jump-via): New function.
5397 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5398 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5399 Use it.
5400 (bookmark-jump-noselect, bookmark-default-handler):
5401 Don't return an alist, instead return the data implicitly by changing
5402 current buffer and point. Signal an error if the file doesn't exist.
5403
5404 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5405 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5406
5407 * bs.el: Use with-current-buffer. Simplify.
5408 (bs-toggle-readonly): Avoid vc-toggle-read-only.
5409
5410 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5411 is bound before using it.
5412
5413 2008-06-25 Kenichi Handa <handa@m17n.org>
5414
5415 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5416
5417 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
5418
5419 * vc-hg.el:
5420 * vc-git.el: Require vc-dir when compiling.
5421
5422 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5423 vc-dir-marked-only-files. Change the return value.
5424 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5425 Change the return value.
5426 (vc-dir-deduce-fileset): New function broken out from ...
5427 * vc.el (vc-deduce-fileset): ... here and ...
5428 (vc-deduce-fileset): ... here.
5429
5430 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5431 (vc-svn-parse-status): Do not set the vc-backend property.
5432
5433 2008-06-25 Andreas Schwab <schwab@suse.de>
5434
5435 * faces.el (face-font-family-alternatives, variable-pitch):
5436 Use "Sans Serif", not "Sans-Serif".
5437
5438 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * faces.el (face-font-family-alternatives, variable-pitch):
5441 Change "Sans" to the canonical name "Sans-Serif".
5442
5443 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5444
5445 * calc/calc.el (calc-mode-map): Add extra keybindings to
5446 `calc-missing-key'.
5447 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5448 `kill-ring-save'.
5449
5450 2008-06-24 Miles Bader <miles@gnu.org>
5451
5452 * mouse.el (mouse-appearance-menu): Don't do anything if the user
5453 pops up the menu but doesn't select anything.
5454
5455 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
5456
5457 * add-log.el (add-change-log-entry): Add new arg to force each new
5458 entry to be on a new line.
5459 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5460
5461 * vc-dir.el (vc-client-object): Remove.
5462 (vc-dir-prepare-status-buffer): Take a backend as an argument and
5463 use it when looking for a buffer.
5464 (vc-dir): Add a backend argument. Set revert-buffer-function.
5465 Don't create a client object. Move bindings ...
5466 (vc-dir-menu-map, vc-dir-mode-map): ... here.
5467 (vc-dir-revert-buffer-function): New function.
5468 (vc-generic-status-printer): Rename to ...
5469 (vc-dir-status-printer): ... this.
5470 (vc-generic-state, vc-generic-status-fileinfo-extra)
5471 (vc-dir-extra-menu, vc-make-backend-object): Remove.
5472 (vc-default-status-printer): Use a different face for
5473 directories. Don't display any text for directories in the state
5474 column. Add tooltips.
5475
5476 * vc.el (Todo): Update.
5477
5478 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5479 * vc-rcs.el (vc-annotate-convert-time):
5480 * vc-mtn.el (vc-annotate-convert-time):
5481 * vc-git.el (vc-annotate-convert-time):
5482 * vc-cvs.el (vc-annotate-convert-time):
5483 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5484
5485 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5486
5487 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5488 instead of using view-mode.
5489
5490 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * Makefile.in (distclean): Don't delete *.elc and autogen files.
5493
5494 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5495
5496 * vc.el:
5497 * vc-hooks.el:
5498 * vc-dispatcher.el: Move vc-dir variables and functions ...
5499 * vc-dir.el: ... here. New file.
5500 * Makefile.in (ELCFILES): Add vc-dir.elc.
5501
5502 * vc.el: Move vc-annotate variables and functions ...
5503 * vc-annotate.el: ... here. New file.
5504 * Makefile.in (ELCFILES): Add vc-annotate.elc.
5505
5506 * vc-dav.el: Move here from url/vc-dav.el.
5507 (Todo): Note work needed to make this backend functional.
5508
5509 * Makefile.in (ELCFILES): Update vc-dav.el location.
5510
5511 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5514
5515 2008-06-21 John Paul Wallington <jpw@pobox.com>
5516
5517 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5518
5519 * textmodes/rst.el (rst-mode): Put docstring in right place.
5520
5521 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
5522
5523 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5524 size for legibility.
5525
5526 * faces.el (fixed-pitch): Use "Monospace" family.
5527 (variable-pitch): Use "Sans" family.
5528 (face-font-family-alternatives): Define alternatives for "Sans"
5529 and "Monospace".
5530
5531 2008-06-21 Glenn Morris <rgm@gnu.org>
5532
5533 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5534 Require 'cl when compiling.
5535
5536 * emacs-lisp/debug.el (help-xref-interned): Declare.
5537
5538 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5539 Evaluate definition when compiling.
5540
5541 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5542 rather than mouse-1.
5543 (bug-reference-url-format): Autoload safe if string.
5544 (bug-reference-bug-regexp): Make space after "bug" optional.
5545
5546 * Makefile.in (all): Explicitly pass EMACS to sub-make,
5547 for some non-GNU makes.
5548
5549 * cus-dep.el (custom-dependencies-no-scan-regexp):
5550 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5551
5552 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5553 increments.
5554
5555 * calendar/calendar.el: Factor out the magic numbers controlling the
5556 calendar layout.
5557 (calendar-month-digit-width, calendar-month-width)
5558 (calendar-right-margin): New variables.
5559 (calendar-recompute-layout-variables, calendar-set-layout-variable):
5560 New functions.
5561 (calendar-left-margin, calendar-intermonth-spacing)
5562 (calendar-column-width, calendar-day-header-width)
5563 (calendar-day-digit-width): New options.
5564 (calendar-first-date-row): New constant.
5565 (calendar-move-to-column, calendar-ensure-newline): New functions,
5566 replacing calendar-insert-indented.
5567 (calendar-insert-indented): Remove function.
5568 (calendar-generate-month): Use calendar-move-to-column and
5569 calendar-ensure-newline. Use layout variables.
5570 (calendar-generate, calendar-update-mode-line)
5571 (calendar-font-lock-keywords): Use layout variables.
5572 (calendar-column-to-month): New function.
5573 (calendar-cursor-to-date): Use calendar-column-to-month.
5574 Use layout variables.
5575 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5576 Use layout variables. Use calendar-column-to-month.
5577 (calendar-cursor-to-visible-date): Use layout variables.
5578
5579 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5582 (all): Run compile-last.
5583 (compile-onefile): New target.
5584 (compile-first): Simplify.
5585 (compile-last): Don't treat COMPILE_FIRST specially.
5586 (COMPILE_FIRST): List the elc files rather than the el files.
5587 (ELCFILES): Update.
5588
5589 2008-06-21 Ulf Jasper <ulf@web.de>
5590
5591 * net/newst-treeview.el: Remove dead code.
5592 (newsticker--window-config): Remove.
5593 (newsticker-treeview-quit): Do not save window config.
5594 (newsticker-treeview): Do not try to restore window config.
5595 (newsticker-groups, newsticker--treeview-list-sort-by-column)
5596 (newsticker--treeview-list-new-items)
5597 (newsticker--treeview-list-immortal-items)
5598 (newsticker--treeview-list-obsolete-items)
5599 (newsticker--treeview-list-all-items)
5600 (newsticker--treeview-list-feed-items): Fix documentation.
5601
5602 2008-06-21 Miles Bader <miles@gnu.org>
5603
5604 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5605
5606 2008-06-21 Alan Mackenzie <acm@muc.de>
5607
5608 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5609 infinite loop on invalid syntax.
5610
5611 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * textmodes/rst.el: Run rst-define-level-faces when loading.
5614 (rst-mode): Don't set the font-lock-multiline var.
5615 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5616 Set the font-lock-multiline property by hand.
5617
5618 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5619
5620 * Makefile.in (emacs-deps): Remove.
5621 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5622 (all): Use them.
5623 (autogen-clean): Remove.
5624
5625 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * Makefile.in (all): New target.
5628 (bootstrap-prepare): Remove.
5629
5630 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5631 the .elc file to batch-byte-compile.
5632
5633 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5634 set-keymap-parents if set-keymap-parent doesn't exist.
5635
5636 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
5637 Allow more than one space before the |.
5638
5639 * textmodes/rst.el: Fix up docstring conventions.
5640 Move vars to before their first use.
5641 (rst-mode): Don't mess with font-lock-support-mode.
5642 (rst-suggest-new-decoration, rst-adjust-decoration):
5643 Avoid CL's copy-list.
5644 (rst-delete-entire-line): Use line-beginning-position.
5645 (rst-position): New fun.
5646 (rst-straighten-decorations): Use it instead of CL's position.
5647 (rst-straighten-bullets-region): Avoid CL's mapcar*.
5648 (rst-toc-mode): Use define-derived-mode.
5649 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5650 Remove unused var `in-par'. Use `point' rather than `point-marker'.
5651 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
5652 (rst-replace-lines): Simplify.
5653 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5654
5655 * simple.el (special-mode-map): New var.
5656 (special-mode): New major mode.
5657
5658 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5659
5660 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5661 log-view-file-re.
5662
5663 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5664 (vc-switch-backend): Simplify.
5665 (Todo): Remove solved items.
5666
5667 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5668 the vc-backend property.
5669
5670 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5673 Bind inhibit-read-only since the buffer is always read-only.
5674
5675 2008-06-20 Ulf Jasper <ulf@web.de>
5676
5677 * net/newst-treeview.el (newsticker-treeview-own-frame):
5678 Change default value to nil.
5679 (newsticker--treeview-list-add-item)
5680 (newsticker--treeview-propertize-tag): Show item title in tooltip.
5681
5682 2008-06-20 Martin Blais <blais@furius.ca>
5683 Stefan Merten <smerten@oekonux.de>
5684 David Goodger <goodger@python.org>
5685
5686 * textmodes/rst.el: New file.
5687
5688 2008-06-20 Sam Steingold <sds@gnu.org>
5689
5690 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5691 remove DIRECTORY entries.
5692
5693 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5694
5695 * makefile.w32-in (distclean): Depend on `clean'.
5696 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5697 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5698 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
5699 empty cus-load.el with `echo', and include "Local Variables"
5700 section to prevent the empty file from being compiled.
5701 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5702 that generate an empty cus-load.el.
5703
5704 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5707 Don't copy ldefs-boot.el over loaddefs.el.
5708 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5709 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5710 to loaddefs.el; they are not needed now. Add coding cookie.
5711
5712 2008-06-20 Miles Bader <miles@gnu.org>
5713
5714 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5715 Strip unnecessary list levels from SPECS.
5716 (buffer-face-set, buffer-face-toggle):
5717 Change argument from FACE to &rest SPECS, and strip unnecessary
5718 list levels from SPECS.
5719 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5720
5721 2008-06-20 Jason Rumney <jasonr@gnu.org>
5722
5723 * international/fontset.el (setup-default-fontset): Specify script
5724 for latin use of iso10646-1. Fix use of lang tags.
5725
5726 2008-06-19 Miles Bader <miles@gnu.org>
5727
5728 * face-remap.el (text-scale-increase): Start from zero if
5729 text-scale-mode isn't enabled.
5730
5731 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5734 frame parameters after setting up the `default' face.
5735
5736 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * faces.el (face-set-after-frame-default): Don't exclude `default'.
5739
5740 2008-06-18 Glenn Morris <rgm@gnu.org>
5741
5742 * mouse.el (buffer-face-mode-invoke): Declare.
5743
5744 * Makefile.in (ELCFILES): Add org/org-id.elc.
5745
5746 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
5747 * calendar/cal-menu.el (cal-menu-holidays-menu):
5748 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
5749 (cal-menu-today-holidays): Remove function.
5750
5751 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
5752 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5753 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
5754 Remove unused functions.
5755 (calendar-mouse-view-diary-entries): Use format rather than concat.
5756
5757 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
5758 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5759 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
5760
5761 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
5762 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5763 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
5764 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
5765 cal-menu-event-to-date.
5766
5767 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
5768 Handle mouse events.
5769 * calendar/cal-tex.el (cal-tex-cursor-year)
5770 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5771 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5772 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5773 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
5774 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5775 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
5776 (cal-tex-cursor-month): Mark N as optional.
5777 * calendar/cal-menu.el (calendar-mouse-tex-day)
5778 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
5779 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
5780 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
5781 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
5782 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
5783 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
5784 Remove functions.
5785 (cal-menu-context-mouse-menu): Replace the above functions with the
5786 cal-tex versions. Add HTML submenu.
5787
5788 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
5789
5790 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
5791 text command mode.
5792 (gdb): Explain that gud-gdb is needed for text command mode.
5793
5794 2008-06-17 Martin Rudalics <rudalics@gmx.at>
5795
5796 * window.el (split-height-threshold): Remove spurious extra line.
5797
5798 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
5801 (calendar-set-mark):
5802 * calendar/diary-lib.el (diary-insert-entry):
5803 * calendar/solar.el (calendar-sunrise-sunset): Use it.
5804 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
5805 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
5806 (cal-menu-context-mouse-menu): Use calendar-set-mark,
5807 diary-insert-entry, and calendar-sunrise-sunset instead.
5808
5809 * vc.el (vc-deduce-fileset): Add arg `only-files'.
5810 (vc-next-action): Pass the new arg.
5811 (vc-register): Don't use `only-files'.
5812 Don't set `backup-inhibited' in the current buffer.
5813
5814 2008-06-17 Miles Bader <miles@gnu.org>
5815
5816 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
5817
5818 * face-remap.el (buffer-face-mode-face)
5819 (buffer-face-mode-remapping): New variables.
5820 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
5821 (buffer-face-mode-invoke): New functions.
5822 (variable-pitch-mode-remapping): Variable removed.
5823 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
5824
5825 * face-remap.el (internal-lisp-face-attributes): New variable.
5826 (face-attrs-more-relative-p, face-remap-order): New functions.
5827 (face-remap-add-relative): Use `face-remap-order'.
5828
5829 2008-06-17 Glenn Morris <rgm@gnu.org>
5830
5831 * mouse.el (x-select-font): Declare.
5832
5833 * calendar/calendar.el (calendar-move-hook):
5834 Add calendar-update-mode-line as an option.
5835 (calendar-date-echo-text): New user option.
5836 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
5837 (calendar-insert-indented): Simplify newline insertion.
5838 (calendar-describe-mode): Remove unused function.
5839 (calendar-mode-line-entry): New function.
5840 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
5841 Mark as risky.
5842 (calendar-mouse-other-month): Remove function.
5843 (calendar-other-month): Handle mouse events.
5844 (calendar-goto-info-node): Call fit-window-to-buffer.
5845 (calendar-mode): Use define-derived-mode. Doc fix.
5846 (calendar-update-mode-line): Tweak whitespace.
5847
5848 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
5851 (vc-dir-marked-only-files): vc-string-prefix-p.
5852
5853 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
5854
5855 * progmodes/gdb-ui.el (gdb-memory-set-address)
5856 (gdb-memory-set-repeat-count): Allow keyboard bindings.
5857 (gdb-memory-mode-map): Bind above functions respectively
5858 to 'S' and 'N'.
5859
5860 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
5861
5862 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
5863
5864 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * log-view.el (vc-diff-internal): Declare for compiler.
5867
5868 * vc-bzr.el (log-view-per-file-logs):
5869 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
5870
5871 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * mouse.el (mouse-appearance-menu-map): New var.
5874 (mouse-appearance-menu): New function.
5875 Bind it to S-down-mouse-1.
5876
5877 2008-06-15 Juri Linkov <juri@jurta.org>
5878
5879 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
5880 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5881 as the second element.
5882 (Info-build-toc): Add PARENT element extracted from the Up pointer.
5883 Don't print progress messages.
5884 (Info-toc-nodes): New variable and function.
5885 (Info-index-nodes): Optimize non-string file name case.
5886 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
5887 (Info-insert-breadcrumbs): Use the cached document structure instead
5888 of visiting all ancestor nodes. Remove the initial `>'.
5889
5890 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5891
5892 * log-view.el (log-view-diff-changeset): New function.
5893 (log-view-mode-map, log-view-mode-menu): Bind it.
5894 (log-view-per-file-logs, log-view-vc-fileset)
5895 (log-view-vc-backend): New variables.
5896 (log-view-find-revision, log-view-modify-change-comment)
5897 (log-view-annotate-version): Throw an error if the log is for more
5898 than one file and we can't find the current file. Get the current
5899 file from log-view-vc-fileset if necessary.
5900 (log-view-diff): Get the current file from log-view-vc-fileset if
5901 necessary.
5902
5903 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
5904
5905 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
5906 (vc-hg-log-view-mode): Declare for compiler.
5907 (vc-hg-log-view-mode): Set log-view-per-file-logs and
5908 log-view-file-re.
5909 (vc-hg-diff): If no file is passed, use default-directory for cwd.
5910
5911 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
5912
5913 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
5914
5915 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
5916
5917 * net/tramp.el (tramp-handle-start-file-process):
5918 Clear modification time of the connection buffer.
5919 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
5920 (tramp-open-connection-setup-interactive-shell): Flush cache, and
5921 restart `tramp-maybe-open-connection' when the remote system has
5922 been changed. Throw 'uname-changed event.
5923 (tramp-maybe-open-connection): Catch it.
5924
5925 * net/tramp-cmds.el (tramp-cleanup-all-connections):
5926 Reset `tramp-locked'.
5927
5928 2008-06-15 Ulf Jasper <ulf@web.de>
5929
5930 * net/newst-treeview.el (newsticker--treeview-list-update)
5931 (newsticker--treeview-item-update)
5932 (newsticker--treeview-tree-update)
5933 (newsticker-treeview-jump, newsticker-group-add-group)
5934 (newsticker-group-move-feed, newsticker-group-delete-group):
5935 Remove window dedication.
5936 (newsticker--group-manage-orphan-feeds): Handle ill-valued
5937 newsticker-groups.
5938 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
5939
5940 2008-06-15 Andreas Schwab <schwab@suse.de>
5941
5942 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
5943 when parsing CVS/Repository.
5944
5945 * wdired.el (wdired-search-and-rename): Fix undocumented change.
5946
5947 2008-06-15 Ulf Jasper <ulf@web.de>
5948
5949 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
5950 (newsticker-extra-face, newsticker-enclosure-face): Moved to
5951 net/newst-reader.el.
5952
5953 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
5954 (newsticker-extra-face, newsticker-enclosure-face): Moved from
5955 net/newst-reader.el.
5956
5957 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5960 Catch and recover from case when the bytes we thought we were reading
5961 turn out to be something else entirely, such as latin-1 chars from
5962 quail. See bug#396.
5963
5964 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5965
5966 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
5967 (vc-register): Call the backend function only once, instead of
5968 once for each file.
5969 (vc-next-action): Update call to vc-register.
5970 (vc-dir-register): Remove function.
5971 (vc-dir): Bind vc-register instead of vc-dir-register.
5972
5973 2008-06-14 Glenn Morris <rgm@gnu.org>
5974
5975 * Makefile.in (ELCFILES): Add net/newst-*.el.
5976
5977 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * wdired.el (wdired-do-renames): New function.
5980 (wdired-finish-edit): Use it to.
5981 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
5982
5983 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
5986
5987 2008-06-14 Martin Rudalics <rudalics@gmx.at>
5988
5989 * window.el (window--even-window-heights): Even window heights
5990 only if the selected window is higher than WINDOW.
5991 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5992
5993 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
5996
5997 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 * term/linux.el (terminal-init-linux): Load t-mouse.
6000
6001 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6002 Drew Adams <drew.adams@oracle.com>
6003
6004 * info.el (Info-breadcrumbs-depth): New var.
6005 (Info-insert-breadcrumbs): New function.
6006 (Info-fontify-node): Use it.
6007 (Info-mode-map): Move initialization into declaration.
6008
6009 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
6010
6011 Rename net/newsticker-*.el to net/newst-*.el.
6012 * net/newst-backend.el: Rename from net/newsticker-backend.el.
6013 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6014 * net/newst-reader.el: Rename from net/newsticker-reader.el.
6015 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6016 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6017 * net/newsticker-backend.el: Rename to net/newst-backend.el.
6018 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6019 * net/newsticker-reader.el: Rename to net/newst-reader.el.
6020 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6021 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6022
6023 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * progmodes/compile.el (compilation-start): Don't disable undo in
6026 comint buffer. Don't override the comint-filter with our own.
6027 (compilation-filter): Change point's insertion-type.
6028
6029 * comint.el (comint-output-filter): Use copy-marker.
6030
6031 2008-06-13 David Reitter <david.reitter@gmail.com>
6032
6033 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6034 Check message-signature-separator exists before using it.
6035
6036 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
6037
6038 * vc.el (vc-delete-file): Bind default-directory before calling
6039 the backend.
6040 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6041 (vc-annotate-show-diff-revision-at-line-internal): ... here.
6042 New function.
6043 (vc-annotate-show-changeset-diff-revision-at-line): New function.
6044 (vc-annotate-mode-menu): Bind it.
6045
6046 2008-06-13 Jason Rumney <jasonr@gnu.org>
6047
6048 * term/w32-win.el (mouse-set-font): Remove overridden function.
6049 (w32-select-font): Declare as obsolete alias for x-select-font.
6050
6051 2008-06-13 Daniel Engeler <engeler@gmail.com>
6052
6053 These changes add serial port access.
6054 * term.el (term-update-mode-line): Modify.
6055 (serial-port-is-file-p, serial-nice-speed-history)
6056 (serial-no-speed, serial-mode-line-speed-menu)
6057 (serial-mode-line-config-menu): New variables and constants.
6058 (serial-name-history, serial-speed-history)
6059 (serial-supported-or-barf, serial-read-name, serial-read-speed)
6060 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6061 (serial-mode-line-speed-menu, serial-update-speed-menu)
6062 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6063 (serial-update-config-menu): New functions.
6064
6065 2008-06-13 Glenn Morris <rgm@gnu.org>
6066
6067 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6068
6069 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6070
6071 2008-06-13 Kenichi Handa <handa@m17n.org>
6072
6073 * cus-face.el (custom-face-attributes): Add :foundry.
6074
6075 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6076 (face-x-resources): Add :foundry.
6077 (face-valid-attribute-values): Likewise.
6078 (face-attribute-name-alist): Likewise.
6079 (describe-face): Likewise.
6080
6081 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6084
6085 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6086
6087 * longlines.el (longlines-search-forward, longlines-search-backward)
6088 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6089
6090 2008-06-12 Sam Steingold <sds@gnu.org>
6091
6092 * vc.el (vc-rename-file): DTRT when the destination is a directory
6093 name and the source is a file.
6094
6095 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6096
6097 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6098
6099 2008-06-12 Glenn Morris <rgm@gnu.org>
6100
6101 * progmodes/f90.el (f90-beginning-of-subprogram)
6102 (f90-end-of-subprogram): Only give a message when interactive.
6103
6104 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6105
6106 * progmodes/cperl-mode.el (cperl-info-on-command):
6107 Use display-pixel-height rather than x-display-pixel-height.
6108
6109 * mail/rmailedit.el (rmail-cease-edit):
6110 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6111
6112 * emulation/edt.el (edt-xserver):
6113 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6114
6115 * emulation/edt-mapper.el: Drop test for Emacs < 19.
6116
6117 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6118 Evaluate definitions when compiling. Reverse tests.
6119
6120 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6121 use unless.
6122
6123 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6124
6125 * textmodes/artist.el (x-pointer-shape):
6126 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6127 (x-open-connection, x-server-max-request-size, x-get-resource):
6128 * term/w32console.el (x-setup-function-keys):
6129 * term/w32-win.el (x-parse-geometry, x-resource-name)
6130 (generate-fontset-menu, image-library-alist, x-open-connection)
6131 (setup-default-fontset, set-fontset-font, setup-default-fontset)
6132 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6133 (x-get-resource):
6134 * term/mac-win.el (x-parse-geometry, x-resource-name)
6135 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6136 (new-fontset, x-display-list, x-open-connection, x-get-resource):
6137 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6138 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6139 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6140 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6141 (tooltip-identifier-from-point, define-fringe-bitmap):
6142 * play/gamegrid.el (image-size):
6143 * play/bubbles.el (image-size):
6144 * mail/emacsbug.el (x-server-vendor, x-server-version):
6145 * international/mule-util.el (internal-char-font):
6146 * international/mule-diag.el (font-info, query-fontset, fontset-info)
6147 (fontset-alias-alist, fontset-list, fontset-plain-name):
6148 * international/mule-cmds.el (x-server-vendor, x-server-version):
6149 * international/fontset.el (font-encoding-charset-alist)
6150 (otf-script-alist, new-fontset, set-fontset-font)
6151 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6152 (fontset-list, query-fontset, x-get-resource):
6153 * emulation/edt.el (x-server-vendor):
6154 * emulation/edt-mapper.el (x-server-vendor):
6155 * emacs-lisp/map-ynp.el (x-popup-dialog):
6156 * emacs-lisp/lmenu.el (x-popup-dialog):
6157 * x-dnd.el (x-window-property, x-change-window-property)
6158 (x-get-selection-internal):
6159 * woman.el (x-list-fonts):
6160 * w32-fns.el (x-server-version):
6161 * tooltip.el (x-show-tip, x-hide-tip):
6162 * tool-bar.el (image-mask-p):
6163 * thumbs.el (image-size):
6164 * term.el (overflow-newline-into-fringe):
6165 * subr.el (scroll-bar-scale):
6166 * startup.el (x-get-resource, tool-bar-mode, image-size):
6167 * select.el (x-get-selection-internal, x-own-selection-internal)
6168 (x-disown-selection-internal):
6169 * mouse.el (generate-fontset-menu):
6170 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6171 * image.el (image-library-alist):
6172 * image-mode.el (image-size, image-refresh):
6173 * image-dired.el (clear-image-cache):
6174 * gs.el (x-display-mm-width, x-display-pixel-width)
6175 (x-display-mm-height, x-display-pixel-height)
6176 (x-change-window-property, x-display-grayscale-p, x-window-property):
6177 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6178 (x-focus-frame, x-list-fonts, x-display-screens)
6179 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6180 (x-display-mm-width, x-display-backing-store, x-display-save-under)
6181 (x-display-planes, x-display-color-cells, x-display-visual-class):
6182 * faces.el (internal-face-x-get-resource)
6183 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6184 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6185 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6186 (x-parse-geometry, x-create-frame, x-setup-function-keys)
6187 (tool-bar-setup):
6188 * doc-view.el (clear-image-cache, image-size, tooltip-show):
6189 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6190 * dframe.el (x-display-pixel-width, x-display-pixel-height):
6191 * descr-text.el (internal-char-font):
6192 Define for compiler, for builds without X.
6193
6194 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6195
6196 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6197
6198 2008-06-11 Glenn Morris <rgm@gnu.org>
6199
6200 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6201 before trying to move there.
6202 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6203 is non-nil, indent most terminating statements like loop body.
6204
6205 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6206 Gregorian date, and add it, not the local date, to diary-entries-list.
6207 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6208
6209 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * progmodes/compile.el (compilation-filter): Fix up last change.
6212
6213 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6214
6215 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6216 (gpm-mouse-mode): Make it into a proper global minor mode.
6217
6218 * files.el (save-some-buffers-action-alist): Only use recursive-edit
6219 if the user enabled recursive-minibuffers.
6220
6221 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6222 Add support for scroll-other-window.
6223
6224 2008-06-11 Jason Rumney <jasonr@gnu.org>
6225
6226 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6227 Use tmm-menubar if menu is disabled in this frame.
6228
6229 * menu-bar.el (menu-bar-open): Determine how to open menu bar
6230 from frame type, per documentation. Add w32 case.
6231
6232 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * minibuffer.el (completion--merge-suffix): New function.
6235 (completion-basic-try-completion): Use it.
6236 (completion-pcm--find-all-completions): Add argument `filter'.
6237 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6238 New functions.
6239 (completion-pcm-try-completion): Use them.
6240
6241 * xt-mouse.el (turn-on-xterm-mouse-tracking)
6242 (turn-off-xterm-mouse-tracking): Use terminal-list.
6243
6244 * cus-start.el (underline-minimum-offset): Rename from
6245 x-underline-minimum-display-offset.
6246
6247 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6248
6249 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6250
6251 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
6252
6253 * mouse.el (mouse-select-font): New function.
6254
6255 * faces.el (face-spec-recalc): When the face is set using
6256 Customize, avoid recalculating it twice.
6257
6258 * menu-bar.el (menu-set-font): New function. Bind "Set Default
6259 Font" menu item to it. Apply selected font to all frames, and
6260 make it savable.
6261 (menu-bar-options-save): Save `default' font if changed.
6262
6263 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * ffap.el (ffap-string-at-point-mode-alist):
6266 Use alpha rather than lower.
6267
6268 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6269
6270 * subr.el (momentary-string-display): Use an overlay.
6271
6272 * progmodes/compile.el (compilation-mode):
6273 Set window-point-insertion-type.
6274 (compilation-filter): Don't use insert-before-markers any more.
6275 * emacs-lisp/trace.el (trace-make-advice):
6276 Set window-point-insertion-type in the trace buffer.
6277 * startup.el (normal-top-level): Set window-point-insertion-type in
6278 *Messages*.
6279 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6280 (telnet-filter): Don't use insert-before-markers any more.
6281 * comint.el (comint-mode): Set window-point-insertion-type.
6282 (comint-output-filter): Don't use insert-before-markers any more.
6283 * button.el (make-text-button): Allow `start' to be a string.
6284
6285 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
6286
6287 * emacs-lisp/autoload.el (autoload-rubric):
6288 Fix coding cookie not to force Unix EOL.
6289
6290 2008-06-10 Martin Rudalics <rudalics@gmx.at>
6291
6292 * window.el (window--splittable-p, window--try-to-split-window):
6293 Don't use with-selected-window to avoid messing up get-lru-window.
6294 Reported by David Hansen <david.hansen@gmx.net>.
6295
6296 2008-06-10 Glenn Morris <rgm@gnu.org>
6297
6298 * subr.el (locate-library): Doc fix.
6299
6300 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6301 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6302 Check tool-bar-map is bound, for non-X builds.
6303
6304 * net/newsticker-reader.el (newsticker--next-item-image)
6305 (newsticker--previous-item-image, newsticker--previous-feed-image)
6306 (newsticker--next-feed-image, newsticker--mark-read-image)
6307 (ewsticker--mark-immortal-image, newsticker--narrow-image)
6308 (newsticker--get-all-image, newsticker--update-image)
6309 (newsticker--browse-image): Check xpm images are available.
6310 (newsticker--mark-read-image, newsticker--mark-immortal-image)
6311 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6312
6313 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6314 (newsticker--plainview-tool-bar-map, newsticker-mode):
6315 Check tool-bar-map is bound, for non-X builds.
6316 (w3m-toggle-inline-image): Declare.
6317
6318 * net/newsticker-backend.el (tool-bar-map): Don't declare.
6319
6320 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6321
6322 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6323 (finder-compile-keywords): Move let to where needed.
6324 (finder-mouse-face-on-line): Go back one more line if needed.
6325 (finder-list-matches): Use cadr.
6326 (finder-goto-xref): New function.
6327 (finder-commentary): Add buttons to jump to foo.el libraries.
6328
6329 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * apropos.el (apropos-function, apropos-macro, apropos-command)
6332 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6333 (apropos-plist): Add apropos-short-label property.
6334 (apropos-multi-type): New variables.
6335 (apropos-command, apropos-value): Set it.
6336 (apropos-compact-layout): New custom.
6337 (apropos-print, apropos-print-doc): Use it.
6338 (apropos-print): Truncate lines.
6339
6340 2008-06-09 Kenichi Handa <handa@m17n.org>
6341
6342 * international/fontset.el (font-encoding-alist):
6343 Add an entry for "ascii-0".
6344
6345 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
6346
6347 * language/hanja-util.el (hanja-init-load): Show the message only
6348 when loading a table.
6349
6350 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6351
6352 * net/newsticker-treeview.el (newsticker-treeview):
6353 * net/newsticker-plainview.el (newsticker-plainview):
6354 Add autoload cookie.
6355
6356 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6357
6358 * net/newsticker.el: Split up into newsticker-backend, -ticker,
6359 -reader, -plainview, and -treeview.
6360 (newsticker-version): Change to 1.99.
6361
6362 * net/newsticker-backend.el: New. Move backend functionality from
6363 newsticker.el to newsticker-backend.el.
6364 (newsticker--download-logos): New.
6365 (newsticker--sentinel-callback): New.
6366 (newsticker--set-customvar): Remove. Split up into specific
6367 functions related to retrieval, ticker, buffer, and display.
6368 (newsticker--set-customvar-retrieval): New. Extracted from
6369 `newsticker--set-customvar'.
6370 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
6371 (newsticker-url-list-defaults):
6372 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6373 (newsticker-url-list): Doc changed. URL can be a function.
6374 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6375 (newsticker-retrieval-method): New.
6376 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6377 (newsticker-retrieval-interval):
6378 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6379 (newsticker-desc-comp-max): Change :group.
6380 (newsticker--cache): Doc changed.
6381 (newsticker--guid-to-string): New.
6382 (newsticker--guid): Use `newsticker--guid-to-string'.
6383 (newsticker--real-feed-name): New.
6384 (newsticker--start-feed): New. Extracted from `newsticker-start'.
6385 (newsticker-start): Use `insert-file-contents' for reading cache.
6386 Use `newsticker--start-feed'.
6387 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
6388 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6389 Use `newsticker--stop-feed'.
6390 (newsticker-save-item): New.
6391 (newsticker--get-news-by-funcall): New.
6392 (newsticker-get-news): Handle new retrieval methods.
6393 (newsticker--sentinel): Use `newsticker--sentinel-work'.
6394 (newsticker--sentinel-work): New. Extracted from
6395 `newsticker--sentinel'. Use `newsticker--download-logos',
6396 `newsticker--sentinel-callback'.
6397 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6398 (newsticker--parse-atom-1.0): Fix link determination.
6399 (newsticker--parse-rss-0.91): Fix time determination.
6400 (newsticker--parse-rss-0.92): Fix time determination.
6401 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6402 (newsticker--parse-generic-feed): New arg order in
6403 `newsticker--cache-add'.
6404 (newsticker--parse-generic-items): Fix for multiple items.
6405 New arg order in `newsticker--cache-add'.
6406 (newsticker--forget-preformatted): Check whether
6407 `newsticker--buffer-set-uptodate' is fbound.
6408 (newsticker--decode-iso8601-date): Handle fractions of seconds.
6409 (newsticker--decode-rfc822-date): Partial timezone handling.
6410 (newsticker--cache-contains): Fix guid problem.
6411 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
6412 (newsticker--cache-save): New.
6413 (newsticker--cache-update): Use temp buffer.
6414 (newsticker--stat-num-items): Allow multiple AGE args.
6415 (newsticker--stat-num-items-total): New.
6416 (newsticker--opml-import-outlines): New.
6417 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6418 (newsticker--do-run-auto-mark-filter): Doc changed.
6419 (newsticker-retrieve-random-message): New.
6420
6421 * net/newsticker-ticker.el: New. Move ticker functionality from
6422 net/newsticker.el to net/newsticker-ticker.el.
6423 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6424 `newsticker--ticker-timer'.
6425 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6426 to `newsticker--ticker-timer'.
6427 (newsticker--set-customvar-ticker): New. Extracted from
6428 `newsticker--set-customvar'.
6429 (newsticker-ticker-interval): Rename `newsticker-display-interval'
6430 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
6431 for :set. Change :group.
6432 (newsticker-scroll-smoothly): Doc changed. Change :group.
6433 (newsticker-hide-immortal-items-in-echo-area)
6434 (newsticker-hide-old-items-in-echo-area)
6435 (newsticker-hide-obsolete-items-in-echo-area):
6436 Use `newsticker--set-customvar-ticker for :set. Change :group.
6437 (newsticker-start-ticker): Rename `newsticker--display-timer' to
6438 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
6439 to `newsticker-ticker-interval'.
6440 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6441 `newsticker--ticker-timer'.
6442
6443 * net/newsticker-reader.el: New. Move reader functionality from
6444 net/newsticker.el to net/newsticker-reader.el.
6445 (newsticker--set-customvar-formatting): New. Extracted from
6446 `newsticker--set-customvar'.
6447 (newsticker-reader, newsticker-frontend): New.
6448 (newsticker-enable-logo-manipulations): Change :group.
6449 (newsticker-justification): Use `newsticker--set-customvar-formatting'
6450 for :set. Change :group.
6451 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6452 for :set. Change :group.
6453 (newsticker-html-renderer): Doc changed.
6454 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6455 (newsticker-date-format):
6456 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6457 (newsticker--insert-enclosure):
6458 Rename `newsticker--buffer-insert-enclosure' to
6459 `newsticker--insert-enclosure'. Add keymap arg.
6460 (newsticker--print-extra-elements):
6461 Rename `newsticker--buffer-print-extra-elements' to
6462 `newsticker--print-extra-elements'. Add keymap arg.
6463 (newsticker--do-print-extra-element):
6464 Rename `newsticker--buffer-do-print-extra-element' to
6465 `newsticker--do-print-extra-element'. Add keymap arg.
6466 (newsticker-show-news): Use `newsticker-frontend'.
6467
6468 * net/newsticker-plainview.el: New. Move plainview functionality
6469 from net/newsticker.el to net/newsticker-reader.el.
6470 (newsticker-plainview): New.
6471 (newsticker--set-customvar-sorting): New. Extracted from
6472 `newsticker--set-customvar'.
6473 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6474 for :set. Changed :group.
6475 (newsticker-heading-format, newsticker-item-format)
6476 (newsticker-desc-format, newsticker-statistics-format):
6477 Use `newsticker--set-customvar-formatting for :set. Change :group.
6478 (newsticker-faces): Change :group.
6479 (newsticker-default-face): Enable again.
6480 (newsticker-hide-old-items-in-newsticker-buffer)
6481 (newsticker-show-descriptions-of-new-items):
6482 Use `newsticker--set-customvar-buffer' for :set. Change :group.
6483 (newsticker-show-all-news-elements): Change :group.
6484 (newsticker-plainview-hooks): New.
6485 (newsticker-select-item-hook, newsticker-select-feed-hook)
6486 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6487 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6488 to `newsticker--plainview-tool-bar-map'.
6489 (newsticker--url-keymap): Add mouse-1 binding.
6490 (newsticker-plainview): New.
6491 (newsticker-mark-all-items-of-feed-as-read): Change doc.
6492 (newsticker--buffer-do-insert-text): Use renamed
6493 newsticker--[buffer-]insert-enclosure and
6494 newsticker--[buffer-]print-extra-elements.
6495 (newsticker--buffer-set-faces): Use newsticker-default-face.
6496
6497 * net/newsticker-treeview.el: New.
6498
6499 2008-06-08 Andreas Schwab <schwab@suse.de>
6500
6501 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6502
6503 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6504
6505 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6506 empty line.
6507
6508 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6509
6510 2008-06-08 Martin Rudalics <rudalics@gmx.at>
6511
6512 * window.el (split-height-threshold, split-width-threshold):
6513 Add choice nil.
6514 (split-window-preferred-function): Allow either nil or a function.
6515 (window--splittable-p, window--try-to-split-window):
6516 Handle changed option values.
6517
6518 (window--frame-usable-p): Handle nil argument.
6519
6520 (display-buffer): Call get-lru-window when pop-up-windows is nil
6521 and window can't be split.
6522
6523 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6524
6525 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6526
6527 * net/tramp.el (top): Quote feature names. Remove
6528 `tramp-rfn-eshadow-setup-minibuffer' from
6529 `rfn-eshadow-setup-minibuffer-hook' when unloading.
6530 (tramp-read-passwd): There is only one call to
6531 `auth-source-user-or-password' needed. Pacify byte compiler.
6532
6533 2008-06-08 Andreas Schwab <schwab@suse.de>
6534
6535 * window.el (display-buffer): Use lru window if current window
6536 cannot be split.
6537
6538 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * apropos.el (apropos-library): New command and new button.
6541 (apropos-library-button): New function.
6542
6543 * apropos.el: Remove spurious * in docstrings.
6544 (apropos-label-face): Use variable pitch.
6545 (apropos-print): Use dolist and with-current-buffer.
6546 (apropos-print-doc): Use when.
6547
6548 * window.el (special-display-p, display-buffer):
6549 Fix up C->Elisp transcription error.
6550
6551 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6554 (byte-compile-file): Initialize it.
6555 (byte-compile-nogroup-warn): Keep track of the current group.
6556
6557 2008-06-08 Glenn Morris <rgm@gnu.org>
6558
6559 * Makefile.in (compile, compile-always, bootstrap-prepare):
6560 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6561
6562 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
6563
6564 * language/hanja-util.el (hanja-init-load): Use a char-table for
6565 hanja-table.
6566 (hangul-to-hanja-char): Adjust for the above change.
6567
6568 2008-06-07 Glenn Morris <rgm@gnu.org>
6569
6570 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6571 lm-keywords.
6572
6573 * mail/sendmail.el (mail-interactive): Add :version.
6574
6575 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6576 obsolete alias.
6577
6578 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6579 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6580 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6581 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6582 * eshell/esh-util.el, international/mule-cmds.el:
6583 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6584 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6585 Remove unnecessary eval-when-compiles and eval-and-compiles.
6586
6587 * Makefile.in (bootstrap-clean): Run autogen-clean.
6588 (maintainer-clean): No need to run autogen-clean now it is included in
6589 bootstrap-clean.
6590
6591 2008-06-06 Miles Bader <miles@gnu.org>
6592
6593 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6594
6595 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6598 longlines mode.
6599
6600 * replace.el (replace-search-function)
6601 (replace-re-search-function): New vars.
6602 (perform-replace): Use them.
6603
6604 * longlines.el (longlines-re-search-forward): New function.
6605 (longlines-mode): Bind replace-search-function and
6606 replace-re-search-function, to ensure that replacement commands
6607 treat newlines as spaces.
6608 (longlines-show-effect): Default to a pilcrow sign.
6609
6610 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * help.el (function-called-at-point):
6613 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6614 even when calling find-tag-default.
6615
6616 2008-06-06 Daniel Colascione <danc@merrillpress.com>
6617
6618 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6619 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6620 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6621 (nxml-fontify-buffer, nxml-do-fontify):
6622 Remove obsolete variables and functions.
6623 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6624 (nxml-degrade, nxml-after-change, nxml-after-change1)
6625 (nxml-extend-region, nxml-extend-after-change-region)
6626 (nxml-extend-after-change-region1, nxml-fontify-matcher)
6627 (nxml-toggle-char-ref-extra-display): Use font-lock, and
6628 font-lock-extend-region-functions in particular, to fontify
6629 nxml-mode buffers.
6630 (nxml-debug-region): New debugging helper function.
6631
6632 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6633 (nxml-scan-after-change, nxml-move-tag-backwards):
6634 Adapt for font-lock changes.
6635
6636 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
6637 (nxml-debug-set-inside, nxml-debug-clear-inside):
6638 New debugging functions.
6639 (nxml-with-degradation-on-error): New helper macro.
6640
6641 2008-06-06 Martin Rudalics <rudalics@gmx.at>
6642
6643 * window.el (display-buffer): Remove dead call to get-lru-window.
6644
6645 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * mail/sendmail.el (mail-interactive): Change default.
6648
6649 2008-06-05 John Paul Wallington <jpw@pobox.com>
6650
6651 * bindings.el (completion-ignored-extensions):
6652 Add .p64fsl, .d64fsl, and .dx64fsl.
6653
6654 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * ffap.el (ffap-prompter): Don't use the region.
6657
6658 2008-06-05 Sam Steingold <sds@gnu.org>
6659
6660 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6661 subdirectory to be registered.
6662
6663 2008-06-05 Martin Rudalics <rudalics@gmx.at>
6664
6665 * window.el (display-buffer-function, special-display-p)
6666 (special-display-buffer-names, special-display-regexps)
6667 (special-display-function, same-window-p, same-window-buffer-names)
6668 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6669 (pop-up-frame-function, pop-up-windows, even-window-heights)
6670 (split-window-preferred-function, split-height-threshold)
6671 (window--display-buffer-1, display-buffer, pop-to-buffer):
6672 Move from window.c and buffer.c.
6673 (window--splittable-p, window--try-to-split-window)
6674 (window--frame-usable-p, window--display-buffer-2)
6675 (window--even-window-heights): New functions.
6676 (split-width-threshold): New option.
6677 (split-window-preferred-horizontally): Remove.
6678
6679 * cus-start.el: Remove corresponding declarations.
6680
6681 2008-06-05 Sam Steingold <sds@gnu.org>
6682
6683 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6684 an error on modified buffers.
6685
6686 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * progmodes/etags.el (tags-verify-table): Be careful to use and update
6689 tags-file-name and tags-table-list from the right buffer.
6690 (tags-table-check-computed-list, tags-table-extend-computed-list)
6691 (find-tag-noselect): Use with-current-buffer.
6692
6693 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6694 Use print-circle.
6695
6696 * minibuffer.el (minibuffer-local-must-match-filename-map):
6697 Declare obsolete alias for the old name.
6698
6699 * abbrev.el (unexpand-abbrev): Better preserve markers.
6700
6701 2008-06-05 Glenn Morris <rgm@gnu.org>
6702
6703 * emacs-lisp/autoload.el (autoload-rubric): New function,
6704 extracted from autoload-ensure-default-file.
6705 (autoload-ensure-default-file): Use autoload-rubric.
6706
6707 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6708 (custom-dependencies-no-scan-regexp): New variable.
6709 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6710 Don't scan files matching custom-dependencies-no-scan-regexp.
6711 Disable undo in the output buffer. Remove kept-new-versions wackiness.
6712
6713 * finder.el (finder-headmark): Initialize and add doc string.
6714 (generated-finder-keywords-file): Doc fix.
6715 (finder-no-scan-regexp): New variable.
6716 (finder-compile-keywords): Use a single let binding.
6717 Disable undo in the output buffer. Use autoload-rubric.
6718 Use mapc rather than mapcar. Don't scan files matching
6719 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
6720 rather than concat. Use directory-files to do regexp matching.
6721 No need to require jka-compr.
6722 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
6723 (finder-list-matches): Disable undo.
6724 (finder-commentary): Use let rather than let*. Disable undo.
6725 (finder-current-item): Use zerop.
6726 (finder-mode): Use define-derived-mode.
6727 (finder-exit): Doc fix. Use dolist.
6728
6729 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6730 (custom-deps): Don't require $(lisp)/cus-load.el.
6731 (custom-deps, finder-data): Don't depend on autoloads.
6732 Should not be needed now, and doing so was causing make install to
6733 re-dump emacs post-bootstrap.
6734 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
6735 mid-build forces some things to be rebuilt.
6736
6737 2008-06-05 Miles Bader <miles@gnu.org>
6738
6739 * face-remap.el
6740 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
6741 (face-remap-remove-relative): Renamed from
6742 `remove-relative-face-remapping'.
6743 (face-remap-reset-base): Renamed from
6744 `set-default-base-face-remapping'.
6745 (face-remap-set-base): Renamed from `set-base-face-remapping'.
6746 (text-scale-increase): Renamed from `increase-buffer-face-height'.
6747 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
6748 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
6749
6750 * face-remap.el (variable-pitch-mode): Autoload.
6751
6752 2008-06-04 Sam Steingold <sds@gnu.org>
6753
6754 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
6755 Generate extra status headers for a Mercurial tree.
6756
6757 2008-06-04 John Paul Wallington <jpw@pobox.com>
6758
6759 * echistory.el (electric-history-map): Define within defvar.
6760 Add docstring.
6761
6762 * font-lock.el (font-lock-turn-off-thing-lock)
6763 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
6764 Use `bound-and-true-p'.
6765 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
6766 Doc fixes.
6767
6768 * international/ccl.el (define-ccl-program): Add `doc-string'
6769 declaration.
6770
6771 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
6772
6773 * face-remap.el (variable-pitch-mode): Reflow docstrings.
6774 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
6775
6776 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
6777
6778 * emacs-lisp/rx.el (rx): Doc fix.
6779
6780 2008-06-04 Markus Triska <markus.triska@gmx.at>
6781
6782 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
6783
6784 2008-06-04 Miles Bader <miles@gnu.org>
6785
6786 * face-remap.el (adjust-buffer-face-height): New function.
6787 Add autoloaded keybindings in ctl-x-map.
6788 (increase-buffer-face-height, decrease-buffer-face-height):
6789 Simplify interactive spec to just "p". Remove autoloaded keybindings.
6790
6791 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
6792
6793 * simple.el (line-move-1): If we did not move as far as desired,
6794 ensure that point-left and point-entered hooks are called.
6795
6796 2008-06-03 Sam Steingold <sds@gnu.org>
6797
6798 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
6799
6800 2008-06-03 John Paul Wallington <jpw@pobox.com>
6801
6802 * progmodes/make-mode.el (makefile-cleanup-continuations)
6803 (makefile-warn-suspicious-lines, makefile-warn-continuations):
6804 Use `derived-mode-p'.
6805
6806 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
6809 (ELCFILES): Update.
6810
6811 2008-06-03 Miles Bader <miles@gnu.org>
6812
6813 * face-remap.el: New file.
6814 * Makefile.in (ELCFILES): Add face-remap.elc.
6815
6816 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * progmodes/flymake.el (flymake-process-filter): Make sure the source
6819 buffer isn't dead.
6820
6821 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
6822 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
6823 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
6824 * obsolete/auto-show.el, obsolete/hscroll.el:
6825 Remove packages that were obsolete in Emacs-20, or that were obsolete
6826 in Emacs-21 and do not contain any more code.
6827
6828 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
6829 vc-client-mode is not set.
6830
6831 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
6832 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
6833
6834 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
6835 yet a bit more clever at distinguishing / from /.
6836
6837 2008-06-03 Kenichi Handa <handa@m17n.org>
6838
6839 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
6840
6841 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
6842
6843 * language/hanja-util.el: New file.
6844
6845 2008-06-03 Glenn Morris <rgm@gnu.org>
6846
6847 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
6848 Check that end-of-word follows "type".
6849
6850 2008-06-02 Daiki Ueno <ueno@unixuser.org>
6851
6852 * epa-file.el (epa-file-write-region): Write the entire buffer
6853 content if START is nil.
6854
6855 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
6856
6857 * select.el (x-get-selection): Fix typo.
6858
6859 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
6860
6861 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
6862 (describe-char): Use `looking-at-p', `string-match-p' when possible.
6863
6864 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6865
6866 * tar-mode.el (tar-header-block-summarize): Ensure one space around
6867 user&group.
6868
6869 2008-05-31 John Paul Wallington <jpw@pobox.com>
6870
6871 * help-fns.el (describe-variable-custom-version-info):
6872 Handle dotted `package-version' info.
6873
6874 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
6877
6878 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
6879
6880 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
6881 names and improve support for unregistered files.
6882
6883 2008-05-31 Glenn Morris <rgm@gnu.org>
6884
6885 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
6886 Remove shell variable `elc'. Split tests to hopefully be more portable.
6887 Fix `sel' assignment.
6888
6889 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
6890
6891 * minibuffer.el (completion-table-dynamic): Doc fix.
6892
6893 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
6896 Try and return `unregistered' when applicable.
6897
6898 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6899 Don't encourage naming variables with "-flag".
6900
6901 2008-05-30 Glenn Morris <rgm@gnu.org>
6902
6903 * Makefile.in (update-elclist): Hide the warning when it does not apply,
6904 make it milder when it does.
6905 (autogen-clean): New target.
6906 (maintainer-clean): Use autogen-clean.
6907
6908 * calendar/diary-lib.el (diary-display-function): New name for
6909 diary-display-hook. Keep old name as obsolete alias. Doc fix.
6910 Change custom type and version.
6911 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
6912 (diary-fancy-display): Doc fixes.
6913 (diary-list-entries, diary-include-other-diary-files)
6914 (diary-mail-entries):
6915 Use diary-display-function rather than diary-display-hook.
6916
6917 * calendar/appt.el (appt-check): Use diary-display-function rather than
6918 diary-display-hook.
6919 * calendar/cal-x.el (calendar-dedicate-diary): Update for
6920 diary-display-function replacing diary-display-hook.
6921 * org/org-agenda.el (org-get-entries-from-diary): Also set
6922 diary-display-function.
6923
6924 * calendar/cal-html.el (cal-html-list-diary-entries):
6925 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6926 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
6927 argument of diary-list-entries rather than setting diary-display-hook.
6928
6929 2008-05-30 Kenichi Handa <handa@m17n.org>
6930
6931 * international/mule-conf.el (utf-8-with-signature): Renamed from
6932 utf-8-sig.
6933 (utf-8-auto): Adjusted for the above change.
6934
6935 * international/mule-diag.el (describe-font): Don't check fontset
6936 here, and just call font-info. Get the default font by from the
6937 default face.
6938
6939 2008-05-29 Kenichi Handa <handa@m17n.org>
6940
6941 * international/mule-conf.el (utf-8-sig, utf-8-auto):
6942 New coding systems.
6943
6944 * international/mule.el (define-coding-system): Accept :bom for utf-8.
6945
6946 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
6947
6948 * international/utf-7.el (utf-7-encode): Use the right escape char
6949 depending on imap/nonimap encoding.
6950
6951 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
6954
6955 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
6956
6957 * icomplete.el (icomplete-prospects-height): Add :group.
6958
6959 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * icomplete.el (icomplete-prospects-length): Make obsolete.
6962 (icomplete-prospects-height): New var.
6963 (icomplete-completions): Use it.
6964
6965 2008-05-29 David Kastrup <dak@gnu.org>
6966
6967 * autoinsert.el (auto-insert): Add :link.
6968
6969 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * tar-mode.el (tar-header): New field `header-start'.
6972 (tar-header-block-tokenize): Set it when useful.
6973 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
6974 (tar-header-data-end): New function.
6975 (tar-summarize-buffer): Use it.
6976 (tar-next-line): Fix goal column for long usernames.
6977 (tar-expunge-internal): Use header-start.
6978 (tar-rename-entry): Handle ustar-style long names.
6979 (tar-alter-one-field): Add optional `descriptor' argument.
6980 (tar-subfile-save-buffer): Use it.
6981
6982 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * tar-mode.el (tar-header): New field `header-start'.
6985 (tar-header-block-tokenize): Set header-start for longlink entries.
6986 (tar-expunge-internal): Use header-start to expunge longlink entries.
6987
6988 * files.el (hack-local-variables): Don't signal an error if the local
6989 variable section is not properly terminated.
6990
6991 * emacs-lisp/easymenu.el (easy-menu-convert-item)
6992 (easy-menu-convert-item-1): Move the duplicate-generation outside of
6993 the caching so it also works for identical entries.
6994
6995 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
6996 (tar-mode): Use write-region-annotate-functions rather than
6997 write-contents-functions.
6998 (tar-extract): Remove unused var `pos'.
6999 (tar-subfile-save-buffer): Remove unused var `following-descs'.
7000 (tar-mode-write-file): Remove.
7001 (tar-write-region-annotate): New function.
7002
7003 * progmodes/flymake.el (flymake-save-buffer-in-file):
7004 * shadowfile.el (shadow-copy-file):
7005 * arc-mode.el (archive-*-write-file-member):
7006 * files.el (diff-buffer-with-file):
7007 * subr.el (with-temp-file): Pass nil to write-region.
7008 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7009
7010 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7011 the custom.
7012
7013 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7014 to write-region.
7015
7016 2008-05-28 Glenn Morris <rgm@gnu.org>
7017
7018 * Makefile.in (update-elclist): Work around non-portability of "\"
7019 in various implementations of echo.
7020
7021 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * international/mule-diag.el (describe-current-coding-system):
7024 Don't assume selection-coding-system is always defined.
7025
7026 * tar-mode.el: Use defstruct and markers.
7027 (tar-setf): Remove.
7028 (tar-header): Use defstruct. Add `data-start' field.
7029 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7030 (tar-desc-data-start): Remove (now called tar-header-data-start).
7031 (tar-roundup-512): New fun.
7032 (tar-header-block-tokenize): Receive a buffer position rather than
7033 a string. Handle @longLink here, be more careful about it.
7034 Create a marker for data-start.
7035 (tar-summarize-buffer): Don't handle @LongLink here any more.
7036 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7037 data-start on the following entries any more.
7038 (tar-chown-entry, tar-chgrp-entry): Use read-number.
7039
7040 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7041 (tar-header-offset): Remove.
7042 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7043 Not permanent any more.
7044 (tar-data-buffer): New var.
7045 (tar-data-swapped-p, tar-change-major-mode-hook)
7046 (tar-mode-kill-buffer-hook): New funs.
7047 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7048 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7049 (tar-clear-modification-flags, tar-alter-one-field)
7050 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7051 Change accordingly.
7052
7053 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7054
7055 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7056 (vc-dir-resynch-file): ... this. Update callers.
7057 Use vc-string-prefix-p. Ignore directory args.
7058 (vc-string-prefix-p): CSE.
7059 (vc-resynch-buffer): Restore conditional.
7060
7061 * vc-hooks.el (vc-after-save): Improve test.
7062 (vc-mode-line): Fix indentation.
7063
7064 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * calendar/parse-time.el (parse-time-months)
7067 (parse-time-weekdays): Add long-form month and day names.
7068
7069 2008-05-27 Glenn Morris <rgm@gnu.org>
7070
7071 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7072
7073 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * vc-dispatcher.el (vc-string-prefix-p): New function.
7076 (vc-dir-parent-marked-p): Use it.
7077
7078 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7079
7080 * vc.el (Problems): Remove fixed issues.
7081 (vc-expand-dirs): Avoid returning directories.
7082 (vc-dir): Fix C-x v v binding.
7083 (vc-make-backend-object): Fix name.
7084 (vc-dir-show-fileentry): Fix docstring.
7085 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
7086 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
7087 Reset the state for directories.
7088 (vc-dir-headers): Align labels.
7089 (vc-default-status-printer): Do no call prettify-state-info.
7090 (vc-deduce-fileset): Replace implementation with one based on a
7091 working older version.
7092 (vc-next-action): Use the new form of vc-deduce-fileset.
7093 Fix dealing with unregistered files.
7094
7095 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7096 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7097 (vc-dir-child-files): New function.
7098 (vc-dir-node-directory): New function.
7099 (vc-dir-update, vc-dir-parent-marked-p)
7100 (vc-dir-children-marked-p, vc-dir-mark-all-files)
7101 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7102
7103 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7104
7105 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7108 (diff-font-lock-keywords, diff-context->unified)
7109 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7110 (diff-hunk-text, diff-find-source-location): Use it.
7111 (diff-post-command-hook): Let the user edit the hunk headers.
7112
7113 2008-05-26 Andreas Schwab <schwab@suse.de>
7114
7115 * vc.el (vc-default-prettify-state-info): Fix formatting of an
7116 unknown state.
7117
7118 * tar-mode.el (tar-summarize-buffer): Comment fix.
7119
7120 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7121
7122 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7123
7124 2008-05-26 Glenn Morris <rgm@gnu.org>
7125
7126 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7127
7128 2008-05-25 John Paul Wallington <jpw@pobox.com>
7129
7130 * proced.el (proced-next-line, proced-previous-line):
7131 Avoid calling `next-line' and `previous-line' from Lisp code.
7132
7133 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
7134
7135 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7136 Use diary-ordinal-suffix.
7137
7138 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7141 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7142 (edebug-save-displayed-buffer-points, edebug-initial-mode)
7143 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7144 (edebug-print-length, edebug-print-level, edebug-print-circle)
7145 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7146 (edebug-global-break-condition, edebug-sit-for-seconds):
7147 Remove spurious * from defcustom docstrings.
7148 (edebug-unwrap*, edebug-signal, edebug-eval-display):
7149 Improve argument/docstring consistency.
7150 (edebug-test-coverage, edebug-gensym, edebug-read)
7151 (edebug-top-level-nonstop, edebug-eval-result-list)
7152 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7153 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7154 (edebug-display-freq-count): Reflow docstrings.
7155 (edebug-restore-status): Doc fix.
7156
7157 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * proced.el (proced-header-line): Use the :align-to 0 feature
7160 rather than computing the corresponding position manually.
7161 (proced-update): Don't hardcode point-min==1.
7162
7163 2008-05-24 Alan Mackenzie <acm@muc.de>
7164
7165 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7166 if c-file-style is set to a non-string.
7167
7168 (c-neutralize-CPP-line): Surround by `save-excursion'.
7169 (c-neutralize-syntax-in-CPP): Optimize for speed.
7170
7171 2008-05-24 Glenn Morris <rgm@gnu.org>
7172
7173 * Makefile.in (update-elclist): New target, to update ELCFILES.
7174 (bootstrap-after): Run update-elclist.
7175
7176 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
7177
7178 * icalendar.el (icalendar-version): Increase to "0.19".
7179 (icalendar--date-style): New function.
7180 (icalendar--datetime-to-diary-date): Doc fix.
7181 Use icalendar--date-style.
7182 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
7183 (icalendar--convert-yearly-to-ical)
7184 (icalendar--convert-recurring-to-diary): Handle iso date style,
7185 use icalendar-date-style.
7186
7187 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
7188
7189 * vc.el (vc-delete-file): Make sure the buffer is deleted and
7190 vc-dir buffers are updated.
7191
7192 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * vc.el (vc-delete-file): Don't try to resynch the buffer.
7195
7196 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
7197
7198 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7199 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7200 (reftex-extra-bindings): Use it.
7201
7202 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7203 away from the user-reserved keys.
7204
7205 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7206 New vars.
7207 (ada-create-keymap): Use them.
7208
7209 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7212 a properly-grouped regexp.
7213
7214 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * progmodes/cap-words.el (capitalized-words-mode):
7217 Fix typos in docstring.
7218
7219 2008-05-23 Kenichi Handa <handa@m17n.org>
7220
7221 * international/mule-conf.el: Don't define the charset `emacs'
7222 here, just put :docstring, :short-name, and :long-name.
7223
7224 2008-05-22 Kenichi Handa <handa@m17n.org>
7225
7226 * international/mule-diag.el (font-show-log): Limit each listing
7227 to 20 items.
7228
7229 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7232 (gdb-annotation-rules): New entry for "thread-changed".
7233 (gdb-thread-changed): New function.
7234
7235 2008-05-23 Glenn Morris <rgm@gnu.org>
7236
7237 * Makefile.in (SOURCES): Remove, unused.
7238 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7239 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7240 Exclude more '*loaddefs' files.
7241 (compile-always): Simplify '.elc' deletion.
7242
7243 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7246 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7247
7248 * minibuffer.el (completion-boundaries): Change calling
7249 convention, so `string' has the same semantics as in
7250 try-completion and all-completions.
7251 (completion-table-with-context, completion--embedded-envvar-table)
7252 (completion--file-name-table)
7253 (completion-pcm--find-all-completions): Adjust code accordingly.
7254
7255 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7258 prune image-mode-winprops-alist, preventing it from growing
7259 indefinitely.
7260 (image-mode-reapply-winprops): Use it.
7261
7262 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
7263
7264 * net/netrc.el (netrc-machine): Always match if the port is not given.
7265
7266 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * minibuffer.el (completion-pcm--find-all-completions):
7269 Don't add pseudo-completions.
7270
7271 * icomplete.el (icomplete-eoinput): Remove.
7272 (icomplete-overlay): New var to replace it.
7273 (icomplete-tidy): Rewrite.
7274 (icomplete-exhibit): Use an overlay.
7275 (icomplete-completions): Use completion-all-sorted-completions.
7276 Obey completion-ignore-case.
7277
7278 * files.el (locate-dominating-file): Accept non-existing argument.
7279 (project-find-settings-file): Rewrite, using locate-dominating-file.
7280
7281 2008-05-22 Kenichi Handa <handa@m17n.org>
7282
7283 * faces.el (font-weight-table, font-slant-table, font-width-table):
7284 Delete them. Don't call internal-set-font-style-table.
7285
7286 * international/mule-diag.el (font-show-log): New function.
7287
7288 * international/fontset.el (script-representative-chars): Add more
7289 chars for latin. Add data for symbol.
7290 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7291
7292 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * minibuffer.el (completion-all-sorted-completions): New var.
7295 (completion--flush-all-sorted-completions)
7296 (completion-all-sorted-completions): New functions.
7297 (minibuffer-force-complete): New command.
7298
7299 2008-05-21 Glenn Morris <rgm@gnu.org>
7300
7301 * files.el (c-postprocess-file-styles): Declare for compiler.
7302
7303 * Makefile.in: Allow for parallel byte-compiling.
7304 (ELCFILES): New variable.
7305 (.el.elc): Remove prerequisites from suffix rule. Print a message.
7306 (compile-first, compile-main, compile-last): New targets.
7307 (compile-always): Simplify - delete .elc files, then `make compile'.
7308
7309 * Makefile.in (compile-calc): Use glob rather than find.
7310 ($(lisp)/progmodes/cc-mode.elc): Use $@.
7311
7312 * eshell/esh-module.el: No need for cl when compiling.
7313
7314 * eshell/eshell.el (eshell-defgroup): New alias.
7315 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7316 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7317 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7318 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7319 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7320 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7321 Autoload the custom group. Set generated-autoload-file.
7322 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7323 for eshell-defgroup.
7324 * eshell/esh-module.el (eshell-load-defgroups): Remove.
7325 Require esh-groups rather than loading it.
7326
7327 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7328
7329 * proced.el (proced-header-line): New variable and new function.
7330 (proced-mode): Set header-line-format.
7331 (proced-update): Set proced-header-line.
7332 (proced-send-signal): Use proced-header-line.
7333
7334 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * macros.el (insert-kbd-macro): Use prin1-char.
7337
7338 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * minibuffer.el (completion-boundaries): New function.
7341 (completion--some): Delay errors.
7342 (complete-with-action, completion-table-with-context):
7343 Handle `boundaries' case.
7344 (completion--try-word-completion): Avoid partial-completion
7345 when the user hasn't entered anything yet.
7346 (minibuffer-local-map, minibuffer-local-filename-completion-map)
7347 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7348 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7349 Setup default keybindings.
7350 (completion--embedded-envvar-re): New var.
7351 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
7352 (completion--file-name-table): Handle `boundaries' case.
7353 (completion-pcm--pattern->regex): Avoid pathological backtracking.
7354 (completion-pcm--all-completions): Add a `prefix' arg.
7355 (completion-pcm--find-all-completions): New function.
7356 (completion-pcm-all-completions, completion-pcm-try-completion):
7357 Use it.
7358
7359 * icomplete.el (icomplete-completions): Don't use `predicate' with
7360 a table of a different type than `candidates'.
7361
7362 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7363
7364 * proced.el (proced-goal-column): Rename from proced-procname-column.
7365 (proced-goal-header-re): Rename from proced-procname-column-regexp.
7366 (proced-move-to-goal-column): Rename from proced-move-to-procname.
7367 (proced-header-face, proced-header-regexp): Remove.
7368 (proced-font-lock-keywords): Remove proced-header-face.
7369 (proced-header-alist, proced-sorting-schemes-re): New variables.
7370 (proced): Rename Proced buffer to *Proced*.
7371 (proced-next-line, proced-previous-line): New commands.
7372 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7373 (proced-hide-processes): Do not treat first line as special.
7374 (proced-header-space): New function.
7375 (proced-update): Use header-line-format.
7376 Initialize proced-header-alist and proced-sorting-schemes-re.
7377 Set proced-goal-column. Include proced-command in mode-name.
7378 (proced-send-signal): Use header-line-format for *Marked
7379 Processes* buffer.
7380 (proced-sort): Restrict minibuffer completion to applicable
7381 sorting schemes.
7382 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7383
7384 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * icomplete.el (icomplete-simple-completing-p):
7387 Allow icomplete-with-completion-tables to say "use it everywhere".
7388 (icomplete-completions): Obey completion-styles. Try to accommodate
7389 partial-completion style.
7390
7391 2008-05-20 Michael Olson <mwolson@gnu.org>
7392
7393 * files.el (project-find-settings-file): Change concat to
7394 expand-file-name.
7395
7396 2008-05-19 Tom Tromey <tromey@redhat.com>
7397
7398 * files.el (normal-mode): Call hack-project-variables.
7399 (hack-local-variables-confirm): Add 'project' argument.
7400 (hack-local-variables-apply): New function.
7401 (hack-local-variables): Use it.
7402 (project-class-alist, project-directory-alist): New variables.
7403 (project-get-alist): New function.
7404 (project-collect-bindings-from-alist)
7405 (project-collect-binding-list, set-directory-project)
7406 (project-find-settings-file, project-define-from-project-file)
7407 (hack-project-variables): New functions.
7408
7409 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7410
7411 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7412
7413 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
7414
7415 * faces.el (font-weight-table): Fix typo in docstring.
7416
7417 2008-05-18 David Hull <david@snap.com> (tiny change)
7418
7419 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7420 (vc-hg-annotate-command): Allow white space before version number.
7421
7422 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7423
7424 * calc/calc-yank.el (calc-register-alist): New variable.
7425 (calc-set-register, calc-get-register, calc-copy-to-register)
7426 (calc-insert-register, calc-add-to-register, calc-append-to-register)
7427 (calc-prepend-to-register): New functions.
7428
7429 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7430 `calc-copy-to-register' and `calc-insert-register'.
7431 Autoload new register functions.
7432
7433 * calc/calc-help.el (calc-r-prefix-help): Add help for register
7434 functions.
7435
7436 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
7437
7438 * vc.el (Todo): Add known problems.
7439 (vc-dir-backend): New variable.
7440 (vc-dir): Set it.
7441 (vc-make-backend-object, vc-generic-status-printer)
7442 (vc-generic-state, vc-generic-status-fileinfo-extra)
7443 (vc-dir-extra-menu): Use it.
7444 (vc-generic-dir-headers): Remove, unused.
7445
7446 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7447 vc-dir-prev-directory for consistency with vc-dir-previous-line.
7448 (vc-dir-mode-map): Fix bindings.
7449
7450 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7451
7452 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7453
7454 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7455 operated on.
7456 (calc-kill-region): Kill entire lines.
7457
7458 2008-05-17 Glenn Morris <rgm@gnu.org>
7459
7460 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7461 simplify initial value.
7462 (defezimage): Drop support for Emacs without defimage, use a featurep
7463 test rather than fboundp when defining, drop with-no-warnings.
7464 (ezimage-insert-over-text): Move featurep test inside
7465 add-text-properties.
7466
7467 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7468
7469 * net/tramp.el (top-level): Load auth-source when compiling.
7470
7471 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7472
7473 2008-05-17 Andreas Schwab <schwab@suse.de>
7474
7475 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7476
7477 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
7478
7479 * vc.el (vc-annotate-show-diff-revision-at-line): Change
7480 vc-diff-internal arg to match what vc-deduce-fileset returns now.
7481
7482 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7483
7484 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7485
7486 2008-05-17 Jim Meyering <meyering@redhat.com>
7487
7488 * ido.el (ido-save-history): Do not emit a trailing newline at the
7489 end of the ido history file.
7490
7491 2008-05-16 John Paul Wallington <jpw@pobox.com>
7492
7493 * vc-dispatcher.el (top-level): Revert previous change: require cl
7494 when compiling.
7495
7496 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7497
7498 * vc.el (vc-default-status-printer)
7499 (vc-default-prettify-state-info): Enhance the state prettyprinter
7500 to deal better with unknown states and indirect through it when
7501 painting vc-dir buffers.
7502
7503 2008-05-16 John Paul Wallington <jpw@pobox.com>
7504
7505 * vc-dispatcher.el (top-level): Don't require cl when compiling.
7506 (vc-dir-mode-map): Fix backquote.
7507 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
7508
7509 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
7510
7511 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7512 Reported by Glenn Morris <rgm@gnu.org>.
7513
7514 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7515
7516 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7517 the end of the file, it was good work at one time but has been
7518 stale since 1995 and may now be actively misleading.
7519 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7520 CVS repository and module (assumptions for the latter a bit iffy).
7521 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7522 SVN repository.
7523
7524 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
7525
7526 * vc-rcs.el (vc-rcs-create-tag):
7527 * vc-sccs.el (vc-sccs-create-tag):
7528 Fix typo in error message and pass backend arg.
7529
7530 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
7531
7532 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7533
7534 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
7535
7536 * net/tramp.el: Load auth-source library.
7537 (tramp-read-passwd): Use it for password, not login.
7538
7539 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
7540
7541 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7542 (ses-print-cell): Use string-width, truncate-string-to-width,
7543 delete-region rather than length, substring, delete-char.
7544 (ses-setup): Set inhibit-point-motion-hooks to t.
7545 Calculate position by actually moving point rather than just using
7546 unibyte character length.
7547 (ses-mode): Set indent-tabs-mode to nil.
7548 (ses-center): Use string-width rather than length.
7549
7550 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
7551
7552 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7553 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7554 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7555 vc-*-create-tag and vc-*-retrieve-tag respectively.
7556
7557 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7558 unneeded defalias.
7559
7560 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7561
7562 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7563 about buffer names.
7564
7565 2008-05-15 Glenn Morris <rgm@gnu.org>
7566
7567 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7568
7569 * org/org-exp.el (org-infojs-options-inbuffer-template):
7570 Fix declaration.
7571
7572 * progmodes/cc-mode.el (declare-function): Add compat definition.
7573 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7574
7575 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
7576
7577 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7578 list to a cons so the caller can get back both expanded and
7579 unexpanded filesets.
7580 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7581 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7582 Change handling of selection-set returns as required.
7583
7584 2008-05-15 John Paul Wallington <jpw@pobox.com>
7585
7586 * add-log.el (top-level): Don't require cl when compiling.
7587
7588 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7589 (archive-*-extract): Use `zerop'.
7590 (archive-*-write-file-member): Use `or', use `zerop'.
7591
7592 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7593
7594 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7595 (ibuffer-mark-interactive, ibuffer-set-mark)
7596 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7597 (ibuffer-map-lines, ibuffer-switch-format)
7598 (ibuffer-update-title-and-summary)
7599 (ibuffer-redisplay-engine): Use it.
7600
7601 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7602 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7603 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7604 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7605 (ibuffer-mark-read-only-buffers)
7606 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7607
7608 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7609 (define-ibuffer-column, define-ibuffer-sorter)
7610 (define-ibuffer-op, define-ibuffer-filter): Add declarations
7611 containing indentation specs, replacing equivalent top-level
7612 forms that set `lisp-indent-function' properties.
7613 (define-ibuffer-op): Use `derived-mode-p'.
7614 (define-ibuffer-filter): Remove redundant `concat' call.
7615
7616 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
7617
7618 * net/tramp.el (tramp-echo-mark): Update docstring.
7619 (tramp-echo-mark-marker): New defconst.
7620 (tramp-check-for-regexp): Use it.
7621
7622 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
7623
7624 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7625 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7626 as parent.
7627
7628 2008-05-14 John Paul Wallington <jpw@pobox.com>
7629
7630 * international/mule.el (convert-define-charset-argument):
7631 Remove period from end of error message.
7632 (coding-system-mnemonic): Doc fix.
7633 (ctext-pre-write-conversion): Doc fix.
7634
7635 2008-05-14 Simon Marshall <simon@gnu.org>
7636
7637 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
7638 from its default value and give it the risky-local-variable
7639 property (CVE-2008-2142).
7640
7641 2008-05-14 Kenichi Handa <handa@m17n.org>
7642
7643 * language/korean.el ("Korean"): Set `iso639-language'
7644 property to `ko'.
7645
7646 * language/japanese.el ("Japanese"): Set `iso639-language'
7647 property to `ja'.
7648
7649 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7650 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7651 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7652
7653 * international/mule-cmds.el (set-language-environment):
7654 Set current-iso639-language.
7655
7656 * international/fontset.el (setup-default-fontset): For kana, han,
7657 hangul, and cjk-misc, move an entry with font-spec at the end.
7658 (generate-fontset-menu): Exclude fontset-auto* from the list.
7659
7660 * composite.el (compose-chars-after): Assume that WINDOW is always
7661 non-nil.
7662
7663 * faces.el (font-weight-table, font-slant-table)
7664 (font-swidth-table): Declare them by defconst. Change the format
7665 of elements. Call internal-set-font-style-table after their
7666 declaration.
7667 (face-valid-attribute-values): Call font-family-list. Get values
7668 for width, weight, and slant from font-xxx-table.
7669
7670 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7671
7672 2008-05-13 John Paul Wallington <jpw@pobox.com>
7673
7674 * ibuffer.el (ibuffer-buffer-file-name): New function.
7675 (define-ibuffer-column filename): Use it.
7676
7677 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7678
7679 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * talk.el (talk): Simplify. Pass display arg to talk-add-display
7682 as a string.
7683 (talk-add-display): Simplify. Accept only string args.
7684
7685 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
7686
7687 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7688
7689 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * Makefile.in (bootstrap-prepare): Don't chmod files.
7692 (autoloads): Do it here instead, where it's actually needed.
7693
7694 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * tool-bar.el (tool-bar-make-keymap): Account for the optional
7697 KEY-BINDING-DATA field in menu-item list.
7698
7699 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * dired.el (dired-read-dir-and-switches): Move things about to use less
7702 recursion during macroexpansion.
7703
7704 * dired.el (dired-read-dir-and-switches): Use read-file-name.
7705
7706 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7707 completion-ignored-extension directories if there's something else.
7708 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7709 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7710 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7711 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7712 buffer-read-only -> inhibit-read-only.
7713
7714 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
7715
7716 * vc.el (vc-expand-dirs): Stop this function from tossing out
7717 explicitly specified files.
7718
7719 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7720
7721 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7722 to `insert'.
7723
7724 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
7725
7726 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7727 cons. Use vc-annotate-backend.
7728 (with-vc-file, edit-vc-file): Remove unused macros.
7729
7730 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
7731
7732 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7733 (smtpmail-try-auth-methods): Use it.
7734
7735 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
7738 (setf (nthcdr ..) ..) doesn't require CL at runtime.
7739
7740 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
7741
7742 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
7743
7744 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
7747 (vc-bzr-revision-completion-table): Use process-file.
7748 (vc-bzr-working-revision): Pass relative file names.
7749
7750 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
7751
7752 2008-05-11 Juri Linkov <juri@jurta.org>
7753
7754 * wid-edit.el (widget-image-directory): Change default image data
7755 subdirectory from "custom" to "images/custom".
7756
7757 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
7758 before recursive call to `Info-next-preorder' to not add
7759 intermediate nodes to the history.
7760
7761 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
7762
7763 * emulation/cua-base.el: Put isearch-scroll property
7764 on cua-scroll-up and cua-scroll-down.
7765
7766 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
7767
7768 * vc-hooks.el (vc-recompute-state): Remove (dead code).
7769
7770 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
7771
7772 * vc-dispatcher.el (ewoc): Require.
7773 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
7774
7775 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
7776
7777 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
7778
7779 * term/w32-win.el (x-colors):
7780 * term/mac-win.el (x-colors):
7781 * term/x-win.el (x-colors): Re-order colors.
7782
7783 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
7784
7785 * smerge-mode.el (smerge-command-prefix): Fix custom type.
7786
7787 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
7788
7789 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
7790 New functions implementing motion to next and previous directory.
7791
7792 * vc-arch.el (vc-arch-command):
7793 * vc-bzr.el (vc-bzr-command):
7794 * vc-cvs.el (vc-cvs-command):
7795 * vc-dispatcher.el (vc-do-command):
7796 * vc-git.el (vc-git-command):
7797 * vc-hg.el (vc-hg-command):
7798 * vc-mcvs.el (vc-mvcs-command):
7799 * vc-mtn.el (vc-mtn-command):
7800 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
7801 (vc-sccs-workfile-unchanged-p):
7802 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
7803 * vc-rcs.el (all methods): Remove assumption about what a nil
7804 argument to vc-do-command means. This means no buffer name needs
7805 to be hardcoded into the dispatcher layer, and it's better to be
7806 explicit anyway.
7807
7808 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
7809
7810 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * vc.el: Update todo.
7813
7814 * vc-sccs.el (vc-sccs-dir-status):
7815 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
7816 backends and returning up to date files.
7817
7818 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
7819
7820 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7821
7822 * vc.el (vc-dir):
7823 * vc-hooks.el: Tweak the VC directory bindings. These are now
7824 documented in the manual.
7825
7826 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
7827 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7828 (vc-dispatcher-selection-set): Allow callers to pass in an
7829 observer flag that says no buffer sync is required.
7830 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
7831 Use the observer flag.
7832
7833 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
7834
7835 * simple.el (start-file-process): Clarify docstring.
7836
7837 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7838
7839 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
7840 Remove stub implementations of, and references to, wash-log.
7841 * vc-rcs.el (vc-rcs-comment-history):
7842 * vc-cvs.el (vc-cvs-comment-history):
7843 Inline the code that used to be wash-log.
7844
7845 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
7846 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7847 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
7848 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
7849 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
7850 (vc-rcs-print-log): Grok directories.
7851
7852 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * vc.el (vc-mark-resolved): Add `backend' argument.
7855 (vc-next-action): Pass it the backend.
7856 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
7857 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
7858 (vc-default-comment-history, vc-default-create-snapshot)
7859 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
7860 (vc-annotate-revision-previous-to-line)
7861 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
7862 * vc-svn.el (vc-svn-checkout):
7863 * vc-mcvs.el (vc-mcvs-checkout):
7864 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
7865 (vc-working-revision, vc-before-save, vc-mode-line):
7866 Prefer vc-call-backend to vc-call so as not to recompute the backend.
7867
7868 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
7869 state to be consistent since it's often an unwarranted restriction.
7870 Don't return the state either.
7871 (vc-next-action): Check that the state is consistent.
7872 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
7873 (vc-rollback, vc-update): Adapt to new return value of
7874 vc-deduce-fileset.
7875
7876 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
7877 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
7878 (vc-dispatcher-in-fileset-p): New fun.
7879 (vc-dispatcher-selection-set): Use it to properly handle directories.
7880
7881 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
7882
7883 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
7884 (vc-update): Remove unused let bindings.
7885
7886 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7887
7888 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
7889 (vc-diff, vc-revert, vc-rollback, vc-update):
7890 * vc-dispatcher.el (vc-dispatcher-selection-set):
7891 Get rid of 4 special cases in fileset selection. This involved
7892 changing the return value of (vc-deduce-fileset) so that it passes
7893 back a deduced state as well as a deduced back end.
7894
7895 2008-05-08 Sam Steingold <sds@gnu.org>
7896
7897 * progmodes/compile.el (compilation-minor-mode-map)
7898 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
7899 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
7900 it to `compilation-minor-mode-map' (instead of an explicit `cons').
7901
7902 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7903
7904 * org/org.el (org-modules, org-format-latex-options):
7905 * org/org-archive.el (org-archive-stamp-time)
7906 (org-archive-save-context-info):
7907 * org/org-faces.el (org-hide):
7908 * org/org-irc.el (org-irc-parse-link):
7909 * org/org-macs.el (org-call-with-arg, org-autoload):
7910 * org/org-mew.el (org-mew-store-link):
7911 * org/org-remember.el (org-remember-store-without-prompt)
7912 (org-remember-templates): Fix typos in docstrings.
7913
7914 * org/org-info.el (org-info-store-link): Remove leftover docstring.
7915
7916 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7917 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7918 (org-bbdb-anniv-split): Fix typos in docstrings.
7919
7920 * org/org-publish.el (org-publish-project-alist): Doc fixes.
7921 (org-publish-use-timestamps-flag): Reflow docstring.
7922 (org-publish-files-alist): Fix typos in docstring.
7923
7924 2008-05-07 Sam Steingold <sds@gnu.org>
7925
7926 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
7927 appears to be too aggressive with window removal.
7928
7929 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
7930
7931 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7932 Add leda and 0in as pragma keywords.
7933 (verilog-pretty-expr): Support lining up assignments which include
7934 part selects.
7935 (verilog-mode): More portable check for the availability of
7936 hideshow support.
7937 (verilog-do-indent): Remove special indent for declarations inside
7938 a parenthetical list. The code is ill-advised, and doesn't work
7939 given the new user defined types.
7940 (verilog-set-auto-endcomments): Enhance function automatic
7941 endcomment to support functions that return user defined types.
7942 (verilog-mode): Add code to tell which-function-mode minor mode
7943 that Verilog supports this feature.
7944
7945 2008-05-08 Eli Zaretskii <eliz@gnu.org>
7946
7947 * epa-file.el: Require epa-hook.
7948
7949 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
7950
7951 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
7952 file-names clashes on 8+3 filesystems. Provide epa-hook.
7953
7954 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
7955 file-names clashes on 8+3 filesystems.
7956
7957 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
7958
7959 * org/org.el (org-read-date-get-relative): Interpret lone
7960 weekday abbreviation as relative to today.
7961
7962 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7963
7964 * abbrev.el (define-abbrev-table):
7965 * composite.el (toggle-auto-composition):
7966 * json.el (json-alist-p, json-plist-p):
7967 * minibuffer.el (completion-table-with-predicate):
7968 * ps-mule.el (ps-mule-external-libraries):
7969 * emacs-lisp/advice.el (ad-special-form-p):
7970 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7971 * eshell/em-smart.el (eshell-review-quick-commands):
7972 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
7973 (python-skip-out, python-check-comint-prompt):
7974 Don't use `iff' in docstrings.
7975
7976 * international/robin.el (robin-package-alist): Fix typo in docstring.
7977 (robin-current-package-name): Doc fix.
7978 (robin-activate): Don't use `iff' in docstring.
7979
7980 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
7981
7982 * vc.el, vc-dispatcher.el: VC-Dired support removed.
7983 The code uses a ewoc-based implementation now.
7984 * vc-hooks.el: Support for Meta-CVS has been removed.
7985
7986 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * tool-bar.el: Choose images dynamically.
7989 (tool-bar-make-keymap, tool-bar-find-image): New function.
7990 (tool-bar-find-image-cache): New var.
7991 (tool-bar-local-item, tool-bar-local-item-from-menu):
7992 Don't select the image yet, do it later in tool-bar-make-keymap.
7993
7994 2008-05-07 Andreas Schwab <schwab@suse.de>
7995
7996 * window.el: Require 'cl when compiling.
7997
7998 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
7999
8000 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8001
8002 2008-05-07 Glenn Morris <rgm@gnu.org>
8003
8004 * subr.el (ignore-errors): Move here from cl-macs.el.
8005 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8006
8007 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8008 oddness.
8009
8010 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
8011
8012 * vc-hooks.el (vc-find-file-hook):
8013 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8014 further from vc.el.
8015 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8016
8017 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
8018
8019 * progmodes/verilog-mode.el (verilog-getopt-file):
8020 Cleanup warning message format.
8021 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8022 (verilog-auto-inout, verilog-auto-inout-module)
8023 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8024 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8025 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8026 (verilog-auto-sense-sigs, verilog-auto-tieoff)
8027 (verilog-auto-unused, verilog-auto-wire)
8028 (verilog-decls-get-assigns, verilog-decls-get-consts)
8029 (verilog-decls-get-gparams, verilog-decls-get-inouts)
8030 (verilog-decls-get-inputs, verilog-decls-get-outputs)
8031 (verilog-decls-get-ports, verilog-decls-get-regs)
8032 (verilog-decls-get-signals, verilog-decls-get-wires)
8033 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8034 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8035 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8036 (verilog-inject-sense, verilog-library-filenames)
8037 (verilog-mode-release-date, verilog-mode-version)
8038 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8039 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8040 (verilog-modi-get-assigns, verilog-modi-get-consts)
8041 (verilog-modi-get-gparams, verilog-modi-get-inouts)
8042 (verilog-modi-get-inputs, verilog-modi-get-outputs)
8043 (verilog-modi-get-ports, verilog-modi-get-regs)
8044 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8045 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8046 (verilog-modi-get-wires, verilog-preserve-cache)
8047 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8048 (verilog-read-sub-decls, verilog-read-sub-decls-line)
8049 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8050 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8051 Add caching of additional state, and rework signal extraction
8052 routines to improve AUTO expansion performance by 300%++.
8053
8054 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
8055
8056 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8057 Tweak Open Watcom regexp to distinguish between errors and warnings.
8058
8059 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * dired.el (dired-read-dir-and-switches): Fix up last change.
8062
8063 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
8064
8065 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8066 out of this function, move it to vc-dispatcher-selection-set.
8067
8068 2008-05-05 Sam Steingold <sds@gnu.org>
8069
8070 * window.el (delete-other-windows-vertically): New function.
8071
8072 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * dired.el (dired-read-dir-and-switches):
8075 Obey read-file-name-completion-ignore-case.
8076
8077 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
8078
8079 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8080 Add regexp for Open Watcom compiler output.
8081
8082 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
8083
8084 * progmodes/python.el (python-block-pairs): Align finally with except.
8085
8086 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8089
8090 2008-05-05 Tom Tromey <tromey@redhat.com>
8091
8092 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8093 looking at conflict marker.
8094
8095 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8098 client-mode -> vc-client-object, and guess `funcall' was meant.
8099 (vc-dir-mode): Rename client-mode -> vc-client-mode.
8100
8101 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
8102
8103 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8104 (dbus-debug): Move declarations outside eval-when-compile.
8105
8106 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8107
8108 * proced.el (proced-command-alist): Fix system-type values.
8109 Fix defcustom.
8110 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8111 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8112 (proced-sort-start, proced-sort, proced-sort-time): New commands.
8113 (proced-update): Use proced-sorting-scheme. Update modeline.
8114 (proced-send-signal): Use nreverse.
8115 (proced-sorting-scheme-p): New function.
8116
8117 2008-05-04 Andreas Schwab <schwab@suse.de>
8118
8119 * vc.el: Require dired when compiling.
8120
8121 * minibuffer.el (completion--insert-strings): Don't delete past bol.
8122
8123 2008-05-03 Glenn Morris <rgm@gnu.org>
8124
8125 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8126 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8127 Simplify compilation requirements.
8128 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8129 declarations.
8130
8131 2008-05-03 Dave Love <fx@gnu.org>
8132
8133 * progmodes/python.el (python-beginning-of-statement):
8134 Loop at least once (fixes 2008-02-21 change).
8135
8136 2008-05-03 Eli Zaretskii <eliz@gnu.org>
8137
8138 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8139 instead of `length' for comparing length of user and group names.
8140
8141 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
8142
8143 * vc-dispatcher.el: New file, separates out the UI and command
8144 execution machinery from VCS-specific logic left in vc.el.
8145 The separation is not yet completely clean, but it's a good start.
8146 * vc.el: This file is about 1700 lines shorter now.
8147 Remove obsolete logentry-check from the backend API.
8148 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
8149 implementation of the logentry-check method, and it guarded against
8150 a log length limit that has probably been obsolete for 15 years (!).
8151
8152 2008-05-02 Sam Steingold <sds@gnu.org>
8153
8154 * progmodes/compile.el (compilation-start): Move setting of
8155 compilation-directory after (funcall mode) as that resets local
8156 variables, this fixes recompile in grep buffers.
8157 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8158 in dired &c).
8159
8160 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8161
8162 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8163 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8164 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8165 has one of these and that all are called in compatible ways.
8166 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8167 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8168 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8169 backend has one of these.
8170
8171 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8174 initialization into define-abbrev-table. Use :regexp.
8175 (octave-mode-syntax-table): Don't set word syntax for `.
8176
8177 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8178 than only value.
8179
8180 * dired.el (dired-read-dir-and-switches):
8181 Set minibuffer-completing-file-name and call substitute-in-file-name.
8182 (dired-format-columns-of-files): Use completion--insert-strings.
8183
8184 * minibuffer.el (completion-hilit-commonality): Revert last change:
8185 the leftover code was actually useful.
8186 (completion--insert-strings): Use string-width rather than length.
8187
8188 2008-05-02 Sam Steingold <sds@gnu.org>
8189
8190 * vc.el (vc-dir-mode-map): Enable mouse bindings.
8191 (vc-at-event): New macro: run the body at the even location.
8192 (vc-dir-menu, vc-dir-toggle-mark): Use it.
8193 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8194 * subr.el (mouse-event-p): Check if the event is mouse-related.
8195
8196 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
8197
8198 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8199 Don't throw error if no file is found.
8200
8201 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8202
8203 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8204 (vc-default-state-heuristic): Doc fix.
8205
8206 2008-05-02 Richard Sharman <rsharman@pobox.com>
8207
8208 * hilit-chg.el (highlight-changes-mode): Remove references to
8209 hooks that no longer exist. Because define-minor-mode is used the
8210 hook highlight-changes-mode-hook exists and can do what both the
8211 old hooks used to do. The documentation at the top of the file
8212 was updated to demonstrate this.
8213 (highlight-changes-mode): Remove commented out call to a hook
8214 function that is no longer there.
8215 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8216
8217 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8218
8219 * vc.el (vc-default-dired-state-info): Change name of primitive
8220 to prettify-state-info, in preparation for ripping out dired mode.
8221 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8222 to prettify-state-info, in preparation for ripping out dired mode.
8223 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8224 tries this on a version-controlled buffer. It will do useless or
8225 actively bad things on any version control system newer than RCS.
8226 * vc-hooks.el (vc-dired-resynch-file):
8227 * vc.el (vc-dired-resynch-file): Change name of primitive to
8228 vc-directory-resynch-file, preparing to remove dired.
8229
8230 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8231
8232 * vc-rcs.el (vc-rcs-state): Fix typos.
8233
8234 * vc.el (vc-register): Change argument order so that the prefix
8235 argument is assigned correctly.
8236 (vc-next-action, vc-dir-register): Update for the above change.
8237
8238 2008-05-01 Juri Linkov <juri@jurta.org>
8239
8240 * replace.el (occur-read-primary-args): Set default to the car of
8241 regexp-history and display it in the prompt, but don't add to the
8242 list of minibuffer defaults. Bind history-add-new-input to nil to
8243 not add automatically `default'. For empty input return `default'.
8244 Otherwise, add `input' to regexp-history and return it.
8245 (occur-1): Signal an error for the empty regexp.
8246
8247 * progmodes/compile.el (compilation-auto-jump):
8248 Set window point to `pos' explicitly.
8249
8250 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
8251
8252 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8253 when appropriate.
8254 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8255 we report the 'unregistered state reliably.
8256 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8257 we report the 'unregistered state reliably.
8258 * vc-git.el (vc-git-state): Call vc-git-unregistered so
8259 we report the 'unregistered state reliably.
8260 * vc-hooks.el (vc-state): Document that vc-unregistered is
8261 now expected to be returned reliably.
8262 * vc.el (vc-default-dired-state): Change needs-patch state to
8263 needs-update, since the name now shows up in dir-status listings
8264 and was somewhat misleading.
8265 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8266 immediately after removing the file.
8267 * vc.el (vc-next-action): More informative messages when a fileset
8268 is in a mixed state or files are missing.
8269
8270 2008-05-01 Sam Steingold <sds@gnu.org>
8271
8272 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8273
8274 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8277
8278 2008-05-01 Daiki Ueno <ueno@unixuser.org>
8279
8280 * epa-file-hook.el: New file split from epa-file.el.
8281 * epa-file.el: Require 'epa-file-hook.
8282 (epa-file-handler): Add autoload cookie.
8283 * loadup.el: Load epa-file-hook.
8284 * startup.el (command-line): Eval the body of auto-encryption-mode.
8285
8286 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8287
8288 * vc.el (vc-dir-mode-map): Don't bind "r".
8289
8290 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8291 (vc-hg-status-printer): New function.
8292 (vc-hg-after-dir-status): Deal with copied and renamed files.
8293 (vc-hg-dir-status): Add flag to show copied files.
8294
8295 2008-05-01 John Paul Wallington <jpw@pobox.com>
8296
8297 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8298 (ibuffer-do-sort-by-recency): Reverse sorting order if last
8299 sorting mode was recency.
8300
8301 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8302 reverse sorting order if last sorting mode was the sorter's.
8303
8304 2008-05-01 Jason Rumney <jasonr@gnu.org>
8305
8306 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8307
8308 2008-04-30 John Paul Wallington <jpw@pobox.com>
8309
8310 * ibuffer.el (define-ibuffer-column filename): When the major mode
8311 is `vc-dir-mode' show the buffer's default directory.
8312
8313 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8314 major mode is `vc-dir-mode' use the buffer's default directory.
8315
8316 2008-04-30 Sam Steingold <sds@gnu.org>
8317
8318 * vc.el (vc-dir-delete-file): Add.
8319 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8320 (vc-delete-file): Do not barf when the file has been already deleted.
8321
8322 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8323
8324 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8325
8326 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * progmodes/octave-mod.el (octave-help): New function.
8329 * progmodes/octave-hlp.el: Delete.
8330 * info-look.el (octave-mode): Add operator index.
8331
8332 * vc.el (vc-checkout): Typo.
8333
8334 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8335
8336 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8337 Add "..." in the appropriate places.
8338
8339 * epa.el (epa-key-list-mode-map): Add more menu entries.
8340 Add "..." in the appropriate places.
8341
8342 * dired.el (dired-mode-map): Add :help.
8343
8344 * vc.el (vc-deduce-fileset): Add new parameter.
8345 (vc-dir-marked-only-files): New function.
8346 (vc-next-action): Don't ignore directories, look at the files
8347 inside them.
8348 (vc-dir-mode): Document how the mark/unmark commands work.
8349
8350 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8353 Rule out trailing spaces in file and directory names as well.
8354
8355 * minibuffer.el (completion--do-completion): Move point even if the
8356 completion makes no change.
8357 (completion-pcm-try-completion): Fix computation of new point.
8358
8359 2008-04-30 David Hansen <david.hansen@gmx.net>
8360
8361 * dired.el: Require 'cl.
8362
8363 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
8364
8365 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8366 hollow if not in innermost frame.
8367
8368 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8369 Make `checkout-model' apply to filesets.
8370 * vc-hooks.el (vc-checkout-model): Rewrite.
8371 (vc-before-save, vc-after-save): Adjust callers accordingly.
8372 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8373 (vc-transfer-file): Adjust callers accordingly.
8374 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8375 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8376 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8377 instead of vc-checkout-model.
8378 * vc-mcvs.el (vc-mcvs-revert):
8379 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8380 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8381 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8382 * vc-svn.el (vc-svn-checkout-model):
8383 * vc-hg.el (vc-hg-checkout-model):
8384 * vc-git.el (vc-git-checkout-model):
8385 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8386
8387 * dired.el (dired-read-dir-and-switches): Replace last change with
8388 a new approach that mixes read-file-name and read-directory-name.
8389
8390 * files.el (read-buffer-to-switch):
8391 Avoid making assumptions about `other-buffer'.
8392
8393 2008-04-29 Sam Steingold <sds@gnu.org>
8394
8395 * vc.el (vc-dir-mode-hook): Add normal hook.
8396 (vc-dir-mode): Run it.
8397
8398 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8399
8400 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8401 Always split windows.
8402 (gdb-speedbar-timer-fn): Only raise frame after user input.
8403 (gdb-same-frame): Reverse initial value.
8404 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8405
8406 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8407 gdb-speedbar-timer-fn.
8408
8409 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8412
8413 2008-04-29 Daiki Ueno <ueno@unixuser.org>
8414
8415 * epa.el (epa-key-list-mode-map): Add menu.
8416 (epa-delete-keys, epa-import-keys): Fix typo.
8417
8418 2008-04-29 Glenn Morris <rgm@gnu.org>
8419
8420 * find-cmd.el (top-level): Does not need cl when compiling.
8421
8422 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
8423
8424 * find-cmd.el: New file.
8425
8426 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8429 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8430 (completion-pcm--hilit-commonality): New function.
8431 (completion-pcm-all-completions): Use it.
8432
8433 * minibuffer.el (completion-common-substring): Mark obsolete.
8434 (completions-first-difference, completions-common-part):
8435 Move from simple.el.
8436 (completion-hilit-commonality): New fun.
8437 (display-completion-list, completion-emacs21-all-completions)
8438 (completion-emacs22-all-completions): Use it.
8439 * simple.el (completions-first-difference, completions-common-part):
8440 Move to minibuffer.el.
8441 (choose-completion-string): Use field functions and minibufferp.
8442 (completion-setup-function): Don't set completions faces.
8443
8444 2008-04-29 Glenn Morris <rgm@gnu.org>
8445
8446 * calendar/calendar.el (calendar-nth-named-absday)
8447 (calendar-nth-named-day):
8448 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8449 * calendar/holidays.el (holiday-float): Doc fixes.
8450
8451 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8452 the `full' case.
8453
8454 * org/org-agenda.el (calendar-iso-from-absolute):
8455 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8456 Fix declarations.
8457
8458 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
8459
8460 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8461 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8462 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8463 (gdb-assembler-custom): Be careful not to match other addresses.
8464
8465 2008-04-29 Jason Rumney <jasonr@gnu.org>
8466
8467 * battery.el (battery-status-function): Use w32-battery-status
8468 on Windows.
8469 (battery-echo-area-format): Make apm format the general case.
8470 (battery-mode-line-format): Merge apm and pmset formats as the
8471 general case.
8472
8473 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8474
8475 * progmodes/gdb-ui.el (gdb-info-stack-custom):
8476 Use gud-tool-bar-item-visible-no-fringe.
8477 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8478 is already visible in frame. Remove optional size parameter
8479 and add optional frame parameter.
8480
8481 * progmodes/gud.el (gud-display-line): Only consider visible
8482 frames when looking for source buffer.
8483
8484 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
8485
8486 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8487 argument to get-char-property, in case the current buffer hasn't
8488 been assigned to that window yet.
8489 (doc-view-display): Default to selected window if the current
8490 buffer hasn't been assigned to a window yet.
8491
8492 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
8493
8494 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8495
8496 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
8497
8498 * net/tramp.el (tramp-mode): New defcustom.
8499 (tramp-file-name-handler, tramp-completion-file-name-handler):
8500 Use it.
8501 (tramp-replace-environment-variables): Handle "$$".
8502
8503 2008-04-28 Sam Steingold <sds@gnu.org>
8504
8505 * vc-hg.el (vc-hg-rename-file): Fix argument order.
8506
8507 2008-04-28 Bastien Guerry <bzg@altern.org>
8508
8509 * whitespace.el (whitespace-trailing): Fix typo.
8510
8511 2008-04-28 Sam Steingold <sds@gnu.org>
8512
8513 * textmodes/remember.el (diary-make-entry): Update the autoload.
8514
8515 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8518 all-completions.
8519
8520 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
8521
8522 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8523
8524 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
8525
8526 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8527 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8528 (vc-dir-mark-file): Add an optional argument.
8529 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8530
8531 2008-04-27 Daiki Ueno <ueno@unixuser.org>
8532
8533 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8534 rather than obsolete alias find-file-hooks.
8535 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
8536 Use find-file-hook rather than obsolete alias find-file-hooks.
8537 Add to find-file-not-found-functions.
8538 (epa-file-handler): Put 'safe-magic and 'operations properties.
8539
8540 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8541 (epa-menu-items): Remove.
8542
8543 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8544 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8545 (epa-dired-mode, epa-global-dired-mode): Remove.
8546
8547 * dired.el (dired-mode-map): Bind encryption/decryption commands.
8548
8549 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8550
8551 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8552
8553 2008-04-27 Glenn Morris <rgm@gnu.org>
8554
8555 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8556 Remove un-needed local `orig-list'. Replace cl `copy-list'.
8557
8558 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
8559
8560 * org/org.el (org-html-level-start): Always have id's in HTML.
8561 (org-export-as-html): Use `org-link-protocols' to
8562 retrieve the export form of the link.
8563 (org-add-link-type): Final parameter renamed from PUBLISH.
8564 Better documentation of how it is to be used. Avoid double entries for
8565 the same link type.
8566 (org-add-link-props): New function.
8567 (org-modules-loaded): New variable.
8568 (org-load-modules-maybe, org-set-modules): New function.
8569 (org-modules): New option.
8570 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8571 (orgtbl-mode, org-store-link, org-insert-link-global)
8572 (org-open-at-point): Call `org-load-modules-maybe'.
8573 (org-search-view): Add more text properties.
8574 (org-agenda-schedule, org-agenda-deadline): Allow also in
8575 search-type agendas.
8576 (org-search-view): Order of arguments has been changed.
8577 Interpret prefix-arg as TODO-ONLY.
8578 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8579 Take new argument order of `org-search-view' into account.
8580 (org-todo-only): New variable.
8581 (org-search-syntax-table): New variable and function.
8582 (org-search-view): Do the search with the special syntax table.
8583 (define-obsolete-function-alias): Make work with XEmacs.
8584 (org-add-planning-info): Use old date as default when modifying an
8585 existing deadline or scheduled item.
8586 (org-agenda-compute-time-span): Make argument N optional.
8587 (org-agenda-format-date-aligned): Require `cal-iso'.
8588 (org-agenda-list): Include week into agenda heading, don't
8589 list it at each date (only on Mondays).
8590 (org-read-date-analyze): Define local variable `iso-date'.
8591 (org-agenda-format-date-aligned): Remove dependency on
8592 `calendar-time-from-absolute'.
8593 (org-remember-apply-template, org-go-to-remember-target):
8594 Interpret filenames relative to `org-directory'.
8595 (org-complete): Silently fail when trying to complete
8596 keywords that don't have a default value.
8597 (org-get-current-options): Add a #+DATE: option.
8598 (org-additional-option-like-keywords): Remove "DATE:" from the
8599 list of additional keywords.
8600 (org-export-as-html): Remove (current-time) as unnecessary second
8601 argument of `format-time-string'.
8602 (org-clock-find-position): Handle special case at end of buffer.
8603 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8604 `org-agenda-change-time-span'.
8605 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8606 `org-agenda-change-time-span'.
8607 (org-agenda-month-view): New argument MONTH, pass it on to
8608 `org-agenda-change-time-span'.
8609 (org-agenda-year-view): New argument YEAR, pass it on to
8610 `org-agenda-change-time-span'.
8611 (org-agenda-change-time-span): New optional argument N, pass it on
8612 to `org-agenda-compute-time-span'.
8613 (org-agenda-compute-time-span): New argument N, interpret it by
8614 changing the starting day.
8615 (org-small-year-to-year): New function.
8616 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8617 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8618 into the future, and that the shift is at least one interval, never 0.
8619 (org-update-checkbox-count): Fix bug with checkbox counting.
8620 (org-add-note): New command.
8621 (org-add-log-setup): Rename from `org-add-log-maybe'.
8622 (org-log-note-headings): New entry for plain notes (i.e. notes not
8623 related to state changes or clocking).
8624 (org-get-org-file): Check for availability of `remember-data-file'.
8625 (org-cached-entry-get): Allow a regexp value for
8626 `org-use-property-inheritance'.
8627 (org-use-property-inheritance): Allow regexp value. Fix bug in
8628 customization type.
8629 (org-use-tag-inheritance): Allow a list and a regexp value for
8630 this variable.
8631 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8632 (org-entry-get): Respect value `selective' for the INHERIT argument.
8633 (org-tag-inherit-p, org-property-inherit-p): New functions.
8634 (org-agenda-format-date-aligned): Allow 10 characters for
8635 weekday, to accommodate German locale.
8636 (org-add-archive-files): New function.
8637 (org-agenda-files): New argument `ext', to get archive files as well.
8638 (org-tbl-menu): Protect the use of variables that
8639 are only available when org-table.el gets loaded.
8640 (org-read-agenda-file-list): Error if `org-agenda-files' is a
8641 single directory.
8642 (org-open-file): Allow a batch process to trigger
8643 waiting after executing a system command.
8644 (org-store-link): Link to headline when there is not
8645 target and no region in an org-mode buffer when creating a link.
8646 (org-link-types-re): New variable.
8647 (org-make-link-regexps): Compute `org-link-types-re'.
8648 (org-make-link-description-function): New option.
8649 (org-agenda-date, org-agenda-date-weekend): New faces.
8650 (org-archive-sibling-heading): New option.
8651 (org-archive-to-archive-sibling): New function.
8652 (org-iswitchb): New command.
8653 (org-buffer-list): New function.
8654 (org-agenda-columns): Also try the #+COLUMNS line in
8655 the buffer associated with the entry at point (or with the first
8656 entry in the agenda view).
8657 (org-modules): Add entry for org-bibtex.el.
8658 (org-completion-fallback-command): Move into `org-completion' group.
8659 (org-clock-heading-function): Move to `org-progress' group.
8660 (org-auto-repeat-maybe): Make sure that a note can
8661 be enforces if `org-log-repeat' is `note'.
8662 (org-modules): Allow additional symbols for external packages.
8663 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8664 (org-clock-goto): Hide drawers after showing an
8665 entry with `org-clock-goto'.
8666 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8667 Try also a clocktable block shift.
8668 (org-clocktable-try-shift): New function.
8669 (org-columns-hscoll-title): New function.
8670 (org-columns-previous-hscroll): New variable.
8671 (org-columns-full-header-line-format): New variable.
8672 (org-columns-display-here-title, org-columns-remove-overlays):
8673 Install `org-columns-hscoll-title' in post-command-hook.
8674
8675 * org/org.el: Split into many small files.
8676
8677 * org/org-agenda.el: New file, split off from org.el.
8678
8679 * org/org-archive.el: New file, split off from org.el.
8680
8681 * org/org-bbdb.el: New file.
8682
8683 * org/org-bibtex.el: New file, split off from org.el.
8684
8685 * org/org-clock.el: New file, split off from org.el.
8686
8687 * org/org-colview.el: New file, split off from org.el.
8688
8689 * org/org-compat.el: New file, split off from org.el.
8690
8691 * org/org-exp.el: New file, split off from org.el.
8692
8693 * org/org-faces.el: New file, split off from org.el.
8694
8695 * org/org-gnus.el: New file, split off from org.el.
8696
8697 * org/org-info.el: New file, split off from org.el.
8698
8699 * org/org-infojs.el: New file.
8700
8701 * org/org-irc.el: New file.
8702
8703 * org/org-macs.el: New file, split off from org.el.
8704
8705 * org/org-mew.el: New file.
8706
8707 * org/org-mhe.el: New file, split off from org.el.
8708
8709 * org/org-publish.el: New file, split off from org.el.
8710
8711 * org/org-remember.el: New file, split off from org.el.
8712
8713 * org/org-rmail.el: New file, split off from org.el.
8714
8715 * org/org-table.el: New file, split off from org.el.
8716
8717 * org/org-vm.el: New file, split off from org.el.
8718
8719 * org/org-wl.el: New file, split off from org.el.
8720
8721 2008-04-27 Jason Riedy <jason@acm.org>
8722
8723 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8724 parameter that suppresses lines that evaluate to NIL.
8725 (orgtbl-get-fmt): New inline function for
8726 picking apart formats that may be lists.
8727 (orgtbl-apply-fmt): New inline function for applying formats that
8728 may be functions.
8729 (orgtbl-eval-str): New inline function for strings that may be
8730 functions.
8731 (orgtbl-format-line, orgtbl-to-generic): Use and document.
8732 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8733 (*orgtbl-llfmt*, *orgtbl-llstart*)
8734 (*orgtbl-llend*): Dynamic variables for last-line formatting.
8735 (orgtbl-format-section): Shift formatting to support detecting the
8736 last line and formatting it specially.
8737 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
8738 formats unless overridden.
8739 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
8740 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
8741 bound variables to hold the input collection of lines and output
8742 formatted text.
8743 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
8744 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
8745 format parameters.
8746 (orgtbl-format-line): New function encapsulating formatting for a
8747 single line.
8748 (orgtbl-format-section): Similar for each section. Rebinding the
8749 dynamic vars customizes the formatting for each section.
8750 (orgtbl-to-generic): Use orgtbl-format-line and
8751 orgtbl-format-section.
8752 (org-get-param): Now unused, so delete.
8753 (orgtbl-gather-send-defs): New function to
8754 gather all the SEND definitions before a table.
8755 (orgtbl-send-replace-tbl): New function to find the RECEIVE
8756 corresponding to the current name.
8757 (orgtbl-send-table): Use the previous two functions and implement
8758 multiple destinations for each table.
8759
8760 * doc/org.texi (A LaTeX example): Note that fmt may be a
8761 one-argument function, and efmt may be a two-argument function.
8762 (Radio tables): Document multiple destinations.
8763
8764 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
8765
8766 * org/org-agenda.el (org-add-to-diary-list): New function.
8767 (org-prefix-has-effort): New variable.
8768 (org-sort-agenda-noeffort-is-high): New option.
8769 (org-agenda-columns-show-summaries)
8770 (org-agenda-columns-compute-summary-properties): New options.
8771 (org-format-agenda-item): Compute the duration of the item.
8772 (org-agenda-weekend-days): New variable.
8773 (org-agenda-list, org-timeline): Use the proper faces for dates in
8774 the agenda and timeline buffers.
8775 (org-agenda-archive-to-archive-sibling): New command.
8776 (org-agenda-start-with-clockreport-mode): New option.
8777 (org-agenda-clockreport-parameter-plist): New option.
8778 (org-agenda-clocktable-mode): New variable.
8779 (org-agenda-deadline-leaders): Allow a function value for the
8780 deadline leader.
8781 (org-agenda-get-deadlines): Deal with new function value.
8782
8783 * org/org-clock.el (org-clock): New customization group.
8784 (org-clock-into-drawer, org-clock-out-when-done)
8785 (org-clock-in-switch-to-state, org-clock-heading-function):
8786 Move into the new group.
8787 (org-clock-out-remove-zero-time-clocks): New option.
8788 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
8789 (org-dblock-write:clocktable): Allow a Lisp form for the scope
8790 parameter.
8791 (org-dblock-write:clocktable): Fix bug with total time calculation.
8792 (org-dblock-write:clocktable): Request the unrestricted list of files.
8793 (org-get-clocktable): New function.
8794 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
8795 be strings but also integers (an absolute day number) and lists (m d y).
8796
8797 * org/org-colview.el (org-columns-next-allowed-value)
8798 (org-columns-edit-value): Limit the effort for updating in the
8799 agenda to recomputing a single file.
8800 (org-columns-compute): Only write property value if it has changed.
8801 This avoids raising the buffer-change-flag unnecessarily.
8802 (org-agenda-colview-summarize)
8803 (org-agenda-colview-compute): New functions.
8804 (org-agenda-columns): Call `org-agenda-colview-summarize'.
8805
8806 * org/org-exp.el (org-export-run-in-background): New option.
8807 (org-export-icalendar): Allow a batch process to trigger waiting
8808 after executing a system command.
8809 (org-export-preprocess-string): Rename from
8810 `org-cleaned-string-for-export'.
8811 (org-export-html-style): Made target class look like normal text.
8812 (org-export-as-html): Make use of the better preprocessing in
8813 `org-cleaned-string-for-export'.
8814 (org-cleaned-string-for-export): Better treatment of heuristic
8815 targets, many more internal links will now work in HTML export.
8816 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
8817 (org-export-inbuffer-options-extra): New variable.
8818 (org-export-options-filters): New hook.
8819 (org-infile-export-plist): Find also the settings keywords in
8820 `org-export-inbuffer-options-extra'.
8821 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
8822 multiple #+INFOJS_OPT lines.
8823 (org-export-html-handle-js-options): New function.
8824 (org-export-html-infojs-setup): New option.
8825 (org-export-as-html): Call `org-export-html-handle-js-options'.
8826 Add autoload to all entry points.
8827 (org-skip-comments): Function removed.
8828
8829 * org/org-table.el (org-table-make-reference): Extra parenthesis
8830 around single fields, to make sure that algebraic formulas get
8831 correctly interpreted by calc.
8832 (org-table-current-column): No longer interactive.
8833
8834 * org/org-export-latex.el (org-export-latex-preprocess):
8835 Rename from `org-export-latex-cleaned-string'.
8836
8837 2008-04-27 Bastien Guerry <bzg@altern.org>
8838
8839 * org/org-publish.el (org-publish-get-base-files-1): New function.
8840 (org-publish-get-base-files): Use it.
8841 (org-publish-temp-files): New variable.
8842 Don't require 'dired-aux anymore.
8843 (org-publish-initial-buffer): New variable.
8844 (org-publish-org-to, org-publish): Use it.
8845 (org-publish-get-base-files-1): Bug fix: get
8846 the proper list of files when recursing thru a directory.
8847 (org-publish-get-base-files): Use the :exclude property to skip
8848 both files and directories.
8849
8850 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
8851
8852 * net/tramp.el (tramp-handle-make-symbolic-link)
8853 (tramp-handle-file-name-directory)
8854 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8855 (tramp-do-copy-or-rename-file-directly)
8856 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8857 (tramp-handle-substitute-in-file-name)
8858 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8859 * net/tramp-cache.el (tramp-get-file-property)
8860 (tramp-set-file-property, tramp-flush-file-property)
8861 (tramp-flush-directory-property)
8862 * net/tramp-compat.el (tramp-compat-make-temp-file)
8863 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
8864 Disable `file-name-handler-alist' when handling localname.
8865 It could have a remote file syntax, like a VMS file name.
8866
8867 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8868
8869 * whitespace.el: New version 11.1.
8870 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
8871 enclosed by \\( and \\)$. Docstring fix.
8872 (whitespace-trailing-regexp): Fun removed.
8873 (whitespace-report-list): Const initialization fix.
8874 (whitespace-color-on): Code fix.
8875
8876 2008-04-27 Andreas Schwab <schwab@suse.de>
8877
8878 * Makefile.el: Unbreak bootstrap.
8879
8880 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
8881
8882 * net/tramp.el (tramp-replace-environment-variables): New defun.
8883 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
8884 Use it.
8885
8886 2008-04-27 Glenn Morris <rgm@gnu.org>
8887
8888 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
8889
8890 * calculator.el (calculator-expt): Replace cl function `oddp'.
8891
8892 2008-04-27 Johan Bockgård <bojohan@gnu.org>
8893
8894 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8895 Simplify. Collect `defun' and `autoload' entries.
8896 Avoid modifying load-history.
8897
8898 2008-04-26 Glenn Morris <rgm@gnu.org>
8899
8900 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
8901
8902 * simple.el (quoted-insert, zap-to-char): Revert previous change.
8903
8904 2008-04-26 John Paul Wallington <jpw@pobox.com>
8905
8906 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
8907 `hexl-mode-old-eldoc-documentation-function'.
8908 (hexl-mode-exit): Restore it.
8909 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
8910
8911 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
8912
8913 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
8914
8915 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
8916 (completion-pcm--all-completions): Doc fix.
8917 (completion-styles-alist, completion-all-completions):
8918 Fix typos in docstrings.
8919
8920 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8921
8922 * whitespace.el: There is now only one variable (whitespace-style) to
8923 specify which kind of blank is visualized. Doc and docstring fix.
8924 New version 11.0.
8925 (whitespace-style): New option, replace whitespace-style-mark and
8926 whitespace-style-color.
8927 (whitespace-style-mark, whitespace-style-color): Options removed.
8928 (whitespace-hspace, whitespace-tab, whitespace-newline)
8929 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8930 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8931 (whitespace-hspace-regexp, whitespace-space-regexp)
8932 (whitespace-tab-regexp, whitespace-trailing-regexp)
8933 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8934 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8935 (whitespace-space-after-tab-regexp, whitespace-line-column)
8936 (whitespace-display-mappings, whitespace-report): Docstring fix.
8937 (whitespace-color-value-list, whitespace-mark-value-list)
8938 (whitespace-active-color, whitespace-active-mark)
8939 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
8940 (whitespace-style-value-list, whitespace-active-style)
8941 (whitespace-toggle-style): New vars.
8942 (whitespace-toggle-option-alist, whitespace-help-text):
8943 Var initialization and docstring fix.
8944 (whitespace-toggle-options, global-whitespace-toggle-options)
8945 (whitespace-cleanup, whitespace-cleanup-region)
8946 (whitespace-report-region, whitespace-interactive-char)
8947 (whitespace-toggle-list): Docstring and code fix.
8948 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8949 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
8950 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
8951 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
8952
8953 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
8956 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
8957 (diff-sanity-check-hunk): Adjust code accordingly.
8958
8959 2008-04-26 Glenn Morris <rgm@gnu.org>
8960
8961 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
8962
8963 * forms-d2.dat: Move to ../etc.
8964 * forms-d2.el (forms-file): Adapt for above change.
8965
8966 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
8967 `translation-table-for-input'.
8968
8969 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
8970 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
8971
8972 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
8973 to punctuation now it's not needed for abbrevs.
8974 (fortran-mode-abbrev-table): Remove defvar, make use of new
8975 define-abbrev-table :regexp feature.
8976
8977 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
8978 insert, now that translation-table-for-input is not needed.
8979
8980 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
8981
8982 * emacs-lisp/pp.el (pp-display-expression): New function,
8983 extracted from pp-eval-expression.
8984 (pp-eval-expression): Use pp-display-expression.
8985 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
8986 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
8987 (pp-eval-last-sexp): Use pp-last-sexp.
8988
8989 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * abbrev.el (define-abbrev-table): Apply props even if the table
8992 exists already.
8993
8994 * minibuffer.el (completion-table-with-context): Fix `pred' for the
8995 various kinds of completion tables.
8996 (completion-emacs22-try-completion): Place cursor after the /, as was
8997 done in Emacs-22's minibuffer-complete-word.
8998 Fix bug reported by David Hansen <david.hansen@gmx.net>.
8999 (completion-emacs22-try-completion): Merge all mergeable text rather
9000 than just /.
9001 (completion-pcm--delim-wild-regex): New var.
9002 (completion-pcm-word-delimiters): New custom.
9003 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9004 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9005 (completion-pcm--all-completions, completion-pcm-all-completions)
9006 (completion-pcm--merge-completions, completion-pcm--pattern->string)
9007 (completion-pcm-try-completion): New functions.
9008 (completion-styles-alist): Add them.
9009 (completion-styles): Add it to the default.
9010
9011 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
9012
9013 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9014 (gdb-var-create-handler): ...until here when there are values.
9015 (gdb-post-prompt): Don't do -var-update with no watch expressions.
9016 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9017
9018 2008-04-25 Eli Zaretskii <eliz@gnu.org>
9019
9020 * ls-lisp.el (ls-lisp-format): Fix last change.
9021 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9022 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9023 (ls-lisp-filesize-f-fmt): New defvars.
9024 (ls-lisp-insert-directory): Dynamically compute format specifiers
9025 for displaying UID, GID, and file size, and store them in the
9026 above variables.
9027 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9028 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9029 instead of constant format strings.
9030 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9031 ls-lisp-filesize-d-fmt instead of constant format strings.
9032
9033 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
9034
9035 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9036 value of addresses rather than (partial) string value.
9037 (gdb-frame-handler): Change regexp according to above change.
9038 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9039 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9040 (gdb-assembler-mode): Disable undo in these buffers.
9041
9042 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
9043
9044 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9045 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9046
9047 2008-04-24 Sam Steingold <sds@gnu.org>
9048
9049 * textmodes/remember.el (remember-diary-extract-entries): Use
9050 diary-make-entry instead of the obsolete make-diary-entry.
9051
9052 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * subr.el (translation-table-for-input): Mark as obsolete.
9055
9056 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9057
9058 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9059
9060 * textmodes/ispell.el (ispell-dictionary-alist-1)
9061 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9062 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9063 (ispell-dictionary-alist-6): Remove.
9064 (ispell-dictionary-base-alist): New var, merges the above.
9065 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9066 Use it.
9067 (ispell-dictionary-alist): Default to nil. Remove autoload.
9068 (ispell-local-dictionary-alist): Remove autoload.
9069
9070 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9071 (f90-mode-abbrev-table): Use the new :regexp feature.
9072 Merge defvar and mapc into define-abbrev-table.
9073 (f90-imenu-type-matcher): Remove unused `l'.
9074 (f90-imenu-generic-expression): Remove unused `not-ib'.
9075 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9076 (f90-change-keywords): Use restore-buffer-modified-p.
9077
9078 2008-04-24 Glenn Morris <rgm@gnu.org>
9079
9080 * net/goto-addr.el (goto-address-prog-mode):
9081 * progmodes/bug-reference.el (bug-reference-prog-mode):
9082 Define for compiler.
9083
9084 * minibuffer.el (x-file-dialog): Declare as function.
9085
9086 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9087 dframe-update-speed rather than obsolete alias speedbar-update-speed.
9088
9089 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9090 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9091 work with easymenu. Add :keys where needed.
9092
9093 * calendar/cal-move.el (calendar-scroll-left): Handle case when
9094 event-start is nil.
9095
9096 * calendar/calendar.el (calendar-mode-map): Fix typo.
9097
9098 2008-04-24 Tom Tromey <tromey@redhat.com>
9099
9100 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9101 Document keywords. Add :suppress.
9102 * pcvs-defs.el (cvs-mode-map): Use :suppress.
9103
9104 * net/goto-addr.el (goto-address-unfontify): New function.
9105 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
9106 (goto-address-fontify-region, goto-address-mode)
9107 (goto-address-prog-mode): New functions.
9108
9109 * progmodes/bug-reference.el: New file.
9110
9111 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9112
9113 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9114
9115 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9118 macros within lambdas.
9119
9120 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * minibuffer.el (completion-try-completion): Add `point' argument.
9123 Change return value.
9124 (completion-all-completions): Add `point' argument.
9125 (minibuffer-completion-help): Pass the new `point' argument.
9126 (completion--do-completion): Pass the whole field to try-completion.
9127 (completion--try-word-completion): Rewrite, making fewer assumptions.
9128 (completion-emacs21-try-completion, completion-emacs21-all-completions)
9129 (completion-emacs22-try-completion, completion-emacs22-all-completions)
9130 (completion-basic-try-completion, completion-basic-all-completions):
9131 New functions.
9132 (completion-styles-alist): Use them.
9133
9134 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
9135
9136 * textmodes/ispell.el (ispell-set-spellchecker-params):
9137 New function to make sure right params and dictionary alists are used
9138 after spellchecker changes.
9139 (ispell-aspell-dictionary-alist, ispell-last-program-name)
9140 (ispell-initialize-spellchecker-hook): New variables and hook.
9141 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9142 (ispell-maybe-find-aspell-dictionaries): Remove.
9143 Calls replaced by (ispell-set-spellchecker-params) calls.
9144 (ispell-have-aspell-dictionaries): Remove.
9145
9146 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9147 by ispell-set-spellchecker-params.
9148
9149 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * complete.el (PC-do-completion): Be more robust in the presence of
9152 unexpected values in minibuffer-completion-predicate.
9153
9154 * minibuffer.el (read-file-name): Don't let-bind default-directory.
9155 Only abbreviate default-filename if it's a file.
9156
9157 * minibuffer.el (read-file-name-function, read-file-name-predicate)
9158 (read-file-name-completion-ignore-case, insert-default-directory):
9159 New vars, moved from fileio.c.
9160 (read-file-name): New fun, moved from fileio.c.
9161 * cus-start.el: Remove insert-default-directory and
9162 read-file-name-completion-ignore-case.
9163
9164 2008-04-23 Magnus Henoch <mange@freemail.hu>
9165
9166 * tar-mode.el (tar-untar-buffer): If the entry has directory
9167 link type, extract it as a directory even if its file name doesn't
9168 end with a slash. Fixes extraction of NetBSD tar archives.
9169
9170 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * server.el (server-start): Also don't get confused by CRs since we
9173 don't quote them.
9174
9175 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9176
9177 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9178 (gdb-set-gud-minor-mode-existing-buffers)
9179 (gdb-info-breakpoints-custom, gdb-get-location)
9180 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9181 Previously gdb-create-define-alist wasn't always run and added to
9182 after-save-hook.
9183
9184 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9185
9186 2008-04-23 Kevin Ryde <user42@zip.com.au>
9187
9188 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9189 comments like unindented ones.
9190
9191 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9192
9193 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9194 parameter origins.
9195
9196 2008-04-23 Kevin Ryde <user42@zip.com.au>
9197
9198 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9199 Bind print-level to ensure output forms aren't truncated if
9200 print-level is set to eval-expression-print-level when going via
9201 eval-defun and friends, or has been otherwise fiddled with.
9202
9203 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * progmodes/cc-mode.el (c-basic-common-init): Don't set
9206 font-lock-extend-after-change-region-function globally.
9207
9208 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
9209
9210 * speedbar.el (speedbar-use-tool-tips-flag)
9211 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9212 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9213 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9214 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9215 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9216 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9217 (speedbar-separator-face): Fix typos in docstrings.
9218 (speedbar-stealthy-function-list, speedbar-verbosity-level)
9219 (speedbar-supported-extension-expressions, speedbar-update-current-file)
9220 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9221 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9222 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9223 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9224 (speedbar-check-vc-this-line, speedbar-files-line-directory)
9225 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9226 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9227 (speedbar-recenter): Doc fixes.
9228 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9229 declaration and remove redundant info in docstring.
9230
9231 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9232
9233 * vc-git.el (vc-git-status-printer): Deal with directories.
9234
9235 * vc.el (vc-next-action): Look at more than the first file to
9236 determine the state.
9237
9238 2008-04-23 Glenn Morris <rgm@gnu.org>
9239
9240 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9241 timers. Doc fix.
9242 (dframe-update-speed): Drop support for XEmacs < 20.
9243 (dframe-frame-mode): Drop support for Emacs < 20.
9244 (dframe-set-timer-internal): Drop support for Emacs without timers.
9245 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9246
9247 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9248 versions. Add doc-string. Mark as obsolete.
9249
9250 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9251
9252 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9253 rather than using an Emacs version test.
9254
9255 * tree-widget.el (tree-widget-image-enable): Use display-images-p
9256 rather than an Emacs version test.
9257
9258 * calendar/cal-china.el (holiday-chinese-qingming)
9259 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9260 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9261 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9262
9263 * calendar/cal-islam.el (holiday-islamic): Doc fix.
9264
9265 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9266 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9267 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9268
9269 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9270
9271 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9272 (gdb-previous-frame-pc-address): ...to this.
9273 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9274 of "info frame" with Gdb 6.4+.
9275 (gdb-stack-list-frames-regexp): New regexp.
9276 (gdb-frame-handler-1): Parse output of -stack-info-frame.
9277
9278 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
9279
9280 * tar-mode.el (tar-prefix-offset): New constant.
9281 (tar-header-block-tokenize): Support paths with long names
9282 which use the "ustar" standard.
9283
9284 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
9285
9286 * image-dired.el (image-dired-track-original-file)
9287 (image-dired-modify-mark-on-thumb-original-file):
9288 Use `dired-goto-file' instead of `search-forward'. This solves
9289 a bug with finding files where the file name is a subset of other
9290 file names. Doc fix.
9291
9292 2008-04-22 Juri Linkov <juri@jurta.org>
9293
9294 * menu-bar.el (buffers-menu-max-size): Move its definition down to
9295 the "Buffers Menu" section. Change group name `mouse' to `menu'.
9296 (yank-menu-length): Change group name `mouse' to `menu'.
9297 (buffers-menu-buffer-name-length): New user option.
9298 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9299 instead of the hard-coded number 27.
9300
9301 2008-04-22 Juri Linkov <juri@jurta.org>
9302
9303 * isearch.el (eval-when-compile): Require `help-macro'.
9304 (isearch-help-for-help-internal): Isearch specific Help screen
9305 created by `make-help-screen'.
9306 (isearch-help-map): New variable that binds "b", "k", "m" to
9307 isearch-specific commands, and binds other keys to
9308 isearch-other-control-char, thus allowing other Help keys to
9309 exit isearch mode and execute their global definitions.
9310 (isearch-help-for-help, isearch-describe-bindings)
9311 (isearch-describe-key, isearch-describe-mode): New commands.
9312 (isearch-mode-help): Define alias to isearch-describe-mode
9313 and remove its old function definition.
9314 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9315 Remove old comments because this issue is settled now.
9316 (isearch-forward): Describe three new Help commands in the docstring.
9317 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9318 leave the single sentence at the first line of the docstring,
9319 and prepend the word "function" before `isearch-forward'
9320 to make the Help link to the function instead of variable.
9321
9322 2008-04-22 Juri Linkov <juri@jurta.org>
9323
9324 * isearch.el (isearch-success-function): New variable with default
9325 to `isearch-success-function-default'.
9326 (isearch-search): Call a function from `isearch-success-function'
9327 instead of calling the hard-coded `isearch-range-invisible'.
9328 (isearch-success-function-default): New function that calls
9329 `isearch-range-invisible' and inverts its return value.
9330
9331 * info.el (Info-search): In two similar places that skip
9332 undesired search matches move code to Info-search-success-function,
9333 and call `isearch-success-function' instead.
9334 (Info-search-success-function): New function copied from code
9335 in Info-search. Replace isearch-range-invisible with
9336 text-property-not-all that checks for 'invisible and 'display
9337 properties to skip partially invisible matches (whose display
9338 properties were set by Info-fontify-node).
9339 (Info-mode): Set buffer-local isearch-success-function
9340 to Info-search-success-function.
9341
9342 2008-04-22 Juri Linkov <juri@jurta.org>
9343
9344 * minibuffer.el (internal-complete-buffer-except): New function.
9345
9346 * files.el (read-buffer-to-switch): New function.
9347 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9348 Change interactive spec to call read-buffer-to-switch instead of
9349 using the letter "B".
9350
9351 * simple.el (minibuffer-default-add-shell-commands): New function.
9352 Use declare-function for mailcap-file-default-commands from "mailcap".
9353 (shell-command): Set local minibuffer-default-add-function to
9354 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9355 before calling read-shell-command. Set 4th arg default-value of
9356 read-shell-command to relative buffer-file-name in file buffers.
9357
9358 * dired-aux.el (dired-read-shell-command-default): Move it to
9359 gnus/mailcap.el and change its name to more general name
9360 mailcap-file-default-commands.
9361 (minibuffer-default-add-dired-shell-commands): New function.
9362 Use declare-function for mailcap-file-default-commands from "mailcap".
9363 (dired-read-shell-command): Set local minibuffer-default-add-function
9364 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9365 before calling read-shell-command. Remove dired-read-shell-command-default
9366 from the default value arg because default values are not set in
9367 minibuffer-default-add-dired-shell-commands. Doc fix.
9368
9369 * dired-x.el (dired-smart-shell-command): Sync arguments and
9370 interactive spec with changes in `shell-command'.
9371 Use dired-get-filename to get the dired file name at point
9372 as the default value in dired mode.
9373
9374 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9375
9376 * info.el (Info-complete-menu-item): Add missing parenthesis.
9377
9378 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * info.el (Info-complete-menu-item): Save point.
9381
9382 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9383
9384 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9385
9386 2008-04-22 Andreas Schwab <schwab@suse.de>
9387
9388 * Makefile.in (emacs-deps): Define.
9389 Use it instead of $(lisp)/subdirs.el.
9390
9391 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
9392
9393 * vc.el (vc-next-action): Do not consider directories when
9394 checking for state compatibility.
9395 (vc-transfer-file): Use when not if.
9396 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9397 (vc-dir-mark-file): Use them.
9398 (vc-deduce-fileset): Also return the backend.
9399 (vc-diff-internal): Take as argument the value returned by
9400 vc-deduce-fileset instead of just the fileset.
9401 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9402 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9403 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9404
9405 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
9406
9407 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9408 set-window-vscroll but image-scroll-down. Fixes a bug where a
9409 command following SPC scrolled up again.
9410
9411 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
9412
9413 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9414 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9415 (gud-watch): Add "$" prefix when in registers buffer.
9416
9417 2008-04-22 Glenn Morris <rgm@gnu.org>
9418
9419 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9420
9421 * whitespace.el (whitespace-display-table)
9422 (whitespace-display-table-was-local): Move definitions before use.
9423
9424 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9425 (copyright-limit): Respect copyright-at-end-flag.
9426 (copyright-re-search, copyright-start-point)
9427 (copyright-offset-too-large-p): New functions.
9428 (copyright-update-year): Use copyright-re-search.
9429 (copyright-update, copyright-fix-years): Use copyright-start-point,
9430 and copyright-re-search.
9431 (copyright): Use copyright-offset-too-large-p.
9432 * add-log.el (change-log-mode): Set copyright-at-end-flag.
9433
9434 * add-log.el (top-level): Require 'cl when compiling.
9435
9436 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9439 Treat minibuffer-completion-predicate as a predicate.
9440
9441 * minibuffer.el (completion--file-name-table): Accept both the old
9442 `dir' arg or the new `pred' arg.
9443
9444 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9445 `predicate' argument to pass non-predicate data.
9446 (ffap-read-url-internal, ffap-read-file-or-url-internal):
9447 Use second arg as proper predicate.
9448
9449 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9450 (vc-bzr-revision-completion-table): Use completion-table-with-context
9451 instead.
9452
9453 * simple.el (choose-completion-string): Use minibuffer-completion-table.
9454
9455 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
9456
9457 * term.el (term-emulate-terminal): Perform redisplay after the
9458 process filter has finished running.
9459
9460 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9463
9464 * minibuffer.el (completion-try-completion): Change magic symbol
9465 property name. Rename from minibuffer-try-completion.
9466 (completion-all-completions): Rename from minibuffer-all-completions.
9467 Remove hide-spaces argument.
9468 (completion--do-completion): Rename from minibuffer--do-completion.
9469 (minibuffer-complete-and-exit): Call just try-completion rather than
9470 completion-try-completion to fix up the case.
9471 (completion--try-word-completion): Try to add space or hyphen before
9472 making `string' a prefix of `completion'.
9473 (completion--insert-strings): Rename from minibuffer--insert-strings.
9474
9475 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9476
9477 * net/tls.el (tls-program): Add -ign_eof argument to call the
9478 openssl commands.
9479 (tls-checktrust): Ditto.
9480
9481 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
9482
9483 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9484
9485 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9486 (vc-check-master-templates, vc-file-not-found-hook)
9487 (vc-kill-buffer-hook):
9488 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9489 (vc-find-position-by-context, vc-buffer-context)
9490 (vc-restore-buffer-context, vc-responsible-backend)
9491 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9492 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9493 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9494 (vc-version-diff, vc-diff, vc-insert-headers)
9495 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9496 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9497 (vc-revert, vc-rollback, vc-version-backup-file)
9498 (vc-rename-master, vc-delete-file, vc-rename-file)
9499 (vc-branch-part, vc-default-retrieve-snapshot)
9500 (vc-annotate-display-autoscale, vc-annotate-display-select)
9501 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9502 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9503 (vc-dir-update): Handle directories.
9504 (vc-default-status-printer): Simplify.
9505
9506 * progmodes/asm-mode.el (asm-mode-map):
9507 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9508
9509 * progmodes/m4-mode.el (m4-mode-map): Add menu.
9510
9511 2008-04-21 Kenichi Handa <handa@m17n.org>
9512
9513 * select.el (xselect-convert-to-string): Send a C_STRING only if
9514 the polymorphic target TEXT is requested.
9515
9516 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
9517
9518 * minibuffer.el (completion-setup-hook, display-completion-list)
9519 (completion--file-name-table): Fix typos in docstrings.
9520 (completion-table-dynamic): Fix typo, and reflow docstring.
9521
9522 2008-04-20 Andreas Schwab <schwab@suse.de>
9523
9524 * server.el (server-switch-buffer): Also consider clients in the
9525 selected frame.
9526
9527 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9528
9529 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9530 Select window clicked on first.
9531 (gdb): Display thread number in mode-line.
9532 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9533 (gdb-breakpoints-header): New variable.
9534 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9535
9536 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
9539 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9540 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9541 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9542 (vc-sccs-print-log): Use it.
9543
9544 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9545
9546 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9547 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9548
9549 * tooltip.el (tooltip-previous-message): New var.
9550 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9551 the C code (avoid overwriting a minibuffer, restore previous echo
9552 message, ...).
9553 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9554 Simplify.
9555
9556 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9557
9558 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9559 (gdb-init-1): Initialise it.
9560 (gdb-annotation-rules): New entry for "new-thread".
9561 (gdb-thread-identification): New function to customize
9562 mode-line-buffer-identification.
9563 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9564 (gdb-assembler-mode): Use it.
9565 (gdb-threads-mode): Force "info threads" onto queue.
9566
9567 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * files.el (locate-file-completion-table): Rename from
9570 locate-file-completion and make it use `pred' in the normal way.
9571 (locate-file-completion): New compatibility wrapper.
9572 (load-library): Use locate-file-completion-table.
9573 * finder.el (finder-commentary):
9574 * subr.el (locate-library):
9575 * emacs-lisp/find-func.el (find-library): Likewise.
9576 * info.el: Use with-current-buffer and inhibit-read-only.
9577 (Info-read-node-name-2): Change to use `predicate' in the normal way.
9578 (Info-read-node-name-1): Adjust uses accordingly.
9579
9580 * minibuffer.el (completion-table-with-context): Add support for `pred'.
9581 (completion-table-with-terminator): Don't use complete-with-action
9582 since we have to distinguish all three cases anyway.
9583 (completion-table-with-predicate): New function.
9584 (dynamic-completion-table): Add obsolete alias.
9585
9586 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9587
9588 2008-04-18 Sam Steingold <sds@gnu.org>
9589
9590 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9591 Use quit-window instead of bury-buffer.
9592
9593 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * minibuffer.el (completion-table-with-terminator): Fix last fix.
9596
9597 2008-04-18 Andreas Schwab <schwab@suse.de>
9598
9599 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9600 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9601 Depend on $(lisp)/subdirs.el.
9602
9603 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
9604
9605 * descr-text.el (describe-char-after):
9606 Use `define-obsolete-function-alias'.
9607
9608 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9609
9610 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9611
9612 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9613 Remove redundant obsolescence info in docstring.
9614
9615 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9616 (vc-header-alist): Add WHEN to obsolescence declaration.
9617 (vc-state): Fix typo in docstring.
9618
9619 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9620 Use `define-obsolete-variable-alias'.
9621
9622 * emulation/tpu-edt.el (tpu-have-ispell):
9623 * international/codepage.el (codepage-setup):
9624 Fix typo in obsolescence declaration.
9625
9626 * international/mule.el (char-coding-system-table):
9627 Remove redundant obsolescence info in docstring.
9628 (charset-list, generic-char-p, set-char-table-default):
9629 Fix typos in obsolescence declarations.
9630
9631 * international/mule-diag.el (non-iso-charset-alist):
9632 Fix typo in obsolescence declaration.
9633 (decode-codepage-char): Remove redundant obsolescence info in docstring.
9634
9635 * font-core.el (font-lock-defaults-alist):
9636 * font-lock.el (font-lock-reference-face):
9637 * frame.el (screen-height, screen-width, set-screen-width)
9638 (set-screen-height):
9639 * hilit-chg.el (highlight-changes-initial-state):
9640 * isearch.el (isearch-return-char):
9641 * log-edit.el (cvs-commit-buffer-require-final-newline)
9642 (cvs-changelog-full-paragraphs):
9643 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9644 (mouse-popup-menubar-stuff):
9645 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9646 (mouse-wheel-click-button):
9647 * outline.el (outline-visible):
9648 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9649 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9650 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9651 * progmodes/compile.el (compile-internal):
9652 Add WHEN to obsolescence declarations.
9653
9654 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9657 is not better anyway.
9658
9659 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9660
9661 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9662 properly.
9663
9664 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9667 (python-use-skeletons): Remove, unused.
9668 (python-skeletons): Remove. Use the abbrev table instead.
9669 (python-mode-abbrev-table): Fix regexp;
9670 add enable-function and case-fixed.
9671 (def-python-skeleton): Simplify.
9672 (python-expand-template): Use the abbrev-table and abbrev-insert.
9673 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9674 Remove.
9675 (python-mode): Don't set pre-abbrev-expand-hook.
9676
9677 * skeleton.el: Set coding-tag.
9678
9679 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9680 (expand-abbrev): Use it.
9681 (abbrev-table-menu): New function.
9682
9683 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9684
9685 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9686
9687 2008-04-17 Sam Steingold <sds@gnu.org>
9688
9689 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9690 idiosyncratic bury-buffer/delete-window logic.
9691
9692 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9695 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9696
9697 2008-04-17 Kenichi Handa <handa@m17n.org>
9698
9699 * international/characters.el: Don't make the width of U+00AD to 0.
9700
9701 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
9702
9703 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9704 (gdb, gdb-starting, gdb-frames-mode): Use it.
9705 (gdb-invalidate-frames): Advise to call "info stack" only if
9706 execution has occurred.
9707 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9708 selected frame if no execution has occurred.
9709 (gdb-frames-force-update): New interactive function.
9710 (gdb-frames-mode-map): Bind it to "F".
9711
9712 2008-04-17 Michael Olson <mwolson@gnu.org>
9713
9714 * textmodes/remember.el (remember-version): Release Remember 2.0.
9715
9716 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
9717
9718 * textmodes/artist.el:
9719 * progmodes/vhdl-mode.el:
9720 * progmodes/verilog-mode.el:
9721 * progmodes/vera-mode.el:
9722 * progmodes/simula.el:
9723 * progmodes/ps-mode.el:
9724 * progmodes/cmacexp.el:
9725 * obsolete/hilit19.el:
9726 * emulation/viper.el:
9727 * ediff.el: Cleanup the bug-report email addresses and make sure the
9728 maintainer is still willing to handle bug reports.
9729
9730 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9731
9732 * vc.el (vc-dir-kill-query): Fix thinko.
9733
9734 2008-04-16 Glenn Morris <rgm@gnu.org>
9735
9736 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
9737 by diary-sexp-entry.
9738
9739 2008-04-16 Markus Triska <markus.triska@gmx.at>
9740
9741 * proced.el (proced-command-alist): Add support for darwin.
9742
9743 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * proced.el (proced-mode): Redefine as just the major-mode.
9746 (proced): Separate it from proced-mode.
9747
9748 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
9749
9750 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9751
9752 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
9753 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
9754 `tab-width' setting from user. New version 10.0. Doc and docstring
9755 fix.
9756 (whitespace-style, whitespace-chars): Remove options.
9757 (whitespace-style-mark): New option, replace whitespace-style deleted
9758 option. Fix docstring.
9759 (whitespace-style-color): New option, replace whitespace-chars deleted
9760 option. Fix docstring.
9761 (whitespace-space, whitespace-hspace, whitespace-tab)
9762 (whitespace-newline, whitespace-trailing, whitespace-line)
9763 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9764 (whitespace-space-after-tab, whitespace-hspace-regexp)
9765 (whitespace-space-regexp, whitespace-tab-regexp)
9766 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9767 (whitespace-empty-at-eob-regexp, whitespace-line-column)
9768 (whitespace-toggle-option-alist): Fix docstring.
9769 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9770 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
9771 docstring and initialization.
9772 (global-whitespace-mode): Autoloaded global minor mode.
9773 (whitespace-chars-value-list, whitespace-style-value-list)
9774 (whitespace-active-chars, whitespace-active-style)
9775 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
9776 (whitespace-color-value-list): New var, replace
9777 whitespace-chars-value-list removed var.
9778 (whitespace-mark-value-list): New var, replace
9779 whitespace-style-value-list removed var.
9780 (whitespace-active-color): New var, replace whitespace-active-chars
9781 removed var.
9782 (whitespace-active-mark): New var, replace whitespace-active-style
9783 removed var.
9784 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
9785 removed var.
9786 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
9787 removed var.
9788 (whitespace-toggle-option-alist, whitespace-report-list)
9789 (whitespace-report-text, whitespace-help-text): Fix initialization.
9790 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
9791 (whitespace-toggle-options, global-whitespace-toggle-options)
9792 (whitespace-cleanup-region, whitespace-report-region)
9793 (whitespace-interactive-char): Fix docstring and code.
9794 (whitespace-cleanup, whitespace-report): Fix docstring.
9795 (whitespace-replace-spaces-by-tabs): Remove fun.
9796 (whitespace-replace-action): New fun, replace
9797 whitespace-replace-spaces-by-tabs removed fun.
9798 (whitespace-regexp, whitespace-indentation-regexp)
9799 (whitespace-space-after-tab-regexp, whitespace-insert-value)
9800 (whitespace-kill-buffer): New funs.
9801 (whitespace-insert-option-mark, whitespace-help-on)
9802 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
9803 (whitespace-color-on, whitespace-color-off)
9804 (whitespace-display-char-on): Fix code.
9805
9806 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
9809 (mouse-throw-magnifier-with-mouse-movement): Remove.
9810 (mouse-throw-magnifier-base): New const.
9811 (mouse-drag-scroll-delta): New fun.
9812 (mouse-drag-throw): Use it.
9813
9814 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
9815
9816 * international/uni-bidi.el, international/uni-category.el:
9817 * international/uni-combining.el, international/uni-comment.el:
9818 * international/uni-decimal.el, international/uni-decomposition.el:
9819 * international/uni-digit.el, international/uni-lowercase.el:
9820 * international/uni-mirrored.el, international/uni-name.el:
9821 * international/uni-numeric.el, international/uni-old-name.el:
9822 * international/uni-titlecase.el, international/uni-uppercase.el:
9823 * international/charprop.el: Regenerate.
9824
9825 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9826
9827 * vc.el (vc-status-fileinfo): Add new member directoryp.
9828 (vc-default-status-printer): Print directories.
9829 (vc-status-update): Sort files before subdirectories.
9830
9831 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9832 Add alternative implementation based on "cvs update".
9833
9834 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
9835
9836 * doc-view.el: Changed requirements section to tell that only one
9837 of dvipdf or dvipdfm is needed.
9838 (doc-view-already-converted-p): Fix bug that forced reconversion
9839 if doc was already converted.
9840
9841 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * minibuffer.el (minibuffer-message):
9844 Make sure we can put-text-property.
9845
9846 * emacs-lisp/crm.el: Complete rewrite.
9847
9848 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
9849 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
9850 case of an error in display-completion-list.
9851
9852 * filecache.el (file-cache-completions-keymap): Move init from
9853 file-cache-completion-setup-function into declaration.
9854 (file-cache-minibuffer-complete): Simplify.
9855 (file-cache-completion-setup-function): Use standard-output,
9856 preserve current-buffer.
9857
9858 * vc.el (vc-status-update): Fix typo.
9859 (vc-status-update): Set needs-update.
9860 (vc-status-refresh): η-reduce.
9861
9862 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
9863
9864 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
9865 to image-eol.
9866
9867 2008-04-14 Alexandre Julliard <julliard@winehq.org>
9868
9869 * vc.el (vc-status-update): Undo the previous revert.
9870
9871 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * minibuffer.el (completion-table-with-terminator): Those completions
9874 are never valid w.r.t test-completion.
9875 (completion--file-name-table):
9876 Check completion-all-completions-with-base-size.
9877
9878 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
9879
9880 * doc-view.el (doc-view-dvipdf-program): New variable.
9881 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
9882 (doc-view-mode-p): Check for doc-view-dvipdf-program as
9883 alternative for doc-view-dvipdfm-program.
9884 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
9885
9886 * doc-view.el (doc-view-start-process): Don't set
9887 default-directory to "~/" if the current value is valid.
9888 This broke PS files that run other files in the same directory.
9889
9890 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
9891
9892 * vc.el (vc-status-kill-query): New function.
9893 (vc-status-mode): Add it to kill-buffer-query-functions.
9894 (vc-status-show-fileentry): New function.
9895 (vc-status-menu-map): Bind it. Bind vc-next-action.
9896
9897 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 * minibuffer.el (minibuffer-message): Put cursor at the right place.
9900
9901 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9902
9903 * proced.el (proced-send-signal): Fix error recognition.
9904
9905 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9906
9907 * proced.el (proced-command-alist): Remove sort column.
9908 (proced-command, proced-procname-column):
9909 Use make-variable-buffer-local.
9910 (proced-signal-function): Rename from proced-kill-program.
9911 Allow for elisp symbols and string values representing system calls.
9912 (proced-marker-regexp, proced-success-message): New functions.
9913 (proced): Use defalias. Add autoload cookie.
9914 (proced-unmark-backward, proced-toggle-marks)
9915 (proced-hide-processes): New commands.
9916 (proced-do-mark): Simplify code.
9917 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
9918 (proced-update): Remove sorting.
9919 (proced-send-signal): Display number of processes to operate on.
9920 Allow for system calls or elisp functions to send signals.
9921 Check if signal was sent successfully.
9922
9923 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * minibuffer.el (completion-all-completion-with-base-size): New var.
9926 (completion--some): New function.
9927 (completion-table-with-context, completion--file-name-table):
9928 Return the base-size if requested.
9929 (completion-table-in-turn): Generalize to multiple arguments.
9930 (complete-in-turn): Compatibility alias.
9931 (completion-styles-alist): New var.
9932 (completion-styles): New customization.
9933 (minibuffer-try-completion, minibuffer-all-completions):
9934 New functions.
9935 (minibuffer--do-completion, minibuffer-complete-and-exit)
9936 (minibuffer-try-word-completion): Use them.
9937 (display-completion-list, minibuffer-completion-help): Use them.
9938 Handle all-completions's new base-size info to set completion-base-size.
9939 * info.el (Info-read-node-name-1): Use completion-table-with-context,
9940 completion-table-with-terminator and complete-with-action.
9941 Remove the now obsolete completion-base-size-function property.
9942 * simple.el (completion-list-mode-map): Move init into declaration.
9943 (completion-list-mode): Use define-derived-mode.
9944 (completion-setup-function): Use any completion-base-size that may
9945 have been set before. Remove handling of completion-base-size-function.
9946 * loadup.el: Move abbrev.el up earlier.
9947
9948 2008-04-13 Alexandre Julliard <julliard@winehq.org>
9949
9950 * vc-git.el (vc-git-after-dir-status-stage)
9951 (vc-git-dir-status-goto-stage): New functions.
9952 (vc-git-after-dir-status-stage1)
9953 (vc-git-after-dir-status-stage1-empty-db)
9954 (vc-git-after-dir-status-stage2): Remove, functionality moved
9955 into the new generic stage functions.
9956 (vc-git-dir-status-files): New function.
9957
9958 * vc.el (vc-status-update): Revert an incorrect rewrite.
9959 Add some comments.
9960 (vc-status-refresh-files): New function.
9961 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
9962 state of up-to-date files.
9963 (vc-default-dir-status-files): New function.
9964
9965 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
9966
9967 * minibuffer.el (completion--embedded-envvar-table)
9968 (read-file-name-internal): Fix typos in 2008-04-11 change.
9969
9970 * faces.el (read-face-name): Use `completion-table-in-turn',
9971 not `complete-in-turn'.
9972
9973 2008-04-13 Andreas Schwab <schwab@suse.de>
9974
9975 * progmodes/etags.el: Require 'cl when compiling.
9976
9977 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
9978
9979 * progmodes/gud.el (gud-menu-map): Expand tooltip.
9980
9981 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
9982 (menu): Add/expand menu tooltips.
9983
9984 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9985
9986 * progmodes/sh-script.el (sh-show-indent): Fix typo.
9987 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
9988
9989 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
9990 considered registered.
9991
9992 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9993
9994 * emacs-lisp/copyright.el (copyright-update-directory): New command.
9995
9996 * ediff-wind.el (ediff-split-window-function)
9997 (ediff-merge-split-window-function): Improve custom type.
9998
9999 2008-04-12 Eli Zaretskii <eliz@gnu.org>
10000
10001 * loadup.el ("minibuffer"): Move after "faces".
10002
10003 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * progmodes/hideif.el (hif-factor): Handle unary minus.
10006
10007 2008-04-12 Glenn Morris <rgm@gnu.org>
10008
10009 * calendar/cal-china.el (chinese-calendar-time-zone):
10010 Mark obsolete name as risky too.
10011
10012 * calendar/calendar.el (calendar-faces): New custom group.
10013 (calendar-today, diary, holiday): Doc fix.
10014 Move to calendar-faces group.
10015 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10016 (diary-button): Doc fix. Move to calendar-faces group.
10017
10018 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10019 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10020 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10021 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10022 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10023 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10024 not in dumped files before the associated defcustom.
10025
10026 2008-04-11 Johan Bockgård <bojohan@gnu.org>
10027
10028 * minibuffer.el (lazy-completion-table): Fix debug spec.
10029
10030 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10031
10032 * minibuffer.el (complete-with-action, lazy-completion-table):
10033 Move from subr.el.
10034 (apply-partially, completion-table-dynamic)
10035 (completion-table-with-context, completion-table-with-terminator)
10036 (completion-table-in-turn): New funs.
10037 (completion--make-envvar-table, completion--embedded-envvar-table):
10038 New funs.
10039 (read-file-name-internal): Use them.
10040 (completion-setup-hook): Move from simple.el.
10041 * subr.el (complete-with-action, lazy-completion-table):
10042 * simple.el (completion-setup-hook): Move to minibuffer.el.
10043
10044 2008-04-11 Glenn Morris <rgm@gnu.org>
10045
10046 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10047
10048 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10051
10052 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10053
10054 * textmodes/fill.el (fill-forward-paragraph-function): New var.
10055 (fill-forward-paragraph): New fun.
10056 (fill-paragraph, fill-region): Use it.
10057
10058 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10059 (vc-status-create-fileinfo): Make `extra' optional.
10060 (vc-status-busy): New fun.
10061 (vc-status-menu-map): Use it.
10062 (vc-status-crt-marked): Remove.
10063 (vc-status-update): Rename from vc-status-add-entries.
10064 Add argument so as to prevent addition of entries. Rewrite.
10065 (vc-update-vc-status-buffer): Remove.
10066 (vc-status-refresh): Don't remove old entries, set them to
10067 up-to-date instead. Also do it after the update is complete.
10068 (vc-status-marked-files): η-reduce.
10069
10070 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10071 for non-dialogs.
10072
10073 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10074
10075 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10076
10077 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
10078
10079 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10080 to t and don't truncate msg.
10081
10082 2008-04-11 Glenn Morris <rgm@gnu.org>
10083
10084 * calendar/calendar.el (diary, holidays):
10085 Move custom groups to other files.
10086 (holiday-general-holidays, holiday-oriental-holidays)
10087 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10088 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10089 (holiday-hebrew-holidays, holiday-christian-holidays)
10090 (holiday-islamic-holidays, holiday-bahai-holidays)
10091 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10092 * calendar/diary-lib.el: Move custom group here from calendar.el.
10093 * calendar/holidays.el: Move custom group and variables here
10094 from calendar.el.
10095
10096 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10097
10098 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10099 Fix custom group.
10100 (calendar-current-time-zone-cache): Autoload riskiness.
10101
10102 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10103
10104 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * woman.el (woman2-TH): Use string-equal instead of string-match.
10107
10108 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10111 (smerge-resolve): Merge the "2-way refinement" case with one half of
10112 the "mere whitespace" resolution.
10113
10114 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10115
10116 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10117
10118 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
10119
10120 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10121 Add WHEN to obsolescence declaration.
10122
10123 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10124
10125 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10126
10127 * vc-hooks.el (vc-state): Add new state `conflict'.
10128 (vc-after-save): Use when not if.
10129 (vc-default-mode-line-string): Deal with the conflict state.
10130 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10131
10132 * vc.el (vc-editable-p, vc-default-status-printer)
10133 (vc-next-action): Deal with the conflict state.
10134 (vc-mark-resolved): New function.
10135 (vc-status-mode): Fix mode name.
10136 (vc-default-comment-history): Use when not if.
10137 (Todo): Add new entries, remove old ones.
10138
10139 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10140 (vc-cvs-parse-status, vc-cvs-after-dir-status):
10141 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10142 Detect the conflict state.
10143
10144 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10145
10146 2008-04-10 Glenn Morris <rgm@gnu.org>
10147
10148 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10149 Respect truncate-partial-width-windows in non-full windows,
10150 with regards to :toggle and :enable state.
10151
10152 * simple.el (toggle-truncate-lines): Doc fix.
10153
10154 * Makefile.in (MH_E_DIR): New variable.
10155 (MH_E_SRC): Restore variable removed 2008-03-13.
10156 (mh-loaddefs.el): Depend on $MH_E_SRC.
10157 (CAL_DIR, CAL_SRC): New variables.
10158 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10159 Depend on CAL_SRC.
10160
10161 * calendar/calendar.el (calendar, diary): Add :prefix.
10162 (holidays): Change :prefix.
10163 (calendar-today, holiday, calendar-holiday-marker)
10164 (european-calendar-style): Change custom groups.
10165
10166 * calendar/calendar.el (diary-hook, diary-display-hook):
10167 Move to diary-lib.el.
10168 * calendar/diary-lib.el (diary-hook, diary-display-hook):
10169 Move here from calendar.el.
10170 * calendar/appt.el: Require diary-lib rather than calendar.
10171 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10172
10173 * calendar/appt.el (appt): Add :prefix.
10174
10175 * calendar/diary-lib.el (diary-hook): Doc fix.
10176 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10177
10178 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10181 New functions.
10182
10183 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10184 the arg to recursive calls.
10185
10186 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10187
10188 * minibuffer.el (completion-auto-help): Fix typo.
10189
10190 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10193
10194 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
10195
10196 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10197 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10198
10199 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10202
10203 * minibuffer.el (minibuffer): Move group from cus-edit.el.
10204 (completion-auto-help): Move from C code.
10205 (minibuffer--maybe-completion-help): Remove.
10206 (minibuffer--bitset): New function.
10207 (minibuffer--do-completion): Rename from minibuffer-do-completion.
10208 Renumber a bit. Really complete on string *before* point.
10209 Add argument used for word-completion.
10210 Join trailing / in completion with following text, as done in
10211 minibuffer-complete-word.
10212 Handle new value `lazy' for completion-auto-help.
10213 (minibuffer-try-word-completion): New function extracted from
10214 minibuffer-complete-word.
10215 (minibuffer-complete-word): Use minibuffer--do-completion.
10216 (minibuffer--insert-strings): Rename from
10217 minibuffer-complete-insert-strings.
10218 (exit-minibuffer): Fix typo.
10219 * cus-edit.el (minibuffer): Move group to minibuffer.el.
10220 * cus-start.el: Remove completion-auto-help.
10221
10222 2008-04-09 Alexandre Julliard <julliard@winehq.org>
10223
10224 * vc.el (vc-status-add-entries): New function.
10225 (vc-status-add-entry): Remove.
10226 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10227 Use vc-status-add-entries.
10228
10229 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10230 order.
10231
10232 2008-04-09 Jason Rumney <jasonr@gnu.org>
10233
10234 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10235 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10236 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10237 (AUTOGENEL): New variable.
10238 (distclean, maintainer-clean): New targets.
10239
10240 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10241
10242 * emacs-lisp/regexp-opt.el (regexp-opt):
10243 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10244
10245 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
10246
10247 * nxml/nxml-mode.el (nxml-cleanup): New function.
10248 (nxml-mode): Add it to change-major-mode-hook.
10249
10250 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10251
10252 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10253
10254 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10255
10256 * calc/.cvsignore: New file.
10257
10258 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10259
10260 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10261
10262 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10263 show-help-function when turning tooltip off.
10264 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10265 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10266
10267 2008-04-09 Alan Mackenzie <acm@muc.de>
10268
10269 * font-lock.el (font-lock-extend-after-change-region-function):
10270 Make it buffer local.
10271
10272 2008-04-09 Glenn Morris <rgm@gnu.org>
10273
10274 * calendar/calendar.el (diary-file, european-calendar-style):
10275 Remove autoload cookies.
10276
10277 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10278
10279 * outline.el (outline-mode-menu-bar-map):
10280 * log-view.el (log-view-mode-menu):
10281 * log-edit.el (log-edit-menu): Add :help.
10282
10283 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10284
10285 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10286 Use substring-no-properties for correct handling of unibyte strings.
10287
10288 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 * add-log.el (change-log-next-buffer): Handle the case where version<
10291 signals an error.
10292
10293 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10294 mouse-major-mode-menu.
10295 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10296 (mouse-major-mode-menu, mouse-popup-menubar)
10297 (mouse-popup-menubar-stuff): Use them.
10298 (C-down-mouse-3): Bind to a dynamic map rather than to
10299 mouse-popup-menubar-stuff.
10300
10301 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10302 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10303
10304 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10305
10306 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10307 file:// access method.
10308
10309 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * minibuffer.el: New file.
10312 * loadup.el: Load it.
10313
10314 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10317 rather than subdirs.el. It introduces an ugly circular dependency, tho.
10318
10319 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10320 (calc-mode-map, calc-digit-map, calc-dispatch-map):
10321 Move initialization into declaration.
10322 * calc/calc-yank.el:
10323 * calc/calc-misc.el:
10324 * calc/calc-embed.el:
10325 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
10326
10327 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
10328
10329 * ps-samp.el (ps-add-printer, ps-remove-printer)
10330 (ps-make-dynamic-printer-menu): New functions.
10331
10332 * net/zeroconf.el: New file.
10333
10334 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10337
10338 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10339
10340 * vc-rcs.el (vc-rcs-modify-change-comment):
10341 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10342
10343 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10344
10345 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
10346
10347 * international/mule-cmds.el (set-locale-environment): Don't warn if
10348 coding system doesn't agree with system locale (this reverts changes
10349 by Dave Love, dated 2002-10-27 and 2002-10-09).
10350
10351 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10352 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10353
10354 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10355
10356 2008-04-08 Glenn Morris <rgm@gnu.org>
10357
10358 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10359 * textmodes/remember.el (remember-diary-convert-entry):
10360 Require calendar.
10361
10362 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10363 diary-file, since it is the default for make-diary-entry anyway.
10364
10365 * calendar/cal-menu.el (cal-menu-event-to-date):
10366 Rename calendar-event-to-date. Update callers.
10367 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10368 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10369 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10370 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10371 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10372 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10373 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10374 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10375 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10376 (calendar-mouse-tex-month-landscape):
10377 Rename cal-tex-mouse-month-landscape.
10378 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10379 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10380 (calendar-mouse-tex-year-landscape):
10381 Rename cal-tex-mouse-year-landscape.
10382 (cal-menu-context-mouse-menu): Update for above name changes.
10383
10384 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10385 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10386 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10387 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10388 * calendar/holidays.el: Replace int-to-string with number-to-string.
10389
10390 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
10391
10392 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10393 region if point moves.
10394
10395 2008-04-08 Kenichi Handa <handa@m17n.org>
10396
10397 * faces.el (font-slant-table): Change numeric values for `r',
10398 `roman', and `normal'.
10399
10400 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
10401
10402 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10403
10404 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
10405
10406 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10407 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
10408
10409 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
10410
10411 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10412 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
10413
10414 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10417
10418 2008-04-07 Sam Steingold <sds@gnu.org>
10419
10420 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10421 Add helper functions.
10422 (lisp-do-defun): Extract the common part of lisp-eval-defun and
10423 lisp-compile-defun; DEFVAR forms reset the variables to the init
10424 values, just like in emacs-lisp mode eval-defun.
10425 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10426 (lisp-compile-region): Use lisp-compile-string.
10427
10428 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * subr.el (combine-and-quote-strings): Also quote strings that contain
10431 the separator.
10432
10433 * pcvs-util.el (cvs-map): Avoid recursion :-(
10434
10435 2008-04-07 Glenn Morris <rgm@gnu.org>
10436
10437 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10438
10439 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10440 view-diary-entries-initially. Keep old name as alias, update users.
10441 (calendar-mark-diary-entries-flag): Rename
10442 mark-diary-entries-in-calendar. Keep old name as alias, update users.
10443 (calendar-view-holidays-initially-flag): Rename
10444 view-calendar-holidays-initially. Keep old name as alias, update users.
10445 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10446 Keep old name as alias, update users.
10447 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10448 Keep old name as alias, update users.
10449 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10450 Keep old name as alias, update users.
10451 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10452 Keep old name as alias, update users.
10453 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
10454 (diary-american-date-forms): Rename american-date-diary-pattern.
10455 Keep old name as alias, update users.
10456 (diary-european-date-forms): Rename european-date-diary-pattern.
10457 Keep old name as alias, update users.
10458 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10459 Keep old name as alias, update users.
10460 (calendar-european-date-display-form): Rename
10461 european-calendar-display-form. Keep old name as alias, update users.
10462 (calendar-american-date-display-form): Rename
10463 european-calendar-display-form. Keep old name as alias, update users.
10464 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10465 Keep old name as alias, update users.
10466 (holiday-general-holidays): Rename general-holidays.
10467 Keep old name as alias, update users.
10468 (holiday-oriental-holidays): Rename oriental-holidays.
10469 Keep old name as alias, update users.
10470 (holiday-local-holidays): Rename local-holidays.
10471 Keep old name as alias, update users.
10472 (holiday-other-holidays): Rename other-holidays.
10473 Keep old name as alias, update users.
10474 (holiday-hebrew-holidays): Rename hebrew-holidays.
10475 Keep old name as alias, update users.
10476 (holiday-christian-holidays): Rename christian-holidays.
10477 Keep old name as alias, update users.
10478 (holiday-islamic-holidays): Rename islamic-holidays.
10479 Keep old name as alias, update users.
10480 (holiday-bahai-holidays): Rename bahai-holidays.
10481 Keep old name as alias, update users.
10482 (holiday-solar-holidays): Rename solar-holidays.
10483 Keep old name as alias, update users.
10484 (diary-fancy-buffer): Rename fancy-diary-buffer.
10485 Keep old name as alias, update users.
10486 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10487 Update users.
10488 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10489 Update users.
10490 (calendar-increment-month): Rename increment-calendar-month.
10491 Keep old name as alias, update callers.
10492 (calendar-increment-month-cons): Rename old calendar-increment-month.
10493 Update callers.
10494 (calendar-extract-month): Rename extract-calendar-month.
10495 Keep old name as alias, update callers.
10496 (calendar-extract-day): Rename extract-calendar-day.
10497 Keep old name as alias, update callers.
10498 (calendar-extract-year): Rename extract-calendar-year.
10499 Keep old name as alias, update callers.
10500 (calendar-generate-window): Rename generate-calendar-window.
10501 Update callers.
10502 (calendar-generate): Rename generate-calendar. Update callers.
10503 (calendar-generate-month): Rename generate-calendar-month.
10504 Update callers.
10505 (calendar-redraw): Rename redraw-calendar. Update callers.
10506 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
10507 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10508 Update callers.
10509 (calendar-update-mode-line): Rename update-calendar-mode-line.
10510 Update callers.
10511 (calendar-exit): Rename exit-calendar. Keep old name as alias,
10512 update callers.
10513 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10514 Keep old name as alias, update callers.
10515 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10516 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10517 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10518 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10519 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10520 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10521 * calendar/solar.el: Update for calendar.el name changes.
10522 * org/org.el (org-agenda-format-date-aligned)
10523 (org-agenda-execute-calendar-command): Access date elements directly
10524 rather than using calendar functions.
10525 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10526 Also set calendar-view-diary-initially-flag,
10527 calendar-view-holidays-initially-flag.
10528 (org-get-entries-from-diary): Also set diary-fancy-buffer.
10529 (org-agenda-execute-calendar-command): No need to set displayed-day.
10530
10531 2008-04-06 Alan Mackenzie <acm@muc.de>
10532
10533 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10534 typo in the doc string.
10535
10536 * progmodes/cc-mode.el (c-basic-common-init):
10537 Set font-lock-extend-after-change-region-function.
10538 (c-extend-after-change-region): New function, used in
10539 font-lock-extend-after-change-region-function, thus superseding
10540 advice on the Font Lock after change functions.
10541 (c-advise-fl-for-region): Remove this macro.
10542
10543 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10544
10545 * textmodes/flyspell.el (flyspell-duplicate-distance):
10546 Improve custom type.
10547
10548 2008-04-06 Glenn Morris <rgm@gnu.org>
10549
10550 * calendar/diary-lib.el (diary-sexp-entry-symbol):
10551 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
10552 (diary-list-entries-hook): Rename list-diary-entries-hook.
10553 Keep old name as alias, update users.
10554 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10555 Keep old name as alias, update users.
10556 (diary-nongregorian-listing-hook): Rename
10557 nongregorian-diary-listing-hook. Keep old name as alias, update users.
10558 (diary-nongregorian-marking-hook): Rename
10559 nongregorian-diary-marking-hook. Keep old name as alias, update users.
10560 (diary-print-entries-hook): Rename print-diary-entries-hook.
10561 Keep old name as alias, update users.
10562 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10563 Keep old name as alias, update users.
10564 (diary-number-of-entries): Rename number-of-diary-entries.
10565 Keep old name as alias, update users.
10566 (view-diary-entries, list-diary-entries, show-all-diary-entries):
10567 Give version of obsolescence.
10568 (diary-view-other-diary-entries): Rename view-other-diary-entries.
10569 Keep old name as alias, update callers.
10570 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
10571 update callers.
10572 (diary-include-other-diary-files): Rename include-other-diary-files.
10573 Keep old name as alias, update callers.
10574 (diary-simple-display): Rename simple-diary-display.
10575 Keep old name as alias, update callers.
10576 (diary-fancy-display): Rename fancy-diary-display.
10577 Keep old name as alias, update callers.
10578 (diary-print-entries): Rename print-diary-entries.
10579 Keep old name as alias, update callers.
10580 (diary-marking-entries-flag): Rename marking-diary-entries.
10581 Update users.
10582 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
10583 (diary-mark-entries): Rename mark-diary-entries.
10584 Keep old name as alias, update callers.
10585 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10586 Keep old name as alias, update callers.
10587 (diary-mark-included-diary-files): Rename mark-included-diary-files.
10588 Keep old name as alias, update callers.
10589 (calendar-mark-days-named): Rename mark-calendar-days-named.
10590 Keep old name as alias, update callers.
10591 (calendar-mark-month): Rename mark-calendar-month.
10592 Keep old name as alias, update callers.
10593 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10594 Keep old name as alias, update callers.
10595 (diary-sort-entries): Rename sort-diary-entries.
10596 Keep old name as alias, update callers.
10597 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10598 Keep old name as alias, update callers.
10599 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
10600 update callers.
10601 (diary-insert-entry): Rename insert-diary-entry.
10602 Keep old name as alias.
10603 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10604 Keep old name as alias.
10605 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10606 Keep old name as alias.
10607 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10608 Keep old name as alias.
10609 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10610 Keep old name as alias.
10611 (diary-insert-block-entry): Rename insert-block-diary-entry.
10612 Keep old name as alias.
10613 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10614 Keep old name as alias.
10615 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10616 Keep old name as alias, update users.
10617 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10618 Keep old name as alias, update callers.
10619 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10620 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10621 * calendar/icalendar.el: Update for diary-lib name changes.
10622
10623 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
10624
10625 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10626
10627 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10628 for copy, move, and link operations.
10629
10630 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
10631
10632 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10633 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10634
10635 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
10636 'require' statements with 1-argument ones (wrapped in if's).
10637 For compatibility with the current stable version of XEmacs.
10638
10639 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10640
10641 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10642
10643 2008-04-06 Jason Rumney <jasonr@gnu.org>
10644
10645 * language/burmese.el ("Burmese"): Make sample text consistent with
10646 language name.
10647
10648 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
10649
10650 * progmodes/gdb-ui.el (gdb): New group.
10651 (gdb-debug-log-max, gdb-enable-debug)
10652 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10653 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10654 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10655 (gdb-show-changed-values, gdb-max-children)
10656 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10657 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10658 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10659 (gdb-memory-unit): Move to new group from GUD group.
10660 (menu): Allow customization from GDB-UI menu-item.
10661
10662 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10665
10666 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10669 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10670 Revision numbers can include ".".
10671
10672 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10673 "+" lines not accounted for by counting "-" and context lines.
10674
10675 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10676
10677 * term/mac-win.el (mac-service-open-file): Use file URL instead of
10678 file name string.
10679
10680 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10683 (vc-bzr-annotate-time): Accept space used to preserve alignment.
10684
10685 2008-04-05 Richard Stallman <rms@gnu.org>
10686
10687 * emacs-lisp/advice.el (defadvice): Add usage pattern.
10688
10689 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
10690
10691 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10692 thread in [h-e-w]).
10693
10694 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
10695
10696 * files.el (abort-if-file-too-large): Fix typo in docstring.
10697
10698 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * subr.el (functionp): Return nil for special forms.
10701
10702 2008-04-05 Glenn Morris <rgm@gnu.org>
10703
10704 * emacs-lisp/autoload.el (autoload-ensure-default-file):
10705 Provide a feature.
10706 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10707 Require loaddefs file rather than loading it.
10708 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10709 autoload-ensure-default-file provides a feature.
10710
10711 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10712 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10713 (compile, compile-always, recompile): Use $LOADDEFS.
10714 (cal-autoloads): Remove.
10715
10716 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10717 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
10718
10719 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10720 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10721
10722 * calendar/calendar.el (diary-hebrew-entry-symbol):
10723 Rename hebrew-diary-entry-symbol. Keep old name as alias.
10724 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10725 Keep old name as alias.
10726 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10727 Keep old name as alias.
10728 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10729 to diary-bahai-entry-symbol.
10730 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10731 to diary-hebrew-entry-symbol.
10732 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10733 to diary-islamic-entry-symbol.
10734 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
10735
10736 * calendar/solar.el (diary-sabbath-candles-minutes)
10737 (diary-sabbath-candles): Move to cal-hebrew.
10738 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
10739 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
10740 Doc fix. Keep old name as alias.
10741 (diary-hebrew-sabbath-candles): Simplify.
10742 (solar-setup, solar-sunrise-sunset, calendar-latitude)
10743 (calendar-longitude, calendar-time-zone): Declare for compiler.
10744 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
10745 rename.
10746
10747 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
10748 Rename coptic-calendar-month-name-array. Update callers.
10749 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
10750 (calendar-coptic-name): Rename coptic-name. Update callers.
10751 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
10752 Update callers.
10753 (calendar-coptic-last-day-of-month):
10754 Rename coptic-calendar-last-day-of-month. Update callers.
10755 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
10756 Keep old name as alias, update callers.
10757 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
10758 Keep old name as alias, update callers.
10759 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
10760 Keep old name as alias.
10761 (calendar-ethiopic-month-name-array):
10762 Rename ethiopic-calendar-month-name-array. Update callers.
10763 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
10764 Update callers.
10765 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
10766 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
10767 Keep old name as alias, update callers.
10768 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
10769 Keep old name as alias, update callers.
10770 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
10771 Keep old name as alias.
10772
10773 * calendar/cal-french.el (calendar-french-epoch):
10774 Rename french-calendar-epoch. Update callers.
10775 (calendar-french-month-name-array): Rename variable and function
10776 french-calendar-month-name-array. Update callers.
10777 (calendar-french-multibyte-month-name-array):
10778 Rename french-calendar-multibyte-month-name-array. Update callers.
10779 (calendar-french-day-name-array): Rename variable and function
10780 french-calendar-day-name-array. Update callers.
10781 (calendar-french-special-days-array): Rename variable and function
10782 french-calendar-special-days-array. Update callers.
10783 (calendar-french-multibyte-special-days-array):
10784 Rename french-calendar-multibyte-special-days-array. Update callers.
10785 (calendar-french-accents-p): Rename french-calendar-accents.
10786 Update callers.
10787 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
10788 Update callers.
10789 (calendar-french-last-day-of-month):
10790 Rename french-calendar-last-day-of-month. Update callers.
10791 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
10792 Keep old name as alias, update callers.
10793 (calendar-french-print-date): Rename calendar-print-french-date.
10794 Keep old name as alias, update callers.
10795 (calendar-french-goto-date): Rename calendar-goto-french-date.
10796 Keep old name as alias.
10797
10798 * calendar/cal-menu.el, calendar/calendar.el:
10799 Update for Coptic and French name changes.
10800
10801 * calendar/cal-china.el (calendar-chinese): Rename custom group
10802 from chinese-calendar. Update users.
10803 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
10804 Keep old name as alias, update users.
10805 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
10806 Keep old name as alias.
10807 (calendar-chinese-daylight-time-offset):
10808 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
10809 update users.
10810 (calendar-chinese-standard-time-zone-name):
10811 Rename chinese-calendar-standard-time-zone-name.
10812 Keep old name as alias, update users.
10813 (calendar-chinese-daylight-saving-start):
10814 Rename chinese-calendar-daylight-savings-starts.
10815 Keep old name as alias, update users.
10816 (calendar-chinese-daylight-saving-end):
10817 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
10818 update users.
10819 (calendar-chinese-daylight-saving-start-time):
10820 Rename chinese-calendar-daylight-savings-starts-time.
10821 Keep old name as alias, update users.
10822 (calendar-chinese-daylight-saving-end-time):
10823 Rename chinese-calendar-daylight-savings-ends-time.
10824 Keep old name as alias, update users.
10825 (calendar-chinese-celestial-stem): Rename
10826 calendar-chinese-celestial-stem. Keep old name as alias, update users.
10827 (calendar-chinese-terrestrial-branch):
10828 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
10829 update users.
10830 (calendar-chinese-zodiac-sign-on-or-after):
10831 Rename chinese-zodiac-sign-on-or-after. Update callers.
10832 (calendar-chinese-new-moon-on-or-after):
10833 Rename chinese-new-moon-on-or-after. Update callers.
10834 (calendar-chinese-month-list): Rename chinese-month-list.
10835 Update callers.
10836 (calendar-chinese-number-months): Rename number-chinese-months.
10837 Update callers.
10838 (calendar-chinese-compute-year): Rename compute-chinese-year.
10839 Update callers.
10840 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
10841 (calendar-chinese-year): Rename chinese-year. Update callers.
10842 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
10843 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
10844 Keep old name as alias, update callers.
10845 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
10846 Keep old name as alias, update callers.
10847 (calendar-chinese-months-to-alist):
10848 Rename make-chinese-month-assoc-list. Update callers.
10849 (calendar-chinese-months): Rename chinese-months. Update callers.
10850 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
10851 Keep old name as alias, update callers.
10852
10853 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
10854 Rename hebrew-calendar-leap-year-p. Update callers.
10855 (calendar-hebrew-last-month-of-year):
10856 Rename hebrew-calendar-last-month-of-year. Update callers.
10857 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
10858 Update callers.
10859 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
10860 Update callers.
10861 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
10862 Update callers.
10863 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
10864 Update callers.
10865 (calendar-hebrew-last-day-of-month):
10866 Rename hebrew-calendar-last-day-of-month. Update callers.
10867 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
10868 Keep old name as alias, update callers.
10869 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
10870 Keep old name as alias, update callers.
10871 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
10872 Keep old name as alias, update callers.
10873 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
10874 Keep old name as alias.
10875 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
10876 Keep old name as alias.
10877 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
10878 Keep old name as alias.
10879 (holiday-hebrew-passover): Rename holiday-passover-etc.
10880 Keep old name as alias.
10881 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
10882 Keep old name as alias, update callers.
10883 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
10884 Keep old name as alias.
10885 (calendar-hebrew-mark-date-pattern):
10886 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
10887 update callers.
10888 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
10889 Keep old name as alias.
10890 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
10891 Keep old name as alias.
10892 (diary-hebrew-insert-monthly-entry):
10893 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
10894 (diary-hebrew-insert-yearly-entry):
10895 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
10896 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
10897 Keep old name as alias.
10898 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
10899 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
10900 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
10901 Keep old name as alias.
10902 (calendar-hebrew-parashiot-names):
10903 Rename hebrew-calendar-parashiot-names. Update callers.
10904 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
10905 (calendar-hebrew-year-Saturday-incomplete-Sunday):
10906 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
10907 (calendar-hebrew-year-Saturday-complete-Tuesday):
10908 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
10909 (calendar-hebrew-year-Monday-incomplete-Tuesday):
10910 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
10911 (calendar-hebrew-year-Monday-complete-Thursday):
10912 Rename hebrew-calendar-year-Monday-complete-Thursday.
10913 (calendar-hebrew-year-Tuesday-regular-Thursday):
10914 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
10915 (calendar-hebrew-year-Thursday-regular-Saturday):
10916 Rename hebrew-calendar-year-Thursday-regular-Saturday.
10917 (calendar-hebrew-year-Thursday-complete-Sunday):
10918 Rename hebrew-calendar-year-Thursday-complete-Sunday.
10919 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
10920 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
10921 (calendar-hebrew-year-Saturday-complete-Thursday):
10922 Rename hebrew-calendar-year-Saturday-complete-Thursday.
10923 (calendar-hebrew-year-Monday-incomplete-Thursday):
10924 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
10925 (calendar-hebrew-year-Monday-complete-Saturday):
10926 Rename hebrew-calendar-year-Monday-complete-Saturday.
10927 (calendar-hebrew-year-Tuesday-regular-Saturday):
10928 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
10929 (calendar-hebrew-year-Thursday-incomplete-Sunday):
10930 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
10931 (calendar-hebrew-year-Thursday-complete-Tuesday):
10932 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
10933 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
10934 Update for above name changes of constants.
10935
10936 * calendar/cal-menu.el, calendar/calendar.el:
10937 Update for chinese and hebrew name changes.
10938 * calendar/diary-lib.el: Update for hebrew name changes.
10939
10940 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10941
10942 * subr.el (keymap-canonicalize): Correct thinko.
10943
10944 * server.el: Undo part of the multi-tty change, which is only
10945 needed if server.el is preloaded, and broke server-running-p.
10946 (server-socket-dir): Initialize in the defvar, as before.
10947 (server-start): Remove initialization of server-socket-dir.
10948
10949 2008-04-05 Eli Zaretskii <eliz@gnu.org>
10950
10951 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
10952 3-member cons cells.
10953
10954 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
10955
10956 * cus-face.el (custom-face-attributes): Handle roman slant.
10957
10958 * faces.el (default): Ensure the face-defface-spec property is set.
10959
10960 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
10961
10962 * files.el (abort-if-file-too-large): New function.
10963 (find-file-noselect, insert-file-1): Use it.
10964
10965 2008-04-05 Reto Zimmermann <reto@gnu.org>
10966
10967 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10968 Replace C-c[a-zA-Z] key bindings.
10969
10970 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * progmodes/hideif.el (hif-token-alist): New var.
10973 (hif-token-regexp, hif-tokenize): Use it.
10974 (hif-mathify-binop): New macro.
10975 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
10976 (hif-greater-equal, hif-less-equal): Use it.
10977 (hif-logior, hif-logand): New functions.
10978 (hif-math): Accept | and & as well.
10979
10980 * progmodes/etags.el: Fix problem with completion for buffer-local
10981 tables. Reported by Radey Shouman <shouman@comcast.net>.
10982 (tags-complete-tag): Remove.
10983 (tags-lazy-completion-table): New function to replace it.
10984 (find-tag-tag, complete-tag): Update users.
10985
10986 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
10987
10988 * vc-rcs.el (vc-rcs-dir-status):
10989 * vc-sccs.el (vc-sccs-dir-status): New function.
10990
10991 * outline.el (outline-mode-menu-bar-map):
10992 * term.el (terminal-signal-menu): Add :help.
10993
10994 * net/eudc.el (eudc-mode-map): Declare and define in one step.
10995 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
10996
10997 * emacs-lisp/re-builder.el (reb-mode-map):
10998 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
10999
11000 * diff-mode.el (diff-file-junk-re): Recognize the git format for
11001 new files, deleted files and for changing permissions.
11002 (diff-mode): Set beginning-of-defun-function and
11003 end-of-defun-function.
11004
11005 * vc-bzr.el (vc-bzr-state): Use when instead of if.
11006
11007 * vc.el (vc-default-status-fileinfo-extra): New function.
11008 (vc-status-mark-buffer-changed): Use it.
11009 (vc-update-vc-status-buffer): Allow for partial updates.
11010
11011 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * net/tramp.el (after-init-hook): Don't wrap a lambda around
11014 tramp-register-completion-file-name-handler.
11015
11016 * subr.el (keymap-canonicalize): New function.
11017 * mouse.el (mouse-menu-non-singleton): Use it.
11018 (mouse-major-mode-menu): Remove hack made unnecessary.
11019
11020 * simple.el (set-fill-column): Prompt rather than error by default.
11021
11022 2008-04-04 Andreas Schwab <schwab@suse.de>
11023
11024 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11025 Reset new-rules after each round.
11026
11027 * Makefile.in (cal-autoloads): New target.
11028 (compile, compile-always, recompile): Depend on it.
11029 ($(lisp)/calendar/cal-loaddefs.el)
11030 ($(lisp)/calendar/diary-loaddefs.el)
11031 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11032
11033 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
11034
11035 * ediff*.el: Replace load with require in eval-when-compile.
11036
11037 * ediff-hook.el: Delete all invocations of (autoload ...).
11038
11039 * ediff-util.el (ediff-setup): Make window-min-height a local variable
11040 in ediff control window, and set its min height to 2.
11041 (ediff-setup-control-buffer): Dedicate the control window.
11042 (ediff-toggle-multiframe): Undedicate control window.
11043 Work directly with ediff-setup-windows-multiframe and
11044 ediff-setup-windows-plain.
11045
11046 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11047 New function.
11048 (ediff-window-setup-function): Change initialization.
11049 (ediff-setup-windows-automatic): Delete.
11050 (ediff-setup-windows-plain-merge): Make control window dedicated.
11051 (ediff-destroy-control-frame): Do not skip frames if working in a
11052 single frame.
11053
11054 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11055 eval-when-compile.
11056
11057 * emulation/viper-util.el: Move provide's forward, prevent recursion in
11058 eval-when-compile.
11059
11060 2008-04-04 Glenn Morris <rgm@gnu.org>
11061
11062 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11063 calendar-absolute-from-bahai. Update callers, keep old name as alias.
11064
11065 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11066 Rename islamic-calendar-leap-year-p. Update callers.
11067 (calendar-islamic-last-day-of-month):
11068 Rename islamic-calendar-last-day-of-month. Update callers.
11069 (calendar-islamic-day-number):
11070 Rename islamic-calendar-day-number. Update callers.
11071 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11072 Update callers, keep old name as alias.
11073 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11074 Update callers, keep old name as alias.
11075 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11076 Keep old name as alias.
11077 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11078 Update callers, keep old name as alias.
11079 (calendar-islamic-mark-date-pattern):
11080 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
11081 name as alias.
11082 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11083 Keep old name as alias.
11084 (diary-islamic-insert-monthly-entry):
11085 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
11086 (diary-islamic-insert-yearly-entry):
11087 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
11088
11089 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11090 calendar-absolute-from-iso. Update callers, keep old name as alias.
11091 (calendar-iso-print-date): Rename calendar-print-iso-date.
11092 Update callers, keep old name as alias.
11093 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11094 Keep old name as alias.
11095 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11096 Keep old name as alias.
11097
11098 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11099 calendar-absolute-from-julian. Update callers, keep old name as alias.
11100 (calendar-julian-print-date): Rename calendar-print-julian-date.
11101 Update callers, keep old name as alias.
11102 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11103 Update callers, keep old name as alias.
11104 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11105 Update callers, keep old name as alias.
11106 (calendar-astro-print-day-number):
11107 Rename calendar-print-astro-day-number. Update callers, keep old
11108 name as alias.
11109 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11110 Update callers, keep old name as alias.
11111
11112 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11113 Rename calendar-string-to-mayan-long-count. Update callers.
11114 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11115 Update callers, keep old name as alias.
11116 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11117 Update callers.
11118 (calendar-mayan-read-tzolkin-date):
11119 Rename calendar-read-mayan-tzolkin-date. Update callers.
11120 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11121 Keep old name as alias.
11122 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11123 Keep old name as alias.
11124 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11125 Keep old name as alias.
11126 (calendar-mayan-previous-tzolkin-date):
11127 Rename calendar-previous-tzolkin-date. Keep old name as alias.
11128 (calendar-mayan-next-round-date):
11129 Rename calendar-next-calendar-round-date. Keep old name as alias.
11130 (calendar-mayan-previous-round-date):
11131 Rename calendar-previous-calendar-round-date. Keep old name as alias.
11132 (calendar-mayan-long-count-to-absolute): Rename
11133 calendar-absolute-from-mayan-long-count. Keep old name as alias.
11134 (calendar-mayan-goto-long-count-date):
11135 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
11136
11137 * calendar/cal-persia.el (calendar-persian-month-name-array):
11138 Rename persian-calendar-month-name-array. Update callers.
11139 (calendar-persian-epoch): Rename persian-calendar-epoch.
11140 Update callers.
11141 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11142 Update callers.
11143 (calendar-persian-last-day-of-month):
11144 Rename persian-calendar-last-day-of-month. Update callers.
11145 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11146 Update callers, keep old name as alias.
11147 (calendar-persian-print-date): Rename calendar-print-persian-date.
11148 Update callers, keep old name as alias.
11149 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11150 Keep old name as alias.
11151
11152 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11153 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11154 * calendar/solar.el: Update for cal-julian name changes.
11155
11156 * calendar/cal-dst.el: Update for persian name changes.
11157
11158 * calendar/cal-menu.el, calendar/calendar.el:
11159 Update for islamic, iso, julian, mayan, persian name changes.
11160
11161 * calendar/diary-lib.el: Update for islamic name changes.
11162
11163 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11164 Rename all-hebrew-calendar-holidays. Update callers, keep old name
11165 as alias.
11166 (calendar-christian-all-holidays-flag):
11167 Rename all-christian-calendar-holidays. Update callers, keep old
11168 name as alias.
11169 (calendar-islamic-all-holidays-flag):
11170 Rename all-islamic-calendar-holidays. Update callers, keep old
11171 name as alias.
11172 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11173 Update callers, keep old name as alias.
11174 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11175 Update for the above name changes.
11176
11177 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
11178
11179 * hilit-chg.el (global-highlight-changes-mode)
11180 (highlight-changes-passive-string, highlight-changes-active-string):
11181 Mark as obsolete since 23.1, not 22.1.
11182
11183 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
11184
11185 * hilit-chg.el (highlight-changes-visibility-initial-state)
11186 (hilit-chg-update, highlight-changes-mode-turn-on):
11187 Fix typos in docstrings.
11188
11189 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
11190
11191 * newcomment.el (comment-enter-backward): Be careful to restore
11192 position changed during narrowing.
11193
11194 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
11195
11196 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11197 Recognize `sub ($$)'.
11198
11199 2008-04-03 Richard Sharman <rsharman@pobox.com>
11200
11201 * hilit-chg.el (highlight-changes-mode): Rename from
11202 highlight-changes; no longer uses sub-modes active and passive;
11203 implemented by define-minor-mode.
11204 (highlight-changes-toggle-visibility): New function, to replace
11205 the old passive/active submodes of global-highlight-changes-mode;
11206 implemented by define-minor-mode.
11207 (global-highlight-changes-mode): Rename from global-highlight-changes;
11208 rewrite using define-globalized-minor-mode.
11209 (hilit-chg-major-mode-hook, hilit-chg-check-global)
11210 (hilit-chg-post-command-hook, hilit-chg-check-global)
11211 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11212 to use of define-globalized-minor-mode.
11213 (highlight-changes-global-initial-state): Change to be boolean.
11214 (highlight-changes-visible-string, highlight-changes-invisible-string):
11215 Rename from highlight-changes-active-string and
11216 highlight-changes-passive-string.
11217 (hilit-chg-update, hilit-chg-set): Use them.
11218 (global-highlight-changes-mode): Rename from global-highlight-changes.
11219 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11220 docstring.
11221 (hilit-chg-hide-changes): Rewrite to use dolist.
11222 (hilit-chg-set-face-on-change, hilit-chg-update)
11223 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11224 variable instead of testing highlight-changes-mode.
11225 (highlight-markup-buffers): Add require ediff-util; argument on calls
11226 to highlight-changes-mode changed.
11227 (highlight-compare-with-file): Fix problems with interactive
11228 call giving invalid default file.
11229
11230 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
11231
11232 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11233 Fix in disassembly buffer (regression in 22.2).
11234
11235 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
11236
11237 * emulation/viper-macs.el (viper-read-fast-keysequence):
11238 Use viper-read-event instead of viper-read-key.
11239
11240 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11241
11242 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11243 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11244 let-statements.
11245
11246 * emulation/viper-ex.el, emulation/viper-macs.el:
11247 * emulation/viper-mous.el:
11248 Replace load with require in eval-when-compile.
11249
11250 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11251
11252 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11253
11254 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11255 (archive-try-jka-compr): New function.
11256 (archive-set-buffer-as-visiting-file): Use it.
11257
11258 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11259
11260 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11261
11262 * simple.el (handle-shift-selection): New arg.
11263
11264 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11267
11268 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11269
11270 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11271
11272 * shell.el (shell-dynamic-complete-filename): New fun.
11273 (shell-dynamic-complete-functions): Use it.
11274
11275 * help-fns.el (describe-variable): Undo 2008-02-25 change.
11276
11277 2008-04-03 Kenichi Handa <handa@m17n.org>
11278
11279 * international/fontset.el (create-fontset-from-x-resource):
11280 Handle the error of X resource more gracefully.
11281
11282 * international/latin1-disp.el (latin1-display): Don't use make-char.
11283 Fix the argument to set-char-table-range.
11284 (latin1-display-identities): Don't use make-char.
11285 (latin1-display-reset): Use map-charset-chars instead of directly
11286 calling standard-display-default.
11287 (latin1-display-check-font): Don't use make-char.
11288 (latin1-display-setup): Likewise.
11289 (latin1-display-ucs-per-lynx): Likewise.
11290
11291 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11294 name the fields, to make the code clearer.
11295 Rewrite all `aset' and `aref' using the defined accessors.
11296 (timer--time): New pseudo-field.
11297 (timer-set-time, timer-set-idle-time, timer-inc-time)
11298 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11299 (timer--time-less-p): New function.
11300 (timer--activate): New function, extracted from timer-activate.
11301 (timer-activate-when-idle, timer-activate): Use it.
11302 (cancel-function-timers): Use dolist.
11303
11304 2008-04-03 Glenn Morris <rgm@gnu.org>
11305
11306 * add-log.el (c-beginning-of-defun, c-end-of-defun):
11307 Remove declarations; no longer used.
11308 (c-cpp-define-name, c-defun-name): Declare as functions.
11309
11310 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11311 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11312
11313 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11314 (holiday-passover-etc, holiday-hanukkah): Doc fix.
11315 Add optional argument. Simplify.
11316 (holiday-tisha-b-av-etc): Use memq rather than unless.
11317 (holiday-julian): Autoload it.
11318 (holiday-hebrew-misc): New function.
11319
11320 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11321
11322 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11323 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11324 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11325 all-hebrew-calendar-holidays.
11326 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11327 Simplify using new functions.
11328 (calendar-holidays): Doc fix.
11329 (generate-calendar-window): Use bound-and-true-p.
11330
11331 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11332
11333 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11334 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
11335 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
11336 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11337
11338 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11339
11340 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11343
11344 * vc-bzr.el (vc-bzr-checkout): Simplify.
11345
11346 * image-mode.el (image-mode-fit-frame): New command.
11347
11348 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11349 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11350 (keyboard-escape-quit): Check region-active-p i.s.o
11351 transient-mark-mode.
11352
11353 2008-04-02 Simon Josefsson <simon@josefsson.org>
11354
11355 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11356 (imap-message-copyuid-1): Use it.
11357 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
11358 J. Williams in
11359 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11360
11361 2008-04-02 Alan Mackenzie <acm@muc.de>
11362
11363 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11364 New optimised functions to get the name of the current defun/macro.
11365
11366 * add-log.el (add-log-current-defun): Move the functionality which
11367 gets the current function name for C like modes to cc-cmds.el,
11368 thus optimising for speed.
11369
11370 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11371
11372 * simple.el (deactivate-mark): When the mark is temporarily
11373 active, restore the original value of transient-mark-mode.
11374 (set-mark-command): First deactivate the mark if was temporarily active.
11375 (exchange-point-and-mark): Reactivate the mark if it was
11376 temporarily active.
11377 (handle-shift-selection): New fun.
11378 (transient-mark-mode): Move var documentation here from buffer.c.
11379 (next-line, previous-line, backward-word, move-end-of-line)
11380 (move-beginning-of-line, forward-to-indentation)
11381 (backward-to-indentation, back-to-indentation)
11382 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11383
11384 * mouse.el (mouse-set-region-1): Save the old value of
11385 transient-mark-mode.
11386 (mouse-drag-track): Ignore the now-obsolete value `identity' for
11387 transient-mark-mode.
11388
11389 * textmodes/paragraphs.el (forward-paragraph)
11390 (backward-paragraph, forward-sentence, backward-sentence): Add ^
11391 interactive spec.
11392
11393 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11394
11395 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
11396
11397 * net/tramp.el (tramp-make-tramp-temp-file):
11398 Use `tramp-drop-volume-letter' for the local file name part.
11399
11400 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11401
11402 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
11403 Add menu entries corresponding to all the key bindings.
11404
11405 * emacs-lisp/debug.el (debugger-mode-map):
11406 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11407 (conf-align-assignments): Only work on the region if it is active.
11408 (conf-quote-normal): Use when instead of if. Remove redundant test.
11409
11410 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11411 for tracing and re-builder.
11412
11413 2008-04-02 Glenn Morris <rgm@gnu.org>
11414
11415 * calendar/appt.el (appt-disp-window-function): Doc fix.
11416 (appt-display-message): Move beep before display.
11417 (appt-check): Make interactive. Reduce the number of lets.
11418 Use string-equal to compare mode-line strings.
11419 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
11420 read-only.
11421 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11422 (appt-delete): Simplify.
11423
11424 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11425
11426 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11427
11428 * calendar/cal-hebrew.el (list-yahrzeit-dates):
11429 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11430 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11431
11432 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11433 (calendar-holiday-marker, mark-visible-calendar-date):
11434 * calendar/diary-lib.el (fancy-diary-display):
11435 Check for font-lock-mode before using faces.
11436
11437 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11438 (calendar-gregorian-from-absolute): Reduce the number of lets.
11439 (hebrew-holidays-4, generate-calendar-window): Simplify.
11440 (calendar-for-loop): Make obsolete.
11441 (calendar-nth-named-day): Doc fix.
11442
11443 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11444 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11445 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11446 Reduce the number of lets.
11447 (mark-sexp-diary-entries, calendar-mark-complex):
11448 Expand calendar-for-loops.
11449
11450 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
11451
11452 * find-dired.el (find-dired-filter): Fix last patch to handle
11453 multi-line process input. Pad link numbers too.
11454
11455 2008-04-01 Jari Aalto <jari.aalto@cante.net>
11456
11457 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11458
11459 2008-04-01 Jason Rumney <jasonr@gnu.org>
11460
11461 * international/characters.el (script-list): Add phonetic script,
11462 covering IPA (previously Latin), Phonetic Extensions and
11463 Phonetic Extensions Supplement (both previously unassigned).
11464
11465 * international/fontset.el (setup-default-fontset): Use unicode fonts
11466 that cover bopomofo script for bopomofo.
11467 Likewise for braille and mathematical.
11468 Use unicode scripts that cover the phonetic script for IPA.
11469
11470 2008-04-01 Johan Bockgård <bojohan@gnu.org>
11471
11472 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11473 return the assigned value.
11474
11475 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * abbrev.el (abbrev-mode): Use define-minor-mode.
11478
11479 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
11480 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11481 Use map-keymap.
11482 (minor-mode-menu-from-indicator): Use it. Simplify.
11483
11484 * bindings.el (mode-line-mode-menu): Move before (new) first use.
11485 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11486 Bind the key directly to the menu.
11487 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11488
11489 2008-04-01 Daiki Ueno <ueno@unixuser.org>
11490
11491 * epa.el (epa-decrypt-region): Explain the reason why this
11492 function should not be used in Lisp programs.
11493 (epa-decrypt-armor-in-region): Ditto.
11494 (epa-verify-region): Ditto.
11495 (epa-verify-cleartext-in-region): Ditto.
11496 (epa-sign-region): Ditto.
11497 (epa-encrypt-region): Ditto.
11498
11499 * epg.el (epg-start-receive-keys): Fix typo in docstring.
11500
11501 * epa.el (epa-select-keys): Show menu even if there is no key in
11502 GnuPG's keyring.
11503
11504 2008-04-01 Glenn Morris <rgm@gnu.org>
11505
11506 * calendar/calendar.el (calendar-make-temp-face): New function.
11507 (mark-visible-calendar-date):
11508 * calendar/diary-lib.el (fancy-diary-display): Use it.
11509
11510 * vc-hooks.el (vc-responsible-backend): Declare as function.
11511
11512 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11513 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11514 * calendar/cal-julian.el (holiday-julian): Use it.
11515
11516 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11517 (calendar-hebrew-date-is-visible-p): Extract some common code into
11518 separate function.
11519 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11520
11521 * calendar/cal-menu.el (cal-menu-holidays-menu):
11522 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11523 rather than obsolete alias.
11524
11525 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11526 for mark characters.
11527 (calendar-unmark): Unmark by removing all overlays, rather than
11528 redrawing.
11529 (calendar-starred-day): Remove.
11530 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
11531 (calendar-cursor-to-date): No need for special star handling now
11532 using overlays.
11533 (calendar-star-date): Use overlays.
11534
11535 * calendar/cal-french.el (calendar-goto-french-date):
11536 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11537 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11538 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11539 * calendar/cal-persia.el (calendar-persian-date-string):
11540 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11541 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11542 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11543 * calendar/solar.el (solar-equinoxes-solstices):
11544 Reduce nesting of some lets.
11545
11546 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11547 (calendar-goto-mayan-long-count-date): Simplify.
11548
11549 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11550 Simplify by using mapcar.
11551 (calendar-list-holidays): Return holiday-list.
11552 (list-holidays): Use let rather than let*. Remove un-needed locals
11553 `d', `never'.
11554 (calendar-check-holidays): Return result from dolist.
11555 (holiday-float): Use a single let*. Simplify if-and to and.
11556 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11557 single let*.
11558
11559 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
11560
11561 * calc/calc.el: Autoload `calc-yank'.
11562 (calc-mode-map): Add keybindings for `calc-yank'.
11563 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11564 assignments for `calc-yank'.
11565
11566 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
11567
11568 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11569 (vc-status-mark-buffer-changed): Handle the extra field.
11570
11571 * vc-bzr.el (vc-bzr-after-dir-status):
11572 * vc-cvs.el (vc-cvs-after-dir-status):
11573 * vc-hg.el (vc-hg-after-dir-status):
11574 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11575
11576 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11577
11578 * doc-view.el: Compute displayed pages first (in PDF).
11579 (doc-view-current-converter-processes): Rename from
11580 doc-view-current-converter-process. Update users.
11581 (doc-view-sentinel): Test buffer's liveness.
11582 (doc-view-pdf/ps->png-sentinel): Remove.
11583 (doc-view-start-process): New function.
11584 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11585 (doc-view-ps->pdf): Use it.
11586 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11587 New functions.
11588 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11589 (doc-view-mode): Kill the processes when leaving the mode.
11590
11591 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
11592
11593 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11594 Use `byte-compile-warning-types'. Add docstring.
11595
11596 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11599 (smerge-resolve): Add various resolution heuristics.
11600
11601 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11602 in 3-way conflicts.
11603
11604 2008-03-31 Glenn Morris <rgm@gnu.org>
11605
11606 * calendar/cal-bahai.el (diary-bahai-mark-entries):
11607 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11608 * calendar/cal-islam.el (mark-islamic-diary-entries):
11609 Fix argument order in call to diary-mark-entries-1.
11610
11611 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11612 pre-Bahai dates.
11613 (holiday-bahai): Use an algorithm actually relevant to this calendar
11614 system.
11615
11616 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11617
11618 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11619 Use and.
11620
11621 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11622 in the last fortnight in Julian October.
11623
11624 * calendar/calendar.el (increment-calendar-month): Optionally handle
11625 systems without 12 months per year.
11626
11627 (calendar-date-is-visible-p): Doc fix. Simplify.
11628
11629 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11630 from dolist.
11631
11632 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11635 (hi-lock-unload-function): New function.
11636
11637 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
11638
11639 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
11640 overwriting when NEWNAME is a local file.
11641
11642 * net/trampver.el: Update release number.
11643
11644 2008-03-30 Alexandre Julliard <julliard@winehq.org>
11645
11646 * vc-git.el: Make vc-status display information about copies,
11647 renames and permission changes.
11648 (vc-git-extra-fileinfo): New defstruct.
11649 (vc-git-escape-file-name, vc-git-file-type-as-string)
11650 (vc-git-rename-as-string, vc-git-permissions-as-string)
11651 (vc-git-status-printer): New functions.
11652 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11653 (vc-git-after-dir-status-stage1): Look for copies, renames and
11654 permission changes.
11655 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11656 (vc-git-dir-status): Ask for staged files and renames.
11657
11658 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
11659
11660 * vc.el: Allow backends to display backend specific information in
11661 the vc-status listing.
11662 (vc-status-fileinfo): Add a field for backend specific information.
11663 (vc-status-printer): Rename to ...
11664 (vc-default-status-printer): ... this.
11665 (vc-status-printer): New function.
11666 (vc-update-vc-status-buffer): Set the backend specific file info
11667 if provided.
11668
11669 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * textmodes/remember.el (remember-diary-convert-entry): Revert last
11672 change (ill-conceived).
11673
11674 2008-03-29 Glenn Morris <rgm@gnu.org>
11675
11676 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11677 * calendar/cal-julian.el (holiday-julian): Simplify.
11678
11679 * calendar/holidays.el (list-holidays): Use or.
11680
11681 2008-03-29 Juri Linkov <juri@jurta.org>
11682
11683 * window.el (split-window-preferred-horizontally): New function.
11684
11685 * cus-start.el (split-window-preferred-function):
11686 Set choice for "vertically" to nil instead of split-window.
11687 Set choice for "horizontally" to split-window-preferred-horizontally
11688 instead of lambda.
11689
11690 2008-03-29 Juri Linkov <juri@jurta.org>
11691
11692 * simple.el (minibuffer-default-add-function): New variable with
11693 the default to minibuffer-default-add-completions.
11694 (minibuffer-default-add-done): New variable. Make it buffer-local.
11695 (minibuffer-default-add-completions): New function.
11696 (goto-history-element): Set minibuffer-default-add-done to t and
11697 call a function in minibuffer-default-add-function when the
11698 specified absolute history position is greater than the length of
11699 the minibuffer-default list and minibuffer-default-add-done is nil.
11700 Change "^End of history; no next item$" to "^End of defaults;
11701 no next item$".
11702
11703 * bindings.el (debug-ignored-errors): Change "^End of history;
11704 no next item$" to "^End of defaults; no next item$".
11705
11706 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11709
11710 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11711 to with-no-warnings.
11712
11713 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
11714
11715 Sync with Tramp 2.1.13.
11716
11717 * net/tramp-ftp.el: Require 'cl when byte-compiling.
11718
11719 * net/trampver.el: Update release number.
11720
11721 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
11722
11723 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11724 the current backend.
11725
11726 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11727 (vc-status-refresh): Create a temporary buffer and call the
11728 `dir-status' backend function from that buffer.
11729
11730 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11731 (vc-bzr-after-dir-status): Don't kill the buffer.
11732
11733 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11734 (vc-cvs-after-dir-status): Don't kill the buffer.
11735
11736 * vc-git.el (vc-git-dir-status): Don't create a buffer.
11737 (vc-git-after-dir-status-stage2): Don't kill the buffer.
11738
11739 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
11740 (vc-hg-after-dir-status): Don't kill the buffer.
11741
11742 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
11743 (vc-svn-after-dir-status): Don't kill the buffer.
11744
11745 2008-03-29 Glenn Morris <rgm@gnu.org>
11746
11747 * calendar/calendar.el (diary-file, american-date-diary-pattern)
11748 (european-date-diary-pattern, european-calendar-display-form)
11749 (american-calendar-display-form, diary-display-hook): Doc fixes.
11750 (european-calendar-style): Doc fix. Use calendar-set-date-style for
11751 custom :set. Mark as obsolete.
11752 (calendar-date-style, iso-date-diary-pattern)
11753 (iso-calendar-display-form): New user variables.
11754 (diary-date-forms, calendar-date-display-form): Set using
11755 calendar-date-style. Doc fix.
11756 (calendar-set-date-style): New command.
11757 (european-calendar, american-calendar): Use calendar-set-date-style.
11758 Mark as obsolete.
11759
11760 * calendar/diary-lib.el (number): Move declaration where needed.
11761 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
11762 (diary-make-date): New function.
11763 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
11764 Use diary-make-date.
11765 (diary-date-display-form, diary-insert-entry-1): New functions.
11766 (insert-monthly-diary-entry, insert-yearly-diary-entry):
11767 Use diary-insert-entry-1.
11768 (insert-anniversary-diary-entry, insert-block-diary-entry)
11769 (insert-cyclic-diary-entry): Use diary-date-display-form.
11770
11771 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11772 Autoload diary-insert-entry-1.
11773 * calendar/cal-bahai.el (diary-bahai-insert-entry)
11774 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
11775 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
11776 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
11777 * calendar/cal-islam.el (insert-islamic-diary-entry)
11778 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
11779 Use diary-insert-entry-1.
11780
11781 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
11782 (diary-yahrzeit): Doc fix. Use diary-make-date.
11783
11784 * calendar/icalendar.el (icalendar--datetime-to-american-date):
11785 New name for icalendar--datetime-to-noneuropean-date. Make old name
11786 obsolete alias.
11787 (icalendar--datetime-to-iso-date): New function.
11788 (icalendar--datetime-to-diary-date): Doc fix. Respect
11789 calendar-date-style if bound.
11790
11791 * textmodes/remember.el (remember-diary-convert-entry):
11792 Respect calendar-date-style if bound.
11793
11794 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11795
11796 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
11797 (xterm-mouse-handle-delete-frame): Delete.
11798
11799 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
11800 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
11801 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
11802 in xterm-modify-other-keys-terminal-list.
11803
11804 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
11805 are conflicts.
11806
11807 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
11808
11809 * vc.el (vc-update): Check if the buffer is unsaved only if it
11810 actually exists.
11811 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
11812 vc-print-log.
11813
11814 2008-03-28 Magnus Henoch <mange@freemail.hu>
11815
11816 * net/dns.el (dns-write): Use set-buffer-multibyte.
11817
11818 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * vc-bzr.el (vc-bzr-sha1): New fun.
11821 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
11822 (vc-bzr-registered): Use it.
11823
11824 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
11825
11826 * vc.el (vc-status-kill-dir-status-process): Simplify.
11827 (vc-status-refresh): Make sure the buffer is live.
11828 (ring): Don't require it, not used.
11829
11830 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
11831
11832 * progmodes/verilog-mode.el (verilog-auto-inout-module):
11833 Add optional regular expression to AUTOINOUTMODULE.
11834 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
11835 (verilog-auto-inst-param, verilog-auto-reg)
11836 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11837 (verilog-auto-output-every, verilog-auto-input)
11838 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
11839 (verilog-auto-unused, verilog-auto): Update documentation to use
11840 more obvious instance module names versus cell names.
11841
11842 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
11843
11844 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
11845 kill if a process is running.
11846
11847 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
11848
11849 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
11850
11851 * vc.el: Add new backend function 'status-extra-headers.
11852 (vc-default-status-extra-headers): New function.
11853 (vc-status-headers): Call 'status-extra-headers. Add colors.
11854
11855 * vc-git.el (vc-git-status-extra-headers): New function.
11856
11857 2008-03-28 Glenn Morris <rgm@gnu.org>
11858
11859 * calendar/cal-menu.el (cal-menu-holidays-menu)
11860 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
11861 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
11862 holiday-list is optional.
11863 (calendar-mouse-holidays): Remove un-needed local `l'.
11864
11865 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
11866 Remove un-needed local `date'.
11867 (calendar-cursor-to-visible-date): Use let rather than let*.
11868 Remove un-needed local `first-of-month-weekday'.
11869
11870 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
11871
11872 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
11873 Doc fixes.
11874 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
11875 (diary-header-line-flag, diary-header-line-format): Declare.
11876 (diary-pull-attrs): Check for multiple matches.
11877 (diary-list-entries-2): Simplify finding start of date.
11878 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
11879 pop-up-frames.
11880 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
11881 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
11882
11883 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
11884
11885 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
11886
11887 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
11888
11889 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11890
11891 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
11892
11893 * image-mode.el (image-mode-reapply-winprops): Fix last change.
11894
11895 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11896
11897 * international/mule-conf.el (define-iso-single-byte-charset):
11898 Don't make latin-iso8859-* supplementary.
11899 (#'set-charset-priority): Don't change the priority of charsets
11900 `unicode' and `emacs'.
11901
11902 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
11905 temp buffer.
11906
11907 2008-03-27 Glenn Morris <rgm@gnu.org>
11908
11909 * calendar/cal-bahai.el (diary-bahai-list-entries):
11910 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
11911 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
11912
11913 * calendar/calendar.el (diary-file): Doc fix.
11914
11915 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
11916 (list-diary-entries-hook, mark-diary-entries-hook)
11917 (include-other-diary-files, diary-mail-entries)
11918 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
11919 (diary-set-header): New function.
11920 (diary-header-line-flag, diary-header-line-format):
11921 Use diary-set-header for custom :set function.
11922 (diary-set-maybe-redraw): Use symbol-value rather than eval.
11923 (diary-attrtype-convert): Use intern-soft rather than read.
11924 (diary-display-no-entries): New function.
11925 (simple-diary-display, fancy-diary-display): Use it.
11926 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
11927 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
11928
11929 * calendar/holidays.el (list-holidays): Doc fix.
11930
11931 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
11932
11933 * calc/calc-store.el (calc-read-var-name-history): New variable.
11934 (calc-read-var-name): Use `calc-read-var-name-history'.
11935
11936 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * image-mode.el (image-mode-reapply-winprops): Simplify now that
11939 window-configuration-change-hook works buffer-locally.
11940
11941 2008-03-26 Johan Bockgård <bojohan@gnu.org>
11942
11943 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
11944 for Emacs Lisp, not Lisp.
11945
11946 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * help-fns.el (describe-function-1, describe-variable):
11949 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
11950
11951 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
11952 replacement is provided, don't print "use nil instead".
11953
11954 2008-03-26 Johan Bockgård <bojohan@gnu.org>
11955
11956 * complete.el (PC-do-completion): Use regexp-quote.
11957
11958 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
11959
11960 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
11961 Detect missing files.
11962
11963 * vc-git.el (vc-git-extra-menu-map): New key map.
11964 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
11965 New functions.
11966
11967 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
11968 and 'missing files.
11969
11970 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * calendar/holidays.el (list-holidays): Make Y2 optional.
11973
11974 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
11975 buffers shown to the user.
11976 (appt-disp-window): Disable undo explicitly now that the leading space
11977 is gone.
11978
11979 * simple.el (activate-mark): New function.
11980 (set-mark-command): Use it with region-active-p to clean up the code.
11981 (exchange-point-and-mark): Invert the meaning of C-u when
11982 transient-mark-mode is active.
11983
11984 * dired-aux.el (dired-create-files): Use dolist.
11985
11986 * bindings.el (mode-line-change-eol): Use with-selected-window.
11987
11988 * apropos.el (apropos-command): Include macros.
11989
11990 2008-03-26 Glenn Morris <rgm@gnu.org>
11991
11992 * calendar/cal-bahai.el: Require calendar, not cal-julian.
11993 (calendar-bahai-epoch): Doc fix.
11994
11995 * calendar/cal-china.el: Explicitly require calendar.
11996
11997 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
11998 Require calendar rather than cal-julian.
11999 Autoload calendar-absolute-from-julian.
12000 * calendar/cal-coptic.el (coptic-calendar-epoch):
12001 * calendar/cal-islam.el (calendar-islamic-epoch):
12002 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12003
12004 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12005
12006 * calendar/cal-dst.el: Don't require cal-persia.
12007 (calendar-absolute-from-persian): Autoload it.
12008 (dst-adjust-time): Doc fix.
12009
12010 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12011 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12012 calendar.
12013
12014 * calendar/cal-menu.el: Require calendar rather than declaring
12015 functions.
12016 * calendar/calendar.el: Provide calendar before requiring cal-menu.
12017
12018 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12019 calendar-after-frame-setup-hooks. Update callers, make old name an
12020 obsolete alias. Doc fix.
12021 (calendar-frame-1): Doc fix.
12022
12023 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12024
12025 * calendar/calendar.el (oriental-holidays, solar-holidays):
12026 * calendar/holidays.el (list-holidays): Assume atan always bound.
12027
12028 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12029 Explicitly require calendar, not cal-julian.
12030 * calendar/lunar.el: Explicitly require cal-dst.
12031
12032 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12035
12036 * help-fns.el (describe-function-1, describe-variable): If no
12037 replacement is provided, don't print "use nil instead".
12038
12039 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12040
12041 * proced.el: New file.
12042
12043 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12044
12045 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12046
12047 2008-03-25 Juri Linkov <juri@jurta.org>
12048
12049 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12050 in battery-mode-line-format.
12051
12052 * bindings.el (minibuffer-local-map): For the command
12053 file-cache-minibuffer-complete replace keymap minibuffer-local-map
12054 with map which is already locally bound to minibuffer-local-map.
12055
12056 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12059 Remove `sort-first' argument.
12060
12061 * subr.el (redisplay-end-trigger-functions)
12062 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12063 (process-filter-multibyte-p, set-process-filter-multibyte):
12064 Mark as obsolete.
12065
12066 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
12067
12068 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12069 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12070 use the LOCAL arg of `add-hook'.
12071 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12072 Remove spurious * from defcustom docstrings.
12073 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12074 Fix typos in messages.
12075 (reb-mode-buffer-p): New function.
12076 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
12077 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12078 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12079 Use `unless', `when'.
12080 (re-builder-unload-function): New function.
12081
12082 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
12083
12084 * vc-hooks.el (vc-state): Add documentation for 'missing.
12085
12086 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
12087
12088 * progmodes/verilog-mode.el (verilog-auto-output)
12089 (verilog-auto-input, verilog-auto-inout, verilog-auto)
12090 (verilog-delete-auto): Add optional regular expression to
12091 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12092 (verilog-signals-matching-regexp): New internal function for
12093 signal matching.
12094
12095 2008-03-25 Johan Bockgård <bojohan@gnu.org>
12096
12097 * info.el (Info-isearch-search): Always return point.
12098
12099 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * diff-mode.el (diff-remembered-defdir): New var.
12102 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12103
12104 2008-03-25 Glenn Morris <rgm@gnu.org>
12105
12106 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12107 calendar-bahai-prompt-for-date. Update callers, make old name an
12108 obsolete alias. Doc fix.
12109 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12110 coptic-prompt-for-date. Update callers, make old name an
12111 obsolete alias. Doc fix.
12112 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12113 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
12114 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12115 calendar-islamic-prompt-for-date. Update callers. Doc fix.
12116 * calendar/cal-iso.el (calendar-iso-read-date): New name for
12117 calendar-iso-read-args. Update callers, make old name an obsolete
12118 alias.
12119 * calendar/cal-persia.el (calendar-persian-read-date): New name for
12120 persian-prompt-for-date. Update callers, make old name an
12121 obsolete alias. Doc fix. Move definition before use.
12122
12123 * calendar/cal-x.el (diary-frame-parameters)
12124 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12125 (calendar-frame-1): Doc fixes.
12126 (make-fancy-diary-buffer): Remove declaration.
12127 (calendar-dedicate-diary): Replace call to deleted function
12128 make-fancy-diary-buffer.
12129 (calendar-frame-setup): New function.
12130 (calendar-one-frame-setup, calendar-only-one-frame-setup)
12131 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12132 work, and mark as obsolete.
12133 (special-display-buffer-names): Don't mess with this; it's not our
12134 business.
12135 (cal-x-load-hook): Defvar it, and mark as obsolete.
12136
12137 * calendar/calendar.el (calendar-remove-frame-by-deleting):
12138 Default to t. Add to 'calendar group.
12139 (calendar): Doc fix. Use calendar-frame-setup.
12140 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
12141 (generate-calendar-window): Doc fix.
12142
12143 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12146
12147 2008-03-24 Drew Adams <drew.adams@oracle.com>
12148
12149 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12150 New variables.
12151 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
12152 (finder-exit): Ignore errors rather than avoiding them.
12153 Kill *Finder-package* buffer also.
12154
12155 2008-03-24 Andreas Schwab <schwab@suse.de>
12156
12157 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12158
12159 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
12160
12161 * vc-hg.el (vc-hg-after-dir-status):
12162 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12163
12164 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12165 Detect removed files.
12166
12167 * vc.el (vc-status-printer): Use a different face for missing files.
12168 (vc-status-hide-up-to-date): Rename from
12169 vc-status-remove-up-to-date. Update all callers.
12170 (vc-status-mode-map): Bind C-m.
12171
12172 2008-03-24 Alexandre Julliard <julliard@winehq.org>
12173
12174 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12175 code ...
12176 (vc-git--state-code): ... to this new function.
12177 (vc-git-state): Use it.
12178
12179 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
12180
12181 * textmodes/remember.el (remember-mail-date)
12182 (remember-store-in-mailbox): Write date and From line in such a
12183 way that Mutt can read it.
12184
12185 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
12186
12187 * simple.el (transient-mark-mode): Turn on by default.
12188
12189 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12190
12191 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12192 'unregistered for unregistered files.
12193
12194 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12195
12196 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12197
12198 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12199 subdirectories.
12200
12201 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12202 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12203 Add :enable for vc-status-refresh.
12204 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12205 (vc-status-tool-bar-map): Add binding for
12206 vc-status-kill-dir-status-process.
12207 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12208 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12209 Reset vc-status-process-buffer.
12210 (vc-status-refresh): Don't run two refreshes at a time.
12211 (vc-status): If the buffer is already in vc-status-mode only refresh.
12212 (vc-status-mark-buffer-changed): Add an optional file parameter.
12213 (vc-resynch-buffer): Use it.
12214 (vc-delete-file): Expand the file name before using it.
12215 Be careful to not create a new buffer with the old file contents.
12216 Update the VC state after performing the operation.
12217
12218 2008-03-23 Andreas Schwab <schwab@suse.de>
12219
12220 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12221 Fix radio button condition.
12222 [box]: Likewise.
12223 [customize]: Add radio button.
12224
12225 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
12226
12227 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12228 (calc-user-parse-tables, calc-gnuplot-default-device)
12229 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12230 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12231 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12232 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12233 (calc-undo-list, calc-redo-list, calc-main-buffer)
12234 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12235 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12236 (calc-said-hello, calc-executing-macro, calc-any-selections)
12237 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12238 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12239 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12240 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12241 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12242 (calc-create-buffer, calc-quit): Add docstrings.
12243
12244 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
12245
12246 * makefile.w32-in (WINS_ALMOST): Add org.
12247
12248 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12249
12250 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12251 New functions to implement vc-status support.
12252
12253 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12254
12255 * vc.el (vc-status-prepare-status-buffer): New function.
12256 (vc-status): Use it.
12257
12258 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12259 appropriate.
12260
12261 2008-03-22 Alexandre Julliard <julliard@winehq.org>
12262
12263 * vc-git.el (vc-git--empty-db-p)
12264 (vc-git-after-dir-status-stage1-empty-db): New functions.
12265 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12266 Add support for empty repositories.
12267
12268 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12269
12270 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12271 Allow "^" in a version name.
12272
12273 * vc-mtn.el (vc-mtn-state): Support the added state.
12274
12275 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
12276
12277 * org: New directory for Org-mode.
12278
12279 * org/org-export-latex.el: Moved from lisp/texmodes.
12280
12281 * org/org-irc.el: Moved from lisp/texmodes.
12282
12283 * org/org-mac-message.el: Moved from lisp/texmodes.
12284
12285 * org/org-mouse.el: Moved from lisp/texmodes.
12286
12287 * org/org-publish.el: Moved from lisp/texmodes.
12288
12289 2008-03-21 Juri Linkov <juri@jurta.org>
12290
12291 * comint.el (comint-dynamic-simple-complete):
12292 Use variable `stub' for the second arg `common-substring'
12293 of `comint-dynamic-list-completions'.
12294 (comint-dynamic-list-filename-completions):
12295 Use variable `filenondir' for the second arg `common-substring'
12296 of `comint-dynamic-list-completions'.
12297 (comint-dynamic-list-completions): Add new optional arg
12298 `common-substring'. Add `common-substring' as the second arg of
12299 the call to `display-completion-list'. Doc fix.
12300
12301 * comint.el (comint-dynamic-complete-as-filename)
12302 (comint-dynamic-list-filename-completions)
12303 (comint-dynamic-simple-complete): Use `minibuffer-message'
12304 to display message "No completions of %s" when a command
12305 is called in the minibuffer.
12306 (comint-dynamic-simple-complete): Don't display other
12307 completion messages when a command is called in the minibuffer.
12308 (comint-dynamic-list-completions): Use `minibuffer-message'
12309 to display message " [Type space to flush ...]" when a command
12310 is called in the minibuffer.
12311
12312 * shell.el (shell-dynamic-complete-command)
12313 (shell-dynamic-complete-environment-variable): Don't display
12314 completion messages when command is called in the minibuffer.
12315
12316 * emacs-lisp/lisp.el (lisp-complete-symbol):
12317 Use `minibuffer-message' to display message "No completions of %s"
12318 when this command is called in the minibuffer.
12319
12320 * bindings.el (standard-mode-line-modes): Put special help-echo
12321 tooltip on recursive edit %[ %] mode-line constructs.
12322
12323 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12324 "^No dynamic expansion for .* found$" to allow error messages like
12325 "No dynamic expansion for \"%s\" found in this-buffer".
12326
12327 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
12328
12329 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12330 "psftp".
12331
12332 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12335 * vc.el (vc-default-dired-state-info): Use just "modified".
12336 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12337 (vc-cvs-mode-line-string): Make use of the better default.
12338 (vc-cvs-parse-entry): Use the new `added'.
12339 (vc-cvs-dired-state-info): Remove.
12340 * vc-svn.el (vc-svn-dired-state-info): Remove.
12341 * vc-hg.el (vc-hg-dired-state-info): Remove.
12342 * vc-git.el (vc-git-dired-state-info): Remove.
12343
12344 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12345
12346 * vc-git.el (vc-git-status-result): New variable.
12347 (vc-git-dir-status): Split out ...
12348 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12349 ... these new functions and work asynchronously.
12350
12351 2008-03-21 Alexandre Julliard <julliard@winehq.org>
12352
12353 * vc-git.el (vc-git-after-dir-status): Remove.
12354 (vc-git-dired-state-info): Reimplement.
12355
12356 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12357
12358 * replace.el (occur-mode-map): Add :help.
12359
12360 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12361 for disassemble.
12362
12363 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12364 the 'added state.
12365 (vc-status-remove-up-to-date): New function.
12366 (vc-status-mode-map, vc-status-menu-map): Bind it.
12367 (vc-status-printer): Use a different face up-to-date files.
12368 (vc-resynch-buffer): Update the vc-status buffer if it exists.
12369 (Todo): Remove solved entries.
12370
12371 * vc-hg.el (vc-hg-state):
12372 * vc-git.el (vc-git-state):
12373 * vc-cvs.el (vc-cvs-parse-status):
12374 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12375 state.
12376
12377 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12378
12379 * progmodes/compile.el (compile):
12380 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12381
12382 * simple.el (minibuffer-local-shell-command-map): New var.
12383 (minibuffer-complete-shell-command, read-shell-command): New funs.
12384 (shell-command, shell-command-on-region): Use them.
12385
12386 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12387
12388 * vc.el (vc-status-mark-buffer-changed): New function to implement
12389 updating of the *vc-status* buffer when a buffer is saved.
12390 (vc-status-mode): Use it for after-change-hook.
12391 (vc-add-to-vc-status-buffer): Rename to ...
12392 (vc-status-add-entry): ... this.
12393 (Todo): Add new entry.
12394
12395 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12398
12399 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
12400
12401 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12402 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12403 Remove spurious * from defcustom docstrings.
12404 (icomplete-compute-delay): Fix docstring and remove spurious *.
12405 (icomplete-delay-completions-threshold): Fix typo in docstring and
12406 remove spurious *.
12407 (icomplete-completions): While collecting the list of prospective
12408 candidates, don't overshoot `icomplete-prospects-length'.
12409
12410 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12411
12412 * textmodes/refbib.el:
12413 * textmodes/reftex.el:
12414 * textmodes/reftex-global.el:
12415 * textmodes/reftex-vars.el:
12416 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12417 compiler pacifying defvars.
12418 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12419 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12420 not needed.
12421
12422 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
12423
12424 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12425 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12426 (verilog-customize, verilog-font-customize)
12427 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12428 (verilog-mode): Update documentation strings to match tool tips.
12429 (verilog-auto-search-do, verilog-auto-re-search-do)
12430 (verilog-skip-forward-comment-or-string): Fix verilog-auto
12431 expansion when a .* appears inside a string.
12432 (verilog-re-search-forward, verilog-re-search-backward):
12433 Add comment to recall how this works.
12434 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12435
12436 2008-03-20 Glenn Morris <rgm@gnu.org>
12437
12438 * calendar/calendar.el (calendar-other-dates): New function.
12439 (calendar-print-other-dates): Use calendar-other-dates.
12440 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12441 the declarations it replaces.
12442 (calendar-mouse-print-dates): Use calendar-other-dates.
12443
12444 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12445 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12446 (calendar-absolute-from-bahai): Fix the leap-year case.
12447 (calendar-bahai-from-absolute): Re-use the Gregorian month.
12448 (calendar-bahai-date-string, calendar-bahai-print-date):
12449 Handle pre-Bahai dates.
12450
12451 * calendar/cal-china.el (chinese-calendar-celestial-stem)
12452 (chinese-calendar-terrestrial-branch): Make defcustoms.
12453
12454 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12455 (calendar-mouse-view-diary-entries): Use or.
12456 (calendar-mouse-chinese-date): Remove unused command.
12457 (cal-menu-load-hook): Mark as obsolete.
12458
12459 * calendar/solar.el (calendar-location-name, calendar-latitude)
12460 (calendar-longitude, solar-arctan, sunrise-sunset)
12461 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12462
12463 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12464
12465 * calc/calc.el: Remove outdated comments.
12466 (defcalcmodevar, calc-mode-var-list-restore-default-values)
12467 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12468 Add docstrings.
12469
12470 2008-03-19 Jason Rumney <jasonr@gnu.org>
12471
12472 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12473
12474 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12475
12476 * net/tls.el (open-tls-stream): Reindent.
12477
12478 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
12479
12480 * net/tramp.el (tramp-let-maybe): Removed.
12481 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12482 It does not exist under XEmacs.
12483 (tramp-handle-file-truename, tramp-handle-expand-file-name)
12484 (tramp-completion-file-name-handler): Let-bind
12485 `directory-sep-char'.
12486
12487 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12488 `directory-sep-char'.
12489
12490 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12491
12492 * help-fns.el (describe-function-1): Don't signal "missing arglist"
12493 for autoloaded keymaps.
12494
12495 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12496 (electric-verilog-terminate-line, verilog-in-struct-region-p)
12497 (verilog-backward-ws&directives, verilog-forward-ws&directives)
12498 (verilog-in-comment-p, verilog-in-star-comment-p)
12499 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12500 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12501 (verilog-skip-forward-comment-or-string, verilog-in-paren)
12502 (verilog-skip-forward-comment-p): Use it.
12503
12504 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12505
12506 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12507 (org-remember-templates, org-time-stamp-rounding-minutes)
12508 (org-back-over-empty-lines, org-find-base-buffer-visiting)
12509 (org-columns-new): Fix typos in docstrings.
12510
12511 2008-03-19 Glenn Morris <rgm@gnu.org>
12512
12513 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12514 (tramp-handle-shell-command): Use condition-case rather than
12515 ignore-errors.
12516
12517 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12518
12519 * diff-mode.el (diff-header): Make the color louder.
12520 (diff-refine-change): Tone the color down.
12521
12522 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12523
12524 * descr-text.el (describe-char): When `describe-char-unidata-list'
12525 is set to show all properties, list them in the right order.
12526
12527 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12528
12529 * international/mule.el (load-with-code-conversion): Avoid setting
12530 default-enable-multibyte-characters.
12531
12532 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
12533
12534 * vc.el (vc-annotate-background): Fix custom type.
12535
12536 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 * descr-text.el (describe-char-unidata-list): Allow specifying
12539 just all properties.
12540 (describe-char): Handle that new value.
12541
12542 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12543
12544 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
12545
12546 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12547 instead of file name extension to make docs with uncommon
12548 extensions work.
12549
12550 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
12551
12552 * doc-view.el (require): Require cl at compile time because
12553 `assert' needs it.
12554
12555 2008-03-18 Glenn Morris <rgm@gnu.org>
12556
12557 * calendar/calendar.el (initial-calendar-window-hook)
12558 (today-visible-calendar-hook): Doc fixes.
12559
12560 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
12561
12562 * net/tramp.el (tramp-root-regexp): Simplify.
12563 (tramp-completion-file-name-regexp-separate): Don't insist on
12564 leading "[". This prevents method or user or host completion.
12565 (tramp-let-maybe): Autoload it.
12566 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
12567 is an alias for `identity'.
12568 (tramp-handle-write-region): Protect `last-coding-system-used'
12569 over the trailing statements.
12570 (tramp-completion-file-name-handler-post-function): Remove.
12571 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12572 instead of calling `tramp-drop-volume-letter'.
12573
12574 * net/tramp.el:
12575 * net/tramp-uu.el:
12576 * net/trampver.el: Move coding cookie at the end.
12577
12578 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12581 elements which may be something else than characters.
12582
12583 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
12584
12585 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12586 New functions to implement vc-status support.
12587
12588 * vc.el (vc-default-extra-status-menu)
12589 (vc-add-to-vc-status-buffer): New functions.
12590
12591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12592 for eldoc and ielm.
12593
12594 2008-03-17 Glenn Morris <rgm@gnu.org>
12595
12596 * calendar/cal-x.el (diary-frame-parameters)
12597 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12598 Fix custom type; add options.
12599 (calendar-frame, diary-frame): Doc fixes.
12600 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12601 new functions.
12602 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12603 Use calendar-frame-1 and calendar-dedicate-diary.
12604 (calendar-one-frame-setup): Also handle only-one-frame case.
12605 (calendar-only-one-frame-setup): Doc fix. Just call
12606 calendar-one-frame-setup.
12607
12608 * calendar/diary-lib.el: Re-order some definitions before their use.
12609 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12610 (diary-list-entries): Doc fixes.
12611 (make-fancy-diary-display): Remove function.
12612
12613 * calendar/calendar.el (calendar-today-marker)
12614 (initial-calendar-window-hook, today-visible-calendar-hook)
12615 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12616 (calendar-star-date, calendar-mark-today): Doc fixes.
12617 (today-visible-calendar-hook): Add options.
12618 (calendar-in-read-only-buffer): New macro.
12619 (calendar-basic-setup): Adapt for change in calendar-read-date.
12620 Place holiday let inside if.
12621 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12622 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12623 (calendar-print-other-dates): Use one let rather than many.
12624
12625 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12626 (calendar-print-other-dates):
12627 * calendar/cal-hebrew.el (list-yahrzeit-dates):
12628 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12629 * calendar/holidays.el (calendar-list-holidays, list-holidays)
12630 (calendar-cursor-holidays):
12631 * calendar/lunar.el (calendar-phases-of-moon): Use
12632 calendar-in-read-only-buffer to replace previous code and disable undo.
12633
12634 2008-03-16 Juri Linkov <juri@jurta.org>
12635
12636 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12637 and regexp-search-ring-yank-pointer for the HISTPOS argument of
12638 read-from-minibuffer to provide the correct initial minibuffer
12639 history position in isearch-edit-string when it is called from
12640 isearch-ring-adjust.
12641
12642 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12643 to check if the current buffer is the minibuffer, and in this case
12644 call abort-recursive-edit to kill the minibuffer. Doc fix.
12645 (kill-this-buffer-enabled-p): Allow this function to return non-nil
12646 when the current buffer is the minibuffer.
12647
12648 * simple.el (goto-line): Leave mark at previous position. Doc fix.
12649
12650 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
12651
12652 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12653 Use non-nil PARENTS attribute of make-directory instead of
12654 explicitly checking existence the current cache directory.
12655
12656 2008-03-16 Daiki Ueno <ueno@unixuser.org>
12657
12658 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12659 M-x epa-file-select-keys.
12660
12661 2008-03-16 Kenichi Handa <handa@m17n.org>
12662
12663 * international/mule.el (auto-coding-alist):
12664 Use no-conversion-multibyte for archive files.
12665
12666 2008-03-16 Glenn Morris <rgm@gnu.org>
12667
12668 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12669 New functions.
12670 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12671 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12672 Use calendar-mark-1.
12673 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12674 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12675 Use calendar-mark-complex.
12676 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12677 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12678 Use calendar-mark-1.
12679
12680 * calendar/calendar.el (calendar-mod): Remove.
12681 * calendar/cal-china.el (calendar-chinese-from-absolute)
12682 (calendar-chinese-date-string): Expand calendar-mod calls.
12683 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12684 Expand calendar-mod calls.
12685
12686 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12687 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12688 (diary-bahai-insert-yearly-entry): Use let rather than let*.
12689 Move obsolete aliases after the functions that replaced them.
12690
12691 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12692 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12693 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12694 Use let rather than let*.
12695 (calendar-hebrew-prompt-for-date): New function.
12696 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12697 (holiday-tisha-b-av-etc): Use unless, let.
12698
12699 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12700 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12701
12702 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12703
12704 * calendar/calendar.el (calendar-for-loop): Add indent spec.
12705
12706 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12707 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12708 than concat.
12709 (diary): Remove un-needed let.
12710 (view-other-diary-entries): Rename argument.
12711 (diary-list-entries-2): New function.
12712 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12713 (print-diary-entries): Use unless.
12714 (diary-mark-entries-1): Change argument order, make all but
12715 markfunc optional. Handle the standard (Gregorian) case.
12716 Use match-string-no-properties. Handle marks.
12717 (mark-diary-entries): Use diary-mark-entries-1.
12718 (diary-font-lock-keywords-1): New macro.
12719 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12720
12721 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
12722
12723 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12724 (icalendar-export-hidden-diary-entries): New variable.
12725 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12726 In case of error, insert full error-val.
12727 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
12728 Use calendar-day-of-week. Return the day number.
12729 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12730
12731 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
12732
12733 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12734 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12735 (icalendar-export-region): Ignore hidden diary entries.
12736 (icalendar--convert-ordinary-to-ical): Fix case where event
12737 spans across midnight boundary.
12738 (icalendar-first-weekday-of-year): New function.
12739 (icalendar--convert-weekly-to-ical): Allow user-selectable start
12740 year for recurring events (Mozilla calendars do not propagate
12741 recurring events forever, so year 2000 start date was not working).
12742 (icalendar--convert-yearly-to-ical): Remove extra spaces in
12743 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
12744
12745 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
12746
12747 * net/tramp.el (tramp-root-regexp): New defconst.
12748 (tramp-completion-file-name-regexp-unified)
12749 (tramp-completion-file-name-regexp-separate)
12750 (tramp-completion-file-name-regexp-url): Use it.
12751 (tramp-do-copy-or-rename-file-via-buffer):
12752 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
12753 t for `insert-file-contents-literally'.
12754 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
12755 Autoload it.
12756 (tramp-completion-file-name-handler-post-function): New defconst.
12757 (tramp-completion-file-name-handler): Use it.
12758 (tramp-maybe-open-connection): Update calls to
12759 `tramp-flush-connection-property' for removed 2nd argument.
12760
12761 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
12764 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
12765 New functions.
12766
12767 2008-03-15 Glenn Morris <rgm@gnu.org>
12768
12769 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
12770 New functions.
12771 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
12772 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12773 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12774 (diary-bahai-list-entries): Use diary-list-entries-1.
12775 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
12776 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
12777 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12778 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12779 (list-hebrew-diary-entries): Use diary-list-entries-1.
12780 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
12781 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
12782 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12783 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12784 (list-islamic-diary-entries): Use diary-list-entries-1.
12785 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
12786
12787 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
12788
12789 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
12790
12791 * calendar/cal-china.el (number-chinese-months)
12792 (calendar-chinese-from-absolute): Use nth, caar.
12793
12794 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
12795
12796 * calendar/cal-french.el (french-calendar-accents): Doc fix.
12797
12798 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
12799 (calendar-hebrew-month-name-array-leap-year)
12800 (hebrew-calendar-parashiot-names): Make constants.
12801 (diary-parasha): Move definition after constants it uses.
12802
12803 * calendar/cal-html.el (cal-html-insert-link-yearpage)
12804 (cal-html-htmlify-list): Doc fix.
12805 (cal-html-htmlify-entry): Use nth.
12806
12807 * calendar/cal-islam.el (calendar-islamic-month-name-array)
12808 (calendar-islamic-epoch): Make constants.
12809 (calendar-islamic-epoch): Doc fix.
12810
12811 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
12812
12813 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
12814 (cal-tex-month-name): Doc fix.
12815 (cal-tex-last-blank-p): Use zerop.
12816
12817 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
12818 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
12819 (calendar-cursor-to-date): Doc fix.
12820 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
12821 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
12822 (calendar-day-number): Use when.
12823 (generate-calendar-month): Use dotimes.
12824 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
12825 (calendar-set-mark): Reverse conditional.
12826 (calendar-make-alist): Move definition before use.
12827
12828 * calendar/diary-lib.el (diary-face-attrs)
12829 (diary-glob-file-regexp-prefix, diary-selective-display)
12830 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
12831 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
12832 (diary-anniversary, diary-cyclic)
12833 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
12834 (diary-header-line-format): Change wording.
12835 (diary-list-entries): Set `date-start' in let.
12836 (include-other-diary-files, mark-included-diary-files): Use format.
12837 (simple-diary-display, fancy-diary-display): Use cadr, unless.
12838 (mark-diary-entries): Use 1+.
12839 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
12840 (mark-calendar-month): Use dotimes.
12841
12842 * calendar/holidays.el (displayed-month, displayed-year):
12843 Move declarations where needed.
12844 (calendar-list-holidays): Doc fix.
12845
12846 * calendar/parse-time.el (parse-time-string): Simplify.
12847
12848 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
12849 Make constants.
12850 (solar-sunrise-sunset): Rename some local variables for clarity.
12851 (sunrise-sunset): Use zerop.
12852 (solar-mean-equinoxes/solstices): Doc fix.
12853
12854 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
12855 Use nth.
12856 (timeclock-completing-read, timeclock-generate-report): Use zerop.
12857 (timeclock-mean, timeclock-generate-report): Use dolist.
12858
12859 * calendar/todo-mode.el (todo-add-category): Simplify.
12860 (todo-more-important-p, todo-delete-item, todo-file-item):
12861 Use unless, when.
12862 (todo-top-priorities): Use zerop.
12863
12864 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
12865
12866 * buff-menu.el (list-buffers-noselect): Display buffer name in
12867 tooltip instead of mouse binding when it doesn't fit in the list.
12868
12869 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
12870
12871 * faces.el (xw-defined-colors):
12872 * simple.el (widget-convert, shell-mode): Declare as functions
12873 instead of autoloading.
12874
12875 * abbrev.el:
12876 * button.el:
12877 * cus-face.el:
12878 * ediff-hook.el:
12879 * emacs-lisp/backquote.el:
12880 * emacs-lisp/timer.el:
12881 * facemenu.el:
12882 * faces.el:
12883 * menu-bar.el:
12884 * simple.el:
12885 * subr.el:
12886 * textmodes/fill.el:
12887 * textmodes/paragraphs.el: Remove autoloads, redundant when the
12888 files are preloaded.
12889
12890 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
12891
12892 * desktop.el (desktop-create-buffer): Don't catch errors if
12893 debug-on-error is set.
12894
12895 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12896
12897 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
12898 ($(lisp)/calendar/diary-loaddefs.el)
12899 ($(lisp)/calendar/hol-loaddefs.el): New targets.
12900 (LOADDEFS): New macro.
12901 (autoloads): Depend on $(LOADDEFS).
12902
12903 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
12904
12905 * font-lock.el (featurep): Remove test, not useful anymore.
12906 (facemenu-keymap): Move key binding ...
12907 * facemenu.el (facemenu-keymap): ... here.
12908
12909 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
12910 for each file in the list.
12911 (vc-bzr-log-view-mode): Recognize the file marker.
12912
12913 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12914 for checkdoc and profiling.
12915
12916 2008-03-14 Bastien Guerry <bzg@altern.org>
12917
12918 * textmodes/flyspell.el (nxml-mode): Add the right
12919 `flyspell-mode-predicate'.
12920
12921 * wid-edit.el (link): Use 'mouse-face for :follow-link.
12922
12923 2008-03-14 Glenn Morris <rgm@gnu.org>
12924
12925 * calendar/solar.el: Reorder so that functions are defined before use.
12926 (displayed-month, displayed-year): Move declarations where needed.
12927 (solar-get-number): Move definition before use. Use unless.
12928 (solar-equatorial-coordinates): Simplify.
12929 (solar-sunrise-and-sunset): Use let rather than let*.
12930 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
12931
12932 * startup.el (command-line-1): Rename -internal-script back to
12933 -scriptload (reverts previous change).
12934
12935 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
12936 (calendar-bahai-leap-base): Add doc strings.
12937 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
12938 Move definition before use.
12939 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
12940 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12941 variables outside the loop. Use dolist.
12942 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
12943
12944 * calendar/cal-china.el: Re-order so that functions are defined before
12945 use.
12946 (displayed-month, displayed-year): Move declarations where needed.
12947 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
12948 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
12949 Add doc strings.
12950 (chinese-year-cache): Recenter on 2010. Doc fix.
12951 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
12952 Doc fix. Simplify.
12953 (chinese-year-cache-init): New function.
12954 (compute-chinese-year, holiday-chinese-new-year)
12955 (calendar-chinese-date-string, calendar-goto-chinese-date)
12956 (make-chinese-month-assoc-list): Use cadr, nth.
12957 (chinese-months): Remove un-needed let.
12958
12959 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
12960 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
12961 (coptic-prompt-for-date): Move definition before use.
12962
12963 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12964 (calendar-dst-find-data, calendar-daylight-time-offset)
12965 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12966 (calendar-daylight-savings-starts-time)
12967 (calendar-daylight-savings-ends-time): Use cadr, nth.
12968
12969 * calendar/cal-french.el (french-calendar-epoch)
12970 (calendar-goto-french-date): Doc fix.
12971 (french-calendar-month-name-array)
12972 (french-calendar-multibyte-month-name-array)
12973 (french-calendar-day-name-array, french-calendar-special-days-array):
12974 Add doc strings.
12975
12976 * calendar/cal-hebrew.el (displayed-month, displayed-year)
12977 (original-date): Move declarations where needed.
12978 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
12979 Doc fix.
12980 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
12981 constant variables outside the loop. Use dolist.
12982
12983 * calendar/cal-islam.el (displayed-month, displayed-year)
12984 (original-date): Move declarations where needed.
12985 (islamic-calendar-day-number): Remove unused local variable `day'.
12986 (calendar-goto-islamic-date): Doc fix.
12987 (holiday-islamic): Use unless.
12988 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
12989 constant variables outside the loop. Use dolist.
12990 (mark-islamic-calendar-date-pattern): Move definition before use.
12991 Use unless.
12992 (mark-islamic-diary-entries): Doc fix.
12993 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12994 (insert-yearly-islamic-diary-entry): Use let rather than let*.
12995
12996 * calendar/cal-julian.el (calendar-absolute-from-julian):
12997 Move definition before use. Remove un-needed local `day'.
12998 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
12999
13000 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13001 (calendar-mayan-tzolkin-names-array): Add doc strings.
13002 (calendar-mayan-long-count-from-absolute): Use a single let.
13003 (calendar-string-to-mayan-long-count): Simplify.
13004 (calendar-next-haab-date, calendar-previous-haab-date)
13005 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13006 (calendar-previous-calendar-round-date)
13007 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13008 Doc fix.
13009 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13010 (calendar-mayan-date-string, calendar-print-mayan-date)
13011 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13012 (calendar-mayan-long-count-common-era): Move definitions before use.
13013
13014 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13015 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13016 Doc fix.
13017 (calendar-mouse-goto-date): Move definition before use.
13018
13019 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13020 Move definition before use.
13021 (calendar-cursor-to-visible-date): Move definition before use.
13022 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
13023 and place inside the conditional.
13024 (calendar-forward-day): Simplify.
13025 (calendar-end-of-month): Use unless.
13026 (calendar-goto-day-of-year): Doc fix.
13027 Relocate obsolete aliases after their replacements.
13028
13029 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13030
13031 * calendar/diary-lib.el (mark-diary-entries): Move some constant
13032 variables outside the diary-date-forms loop.
13033
13034 * calendar/calendar.el (diary-file): Doc fix.
13035 (calendar-buffer-list): Return buffers rather than strings (fixes
13036 previous change).
13037 (hebrew-holidays-4): Fix typo.
13038
13039 * calendar/holidays.el (displayed-month, displayed-year):
13040 Move declarations where needed.
13041 (calendar-holiday-list, calendar-list-holidays)
13042 (holiday-filter-visible-calendar): Move definitions before use.
13043 (list-holidays): Use cadr.
13044 Relocate obsolete aliases after their replacements.
13045
13046 * calendar/lunar.el (date, displayed-month, displayed-year):
13047 Move declarations where needed.
13048 (lunar-phase-list): Move definition after functions it uses.
13049 (calendar-phases-of-moon, diary-phases-of-moon)
13050 (lunar-new-moon-on-or-after): Use cadr, nth.
13051 (lunar-new-moon-on-or-after): Doc fix.
13052
13053 * textmodes/org-irc.el (top-level): CL not required when compiling.
13054 (org-irc-visit-erc): Replace runtime CL functions.
13055
13056 * textmodes/org-publish.el (declare-function): Add compatibility stub.
13057 (org-publish-delete-dups): Declare as function.
13058
13059 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13060
13061 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13062 (vc-bzr-show-log-entry): Make regexp match more cases.
13063 (vc-diff-switches-list): Remove autoload, not needed.
13064
13065 2008-03-14 Juri Linkov <juri@jurta.org>
13066
13067 * isearch.el (isearch-edit-string): Remove one call to
13068 `isearch-push-state' not to push an inconsistent state,
13069 but keep another correct call to `isearch-push-state'.
13070 (isearch-ring-adjust): Call `isearch-push-state' only when
13071 `search-ring-update' is non-nil since `isearch-edit-string'
13072 already pushes its state.
13073 (isearch-message): Improve matching the failed part by checking
13074 if the original message starts with the last successful message.
13075
13076 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13077 (dired-perm-write): Rename from `dired-warn-writable'.
13078 Change parent face from `font-lock-warning-face' to
13079 `font-lock-comment-delimiter-face'.
13080 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13081 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13082 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13083 with `dired-perm-write-face'.
13084
13085 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
13086
13087 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13088 Create cache dir only if it doesn't already exist.
13089
13090 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13093 of \ and '.
13094
13095 2008-03-13 Johan Bockgård <bojohan@gnu.org>
13096
13097 * net/browse-url.el (browse-url-text-xterm):
13098 Unquote browse-url-text-browser.
13099
13100 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
13101
13102 * textmodes/org-mouse.el: Version number change.
13103
13104 * textmodes/org-publish.el (org-publish-expand-components):
13105 Remove null projects from the list of components.
13106 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13107 Remove unused retrieval of the :publishing-directory property.
13108 (org-publish-file): Bugfix: when using a relative directory as the
13109 publishing directory, convert it to a directory filename.
13110 (org-publish-project): New alias.
13111 (org-publish-get-files): Protect against empty p.
13112 (org-publish-file): Send an error when file is not part of any project.
13113 (org-publish-file): Offer to refresh the list of files in known
13114 project when the current file is not part of any project.
13115 (org-publish-before-export-hook)
13116 (org-publish-after-export-hook): New hooks.
13117 (org-publish-org-to): Use new hooks and kill buffers.
13118 (org-publish-file): Remove the code for killing buffers.
13119 (org-publish-initialize-files-alist): Use interactive.
13120 (org-publish-file): If the publishing function creates a new
13121 buffer, kill it after publishing.
13122 (org-publish-timestamp-filename): Protect ":" in file name path
13123 under windows.
13124
13125 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13126 change that killed the LaTeX buffer.
13127
13128 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13129 in the decision tree.
13130 (org-select-remember-template): Clean the code.
13131 (org-prepare-dblock): Add the extra :content parameter.
13132 (org-write-agenda): New output type ".ics" files.
13133 (org-write-agenda): Call `org-icalendar-verify-function', both for
13134 time stamps and for TODO entries.
13135 (org-agenda-collect-markers, org-create-marker-find-array)
13136 (org-check-agenda-marker-table): New functions.
13137 (org-agenda-marker-table): New variable.
13138 (org-export-as-html): Revert the change that killed the html
13139 buffer. Side effects first need to be studied carefully.
13140 (org-get-tags-at): Fix the structure of the condition-case statement.
13141 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13142 (org-timestamp-change): Fix regular expressions to swallow the
13143 extra character for repeat-shift control.
13144 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13145 (org-get-legal-level): Alias to `org-get-valid-level'.
13146 (org-dblock-write:clocktable): Add a :link parameter, linking
13147 headlines to their location in the Org agenda files.
13148 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13149 throwing an error when getting tags before headlines.
13150 (org-timestamp-change, org-modify-ts-extra)
13151 (org-ts-regexp1): Fix timestamp editing.
13152 (org-agenda-custom-commands-local-options): New constant.
13153 (org-agenda-custom-commands):
13154 Use `org-agenda-custom-commands-local-options' to improve customize
13155 type. "htmlize": Removed hack to fix face problem with htmlize,
13156 it no longer seem necessary.
13157 (org-follow-link-hook): New hook.
13158 (org-agenda-custom-commands): Add "Component" as a tag for each
13159 item in a command series.
13160 (org-open-at-point): Run `org-follow-link-hook'.
13161 (org-agenda-schedule): Bugfix: don't display marker type when it
13162 is nil.
13163 (org-store-link): org-irc required.
13164 (org-set-regexps-and-options): Parse the new logging options.
13165 (org-extract-log-state-settings): New function.
13166 (org-todo): Handle the new ways of recording state change stuff.
13167 (org-local-logging): New function.
13168 (org-columns-open-link): Fix bug with opening link in column view.
13169 (org-local-logging): New function.
13170 (org-todo): Make sure that LOGGING properties are honoured.
13171 (org-todo-keywords): Improve docstring.
13172 (org-startup-options): Cleanup startup options.
13173 (org-set-regexps-and-options): Process the "!" markers.
13174 (org-todo): Respect the new logging stuff.
13175 (org-log-note-how): New variable.
13176 (org-add-log-maybe): New parameter HOW that defines how logging
13177 should be done and also overrides PURPOSE. Add a docstring.
13178 (org-add-log-note): Check if we really need to ask for a note.
13179 (org-get-current-options): Digest the new keyword.
13180 (org-agenda-reset-markers): Rename from
13181 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
13182 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13183 function, without force argument.
13184 (org-buffer-property-keys): Bind local variables s and p.
13185 (org-make-tags-matcher): Allow "" to match an empty or
13186 non-existent property value.
13187 (org-export-as-html): Join unsorted lists when they directly
13188 follow each other. Such lists may be created by headlines that
13189 are converted to lists.
13190 (org-nofm-to-completion): New function.
13191 (org-export-as-html): Use :html-extension instead of
13192 org-export-html-extension.
13193 (org-store-link): Support for links from `rmail-summary-mode'.
13194 (org-columns-new, org-complete, org-set-property): Set the
13195 `include-columns' argument in the call to
13196 `org-buffer-property-keys'.
13197 (org-buffer-property-keys): New argument `include-columns', to
13198 include properties expected by any of the COLUMNS formats in the
13199 current buffer.
13200 (org-cleaned-string-for-export): Get rid of drawers first, so that
13201 they will be removed also in the text before the first headline.
13202 (org-clock-report): Show the clocktable when found.
13203 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13204 (org-version): With prefix argument, insert `org-version' at point.
13205 (org-agenda-goto): Recenter the window after finding the target
13206 location, to make sure the correct position will be displayed.
13207 (org-agenda-get-deadlines): Don't scale priority with the warning
13208 period.
13209 (org-insert-heading): Don't break line in the middle of the line.
13210 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13211 be 0.
13212 (org-update-checkbox-count): Revamp to deal with hierarchical
13213 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
13214 (org-remove-timestamp-with-keyword): New function.
13215 (org-schedule, org-deadline):
13216 Use `org-remove-timestamp-with-keyword' to make sure all such time
13217 stamps are removed.
13218 (org-mode): Support for `align'.
13219 (org-agenda-get-deadlines): Make sure priorities increase as the
13220 due date approaches and is passed.
13221 (org-remember-apply-template): Fix problem with tags that
13222 contain "_" or "@".
13223 (org-make-link-regexps): Improve the regular expression for plain links.
13224 (org-agenda-get-closed): List each clocking entry.
13225 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13226 (org-special-ctrl-k): New option.
13227 (org-kill-line): New function.
13228 (org-archive-all-done): Fix incorrect number of stars in regexp.
13229 (org-refile-get-location): New function.
13230 (org-refile-goto-last-stored): New function.
13231 (org-global-tags-completion-table): Add the value of org-tag-alist
13232 in each buffer, to make sure that also unused tags will be
13233 available for completion.
13234 (org-columns-edit-value)
13235 (org-columns-next-allowed-value): Only update if not in agenda.
13236 (org-clocktable-steps): New function.
13237 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13238 (org-archive-subtree): Add the outline tree context as a property.
13239 (org-closest-date): New optional argument `prefer'.
13240 (org-goto-auto-isearch): New option.
13241 (org-goto-map, org-get-location): Implement auto-isearch.
13242 (org-goto-local-auto-isearch-map): New variable.
13243 (org-goto-local-search-forward-headings)
13244 (org-goto-local-auto-isearch): New functions.
13245
13246 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
13247
13248 * textmodes/org-irc.el: New file.
13249
13250 2008-03-13 John Wiegley <johnw@gnu.org>
13251
13252 * textmodes/org-mac-message.el: New file.
13253
13254 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
13255
13256 * font-lock.el (font-lock-comment-face): Set the foreground for
13257 the light background 8 colors case.
13258
13259 2008-03-13 Glenn Morris <rgm@gnu.org>
13260
13261 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13262 generate-autoload-cookie patterns.
13263
13264 * startup.el (command-line-1): Rename -scriptload to -internal-script.
13265
13266 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13267 (MH_E_SRC): Remove variable.
13268 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13269 Simplify file header. Use $@ for generated-autoload-file.
13270
13271 * Makefile.in (LOADDEFS): New variable.
13272 (AUTOGENEL): Use $LOADDEFS.
13273 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13274 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13275 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13276 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13277 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13278 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13279 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13280 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13281 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13282 Add calendar-specific autoload cookies, and remove any setting of
13283 generated-autoload-file.
13284 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13285 * calendar/diary-lib.el: Replace explicit autoloads with reading of
13286 diary-loaddefs.
13287 * calendar/holidays.el: Replace explicit autoloads with reading of
13288 hol-loaddefs.
13289
13290 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13291 (calendar-buffer-list): Simplify.
13292 (generate-calendar-window): Use calendar-mark-holidays rather than
13293 obsolete alias.
13294
13295 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13296 Use cal-hebrew-yahrzeit-buffer.
13297
13298 * calendar/cal-x.el (calendar-only-one-frame-setup)
13299 (calendar-two-frame-setup): Doc fixes.
13300 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13301
13302 * calendar/appt.el (appt-mode-string): Mark as risky.
13303 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13304
13305 * calendar/cal-html.el (diary-list-entries):
13306 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13307 (calendar-iso-from-absolute): Fix autoloads.
13308
13309 * calendar/cal-iso.el (calendar-absolute-from-iso)
13310 (calendar-iso-read-args): Simplify.
13311 (calendar-iso-date-string, calendar-iso-read-args)
13312 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13313
13314 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13315 (displayed-month, displayed-year): Move declarations where needed.
13316 (calendar-print-astro-day-number): Doc fix.
13317
13318 * calendar/cal-persia.el (persian-calendar-month-name-array)
13319 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13320 (persian-prompt-for-date): Remove local variable `today'.
13321
13322 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13323
13324 * calendar/solar.el (solar-moment, solar-exact-local-noon)
13325 (solar-sunrise-sunset, solar-sunrise-sunset-string)
13326 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13327 (diary-sabbath-candles, solar-equinoxes/solstices)
13328 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13329 (solar-time-equation, solar-date-to-et): Simplify.
13330
13331 * mail/supercite.el: Remove the `function' in `(function (lambda'.
13332 Replace `(car (cdr' with cadr'.
13333
13334 * progmodes/f90.el (f90-font-lock-n): New function.
13335 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13336 Use f90-font-lock-n.
13337 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13338
13339 * progmodes/f90.el (f90-mode-abbrev-table):
13340 * progmodes/fortran.el (fortran-mode-abbrev-table):
13341 Use newer form of define-abbrev, where supported. No need to bind
13342 abbrevs-changed for system abbrevs.
13343
13344 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13347 delete-frame-functions.
13348
13349 * bookmark.el (Info-current-node): Remove.
13350
13351 2008-03-12 Juri Linkov <juri@jurta.org>
13352
13353 * help.el (describe-project): Remove defaliases for view-todo and
13354 describe-project that are now unnecessary after the merge from
13355 emacs--rel--22 that added define-obsolete-function-alias.
13356
13357 * startup.el (inhibit-startup-screen): Revert incomplete
13358 2008-03-10 merge from emacs--rel--22 that partly reverted
13359 2008-02-28 change that added initial message to *scratch* buffer
13360 regardless of the value of `inhibit-startup-screen'.
13361 Now keep this change in the trunk, but not in the 22 branch.
13362
13363 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 * international/quail.el (quail-setup-completion-buf, quail-help):
13366 * mail/binhex.el (binhex-decode-region-internal):
13367 * mail/uudecode.el (uudecode-decode-region-internal):
13368 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13369 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13370 setting default-enable-multibyte-characters.
13371
13372 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13373
13374 * comint.el: Fix up indentation and comment style. Remove `function'.
13375
13376 * international/mule-cmds.el (reset-language-environment)
13377 (set-language-environment-nonascii-translation):
13378 Don't set-unibyte-charset.
13379
13380 * doc-view.el: Remove all cb-args, use closures instead.
13381 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13382 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13383 doing an incorrect check). Update all callers to use the new name.
13384 (doc-view-doc->txt): Add missing `txt' argument.
13385
13386 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13387
13388 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13389 md5 sum calculation to single-byte.
13390
13391 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * doc-view.el (doc-view-new-window-function): Add assertion.
13394 (doc-view-doc-type): New var.
13395 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13396 (doc-view-intersection): New fun.
13397 (doc-view-mode): Use it to set the new var.
13398
13399 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13400
13401 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13402 (doc-view-already-converted-p): New functions.
13403 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13404 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13405 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13406 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13407 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13408 (doc-view-convert-current-doc): Don't hardwire the functions the
13409 sentinels call. Now they're provided by two args CALLBACK and
13410 CB-ARGS to the functions.
13411 (doc-view-search): Use doc-view-doc->txt.
13412 (doc-view-initiate-display): Use doc-view-already-converted-p.
13413 Mention new binding C-c C-t if doc-view-mode doesn't work.
13414
13415 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13416
13417 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13418
13419 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13422 Mark " outside of tags as punctuation.
13423
13424 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * menu-bar.el (minibuffer-local-map): Use the same command for the
13427 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13428 Prefer RET over C-j for exit-minibuffer.
13429
13430 * files.el (display-buffer-other-frame): Eliminate problematic code.
13431
13432 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13433 (menu-bar-select-buffer): Remove.
13434 (menu-bar-select-frame): Make non-interactive and take a frame arg.
13435 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13436
13437 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
13438
13439 * icomplete.el (icomplete-completions): Remove obsolete code.
13440
13441 * net/net-utils.el (iwconfig-program-options): Doc fix.
13442 (net-utils-run-program, run-network-program): Define as functions.
13443
13444 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
13445
13446 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13447
13448 2008-03-11 Glenn Morris <rgm@gnu.org>
13449
13450 * faces.el (mode-line-emphasis): New face.
13451 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13452
13453 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13454
13455 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
13456
13457 * simple.el (set-mark-command): Doc fix.
13458
13459 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13460
13461 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13462
13463 * emacs-lisp/autoload.el (autoload-find-destination):
13464 Don't force raw-text.
13465
13466 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13467 * calendar/cal-loaddefs.el: Don't version control.
13468
13469 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13470
13471 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13472 entries and add :help to the existing ones.
13473
13474 2008-03-10 Glenn Morris <rgm@gnu.org>
13475
13476 * calendar/cal-hebrew.el (date, entry, number): Move declarations
13477 to where they are needed.
13478
13479 * calendar/calendar.el (diary-file, hebrew-holidays-1)
13480 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13481 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13482 (calendar-version): Doc fixes.
13483 (calendar-absolute-from-gregorian): Use zerop.
13484 (calendar-mode-line-format): Make it a defcustom.
13485
13486 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13487 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13488 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13489 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13490 (mark-included-diary-files, mark-calendar-days-named)
13491 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13492 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13493 (insert-monthly-diary-entry, insert-yearly-diary-entry)
13494 (insert-anniversary-diary-entry, insert-block-diary-entry)
13495 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13496 (diary-font-lock-sexps): Doc fixes.
13497 (diary-remind-message, mark-calendar-month): Use zerop.
13498 (diary-attrtype-convert, diary-pull-attrs): Simplify.
13499 (diary-list-entries): Revert let to let* (previous change).
13500
13501 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13502
13503 2008-03-10 Kim F. Storm <storm@cua.dk>
13504
13505 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13506 function aliases for the old names.
13507
13508 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
13509
13510 * iswitchb.el (iswitchb-use-faces): Doc fix.
13511 (iswitchb-buffer-ignore, iswitchb-read-buffer):
13512 Fix typos in docstrings.
13513
13514 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13515
13516 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13517 Fix typo.
13518 (verilog-type-font-keywords): Reindent.
13519
13520 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
13521
13522 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13523 Fix bug in the grouping-keyword regular expression.
13524 (verilog-font-lock-keywords): Allow users to toggle special
13525 highlight of grouping-keywords.
13526 (verilog-highlight-grouping-keywords): The toggle for special
13527 highlighting of grouping keywords.
13528
13529 2008-03-10 Juri Linkov <juri@jurta.org>
13530
13531 * startup.el: Revert 2008-02-28 change that adds initial message
13532 to *scratch* buffer regardless of the value of
13533 `inhibit-startup-screen'.
13534
13535 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13536
13537 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13538 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13539 * progmodes/verilog-mode.el (verilog-mode):
13540 * net/socks.el (socks):
13541 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13542
13543 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13544
13545 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13546 (doc-view-bookmark-make-record): Use them.
13547 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
13548 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13549
13550 * bookmark.el (bookmark-make-record-function): Change expected return
13551 value to include a suggested bookmark name.
13552 (bookmark-make): Split into bookmark-make-record and bookmark-store.
13553 Fix reversed `overwrite' semantics.
13554 (bookmark-set): Call bookmark-make-record before prompting the user.
13555 Then pass the result to bookmark-store later on.
13556 (bookmark-make-name-function): Remove.
13557 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13558 * info.el (bookmark-make-name-function): Remove.
13559 (Info-mode): Don't set it.
13560 (Info-bookmark-make-name): Remove.
13561 (Info-bookmark-make-record): Use Info-current-node as suggested default
13562 bookmark name.
13563
13564 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13565 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13566 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13567 (bookmark-annotation-buffer, bookmark-annotation-file)
13568 (bookmark-annotation-point, bookmark-send-annotation)
13569 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13570 (bookmark-edit-annotation-text-func): Rename from
13571 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
13572 (bookmark-edit-annotation-mode-map): Move initialization into
13573 declaration.
13574
13575 * bookmark.el: Remove spurious * in docstrings.
13576 (bookmark-minibuffer-read-name-map): New var.
13577 (bookmark-set): Use it. Also pass the default value as it should.
13578 (bookmark-send-edited-annotation): Take no chances with text properties.
13579 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13580 (bookmark-insert-buffer-name): Remove.
13581 (bookmark-buffer-file-name): Signal an error rather than returning nil.
13582
13583 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
13584
13585 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13586
13587 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
13588
13589 * diff-mode.el (diff-mode-menu): Add :help.
13590
13591 2008-03-09 Glenn Morris <rgm@gnu.org>
13592
13593 * calendar/calendar.el (general-holidays, oriental-holidays)
13594 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13595 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13596 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13597 (calendar-holidays): Restore autoload cookies, because people are
13598 used to using these variables without loading calendar.el.
13599
13600 * calendar/cal-islam.el (diary-islamic-date): Move to end.
13601 (date, number): Declare where needed.
13602
13603 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13604 (list-sexp-diary-entries): Doc fixes.
13605 (diary-list-entries): Doc fix. Remove free variable `entry'.
13606 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
13607 Simplify setting of `date-holiday-list'.
13608 (mark-diary-entries): Remove free variable `entry'.
13609 (diary-list-entries, include-other-diary-files, fancy-diary-display):
13610 Use let where let* is not needed.
13611
13612 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13615 make-record function, instead paste it in afterwards.
13616 (bookmark-make-record-for-text-file):
13617 * doc-view.el (doc-view-bookmark-make-record):
13618 * info.el (Info-bookmark-make-record): Don't mess with annotations.
13619
13620 2008-03-08 Glenn Morris <rgm@gnu.org>
13621
13622 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13623
13624 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
13625
13626 * calendar/diary-lib.el (diary-list-entries)
13627 (include-other-diary-files, mark-diary-entries)
13628 (mark-sexp-diary-entries, mark-included-diary-files)
13629 (diary-entry-time, list-sexp-diary-entries): Remove the special
13630 handling of ^M that dates back to the use of selective-display.
13631 (simple-diary-display): Obey setting of pop-up-frames.
13632 (body, entry): Remove unnecessary declarations.
13633
13634 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13635 (bookmark-get-annotation, bookmark-set-annotation)
13636 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13637 (bookmark-set-position, bookmark-get-front-context-string)
13638 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13639 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
13640 * info.el (Info-bookmark-make-record): Don't bother recording point.
13641 (bookmark-get-filename, bookmark-get-front-context-string)
13642 (bookmark-get-rear-context-string, bookmark-get-position):
13643 Don't declare any more.
13644 (bookmark-get-info-node): Remove.
13645 (bookmark-prop-get): Declare.
13646 (Info-bookmark-jump): Use it.
13647
13648 2008-03-08 Johan Bockgård <bojohan@gnu.org>
13649
13650 * subr.el (while-no-input): Don't splice BODY directly into the
13651 `or' form.
13652
13653 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
13654
13655 * diff-mode.el (diff-ignore-whitespace-hunk):
13656 Bind inhibit-read-only before trying to change the buffer.
13657
13658 2008-03-08 Glenn Morris <rgm@gnu.org>
13659
13660 * calendar/appt.el (appt): Move custom group here from calendar.el.
13661 (appt-disp-window, appt-convert-time): Doc fixes.
13662
13663 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13664 (calendar-bahai-mark-date-pattern):
13665 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13666 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13667 * calendar/cal-julian.el (calendar-absolute-from-julian):
13668 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13669
13670 * calendar/cal-china.el (chinese-calendar): Move custom group here from
13671 calendar.el.
13672 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13673 Make constants.
13674 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13675 (chinese-calendar-daylight-savings-starts)
13676 (chinese-calendar-daylight-savings-ends)
13677 (chinese-calendar-daylight-savings-starts-time)
13678 (chinese-calendar-daylight-savings-ends-time)
13679 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13680 Doc fixes.
13681
13682 * calendar/cal-coptic.el (coptic-name): Add doc string.
13683
13684 * calendar/cal-french.el (french-calendar-month-name-array)
13685 (french-calendar-day-name-array, french-calendar-special-days-array):
13686 Add doc strings.
13687
13688 * calendar/cal-bahai.el (diary-bahai-mark-entries)
13689 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13690 (diary-bahai-insert-yearly-entry):
13691 * calendar/cal-dst.el (calendar-next-time-zone-transition)
13692 (calendar-time-zone):
13693 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13694 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13695 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13696 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13697 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13698 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13699 (list-islamic-diary-entries, mark-islamic-diary-entries)
13700 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13701 (insert-yearly-islamic-diary-entry):
13702 * calendar/cal-iso.el (calendar-iso-read-args):
13703 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13704 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13705 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13706 (calendar-next-calendar-round-date)
13707 (calendar-mayan-long-count-common-era):
13708 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13709 (cal-menu-x-popup-menu, calendar-mouse-holidays)
13710 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13711 (calendar-mouse-goto-date):
13712 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13713 * calendar/holidays.el (holidays):
13714 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13715 * calendar/time-date.el (date-to-time, time-subtract, time-add)
13716 (safe-date-to-time): Doc fixes.
13717
13718 * calendar/cal-persia.el (persian-calendar-month-name-array)
13719 (persian-calendar-epoch): Make constants.
13720
13721 * calendar/cal-tex.el (calendar-tex): Move custom group here from
13722 calendar.el.
13723
13724 * calendar/cal-x.el (diary-frame-parameters)
13725 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13726 (calendar-after-frame-setup-hooks): Make defcustoms.
13727 (calendar-one-frame-setup, calendar-only-one-frame-setup)
13728 (calendar-two-frame-setup): Doc fix.
13729
13730 * calendar/cal-loaddefs.el: New file.
13731
13732 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13733 * calendar/cal-french.el, calendar/cal-html.el:
13734 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13735 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13736 * calendar/cal-tex.el, calendar/cal-x.el:
13737 Unquote lambda functions. Add autoload cookies to functions formerly
13738 autoloaded in calendar.el. Set `generated-autoload-file' to
13739 "cal-loaddefs.el".
13740
13741 * calendar/calendar.el: Move many autoloads to separate file,
13742 cal-loaddefs.el. Move defcustoms to start and re-order.
13743 (calendar-month-name-array, calendar-starred-day): No need to
13744 declare for compiler.
13745 (cal-loaddefs): Require it.
13746 (appt, chinese-calendar, calendar-tex): Move custom groups to the
13747 appropriate file.
13748 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
13749 Reverse logic.
13750 (diary-face, diary-file-name-prefix-function, diary-include-string)
13751 (diary-glob-file-regexp-prefix, diary-face-attrs)
13752 (diary-file-name-prefix, sexp-diary-entry-symbol)
13753 (print-diary-entries-hook, list-diary-entries-hook)
13754 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13755 (nongregorian-diary-marking-hook, diary-list-include-blanks):
13756 Move to diary-lib.
13757 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13758 (all-bahai-calendar-holidays): Doc fix.
13759 (calendar-insert-indented): Doc fix. Use when rather than if.
13760 (exit-calendar): Use mapc rather than mapcar.
13761 (calendar-cursor-to-date): Use zerop.
13762 (calendar-mark-ring): Add doc-string.
13763 (calendar-starred-day): Defvar it.
13764 (calendar-mode): Make calendar-starred-day local.
13765 (calendar-star-date): No need to make calendar-starred-day local.
13766
13767 * calendar/diary-lib.el: Move defcustoms to start.
13768 (diary-include-string, diary-list-include-blanks)
13769 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
13770 (diary-file-name-prefix, diary-file-name-prefix-function)
13771 (sexp-diary-entry-symbol, list-diary-entries-hook)
13772 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
13773 (nongregorian-diary-marking-hook, print-diary-entries-hook):
13774 Move here from calendar.el.
13775 (diary-file-name-prefix-function): Use 'identity.
13776 (diary-face): Make it a defcustom, and mark as obsolete.
13777 (top-level): No need to require cal-hebrew, cal-islam when compiling.
13778 (calendar-hebrew-month-name-array-leap-year)
13779 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
13780 Define for compiler.
13781 (diary-font-lock-keywords): Use format rather than concat.
13782 Add bahai-diary-entry-symbol.
13783
13784 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
13785 * calendar/solar.el: Unquote lambda functions.
13786
13787 * calendar/solar.el (calendar-location-name, calendar-latitude)
13788 (calendar-longitude, solar-setup, solar-sin-degrees)
13789 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
13790 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
13791 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
13792 (solar-exact-local-noon, solar-julian-ut-centuries)
13793 (solar-ephemeris-time, solar-date-next-longitude)
13794 (solar-horizontal-coordinates, solar-equatorial-coordinates)
13795 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
13796 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
13797 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
13798 Doc fixes.
13799 (solar-horizontal-coordinates, solar-equatorial-coordinates)
13800 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
13801 (solar-ecliptic-coordinates): Use unless.
13802 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
13803 Use or.
13804
13805 * calendar/timeclock.el: Add doc-strings to all functions.
13806 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
13807 (timeclock-entry-list-length, timeclock-entry-list-projects)
13808 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
13809
13810 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
13811
13812 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
13813 (org-get-entries-from-diary): Require diary-lib.
13814
13815 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
13816
13817 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
13818 Pacify byte-compiler.
13819
13820 2008-03-07 Alan Mackenzie <acm@muc.de>
13821
13822 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
13823 paren/bracket pairs parsed, to solve performance problem.
13824
13825 2008-03-07 Bastien Guerry <bzg@altern.org>
13826
13827 * bookmark.el (bookmark-set): Don't check for
13828 `bookmark-make-name-function' since `bookmark-buffer-file-name'
13829 already takes care of this.
13830 (bookmark-buffer-name, bookmark-buffer-file-name):
13831 Remove Info-mode specific code.
13832
13833 * info.el (bookmark-get-info-node): Define this function in
13834 info.el, not in bookmark.el.
13835 (Info-mode): Set `bookmark-make-name-function' to
13836 `Info-bookmark-make-name' locally.
13837 (Info-bookmark-make-name): New function.
13838
13839 * bookmark.el (bookmark-make-name-function): New variable.
13840
13841 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13842
13843 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
13844 buffer-local, not `bookmark-make-cell-function' (the old name).
13845
13846 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
13847
13848 * doc-view.el (doc-view-bookmark-make-record):
13849 * image-mode.el (image-bookmark-make-record):
13850 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
13851
13852 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
13853
13854 * vc.el (vc-status-menu-map-filter): Return orig-binding if
13855 boundp 'vc-ignore-menu-filter.
13856 (vc-status-tool-bar-map): Make it defvar.
13857 (vc-status-mode): vc-status-tool-bar-map now variable.
13858 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
13859
13860 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13861
13862 Give a better name to part of the bookmark interface.
13863
13864 This was originally a much larger change, but halfway through I
13865 updated and discovered that Stefan Monnier had done the rest.
13866 It looks like he anticipated the new name too, because he used
13867 `the-record' instead of `the-cell' for some internal variable names.
13868
13869 * bookmark.el (bookmark-make-record-function): Was
13870 `bookmark-make-cell-function'.
13871 (bookmark-make, bookmark-send-annotation): Update for above.
13872 (bookmark-make-record-for-text-file):
13873 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
13874
13875 * info.el: Adjust accordingly.
13876 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
13877
13878 * image-mode.el: Adjust accordingly.
13879 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
13880
13881 * doc-view.el: Adjust accordingly.
13882 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
13883
13884 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13885
13886 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
13887 Move initialization into declaration.
13888 (bookmark-get-info-node, bookmark-set-info-node): Remove.
13889 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
13890 (bookmark-info-current-node): Remove.
13891 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
13892 Add relocation fallback. Set bookmark-current-bookmark.
13893 (bookmark-default-handler): Rename from bookmark-jump-noselect.
13894 Remove relocation fallback. Don't set bookmark-current-bookmark.
13895 (bookmark-set): Let it be used even if there's no buffer-file-name
13896 as long as there is a bookmark-make-cell-function.
13897 * info.el (Info-bookmark-jump): Remove relocation fallback.
13898 Don't set bookmark-current-bookmark.
13899
13900 2008-03-07 Glenn Morris <rgm@gnu.org>
13901
13902 * calendar/appt.el (appt-issue-message)
13903 (appt-message-warning-time, appt-audible, appt-visible)
13904 (appt-msg-window, appt-display-mode-line, appt-display-duration)
13905 (appt-display-diary): Remove autoload cookies.
13906
13907 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
13908 Remove leading `*' from defcustom doc-strings.
13909
13910 * calendar/cal-dst.el (calendar-dst): New custom group.
13911 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
13912 (calendar-time-zone, calendar-daylight-time-offset)
13913 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13914 (calendar-daylight-savings-starts-time)
13915 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
13916 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
13917 Move to start.
13918
13919 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
13920
13921 * calendar/calendar.el (calendar-version): Use emacs-version and
13922 make it obsolete. Move to end.
13923 (calendar-offset, view-diary-entries-initially)
13924 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
13925 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
13926 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13927 (all-bahai-calendar-holidays, calendar-load-hook)
13928 (initial-calendar-window-hook, today-visible-calendar-hook)
13929 (today-invisible-calendar-hook, calendar-move-hook)
13930 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
13931 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
13932 (diary-include-string, sexp-diary-entry-symbol)
13933 (abbreviated-calendar-year, american-date-diary-pattern)
13934 (european-date-diary-pattern, european-calendar-display-form)
13935 (american-calendar-display-form, print-diary-entries-hook)
13936 (list-diary-entries-hook, diary-hook, diary-display-hook)
13937 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13938 (nongregorian-diary-marking-hook, diary-list-include-blanks)
13939 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
13940 (local-holidays, other-holidays, hebrew-holidays-1)
13941 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13942 (hebrew-holidays, christian-holidays, islamic-holidays)
13943 (bahai-holidays, solar-holidays, calendar-setup)
13944 (calendar-week-start-day): Remove autoload cookies.
13945 (diary-glob-file-regexp-prefix): Doc fix.
13946 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
13947 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
13948 (calendar-week-start-day, calendar-debug-sexp): Move to start.
13949
13950 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
13951 (calendar-time-display-form, calendar-latitude)
13952 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
13953 cookies.
13954 (calendar-latitude, calendar-longitude): Move functions after
13955 variables.
13956 (diary-sabbath-candles-minutes): Move to start.
13957 (solar-setup): Use or rather than if.
13958 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
13959 Remove condition-case.
13960 (solar-atn2): Use zerop.
13961 (solar-equinoxes-solstices): Doc fix.
13962
13963 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
13964 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
13965
13966 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
13967 (calendar-longitude, calendar-latitude, calendar-location-name):
13968 Declare for compiler.
13969
13970 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 * arc-mode.el (archive-ar-file-header-re): New const.
13973 (archive-ar-summarize, archive-ar-extract): New funs.
13974 (archive-find-type): Recognize ar archives.
13975
13976 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
13977 New functions.
13978
13979 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
13980
13981 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
13982
13983 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13984 Replace :enable (mark-active) with :enable mark-active.
13985
13986 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
13987
13988 * vms-patch.el (make-legal-file-name): New obsolete alias.
13989 (make-valid-file-name): Rename from `make-legal-file-name'.
13990 (make-auto-save-file-name): Use it.
13991
13992 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
13993 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
13994 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
13995
13996 * textmodes/org.el (org-export-html-style): Doc fix.
13997 (org-get-legal-level): New obsolete alias.
13998 (org-get-valid-level): Rename from `org-get-legal-level'.
13999 (org-promote, org-demote, org-archive-subtree)
14000 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14001
14002 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
14003
14004 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14005
14006 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14007 (vc-status-toggle-mark): New functions.
14008 (vc-status-mode): Set tool bar map.
14009
14010 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
14011
14012 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14013 Reported by Drew Adams <drew.adams@oracle.com>.
14014
14015 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14016
14017 * subr.el (read-quoted-char): Resolve modifiers of the character
14018 event.
14019
14020 * comint.el (comint-exec-1): Don't change the coding-system for
14021 decoding to dos-like EOL.
14022 (comint-carriage-motion): Fully rewrite.
14023
14024 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
14025
14026 * epg.el (epg-context-include-certs): Reflow docstring.
14027 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14028 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14029 (epg-context-set-signers, epg-context-set-sig-notations)
14030 (epg-make-import-status, epg-make-import-result)
14031 (epg-start-delete-keys): Fix typos in docstrings.
14032 (epg-start-sign-keys, epg-sign-keys):
14033 Fix typos in obsolescence declarations.
14034
14035 * iswitchb.el: Don't check for `cadr' and `last'.
14036 (iswitchb-define-mode-map, iswitchb-default-keybindings):
14037 Add obsolescence declaration and remove redundant info from docstring.
14038 (iswitchb-set-common-completion, iswitchb-set-matches)
14039 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14040 (recentf-list, most-len, most-is-exact):
14041 Don't wrap defvars within `eval-when-compile'.
14042
14043 2008-03-05 Glenn Morris <rgm@gnu.org>
14044
14045 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14046 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14047 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14048 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14049 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14050
14051 * ediff-hook.el (ediff-window-setup-function): Don't autoload
14052 declaration for compiler.
14053 (ediff-xemacs-init-menus): Use when rather than if.
14054
14055 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14056 if+and to just and.
14057 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14058 (ediff-delete-overlay): Move the XEmacs test inside the definition.
14059
14060 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14061
14062 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14063 test inside XEmacs test.
14064 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14065 since it was doing nothing on Emacs.
14066 (ediff-make-bullet-proof-overlay): Use when rather than if.
14067
14068 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14069 (ediff-setup-control-frame): Remove
14070 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14071 a (featurep 'xemacs) test.
14072
14073 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
14074
14075 * calc/calc-ext.el (calc-extended-command-history): New variable.
14076 (calc-execute-extended-command): Use `calc-extended-command-history'.
14077
14078 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
14079
14080 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
14081 (standard-mode-line-position): Add mouse-face.
14082
14083 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14084 * progmodes/grep.el (grep-mode-map): Add :help.
14085
14086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14087 initialize in one step. Add :help. Use :enable to activate menu
14088 items. Show the key binding for edebug-defun.
14089 (lisp-interaction-mode-map): Add a menu.
14090
14091 * term.el (term-mode-map): Define and initialize in one step.
14092
14093 * ediff-init.el (ediff-color-display-p): Simplify.
14094 (Xor): Remove unused function.
14095 (ediff-with-syntax-table): Simplify for Emacs.
14096
14097 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14098 menu-bar being loaded, it always is.
14099
14100 2008-03-05 Glenn Morris <rgm@gnu.org>
14101
14102 * textmodes/tex-mode.el (tex-mode): Suppress warning about
14103 multiple definitions when compiling.
14104
14105 2008-03-04 Alan Mackenzie <acm@muc.de>
14106
14107 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14108
14109 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14110 doc-string, "c-old-LEN" -> "c-old-END".
14111
14112 2008-03-04 Jason Rumney <jasonr@gnu.org>
14113
14114 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14115 namespaces.
14116
14117 2008-03-04 Glenn Morris <rgm@gnu.org>
14118
14119 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14120
14121 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14122 than mapcar.
14123
14124 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14125
14126 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14127 (byte-compile-nilconstp): Can't use recursion in a defsubst.
14128
14129 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14130 so that M-q can fill comments.
14131 (tex-executable-exists-p, tex-compile): Extend with special syntax for
14132 commands implemented in elisp.
14133 (tex-compile-commands): Add an entry to use doc-view for pdf files.
14134 (tex-format-cmd): New function.
14135 (tex-compile): Use it to let the user specify default arguments.
14136 (tex-cmd-bibtex-args): New var.
14137 (tex-cmd-doc-view): New function.
14138
14139 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14140
14141 * faces.el (face-spec-set): Fix typos in docstring.
14142
14143 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14144
14145 * bindings.el (mode-line-column-line-number-mode-map): New variable.
14146 (standard-mode-line-position): Use it to add a menu for toggling
14147 column number and line number display.
14148
14149 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14150
14151 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14152 Remove optimization that was working around the form-code-walker bug.
14153
14154 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14155 Walk into the body of lambdas after byte-compile-unfold-lambda.
14156
14157 2008-03-03 Glenn Morris <rgm@gnu.org>
14158
14159 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14160 value, if set, over frame value.
14161
14162 * simple.el (transient-mark-mode): Don't turn on by default.
14163
14164 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14165 accidentally removed by the 2007-12-05 merge from Gnus.
14166
14167 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
14168
14169 * progmodes/compile.el (compilation-menu-map): Add menu entries
14170 for useful options.
14171
14172 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
14173 Glenn Morris <rgm@gnu.org>
14174
14175 * emacs-lisp/bytecomp.el (byte-recompile-directory)
14176 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14177 Give a `bytecomp-' prefix to local variables with common names.
14178
14179 2008-03-01 Glenn Morris <rgm@gnu.org>
14180
14181 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14182 Restore code commented out 2007-11-10.
14183
14184 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14185
14186 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14187 Delete macro.
14188 * emulation/viper-cmd.el, emulation/viper-ex.el:
14189 * emulation/viper-init.el, emulation/viper-keym.el:
14190 * emulation/viper-mous.el, emulation/viper-util.el:
14191 * emulation/viper.el:
14192 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14193 featurep test.
14194
14195 Replace obsolete frame-local variables with frame-parameters.
14196 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14197 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14198 (viper-vi-state-cursor-color): Only call make-variable-frame-local
14199 on XEmacs.
14200 * emulation/viper-util.el (viper-frame-value): New macro.
14201 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14202 (viper-R-state-post-command-sentinel)
14203 (viper-replace-state-post-command-sentinel)
14204 (viper-change-state-to-insert, viper-change-state-to-emacs):
14205 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14206 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14207 (viper-get-saved-cursor-color-in-insert-mode)
14208 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14209 Use viper-frame-value for viper-replace-overlay-cursor-color,
14210 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14211 viper-vi-state-cursor-color values.
14212
14213 * emulation/viper-cmd.el (zmacs-region-stays):
14214 * emulation/viper-util.el (zmacs-region-stays): No need to define
14215 for compiler.
14216
14217 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14218 mapcar on Emacs.
14219
14220 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14221 on XEmacs.
14222
14223 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14224 rather than if.
14225
14226 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14227
14228 * whitespace.el: New version 9.3. As the glyph code generation was
14229 fixed, it is possible now to use character code above ?\x1FFFF in the
14230 display table. Fix `whitespace-indentation-regexp' to not include an
14231 extra ending character. Reported by Michael Welsh Duggan
14232 <mwd@cert.org>. Added hook actions when buffer is written or killed as
14233 the original whitespace package had. Suggested by Eric Cooper
14234 <ecc@cmu.edu>. Doc fix.
14235 (whitespace-action): New option.
14236 (whitespace-display-mappings): Changed default newline visualization to
14237 display downwards arrow, as the glyph code generation was fixed.
14238 (whitespace-unload-function): Assure that all local whitespace mode is
14239 turned off.
14240 (whitespace-global-modes): Fix type customization.
14241 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14242 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14243 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14244 Fix code.
14245 (whitespace-buffer): Command removed.
14246 (whitespace-trailing-regexp, whitespace-mark-x)
14247 (whitespace-display-window, whitespace-action-when-on)
14248 (whitespace-add-local-hook, whitespace-remove-local-hook)
14249 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14250 (whitespace-action): New funs.
14251 (whitespace-report-list, whitespace-report-text)
14252 (whitespace-report-buffer-name): New consts.
14253 (whitespace-report, whitespace-report-region): New commands.
14254
14255 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14256
14257 * disp-table.el (make-glyph-code): Don't test the result of
14258 `face-id', which already signals an error for invalid faces.
14259 (glyph-face): Simplify.
14260
14261 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14262 running `desktop-not-loaded-hook' to allow modifying it.
14263 Don't show warning message if `desktop-dirname' was modified.
14264
14265 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14268 we still expect more lines.
14269
14270 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14271 comment-paragraph filling if the commark doesn't match
14272 comment-start-skip.
14273
14274 2008-03-01 Daiki Ueno <ueno@unixuser.org>
14275
14276 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14277 the `imap' variant.
14278
14279 2008-03-01 Jason Rumney <jasonr@gnu.org>
14280
14281 * files.el (make-auto-save-file-name): Encode more characters in
14282 non-file buffer names. Use url-encoding.
14283
14284 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14285
14286 * net/net-utils.el (ftp-program): Fix typo in docstring.
14287 (ifconfig-program-options, netstat-program-options)
14288 (arp-program-options, route-program-options, nslookup-program-options)
14289 (ftp-program-options, smbclient-program-options)
14290 (dns-lookup-program-options, arp, route): Doc fixes.
14291
14292 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14293 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14294 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14295 Fix typos in docstrings.
14296 (gdb-pending-triggers): Reflow docstring.
14297 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14298
14299 2008-03-01 Alan Mackenzie <acm@muc.de>
14300
14301 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14302 typing "#" at EOB.
14303
14304 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14305
14306 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14307
14308 2008-02-29 Kim F. Storm <storm@cua.dk>
14309
14310 * emulation/cua-base.el (cua-remap-control-v)
14311 (cua-remap-control-z): New defcustoms.
14312 (cua-mode): Add them to set-after property.
14313 (cua--init-keymaps): Use them.
14314 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14315
14316 * help.el (view-emacs-todo): Rename from view-todo.
14317 (describe-gnu-project): Rename from describe-project. Users changed.
14318 (view-help-file): New helper function.
14319 (describe-distribution, describe-copying, describe-gnu-project)
14320 (view-todo, view-order-manuals, view-emacs-problems): Use it.
14321 (view-emacs-debugging, view-external-packages): New commands.
14322 (help-map): Move describe-distribution to C-h C-o (ordering).
14323 Move view-emacs-problems to C-h C-p (problems).
14324 Bind view-emacs-debugging to C-h C-d (debugging).
14325 Bind view-external-packages to C-h C-e (extras).
14326 (help-for-help-internal): Cleanup and align descriptions.
14327 Remove command names to reduce clutter.
14328
14329 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14330
14331 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14332 and quieter face (not a warning).
14333
14334 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
14335
14336 * vc.el (vc-status-crt-marked): New variable.
14337 (vc-status-mode): Make it local.
14338 (vc-status-refresh): Use it to save the marked files.
14339 (vc-update-vc-status-buffer): Use it to restore the marked files.
14340
14341 * vc-svn.el (vc-svn-after-dir-status):
14342 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14343
14344 2008-02-29 Glenn Morris <rgm@gnu.org>
14345
14346 * allout.el (allout-topic-encryption-bullet)
14347 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14348 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14349 from 22.0 to 22.1.
14350
14351 * net/imap.el (imap-ping-server):
14352 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14353 Change defcustom :version from 23.0 to 23.1.
14354
14355 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
14356
14357 * desktop.el (desktop-save): Save the buffer name if the
14358 uniquified base name is empty.
14359
14360 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14361
14362 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14363 correctly when user has "set print address off".
14364
14365 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
14366
14367 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14368 version number of the next major Emacs release, not 23.0.
14369
14370 * longlines.el (longlines-unload-function): New function.
14371
14372 2008-02-28 Juri Linkov <juri@jurta.org>
14373
14374 * startup.el (normal-splash-screen): Add argument `concise'.
14375 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
14376 to the created buffer. If `concise' is non-nil, call
14377 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
14378 (display-startup-screen): Add argument `concise' to the call to
14379 `normal-splash-screen'.
14380
14381 2008-02-28 Kim F. Storm <storm@cua.dk>
14382
14383 * startup.el (startup-echo-area-message): Check for about-emacs.
14384
14385 2008-02-28 Juri Linkov <juri@jurta.org>
14386
14387 * startup.el: Always add initial message to *scratch* buffer if
14388 `initial-scratch-message' is non-nil regardless of the value of
14389 `inhibit-startup-screen'.
14390 (inhibit-startup-screen, initial-scratch-message): Doc fix.
14391 (command-line-1): Move code that inserts `initial-scratch-message'
14392 up before the if-form that checks for `inhibit-startup-screen'.
14393 Suggested by Jonathan Rockway <jon@jrock.us>.
14394
14395 2008-02-28 Juri Linkov <juri@jurta.org>
14396
14397 * cus-edit.el (custom-mode-map, custom-mode-link-map):
14398 Rename `custom-mode' to `Custom-mode' in docstrings.
14399 (custom-buffer-create-internal, customize-browse):
14400 Rename `custom-mode' to `Custom-mode'.
14401 (custom-mode-hook): Rename to `Custom-mode-hook'.
14402 (Custom-mode-hook): Renamed from `custom-mode-hook'.
14403 (custom-mode): Rename to `Custom-mode'.
14404 (Custom-mode): Renamed from `custom-mode'. Doc fix.
14405 (custom-mode): Add backward-compatible non-interactive variant of
14406 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
14407 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14408
14409 * info-look.el: Rename `custom-mode' to `Custom-mode'.
14410
14411 * emulation/viper.el (viper-emacs-state-mode-list):
14412 Rename `custom-mode' to `Custom-mode'.
14413
14414 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14415 Capitalize "Tagged Files".
14416 (minibuffer-local-map): Add menu items for next/previous
14417 history elements and isearch history forward/backward.
14418
14419 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14420 `hs-isearch-open' with t instead of `comment' in :selected
14421 for "Code and Comment blocks" menu item.
14422
14423 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * uniquify.el (uniquify-buffer-base-name): Undo last change.
14426 Should be done in desktop.el instead.
14427
14428 2008-02-28 Glenn Morris <rgm@gnu.org>
14429
14430 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14431
14432 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14433
14434 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14435 (Info-menu, Info-goto-node): Remove declarations.
14436 (report-emacs-bug-info): Use info rather than Info-goto-node.
14437
14438 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14439 (idlwave-convert-xml-system-routine-info): Don't require xml.
14440 (idlwave-show-commentary, idlwave-shell-show-commentary):
14441 Don't require finder.
14442 (idlwave-info): Don't require info. Use info rather than
14443 Info-goto-node.
14444
14445 * textmodes/org.el (Info-goto-node): Remove declaration.
14446 (org-info): Use info rather than Info-goto-node.
14447
14448 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14449 (reftex-info): Don't require info. Use info rather than Info-goto-node.
14450
14451 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
14452
14453 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14454 the menu.
14455
14456 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14457 (vc-finish-logentry): Check for vc-status-mode, not only for
14458 vc-dired-mode.
14459
14460 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14461
14462 * isearch.el (isearch-printing-char): Don't check
14463 keyboard-coding-system.
14464 Call isearch-process-search-multibyte-characters only when
14465 current-input-method is non-nil.
14466
14467 2008-02-27 Kim F. Storm <storm@cua.dk>
14468
14469 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14470 (glyph-char, glyph-face): Handle cons encoding.
14471
14472 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
14473
14474 * uniquify.el (uniquify-buffer-base-name): If the base name is an
14475 empty string, return nil to allow the caller to default to the
14476 buffer name. Reported by Martin Fischer <parozusa@web.de>.
14477
14478 * tool-bar.el (tool-bar-setup): Doc fix.
14479
14480 * mail/supercite.el (sc-describe):
14481 Fix typos in obsolescence declaration.
14482
14483 2008-02-27 Glenn Morris <rgm@gnu.org>
14484
14485 * autoinsert.el (auto-insert-alist): Change permission text to
14486 match FSF's GPLv3 form.
14487
14488 * mail/supercite.el (sc-cite-original): Doc fix.
14489 (sc-version): Make obsolete.
14490 (sc-describe): Show the SC info page. Make obsolete.
14491
14492 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14493
14494 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14495 when using transient-mark-mode.
14496 (default-indicate-unused-lines): Remove unused var.
14497
14498 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
14499
14500 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14501 and previous.
14502
14503 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14504
14505 2008-02-26 Glenn Morris <rgm@gnu.org>
14506
14507 * net/net-utils.el (top-level): Don't require comint when compiling.
14508 (nslookup-font-lock-keywords): Don't require font-lock.
14509 Use font-lock faces rather than variables.
14510 (nslookup, ftp, smbclient, network-service-connection):
14511 Don't require comint.
14512 (comint-prompt-regexp, comint-input-autoexpand)
14513 (comint-input-ring): Declare for compiler.
14514 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14515 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
14516
14517 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14518 doc-string.
14519
14520 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14521
14522 * doc-view.el (doc-view-current-page): Add a `win' argument.
14523
14524 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14527 Demote it to plain defvar.
14528 (doc-view-conversion-refresh-interval): Reduce interval.
14529 (doc-view-goto-page): Allow moving to pages not yet rendered.
14530 (doc-view-goto-page): Construct a file name rather than extracting it
14531 from doc-view-current-files.
14532 (doc-view-kill-proc): Ignore errors from kill-process.
14533 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14534 (doc-view-insert-image): Use appropriate text if the page hasn't been
14535 rendered yet. Adjust scrolling so the text is displayed.
14536 (doc-view-display): Detect not just that a page is available, but also
14537 that it wasn't available before, so as to avoid refreshing all pages
14538 repeatedly.
14539 (doc-view-mode): Make doc-view-cache-directory if needed.
14540
14541 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14542
14543 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14544 toggle-read-only.
14545
14546 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14547 refering to a missing required field with the OPT prefix.
14548 Make unwindform more robust.
14549
14550 * textmodes/bibtex.el: Remove support for hideshow minor mode as
14551 it duplicates the bibtex support in progmodes/hideshow.el.
14552 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14553 entries that do not start at the beginning of a line.
14554
14555 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
14556
14557 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14558
14559 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
14560
14561 * help-fns.el (describe-variable): Add phrases about
14562 initialization file with and without customization;
14563 use new button type help-info-variable.
14564
14565 * help-mode.el (help-info-variable):
14566 New button able to read Info files for help-fns.el.
14567
14568 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
14569
14570 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14571 (grep-mode): Use grep-mode-tool-bar-map.
14572
14573 * progmodes/compile.el (tool-bar): Require tool-bar.
14574 (compilation-mode-tool-bar-map): New variable.
14575 (compilation-mode): Use compilation-mode-tool-bar-map.
14576
14577 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
14578
14579 2008-02-25 Glenn Morris <rgm@gnu.org>
14580
14581 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14582
14583 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * diff-mode.el (diff-file-junk-re): New const.
14586 (diff-beginning-of-file-and-junk): Use it.
14587 (diff-file-kill): Make sure we were really inside a file diff.
14588
14589 * diff-mode.el: Make it more robust in the presence of empty context
14590 lines in unified hunks.
14591 (diff-valid-unified-empty-line): New var.
14592 (diff-unified->context, diff-sanity-check-hunk): Obey it.
14593 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
14594 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14595 (diff-hunk-header-re-unified): New const.
14596 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14597 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14598 (diff-sanity-check-hunk): Use it.
14599
14600 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14601 Index: line, don't search backward for the previous one.
14602
14603 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14604
14605 * international/fontset.el (setup-default-fontset): Add non-OTF
14606 lao font for lao script.
14607
14608 * language/tibetan.el: Register tibetan-composition-function in
14609 composition-function-table.
14610
14611 * language/tibet-util.el (tibetan-composition-function):
14612 Adjust for the new calling way (argument changed). Try font-shape-text
14613 if possible.
14614
14615 * language/lao.el: Register lao-composition-function in
14616 composition-function-table.
14617
14618 * language/lao-util.el (lao-composition-function): Adjust for the new
14619 calling way (argument changed). Try font-shape-text if possible.
14620
14621 2008-02-25 Jason Rumney <jasonr@gnu.org>
14622
14623 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14624
14625 2008-02-25 Juri Linkov <juri@jurta.org>
14626
14627 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14628 background, "red4" for a dark background, "red" for 16 and
14629 8 colors, "grey" for grayscale, and inverse video otherwise.
14630 Add :version tag.
14631 (isearch-message): Keep the original isearch-message intact, and
14632 add text properties to it where necessary. Add `isearch-error' to
14633 the condition that checks if isearch is unsuccessful.
14634
14635 2008-02-24 Juri Linkov <juri@jurta.org>
14636
14637 * progmodes/compile.el (compilation-handle-exit):
14638 Use compilation-error face instead of font-lock-warning-face.
14639 Display the same message in the minibuffer as is inserted
14640 at the end of the compilation buffer.
14641
14642 2008-02-24 Glenn Morris <rgm@gnu.org>
14643
14644 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14645 multiple file case.
14646
14647 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14648
14649 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14650 multiple file case. Use a single `let' rather than two.
14651
14652 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14653
14654 * progmodes/compile.el (compilation-start): Specify a face for
14655 mode-line-process.
14656 (compilation-handle-exit): Specify a face and a tooltip for
14657 mode-line-process.
14658
14659 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14660
14661 * hilit-chg.el: Remove spurious * in defcustom docstrings.
14662 (hilit-chg-make-ov): Simplify.
14663 (hilit-chg-fixup): Use remove-overlays.
14664 (hilit-chg-set-face-on-change): Remove redundant call to
14665 `remove-text-properties'.
14666
14667 * dired.el (dired-mark-prompt): Don't count/display the t element.
14668 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14669
14670 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14671
14672 * progmodes/verilog-mode.el (eval-when-compile): Don't define
14673 add-submenu.
14674 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14675 Remove. Move contents to the only use ...
14676 (verilog-menu): ... here.
14677 (verilog-statement-menu): Remove. Move contents to the only use ...
14678 (verilog-stmt-menu): ... here.
14679 (verilog-mark-defun): Simply call mark-defun for emacs.
14680 (occur-pos-list): Declare for byte compiler.
14681 (mode-popup-menu): Don't defvar.
14682 (verilog-add-statement-menu): Remove.
14683 (verilog-mode-hook): Don't add verilog-add-statement-menu.
14684 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14685
14686 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
14687
14688 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14689 conditional.
14690 (verilog-font-grouping-keywords-face): Make the begin..end
14691 keywords standout more than other verilog keywords.
14692 (verilog-type-font-keywords): Move the begin..end out of this list
14693 to facilitate making them to (potentially) stand out more.
14694 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14695 function & task blocks.
14696 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14697 initial, function & task blocks.
14698 (verilog-forward-sexp): Handle the new "disable fork" statement of
14699 IEEE-1800 Verilog.
14700 (verilog-beg-block-re-ordered): Handle the new "disable fork"
14701 statement of IEEE-1800 Verilog.
14702 (verilog-calc-1): Handle the new "disable fork" statement of
14703 IEEE-1800 Verilog.
14704 (verilog-disable-fork-re): Add const to help handle the new
14705 "disable fork" statement of IEEE-1800 Verilog.
14706 (verilog-declaration-core-re): Add port directions by themselves,
14707 with no qualification, as base item of a declaration.
14708 (verilog-pretty-declarations): Add new flag to ask it to refrain
14709 from printing to the message buffer.
14710 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14711 printing to the message buffer. Improve handling of the many
14712 types of expression line up.
14713 (verilog-just-one-space): Remove printing of an empty message.
14714 (verilog-get-lineup-indent): Rework to support the better handling
14715 of expression lineup for verilog-pretty-expr.
14716 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14717
14718 2008-02-24 Alan Mackenzie <acm@muc.de>
14719
14720 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14721 yesterday's commit.
14722
14723 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
14724
14725 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14726 to mouse-set-point in buffers that aren't associated with files.
14727
14728 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14729
14730 2008-02-24 Alan Mackenzie <acm@muc.de>
14731
14732 Set of changes so that "obtrusive" syntactic elements in a
14733 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14734 unmatched paren) don't interact syntactically with stuff outside
14735 the CPP line.
14736
14737 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
14738 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
14739 off-by-one bug.
14740 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
14741 a bit of refactoring.
14742 (c-awk-extend-and-syntax-tablify-region): Takes some of the
14743 functionality of c-awk-advise-fl-for-awk-region, which has been
14744 refactored away.
14745
14746 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
14747 (c-clear-char-property-with-value): New function and macro which
14748 remove text-properties `equal' to a supplied value.
14749
14750 * progmodes/cc-engine.el: Comment about text properties amended.
14751
14752 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
14753 parens around "error\\|warning".
14754
14755 * progmodes/cc-langs.el (c-get-state-before-change-function)
14756 (c-before-font-lock-function, c-anchored-cpp-prefix):
14757 New language variables.
14758 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
14759
14760 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
14761 syntax-table text properties.
14762 (c-common-init): Call language specific before/after-change
14763 functions at mode initialisation.
14764 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
14765 (c-extend-region-for-CPP, c-neutralize-CPP-line)
14766 (c-neutralize-syntax-in-CPP): New functions.
14767 (c-before-change, c-after-change): Call the new language specific
14768 change functions defined in cc-langs.el.
14769 (c-advise-fl-for-region): New macro.
14770 (awk-mode): Remove AWK specific stuff which has been refactored
14771 into language independent stuff.
14772
14773 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
14774
14775 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
14776 (gdb): (Re)set gdb-flush-pending-output to nil here...
14777 (gdb-init-1): ...instead of here (before gdb-prompt).
14778
14779 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14780
14781 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
14782 Recognize ''' just like any other char-constant.
14783
14784 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
14787 careful enough. Detect the uid-change all within the main loop.
14788
14789 2008-02-24 Stefan Monnier <monnier@pastel.home>
14790
14791 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
14792
14793 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * hilit-chg.el (highlight-save-buffer-state): New macro.
14796 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14797 (hilit-chg-clear): Use it to preserve the modified-p flag.
14798 (highlight-changes-rotate-faces): Don't mess with the undo-list.
14799
14800 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * font-lock.el (font-lock-set-defaults): Unset previously set variables
14803 when needed.
14804
14805 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
14806
14807 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
14808 from gnus-button-url-regexp.
14809
14810 2008-02-24 Eli Zaretskii <eliz@gnu.org>
14811
14812 * progmodes/compile.el (compilation-next-error): Doc fix.
14813 (compilation-find-file): Doc fix.
14814
14815 2008-02-24 Glenn Morris <rgm@gnu.org>
14816
14817 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
14818 Add obsolete aliases to the old names.
14819
14820 2008-02-24 Richard Stallman <rms@gnu.org>
14821
14822 * net/net-utils.el (ifconfig): Rename from ipconfig.
14823 (ipconfig): Alias to ifconfig.
14824 (ifconfig-program): Rename from ipconfig-program.
14825 (ifconfig-program-options): Rename from ipconfig-program-options.
14826
14827 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
14828
14829 * progmodes/verilog-mode.el (verilog-declaration-core-re):
14830 Add port directions by themselves, with no qualification, as base
14831 item of a declaration.
14832 (verilog-pretty-declarations): Add new flag that inhibits printing
14833 to the message buffer.
14834 (verilog-pretty-expr): Add new flag that inhibits printing to the
14835 message buffer. Improve handling of the many types of expression
14836 line up.
14837 (verilog-just-one-space): Don't print an empty message.
14838 (verilog-get-lineup-indent): Rework to support the better handling
14839 of expression lineup for verilog-pretty-expr.
14840 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14841 (verilog-mode-version, verilog-mode-release-date): Update.
14842
14843 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14844
14845 * subr.el (cancel-change-group): Don't move point.
14846
14847 2008-02-23 Markus Triska <markus.triska@gmx.at>
14848
14849 * linum.el (linum-after-config): Update all visible windows.
14850
14851 2008-02-23 Glenn Morris <rgm@gnu.org>
14852
14853 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
14854 Add :help for Solitaire and Tetris.
14855
14856 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
14857
14858 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
14859 (smtpmail-code-conv-from): Doc fix. Fix custom type.
14860 (smtpmail-queue-index-file): Make it a defcustom.
14861 (smtpmail-queue-index): Delete.
14862 (smtpmail-send-it, smtpmail-send-queued-mail):
14863 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
14864 smtpmail-queue-index.
14865
14866 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14867 Add :version.
14868
14869 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
14870
14871 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14872 New variables.
14873 (iwconfig): New function.
14874
14875 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
14876
14877 * vc.el (vc-find-revision): Make vc-parent-buffer local before
14878 setting it.
14879 (vc-status-menu-map): Do not define using easy-menu.
14880 (vc-status-menu-map): New defalias.
14881 (vc-status-mode-map): Hook up the menu.
14882 (top-level): Update TODO.
14883
14884 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
14885
14886 * vc-bzr.el (vc-bzr-init-version): Rename to ...
14887 (vc-bzr-init-revision): ... this.
14888
14889 2008-02-23 Jason Rumney <jasonr@gnu.org>
14890
14891 * makefile.w32-in (WINS_ALMOST): Remove term.
14892 (WINS): Add term here.
14893 (custom-deps, finder-data): Use WINS_ALMOST.
14894
14895 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
14896
14897 * faces.el (font-weight-table): Fix value of `semi-light'.
14898
14899 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
14902 Make those tables bijective.
14903
14904 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
14905
14906 Finish pdbtrack integration cleanup, settling missing-functions
14907 byte compiler warnings appropriately.
14908
14909 * progmodes/python.el (python-point): Remove this - beginning-of-line
14910 was all that was necessary for `python-pdbtrack-overlay-arrow'.
14911 (python-end-of-def-or-class, python-beginning-of-def-or-class)
14912 (python-goto-initial-line): Drop these - they were only needed for
14913 python-point.
14914 (python-comint-output-filter-function): Use condition-case and
14915 beginning-of-line directly, instead of python-mode.el functions
14916 which require all sorts of baggage.
14917 (point-safe): Unnecessary - we're using condition-case directly,
14918 instead.
14919 (python-execute-file): Include for python-shell, which I'm leaving
14920 in keeping despite it being unnecessary for pdb tracking.
14921
14922 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
14923
14924 * progmodes/scheme.el (scheme-font-lock-keywords-2):
14925 Add SRFI 11 support.
14926 (let-values, let*-values): Specify scheme-indent-function.
14927
14928 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
14929
14930 * vc.el (vc-exec-after): Move setting mode-line-process in the
14931 busy case ...
14932 (vc-set-mode-line-busy-indicator): ... in this new function.
14933 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
14934 (vc-update-vc-status-buffer): Reset mode-line-process.
14935 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
14936 mark/unmark all the files with the same state as the current one.
14937 With a prefix argument mark/unmark all files.
14938 (vc-status-mode-menu): Adjust strings.
14939 (vc-update-vc-status-buffer): Only do something when the argument
14940 is not nil.
14941 (vc-status-kill-dir-status-process): New function.
14942 (vc-status-mode-map): Bind it.
14943 (vc-status-process-buffer): New variable.
14944 (vc-status-mode): Make it local.
14945 (vc-status-refresh): Set it.
14946
14947 * vc-hg.el (vc-hg-dir-status):
14948 * vc-git.el (vc-git-dir-status):
14949 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
14950 command is run.
14951
14952 2008-02-22 Glenn Morris <rgm@gnu.org>
14953
14954 * json.el (top-level): No need to require thingatpt.
14955 (json-read-keyword): Use thing-at-point rather than word-at-point.
14956
14957 * time.el (top-level): No need to require time-date when compiling.
14958
14959 * emacs-lisp/copyright.el (copyright-update-year):
14960 Fix subexpression numbering for the case when years are split over
14961 lines, and for the replace case.
14962
14963 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
14964 (tpu-caar, tpu-cadr): Delete functions.
14965 (zmacs-regions): No need to declare for compiler.
14966 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
14967 (tpu-spell-check): Rewrite, and handle mark after point.
14968 (tpu-special-insert): Use or rather than if.
14969
14970 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
14971 rather than spell-region.
14972
14973 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
14974 warnings about spell-region.
14975
14976 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
14977
14978 * ldefs-boot.el: Regenerated.
14979
14980 * loadup.el: Don't load language/devanagari, language/kannada,
14981 language/malayalam, and language/tamil. Load language/sinhala.
14982
14983 * language/indian.el (indian-font-foundry)
14984 (indian-script-language-alist, indian-font-char-index-table)
14985 (indian-font-char, indian-font-char-range, indian-script-table)
14986 (indian-default-script, indian-composable-pattern): Delete them.
14987 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
14988 language environments moved to here.
14989 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
14990 New language environments.
14991
14992 * language/devanagari.el, language/devan-util.el,
14993 * language/kannada.el, language/knd-util.el, language/malayalam.el,
14994 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
14995 Delete them.
14996
14997 * language/sinhala.el: New file.
14998
14999 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
15000
15001 Update Nick Robert's port of pdb tracking from python-mode.el.
15002
15003 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15004 Clarify docstring.
15005 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15006 tracking is happening.
15007 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15008 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15009 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15010 Tracking is plugged in to all comint buffers once python.el is loaded.
15011 (python-pdbtrack-overlay-arrow): Toggle activation of
15012 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15013 (python-pdbtrack-track-stack-file): Use new
15014 `python-pdbtrack-get-source-buffer' for more flexible access to
15015 debugging source files.
15016 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15017 according to pdb stack trace, optionally using new
15018 `python-pdbtrack-grub-for-buffer' if file is not locally available.
15019 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15020 named buffer, or having function with indicated name.
15021 (python-shell): Remove comint-output-filter-functions hook
15022 addition, it's being done elsewhere. Wrap long line.
15023
15024 2008-02-21 Michael Olson <mwolson@gnu.org>
15025
15026 * json.el: Replace XEmacs compatibility code to get rid of
15027 compiler warnings.
15028
15029 * time.el: Fix compiler warning.
15030
15031 2008-02-21 Edward O'Connor <ted@oconnor.cx>
15032
15033 * json.el: New file (JavaScript Object Notation parser / generator).
15034
15035 2008-02-21 Dave Love <fx@gnu.org>
15036
15037 * progmodes/sym-comp.el: New file.
15038
15039 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15040 Require sym-comp. Add Python buffer to same-window-buffer-names.
15041 Fixup whitespaces.
15042 (python-font-lock-keywords): Add highlighting for Python builtins.
15043 (python-font-lock-syntactic-keywords): Rewrite.
15044 (python-quote-syntax): Use syntax-ppss-context instead of parsing
15045 ppss directly.
15046 (python-mode-map): Add binding for python-find-function.
15047 (python-calculate-indentation): Clean up the logic.
15048 (python-beginning-of-defun): Explicitly set return value.
15049 (python-beginning-of-statement): Stop looping if we get stuck
15050 going backwards.
15051 (python-next-statement): Stop looping if we somehow end up inside
15052 a string while advancing.
15053 (python-preoutput-continuation, python-version-checked): New vars.
15054 (python-check-version): New function.
15055 (run-python): Set default command to python-command instead of
15056 python-python-command.
15057 (run-python): Use python-check-version. Give PYTHONPATH
15058 precedence over data-directory in the process environment.
15059 Load function definitions in python process after.
15060 (python-check-comint-prompt): New function.
15061 (python-send-command, python-send-receive): Use it.
15062 (python-complete-symbol, python-try-complete): Functions deleted.
15063 Use symbol-complete instead of python-complete-symbol throughout.
15064 (python-fill-paragraph): Further refine the fenced-string regexp.
15065 (def-python-skeleton): Expand to the original abbrev instead if in
15066 a comment or string. Tweak skeletons for `if', `while', `for',
15067 `try/except', `try/finally', `name'.
15068 (python-pea-hook, python-abbrev-pc-hook): New functions.
15069 (python-abbrev-syntax-table): New var.
15070 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15071 Use symbol-completion-try-complete for hippie expansion.
15072 Turn on font lock unconditionally.
15073 (python-mode-hook): Defcustom it. No need to use make-local
15074 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15075 option, since it's buffer-local.
15076
15077 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
15078
15079 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15080
15081 2008-02-21 Drew Adams <drew.adams@oracle.com>
15082
15083 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15084 "Turn off" and a "Help" entry when the minor mode has no menu.
15085
15086 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
15087
15088 * vc.el (vc-status-mark, vc-status-unmark): New functions.
15089 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15090 vc-status-mark-file and vc-status-unmark-file.
15091 (vc-status-mark-unmark): New function.
15092 (vc-status-previous-line, vc-status-next-line): No longer interactive.
15093
15094 2008-02-21 Glenn Morris <rgm@gnu.org>
15095
15096 * composite.el (encode-composition-rule): Fix typo in error message.
15097 (composition-function-table, auto-composition-mode): Doc fixes.
15098
15099 * subr.el (sit-for): Fix obsolete form for nil second argument.
15100
15101 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15102 (spell-string): Make obsolete, in favor of ispell.
15103
15104 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15105
15106 * language/devanagari.el: Don't setup composition-function-table
15107 here.
15108 ("Devanagari"): Change charset, coding-system, coding-priority to
15109 Unicode-based ones. Don't require the feature devan-util.
15110
15111 * composite.el (compose-chars-after): Fix arguments for a function
15112 in composition-function-table.
15113 (auto-compose-region): Likewise.
15114
15115 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15116 for Ethiopic.
15117 (ps-mule-plot-string): Ignore glyph-string based compositions.
15118
15119 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15120
15121 * doc-view.el: Allow different windows to show different pages.
15122 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15123 (doc-view-current-image, doc-view-current-overlay): Remove variables,
15124 add them back as macros instead, using image-mode-winprops instead.
15125 Update all users of those variables.
15126 (doc-view-new-window-function): New function to create a new overlay
15127 for each new window.
15128 (doc-view-mode): Use it and image-mode-setup-winprops.
15129 (doc-view-clone-buffer-hook): Rewrite accordingly.
15130
15131 * image-mode.el: Extend [hv]scroll support to per-window properties.
15132 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15133 (image-mode-winprops-alist): New var to replace them.
15134 (image-mode-new-window-functions): New hook.
15135 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15136 New funs.
15137 (image-set-window-vscroll, image-set-window-hscroll): Use them.
15138 Remove the `window' argument, update callers.
15139 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15140 Use the new functions.
15141 (image-mode-reapply-winprops): New fun.
15142 (image-mode): Use it.
15143
15144 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
15145
15146 * calc/calc-math.el (math-sin-raw): Add optional argument
15147 to keep track of original argument.
15148 (math-cos-raw): Use optional argument when calling math-sin-raw.
15149 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15150 with close to original precision.
15151
15152 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15153
15154 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15155 args in calls of sit-for.
15156
15157 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
15158
15159 * vc-svn.el (vc-svn-program): Fix typo in docstring.
15160 (vc-svn-checkin): Fix typo in error message.
15161
15162 * help-mode.el: Require easymenu when compiling.
15163
15164 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
15165
15166 * help-mode.el (help-mode-menu): New menu.
15167
15168 2008-02-20 Glenn Morris <rgm@gnu.org>
15169
15170 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15171 on Windows.
15172
15173 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
15174
15175 * ps-mule.el (ps-mule-encode-region): Return a single string.
15176 (ps-mule-plot-string): Adjust for the above change.
15177 (ps-mule-encode-header-string): Likewise.
15178
15179 * international/latin1-disp.el (latin1-display): Don't use
15180 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
15181 standard-display-table.
15182 (latin1-display-identities): Adjust for the change of what is
15183 returned by (get-language-info charset 'charset).
15184
15185 * international/mule-util.el (char-displayable-p): Fix for Latin-1
15186 characters and terminal case.
15187
15188 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
15189
15190 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15191
15192 * progmodes/python.el: Also require comint when loading.
15193 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15194 Replace python-shell with run-python on menu bar.
15195 (python-shell-map): New map.
15196 (python-default-interpreter, python-python-command-args)
15197 (python-jython-command-args, python-pdbtrack-do-tracking-p):
15198 New options.
15199 (python-which-shell, python-which-args, python-which-bufname):
15200 New buffer local variables.
15201 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15202
15203 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15204 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15205 New constants.
15206
15207 Pdbtrack features:
15208
15209 (python-point, python-end-of-def-or-class)
15210 (python-beginning-of-def-or-class, python-goto-initial-line)
15211 (python-comint-output-filter-function)
15212 (python-pdbtrack-overlay-arrow)
15213 (python-pdbtrack-track-stack-file, python-toggle-shells)
15214 (python-shell, python-pdbtrack-toggle-stack-tracking)
15215 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15216 New functions.
15217
15218 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15219
15220 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15221 when the argument is nil.
15222
15223 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15224
15225 * vc.el (dir-status): Add a brief description.
15226
15227 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
15228
15229 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15230 If non-nil, reverse the sense of the check.
15231
15232 * vc-rcs.el (vc-rcs-root): New func.
15233 * vc-cvs.el (vc-cvs-root): New func.
15234 * vc-svn.el (vc-svn-root): New func.
15235 * vc-sccs.el (vc-sccs-root): New func.
15236
15237 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
15238
15239 * language/japan-util.el (setup-japanese-environment-internal):
15240 Call use-cjk-char-width-table.
15241
15242 * language/japanese.el ("Japanese"): Set exit-function to
15243 use-default-char-width-table.
15244
15245 * international/characters.el: Delete occurrences of non-Unicode
15246 tibetan and ethiopic characters.
15247 (cjk-char-width-table): New variable.
15248 (use-cjk-char-width-table, use-default-char-width-table):
15249 New functions.
15250
15251 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15252
15253 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15254 (vc-status-mode-menu): Add a :filter.
15255 (vc-status-printer): Add faces.
15256
15257 * vc-hg.el (vc-hg-extra-status-menu): New function.
15258 (vc-hg-dir-status): Clean up the buffer before using it.
15259
15260 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15263 (gdb): Initialize it here instead.
15264
15265 * files.el (locate-dominating-file): Fix thinko in last change.
15266 Reported by Bruce Stephens <bruce.stephens@isode.com>.
15267
15268 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
15269
15270 * vc.el (vc-status-mode-menu): New menu for vc-status.
15271
15272 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
15273
15274 * progmodes/verilog-mode.el (customize): Fix typo in error message.
15275 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15276 (verilog-mode-auto, verilog-indent-level-module)
15277 (verilog-minimum-comment-distance, verilog-library-flags)
15278 (verilog-library-directories, verilog-library-files)
15279 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15280 (verilog-xemacs-menu, verilog-set-compile-command)
15281 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15282 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15283 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15284 (verilog-batch-inject-auto, verilog-batch-indent)
15285 (verilog-continued-line, verilog-type-keywords)
15286 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15287 (verilog-read-inst-pins, verilog-read-arg-pins)
15288 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15289 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15290 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15291 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15292 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15293 (verilog-mode-version, verilog-mode-release-date)
15294 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15295 (verilog-simulator, verilog-compiler)
15296 (verilog-auto-sense-defines-constant, verilog-company)
15297 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15298 Fix typos in docstrings.
15299 (verilog-set-auto-endcomments, verilog-calculate-indent)
15300 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15301 Reflow docstrings.
15302 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15303 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15304 (electric-verilog-forward-sexp, verilog-in-case-region-p)
15305 (verilog-in-struct-region-p, verilog-in-generate-region-p)
15306 (verilog-leap-to-head, verilog-current-indent-level)
15307 (verilog-case-indent-level, verilog-cpp-keywords)
15308 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15309 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15310 (verilog-signals-not-in, verilog-symbol-detick-text)
15311 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15312 (verilog-forward-close-paren, verilog-backward-open-paren)
15313 (verilog-backward-open-bracket): Doc fixes.
15314
15315 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15316 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15317 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15318 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15319 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15320 Fix typos in docstrings.
15321
15322 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15323
15324 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
15325
15326 * info.el (Info-read-node-name): Removed unused `default' arg.
15327
15328 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15329
15330 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15331
15332 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15333
15334 * image-mode.el (image-get-display-property): New fun.
15335 (image-forward-hscroll, image-next-line, image-eol, image-eob)
15336 (image-mode, image-minor-mode, image-toggle-display-text)
15337 (image-toggle-display): Use it.
15338
15339 2008-02-18 Jason Rumney <jasonr@gnu.org>
15340
15341 * international/mule.el (xml-find-file-coding-system): Don't warn
15342 about utf-16 with BOM.
15343
15344 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15345
15346 * international/mule.el (sgml-xml-auto-coding-function): Detect and
15347 warn if file encoding is not utf-8 and encoding not specified.
15348 (xml-find-file-coding-system): New function.
15349 * international/mule-conf.el (file-coding-system-alist): Use it.
15350
15351 2008-02-17 Glenn Morris <rgm@gnu.org>
15352
15353 * international/mule-cmds.el (set-locale-environment):
15354 Pass `frame' to getenv for LC_MESSAGES.
15355
15356 2008-02-17 Juri Linkov <juri@jurta.org>
15357
15358 * time.el (emacs-init-time): Use format instead of format-seconds.
15359
15360 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15361
15362 * textmodes/bibtex.el (bibtex-search-entry): Rename from
15363 bibtex-find-entry. Add autoload cookie.
15364 (bibtex-find-entry): Alias for bibtex-search-entry.
15365 (bibtex-search-crossref): Rename from bibtex-find-crossref.
15366 (bibtex-find-crossref): Alias for bibtex-search-crossref.
15367 (bibtex-clean-entry): atomic-change-group removed.
15368 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
15369 to locate buffer location where error occurred.
15370 Make error messages more specific.
15371 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15372
15373 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15374
15375 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15376 top level.
15377
15378 * simple.el (transient-mark-mode): Add an :init-value.
15379
15380 * startup.el (command-line): Use custom-reevaluate-setting for
15381 transient-mark-mode.
15382
15383 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
15384
15385 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15386
15387 2008-02-16 Juri Linkov <juri@jurta.org>
15388
15389 * startup.el (after-init-time): New variable.
15390 (command-line): Set `after-init-time' to the current time.
15391
15392 * time.el (emacs-init-time): New function.
15393
15394 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
15395
15396 * files.el (locate-dominating-file): Remove initial loop because it's
15397 not careful enough. Detect the uid-change all within the main loop.
15398
15399 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
15400
15401 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15402
15403 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15404
15405 * vc.el (vc-annotate): Add new argument.
15406 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15407
15408 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15409 Move make-variable-buffer-local code after the corresponding defvar.
15410 (hs-minor-mode-map): Define and initialize in one step.
15411 (hs-minor-mode): Change from defun to define-minor-mode.
15412
15413 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
15414
15415 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15416 (gdb-ready): Move declaration...
15417
15418 * progmodes/gdb-ui.el (gdb-ready): ...to here.
15419 (gdb-early-user-input): New variable.
15420 (gdb): Reset gdb-flush-pending-output to nil and set
15421 comint-input-sender here (before gdb-prompt), instead of...
15422 (gdb-init-1): ...here.
15423 (gdb-send): If Emacs is not ready, defer user input to...
15424 (gdb-prompt): ...here.
15425
15426 2008-02-16 Glenn Morris <rgm@gnu.org>
15427
15428 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15429
15430 * startup.el (emacs-startup-time): Rename to `before-init-time'.
15431 (before-init-time): New name for `emacs-startup-time'.
15432 (command-line): Use before-init-time rather than emacs-startup-time.
15433 * time.el (emacs-uptime): Use before-init-time rather than
15434 emacs-startup-time.
15435
15436 * composite.el (composition-function-table): Doc fix.
15437
15438 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15439 in favor of `%z' specifier.
15440 (emacs-uptime): Move to time.el.
15441 * time.el (emacs-uptime): Move here from time-date.el. Add optional
15442 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
15443 argument of format-seconds.
15444
15445 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15446
15447 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15448
15449 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
15450
15451 * ielm.el (ielm-is-whitespace): Remove.
15452 (ielm-is-whitespace-or-comment): New function.
15453 (ielm-eval-input): Use it.
15454
15455 2008-02-15 Jason Rumney <jasonr@gnu.org>
15456
15457 * term/mac-win.el: Fix coding tag.
15458
15459 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15460
15461 * vc-hooks.el (vc-menu-map):
15462 * bindings.el (mode-line-mode-menu): Add tooltips.
15463
15464 * bindings.el (help-echo): Add more tooltips. Use a less
15465 telegraphic style for existing tooltips.
15466
15467 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15470 from the auto-generated one.
15471
15472 2008-02-14 Glenn Morris <rgm@gnu.org>
15473
15474 * mail/rmail-spam-filter.el (rmail-spam-filter):
15475 Let-bind message-spam-status.
15476
15477 * mail/smtpmail.el (password-cache-add): Declare as function.
15478
15479 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
15480
15481 * mail/smtpmail.el: Use password-cache.
15482
15483 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
15484
15485 * uniquify.el (uniquify-buffer-base-name): New function.
15486 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15487
15488 * desktop.el (uniquify-managed): Don't defvar.
15489 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15490 `uniquify-managed'. Return also the buffer's base name.
15491 (desktop-save): When saving the buffer info, filter out the base name,
15492 and save it as buffer name if the buffer is managed by uniquify.
15493 (uniquify-item-base): Don't declare; not called anymore.
15494
15495 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
15496
15497 * vc.el (vc-annotate-find-revision-at-line): New function.
15498 (vc-annotate-mode-map): Bind it.
15499 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
15500 some entries.
15501
15502 2008-02-14 Glenn Morris <rgm@gnu.org>
15503
15504 * calendar/time-date.el (format-seconds): New function.
15505 (emacs-uptime): Use format-seconds.
15506
15507 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15508 Remove `LC_ALL=C', since it's included in $(emacs) now.
15509
15510 2008-02-14 Zhang Wei <id.brep@gmail.com>
15511
15512 * textmodes/org-publish.el (org-publish-timestamp-filename):
15513 Replace colon characters in filename too.
15514
15515 2008-02-13 Bastien Guerry <bzg@altern.org>
15516
15517 * mail/rmail.el (rmail-header-name): New face.
15518 (rmail-font-lock-keywords): Use rmail-header-name.
15519
15520 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15521 against X-Spam-Status header field.
15522 (rmail-spam-filter): Also check X-Spam-Status header field.
15523
15524 2008-02-14 Mark A. Hershberger <mah@everybody.org>
15525
15526 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15527 Add support for .pm files and .php files.
15528 (flymake-err-line-patterns): Add pattern for PHP errors.
15529 (flymake-php-init): New function. PHP support for flymake.
15530
15531 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15532 Add regular expression for PHP errors.
15533
15534 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
15535
15536 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15537 This DTRT even on w32 machines.
15538 (ange-ftp-cf1): Quote FILENAME.
15539
15540 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
15541
15542 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15543 (smerge-auto-combine): New fun.
15544
15545 2008-02-12 Juri Linkov <juri@jurta.org>
15546
15547 * startup.el (fancy-startup-screen, normal-splash-screen):
15548 Set default-directory to command-line-default-directory.
15549
15550 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15551 after reading the desktop.
15552
15553 * progmodes/compile.el (compilation-auto-jump):
15554 Call compile-goto-error only when compilation-auto-jump-to-first-error
15555 is non-nil.
15556 (compilation-scroll-output): Replace :type 'boolean with a choice
15557 that has three options including a third option `first-error'.
15558 Doc fix.
15559 (compilation-start, compilation-forget-errors): Add an alternate
15560 condition comparing compilation-scroll-output with `first-error'
15561 in addition to compilation-auto-jump-to-first-error (to call
15562 compilation-auto-jump in the proper place).
15563
15564 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15565
15566 * international/mule.el (sgml-html-meta-auto-coding-function):
15567 Make sure the search limit is ahead.
15568
15569 * tar-mode.el: Fix broken indentation.
15570 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15571 Use with-current-buffer.
15572
15573 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
15574
15575 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15576 it is already automatically buffer-local.
15577
15578 2008-02-12 Drew Adams <drew.adams@oracle.com>
15579
15580 * help.el (describe-key): Join some split lines to facilitate filling.
15581 * help-fns.el (describe-function-1): Fill text of overlong lines.
15582
15583 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
15584
15585 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15586 Use unibyte-string instead of string-make-unibyte.
15587
15588 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15589
15590 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15591
15592 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15593 works also for buffers w/o buffer-file-name. Update callers.
15594 (doc-view-clone-buffer-hook): New fun.
15595 (doc-view-mode): Use it for indirect clones. Mark the overlays with
15596 the `doc-view' property so they can be recognized.
15597
15598 * simple.el (clone-indirect-buffer-hook): New hook.
15599 (clone-indirect-buffer): Run it.
15600
15601 2008-02-11 Michael Olson <mwolson@gnu.org>
15602
15603 * epa-setup.el:
15604 * epg-package-info.el: Files removed.
15605
15606 2008-02-11 Daiki Ueno <ueno@unixuser.org>
15607
15608 * epa.el (epa-menu-mode): Merge into epa-mode.
15609 (epa-menu-items): Rename the label "EasyPG Assistant" to
15610 "Encryption/Decryption".
15611
15612 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15613 (epa-dired-mode-map): Rename from epa-dired-map.
15614 (epa-global-dired-mode): Rename the global minor mode.
15615
15616 2008-02-11 Drew Adams <drew.adams@oracle.com>
15617
15618 * isearch.el (isearch-fail): New face.
15619 (isearch-message): Highlight failure part of input.
15620
15621 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15622
15623 * ibuffer.el (ibuffer-header-line-format): New var.
15624 (ibuffer-mode): Set it instead of header-line-format.
15625 (ibuffer-update): Use it to set header-line-format.
15626
15627 * international/mule-cmds.el (ucs-insert): Inherit surrounding
15628 properties like self-insert-command.
15629
15630 2008-02-11 Drew Adams <drew.adams@oracle.com>
15631
15632 * progmodes/etags.el: Add many doc strings.
15633
15634 2008-02-11 Jason Rumney <jasonr@gnu.org>
15635
15636 * ldefs-boot.el: Regenerated.
15637
15638 2008-02-11 Glenn Morris <rgm@gnu.org>
15639
15640 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15641 Shorten some names.
15642
15643 * ffap.el (ffap-rfc-directories): Add :version.
15644
15645 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
15646
15647 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15648 files, and backup files of same.
15649
15650 2008-02-11 Kevin Ryde <user42@zip.com.au>
15651
15652 * ffap.el (ffap-rfc-directories): New variable.
15653 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15654
15655 * info.el (Info-next-reference, Info-prev-reference)
15656 (Info-try-follow-nearest-node): Move to and follow https:// links too.
15657
15658 * simple.el (completion-list-mode): Show full completion-list-mode-map
15659 in the docstring.
15660
15661 2008-02-11 Sam Steingold <sds@gnu.org>
15662
15663 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15664
15665 2008-02-11 Glenn Morris <rgm@gnu.org>
15666
15667 * startup.el (emacs-startup-time): New variable.
15668 (command-line): Set emacs-startup-time.
15669
15670 * calendar/time-date.el (emacs-uptime): New function.
15671
15672 2008-02-10 Bastien Guerry <bzg@altern.org>
15673
15674 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15675 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15676 it is nil.
15677
15678 2008-02-10 Daiki Ueno <ueno@unixuser.org>
15679
15680 * epg-config.el: Expand the contents of epg-package-info.el.
15681 (epg-package-name): New constant.
15682 (epg-version-number): New constant.
15683 (epg-bug-report-address): New constant.
15684
15685 * epa-mail.el (epa-mail-mode): Add autoload cookie.
15686 (epa-global-mail-mode): New global minor mode.
15687
15688 * epa-file.el (epa-file-mode): New global minor mode.
15689
15690 * epa-dired.el (epa-dired-mode): New global minor mode.
15691
15692 * epa.el (epa-menu): New variable.
15693 (epa-menu-items): New variable.
15694 (epa-menu-mode): New global minor mode.
15695 (epa-global-minor-modes): New user option.
15696 (epa-mode): New global minor mode.
15697
15698 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
15699
15700 * net/dbus.el: Remove `no-byte-compile' cookie.
15701 (dbus-call-method, dbus-register-signal, dbus-debug)
15702 (dbus-registered-functions-table): Declare them with
15703 `declare-function' or `defvar', respectively.
15704 (top): Don't assert any longer. Require 'cl when compiling.
15705 Apply `ignore-errors' but `dbus-ignore-errors'.
15706
15707 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15708
15709 * diff-mode.el (diff-add-change-log-entries-other-window):
15710 Use add-change-log-entry.
15711
15712 2008-02-09 Jason Rumney <jasonr@gnu.org>
15713
15714 * button.el (button-map):
15715 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15716 * ldefs-boot.el: Regenerate.
15717
15718 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15719
15720 * epa.el (epa-faces, epa):
15721 * epa-file.el (epa-file):
15722 * epg-config.el (epg): Add :version.
15723
15724 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
15725
15726 * vc.el (vc-exec-after): Append CODE to previous fragments.
15727 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15728 take MESSAGES instead of VERBOSE; use it when non-nil.
15729 (vc-diff-internal): Compute messages once; use them;
15730 update call to vc-diff-finish.
15731
15732 2008-02-09 Michael Olson <mwolson@gnu.org>
15733
15734 * net/tramp.el (tramp-process-sentinel): Avoid error when process
15735 buffer has been killed, such as by
15736 `tramp-cleanup-all-connections'.
15737
15738 2008-02-09 Miles Bader <miles@gnu.org>
15739
15740 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
15741
15742 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15743
15744 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
15745 splitter in context hunks.
15746
15747 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
15748
15749 * international/fontset.el (setup-default-fontset): Fix arabic otf
15750 font specification.
15751
15752 2008-02-08 Daiki Ueno <ueno@unixuser.org>
15753
15754 * epa-dired.el:
15755 * epa-file.el:
15756 * epa-mail.el:
15757 * epa-setup.el:
15758 * epa.el:
15759 * epg-config.el:
15760 * epg-package-info.el:
15761 * epg.el: Initial check-in of EasyPG.
15762
15763 2008-02-08 Glenn Morris <rgm@gnu.org>
15764
15765 * woman.el (woman-locale): New defcustom.
15766 (woman-expand-locale, woman-manpath-add-locales): New functions.
15767 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
15768
15769 * international/mule-cmds.el (locale-translate): New function,
15770 with old code extracted from set-locale-environment.
15771 (set-locale-environment): Use locale-translate. Set woman-locale.
15772
15773 * cus-start.el (selection-coding-system): Remove, since it's now
15774 defined in select.el rather than in xselect.c.
15775 * select.el (selection-coding-system): Make it a defcustom, and
15776 add the properties from cus-start.el. Bump :version.
15777
15778 * custom.el (custom-theme-set-variables): Sort symbols that are
15779 dependencies before symbols that depend on them.
15780 (custom-enabled-themes): Set after custom-theme-directory.
15781
15782 * pcmpl-unix.el (top-level): Move provide statement to end.
15783 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
15784 `*' from doc-string. Allow to be nil.
15785 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
15786 Allow to be nil. Add :version.
15787 (pcmpl-ssh-hosts): Move definition before use. Handle lines
15788 without hostnames, and multiple hostnames per line.
15789
15790 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
15791
15792 2008-02-08 Phil Hagelberg <phil@evri.com>
15793
15794 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
15795 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
15796
15797 2008-02-07 Timo Savola <timo.savola@iki.fi>
15798
15799 * startup.el (command-line-x-option-alist): Add --parent-id.
15800
15801 * term/x-win.el (x-handle-parent-id): New function.
15802
15803 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15804
15805 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
15806 "Font Menu".
15807
15808 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
15809
15810 * net/dbus.el (dbus-interface-peer): New defconst.
15811 (dbus-ping): New defun.
15812
15813 2008-02-06 Sam Steingold <sds@gnu.org>
15814
15815 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
15816
15817 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15818
15819 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
15820 Just return nil and let the C code provide a fallback.
15821
15822 2008-02-05 Glenn Morris <rgm@gnu.org>
15823
15824 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
15825 tramp-flush-connection-property for removed 2nd argument.
15826
15827 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
15828
15829 * diff-mode.el (diff-add-change-log-entries-other-window):
15830 Rename from diff-create-changelog. Change users.
15831 Minor change to hopefully work with plain diffs.
15832 (diff-mode-map): Add binding for it.
15833
15834 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
15835
15836 * diff-mode.el: Add new TODO entry.
15837 (diff-create-changelog): New function.
15838 (diff-mode-menu): Bind it.
15839
15840 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15841
15842 * international/mule-diag.el (print-fontset-element): Handle the
15843 case of inhibiting the fallback fonts.
15844
15845 2008-02-04 Kim F. Storm <storm@cua.dk>
15846
15847 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15848 (ido-magic-delete-char): Use prefix arg.
15849
15850 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
15851
15852 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
15853 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
15854 of today, the most recent libpng is 1.2.24).
15855
15856 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
15857
15858 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
15859
15860 * net/dbus.el (top): Check (featurep 'dbusbind).
15861
15862 * net/tramp.el (tramp-process-sentinel): New defun.
15863 (tramp-do-copy-or-rename-file-out-of-band)
15864 (tramp-maybe-open-connection): Use it as process sentinel.
15865 (tramp-handle-delete-directory): Don't use the "-f" option; it
15866 isn't portable.
15867 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
15868 after the command.
15869 (tramp-handle-shell-command): Set `mode-line-process' in the
15870 asynchronous case.
15871
15872 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
15873
15874 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15875 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15876 Use `tramp-process-sentinel' as process sentinel.
15877
15878 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
15879
15880 * whitespace.el (global-whitespace-mode): Revert last change.
15881 (whitespace-unload-function): Force `global-whitespace-mode'
15882 to deactivate local modes in a slightly less intrusive way.
15883
15884 2008-02-02 Eli Zaretskii <eliz@gnu.org>
15885
15886 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
15887
15888 2008-02-02 Glenn Morris <rgm@gnu.org>
15889
15890 * international/latin1-disp.el (latin1-display):
15891 * progmodes/fortran.el (fortran-comment-indent-char):
15892 * progmodes/idlw-shell.el (top-level):
15893 * term/mac-win.el (mac-keyboard-translate-char):
15894 * whitespace.el (whitespace-char-valid-p):
15895 * wid-edit.el (widget-key-sequence-read-event):
15896 Use characterp rather than char-valid-p.
15897
15898 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
15899 to capitalized-find-word-boundary. Doc fix. Update callers.
15900 (capitalized-next-word-boundary-function-table): Rename to
15901 capitalized-find-word-boundary-function-table. Doc fix. Update users.
15902
15903 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
15904 string-to-int.
15905
15906 * ps-def.el (declare-function): Add compatibility definition.
15907 (ps-plot-with-face, ps-plot-string): Declare as functions.
15908 (ps-bold-faces, ps-italic-faces): Declare variables.
15909
15910 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
15911 (ps-mule-end-job): Declare as functions.
15912
15913 * wid-edit.el (widget-string-complete): Use assoc-string rather
15914 than assoc-ignore-case.
15915
15916 See ChangeLog.13 for earlier changes.
15917
15918 ;; Local Variables:
15919 ;; coding: utf-8
15920 ;; add-log-time-zone-rule: t
15921 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15922 ;; End:
15923
15924 Copyright (C) 2008 Free Software Foundation, Inc.
15925
15926 This file is part of GNU Emacs.
15927
15928 GNU Emacs is free software: you can redistribute it and/or modify
15929 it under the terms of the GNU General Public License as published by
15930 the Free Software Foundation, either version 3 of the License, or
15931 (at your option) any later version.
15932
15933 GNU Emacs is distributed in the hope that it will be useful,
15934 but WITHOUT ANY WARRANTY; without even the implied warranty of
15935 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15936 GNU General Public License for more details.
15937
15938 You should have received a copy of the GNU General Public License
15939 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15940
15941 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc