1 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4 (tool-bar-find-image): Function deleted.
5 (tool-bar-local-item, tool-bar-local-item-from-menu): Use
6 find-image instead of tool-bar-find-image.
7 (tool-bar-keymap-cache): New hash table.
8 (tool-bar-make-keymap): Use it.
9 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
11 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
13 * net/dbus.el (dbus-handle-event): The result of a message call
14 handler can also be an object, which is not a consp.
16 2008-11-25 Alan Mackenzie <acm@muc.de>
18 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
19 (forward-list, backward-list, down-list, backward-up-list)
20 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
21 (insert-pair, insert-parentheses): State that the command assumes
22 that point is not in a string or comment.
24 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
26 * net/dbus.el (dbus-string-to-byte-array)
27 (dbus-byte-array-to-string, dbus-escape-as-identifier)
28 (dbus-unescape-from-identifier): New defuns.
29 (dbus-handle-event): The result of a message call is a list of
30 arguments, which must be expanded when passing to
31 `dbus-method-return-internal'.
33 * net/tramp.el (tramp-handle-write-region): Improve the check for
35 (tramp-find-inline-encoding): Don't raise an error but a warning,
36 when no inline encoding is found.
37 (tramp-get-remote-coding): Check for a symbol. The negative check
38 for a string fails, when there is an empty string.
40 2008-11-26 Glenn Morris <rgm@gnu.org>
42 * vc-git.el (vc-git-diff-switches): New option.
43 (vc-git-diff): Apply diff switches. (Bug#1386)
44 Give it a basic doc string.
46 * term/pc-win.el (x-font-family-list): Replace redefinition with
47 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
49 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
51 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
52 of the polynomial rather than the whole polynomial.
54 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
56 * mail/mailabbrev.el (define-mail-abbrev): When reading from
57 mailrc, recognize string quoting. When reading from Lisp, accept
58 rfc822-like addresses.
60 * mail/mailalias.el (define-mail-alias): Sync code with
63 2008-11-25 Glenn Morris <rgm@gnu.org>
65 * eshell/esh-proc.el (eshell-gather-process-output):
66 Revert previous change. (re-opens Bug#1388)
68 * select.el (x-set-cut-buffer): Fix signal arguments.
70 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
72 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
74 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
75 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
76 (bubbles--empty-char): Use "\s".
78 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
80 * calc/calc.el (calc-settings-file, calc-language-alist)
81 (calc-embedded-announce-formula)
82 (calc-embedded-announce-formula-alist)
83 (calc-embedded-open-formula, calc-embedded-close-formula)
84 (calc-embedded-open-close-formula-alist)
85 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
86 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
87 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
88 (calc-embedded-open-close-new-formula-alist)
89 (calc-embedded-open-mode, calc-embedded-close-mode)
90 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
91 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
92 (calc-multiplication-has-precedence): Remove unnecessary asterisks
95 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
97 * calculator.el (calculator-op-or-exp): Reflow docstring.
98 (calculator-remove-zeros, calculator-repR, calculator-repL):
99 Fix typos in docstrings.
101 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
103 * log-view.el (log-view-annotate-version): Let vc-annotate manage
104 windows instead of calling switch-to-buffer.
106 * diff.el (diff-sentinel): Take note of diff error return value.
108 2008-11-24 Martin Rudalics <rudalics@gmx.at>
110 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
111 frame can't be split.
113 2008-11-24 Ulf Jasper <ulf@web.de>
115 * net/newst-treeview.el (newsticker--treeview-current-feed): Doc
117 (newsticker--treeview-item-show): Renamed arg FEED to
119 (newsticker--treeview-tree-update-tag): Removed dead code.
120 (newsticker-treeview-update): Don't update cache.
121 (newsticker-treeview-quit): Don't save cache.
122 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
123 (newsticker-treeview-save): Use `newsticker-dir'.
124 (newsticker--treeview-load): Use `newsticker-dir'.
125 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
127 (newsticker-treeview-tree-do-click): Slightly simplified.
129 * net/newst-backend.el (newsticker-dir): New.
130 (newsticker-start): Use `newsticker--cache-read'.
131 (newsticker-stop): Use `newsticker--cache-save'.
132 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
133 (newsticker--images-dir): New.
134 (newsticker--image-get, newsticker--image-sentinel): Use
135 `newsticker--images-dir'.
136 (newsticker--cache-save-version1): Backuped version of
137 `newsticker--cache-save'.
138 (newsticker--cache-update): Create newsticker-dir if necessary.
139 (newsticker--cache-dir): New.
140 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
141 (newsticker--cache-save-feed): New.
142 (newsticker--cache-read-version1): New. Backuped version for reading
144 (newsticker--cache-read, newsticker--cache-do-read): New.
146 * net/newst-reader.el (newsticker--image-read): Use
147 `newsticker--images-dir'.
149 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
151 * files.el (confirm-nonexistent-file-or-buffer): Allow
152 `after-completion' value to request confirm only after TAB.
153 (confirm-nonexistent-file-or-buffer): New function.
154 (read-buffer-to-switch, find-file, find-file-other-window)
155 (find-file-other-frame, find-file-read-only)
156 (find-file-read-only-other-window)
157 (find-file-read-only-other-frame): Use it.
158 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
160 Thanks to Alan Mackenzie for suggesting the new behavior.
162 * minibuffer.el (minibuffer-complete-and-exit): Change
163 `confirm-only' value of minibuffer-completion-confirm to
164 `confirm', and handle a `confirm-after-completion' value.
166 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
168 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
170 2008-11-24 Andreas Schwab <schwab@suse.de>
172 * image.el (image-type-header-regexps): Recognize more xbm format
175 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
177 * textmodes/artist.el (artist-charlist-to-string): Simplify.
178 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
179 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
180 (artist-replace-string, artist-draw-rect, artist-draw-line)
181 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
182 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
183 (artist-pen, artist-pen-line, artist-text-insert-common)
184 (artist-text-overwrite, artist-spray-get-interval)
185 (artist-spray-clear-circle, artist-erase-char)
186 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
187 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
188 (artist-key-draw-1point, artist-key-draw-2points)
189 (artist-mouse-draw-continously): Fix typos in docstrings.
190 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
191 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
192 (artist-backward-char, artist-forward-char): Doc fixes.
193 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
196 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
198 * international/quail.el (quail-vunion): New function.
199 (quail-defrule-internal): Use it to prevent accumulating redundant
200 alternatives when `append' is set.
201 (quail-insert-decode-map): Simplify computation of the max-key-width.
202 Compute it right for multiple-list.
204 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
206 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
209 2008-11-24 Martin Rudalics <rudalics@gmx.at>
211 * calendar/appt.el (appt-disp-window): Move minibuffer check
212 after binding this-window and do not set-buffer to make sure we
213 won't deselect the minibuffer. (Bug#1413)
215 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
217 * vc-hg.el (vc-hg-program): Remove.
218 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
219 Undo previous change.
221 2008-11-23 Martin Rudalics <rudalics@gmx.at>
223 * info-look.el (info-lookup): When Info buffer is visible on
224 another frame, raise that frame.
226 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
228 * allout.el (allout-mode): Fix typo in docstring.
230 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
231 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
233 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
235 * vc-hooks.el (vc-follow-link): Complete last change.
237 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
239 * textmodes/remember.el (remember-region): Doc fix.
240 (remember-filter-functions, remember-handler-functions)
241 (remember-save-after-remembering, remember-mailbox)
242 (remember-default-priority, remember-data-file, remember-leader-text)
243 (remember-diary-file): Remove * from defcustom docstrings.
244 (remember-run-all-annotation-functions-flag)
245 (remember-all-handler-functions): Reflow docstrings.
246 (remember-store-in-mailbox): Fix typo in docstring.
247 (remember-mode): Define with `define-derived-mode'. Doc fix.
249 2008-11-23 Glenn Morris <rgm@gnu.org>
251 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
252 (eshell-do-pipelines): Add optional argument to distinguish recursive
253 calls. Use to set eshell-in-pipeline-p to 'first for the first command
256 * eshell/esh-proc.el (eshell-gather-process-output):
257 Set process-connection-type nil for all but the first element of a
260 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
262 * ediff-hook.el: Add tooltips to Emacs menus.
264 * ediff.el: Change date of last update.
266 2008-11-22 Juri Linkov <juri@jurta.org>
268 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
269 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
271 (dired-isearch-filenames-setup): Run filename Isearch only when
272 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
273 and the text property `dired-filename' at point is non-nil.
274 In this case also set isearch-message-prefix-add to "filename ".
275 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
276 (dired-isearch-filenames, dired-isearch-filenames-regexp):
277 Don't let-bind isearch-message-prefix-add since this is done now
278 in dired-isearch-filenames-setup.
280 * isearch.el (isearch-mode): Change the order of calling
281 `isearch-update' and running the `isearch-mode-hook' to call
282 `isearch-update' with Isearch parameters set in this hook.
284 * progmodes/compile.el (compilation-auto-jump-to-first-error):
285 Fix docstring - change "during `compile'" to "during compilation".
287 * descr-text.el (describe-char-unidata-list): Move `old-name' to
288 be immediately after `name'.
290 * startup.el (initial-buffer-choice): Change an abstract file name
291 "file.txt" to more reasonable default file name value "~/.emacs".
293 2008-11-22 Juri Linkov <juri@jurta.org>
295 * files.el (hack-local-variables-confirm): Rename arg `project' to
296 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
297 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
298 (hack-local-variables): Rename call of `hack-project-variables' to
299 `hack-dir-local-variables'. Change error text to "Directory-local
301 (dir-locals-class-alist): Rename from `project-class-alist'.
302 (dir-locals-directory-alist): Rename from `project-directory-alist'.
303 (dir-locals-get-class-variables): Rename from `project-get-alist'.
304 (dir-locals-collect-mode-variables): Rename from
305 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
306 `mode-variables', and arg `settings' to `variables'.
307 (dir-locals-collect-variables): Rename from
308 `project-collect-binding-list'. Rename arg `binding-list' to
309 `class-variables', and arg `settings' to `variables'.
310 (dir-locals-set-directory-class): Rename from `set-directory-project'.
311 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
312 Rename arg `settings' to `variables'.
313 (dir-locals-file): New defconst.
314 (dir-locals-find-file): Rename from `project-find-settings-file'.
315 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
316 and `pda' to `dir-elt'.
317 (dir-locals-read-from-file): Rename from
318 `project-define-from-project-file'. Rename arg `settings-file'
319 to `file'. Rename let-bound `list' to `variables'.
320 (hack-dir-local-variables): Rename from `hack-project-variables'.
321 Rename let-bound `settings' to `variables-file', `root-dir'
322 to `dir-name', and `bindings' to `variables'.
324 2008-11-22 Lute Kamstra <lute@gnu.org>
326 * simple.el (goto-line): Rename argument.
328 2008-11-22 Eli Zaretskii <eliz@gnu.org>
330 * makefile.w32-in (compile-first): New target.
331 (recompile): Depend on compile-first.
333 * Makefile.in (recompile): Depend on compile-first.
335 2008-11-22 Martin Rudalics <rudalics@gmx.at>
337 * files.el (switch-to-buffer-other-window)
338 (switch-to-buffer-other-frame): Rename buffer argument to
339 buffer-or-name. Reword and mention new option
340 confirm-nonexistent-file-or-buffer in doc-string.
342 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
344 * viper.el: Date change.
346 * viper-cmd.el (viper-envelop-ESC-key):
347 viper-translate-all-ESC-keysequences is now a function.
349 * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
351 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
353 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
354 Use buffer-file-truename to handle symlinks in any part of the filename.
356 2008-11-22 Glenn Morris <rgm@gnu.org>
358 * vc-mtn.el (vc-mtn-diff-switches): New option.
359 (vc-mtn-program): Rename from vc-mtn-command, for
360 consistency with other backends. Keep old name as alias.
361 Update callers. Make it a defcustom.
362 (vc-mtn-diff): Give it a doc string. Apply diff switches.
364 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
365 consistency with other backends. Keep old name as alias.
367 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
369 * vc-hg.el (vc-hg-program): New option.
370 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
371 Use vc-hg-program rather than hard-coded "hg".
373 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
374 (vc-svn-program): Move defcustom to start.
375 (vc-svn-create-repo, vc-svn-modify-change-comment):
376 Use vc-svn-program rather than hard-coded "svn".
378 * menu-bar.el: Stylistic consistency fixes for various menu and
381 * kmacro.el (kmacro-insert-counter): Doc fix.
383 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
385 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
387 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
389 * international/quail.el (quail-indent-to): New function.
390 (quail-completion-1, quail-completion-list-translations)
391 (quail-insert-decode-map): Use it to improve alignment.
392 (quail-build-decode-map): Don't ignore latin-1 chars.
393 (quail-help): Increase the max decode-map size so that even the TeX map
396 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
397 Signal error for invalid bookmark.
398 (bookmark-get-bookmark-record): Undo last change.
399 (bookmark-store, bookmark-delete): Use new arg `noerror'.
401 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
402 Suggested by Toru TSUNEYOSHI.
404 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
406 * byte-opt.el (byte-compile-butlast): Move up in file.
407 (byte-optimize-plus): Don't call
408 byte-optimize-delay-constants-math (bug#1334).
409 Use byte-optimize-predicate to optimize constants.
410 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
411 Remove zero arguments first
412 if possible. Call byte-optimize-predicate to optimize constants.
413 (byte-optimize-multiply): Remove optimizations for arguments of 0
414 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
415 Call byte-optimize-predicate.
416 (byte-optimize-divide): Leave runtime errors unchanged.
417 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
418 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
420 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
422 * bookmark.el (bookmark-jump-noselect): Add obsolescence
423 declaration and remove redundant info from docstring.
425 * isearch.el (isearch-search-string): Doc fix.
426 (search-exit-option, search-slow-window-lines, search-slow-speed)
427 (search-upper-case, search-nonincremental-instead)
428 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
429 (search-ring-update, search-highlight, isearch-lazy-highlight)
430 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
431 (lazy-highlight-interval): Remove * from defcustom docstrings.
432 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
433 Remove * from defcustom docstrings; fix typos.
434 (isearch-push-state-function, isearch-help-for-help-internal)
435 (isearch-help-for-help, isearch-describe-bindings)
436 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
437 (isearch-pop-fun-state, isearch-search-fun-function)
438 (isearch-lazy-highlight-search): Fix typos in docstrings.
439 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
440 (isearch-forward): Fix typo and reflow docstring.
441 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
442 (isearch-mode-map): Don't use `let*'.
444 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
446 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
448 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
450 * isearch.el (isearch-search-string): Simplify and convert docstring.
452 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
454 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
456 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
457 (lookup-nested-alist): Doc fix.
458 (with-coding-priority): Reflow docstring.
459 (detect-coding-with-priority): Fix typos in obsolescence declaration.
460 (char-displayable-p): Reflow docstring. Use `when'.
462 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
464 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
465 week forward/backward.
467 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
469 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
470 (with-electric-help): Fix typo and reflow docstring.
472 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
474 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
475 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
476 (list-buffers-noselect): Don't need to pad.
478 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
480 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
481 Pay attention to char widths when computing string sizes.
483 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
485 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
486 (byte-compile-output-docform): Reflow docstrings.
487 (no-byte-compile): Fix typo in docstring.
488 (byte-recompile-directory, compile-defun): Doc fixes.
489 (emacs-lisp-file-regexp, byte-compile-verbose)
490 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
491 (byte-compile-dynamic-docstrings, byte-optimize-log)
492 (byte-compile-error-on-warn, byte-compile-warnings)
493 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
494 Remove * from defcustom docstrings.
496 2008-11-20 Glenn Morris <rgm@gnu.org>
498 * format.el (format-alist, format-write-file): Doc fix.
500 * proced.el (proced-available): New variable.
501 (proced-process-attributes): Move availability check from previous
503 (proced): ... to here.
505 * vc-hg.el (vc-hg-diff-switches): New option.
506 (vc-hg-diff): Apply diff switches. (Bug#1017)
508 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
510 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
512 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
514 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
516 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
518 * calc/calc-units.el (math-units-table): Doc fix.
519 (math-standard-units): Fix typo in constant's description.
520 (math-additional-units): Fix typo in docstring.
522 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
524 * calc/calc-units.el (math-standard-units): Add eps0,
525 permittivity of vacuum.
527 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
529 * files.el (project-settings-file): Remove.
530 (project-find-settings-file): Undo previous change that added the
531 use of project-settings-file.
533 2008-11-19 Glenn Morris <rgm@gnu.org>
535 * proced.el (proced, proced-format-time): Doc fixes.
536 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
538 2008-11-19 Karl Fogel <kfogel@red-bean.com>
540 * bookmark.el (bookmark-jump-noselect): Move the deprecation
541 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
543 2008-11-19 Lute Kamstra <lute@gnu.org>
545 * autoinsert.el (auto-insert-alist): Don't use match data.
547 2008-11-19 Glenn Morris <rgm@gnu.org>
549 * progmodes/f90.el (f90-mode-map): Add some menu :help.
551 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
553 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
554 * term/w32-win.el (x-select-font): Declare.
556 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
557 Use the imperative for all help strings.
559 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
561 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
562 case where the default dictionary is French, Spanish, younameit.
564 * window.el (window--frame-usable-p): Consider dedicated windows
567 * files.el (confirm-nonexistent-file-or-buffer):
568 Rename from find-file-confirm-nonexistent-file.
569 (read-buffer-to-switch): Use it.
571 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
573 * server.el (server-temp-file-p): Use `string-match-p'.
574 (server-socket-dir): Set to nil if local sockets are unsupported.
575 (server-start): Don't try to delete local socket if unsupported.
576 (server-kill-new-buffers): Reflow docstring.
577 (server-delete-client, server-handle-delete-frame)
578 (server-save-buffers-kill-terminal): Doc fixes.
579 (server-send-string): Fix typo in docstring.
581 2008-11-18 Sam Steingold <sds@gnu.org>
583 * progmodes/compile.el (compilation-start-hook): New hook.
584 (compilation-start): Run it on the compilation process.
586 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
588 * international/mule-cmds.el (update-leim-list-file): Simplify.
589 (prefer-coding-system, find-coding-systems-for-charsets):
591 (select-safe-coding-system, input-method-exit-on-first-char)
592 (language-info-alist, language-info-custom-alist): Reflow docstrings.
593 (toggle-input-method, read-multilingual-string): Doc fixes.
595 (locale-name-match, sort-coding-systems, find-multibyte-characters)
596 (read-char-by-name): Use `string-match-p'.
597 (get-char-code-property, put-char-code-property)
598 (char-code-property-description): Be silent while loading uni-* files.
599 (ucs-names): Use `dotimes-with-progress-reporter', because loading
600 the Unicode character names is *slow*.
602 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
604 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
606 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
608 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
610 * international/mule-cmds.el (ucs-completions): Mark as risky.
612 2008-11-17 Martin Rudalics <rudalics@gmx.at>
614 * help-macro.el (three-step-help): Remove * from defcustom.
615 (make-help-screen): Don't iconify selected frame. (Bug#1322)
616 Use when instead of if and cond within condition-case.
618 * window.el (quit-window): Bind window to selected window when
621 2008-11-17 Glenn Morris <rgm@gnu.org>
623 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
624 definition of 'ignore, rather than nil. (Bug#1353)
626 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
628 * window.el (window--frame-usable-p): Allow use for soft-dedication.
630 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
632 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
634 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
635 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
636 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
637 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
638 (shell-command, repeat-complex-command): Reflow docstrings.
639 (pop-to-mark-command): Fix typos in docstring.
641 2008-11-17 Juri Linkov <juri@jurta.org>
643 * isearch.el (isearch-filter-predicate): Rename from
644 `isearch-success-function'. Rename default value from
645 `isearch-success-function-default' to
646 `isearch-filter-invisible'. Doc fix.
647 (isearch-filter-invisible): Rename from
648 `isearch-success-function-default'. Doc fix.
649 (isearch-search, isearch-lazy-highlight-search):
650 Rename `isearch-success-function' to `isearch-filter-predicate'.
652 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
653 `dired-isearch-orig-success-function'.
654 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
655 (dired-isearch-filenames-end): Rename `isearch-success-function' to
656 `isearch-filter-predicate'. Doc fix.
657 (dired-isearch-filter-filenames): Rename from
658 `dired-isearch-success-function'.
660 * info.el (Info-search, Info-mode):
661 Rename `isearch-success-function' to `isearch-filter-predicate'.
662 (Info-isearch-filter-predicate): Rename from
663 `Info-search-success-function'.
665 * simple.el (minibuffer-default-add-function): Fix docstring to
666 use clear text "default values" instead of obscure references to
667 the dynamic variable `minibuffer-default'.
669 2008-11-16 Glenn Morris <rgm@gnu.org>
671 * term/ns-win.el (ns-extended-platform-support-mode):
672 Tweak menu entry from previous change.
674 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
676 * cus-edit.el (custom-buffer-create-internal): Always insert the
677 in-buffer buttons, regardless of tool-bar. (Bug#1326)
679 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
681 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
683 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
685 * ielm.el (ielm-eval-input): Fix thinko in last change.
687 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
689 * subr.el (read-passwd): Yank current kill if the user enters C-y.
691 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
693 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
694 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
696 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
697 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
698 Handle `file-name-as-directory'.
700 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
702 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
703 usual variable-pitch face.
705 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
707 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
708 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
709 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
710 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
711 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
712 (ange-ftp-quote-string, ange-ftp-process-handle-line)
713 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
714 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
715 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
716 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
717 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
718 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
719 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
720 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
721 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
722 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
723 (ange-ftp-default-user, ange-ftp-default-password)
724 (ange-ftp-default-account, ange-ftp-netrc-default-password)
725 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
726 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
727 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
728 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
729 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
730 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
731 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
732 (ange-ftp-make-backup-files, ange-ftp-retry-time)
733 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
734 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
735 (ange-ftp-gateway-tmp-name-template)
736 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
737 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
738 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
739 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
740 (ange-ftp-gateway-program): Remove * from docstring and reflow.
741 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
742 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
743 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
744 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
745 (ange-ftp-rename-local-to-remote): Doc fixes.
746 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
747 Use `when', `unless'.
748 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
749 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
750 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
751 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
752 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
753 (ange-ftp-process-sentinel): Use `when'. Fix typo.
754 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
755 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
756 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
757 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
758 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
759 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
760 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
761 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
762 `(save-match-data (string-match ...))'.
763 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
764 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
765 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
768 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
770 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
771 function instead of a variable.
773 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
774 viper-ESC-keyseq-timeout as a function.
775 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
778 * emulation/viper-cmd.el: Let line-move-visual to nil when using
779 next-line or previous-line.
780 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
782 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
784 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
786 (ediff-save-buffer): Let window-min-height to 2.
788 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
791 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
793 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
794 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
795 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
796 (ielm-map): Define within defvar. Add docstring.
797 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
798 (ielm-complete-filename): Use `when', `unless'.
799 (ielm-is-whitespace-or-comment): Use `string-match-p'.
800 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
801 (ielm-change-working-buffer): Check that the buffer is live.
802 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
803 Simplify. Reflow docstring.
804 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
805 New aliases, to satisfy `define-derived-mode' expectations.
807 2008-11-15 Glenn Morris <rgm@gnu.org>
808 Martin Rudalics <rudalics@gmx.at>
810 * emacs-lisp/find-func.el (find-function-advised-original): New.
811 (find-function-C-source, find-function-noselect):
812 Use find-function-advised-original to handle advised funcs. (Bug#789)
814 2008-11-15 Glenn Morris <rgm@gnu.org>
816 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
819 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
820 Remove uniquify-after-kill-buffer-p dependency.
821 (uniquify-kill-buffer-function): New function.
822 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
824 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
825 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
828 2008-11-15 Martin Rudalics <rudalics@gmx.at>
830 * window.el (quit-window): Restore delete window with second
831 arg non-nil behavior as of before 2008-10-30 change.
833 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
835 * help-fns.el (describe-function-1): Do char-range check for
838 2008-11-14 Karl Fogel <kfogel@red-bean.com>
840 * files.el (file-precious-flag): Document that this flag is advisory.
842 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
844 * emacs-lisp/bytecomp.el (byte-compile-associative)
845 (byte-compile-minus, byte-compile-quo): If there are more than two
846 operands, don't use binary operation code (bug#1334).
848 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
850 * w32-fns.el (w32-shell-dos-semantics):
851 * calendar/diary-lib.el (diary-face-attrs):
852 * international/mule-cmds.el (set-default-coding-systems)
853 (prefer-coding-system):
854 * net/tramp.el (tramp-set-completion-function):
855 * progmodes/vhdl-mode.el (vhdl-file-header):
856 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
858 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
860 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
861 (kill-matching-buffers, save-buffers-kill-emacs)
862 (save-buffers-kill-terminal): Fix typos in docstrings.
863 (switch-to-buffer-other-window): Reflow docstring.
864 (revert-buffer): Doc fix.
865 (define-project-bindings): Rename arg LIST to SETTINGS.
866 (project-find-settings-file): Use `let', not `let*'.
869 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
871 * files.el (project-settings-file, locate-dominating-file):
872 Fix typos in docstrings.
873 (find-file-visit-truename): Remove * from defcustom docstring.
875 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
877 * files.el (project-settings-file): New variable.
878 (project-find-settings-file): Use it, instead of hardcoding
881 2008-11-13 Glenn Morris <rgm@gnu.org>
883 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
885 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
887 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
890 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
892 * international/mule.el (autoload-coding-system, with-category-table)
893 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
894 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
895 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
896 (set-file-name-coding-system, ctext-pre-write-conversion)
897 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
899 (charset-list, set-coding-priority): Remove redundant obsolescence info.
900 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
901 (char-valid-p): Define with `define-obsolete-function-alias'.
903 * textmodes/artist.el (artist-mode): Fix typos in docstring.
905 2008-11-12 Sam Steingold <sds@gnu.org>
907 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
908 between hostname and path.
910 2008-11-11 Juri Linkov <juri@jurta.org>
912 * dired-aux.el (dired-isearch-filenames)
913 (dired-isearch-filenames-regexp):
914 Let-bind isearch-message-prefix-add to "filename ".
916 * isearch.el (isearch-message-prefix-add)
917 (isearch-message-suffix-add): New variables.
918 (isearch-message-prefix): Show additional text from
919 `isearch-message-prefix-add' before "I-search".
920 (isearch-message-suffix): Show additional text from
921 `isearch-message-suffix-add' at the end.
923 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
924 `isearch-search'. Call isearch-success-function to skip matches
925 outside the current isearch scope. Let-bind search-invisible to
926 nil to not match invisible text.
928 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
929 Let-bind `isearch-recursive-edit' to nil to prevent calling
930 `exit-recursive-edit' in `isearch-done' that terminates the
931 execution of these commands when it is non-nil. Call
932 `exit-recursive-edit' explicitly at the end.
933 (isearch-occur): For word search construct the correct regexp
934 with word boundaries to proceed with occur.
936 * isearch.el (isearch-search-fun): Compare the length of the
937 current search string with the length of the string from the
938 previous search state to detect the situation when the user
939 adds or removes characters in the search string.
940 Use word-search-forward-lax and word-search-backward-lax in this
941 case, and otherwise word-search-forward and word-search-backward.
943 2008-11-11 Sam Steingold <sds@gnu.org>
945 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
946 the "Version Control" group (for C-x v g).
948 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
950 * server.el (server-process-filter): Fix typos and reflow docstring.
952 2008-11-11 Martin Rudalics <rudalics@gmx.at>
954 * mail/footnote.el (footnote-mode): Improve doc-string.
955 Suggested by <jidanni@jidanni.org>. (Bug#1318)
957 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
959 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
961 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
963 * mail/smtpmail.el (smtpmail-open-stream): Use
964 `starttls-any-program-available'. Auto-load starttls.el for it.
966 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
968 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
971 2008-11-08 Eli Zaretskii <eliz@gnu.org>
973 * startup.el (command-line): Ignore init-file-user when checking
974 user's home directory on MS-DOS as well.
976 2008-11-07 Sam Steingold <sds@gnu.org>
978 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
980 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
982 * frame.el (make-frame-on-display): Use `string-match-p'.
984 2008-11-07 Glenn Morris <rgm@gnu.org>
986 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
988 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
990 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
991 to initialize font-lock keyword case sensitivity.
994 2008-11-06 Glenn Morris <rgm@gnu.org>
996 * eshell/esh-maint.el: Remove unused file.
998 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1000 * cus-edit.el (custom-comment-tag): Doc fix.
1001 (custom-comment, custom-variable-value-create, custom-face):
1002 Use face names sans -face suffix rather than aliases.
1004 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
1006 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1009 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
1011 * server.el (server-process-filter): Only default to emacsclient's
1012 terminal in daemon mode.
1014 2008-11-05 Martin Rudalics <rudalics@gmx.at>
1016 * window.el (quit-window): Restore prefix argument behavior
1017 removed in 2008-10-30 change. (Bug#1308)
1019 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
1021 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1022 function to kill-buffer-hook, not to kill-buffer.
1023 Reported by Markus Triska <markus.triska@gmx.at>
1025 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
1027 * calc/calc.el (calc-quit): Make sure that the keypad buffer
1028 exists before deleting its windows.
1030 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1032 * server.el (server-process-filter): Don't call
1033 server-create-tty-frame when no tty name is specified.
1035 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1037 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1039 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1041 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1042 (define-char-code-property):
1043 * textmodes/reftex.el (reftex-index):
1044 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1046 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1048 * vc-bzr.el (vc-bzr-dir-printer): Rename from
1049 vc-bzr-status-printer.
1051 * startup.el (startup-echo-area-message): Display a different
1052 message in daemon mode. Suggested by Stephen Turnbull.
1054 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1057 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1059 * dframe.el (dframe-mouse-position-function)
1060 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1061 (dframe-mouse-set-point): Fix typos in docstrings.
1063 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1065 * vc-dir.el (vc-dir-headers): Undo previous change.
1067 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
1069 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1070 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1072 2008-11-04 Martin Rudalics <rudalics@gmx.at>
1074 * subr.el (looking-back): Fix doc-string typo.
1076 * electric.el (Electric-pop-up-window): Call window-end with
1079 * window.el (save-selected-window): Make it behave like
1080 save-selected-window-norecord.
1081 (save-selected-window-norecord): Remove, since functionality
1082 fully taken over by save-selected-window.
1083 (walk-windows, set-window-text-height, fit-window-to-buffer):
1084 Use save-selected-window instead of save-selected-window-norecord.
1085 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1086 save-selected-window-norecord.
1087 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1088 indent-function for save-selected-window-norecord.
1090 2008-11-03 Alan Mackenzie <acm@muc.de>
1092 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1094 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
1096 * subr.el (looking-back): Doc fix.
1098 * term/x-win.el (x-initialize-window-system):
1099 Call x-wm-set-size-hint after initialization.
1101 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1104 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1105 2000-12-08 (bug#1297).
1107 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1109 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
1111 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1114 2008-11-02 Martin Rudalics <rudalics@gmx.at>
1116 * window.el (save-selected-window-norecord): New macro.
1117 (walk-windows): Use save-selected-window-norecord and call
1118 select-window with NORECORD set. (Bug#1237)
1119 (set-window-text-height, fit-window-to-buffer):
1120 Use save-selected-window-norecord and call select-window with
1122 * subr.el (with-selected-window): Call set-frame-selected-window
1123 with new argument NORECORD set. Update doc-string.
1124 (with-selected-frame): Call select-frame with new argument
1125 NORECORD set. Update doc-string.
1126 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1127 Put indent-function for save-selected-window-norecord.
1128 * font-lock.el (lisp-font-lock-keywords-2):
1129 Add save-selected-window-norecord.
1131 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
1133 * cus-edit.el (customize-apropos-options, custom-comment)
1134 (custom-comment-tag, custom-face-edit-attribute-tag):
1135 Fix typos in docstrings.
1136 (custom-buffer-done-kill): Remove * from defcustom docstring.
1137 (custom-file): Fix typo in doc of defcustom choice.
1139 * frame.el (display-visual-class): Fix typo in docstring.
1140 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1141 (special-display-frame-alist, show-trailing-whitespace)
1142 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1143 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1144 Remove * from defcustom docstrings.
1146 * md4.el (md4-buffer): Fix typo in docstring.
1147 (md4, md4-64): Doc fixes.
1148 (md4-pack-int32): Reflow docstring.
1150 * paths.el (rmail-file-name): Remove * from defcustom docstring.
1151 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1153 * rect.el (open-rectangle): Reflow docstring.
1154 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
1156 * select.el (x-get-cut-buffer): Fix typo in docstring.
1158 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1159 (timezone-time-zone-from-absolute, timezone-leap-year-p):
1160 Fix typos in docstrings.
1162 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1163 Fix typos in docstrings.
1165 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1167 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1169 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1170 (newsticker--treeview-list-update, newsticker--treeview-item-show)
1171 (newsticker--treeview-tree-update)
1172 (newsticker--treeview-tree-update-highlight)
1173 (newsticker-treeview-update)
1174 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1175 (newsticker-treeview-next-new-or-immortal-item)
1176 (newsticker-treeview-prev-new-or-immortal-item)
1177 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1178 (newsticker-treeview-tree-click): Watch for layout changes.
1179 (newsticker--treeview-set-current-node): Cleanup.
1180 (newsticker--treeview-restore-layout): Rename from
1181 newsticker--treeview-restore-buffers.
1182 (newsticker--treeview-mark-item): Update cache file.
1184 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1186 * calendar/icalendar.el (icalendar--uid-count): New.
1187 (icalendar--create-uid): New. Extracted from
1188 `icalendar-export-region' and add uid counter.
1189 (icalendar-export-region): Use `icalendar--create-uid'.
1191 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
1193 * tooltip.el (tooltip-frame-parameters): Doc fix.
1195 2008-10-31 Martin Rudalics <rudalics@gmx.at>
1197 * window.el (window-body-height, window-current-scroll-bars)
1198 (walk-windows, get-window-with-predicate, get-buffer-window-list)
1199 (minibuffer-window-active-p, count-windows)
1200 (window-safely-shrinkable-p, window--splittable-p)
1201 (window--try-to-split-window, window--frame-usable-p)
1202 (window--even-window-heights, window--display-buffer-1)
1203 (window--display-buffer-2, set-window-text-height)
1204 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1205 (truncated-partial-width-window-p): Rewrite doc-string.
1206 (window-fixed-size-p): Simplify code. Rewrite doc-string.
1207 (split-window-vertically, split-window-horizontally):
1208 Rename args, rewrite doc-string, and simplify code.
1209 (split-window-save-restore-data): Rename args and use
1212 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1214 * indent.el (indent-for-tab-command): Use use-region-p.
1216 * vc.el (vc-revert): Limit the length of the query string.
1218 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
1220 * simple.el (idle-update-delay, next-error-highlight)
1221 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1222 (minibuffer-history-case-insensitive-variables, kill-ring-max)
1223 (kill-read-only-ok, backward-delete-char-untabify-method)
1224 (kill-whole-line, mark-ring-max, global-mark-ring-max)
1225 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1226 (goal-column, line-move-ignore-invisible, fill-prefix)
1227 (auto-fill-inhibit-regexp, blink-matching-paren)
1228 (blink-matching-paren-on-screen, blink-matching-paren-distance)
1229 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1230 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1231 (minibuffer-history-isearch-wrap, transient-mark-mode)
1232 (next-logical-line, auto-fill-mode, line-number-mode)
1233 (column-number-mode, size-indication-mode, clone-indirect-buffer)
1234 (normal-erase-is-backspace-mode): Doc fixes.
1235 (current-kill, transient-mark-mode, toggle-truncate-lines)
1236 (visible-mode): Reflow docstrings.
1237 (minibuffer-local-shell-command-map, interprogram-paste-function):
1238 Fix typos in docstrings.
1240 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1242 * server.el (server-process-filter): In daemon mode, default to
1243 emacsclient's tty if not opening a new frame and only the
1244 terminal-frame is available.
1246 2008-10-30 Martin Rudalics <rudalics@gmx.at>
1248 * window.el (quit-window): Simplify code. Say in doc-string
1249 that it operates on the selected window's buffer. (Bug#1259)
1251 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
1253 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1254 nil so that log-view-diff-changeset works.
1256 2008-10-30 Glenn Morris <rgm@gnu.org>
1258 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1260 * resume.el: Move to obsolete/.
1261 * Makefile.in (ELCFILES): Update.
1263 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
1265 * electric.el (Electric-pop-up-window): Don't shrink the window if
1266 it's already big enough.
1268 * minibuffer.el (delete-minibuffer-contents): Delete all
1269 minibuffer contents instead of just the current field.
1271 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1273 * bookmark.el (bookmark-handle-bookmark): Rename from
1274 bookmark-jump-noselect.
1275 (bookmark--jump-via, bookmark-insert): Callers changed.
1276 (bookmark-jump-noselect): Wrapper function for
1277 bookmark-handle-bookmark.
1278 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1280 * textmodes/ispell.el (ispell-word): Use use-region-p.
1282 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
1284 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1285 to follow naming conventions for abnormal hooks. Doc fix.
1286 (tooltip-mode, tooltip-timeout): Use it.
1287 (tooltip-hook): New obsolete alias.
1288 (tooltip-help-tips): Doc fix.
1290 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1292 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
1294 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1297 2008-10-29 Glenn Morris <rgm@gnu.org>
1299 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1301 * vc-hooks.el (vc-find-root): Remove bogus alias.
1303 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1305 * international/quail.el (quail-show-guidance): Don't create
1306 a guidance-frame if current buffer is not a minibuffer, since even if
1307 selected-window is mini-p, the buffer will never be displayed in it, so
1308 it wil be usable for guidance.
1310 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1312 * smerge-mode.el: Require diff-mode at run-time as well.
1314 2008-10-28 Martin Rudalics <rudalics@gmx.at>
1316 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1317 * vc-hooks.el (vc-stay-local): Likewise.
1319 2008-10-28 Phil Sung <psung@mit.edu>
1321 * follow.el (follow-scroll-down, follow-calc-win-end)
1322 (follow-estimate-first-window-start): Reduce effective window
1323 height when header line is present. (Bug#925)
1325 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
1327 * subr.el (locate-user-emacs-file): Simplify. Don't create
1328 `user-emacs-directory' when Emacs is running in batch mode.
1330 * startup.el (inhibit-startup-screen): Reflow docstring.
1331 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1333 2008-10-27 Kenichi Handa <handa@m17n.org>
1335 * descr-text.el (describe-char): Fix terminal case (where font is nil).
1337 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
1339 * face-remap.el (text-scale-increase, text-scale-decrease)
1340 (text-scale-adjust): Remove &optional keyword from the arg list;
1341 the INC argument is not really optional, if the functions happen
1342 to be called from elisp.
1344 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1346 * vc.el: Rename VC methods that were missed when vc-status was
1348 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1349 vc-svn-status-extra-headers.
1350 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1351 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1352 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1353 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1354 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1355 vc-dir-status-printer.
1356 (vc-dir-headers): Use `dir-extra-headers' instead of
1357 `status-extra-headers'.
1358 (vc-dir-printer): Rename from vc-dir-status-printer.
1359 (vc-default-dir-extra-headers): Rename from
1360 vc-default-status-extra-headers.
1361 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1362 vc-cvs-status-extra-headers.
1364 * startup.el (server-name): Pacify byte compiler.
1365 (command-line): If --daemon=SERVER_NAME was used, set server-name
1366 before calling server-start.
1368 2008-10-26 Romain Francoise <romain@orebokech.com>
1370 * startup.el (command-line): Call daemon-initialized after
1371 starting the server.
1373 2008-10-26 Kenichi Handa <handa@m17n.org>
1375 * help-fns.el (describe-categories): Display the terse legend at
1378 * international/characters.el: Docstrings of categories improved.
1380 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1382 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1384 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1385 to the courier family.
1386 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1387 usually not serif'd and hence rather unlike verbatim's printed output.
1389 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
1391 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1392 when reporting the module.
1394 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1396 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1398 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1400 * files.el (locate-dominating-stop-dir-regexp): New var.
1401 (locate-dominating-file): Change arg from a regexp to a file name.
1402 Rewrite using the vc-find-root code to avoid directory-files which is
1403 too slow. Obey locate-dominating-stop-dir-regexp.
1404 Don't pay attention to changes in owner.
1405 (project-find-settings-file): Adjust call to locate-dominating-file.
1407 * progmodes/flymake.el (flymake-find-buildfile):
1408 Adjust call to locate-dominating-file.
1410 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1411 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1413 2008-10-25 Martin Rudalics <rudalics@gmx.at>
1415 * subr.el (with-current-buffer): Rename buffer argument to
1417 * window.el (get-buffer-window-list): Rename buffer argument to
1418 buffer-or-name and make it optional.
1420 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
1422 * completion.el (add-completion-to-head, add-completion): Doc fixes.
1423 (completion-search-next, add-completions-from-file):
1424 Fix typos in docstrings.
1426 * filesets.el (filesets-menu-ensure-use-cached)
1427 (filesets-ingroup-patterns, filesets-filetype-property):
1428 * tutorial.el (get-lang-string):
1429 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1430 Fix typos in docstrings.
1432 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1433 (image-dired-line-up-method, image-dired-thumb-size)
1434 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1435 (image-dired-track-original-file, image-dired-track-thumbnail)
1436 (image-dired-dired-next-line, image-dired-dired-previous-line)
1437 (image-dired-write-comments): Reflow docstrings.
1438 (image-dired-show-all-from-dir-max-files)
1439 (image-dired-format-properties-string, image-dired-create-thumbs)
1440 (image-dired-mark-tagged-files, image-dired-gallery-generate):
1441 Fix typos in docstrings.
1443 * savehist.el (savehist-save-minibuffer-history, savehist-file)
1444 (savehist-additional-variables, savehist-ignored-variables)
1445 (savehist-file-modes, savehist-autosave-interval):
1446 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1447 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1448 (fancy-splash-image):
1449 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1450 (thumbs-conversion-program, thumbs-margin):
1451 Remove spurious * in docstrings.
1453 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
1455 * thingatpt.el (end-of-sexp, beginning-of-sexp)
1456 (forward-same-syntax): Omit default arguments to char-after and
1459 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
1461 * subr.el (locate-user-emacs-file): New function.
1462 (user-emacs-directory): Mention it in docstring.
1464 * completion.el (save-completions-file-name):
1465 * filesets.el (filesets-menu-cache-file):
1466 * image-dired.el (image-dired-dir, image-dired-db-file)
1467 (image-dired-temp-image-file, image-dired-gallery-dir)
1468 (image-dired-temp-rotate-image-file):
1469 * savehist.el (savehist-file):
1470 * server.el (server-auth-dir):
1471 * thumbs.el (thumbs-thumbsdir):
1472 * tutorial.el (tutorial--saved-dir):
1473 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
1475 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
1477 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1478 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1480 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
1482 * filesets.el: Update author email.
1483 (filesets-data): Doc fix.
1485 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
1487 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1489 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
1491 * international/mule-cmds.el (describe-language-environment):
1494 2008-10-23 Glenn Morris <rgm@gnu.org>
1496 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1498 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1499 byte-compile a redefinition of a function with special byte-compile
1502 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1504 * ps-print.el: Deal with page sizes for label printes. Suggested by
1505 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1506 (ps-print-version): New version 7.3.3.
1507 (ps-page-dimensions-database): New page sizes for label printers.
1508 (ps-n-up-printing): Fix code.
1510 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
1512 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
1514 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1515 (list-at-point): Add docstrings.
1517 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1519 * dired-aux.el (dired-do-create-files): Doc fix.
1521 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1523 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1524 with other documentation.
1526 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
1528 * replace.el (how-many): Fix typo in docstring.
1529 Reported by Leo <sdl.web@gmail.com>.
1531 2008-10-22 Glenn Morris <rgm@gnu.org>
1533 * international/mule-cmds.el (universal-coding-system-argument):
1534 Check for C-g. (Bug#1205)
1536 2008-10-22 Kenichi Handa <handa@m17n.org>
1538 * international/characters.el: Don't setup
1539 find-word-boundary-function-table.
1540 (next-word-boundary-han, next-word-boundary-kana): Delete them.
1541 (word-combining-categories, word-separating-categories):
1542 Adjust to the change of the docstrings.
1544 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
1546 * simple.el (region-active-p): Doc fix.
1548 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1550 * subr.el (apply-partially): Move from here...
1552 * simple.el (apply-partially): ...to here.
1554 2008-10-20 Andreas Schwab <schwab@suse.de>
1556 * subr.el (split-string-and-unquote): Simplify regexp.
1558 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1560 * subr.el (top-level): Require `cl' when compiling.
1562 2008-10-20 David Reitter <david.reitter@gmail.com>
1564 * info.el (Info-mode): Do not remove an existing header line if
1565 `Info-use-header-line' is nil.
1567 2008-10-19 Juri Linkov <juri@jurta.org>
1569 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1570 Add arg `delimited' as in `query-replace' for the case when
1571 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
1572 Add more indicators to the prompt ("word" and "in region").
1574 * replace.el (query-replace, query-replace-regexp)
1575 (replace-string, replace-regexp, perform-replace): Add "word"
1576 indicatiors to the prompt for word delimited replacements.
1578 * replace.el (read-regexp): Rename arg `default' to `default-value'.
1581 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1583 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
1585 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
1587 2008-10-19 Martin Rudalics <rudalics@gmx.at>
1589 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
1590 Make argument names follow Elisp manual.
1592 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1594 * textmodes/remember.el (remember-data-file):
1595 * shadowfile.el (shadow-initialize)
1596 <shadow-info-file, shadow-todo-file>:
1597 * savehist.el (savehist-file):
1598 * recentf.el (recentf-save-file):
1599 * pcvs-defs.el (cvs-cvsrc-file):
1600 * international/kkc.el (kkc-init-file-name):
1601 * ido.el (ido-save-directory-list-file):
1602 * calendar/todo-mode.el (todo-file-do, todo-file-done)
1603 (todo-file-top): Run file names that begin with a period thru
1604 `convert-standard-filename'.
1606 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
1611 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
1612 coding-system-for-read to ediff-coding-system-for-write.
1614 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
1615 coding-system-for-write to ediff-coding-system-for-write.
1617 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
1618 (ediff-coding-system-for-write): Set to emacs-internal.
1620 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1622 * international/mule-conf.el (emacs-internal): New coding system alias.
1624 2008-10-18 Juri Linkov <juri@jurta.org>
1626 * info.el (Info-file-supports-index-cookies-list): New variable.
1627 (Info-file-supports-index-cookies): New function.
1628 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
1629 (Info-index-nodes): Let-bind Info-point-loc to nil for files
1630 without an index cookie to ignore it when Info-index-nodes is
1631 called during navigating from an index node with line numbers.
1632 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
1634 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
1635 variable definition section.
1637 * info.el (Info-find-node-2): Put initial point below the header line
1638 and breadcrumbs line.
1640 2008-10-18 Glenn Morris <rgm@gnu.org>
1642 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
1643 the needed external programs were not found.
1645 2008-10-18 Eli Zaretskii <eliz@gnu.org>
1647 * files.el (trash-directory): Run thru `convert-standard-filename'.
1648 (file-modes-char-to-who, file-modes-char-to-right)
1649 (file-modes-rights-to-number, file-modes-symbolic-to-number)
1650 (read-file-modes): Doc fixes.
1652 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
1654 * abbrev.el (define-abbrev): Doc fix.
1656 2008-10-17 Alan Mackenzie <acm@muc.de>
1658 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
1659 foo bar [] = { ...".
1661 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
1663 * faces.el (face-spec-set-2): Don't pass invalid attributes to
1666 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
1668 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
1669 according to `locale-coding-system'. (This fixes trivial bug reported
1670 as part of bug#1179).
1671 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
1672 particular order). Use `when'.
1674 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
1676 * w32-fns.el (w32-check-shell-configuration): Doc fix.
1677 (w32-add-charset-info): Fix typo in docstring.
1679 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
1681 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
1684 2008-10-16 Magnus Henoch <mange@freemail.hu>
1686 * vc-arch.el (vc-arch-dir-status): New function.
1687 (vc-arch-after-dir-status): New function.
1689 2008-10-16 Glenn Morris <rgm@gnu.org>
1691 * man.el (Man-getpage-in-background): Force recent `man's to output
1692 escape sequences even when stdout is not a tty. (Bug#1142)
1694 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
1696 * international/mule-conf.el: Add `utf8' and `UTF8' as
1697 aliases for the `utf-8' coding system.
1699 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
1701 * find-file.el (ff-get-file): Doc fix.
1702 (ff-get-file-name): Use `let', not `let*'.
1703 (ff-search-directories): Fix typo in docstring.
1704 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
1705 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
1706 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
1707 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
1708 (cc-other-file-alist, modula2-other-file-alist):
1709 Remove spurious * in docstrings.
1711 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
1713 * faces.el (set-face-attribute): Set family and foundry before
1715 (face-spec-set-2): Pass unmodified args to set-face-attribute.
1717 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
1719 * hl-line.el (hl-line-unload-function): New function.
1720 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
1721 (hl-line-sticky-flag): Remove spurious * in docstring.
1723 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
1725 * vc-git.el (vc-git-show-log-entry): Include the revision in the
1728 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
1730 * net/tramp.el (tramp-process-one-action): Embed regexp in
1731 parentheses, before adding end-of-buffer construct. Suggested by
1732 Markus Triska <markus.triska@gmx.at>.
1734 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
1736 * net/newst-plainview.el (w3m-toggle-inline-image):
1737 Define 'declare-function if necessary, for compatibility.
1739 * net/newst-treeview.el (w3m-toggle-inline-images):
1740 Define 'declare-function if necessary, for compatibility.
1742 2008-10-13 Alan Mackenzie <acm@muc.de>
1744 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
1745 so that the function works on one-line macros.
1747 * progmodes/cc-engine.el: Amend several doc strings and comments.
1749 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1751 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
1753 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
1754 (vc-cvs-stay-local): Add a new choice and default to it.
1755 (vc-cvs-dir-status): Use the new vc-stay-local choice.
1757 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
1759 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
1761 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
1762 Add support for extended return statement.
1764 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
1765 and obj-dir; keep user order.
1767 2008-10-12 Glenn Morris <rgm@gnu.org>
1769 * Makefile.in (ELCFILES): Update.
1771 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
1772 (shell-file-name-quote-list): Declare.
1774 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
1776 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
1778 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
1780 * startup.el (command-line): If toolbar is disabled but ought to
1781 be initialized, call tool-bar-setup.
1783 * tool-bar.el (tool-bar-setup): Variable deleted.
1784 (tool-bar-setup): Set it up unconditionally.
1786 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
1788 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
1789 tool-bar-map has been initialized before setting it up.
1791 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
1792 tool-bar-map has been initialized before setting it up.
1794 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
1796 * emacs-lisp/warnings.el (display-warning): Issue a message if
1797 called during daemon initialization.
1799 * tool-bar.el (tool-bar-local-item)
1800 (tool-bar-local-item-from-menu): Put the check for number of
1801 display colors into the image expression.
1802 (tool-bar-setup): Don't be a no-op on ttys.
1804 * info.el (info-tool-bar-map):
1805 * progmodes/gud.el (gud-tool-bar-map):
1806 * progmodes/grep.el (grep-mode-tool-bar-map):
1807 * progmodes/compile.el (compilation-mode-tool-bar-map):
1808 Initialize it unconditionally.
1810 2008-10-11 Romain Francoise <romain@orebokech.com>
1812 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
1813 * kmacro.el (kmacro-edit-lossage): Ditto.
1814 * edmacro.el (edit-kbd-macro): Ditto.
1816 2008-10-11 Ulf Jasper <ulf@web.de>
1818 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
1821 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1823 * startup.el (command-line): Revert 2008-09-26 change, not
1826 2008-10-10 Andreas Schwab <schwab@suse.de>
1828 * simple.el (minibuffer-complete-shell-command):
1829 Bind comint-delimiter-argument-list, comint-file-name-chars and
1830 comint-file-name-quote-list like shell-mode.
1832 2008-10-10 Martin Rudalics <rudalics@gmx.at>
1834 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
1835 call of select-window.
1837 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
1839 * calc/calc.el (calc-embedded-word-regexp)
1840 (calc-embedded-word-regexp-alist): New variables.
1841 (calc-embedded-open-word, calc-embedded-close-word)
1842 (calc-embedded-open-close-word-alist): Remove unused variables.
1844 * calc/calc-embed.el (calc-embedded-make-info):
1845 Use `calc-embedded-word-regexp' to find words.
1847 2008-10-10 Martin Rudalics <rudalics@gmx.at>
1849 * info.el (Info-extract-menu-counting): New argument no-detail to
1850 skip detailed node listings.
1851 (Info-forward-node): New argument not-up to inhibit going up.
1852 (Info-final-node): Call Info-extract-menu-counting and
1853 Info-forward-node with the new arguments set to avoid infinite
1856 2008-10-10 Eli Zaretskii <eliz@gnu.org>
1858 * startup.el (command-line): Don't invoke tool-bar-mode if it is
1861 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
1863 * startup.el (command-line): Enable tool-bar-mode as long as it is
1864 not suppressed by X resources, regardless of the terminal.
1866 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
1867 graphical terminals.
1868 (tool-bar-setup): No-op if called on a tty.
1870 2008-10-09 Eli Zaretskii <eliz@gnu.org>
1872 * frame.el (make-frame-on-tty): Use "F" inside interactive.
1873 Support `pc' ``window-system''.
1875 * progmodes/compile.el (compilation-start): Resurrect the version
1876 for systems that don't support asynchronous subprocesses.
1878 2008-10-09 Martin Rudalics <rudalics@gmx.at>
1880 * window.el (pop-up-frames): Add choice graphic-only.
1881 (display-buffer): When pop-up-frames equals graphic-only do
1882 not pop up new frame on text-only terminals. (Bug#1061)
1884 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
1886 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
1887 (vc-cvs-dir-status): Use it.
1889 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
1891 * json.el (json-skip-whitespace): Fix last change.
1893 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
1895 * bs.el (bs-unload-function): New function.
1897 2008-10-08 Sven Joachim <svenjoac@gmx.de>
1899 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
1900 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1901 For clarity, explicitly require cl.
1903 2008-10-08 Michael Olson <mwolson@gnu.org>
1905 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
1906 can avoid a bad interaction with programs that add functions to
1907 the window-scroll-functions hook. This fixes Bug #858.
1909 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
1911 * startup.el (command-line): Use display-warning to warn about an
1913 (command-line-1): Remove init file error delay.
1915 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1917 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
1918 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
1919 (rx-group-if): New function.
1920 (rx-parent): New variable.
1921 (rx-and, rx-or): Put shy groups only when necessary.
1922 (rx-bracket): Remove.
1923 (rx-anything): New function.
1924 (rx-any-delete-from-range, rx-any-condense-range)
1925 (rx-check-any-string): New functions.
1926 (rx-check-any): Return result as a list. Don't convert chars to
1927 strings. Don't prepend "\\" to "^". Don't search for close bracket.
1928 Check char category string. Call rx-form instead of rx-to-string.
1929 (rx-any): Rebuid to complete the function.
1930 (rx-check-not): Fix char category regexp pattern string.
1931 Call rx-form instead of rx-to-string.
1932 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
1933 "[^^]". Call regexp-quote for one char string when not called from
1934 rx-not. Add "\\w", and toggle to upcase. Add the case of
1935 "\\[SCBW]" to toggle.
1936 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
1937 instead of rx-to-string.
1938 (rx-kleene): Call rx-form instead of rx-to-string.
1939 Call rx-group-if to adjust putting of shy groups.
1940 (rx-atomic-p): Make check more precisely.
1941 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
1942 (rx-regexp): Call rx-group-if.
1943 (rx-form): New function.
1944 (rx-to-string): Call rx-form, rx-group-if.
1945 Refine definition of NO-GROUP.
1947 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
1949 * json.el (json-advance): Use forward-char.
1950 (json-skip-whitespace): Use skip-syntax-forward.
1952 2008-10-07 Alan Mackenzie <acm@muc.de>
1954 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
1955 indenting a macro followed by blank lines doesn't backslash the
1956 following non-blank line into the macro.
1958 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
1960 * startup.el (before-init-time, after-init-time): Move into emacs.c.
1961 (command-line): Set after-init-time to nil before initialization.
1963 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
1965 * calc/calc-units.el (math-standard-units): Update the values
1968 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
1970 * bookmark.el (bookmark-unload-function): New function.
1972 2008-10-06 Andreas Schwab <schwab@suse.de>
1974 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1976 2008-10-06 Martin Rudalics <rudalics@gmx.at>
1978 * mail/footnote.el: Remove * in defcustom docstrings and tell
1979 for most options that customizing them doesn't affect buffers
1980 already displaying footnotes.
1981 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
1982 Fix handling of text properties and identical start/end tags.
1983 Do not use format when renumbering.
1984 (Footnote-set-style): Make it work.
1985 (Footnote-insert-numbered-footnote): Simplify.
1986 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
1987 (Footnote-goto-footnote): Fix handling of empty section tag.
1988 (Footnote-delete-footnote): Fix handling of identical start/end
1989 tags, empty section tag, and spaced footnotes. Do not use
1991 (footnote-mode): Make most options buffer-local to avoid that
1992 customizing messes up handling of footnotes in buffers that
1993 already display them.
1995 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
1997 * faces.el (x-create-frame-with-faces): Undo previous change.
1999 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2002 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
2004 * international/mule-cmds.el (universal-coding-system-argument):
2005 Handle digit-argument too.
2007 2008-10-05 Mario Lang <mlang@delysid.org>
2009 * xml.el (xml-parse-string): Use skip-chars-forward.
2011 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2013 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2015 (vc-bzr-dir-status-files): New function.
2017 2008-10-04 Glenn Morris <rgm@gnu.org>
2019 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
2021 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2022 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
2024 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2025 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
2027 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
2029 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2030 Fix typo. (Bug#1074)
2032 2008-10-04 Martin Rudalics <rudalics@gmx.at>
2034 * progmodes/compile.el (compilation-start): Make sure to move to
2035 point-max only when we are in the compilation buffer. (Bug#1073)
2037 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
2039 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2040 tool-bar-mode is on.
2042 * vc-svn.el (vc-svn-dir-status-files):
2043 * vc-cvs.el (vc-cvs-dir-status-files): New function.
2045 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2047 * vc-hg.el (vc-hg-dir-status-files): New function.
2049 2008-10-03 Martin Rudalics <rudalics@gmx.at>
2051 * window.el (window--display-buffer-1): Don't care about
2052 visibility since raise-frame does.
2054 2008-10-03 Mario Lang <mlang@delysid.org>
2056 * nxml/xmltok.el (xmltok-forward): Simplify.
2058 2008-10-03 Glenn Morris <rgm@gnu.org>
2060 * Makefile.in (ELCFILES): Update.
2062 * frame.el (set-default-font): Make obsolete.
2063 * mouse.el (mouse-set-font): Use set-frame-font.
2065 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2066 (jka-compr-mode-alist-additions): Also match `.tbz2'.
2068 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2069 * files.el (auto-mode-alist): Add .PRO as per above autoload.
2071 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2073 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2074 (vc-dir-refresh): Set it here instead. (Bug#1067)
2076 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
2078 * faces.el (inhibit-frame-set-background-mode): New var.
2079 (frame-set-background-mode): Use it to avoid a loop in
2082 2008-10-02 Glenn Morris <rgm@gnu.org>
2084 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2087 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2089 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2090 that is, to take some action when a buffer is killed. Suggested by
2091 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
2093 (whitespace-action): Docstring and :type fix.
2094 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2096 (whitespace-add-local-hook, whitespace-remove-local-hook)
2097 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2099 2008-10-01 Magnus Henoch <mange@freemail.hu>
2101 * net/tls.el (open-tls-stream): Show the actual command being
2102 executed, instead of the format string.
2104 2008-10-01 Eli Zaretskii <eliz@gnu.org>
2106 * term/internal.el (dos-locale-alist): New alist.
2107 (dos-codepage-setup): Use it to compute a value of locale with
2108 which to call set-locale-environment. Remove code to set
2109 terminal, keyboard, and file-name encoding (done by
2110 set-locale-environment).
2112 * international/mule-cmds.el
2113 (set-language-environment-nonascii-translation): Fix nonascii
2114 value for `pc' ``window-system''.
2115 (set-display-table-and-terminal-coding-system)
2116 (set-default-coding-systems): Don't special-case `pc'.
2118 2008-10-01 Glenn Morris <rgm@gnu.org>
2120 * filesets.el (filesets-menu-name): Fix type.
2121 (filesets-menu-path, filesets-menu-before): Fix types.
2122 Change defaults to be consistent with recentf. (Bug#1056)
2124 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2126 * term/xterm.el (xterm-turn-on-modify-other-keys)
2127 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2128 Don't forget to pass `terminal' to `send-string-to-terminal'.
2130 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
2132 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2133 (vc-file-not-found-hook): Check, that `buffer-file-name' is
2134 non-nil. It is not clear, whether this is only fixing symptoms on
2135 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
2136 is embedded by that check. So it might be TRT. Suggested by Dan
2137 Nicolaescu <dann@ics.uci.edu>.
2139 2008-09-30 Eli Zaretskii <eliz@gnu.org>
2141 * Makefile.in (ELCFILES): Remove codepage.elc.
2143 * international/codepage.el: File removed, as even ms-dos doesn't
2146 * loadup.el [ms-dos]: Don't load ccl and codepage.
2148 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2149 (IT-character-translations, cjk-codepages-alist): Remove variables.
2150 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2151 (IT-unicode-translations): Remove charset and base elements.
2152 Add translations for Latin-1 characters.
2153 (IT-setup-unicode-display): Accept a CODING argument. Don't use
2154 base and chset elements of IT-unicode-translations. Don't wrap
2155 translation in "{...}". Set up translations only for characters
2156 for which unencodable-char-position returns non-nil.
2157 (dos-codepage-setup): Don't use special-case codepages in
2158 cjk-codepages-alist.
2160 * files.el (locate-dominating-file): Wrap directory-files with
2161 condition-case, instead of calling file-directory-p, which stats
2162 the directory one more time.
2164 * mail/mail-utils.el (mail-unquote-printable-region):
2165 Use insert-byte instead of insert-char, when the UNIBYTE arg is
2168 2008-09-30 Daiki Ueno <ueno@unixuser.org>
2170 * epa-file.el (epa-file-insert-file-contents): Fix typo.
2172 2008-09-30 Glenn Morris <rgm@gnu.org>
2174 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2176 2008-09-30 Daniel Colascione <danc@merrillpress.com>
2178 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2179 (which-function): Handle nested imenu trees.
2181 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2182 some nested menu items.
2184 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
2186 * calc/calc-units.el (math-standard-units): Add entries used to
2187 display the the values in the units buffer.
2188 (math-build-units-table): Add entries to the units table to be used
2189 to display the values in the units buffer.
2190 (math-build-units-table-buffer): Use the display entry of the units
2192 (calc-define-unit): Add option to enter display value of unit.
2194 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2196 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2198 2008-09-29 Eli Zaretskii <eliz@gnu.org>
2200 * files.el (locate-dominating-file): Take file-attributes of
2201 `dir', not of `file' (which never changes).
2203 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2205 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2206 also be `localname'.
2208 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2211 2008-09-28 Glenn Morris <rgm@gnu.org>
2213 * vc.el (vc-switches): Give it a doc string.
2215 2008-09-28 Romain Francoise <romain@orebokech.com>
2217 * comint.el (comint-show-output): Adjust to stickiness changes of
2220 * startup.el (command-line): Start the daemon server later.
2222 2008-09-28 Martin Rudalics <rudalics@gmx.at>
2224 * subr.el (read-quoted-char): Call char-resolve-modifiers
2225 instead of char-resolve-modifers.
2227 2008-09-27 Glenn Morris <rgm@gnu.org>
2229 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2230 than [return]. (Bug#1031)
2232 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
2234 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2236 2008-09-27 Daiki Ueno <ueno@unixuser.org>
2238 * epg.el (epg-wait-for-status): Check if there is no pending status.
2239 Reported by Ted Romer <ted@romerfamily.com>.
2241 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2243 * startup.el (command-line): Turn on menu-bar-mode and
2244 tool-bar-mode when running as a daemon.
2246 2008-09-26 Eli Zaretskii <eliz@gnu.org>
2248 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2249 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2250 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2251 ($(lisp)/progmodes/cc-engine.elc)
2252 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2253 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2254 ($(lisp)/progmodes/cc-subword.elc)
2255 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2257 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2258 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2259 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2260 ($(lisp)/progmodes/cc-engine.elc)
2261 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2262 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2263 ($(lisp)/progmodes/cc-subword.elc)
2264 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2266 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2268 * informat.el (Info-split-threshold): New variable.
2269 (Info-split): Use it.
2271 * textmodes/texinfmt.el (texinfo-format-buffer):
2272 Use Info-split-threshold to decide whether to split Info files.
2274 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2276 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2279 * comint.el (comint-dynamic-complete-as-filename): Quote directory
2280 name when reinserting it.
2282 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2283 word-search-backward-lax for incremental word search.
2285 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
2287 * generic-x.el (generic-other-modes): Fix typo in docstring.
2288 (generic-use-find-file-hook, generic-lines-to-scan)
2289 (generic-find-file-regexp, generic-ignore-files-regexp)
2290 (generic-define-mswindows-modes, generic-define-unix-modes):
2291 Remove `*' from docstring.
2292 (generic-mode-find-file-hook): Use `string-match-p'.
2293 (apache-log-generic-mode, mailagent-rules-generic-mode)
2294 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2295 (java-manifest-generic-mode, java-properties-generic-mode)
2296 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2297 for consistency with other modes in generic-x.el.
2299 2008-09-25 Martin Rudalics <rudalics@gmx.at>
2301 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2302 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2303 parens specially only if latex-handle-escaped-parens is non-nil.
2304 (latex-indent-within-escaped-parens): New option.
2305 (latex-find-indent): Bind latex-handle-escaped-parens to
2306 latex-indent-within-escaped-parens. Do not treat escaped parens
2307 specially when this is nil. (Bug#954)
2309 2008-09-25 Glenn Morris <rgm@gnu.org>
2311 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2313 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2315 * vc.el (vc-mark-resolved): Move message here from
2316 vc-default-mark-resolved.
2317 (vc-default-mark-resolved): Change to an alias for ignore.
2319 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
2321 * term.el (term-emulate-terminal): Encode input string before
2322 checking its length.
2324 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
2326 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2329 * server.el (server-buffer-done): Avoid changing the buffer when
2330 deleting the client's frame (bug#640).
2332 * vc.el (vc-default-mark-resolved): New function.
2334 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
2336 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2337 from raising a wrong-type-argument error.
2339 2008-09-24 Martin Rudalics <rudalics@gmx.at>
2341 * help-fns.el (describe-function-1, describe-variable): Print
2342 relative file name in help buffer.
2343 * faces.el (describe-face): Print relative file name in help
2346 2008-09-23 Romain Francoise <romain@orebokech.com>
2348 * subr.el (with-output-to-string): Make sure that the temporary
2351 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
2353 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2354 indentation problem with keyword symbols when a list starts with
2355 ,@ or spaces. (Bug#1012)
2357 2008-09-23 Martin Rudalics <rudalics@gmx.at>
2359 * textmodes/tex-mode.el (latex-find-indent): Try to handle
2360 escaped close parens correctly. (Bug#954)
2362 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
2364 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2365 usage of `fortune-file' even though a FILE argument was passed to
2368 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2370 * startup.el (command-line): Start the server when in daemon mode.
2371 Remove always true test.
2373 * frame.el (frame-initialize): Remove spurious setting of
2374 special-display-function with the default value.
2376 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
2378 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2380 2008-09-20 Glenn Morris <rgm@gnu.org>
2382 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2383 Fix custom type. (Bug#1011)
2385 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
2387 * files.el (move-file-to-trash): Avoid recursive trashing if
2388 rename-file calls delete-file.
2390 2008-09-20 Glenn Morris <rgm@gnu.org>
2392 * play/fortune.el: Remove leading `*' from defcustom docs.
2393 (fortune-program-options): Doc fix. Allow to be a string again.
2395 (fortune-in-buffer): Handle fortune-program-options as a string.
2396 Don't rely on fortune program accepting options after fortune file.
2398 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
2400 * play/fortune.el (fortune-program-options): Change to a list.
2401 (fortune-in-buffer): Use apply.
2403 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
2405 * emacs-lisp/authors.el: Change encoding of file to utf-8.
2406 (authors-coding-system): Likewise.
2408 2008-09-20 Ami Fischman <ami@fischman.org>
2410 * savehist.el (savehist-save): Handle errors in writing as well as
2413 2008-09-20 Michael Olson <mwolson@gnu.org>
2415 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2416 to provide a minimal performance boost.
2418 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2420 * proced.el (proced-grammar-alist, proced-custom-attributes)
2421 (proced-format-alist, proced-format, proced-filter-alist)
2422 (proced-filter, proced-sort): Use defcustom.
2423 (proced-mode): Fix docstring.
2424 (proced-process-attributes): Handle return value nil of functions
2425 in proced-custom-attributes.
2427 2008-09-19 Martin Rudalics <rudalics@gmx.at>
2429 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2430 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
2432 2008-09-19 Miles Bader <miles@gnu.org>
2434 * comint.el (comint-output-filter): Make field properties for
2435 output text front-sticky.
2437 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2439 * vc-bzr.el (vc-bzr-show-log-entry):
2440 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2441 C-x v l for a directory uses that.
2443 2008-09-18 Simon Josefsson <simon@josefsson.org>
2445 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2448 2008-09-18 Martin Rudalics <rudalics@gmx.at>
2450 * help-macro.el (make-help-screen): Preserve key bindings
2451 established in help-mode call when exiting this macro.
2453 2008-09-17 Kenichi Handa <handa@m17n.org>
2455 * language/burmese.el: Fix setting of composition-function-table.
2457 2008-09-17 Martin Rudalics <rudalics@gmx.at>
2459 * info.el (Info-follow-nearest-node): Don't raise an error for
2462 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
2464 * calc/calc-units.el (calc-convert-temperature): Use default
2465 units when appropriate.
2467 2008-09-16 Markus Triska <markus.triska@gmx.at>
2469 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
2470 catch errors raised in `texmathp'.
2471 (flyspell-tex-math-initialized): Remove.
2473 2008-09-16 Martin Rudalics <rudalics@gmx.at>
2475 * frame.el (select-frame-set-input-focus): With non-nil
2476 mouse-autoselect-window always move mouse cursor to frame's
2477 selected window. Otherwise restore pre 2008-09-13 behavior.
2478 (select-frame-by-name): Use select-frame-set-input-focus.
2480 * files.el (switch-to-buffer-other-frame): Don't raise frame since
2481 pop-to-buffer already does it.
2482 (display-buffer-other-frame): Fix doc-string.
2484 2008-09-16 Glenn Morris <rgm@gnu.org>
2486 * add-log.el (diff-find-source-location): Update declaration.
2488 * progmodes/make-mode.el (makefile-match-function-end):
2489 Move point. (Bug#983)
2491 2008-09-16 Daiki Ueno <ueno@unixuser.org>
2493 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2495 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
2497 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2498 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2500 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
2502 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2504 2008-09-15 Martin Rudalics <rudalics@gmx.at>
2506 * files.el (file-truename): Don't raise args-out-of-range error
2507 when filename has no separator on windows-nt. (Bug#982)
2509 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2511 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2512 be more honest when we don't know.
2513 (diff-tell-file-name): Don't prompt before the actual prompt.
2514 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2515 (diff-find-source-location): Add `noprompt' argument.
2516 (diff-current-defun): Don't prompt.
2518 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2520 * proced.el (proced-mark-face, proced-marked-face)
2521 (proced-sort-header-face): Remove.
2522 (proced-font-lock-keywords): Simplify.
2523 (proced-format): Use face proced-sort-header.
2524 (proced-format-interactive, proced-sort-interactive)
2525 (proced-filter-interactive): Only call proced-update if the scheme
2527 (proced-sort-header): Use posn-actual-col-row.
2529 2008-09-14 Martin Rudalics <rudalics@gmx.at>
2531 * add-log.el (change-log-find-window): New variable.
2532 (change-log-goto-source-1, change-log-goto-source):
2533 Set change-log-find-window to window displaying source.
2534 (change-log-next-error): Select window specified by
2535 change-log-find-window.
2537 2008-09-13 Martin Rudalics <rudalics@gmx.at>
2539 * frame.el (select-frame-set-input-focus): With focus follows
2540 mouse move mouse cursor to right window.
2541 * window.el (pop-to-buffer): Select window before calling
2542 select-frame-set-input-focus.
2544 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2546 * proced.el (proced-sort-header): New face.
2547 (proced-sort-header-face): New variable.
2548 (proced-format): Allow format value nil.
2549 Use proced-sort-header-face for header of sort column.
2550 (proced-format-args): New function.
2551 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2552 (proced-header-help-echo, proced-field-help-echo, proced-timer)
2553 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2554 (proced-refine): Rename from proced-filter-attribute. Doc fix.
2555 (proced-sort-header): Bind also to mouse-1.
2556 (proced-move-to-goal-column): Return position of point.
2557 (proced-filter-interactive): Always revert listing.
2558 (proced-format-ttname): Simplify.
2559 (proced-update): Do not keep undo information. Put point at
2560 beginning of buffer if we generate the first listing.
2562 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
2564 * doc-view.el (doc-view-scroll-up-or-next-page)
2565 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2566 vertically split windows.
2568 2008-09-12 Glenn Morris <rgm@gnu.org>
2570 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
2572 * indent.el (indent-line-function): Doc fix.
2573 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2575 2008-09-11 Martin Rudalics <rudalics@gmx.at>
2577 * window.el (pop-to-buffer): If the window for buffer-or-name is
2578 not on the selected frame, raise that window's frame and give it
2579 input focus. (Bug#745)
2581 2008-09-11 Glenn Morris <rgm@gnu.org>
2583 * ido.el (ido-mode): Initialize with custom-initialize-default,
2584 rather than a set function. (Bug#947)
2586 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
2588 * replace.el (perform-replace): Don't set inhibit-read-only using
2589 query-replace-skip-read-only (bug#956).
2591 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
2592 of the <<foo>> form.
2594 2008-09-10 Martin Rudalics <rudalics@gmx.at>
2596 * window.el (display-buffer): Fix doc-string typo.
2598 2008-09-10 Kenichi Handa <handa@m17n.org>
2600 * composite.el (compose-gstring-for-graphic): Fix previous change.
2602 2008-09-10 Glenn Morris <rgm@gnu.org>
2604 * info.el (Info-try-follow-nearest-node): Fix doc typo.
2606 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
2608 * info.el (Info-mouse-follow-nearest-node): Follow links to different
2611 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
2613 * ido.el (ido-unload-function): New function.
2615 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
2617 * ido.el (ido-file-internal): Fix typo in prompt.
2618 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
2619 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
2620 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
2621 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
2622 Fix typos in docstrings.
2624 2008-09-08 Martin Rudalics <rudalics@gmx.at>
2626 * help-fns.el (describe-function-1): Don't print extra newline
2629 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
2631 * help-fns.el (find-lisp-object-file-name): Handle case where
2632 library is compressed.
2634 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
2636 * complete.el (PC-do-completion): Don't replace buffer
2639 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
2641 * loadhist.el (unload-feature-special-hooks):
2642 Add `choose-completion-string-functions'.
2644 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2646 * vc-svn.el (vc-svn-root):
2647 * vc-sccs.el (vc-sccs-root):
2648 * vc-rcs.el (vc-rcs-root):
2649 * vc-cvs.el (vc-cvs-root): Delete.
2650 * vc-hooks.el (vc-find-root): Remove `invert' argument.
2652 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2654 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
2655 errors occurring in different files.
2657 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
2659 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
2660 (vc-bzr-status-printer): New function.
2661 (vc-bzr-after-dir-status): Deal with renamed files.
2663 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
2665 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
2668 2008-09-07 Martin Rudalics <rudalics@gmx.at>
2670 * subr.el (cancel-change-group): Widen buffer temporarily when
2671 undoing changes. (Bug#810)
2673 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
2675 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
2676 with gud-stop-subjob rather than exit debugger.
2678 2008-09-07 Kenichi Handa <handa@m17n.org>
2680 * composite.el: Compose combining characters only when it
2681 follows a character matching with "[[:alpha:]]".
2683 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2685 * proced.el: Require time-date.
2686 (proced-command-alist, proced-command, proced-goal-header-re)
2687 (proced-sorting-schemes-alist, proced-sorting-scheme)
2688 (proced-header-alist, proced-sorting-schemes-re)
2689 (proced-skip-regexp, proced-next-line, proced-previous-line)
2690 (proced-listing-type, proced-sorting-scheme-p): Remove.
2691 (proced-grammar-alist, proced-custom-attributes)
2692 (proced-format-alist, proced-format, proced-filter-alist)
2693 (proced-filter, proced-sort, proced-goal-attribute)
2694 (proced-timer-interval, proced-timer-flag, proced-timer)
2695 (proced-process-alist, proced-sort-internal, proced-process-tree)
2696 (proced-header-help-echo, proced-field-help-echo): New variables.
2697 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
2698 (proced-omit-process, proced-filter, proced-process-tree)
2699 (proced-filter-children, proced-children-pids)
2700 (proced-filter-parents, proced-<, proced-string-lessp)
2701 (proced-time-lessp, proced-xor, proced-sort-p)
2702 (proced-format-time, proced-format-start, proced-format-ttname)
2703 (proced-format, proced-process-attributes): New functions.
2704 (proced-toggle-timer-flag, proced-mark-children)
2705 (proced-mark-parents, proced-filter-interactive)
2706 (proced-filter-attribute, proced-sort-interactive)
2707 (proced-sort-header, proced-format-interactive): New commands.
2708 (proced-move-to-goal-column): Use goal-column.
2709 (proced-mode): Use proced-timer.
2710 (proced-do-mark-all): Display process count. Use use-region-p.
2712 (proced-omit-processes): Use use-region-p.
2713 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2714 (proced-sort-start, proced-sort-time, proced-sort-user):
2715 Use proced-sort-interactive.
2716 (proced-sort): Make it a function that performs the actual sort.
2717 (proced-update): New arg revert. Use proced-process-alist,
2718 proced-filter, proced-sort, proced-format, and
2719 proced-grammar-alist. Preserve position of point based on fields.
2720 Make header line and fields clickable.
2721 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
2722 (proced-why): Use save-selected-window.
2723 (proced-log): Use buffer-read-only.
2725 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
2727 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
2729 2008-09-06 Glenn Morris <rgm@gnu.org>
2731 * add-log.el (diff-find-source-location): Declare.
2732 (find-change-log): If called from a diff buffer, try to switch to the
2733 source buffer (e.g. to respect change-log-default-name there).
2735 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
2736 unallowed characters; added 2006-10-10 without comment. (Bug#753)
2738 * Makefile.in (ELCFILES): Update.
2740 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
2742 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
2743 user enters a mouse event in another frame, or a special event.
2745 * server.el (server-switch-buffer): New arg.
2746 (server-execute): If reusing an existing window, set file position
2749 2008-09-06 Kenichi Handa <handa@m17n.org>
2751 * language/lao.el: Fix setting of composition-function-table.
2753 2008-09-06 Eli Zaretskii <eliz@gnu.org>
2755 * term/pc-win.el (msdos-show-help): Don't truncate lines while
2756 displaying help echo messages.
2758 2008-09-06 Martin Rudalics <rudalics@gmx.at>
2760 * subr.el (symbol-file): Fix doc-string.
2762 2008-09-06 Glenn Morris <rgm@gnu.org>
2764 * help-mode.el (help-xref-forward-stack): Doc fix.
2766 * add-log.el (change-log-default-name): Autoload safety.
2768 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
2770 * verilog-mode.el (verilog-library-extensions): Enable .sv
2771 filename extensions to call verilog-mode.
2772 (verilog-auto, verilog-auto-inst, verilog-faq)
2773 (verilog-submit-bug-report): Update author support URLs.
2774 (verilog-delete-auto, verilog-auto-inout-module)
2775 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
2776 creating complemented testbench modules. Suggested by Yishay Belkind.
2777 (verilog-auto-inst-port, verilog-simplify-range-expression):
2778 When verilog-auto-inst-param-value is set, don't require a
2779 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
2781 (verilog-auto-inst-param-value): Add safe variable.
2782 (verilog-re-search-forward, verilog-re-search-backward):
2783 Fix returning wrong search results on Emacs 22.1.
2784 (verilog-modi-cache-results, verilog-auto): Fix warning message
2785 about "toggling font-lock-mode."
2786 (verilog-auto): Fix losing font-lock on errors.
2787 (verilog-auto-inst-param-value, verilog-mode-version)
2788 (verilog-mode-version-date, verilog-read-inst-param-value)
2789 (verilog-auto-inst, verilog-auto-inst-param)
2790 (verilog-auto-inst-port, verilog-simplify-range-expression):
2791 Allow parameters to be replaced with their values, on the expansion of
2792 an AUTOINST with Verilog 2001 style parameter settings.
2793 Suggested by David Rogoff.
2795 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
2797 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
2798 Better support for the property statement. Sometimes this keyword
2799 introduces a statement which requires an endproperty keyword, and
2800 sometimes it doesn't, depending on the work before the property
2801 word. If property is prefixed with assert, assume or cover
2802 keyword, then the statement is ended with a ';'. Otherwise,
2803 property is like task or specify, and is followed by some number
2804 of statements, which are ended with an endproperty keyword.
2805 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
2806 in a highlighted region: indent each line in region according to
2807 mode. Supply this so it works in XEmacs and older Emacs.
2809 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2811 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
2812 Don't clean up a buffer when killing it.
2814 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2816 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
2817 buffers (bug#360). New version 11.2.1.
2818 (whitespace-action): New value `warn-read-only' to give a warning when
2819 buffer is read-only and whitespace action is cleanup or auto-cleanup.
2820 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
2821 (whitespace-warn-read-only): New fun.
2823 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
2825 * international/quail.el: Require help-mode.
2826 (quail-help-init): Function removed.
2827 (quail-keyboard-layout-button, quail-keyboard-customize-button):
2830 * dired.el (dired-get-filename): Rewrite octal escape character
2831 processor (bug#885).
2833 2008-09-05 Eli Zaretskii <eliz@gnu.org>
2835 * cus-edit.el (custom-button-pressed): Default to inverse-video.
2837 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
2838 not just for terminal-frame.
2840 2008-09-05 Martin Rudalics <rudalics@gmx.at>
2842 * window.el (window--try-to-split-window): Don't split when window
2843 is not splittable in last disjunct. (Bug#888)
2845 2008-09-05 Kenichi Handa <handa@m17n.org>
2847 * language/tibetan.el: Fix setting of composition-function-table.
2849 * composite.el (find-composition): Mention about the automatic
2850 composition in the docstring.
2851 (compose-gstring-for-graphic): Fix handling "above" marks.
2853 * descr-text.el (describe-char): Fix handling of automatic composition.
2855 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
2857 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
2858 (tramp-parse-connection-properties): Reflow docstring.
2860 2008-09-04 Kim F. Storm <storm@cua.dk>
2862 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
2863 and other-frame methods when switching between file and buffer modes.
2865 2008-09-04 Martin Rudalics <rudalics@gmx.at>
2867 * info.el (Info-dir-remove-duplicates): Narrow buffer when
2868 removing duplicate entries under same heading. Don't skip char
2869 matching anything but a space or tab at bol. (Bug#864)
2871 2008-09-03 Alan Mackenzie <acm@muc.de>
2873 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
2875 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2877 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
2878 (completion-pcm--all-completions): Move the case-fold-search binding to
2879 it also applies to completion-regexp-list (used in all-completions).
2880 (completion-pcm--hilit-commonality): Add missing case-fold-search.
2882 2008-09-03 Martin Rudalics <rudalics@gmx.at>
2884 * window.el (pop-up-frame-function): Move ...
2885 * frame.el (pop-up-frame-function): ... here, to avoid
2886 "CHANGED outside Customize;".
2888 2008-09-03 Glenn Morris <rgm@gnu.org>
2890 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2892 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
2894 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
2895 non-alphabetical characters properly.
2897 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2899 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2901 2008-09-02 Martin Rudalics <rudalics@gmx.at>
2903 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
2904 control-prefixed keys. (Bug#835)
2906 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
2908 * image-mode.el (image-mode): Fix 2008-07-19 change.
2910 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
2912 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
2914 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
2916 2008-09-02 Glenn Morris <rgm@gnu.org>
2918 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
2920 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
2922 2008-09-01 Glenn Morris <rgm@gnu.org>
2924 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
2925 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
2926 and fix name typos. (Bug#856)
2928 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
2930 * minibuffer.el (completion-pcm--pattern->regex):
2931 When completion-ignore-case is non-nil, generate a regexp that
2934 * window.el (recenter-top-bottom): Doc fix.
2936 2008-09-01 Simon South <ssouth@member.fsf.org>
2938 * progmodes/delphi.el: New maintainer.
2939 (delphi-interface-types): New var.
2940 (delphi-composite-types): Use it.
2941 (delphi-enclosing-indent-of): Distinguish between "interface"
2942 keyword as a unit separator and used like a class declaration.
2944 2008-09-01 Martin Rudalics <rudalics@gmx.at>
2946 * help-fns.el (describe-simplify-lib-file-name)
2947 (find-source-lisp-file): Remove.
2948 (find-lisp-object-file-name): New function giving preference to
2949 files found via load-path instead of loaddefs.el.
2950 (describe-function-1): Use new function instead of the removed
2951 ones. (Bugs #587, #669, #690)
2952 * faces.el (describe-face): Use find-lisp-object-file-name instead
2953 of describe-simplify-lib-file-name.
2955 2008-09-01 Kenichi Handa <handa@m17n.org>
2957 * international/mule-diag.el (font-show-log): Fix previous change.
2959 * international/mule-cmds.el (set-language-environment):
2960 Don't overwrite current-iso639-language if the current language
2961 environment doesn't provide that data.
2962 (set-locale-environment): Set current-iso639-language from the
2965 * international/fontset.el (script-representative-chars): Re-add
2966 the entry for symbol, but with vector of characters.
2967 (setup-default-fontset): Cancel previous change.
2969 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
2971 * ido.el: Move provide statement to the end of the file.
2973 2008-08-30 Markus Triska <markus.triska@gmx.at>
2975 * linum.el (linum-mode): `window-size-change-functions' can now be
2977 (linum-update-window): Use result of `move-overlay'.
2979 2008-08-30 Glenn Morris <rgm@gnu.org>
2981 * subr.el (make-variable-frame-local): Tweak obsolescence message.
2983 * info.el (Info-hide-note-references, Info-refill-paragraphs):
2986 * apropos.el (apropos-command): Report documentation errors.
2987 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
2989 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
2991 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
2994 2008-08-29 Eli Zaretskii <eliz@gnu.org>
2996 * bindings.el (mode-line-frame-identification): Fix last change.
2998 2008-08-29 Kenichi Handa <handa@m17n.org>
3000 These changes are to adjust the automatic composition for the new
3001 implementation (avoid using text property).
3003 * composite.el (composition-function-table): Move declaration to
3005 (terminal-composition-base-character-p): Delete it.
3006 (terminal-composition-function): Delete it.
3007 (terminal-composition-function-table): Delete it.
3008 (lgstring-header, lgstring-set-header, lgstring-font)
3009 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3010 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3011 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3012 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3013 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3014 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3015 (compose-glyph-string, compose-glyph-string-relative)
3016 (compose-gstring-for-graphic, compose-gstring-for-terminal):
3018 (auto-compose-chars): Argument changed.
3020 * language/european.el: Don't setup composition-function-table.
3021 (diacritic-composition-pattern, diacritic-compose-region)
3022 (diacritic-compose-string, diacritic-compose-buffer)
3023 (diacritic-composition-function): Delete them.
3025 * language/lao-util.el (lao-composition-function): Argument changed.
3027 * language/sinhala.el: Fix setting up of composition-function-table.
3029 * language/thai.el: Fix setting up of composition-function-table.
3031 * language/thai-util.el: Encoding changed to utf-8.
3032 (thai-composition-function): Argument changed.
3034 * language/indian.el: Fix setting up of composition-function-table.
3035 (devanagari-composable-pattern)
3036 (tamil-composable-pattern, kannada-composable-pattern)
3037 (malayalam-composable-pattern): New variables.
3039 * international/characters.el (unicode-category-table):
3040 Setup unicode-category-table.
3042 * international/fontset.el (setup-default-fontset): Prepend
3043 iso10646-1 fonts to the fallback font groups instead of appending.
3045 2008-08-29 Glenn Morris <rgm@gnu.org>
3047 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3049 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3051 * term/x-win.el (x-win-suspend-error): Don't signal error if there
3052 are no X frames active.
3054 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
3056 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3057 `ignore-errors' (the function must succeed always).
3059 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
3061 * json.el (json-read-number): New arg. Handle explicitly signed
3063 (json-readtable): Add `+' and `.'.
3065 2008-08-28 Eli Zaretskii <eliz@gnu.org>
3067 * term/pc-win.el (msdos-previous-message): New variable.
3068 (msdos-show-help): New function.
3069 (msdos-initialize-window-system): Set show-help-function to
3072 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3074 * emacs-lisp/debug.el (debug): When killing a noninteractive
3075 Emacs, give an exit status of -1.
3077 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3079 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3081 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3083 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3084 not the same as the last modification time, fall back on the
3085 backend-specific check.
3087 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
3089 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3090 to go to the position of interest.
3092 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
3094 * textmodes/artist.el (artist-mode-init): Add comment on the
3095 setting up of the `artist-replacement-table' array.
3096 (artist-get-replacement-char): New defsubst.
3097 (artist-get-char-at-xy-conv, artist-replace-char)
3098 (artist-replace-chars, artist-replace-string): Use it instead of
3099 accessing `artist-replacement-table' directly.
3100 Reported by Rubén Berenguel <ruben@maia.ub.es>.
3102 (artist-mt): Fix structures for cut and copy operations.
3104 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
3106 * shell.el (shell-file-name-quote-list): Quote `$'.
3108 * comint.el (comint-dynamic-complete-as-filename): Generalize last
3109 change to allow quoting of characters before point.
3110 (comint-dynamic-list-filename-completions): Quote common substring.
3112 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
3114 * comint.el (comint-dynamic-complete-as-filename): If case is
3115 ignored while matching, replace the entire filename with completion.
3117 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3118 flyspell-pre-point is valid to avoid signalling an error in
3121 2008-08-26 Johan Bockgård <bojohan@gnu.org>
3123 * linum.el (linum): Inherit remaining face attributes from default
3126 2008-08-26 Markus Triska <markus.triska@gmx.at>
3128 * linum.el (linum-delay): Disable - it should no longer be
3129 necessary, and can lead to longer delays.
3130 (linum-update-window): Renumber if margin width has changed.
3132 2008-08-26 Daiki Ueno <ueno@unixuser.org>
3134 * epa.el (epa--key-widget-action): Save the selected window to
3135 make `widget-button-click-moves-point' work. (Bug#733).
3137 2008-08-26 Glenn Morris <rgm@gnu.org>
3139 * calendar/holidays.el (calendar-holidays): Doc fix.
3141 * progmodes/gud.el (tramp-file-name-localname)
3142 (tramp-dissect-file-name): Declare.
3144 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3146 2008-08-25 Eli Zaretskii <eliz@gnu.org>
3148 * bindings.el (mode-line-frame-control): New function, caters to
3149 `pc' ``window system''.
3150 (mode-line-frame-identification): Use it instead of accessing
3151 window-system directly.
3153 2008-08-25 Juri Linkov <juri@jurta.org>
3155 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3156 `center-line' and "\eS" from `center-paragraph'.
3157 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3160 2008-08-25 Ulf Jasper <ulf@web.de>
3162 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3163 (newsticker-treeview-treewindow-width): New.
3164 (newsticker-treeview-listwindow-height): New.
3165 (newsticker-treeview-browse-url-item): New.
3166 (newsticker-treeview-mode-map):
3167 Add newsticker-treeview-browse-url-item.
3168 (newsticker--treeview-window-init):
3169 Use newsticker-treeview-treewindow-width and
3170 newsticker-treeview-listwindow-height.
3172 * net/newst-reader.el (newsticker-browse-url-item): New.
3174 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3176 * vc-dir.el (vc-dir-marked-only-files-and-states):
3177 (vc-dir-child-files-and-states): Reverse the list before returning it.
3179 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
3181 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3183 2008-08-24 Romain Francoise <romain@orebokech.com>
3185 * progmodes/python.el (run-python): Remove '' from sys.path.
3187 2008-08-23 Glenn Morris <rgm@gnu.org>
3189 * progmodes/fortran.el (fortran-tab-mode-string)
3190 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3192 2008-08-23 Eli Zaretskii <eliz@gnu.org>
3194 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3195 Add declare-function.
3197 * startup.el (command-line): Don't call tty-register-default-colors
3198 if initial-window-system is `pc'.
3200 * term/internal.el (local-function-key-map): Fix unbalanced parens.
3201 (msdos-key-remapping-map): New variable. Move here all the special
3202 keys we will be remapping via local-function-key-map.
3203 (msdos-setup-keyboard): New function.
3205 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3207 (terminal-init-internal): New function, errors out if called.
3208 (msdos-initialize-window-system): New function.
3209 (msdos-create-frame-with-faces): Set the terminal's
3210 `terminal-initted' (sic!) parameter.
3211 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3212 (window-system-initialization-alist):
3213 Add msdos-initialize-window-system.
3214 (handle-args-function-alist): Use tty-handle-args for `pc'
3215 ``window system'' as well.
3218 * term/tty-colors.el (tty-register-default-colors): Remove bogus
3219 code for using msdos-color-values.
3221 * loadup.el [ms-dos]: Load term/pc-win.
3223 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
3225 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3228 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
3230 * progmodes/gud.el (gud-common-init): Use absolute file so that
3231 perldb works with tramp (sudo).
3233 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3234 match data in process filters.
3236 2008-08-23 Martin Rudalics <rudalics@gmx.at>
3238 * dired.el (dired-buffer-stale-p): Do not revert buffer that
3241 2008-08-23 Glenn Morris <rgm@gnu.org>
3243 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3244 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
3246 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3248 * subr.el (temp-buffer-show-hook): Doc fix.
3250 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
3252 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3253 and "INSIDE_EMACS=...". Reported by Tassilo Horn
3254 <tassilo@member.fsf.org>.
3256 * net/trampver.el: Update release number.
3258 * net/xesam.el (xesam-minor-mode): New minor mode.
3259 (xesam-highlight-buffer): Remove. Code moved to
3261 (xesam-refresh-entry): Use `xesam-minor-mode'.
3263 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
3265 * minibuffer.el (completion--try-word-completion):
3266 Disable partial-completion when considering the addition of a space
3269 2008-08-21 John Paul Wallington <jpw@pobox.com>
3271 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3272 filename of `tofile' doesn't contain any colons on Windows,
3273 Cygwin, and MS-DOS systems.
3275 2008-08-21 Daiki Ueno <ueno@unixuser.org>
3277 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3278 (epg-context-set-progress-callback): Make sure the callback is a
3279 cons of a function and a handback. Update all callers.
3281 2008-08-20 David Reitter <david.reitter@gmail.com>
3283 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3284 Patch applied by Adrian Robert.
3286 2008-08-20 Kevin Ryde <user42@zip.com.au>
3288 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3291 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
3293 * net/xesam.el (xesam-highlight-string): Precise doc string.
3294 (xesam-highlight-buffer): New defun.
3295 (xesam-refresh-entry): Use it. Better check for sourceModified.
3297 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3299 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3302 2008-08-19 Kenichi Handa <handa@m17n.org>
3304 * language/european.el ("Esperanto"): Change the preferred
3305 charsets to iso-8859-3.
3307 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3309 * international/fontset.el (script-representative-chars):
3310 Delete the entry for symbol.
3311 (setup-default-fontset): For symbol characters, don't specify
3314 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3316 * minibuffer.el (completion-table-dynamic): Doc fix.
3318 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3321 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3323 * emulation/edt.el (edt-default-emulation-setup):
3324 Share global-buffers-menu-map with the emulated global map.
3326 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3328 * term/ns-win.el (global): Uncomment "put backspace
3329 ascii-character..." and friends, they are needed for tramp. (Bug#725)
3331 2008-08-18 Kenichi Handa <handa@m17n.org>
3333 * international/mule-diag.el (font-show-log): Add optional arg N
3334 to control the limit of font listing.
3336 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3338 * window.el (recenter-top-bottom): Determine top and bottom
3339 positions using scroll-margin instead of scroll-conservatively.
3341 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3343 * proced.el (proced-send-signal): Use beginning-of-line.
3345 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3347 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3348 (proced-mode-map): Add tooltips for menus. Use radio buttons for
3350 (proced-log-buffer): New variable.
3351 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3352 region if transient-mark-mode is turned on and the region is active.
3353 (proced-omit-processes): Rename from proced-hide-processes to
3354 avoid key clash with describe-mode (bound to h). Search for
3355 marked processes starting from point-min.
3356 (proced-header-space): Remove.
3357 (proced-send-signal): Handle errors. Operate on current process
3358 if no process is marked.
3359 (proced-why): New command.
3360 (proced-log, proced-log-summary): New functions.
3361 (proced-help): Use proced-why.
3362 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3363 (bibtex-autokey-year-title-separator): Fix docstring.
3365 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
3367 * net/xesam.el (xesam-vendor, xesam-notify-function):
3368 New local variables.
3369 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
3370 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
3371 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3372 (xesam-new-search): Initialize `xesam-vendor'.
3374 2008-08-15 Glenn Morris <rgm@gnu.org>
3376 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3378 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3379 unless at the end of the pipeline. (Bug#699).
3381 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
3383 * minibuffer.el (completion-boundaries): Doc fix.
3384 (display-completion-list): Only default base-size to zero if
3385 completing in the minibuffer.
3387 * simple.el (completion-base-size): Doc fix.
3388 (choose-completion): Try reselecting completion-reference-buffer.
3390 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
3392 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3393 also for remote directories.
3395 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3397 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3398 since those precomputed values aren't used any more.
3399 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3401 2008-08-14 Martin Rudalics <rudalics@gmx.at>
3403 * help.el (with-help-window): Return last value in BODY.
3405 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
3407 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3408 notify function of the URL.
3409 (xesam-new-search): Encode special characters in the query string.
3411 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
3413 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3415 2008-08-13 Andreas Schwab <schwab@suse.de>
3417 * net/tramp.el (tramp-handle-shell-command): Handle output going
3418 to current buffer like shell-command. Don't disable undo.
3420 2008-08-13 Glenn Morris <rgm@gnu.org>
3422 * eshell/esh-cmd.el (eshell/which): Handle the case where no
3423 description is found.
3425 2008-08-12 Alan Mackenzie <acm@muc.de>
3427 * progmodes/cc-defs.el (c-emacs-features):
3428 argumentative-bod-function: bind mark-ring to avoid accumulating a
3431 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
3433 * simple.el (visual-line--saved-state): New var.
3434 (visual-line-mode): Save local values of variables, and restore
3435 them when visual-line-mode is disabled.
3437 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
3439 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3441 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
3443 * progmodes/cc-defs.el (c-emacs-features):
3444 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3445 moving point during the test.
3447 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3449 2008-08-11 Glenn Morris <rgm@gnu.org>
3451 * term/ns-win.el (x-parse-geometry): Doc fix.
3453 * dired.el (x-popup-menu):
3454 * hi-lock.el (x-popup-menu):
3455 * mouse.el (font-face-attributes):
3456 * calendar/cal-menu.el (x-popup-menu):
3457 * calendar/calendar.el (x-popup-menu):
3458 * calendar/holidays.el (x-popup-menu):
3459 * progmodes/cperl-mode.el (x-popup-menu):
3460 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3461 (x-open-connection):
3462 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3463 (x-command-line-resources):
3464 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3465 (x-display-name, x-command-line-resources):
3466 Add declarations for builds without X.
3468 2008-08-10 Glenn Morris <rgm@gnu.org>
3470 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
3472 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3474 * vc-bzr.el (vc-bzr-find-revision): Rename from
3475 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3477 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
3479 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3480 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
3481 "DONE", when all hits are retrieved.
3482 (xesam-search): Autoload it.
3484 2008-08-11 John Paul Wallington <jpw@pobox.com>
3486 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3487 empty string when no filename.
3488 (define-ibuffer-column filename): Accommodate that change.
3490 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3491 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3493 2008-08-10 Glenn Morris <rgm@gnu.org>
3495 * Makefile.in (ELCFILES): Update.
3497 2008-08-10 John Paul Wallington <jpw@pobox.com>
3499 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3501 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
3503 * battery.el (battery-echo-area-format, battery-status-function):
3504 Handle new Linux sysfs format for battery reporting.
3505 (battery-linux-sysfs): New function.
3507 2008-08-07 Martin Rudalics <rudalics@gmx.at>
3509 * add-log.el (change-log-search-tag-name)
3510 (change-log-goto-source): Fix behavior when point is not on tag.
3512 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3514 * startup.el (command-line-ns-option-alist): Use ignore instead of
3517 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3518 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3519 (ns-alternatives-map): New variable.
3520 (x-set-up-function-keys): Use it.
3521 (global): Comment out "put backspace ascii-character..." and friends.
3522 Move function-key-map into ns-alternatives-map. Don't call
3523 precompute-menubar-bindings. Don't set anything connected with
3525 (after-make-frame-functions): Clarify comment why a hook is added.
3527 2008-08-06 Joakim Verona <joakim@verona.se>
3529 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3532 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3534 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3535 Fix 2008-01-01 change: use a shy group to not affect subsequent
3538 2008-08-06 Reto Zimmermann <reto@gnu.org>
3540 * progmodes/vera-mode.el (vera-electric-tab):
3541 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3544 2008-08-06 Kenichi Handa <handa@m17n.org>
3546 * faces.el (face-valid-attribute-values): Fix handling the value
3547 of (font-family-list) and font-XXX-table.
3549 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3551 * proced.el (proced-menu): Bind the correct function to for toggling.
3553 * vc-dir.el (vc-dir-mode): Fix typo.
3555 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3557 * whitespace.el (whitespace-newline-mode)
3558 (global-whitespace-newline-mode, whitespace-mode)
3559 (global-whitespace-mode): Improve docstring.
3561 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
3563 * kmacro.el (kmacro-exec-ring-item): Add autoload.
3565 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3567 * cus-start.el (all): Handle auto-save-visited-file-name.
3569 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
3571 * files.el (hack-one-local-variable-eval-safep): Handle
3572 lisp-indent-function and scheme-indent-function in addition to the
3573 deprecated lisp-indent-hook.
3575 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
3577 * net/xesam.el (top): Require `wid-edit' always.
3578 (xesam-mode-line, xesam-highlight): New deffaces.
3579 (xesam-objects): New local variable.
3580 (xesam-search-engines): Fix error in field list.
3581 (xesam-mode): Use `xesam-mode-line' instead of
3582 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
3583 proper initialization (why?).
3584 (xesam-highlight-string, xesam-get-hits)
3585 (xesam-kill-buffer-function): New defuns.
3586 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
3587 result of "hit.fields", it isn't a string only. Wrap an error of
3588 the strigi search engine ("xesam:size" is returned as string).
3589 Highlight search items.
3590 (xesam-refresh-search-buffer): Make logic of counters more simple.
3592 (xesam-signal-handler): Use `xesam-mode-line' instead of
3593 `font-lock-type-face'.
3594 (xesam-new-search): Add `xesam-kill-buffer-function' to
3597 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3599 * add-log.el (change-log-next-error, change-log-mode): Add support
3600 for `next-error' to call `change-log-goto-source' on named files
3603 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
3605 * calc/calc.el (math-read-number): Handle all C-like languages
3608 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
3610 * calc/calc.el (math-read-number): Handle C numbers beginning with
3613 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3615 * term/ns-win.el ([ns-new-frame]): New global key.
3617 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
3619 * international/mule-cmds.el (read-char-by-name):
3620 Check UCS names with `assoc-string' and case folding.
3622 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
3624 * net/dbus.el (dbus-call-method-asynchronously)
3625 (dbus-method-return-internal, dbus-method-error-internal):
3626 Declare them with `declare-function'.
3628 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
3630 * descr-text.el (describe-char-display): Fix last change:
3631 don't pass CHARSET to `encoded-string-description'.
3633 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3635 * vc.el (vc-next-action): Update list var correctly after delete.
3637 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
3639 * ido.el (ido-mode): Add toggle notification.
3641 * cus-edit.el (custom-save-all): Avoid destroying symlink if
3642 already visiting the custom file.
3644 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3645 pending output coming after the status change.
3647 2008-08-02 Jason Rumney <jasonr@gnu.org>
3649 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
3651 2008-08-01 Kenichi Handa <handa@m17n.org>
3653 * international/mule-cmds.el (encode-coding-char):
3654 New optional arg CHARSET.
3656 * descr-text.el (describe-char-display): Call encode-coding-char
3657 with the arg CHARSET.
3658 (describe-char): Pay attention to the text-property `charset'.
3660 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
3662 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
3664 (dbus-set-property): Call `dbus-introspect-get-property' instead
3665 of `dbus-get-property'.
3667 * net/xesam.el (xesam-all-fields): Remove source and content
3669 (xesam-dbus-unique-names): New defvar.
3670 (xesam-dbus-call-method): New defun. Replace all calls of
3671 `dbus-call-method' by `xesam-dbus-call-method'.
3672 (xesam-get-cached-property, xesam-set-cached-property):
3674 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
3675 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
3676 (xesam-search-engines): Make it an association list. Take changed
3677 layout into account in the corresponding function.
3678 (xesam-delete-search-engine): Remove check for consistency of
3679 `xesam-search-engines', not needed anymore.
3680 (xesam-mode): Show XML query string only in the debug case.
3682 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
3684 * files.el (read-file-modes): Fix typo in docstring.
3686 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
3688 * Makefile.in: Avoid maintainer warning for autogenerated unicode
3691 * apropos.el (apropos-symbol): Don't set button skip by default.
3692 (apropos-print): Set button skip iff searching for multiple types.
3693 (apropos-print-doc): Insert blank label button when searching for
3696 * button.el (forward-button): Avoid infloop.
3698 * minibuffer.el (read-file-name-completion-ignore-case):
3699 Add cygwin to the list.
3701 2008-07-31 Sven Joachim <svenjoac@gmx.de>
3703 * files.el (abbreviate-file-name): When replacing $HOME with ~,
3704 turn off case-fold-search.
3706 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
3708 * net/dbus.el (top): Don't register for "NameOwnerChanged".
3709 (dbus-message-type-invalid, dbus-message-type-method-call)
3710 (dbus-message-type-method-return, dbus-message-type-error)
3711 (dbus-message-type-signal): New defconst.
3712 (dbus-ignore-errors): Fix `edebug-form-spec' property.
3713 (dbus-return-values-table): New defvar.
3714 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
3716 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
3717 Extend docstring. Adapt implementation according to new
3718 `dbus-event' layout.
3719 (dbus-event-service-name, dbus-event-path-name)
3720 (dbus-event-interface-name, dbus-event-member-name):
3721 Adapt implementation according to new `dbus-event' layout.
3722 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
3724 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
3725 (xesam-mode): Rework implementation.
3726 (xesam-new-search): Additional parameter TYPE.
3727 (xesam-search): Adapt call of `xesam-new-search'.
3729 2008-07-31 Juri Linkov <juri@jurta.org>
3731 * dired-aux.el (dired-do-chmod): Set default value to the original
3732 mode string using absolute notation like u=rwx,g=rx,o=rx.
3733 Use it as a new arg `default' of `dired-mark-read-string'.
3734 (dired-mark-read-string): Add new optional arg `default'.
3736 * files.el (read-file-modes): Set default value to the original
3737 mode string using absolute notation like u=rwx,g=rx,o=rx.
3738 Use it as the `default' arg of `read-string'.
3740 * filesets.el (filesets-cmd-isearch-getargs): Check if the
3741 variable `files' is bound to avoid warnings.
3743 * isearch.el (isearch-forward-regexp, isearch-forward-word)
3744 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
3745 to the command `isearch-forward' instead of displaying "See C-s".
3746 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
3747 with their interactive specifications. Move reading the face name to
3748 the main body after calls to isearch-done and isearch-clean-overlays.
3750 * mb-depth.el: Unify all names under one common name prefix
3751 `minibuffer-depth-'.
3752 (minibuffer-depth-indicator-function): Rename from
3753 `minibuf-depth-indicator-function'.
3754 (minibuffer-depth-overlay): Rename from
3755 `minibuf-depth-overlay'.
3756 (minibuffer-depth-setup): Rename from
3757 `minibuf-depth-setup-minibuffer'.
3758 (minibuffer-depth-indicate-mode): Rename from
3759 `minibuffer-indicate-depth-mode'.
3761 2008-07-31 Juri Linkov <juri@jurta.org>
3763 * dired-aux.el (dired-isearch-filenames-toggle): New command.
3764 (dired-isearch-filenames-setup): Bind "\M-sf" to
3765 dired-isearch-filenames-toggle in isearch-mode-map.
3766 (dired-isearch-filenames-end): Bind "\M-sf" to nil
3767 in isearch-mode-map.
3769 * isearch.el (isearch-edit-string-set-word): New command.
3770 (minibuffer-local-isearch-map): Bind "\C-w" to
3771 isearch-edit-string-set-word.
3772 (isearch-new-word): Temporary internal variable.
3773 (isearch-edit-string): Remove special case of reading the
3774 first character and checking it for C-w.
3776 * simple.el (read-shell-command, shell-command):
3777 Move code that uses minibuffer-with-setup-hook to set
3778 minibuffer-default-add-function to minibuffer-default-add-shell-commands
3779 from the interactive spec of `shell-command' to `read-shell-command'.
3781 * international/mule-cmds.el (read-char-by-name):
3782 Accept hash notation. Doc fix.
3783 (ucs-insert): Doc fix. Convert to number only when `arg' is
3784 a string. Use separate error message when `arg' is not an integer.
3785 Bind `ucs-insert' to `C-x 8 RET'.
3787 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
3789 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
3790 move the (arglist-cont-nonempty) from c-offsets-alist to
3791 c-hanging-braces-alist like other styles already have.
3793 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3795 * textmodes/texinfmt.el:
3798 * international/mule.el:
3799 * international/latexenc.el:
3800 * emulation/viper-util.el:
3801 * emulation/viper-init.el:
3802 * emulation/viper-ex.el:
3803 * emacs-lisp/bytecomp.el:
3827 * add-log.el: Remove VMS support.
3828 * obsolete/vmsproc.el:
3829 * obsolete/vms-pmail.el:
3830 * obsolete/vms-patch.el: Remove file.
3832 2008-07-31 Alan Mackenzie <acm@muc.de>
3834 * progmodes/cc-mode.el (c-before-hack-hook): New function
3835 (Top Level): Install c-before-hack-hook on
3836 before-hack-local-variables-hook, rather than
3837 c-postprocess-file-styles on hack-local-variables-hook.
3839 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
3841 * files.el (normal-mode): Move call to hack-project-variables into
3842 hack-local-variables.
3843 (file-local-variables-alist, before-hack-local-variables-hook):
3845 (ignored-local-variables): Add file-local-variables-alist.
3846 (hack-local-variables-filter): Renamed from
3847 hack-local-variables-apply. Add the result to
3848 file-local-variables-alist, without applying them.
3849 (hack-local-variables): Set file-local-variables-alist to nil.
3850 Call hack-project-variables and before-hack-local-variables-hook.
3851 Apply variables here, instead of hack-local-variables-apply.
3852 Based on a patch by Alan Mackenzie.
3854 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
3856 * info-look.el (autoconf-mode :doc-spec): For
3857 "(autoconf)M4 Macro Index", if the item already
3858 begins with "AS_", don't prefix that string again.
3860 2008-07-30 Juri Linkov <juri@jurta.org>
3862 * info.el (info, Info-mode): Doc fix.
3864 * isearch.el (isearch-mode-map): Bind `M-s r' to
3865 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
3866 (search-map): Bind `M-s w' to `isearch-forward-word' globally
3867 in the global map `search-map'.
3868 (isearch-forward): Doc fix.
3869 (isearch-forward-word, isearch-toggle-case-fold): New commands.
3871 * simple.el (quoted-insert): Comment out code that treats
3872 0240-0377 specially.
3874 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
3876 * cus-start.el: Add customization info for
3877 read-buffer-completion-ignore-case.
3879 2008-07-30 Sam Steingold <sds@gnu.org>
3881 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
3883 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3885 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
3886 (vc-dir-mode): Improve docstring.
3888 2008-07-30 Juri Linkov <juri@jurta.org>
3890 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
3891 for the sake of isearch-mode-hook in dired-mode in dired.el.
3893 2008-07-19 Markus Triska <markus.triska@gmx.at>
3895 * image-mode.el (image-mode): Set image-mode-text-map when image
3896 cannot be displayed.
3898 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
3900 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
3901 ada-xref-set-default-prj-values.
3902 (ada-prj-display-page): Ditto.
3904 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
3905 (ada-make-filename-from-adaname): Fix free variable.
3907 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3909 * vc-git.el (vc-git-status-printer): Synchronize with the default.
3911 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
3913 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
3914 for declarations inside a parenthetical list. The code is ill-advised,
3915 and doesn't work given user defined types.
3916 (verilog-set-auto-endcomments): Enhance function automatic
3917 endcomment to support functions that return user defined types.
3918 (verilog-mode): Add code to tell which-function-mode minor mode
3919 that Verilog supports this feature.
3920 (verilog-beg-block-re-ordered, verilog-indent-re)
3921 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
3922 (verilog-leap-to-head): Support the new virtual and/or protected
3923 tasks, as well as extern declarations of tasks for indenting and
3924 for forward/backward expression.
3926 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
3928 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
3929 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
3930 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
3931 (verilog-string-replace-matches): Avoid recursion with small
3933 (verilog-auto-inst-param-value, verilog-mode-version)
3934 (verilog-mode-version-date, verilog-read-inst-param-value)
3935 (verilog-auto-inst, verilog-auto-inst-param)
3936 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
3937 verilog-auto-inst-param-value option for AUTOINST. Suggested by
3938 David Rogoff. This allows parameters to be replaced with their
3939 values, on the expansion of an AUTOINST with Verilog 2001 style
3942 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
3944 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
3947 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
3949 * Makefile.in (ELCFILES): Add mairix.elc.
3951 2008-07-29 David Engster <deng@randomsample.de>
3953 * net/mairix.el: New file.
3955 2008-07-29 Juri Linkov <juri@jurta.org>
3957 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
3958 instead of variable-pitch with bold and 1.2 height.
3960 * dired-aux.el (dired-do-async-shell-command): New command.
3962 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
3963 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
3965 2008-07-29 Juri Linkov <juri@jurta.org>
3967 * international/mule-cmds.el (ucs-names): New internal variable.
3968 (ucs-names): New function.
3969 (ucs-completions): New lazy completion variable.
3970 (read-char-by-name): New function.
3971 (ucs-insert): Replace interactive spec letter "s" with the call to
3972 `read-char-by-name'.
3974 * replace.el (read-regexp): Add second arg `default'. Doc fix.
3976 * replace.el (occur-read-primary-args):
3977 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3978 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
3979 second arg of `read-regexp'.
3981 * dired-aux.el (dired-isearch-filenames): New user option.
3982 (dired-isearch-orig-success-function): New internal variable.
3983 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
3984 (dired-isearch-success-function): New functions.
3985 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3988 * dired.el (dired-insert-set-properties): Add new text property
3989 `dired-filename' to put on file names.
3990 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
3991 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
3993 (dired-mode): Add hook `dired-isearch-filenames-setup' to
3994 buffer-local `isearch-mode-hook'.
3996 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
3998 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
3999 (ada-create-case-exception): Fix typo in docstring.
4000 (ada-no-auto-case): Return nil, not the docstring.
4001 (ada-indent-current): Reflow docstring.
4003 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4004 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4005 (ada-prj-load-from-file): Reflow docstring.
4006 (ada-prj-display-page): Fix typo in widget.
4008 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4009 Fix typos in docstrings.
4011 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4012 (ada-compile-current, ada-check-current, ada-run-application)
4013 (ada-get-ali-file-name): Fix typos in docstrings.
4014 (ada-xref-confirm-compile, ada-find-references)
4015 (ada-find-local-references, ada-find-any-references): Doc fixes.
4016 (ada-get-all-references): Fix typo in error message.
4017 (ada-xref-current-project): Use `let', not `let*'.
4018 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4020 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4022 * whitespace.el (whitespace-newline): Change initialization to have a
4023 low contrast relative to the background color. Suggested by David
4024 Reitter <david.reitter@gmail.com>.
4026 2008-07-28 Juri Linkov <juri@jurta.org>
4028 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4031 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4032 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
4034 2008-07-28 Seiji Zenitani <zenitani@mac.com>
4036 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4037 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4039 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4041 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4042 Add support for add-log.
4043 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4045 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4046 (ada-prj-save): Prompt for file name if not given.
4047 (ada-prj-display-page): Display casing exceptions.
4049 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4050 Ada mode project files. Delete 'main_unit' project variable;
4051 only need 'main'. Simplify handling of default project values.
4052 Use cross-prefix consistently.
4053 (ada-find-executable): Throw error if not found.
4054 (ada-initialize-runtime-library): Improve error handling when
4056 (ada-gnat-parse-gpr): New.
4057 (ada-treat-cmd-string): Allow process environment variables.
4058 (ada-xref-set-default-prj-values): Delete; replace with
4059 ada-default-prj-properties.
4060 (ada-parse-prj-file): Handle GNAT project files.
4061 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4062 (ada-select-prj-file): New.
4063 (ada-get-absolute-dir-list): Allow project and environment variables.
4065 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
4067 Sync with Tramp 2.1.14.
4069 * net/tramp.el (tramp-perl-directory-files-and-attributes)
4070 (tramp-get-device): Make device number a cons cell.
4071 (tramp-convert-file-attributes): Make inode a cons cell.
4073 * net/trampver.el: Update release number.
4075 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4077 * faces.el (face-set-after-frame-default): Treat 'ns as all other
4080 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4082 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4084 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4086 Remove support for Mac Carbon.
4087 * term/mac-win.el: Remove file
4088 * international/mule-cmds.el:
4103 * Makefile.in: Remove code for Carbon.
4105 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4107 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4108 bindings for functions deleted by Dan N. 2008-07-21. Set
4109 where-is-preferred-modifier. Add show-manual option to Help menu.
4111 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
4113 * net/tramp.el (tramp-handle-start-file-process):
4114 Set query-on-exit flag. Kill temporary buffer.
4115 (tramp-process-sentinel): Remove defun.
4116 (tramp-do-copy-or-rename-file-out-of-band)
4117 (tramp-maybe-open-connection): Don't call it.
4119 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4120 `tramp-process-sentinel'.
4122 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4123 `tramp-process-sentinel'.
4125 * net/xesam.el (xesam-from): Remove defvar.
4126 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
4127 and `mode-line-position'.
4128 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
4129 information to the widgets. Don't set `mode-line-position'.
4130 (xesam-refresh-search-buffer): Correct hit number computing.
4131 Don't set `mode-line-position'.
4132 (xesam-new-search): Add debug information to the mode line.
4134 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4136 * diff-mode.el (diff-show-trailing-blanks): Renamed to
4137 diff-show-trailing-whitespaces.
4139 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4141 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4142 invalid filename strings when parsing tex errors (bug#376).
4144 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
4146 * menu-bar.el (menu-bar-file-menu): Fix typo.
4148 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
4150 * play/solitaire.el (solitaire-mode-map): Define within defvar.
4151 (solitaire-mode): Define with `define-derived-mode'.
4152 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4153 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4154 (solitaire-undo, solitaire-check): Use `when'.
4155 (solitaire-solve): Err out if the solitaire is already in progress.
4158 * descr-text.el (describe-char): Don't overwrite local variable char
4159 when describing characters with display-table entries. Display font
4160 backend when describing composed characters. Simplify: use `let'
4161 instead of `let*', and `or x y' instead of `if x x y'.
4163 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4165 * image-mode.el (image-minor-mode): Set up winprops.
4167 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4169 * diff-mode.el (diff-show-trailing-blanks): New fun.
4170 Show trailing blanks in modified lines for diff-mode.
4172 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
4174 * Makefile.in (ELCFILES): Add net/xesam.el.
4176 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4177 process name. Reported by Markus Triska <markus.triska@gmx.at>.
4179 * net/xesam.el: New file.
4181 2008-07-24 Sven Joachim <svenjoac@gmx.de>
4183 * dired-aux.el (dired-copy-file-recursive): Avoid calling
4184 set-file-modes when creating target directories.
4186 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
4188 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4189 Set `show-trailing-whitespace' to nil.
4190 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4191 Fix typos in docstrings.
4193 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
4195 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4196 key remapping, not directly.
4198 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4200 * whitespace.el: New version 11.2.
4201 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4202 minor mode visualization.
4204 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4206 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4208 * Makefile.in (ELCFILES): Add term/common-win.elc.
4210 * vc-dir.el (vc-dir-search, vc-dir-isearch)
4211 (vc-dir-isearch-regexp): New functions.
4212 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4214 2008-07-23 Juri Linkov <juri@jurta.org>
4216 * isearch-multi.el: Remove file to avoid dos file name clashes
4217 with isearch-x.el. Move most content to misearch.el.
4219 * misearch.el: New file with most content from isearch-multi.el.
4220 Rename `isearch-buffers' name prefixes to `multi-isearch'.
4221 Remove `isearch-buffers-minor-mode'. Add new function
4222 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
4223 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4224 `multi-isearch-files', `multi-isearch-files-regexp'.
4226 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
4228 * isearch.el (isearch-message-prefix): Display "Multi" when
4229 `multi-isearch-next-buffer-current-function' is non-nil.
4230 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4231 with `multi-isearch-next-buffer-current-function', and
4232 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4234 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4235 `multi-isearch-next-buffer-function' instead of
4236 `isearch-buffers-next-buffer-function'. Remove call to
4237 `isearch-buffers-minor-mode'.
4239 * buff-menu.el (Buffer-menu-marked-buffers)
4240 (Buffer-menu-isearch-buffers)
4241 (Buffer-menu-isearch-buffers-regexp): New functions.
4242 (Buffer-menu-mode-map): Bind "M-s a C-s" to
4243 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4244 `Buffer-menu-isearch-buffers-regexp'.
4245 (Buffer-menu-mode): Document new commands in docstring.
4246 (list-buffers-noselect): Add one space after Info file name
4247 according to the Info address convention.
4249 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4252 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4253 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4254 (ibuffer-mode): Document new commands in docstring.
4256 * filesets.el (filesets-commands): Add commands for "Isearch" and
4257 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
4258 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4259 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4260 or `multi-isearch-files-regexp'.
4261 (filesets-cmd-query-replace-getargs): Call standard function
4262 `query-replace-read-args' to read `query-replace' arguments.
4263 Add `multi-query-replace-map'.
4264 (filesets-cmd-query-replace-regexp-getargs)
4265 (filesets-cmd-isearch-getargs): New functions.
4267 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4269 * international/mule.el (recode-region): Deactivate mark at the end.
4271 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4273 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4274 Use more suitable colors on dark displays.
4276 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
4278 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4279 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4280 (tramp-temp-buffer-name): New defconst.
4281 (tramp-handle-start-file-process): Use it. Apply "exec", for the
4282 command. No trailing prompt.
4283 (tramp-process-sentinel): Remove temporary buffer, if existing.
4284 Don't handle trailing prompt.
4285 (tramp-open-connection-setup-interactive-shell):
4286 Use `tramp-temp-buffer-name'.
4288 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4290 * shell.el (shell-dynamic-complete-functions):
4291 Use comint-dynamic-complete-filename as well (bug#361).
4293 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4296 * version.el (emacs-version):
4298 * frame.el (make-frame-on-display): Check for ns instead of
4301 * dired.el (dired-mode-map): Show the key binding for wdired.
4303 * menu-bar.el (menu-bar-file-menu): Show the key binding for
4306 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4308 * term/ns-win.el (x-list-fonts): Drop alias.
4310 2008-07-23 Juri Linkov <juri@jurta.org>
4312 * replace.el (multi-query-replace-map): New variable.
4313 (perform-replace): Add processing of new multi-buffer keys bound
4314 to `automatic-all' and `exit-current'. Set `query-flag' to nil
4315 if last input char was `automatic-all'. Set new local variable
4316 `multi-buffer' to t when one of new two keys were typed. Return
4317 non-nil value of `multi-buffer' that tells to calling functions
4318 to continue replacement on the next file.
4320 * progmodes/etags.el (tags-query-replace): Set arg `map' of
4321 `perform-replace' to `multi-query-replace-map'.
4323 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4325 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4326 otherwise displayed in every buffer.
4328 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4329 (vc-arch-trim-one-revlib): Delete temp directories as well.
4331 2008-07-22 Stephen Eglen <stephen@gnu.org>
4333 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
4335 2008-07-22 Sven Joachim <svenjoac@gmx.de>
4337 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4339 2008-07-22 Miles Bader <miles@gnu.org>
4341 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4342 (sh-mode-map): Remove remapping of newline-and-indent.
4344 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4346 * vc.el (Todo): Update.
4348 * vc-hooks.el: Remove obsolete comment.
4350 * vc-git.el (vc-git-status-printer): Update the directory display
4351 to match the default.
4353 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4355 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4357 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4358 for "word wrap" command.
4360 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4362 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4364 * term/ns-win.el: Rename ns- functions/variables to the
4365 corresponding x- versions.
4366 (x-select-text, x-cut-buffer-or-selection-value)
4367 (x-disown-selection-internal, x-get-selection-internal)
4368 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4369 (x-display-mm-width, x-display-mm-height)
4370 (x-display-backing-store, x-display-save-under)
4371 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4374 * frame.el (ns-display-name): Remove declaration.
4375 (make-frame-on-display): Use x-display-name instead
4376 ns-display-name. Use unless.
4378 * startup.el (command-line-1): Fix indentation.
4380 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4381 checked in inadvertently.
4383 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4385 * term/ns-win.el: Standardize references to "Nextstep" in
4386 comments, messages, and docstrings.
4387 (ns-handle-args, x-parse-geometry)
4388 (ns-extended-platform-support-mode, x-setup-function-keys)
4389 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4390 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4391 (ns-initialized, ns-initialize-window-system): Doc fixes.
4393 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4395 * diff-mode.el (diff-auto-refine): Delete defcustom.
4396 (diff-auto-refine-mode): New func/var via define-minor-mode.
4397 Update var ref to use diff-auto-refine-mode.
4398 * smerge-mode.el (diff-mode): Require when compiling.
4399 (smerge-auto-refine): Delete defcustom.
4400 Update smerge-auto-refine ref to use diff-auto-refine-mode.
4402 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4404 * simple.el (visual-line): New custom group.
4405 (visual-line-fringe-indicators): New var.
4406 (visual-line-mode): Set fringe-indicator-alist based on
4407 visual-line-fringe-indicators. Add lighter.
4409 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4411 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4412 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4413 (x-handle-geometry, x-handle-name-switch, x-display-name)
4414 (x-handle-display, x-handle-args, x-colors): Move ...
4415 * term/common-win.el: ... here. New file.
4416 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4417 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4418 (x-handle-geometry, x-handle-name-switch, x-display-name)
4419 (x-handle-display, x-handle-args, x-colors): Remove.
4420 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4422 2008-07-19 Juri Linkov <juri@jurta.org>
4424 * startup.el (fancy-startup-text): Move the line "To quit
4425 a partially entered command, type Control-g" a few lines below
4426 to be after the line "To start". Add text "at gnu.org" to
4427 "Overview of Emacs features".
4429 * dired.el (dired-mode-map): Fix menu text of
4430 image-dired-display-thumbs.
4432 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4433 (image-dired-cmd-create-temp-image-options)
4434 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4435 ImageMagick command line to change the dimensions of the image
4436 only if its width or height exceeds the geometry specification.
4438 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4440 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4443 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4445 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4446 Vinicius Jose Latorre.
4448 2008-07-19 Glenn Morris <rgm@gnu.org>
4450 * term/ns-win.el (ns-make-command-string): Use mapconcat.
4451 (ns-save-preferences): Fix typo in previous change. (Bug#573)
4453 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
4455 * net/dbus.el (dbus-interface-properties): New defconst.
4456 (dbus-introspect): Update docstring.
4457 (dbus-introspect-xml, dbus-introspect-get-attribute)
4458 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4459 (dbus-introspect-get-interface-names)
4460 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4461 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4462 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4463 (dbus-introspect-get-property)
4464 (dbus-introspect-get-annotation-names)
4465 (dbus-introspect-get-annotation)
4466 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4467 (dbus-introspect-get-signature, dbus-get-property)
4468 (dbus-set-property, dbus-get-all-properties): New defuns.
4470 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
4472 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
4475 * ns-carbon-compat.el: File removed.
4477 * ns-grabenv.el: File removed.
4479 * term/ns-win.el: Contents of ns-carbon-compat.el and
4480 ns-grabenv.el moved here.
4481 (ns-grabenv, ns-open-file-select-line): Doc fixes.
4482 (ns-submit-bug-report): Function removed. Reports go to the main
4484 (ns-handle-args, ns-spi-service-call): Doc fixes.
4485 (info-ns-emacs): Function removed. Nextstep port manual will be
4486 merged into the Emacs manual, so no separate link needed.
4488 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
4490 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4492 2008-07-18 Glenn Morris <rgm@gnu.org>
4494 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4495 to XEmacs, since it does nothing for Emacs.
4497 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
4499 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4500 BUFFER that is a string but does not exist as a buffer object, as
4501 mentioned in the doc-string.
4503 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
4505 * simple.el (line-move-visual): Make it a defcustom.
4506 (line-move-1): Convert temporary-goal-column back to an integer if
4507 it was set as a float by a previous call to line-move-visual.
4508 (end-of-visual-line, beginning-of-visual-line)
4509 (next-logical-line, previous-logical-line): New functions.
4511 2008-07-17 David Reitter <david.reitter@gmail.com>
4513 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4515 (visual-line-mode, global-visual-line-mode): New minor mode.
4516 (visual-line-mode-map): New variable.
4518 2008-07-17 Glenn Morris <rgm@gnu.org>
4520 * term/ns-win.el (parameters): Declare for compiler.
4522 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
4524 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4527 2008-07-17 Daiki Ueno <ueno@unixuser.org>
4529 * epa.el (epa-key-list-mode): Use run-mode-hooks.
4530 (epa-key-mode): Ditto.
4531 (epa-info-mode): Ditto.
4533 2008-07-17 Glenn Morris <rgm@gnu.org>
4535 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
4536 (ns-handle-numeric-switch): Just call ns-handle-switch.
4537 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4538 (ns-handle-args): Simplify using `pop'.
4539 (ns-display-name): Define (used in frame.el).
4540 (menu-bar-select-frame): Add (ignored) arg to more closely match the
4541 original definition.
4542 (ns-perform-service): Declare.
4543 (ns-save-preferences): Use fewer `let's.
4545 * frame.el (ns-display-name): Declare for compiler.
4547 2008-07-17 Kenichi Handa <handa@m17n.org>
4549 * descr-text.el (describe-char-unidata-list): Initialize to the
4550 list of name, general-category, decomposition, and old-name.
4552 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4554 * startup.el (command-line-1): Update processing of NS long options to
4555 mimic recent changes to processing of X long options.
4557 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
4559 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4560 list of #defines for remote files.
4561 (gdb-source-info): Only show main if it has been found.
4563 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4565 * term/ns-win.el: Require CL; fix up comment style; reindent.
4566 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
4567 (ns-save-preferences): Use `case'.
4568 (ns-initialize-window-system): Use `dolist'.
4570 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4572 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
4574 * term/ns-win.el (ns-extended-platform-support-mode):
4575 Correct/improve documentation.
4577 2008-07-16 Glenn Morris <rgm@gnu.org>
4579 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
4580 Simply require 'cl (see comment in cl-compat.el).
4581 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
4582 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
4583 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
4584 directly rather by subterfuge. Provide cl before loading cl-macs.
4586 * paths.el (rmail-spool-directory): Remove settings for systems that are
4587 no longer supported.
4589 * frame.el (ns-initialize-window-system): Declare for compiler.
4591 * term/ns-win.el: Add numerous declarations for compiler.
4592 (ns-pop-up-frames): Move definition before use. Doc fix.
4594 * emacs-lisp/check-declare.el (check-declare-locate)
4595 (check-declare-verify): Handle .m files.
4597 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4599 * ns-carbon-compat.el: New file: user-visible compatibility of
4600 NeXTstep port with Carbon port.
4601 * ns-grabenv.el: New file: functionality useful on OS X platform to
4602 expose environment variables inside Emacs started from icon.
4603 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
4611 * simple.el: Add ns to window systems treated as GUIs.
4612 * facemenu.el (facemenu-read-color): Don't require a name match under
4613 NS, to allow numeric color entry.
4614 * frame.el (make-frame-on-display): Follow code for 'x in initializing
4615 'ns window system if need be.
4616 (various): Add 'ns as described above.
4617 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
4618 ns-windowing is active.
4619 * startup.el (command-line-ns-option-alist): New constant to handle NS
4620 windowing system specific command line args analogous to how they are
4621 handled for X windows.
4622 (command-line-1): Use the above where appropriate.
4623 * version.el: Add NS port version.
4624 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
4625 Darwin (usually OS X) systems.
4626 (woman-use-own-frame): Include 'ns in list of GUI window systems.
4627 * emulation/viper-util.el (ns-display-color-p)
4628 (ns-color-defined-p): Remove these (caustically-commented) outdated
4629 compensations for a port that was never itself integrated until now.
4630 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
4631 for NS window system.
4632 * international/mule-cmds.el: Add 'ns to list of special-cased window
4633 systems (probably most of these, x/w32/mac/ns could be changed to
4634 window-system non-nil).
4635 * term/ns-win.el: New file: lisp-side support for NS windowing system.
4637 2008-07-14 Jason Rumney <jasonr@gnu.org>
4639 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
4640 (x-handle-numeric-switch, x-handle-initial-switch)
4641 (x-handle-xrm-switch, x-handle-args, x-handle-display)
4642 (xw-defined-colors, w32-initialize-window-system):
4643 Avoid use of cl pop and push macros.
4645 2008-07-14 Martin Rudalics <rudalics@gmx.at>
4647 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
4648 error when change-log-search-file-name returns nil.
4650 2008-07-13 Martin Rudalics <rudalics@gmx.at>
4652 * add-log.el (change-log-search-file-name):
4653 Use match-string-no-properties.
4654 (change-log-search-tag-name-1, change-log-search-tag-name)
4655 (change-log-goto-source-1, change-log-goto-source): New functions.
4656 (change-log-tag-re, change-log-find-head, change-log-find-tail):
4658 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
4660 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
4662 * calc/calc-help.el (calc-describe-key): Add angles to special key
4665 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4667 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
4670 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
4672 * simple.el (line-move-visual): Handle null pixel position gracefully.
4674 2008-07-11 Jason Rumney <jasonr@gnu.org>
4676 * files.el (file-truename): Get truename of ancestors if file does
4677 not exist on Windows.
4679 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
4681 * simple.el (line-move-visual): Obey goal-column and no-error arg.
4682 (track-eol, temporary-goal-column, previous-line, next-line):
4684 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
4687 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4689 * simple.el (line-move-visual): New var.
4690 (line-move-visual): New function.
4691 (line-move): Call line-move-visual.
4693 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
4695 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
4696 pattern and add patterns for C++ header files.
4698 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
4700 * window.el (truncated-partial-width-window-p): New function.
4702 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
4704 * faces.el (x-create-frame-with-faces): Don't pass parameters that
4705 are set later to x-create-frame.
4706 (face-set-after-frame-default): Apply X resources for non-default
4709 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
4711 * faces.el (face-set-after-frame-default): Simplify. Don't apply
4712 frame-specific X resource settings. Set faces using a list of
4713 frame parameters explicitly passed to the calling
4714 function (e.g. make-frame).
4715 (x-create-frame-with-faces, tty-create-frame-with-faces):
4716 Supply explicit frame parameter list to face-set-after-frame-default.
4718 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
4720 * net/browse-url.el (browse-url-default-browser):
4721 Fix argument list in lambda.
4723 2008-07-07 Ulf Jasper <ulf@web.de>
4725 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
4727 (newsticker--sentinel-work): Fix xerror typo.
4729 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4731 * vc-dir.el (vc-dir-refresh): Only update files.
4733 * vc-git.el (vc-git--ls-files-state): Remove unused function.
4735 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
4737 2008-07-06 John Paul Wallington <jpw@pobox.com>
4739 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
4741 2008-07-05 Alexandre Julliard <julliard@winehq.org>
4743 * vc-git.el (vc-git-registered): Return true for removed files.
4744 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
4745 all the files instead of one per file.
4746 (vc-git-previous-revision): Add support for project-wide previous
4747 revision when specified file is nil.
4749 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4751 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
4753 * vc-dir.el (vc-dir-find-child-files): New function.
4754 (vc-dir-resync-directory-files): New function.
4755 (vc-dir-recompute-file-state): New function, broken out of ...
4756 (vc-dir-resynch-file): ... here. Also deal with directories.
4757 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
4758 (vc-resynch-buffer): Use it.
4760 * vc-hg.el (vc-hg-registered): Do not set vc-state.
4762 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
4764 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
4766 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
4767 if it's not part of gdb-ui, e.g, at start.
4769 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
4770 filenames in stack trace (text command mode).
4772 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4774 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
4776 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4777 Use syntax-ppss on a position *before* the char we want to change.
4779 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
4781 * vc-dir.el (vc-dir-query-replace-regexp): New function.
4782 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
4783 (vc-dir-mode-map): Likewise.
4785 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
4787 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
4788 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
4789 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
4790 Remove spurious * in defcustom docstrings.
4792 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
4793 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
4794 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
4795 (default-justification): Remove spurious * in defcustom docstrings.
4797 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
4798 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
4799 (rst-compare-decorations, rst-default-indent, rst-update-section)
4800 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
4801 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
4802 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
4803 Fix typos in docstrings.
4804 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
4805 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
4806 (rst-get-decorations-around, rst-section-tree-point)
4807 (rst-font-lock-adornment-point): Reflow docstrings.
4808 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
4810 (rst-re-enumerations): Comment out.
4812 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
4813 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
4814 (nxml-unicode-block-char-name-set):
4815 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
4816 * nxml/rng-nxml.el (rng-set-state-after):
4817 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
4819 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
4820 (rng-c-parse-annotation-body):
4821 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
4823 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
4824 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
4825 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
4826 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
4827 Fix typos in docstrings.
4828 (nxml-attribute-indent): Reflow docstring.
4829 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
4830 (nxml-default-buffer-file-coding-system): Doc fixes.
4832 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
4833 (nxml-ns-set-prefix): Fix typos in docstrings.
4834 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
4836 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
4838 * nxml/nxml-outln.el (nxml-hide-all-text-content)
4839 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
4840 (nxml-hide-direct-text-content, nxml-hide-subheadings)
4841 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
4842 (nxml-outline-display-rest, nxml-outline-set-overlay)
4843 (nxml-section-tag-forward, nxml-section-tag-backward)
4844 (nxml-back-to-section-start): Fix typos in docstrings.
4846 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
4849 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
4850 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
4851 (nxml-scan-after-change): Fix typo in docstring.
4853 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
4854 (rng-name-class-possible-names): Doc fixes.
4855 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
4856 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
4857 Fix typos in docstrings.
4858 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
4861 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
4862 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
4864 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
4865 (rng-xsd-convert-date-time): Reflow docstrings.
4866 (rng-xsd-compile): Fix typo in docstring.
4868 * nxml/rng-loc.el (rng-current-schema-file-name)
4869 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
4871 (rng-set-schema-file): Fix typo in docstring.
4873 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
4874 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
4875 Fix typos in docstrings.
4876 (rng-message-overlay, rng-conditional-up-to-date-start)
4877 (rng-conditional-up-to-date-end): Doc fixes.
4878 (rng-next-error, rng-previous-error): Reflow docstrings.
4880 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
4881 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
4882 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
4883 (xmltok-merge-attributes): Fix typos in docstrings.
4884 (xmltok-make-attribute, xmltok-forward-special)
4885 (xmltok-get-declared-encoding-position): Reflow docstrings.
4887 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
4888 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
4889 Fix typos in docstrings.
4891 2008-07-02 John Paul Wallington <jpw@pobox.com>
4893 * ibuffer.el (ibuffer-buffer-file-name):
4894 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
4895 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
4897 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
4899 * files.el (backup-extract-version): Handle versioned directories.
4900 (trash-directory): New variable.
4901 (move-file-to-trash): New function.
4903 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
4905 2008-07-02 Magnus Henoch <mange@freemail.hu>
4907 * vc-git.el (vc-git-annotate-command): Use proper option for
4908 specifying revision.
4910 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
4912 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
4915 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
4917 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
4919 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
4920 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
4922 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
4924 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
4926 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
4927 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
4928 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4929 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
4930 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4931 (gdb-stack-list-locals-regexp): Future proof regexps better.
4933 2008-06-30 Juri Linkov <juri@jurta.org>
4935 * faces.el (face-name-history): New variable.
4936 (make-face, make-empty-face): Replace interactive spec "S"
4937 with `read-from-minibuffer' where `read' arg is t and
4938 `hist' arg is `face-name-history'.
4939 (read-face-name): Set `hist' arg of `completing-read-multiple'
4940 to `face-name-history'.
4941 (list-faces-display): Use `read-regexp' instead of `read-string'
4944 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
4945 to `regexp-history'.
4946 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
4947 make it an obsolete alias to it.
4948 (hi-lock-face-defaults): New variable renamed from
4949 `hi-lock-face-history'.
4950 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4951 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
4952 `read-from-minibuffer'. Doc fix.
4953 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
4954 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
4955 Set `hist' arg of `completing-read' to `face-name-history'.
4956 Put a list of default faces to `default' arg instead of `hist' arg.
4958 * bindings.el (abbrev-map, narrow-map): New variables.
4959 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
4960 Rebind related commands to these new maps.
4961 (ctl-x-r-map): New variable for rectangle, register and bookmark
4962 keys. Move rectangle keybindings to rect.el and register
4963 keybindings to register.el.
4964 (next-buffer, previous-buffer): Remove C-x prefix and move
4965 keybindings to ctl-x-map.
4967 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
4968 to the new map `ctl-x-r-map' in autoload cookies.
4970 * expand.el: Rebind two global `C-x a' keys "n", "p"
4971 to the new map `abbrev-map' in autoload cookies.
4973 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
4975 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
4977 2008-06-30 Miles Bader <miles@gnu.org>
4979 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
4980 after processing an escape sequence.
4982 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
4984 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
4985 from 2008-06-28. It does not work on W32.
4987 2008-06-29 Juri Linkov <juri@jurta.org>
4989 * replace.el (read-regexp): New function.
4990 (keep-lines-read-args, occur-read-primary-args):
4991 Call `read-regexp' instead of code moved to new function.
4992 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
4993 from the end of prompt.
4994 (replace-re-search-function): Doc fix.
4996 2008-06-29 Kenichi Handa <handa@m17n.org>
4998 * descr-text.el (describe-char-display): Always return a string.
4999 (describe-char-padded-string): New function.
5000 (describe-char): Adjusted for the change of
5001 describe-char-display. Use describe-char-padded-string.
5003 2008-06-29 Andreas Schwab <schwab@suse.de>
5005 * vc-dir.el (vc-dir): Make backend argument optional and use
5006 vc-responsible-backend when nil. Interactively pass nil for
5007 backend instead of using the backend of what happens to be
5008 default-directory at the time of the call.
5010 * find-dired.el (find-dired-filter): Preserve point.
5012 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5014 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5015 (sasl-find-mechanism, sasl-next-step):
5016 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5017 (sasl-ntlm-response): Fix typos in docstrings.
5019 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
5021 * international/mule-cmds.el (view-hello-file): Doc fix.
5023 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
5025 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5026 (set-face-attribute, face-set-after-frame-default)): Don't use it.
5028 2008-06-28 John Paul Wallington <jpw@pobox.com>
5030 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
5032 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
5034 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5035 (tramp-convert-file-attributes): Convert symlinks only when
5036 returned from `tramp-handle-file-attributes-with-stat'.
5038 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5039 `substitute-in-file-name' when unloading.
5040 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5042 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
5044 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5045 (vc-string-prefix-p): Move function ...
5046 * vc.el (vc-string-prefix-p): ... here.
5048 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5050 * vc-dir.el (vc-dir): Complete only directory names.
5052 2008-06-27 Jason Rumney <jasonr@gnu.org>
5054 * w32-fns.el (top-level): Unconditionally define all charsets.
5056 2008-06-27 Alan Mackenzie <acm@muc.de>
5058 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5059 the CC Mode specific functions; this is no longer needed, since
5060 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5062 * progmodes/cc-defs.el (c-emacs-features): New feature
5063 'argumentative-bod-function.
5065 2008-06-27 John Paul Wallington <jpw@pobox.com>
5067 * chistory.el (list-command-history): Use `bound-and-true-p'.
5068 (command-history-map): Define within defvar. Add docstring.
5070 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5072 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5073 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
5074 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5075 (image-type-from-buffer): Use `looking-at-p'.
5077 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5079 * ibuf-ext.el (diff-sentinel): Declare.
5081 2008-06-27 Glenn Morris <rgm@gnu.org>
5083 * calendar/lunar.el (calendar-lunar-phases): Rename from
5084 calendar-phases-of-moon. Keep old name as alias, update callers.
5085 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
5086 (diary-lunar-phases): Rename from diary-phases-of-moon.
5087 Keep old name as alias.
5088 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5089 (cal-menu-global-mouse-menu): Update for lunar name changes.
5090 * calendar/calendar.el (calendar-mode-map): Update for name change.
5091 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5093 2008-06-26 Glenn Morris <rgm@gnu.org>
5095 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5096 argument `nolocation'.
5097 (calendar-sunrise-sunset-month): New function.
5098 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5099 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
5100 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5101 * calendar/calendar.el (solar-sunrises-buffer): New constant.
5102 (calendar-mode-map): Use cal-menu-sunmoon-menu.
5103 (calendar-buffer-list): Add solar-sunrises-buffer.
5105 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5107 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5109 * cus-start.el: Add customization types for word-wrap and
5112 2008-06-26 John Paul Wallington <jpw@pobox.com>
5114 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5115 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
5116 (ibuffer-mark-on-buffer): Don't display message when removing marks.
5117 (ibuffer-mark-by-mode): Use `buffer-local-value'.
5119 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5121 * vc-dir.el (tool-bar): Require.
5123 * vc.el (ewoc, tool-bar): Do not require.
5125 2008-06-26 Kenichi Handa <handa@m17n.org>
5127 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5130 * composite.el (terminal-composition-base-character-p): New function.
5131 (terminal-composition-function):
5132 Use terminal-composition-base-character-p. Include the base character
5134 (auto-compose-chars): Don't check font-object for terminal display.
5136 2008-06-26 Glenn Morris <rgm@gnu.org>
5138 * doc-view.el (bookmark-make-record-default):
5139 * image-mode.el (bookmark-make-record-default): Fix declaration.
5141 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5142 Add default :value for sexp type.
5143 (calendar-month-edges): New variable.
5144 (calendar-month-edges): New function.
5145 (calendar-recompute-layout-variables): Set calendar-month-edges.
5146 (calendar-intermonth-header, calendar-intermonth-text): New options.
5147 (calendar-insert-at-column): New function.
5148 (calendar-generate-month): Use calendar-insert-at-column.
5149 Handle intermonth text. Add 'date property.
5150 (calendar-column-to-month): Remove function.
5151 (calendar-column-to-segment): New function.
5152 (calendar-cursor-to-date): Use calendar-column-to-segment.
5153 Check 'date property.
5155 * calendar/calendar.el (calendar-print-other-dates):
5156 Handle mouse events.
5157 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5158 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5160 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5161 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5162 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5164 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5165 Use calendar-column-to-segment, calendar-month-edges, and
5166 the 'date property to handle intermonth text.
5168 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5170 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5171 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5173 (cal-menu-context-mouse-menu): Add some :keys.
5174 (calendar-check-holidays): Declare rather than autoloading.
5175 (diary-show-holidays-flag): Remove unneeded declaration.
5177 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5178 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5181 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5183 * minibuffer.el (completion-basic-try-completion): Use the text after
5184 point to constrain the completion candidates.
5185 (completion-basic-all-completions): Adjust accordingly.
5187 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
5189 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5192 * faces.el (set-face-attribute): Doc fix.
5194 2008-06-25 Juri Linkov <juri@jurta.org>
5196 * bindings.el (goto-map): New variable. Rebind goto-related
5197 commands to this `M-g' prefix keymap.
5198 (search-map): New variable for `M-s' prefix keymap.
5199 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5200 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5201 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5202 `M-shw' to `hi-lock-write-interactive-patterns'.
5204 * isearch.el (isearch-mode-map): Bind `M-s h r' to
5205 `isearch-highlight-regexp'.
5206 (isearch-highlight-regexp): New function.
5208 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5210 * info.el (Info-bookmark-make-record):
5211 Use bookmark-make-record-default.
5212 (Info-bookmark-jump): Use bookmark-default-handler.
5214 * image-mode.el (image-bookmark-make-record):
5215 Use bookmark-make-record-default.
5216 (image-bookmark-jump): Use bookmark-default-handler.
5218 * doc-view.el (doc-view-bookmark-make-record):
5219 Use bookmark-make-record-default.
5220 (doc-view-bookmark-jump): Use bookmark-default-handler.
5222 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5223 used until now in bookmark.el's code.
5224 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5225 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5226 used until now in bookmark.el's code.
5227 (bookmark-set-filename): Remove special code, moved to its only caller.
5228 (bookmark-store): Use the newer format.
5229 (bookmark-make-record-default): Add arg `point-only'.
5230 Rename from bookmark-make-record-for-text-file.
5231 (bookmark--jump-via): New function.
5232 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5233 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5235 (bookmark-jump-noselect, bookmark-default-handler):
5236 Don't return an alist, instead return the data implicitly by changing
5237 current buffer and point. Signal an error if the file doesn't exist.
5239 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5240 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5242 * bs.el: Use with-current-buffer. Simplify.
5243 (bs-toggle-readonly): Avoid vc-toggle-read-only.
5245 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5246 is bound before using it.
5248 2008-06-25 Kenichi Handa <handa@m17n.org>
5250 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5252 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
5255 * vc-git.el: Require vc-dir when compiling.
5257 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5258 vc-dir-marked-only-files. Change the return value.
5259 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5260 Change the return value.
5261 (vc-dir-deduce-fileset): New function broken out from ...
5262 * vc.el (vc-deduce-fileset): ... here and ...
5263 (vc-deduce-fileset): ... here.
5265 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5266 (vc-svn-parse-status): Do not set the vc-backend property.
5268 2008-06-25 Andreas Schwab <schwab@suse.de>
5270 * faces.el (face-font-family-alternatives, variable-pitch):
5271 Use "Sans Serif", not "Sans-Serif".
5273 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
5275 * faces.el (face-font-family-alternatives, variable-pitch):
5276 Change "Sans" to the canonical name "Sans-Serif".
5278 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5280 * calc/calc.el (calc-mode-map): Add extra keybindings to
5282 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5285 2008-06-24 Miles Bader <miles@gnu.org>
5287 * mouse.el (mouse-appearance-menu): Don't do anything if the user
5288 pops up the menu but doesn't select anything.
5290 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
5292 * add-log.el (add-change-log-entry): Add new arg to force each new
5293 entry to be on a new line.
5294 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5296 * vc-dir.el (vc-client-object): Remove.
5297 (vc-dir-prepare-status-buffer): Take a backend as an argument and
5298 use it when looking for a buffer.
5299 (vc-dir): Add a backend argument. Set revert-buffer-function.
5300 Don't create a client object. Move bindings ...
5301 (vc-dir-menu-map, vc-dir-mode-map): ... here.
5302 (vc-dir-revert-buffer-function): New function.
5303 (vc-generic-status-printer): Rename to ...
5304 (vc-dir-status-printer): ... this.
5305 (vc-generic-state, vc-generic-status-fileinfo-extra)
5306 (vc-dir-extra-menu, vc-make-backend-object): Remove.
5307 (vc-default-status-printer): Use a different face for
5308 directories. Don't display any text for directories in the state
5309 column. Add tooltips.
5311 * vc.el (Todo): Update.
5313 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5314 * vc-rcs.el (vc-annotate-convert-time):
5315 * vc-mtn.el (vc-annotate-convert-time):
5316 * vc-git.el (vc-annotate-convert-time):
5317 * vc-cvs.el (vc-annotate-convert-time):
5318 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5320 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5322 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5323 instead of using view-mode.
5325 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5327 * Makefile.in (distclean): Don't delete *.elc and autogen files.
5329 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5333 * vc-dispatcher.el: Move vc-dir variables and functions ...
5334 * vc-dir.el: ... here. New file.
5335 * Makefile.in (ELCFILES): Add vc-dir.elc.
5337 * vc.el: Move vc-annotate variables and functions ...
5338 * vc-annotate.el: ... here. New file.
5339 * Makefile.in (ELCFILES): Add vc-annotate.elc.
5341 * vc-dav.el: Move here from url/vc-dav.el.
5342 (Todo): Note work needed to make this backend functional.
5344 * Makefile.in (ELCFILES): Update vc-dav.el location.
5346 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5348 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5350 2008-06-21 John Paul Wallington <jpw@pobox.com>
5352 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5354 * textmodes/rst.el (rst-mode): Put docstring in right place.
5356 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
5358 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5359 size for legibility.
5361 * faces.el (fixed-pitch): Use "Monospace" family.
5362 (variable-pitch): Use "Sans" family.
5363 (face-font-family-alternatives): Define alternatives for "Sans"
5366 2008-06-21 Glenn Morris <rgm@gnu.org>
5368 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5369 Require 'cl when compiling.
5371 * emacs-lisp/debug.el (help-xref-interned): Declare.
5373 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5374 Evaluate definition when compiling.
5376 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5377 rather than mouse-1.
5378 (bug-reference-url-format): Autoload safe if string.
5379 (bug-reference-bug-regexp): Make space after "bug" optional.
5381 * Makefile.in (all): Explicitly pass EMACS to sub-make,
5382 for some non-GNU makes.
5384 * cus-dep.el (custom-dependencies-no-scan-regexp):
5385 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5387 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5390 * calendar/calendar.el: Factor out the magic numbers controlling the
5392 (calendar-month-digit-width, calendar-month-width)
5393 (calendar-right-margin): New variables.
5394 (calendar-recompute-layout-variables, calendar-set-layout-variable):
5396 (calendar-left-margin, calendar-intermonth-spacing)
5397 (calendar-column-width, calendar-day-header-width)
5398 (calendar-day-digit-width): New options.
5399 (calendar-first-date-row): New constant.
5400 (calendar-move-to-column, calendar-ensure-newline): New functions,
5401 replacing calendar-insert-indented.
5402 (calendar-insert-indented): Remove function.
5403 (calendar-generate-month): Use calendar-move-to-column and
5404 calendar-ensure-newline. Use layout variables.
5405 (calendar-generate, calendar-update-mode-line)
5406 (calendar-font-lock-keywords): Use layout variables.
5407 (calendar-column-to-month): New function.
5408 (calendar-cursor-to-date): Use calendar-column-to-month.
5409 Use layout variables.
5410 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5411 Use layout variables. Use calendar-column-to-month.
5412 (calendar-cursor-to-visible-date): Use layout variables.
5414 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5416 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5417 (all): Run compile-last.
5418 (compile-onefile): New target.
5419 (compile-first): Simplify.
5420 (compile-last): Don't treat COMPILE_FIRST specially.
5421 (COMPILE_FIRST): List the elc files rather than the el files.
5424 2008-06-21 Ulf Jasper <ulf@web.de>
5426 * net/newst-treeview.el: Remove dead code.
5427 (newsticker--window-config): Remove.
5428 (newsticker-treeview-quit): Do not save window config.
5429 (newsticker-treeview): Do not try to restore window config.
5430 (newsticker-groups, newsticker--treeview-list-sort-by-column)
5431 (newsticker--treeview-list-new-items)
5432 (newsticker--treeview-list-immortal-items)
5433 (newsticker--treeview-list-obsolete-items)
5434 (newsticker--treeview-list-all-items)
5435 (newsticker--treeview-list-feed-items): Fix documentation.
5437 2008-06-21 Miles Bader <miles@gnu.org>
5439 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5441 2008-06-21 Alan Mackenzie <acm@muc.de>
5443 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5444 infinite loop on invalid syntax.
5446 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5448 * textmodes/rst.el: Run rst-define-level-faces when loading.
5449 (rst-mode): Don't set the font-lock-multiline var.
5450 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5451 Set the font-lock-multiline property by hand.
5453 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5455 * Makefile.in (emacs-deps): Remove.
5456 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5458 (autogen-clean): Remove.
5460 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5462 * Makefile.in (all): New target.
5463 (bootstrap-prepare): Remove.
5465 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5466 the .elc file to batch-byte-compile.
5468 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5469 set-keymap-parents if set-keymap-parent doesn't exist.
5471 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
5472 Allow more than one space before the |.
5474 * textmodes/rst.el: Fix up docstring conventions.
5475 Move vars to before their first use.
5476 (rst-mode): Don't mess with font-lock-support-mode.
5477 (rst-suggest-new-decoration, rst-adjust-decoration):
5478 Avoid CL's copy-list.
5479 (rst-delete-entire-line): Use line-beginning-position.
5480 (rst-position): New fun.
5481 (rst-straighten-decorations): Use it instead of CL's position.
5482 (rst-straighten-bullets-region): Avoid CL's mapcar*.
5483 (rst-toc-mode): Use define-derived-mode.
5484 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5485 Remove unused var `in-par'. Use `point' rather than `point-marker'.
5486 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
5487 (rst-replace-lines): Simplify.
5488 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5490 * simple.el (special-mode-map): New var.
5491 (special-mode): New major mode.
5493 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5495 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5498 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5499 (vc-switch-backend): Simplify.
5500 (Todo): Remove solved items.
5502 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5503 the vc-backend property.
5505 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5507 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5508 Bind inhibit-read-only since the buffer is always read-only.
5510 2008-06-20 Ulf Jasper <ulf@web.de>
5512 * net/newst-treeview.el (newsticker-treeview-own-frame):
5513 Change default value to nil.
5514 (newsticker--treeview-list-add-item)
5515 (newsticker--treeview-propertize-tag): Show item title in tooltip.
5517 2008-06-20 Martin Blais <blais@furius.ca>
5518 Stefan Merten <smerten@oekonux.de>
5519 David Goodger <goodger@python.org>
5521 * textmodes/rst.el: New file.
5523 2008-06-20 Sam Steingold <sds@gnu.org>
5525 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5526 remove DIRECTORY entries.
5528 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5530 * makefile.w32-in (distclean): Depend on `clean'.
5531 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5532 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5533 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
5534 empty cus-load.el with `echo', and include "Local Variables"
5535 section to prevent the empty file from being compiled.
5536 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5537 that generate an empty cus-load.el.
5539 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
5541 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5542 Don't copy ldefs-boot.el over loaddefs.el.
5543 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5544 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5545 to loaddefs.el; they are not needed now. Add coding cookie.
5547 2008-06-20 Miles Bader <miles@gnu.org>
5549 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5550 Strip unnecessary list levels from SPECS.
5551 (buffer-face-set, buffer-face-toggle):
5552 Change argument from FACE to &rest SPECS, and strip unnecessary
5553 list levels from SPECS.
5554 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5556 2008-06-20 Jason Rumney <jasonr@gnu.org>
5558 * international/fontset.el (setup-default-fontset): Specify script
5559 for latin use of iso10646-1. Fix use of lang tags.
5561 2008-06-19 Miles Bader <miles@gnu.org>
5563 * face-remap.el (text-scale-increase): Start from zero if
5564 text-scale-mode isn't enabled.
5566 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5568 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5569 frame parameters after setting up the `default' face.
5571 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5573 * faces.el (face-set-after-frame-default): Don't exclude `default'.
5575 2008-06-18 Glenn Morris <rgm@gnu.org>
5577 * mouse.el (buffer-face-mode-invoke): Declare.
5579 * Makefile.in (ELCFILES): Add org/org-id.elc.
5581 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
5582 * calendar/cal-menu.el (cal-menu-holidays-menu):
5583 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
5584 (cal-menu-today-holidays): Remove function.
5586 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
5587 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5588 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
5589 Remove unused functions.
5590 (calendar-mouse-view-diary-entries): Use format rather than concat.
5592 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
5593 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5594 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
5596 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
5597 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5598 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
5599 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
5600 cal-menu-event-to-date.
5602 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
5603 Handle mouse events.
5604 * calendar/cal-tex.el (cal-tex-cursor-year)
5605 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5606 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5607 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5608 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
5609 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5610 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
5611 (cal-tex-cursor-month): Mark N as optional.
5612 * calendar/cal-menu.el (calendar-mouse-tex-day)
5613 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
5614 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
5615 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
5616 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
5617 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
5618 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
5620 (cal-menu-context-mouse-menu): Replace the above functions with the
5621 cal-tex versions. Add HTML submenu.
5623 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
5625 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
5627 (gdb): Explain that gud-gdb is needed for text command mode.
5629 2008-06-17 Martin Rudalics <rudalics@gmx.at>
5631 * window.el (split-height-threshold): Remove spurious extra line.
5633 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5635 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
5636 (calendar-set-mark):
5637 * calendar/diary-lib.el (diary-insert-entry):
5638 * calendar/solar.el (calendar-sunrise-sunset): Use it.
5639 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
5640 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
5641 (cal-menu-context-mouse-menu): Use calendar-set-mark,
5642 diary-insert-entry, and calendar-sunrise-sunset instead.
5644 * vc.el (vc-deduce-fileset): Add arg `only-files'.
5645 (vc-next-action): Pass the new arg.
5646 (vc-register): Don't use `only-files'.
5647 Don't set `backup-inhibited' in the current buffer.
5649 2008-06-17 Miles Bader <miles@gnu.org>
5651 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
5653 * face-remap.el (buffer-face-mode-face)
5654 (buffer-face-mode-remapping): New variables.
5655 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
5656 (buffer-face-mode-invoke): New functions.
5657 (variable-pitch-mode-remapping): Variable removed.
5658 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
5660 * face-remap.el (internal-lisp-face-attributes): New variable.
5661 (face-attrs-more-relative-p, face-remap-order): New functions.
5662 (face-remap-add-relative): Use `face-remap-order'.
5664 2008-06-17 Glenn Morris <rgm@gnu.org>
5666 * mouse.el (x-select-font): Declare.
5668 * calendar/calendar.el (calendar-move-hook):
5669 Add calendar-update-mode-line as an option.
5670 (calendar-date-echo-text): New user option.
5671 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
5672 (calendar-insert-indented): Simplify newline insertion.
5673 (calendar-describe-mode): Remove unused function.
5674 (calendar-mode-line-entry): New function.
5675 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
5677 (calendar-mouse-other-month): Remove function.
5678 (calendar-other-month): Handle mouse events.
5679 (calendar-goto-info-node): Call fit-window-to-buffer.
5680 (calendar-mode): Use define-derived-mode. Doc fix.
5681 (calendar-update-mode-line): Tweak whitespace.
5683 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5685 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
5686 (vc-dir-marked-only-files): vc-string-prefix-p.
5688 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
5690 * progmodes/gdb-ui.el (gdb-memory-set-address)
5691 (gdb-memory-set-repeat-count): Allow keyboard bindings.
5692 (gdb-memory-mode-map): Bind above functions respectively
5695 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
5697 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
5699 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
5701 * log-view.el (vc-diff-internal): Declare for compiler.
5703 * vc-bzr.el (log-view-per-file-logs):
5704 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
5706 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
5708 * mouse.el (mouse-appearance-menu-map): New var.
5709 (mouse-appearance-menu): New function.
5710 Bind it to S-down-mouse-1.
5712 2008-06-15 Juri Linkov <juri@jurta.org>
5714 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
5715 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5716 as the second element.
5717 (Info-build-toc): Add PARENT element extracted from the Up pointer.
5718 Don't print progress messages.
5719 (Info-toc-nodes): New variable and function.
5720 (Info-index-nodes): Optimize non-string file name case.
5721 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
5722 (Info-insert-breadcrumbs): Use the cached document structure instead
5723 of visiting all ancestor nodes. Remove the initial `>'.
5725 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5727 * log-view.el (log-view-diff-changeset): New function.
5728 (log-view-mode-map, log-view-mode-menu): Bind it.
5729 (log-view-per-file-logs, log-view-vc-fileset)
5730 (log-view-vc-backend): New variables.
5731 (log-view-find-revision, log-view-modify-change-comment)
5732 (log-view-annotate-version): Throw an error if the log is for more
5733 than one file and we can't find the current file. Get the current
5734 file from log-view-vc-fileset if necessary.
5735 (log-view-diff): Get the current file from log-view-vc-fileset if
5738 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
5740 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
5741 (vc-hg-log-view-mode): Declare for compiler.
5742 (vc-hg-log-view-mode): Set log-view-per-file-logs and
5744 (vc-hg-diff): If no file is passed, use default-directory for cwd.
5746 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
5748 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
5750 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
5752 * net/tramp.el (tramp-handle-start-file-process):
5753 Clear modification time of the connection buffer.
5754 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
5755 (tramp-open-connection-setup-interactive-shell): Flush cache, and
5756 restart `tramp-maybe-open-connection' when the remote system has
5757 been changed. Throw 'uname-changed event.
5758 (tramp-maybe-open-connection): Catch it.
5760 * net/tramp-cmds.el (tramp-cleanup-all-connections):
5761 Reset `tramp-locked'.
5763 2008-06-15 Ulf Jasper <ulf@web.de>
5765 * net/newst-treeview.el (newsticker--treeview-list-update)
5766 (newsticker--treeview-item-update)
5767 (newsticker--treeview-tree-update)
5768 (newsticker-treeview-jump, newsticker-group-add-group)
5769 (newsticker-group-move-feed, newsticker-group-delete-group):
5770 Remove window dedication.
5771 (newsticker--group-manage-orphan-feeds): Handle ill-valued
5773 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
5775 2008-06-15 Andreas Schwab <schwab@suse.de>
5777 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
5778 when parsing CVS/Repository.
5780 * wdired.el (wdired-search-and-rename): Fix undocumented change.
5782 2008-06-15 Ulf Jasper <ulf@web.de>
5784 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
5785 (newsticker-extra-face, newsticker-enclosure-face): Moved to
5786 net/newst-reader.el.
5788 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
5789 (newsticker-extra-face, newsticker-enclosure-face): Moved from
5790 net/newst-reader.el.
5792 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5794 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5795 Catch and recover from case when the bytes we thought we were reading
5796 turn out to be something else entirely, such as latin-1 chars from
5799 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5801 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
5802 (vc-register): Call the backend function only once, instead of
5804 (vc-next-action): Update call to vc-register.
5805 (vc-dir-register): Remove function.
5806 (vc-dir): Bind vc-register instead of vc-dir-register.
5808 2008-06-14 Glenn Morris <rgm@gnu.org>
5810 * Makefile.in (ELCFILES): Add net/newst-*.el.
5812 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5814 * wdired.el (wdired-do-renames): New function.
5815 (wdired-finish-edit): Use it to.
5816 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
5818 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5820 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
5822 2008-06-14 Martin Rudalics <rudalics@gmx.at>
5824 * window.el (window--even-window-heights): Even window heights
5825 only if the selected window is higher than WINDOW.
5826 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5828 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5830 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
5832 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5834 * term/linux.el (terminal-init-linux): Load t-mouse.
5836 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5837 Drew Adams <drew.adams@oracle.com>
5839 * info.el (Info-breadcrumbs-depth): New var.
5840 (Info-insert-breadcrumbs): New function.
5841 (Info-fontify-node): Use it.
5842 (Info-mode-map): Move initialization into declaration.
5844 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
5846 Rename net/newsticker-*.el to net/newst-*.el.
5847 * net/newst-backend.el: Rename from net/newsticker-backend.el.
5848 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
5849 * net/newst-reader.el: Rename from net/newsticker-reader.el.
5850 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
5851 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
5852 * net/newsticker-backend.el: Rename to net/newst-backend.el.
5853 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
5854 * net/newsticker-reader.el: Rename to net/newst-reader.el.
5855 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
5856 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
5858 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5860 * progmodes/compile.el (compilation-start): Don't disable undo in
5861 comint buffer. Don't override the comint-filter with our own.
5862 (compilation-filter): Change point's insertion-type.
5864 * comint.el (comint-output-filter): Use copy-marker.
5866 2008-06-13 David Reitter <david.reitter@gmail.com>
5868 * textmodes/flyspell.el (mail-mode-flyspell-verify):
5869 Check message-signature-separator exists before using it.
5871 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
5873 * vc.el (vc-delete-file): Bind default-directory before calling
5875 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
5876 (vc-annotate-show-diff-revision-at-line-internal): ... here.
5878 (vc-annotate-show-changeset-diff-revision-at-line): New function.
5879 (vc-annotate-mode-menu): Bind it.
5881 2008-06-13 Jason Rumney <jasonr@gnu.org>
5883 * term/w32-win.el (mouse-set-font): Remove overridden function.
5884 (w32-select-font): Declare as obsolete alias for x-select-font.
5886 2008-06-13 Daniel Engeler <engeler@gmail.com>
5888 These changes add serial port access.
5889 * term.el (term-update-mode-line): Modify.
5890 (serial-port-is-file-p, serial-nice-speed-history)
5891 (serial-no-speed, serial-mode-line-speed-menu)
5892 (serial-mode-line-config-menu): New variables and constants.
5893 (serial-name-history, serial-speed-history)
5894 (serial-supported-or-barf, serial-read-name, serial-read-speed)
5895 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
5896 (serial-mode-line-speed-menu, serial-update-speed-menu)
5897 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
5898 (serial-update-config-menu): New functions.
5900 2008-06-13 Glenn Morris <rgm@gnu.org>
5902 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
5904 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
5906 2008-06-13 Kenichi Handa <handa@m17n.org>
5908 * cus-face.el (custom-face-attributes): Add :foundry.
5910 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
5911 (face-x-resources): Add :foundry.
5912 (face-valid-attribute-values): Likewise.
5913 (face-attribute-name-alist): Likewise.
5914 (describe-face): Likewise.
5916 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5918 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
5920 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
5922 * longlines.el (longlines-search-forward, longlines-search-backward)
5923 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
5925 2008-06-12 Sam Steingold <sds@gnu.org>
5927 * vc.el (vc-rename-file): DTRT when the destination is a directory
5928 name and the source is a file.
5930 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
5932 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
5934 2008-06-12 Glenn Morris <rgm@gnu.org>
5936 * progmodes/f90.el (f90-beginning-of-subprogram)
5937 (f90-end-of-subprogram): Only give a message when interactive.
5939 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
5941 * progmodes/cperl-mode.el (cperl-info-on-command):
5942 Use display-pixel-height rather than x-display-pixel-height.
5944 * mail/rmailedit.el (rmail-cease-edit):
5945 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
5947 * emulation/edt.el (edt-xserver):
5948 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
5950 * emulation/edt-mapper.el: Drop test for Emacs < 19.
5952 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
5953 Evaluate definitions when compiling. Reverse tests.
5955 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
5958 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
5960 * textmodes/artist.el (x-pointer-shape):
5961 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
5962 (x-open-connection, x-server-max-request-size, x-get-resource):
5963 * term/w32console.el (x-setup-function-keys):
5964 * term/w32-win.el (x-parse-geometry, x-resource-name)
5965 (generate-fontset-menu, image-library-alist, x-open-connection)
5966 (setup-default-fontset, set-fontset-font, setup-default-fontset)
5967 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
5969 * term/mac-win.el (x-parse-geometry, x-resource-name)
5970 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
5971 (new-fontset, x-display-list, x-open-connection, x-get-resource):
5972 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
5973 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
5974 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
5975 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
5976 (tooltip-identifier-from-point, define-fringe-bitmap):
5977 * play/gamegrid.el (image-size):
5978 * play/bubbles.el (image-size):
5979 * mail/emacsbug.el (x-server-vendor, x-server-version):
5980 * international/mule-util.el (internal-char-font):
5981 * international/mule-diag.el (font-info, query-fontset, fontset-info)
5982 (fontset-alias-alist, fontset-list, fontset-plain-name):
5983 * international/mule-cmds.el (x-server-vendor, x-server-version):
5984 * international/fontset.el (font-encoding-charset-alist)
5985 (otf-script-alist, new-fontset, set-fontset-font)
5986 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
5987 (fontset-list, query-fontset, x-get-resource):
5988 * emulation/edt.el (x-server-vendor):
5989 * emulation/edt-mapper.el (x-server-vendor):
5990 * emacs-lisp/map-ynp.el (x-popup-dialog):
5991 * emacs-lisp/lmenu.el (x-popup-dialog):
5992 * x-dnd.el (x-window-property, x-change-window-property)
5993 (x-get-selection-internal):
5994 * woman.el (x-list-fonts):
5995 * w32-fns.el (x-server-version):
5996 * tooltip.el (x-show-tip, x-hide-tip):
5997 * tool-bar.el (image-mask-p):
5998 * thumbs.el (image-size):
5999 * term.el (overflow-newline-into-fringe):
6000 * subr.el (scroll-bar-scale):
6001 * startup.el (x-get-resource, tool-bar-mode, image-size):
6002 * select.el (x-get-selection-internal, x-own-selection-internal)
6003 (x-disown-selection-internal):
6004 * mouse.el (generate-fontset-menu):
6005 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6006 * image.el (image-library-alist):
6007 * image-mode.el (image-size, image-refresh):
6008 * image-dired.el (clear-image-cache):
6009 * gs.el (x-display-mm-width, x-display-pixel-width)
6010 (x-display-mm-height, x-display-pixel-height)
6011 (x-change-window-property, x-display-grayscale-p, x-window-property):
6012 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6013 (x-focus-frame, x-list-fonts, x-display-screens)
6014 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6015 (x-display-mm-width, x-display-backing-store, x-display-save-under)
6016 (x-display-planes, x-display-color-cells, x-display-visual-class):
6017 * faces.el (internal-face-x-get-resource)
6018 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6019 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6020 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6021 (x-parse-geometry, x-create-frame, x-setup-function-keys)
6023 * doc-view.el (clear-image-cache, image-size, tooltip-show):
6024 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6025 * dframe.el (x-display-pixel-width, x-display-pixel-height):
6026 * descr-text.el (internal-char-font):
6027 Define for compiler, for builds without X.
6029 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6031 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6033 2008-06-11 Glenn Morris <rgm@gnu.org>
6035 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6036 before trying to move there.
6037 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6038 is non-nil, indent most terminating statements like loop body.
6040 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6041 Gregorian date, and add it, not the local date, to diary-entries-list.
6042 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6044 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6046 * progmodes/compile.el (compilation-filter): Fix up last change.
6048 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6050 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6051 (gpm-mouse-mode): Make it into a proper global minor mode.
6053 * files.el (save-some-buffers-action-alist): Only use recursive-edit
6054 if the user enabled recursive-minibuffers.
6056 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6057 Add support for scroll-other-window.
6059 2008-06-11 Jason Rumney <jasonr@gnu.org>
6061 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6062 Use tmm-menubar if menu is disabled in this frame.
6064 * menu-bar.el (menu-bar-open): Determine how to open menu bar
6065 from frame type, per documentation. Add w32 case.
6067 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6069 * minibuffer.el (completion--merge-suffix): New function.
6070 (completion-basic-try-completion): Use it.
6071 (completion-pcm--find-all-completions): Add argument `filter'.
6072 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6074 (completion-pcm-try-completion): Use them.
6076 * xt-mouse.el (turn-on-xterm-mouse-tracking)
6077 (turn-off-xterm-mouse-tracking): Use terminal-list.
6079 * cus-start.el (underline-minimum-offset): Rename from
6080 x-underline-minimum-display-offset.
6082 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6084 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6086 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
6088 * mouse.el (mouse-select-font): New function.
6090 * faces.el (face-spec-recalc): When the face is set using
6091 Customize, avoid recalculating it twice.
6093 * menu-bar.el (menu-set-font): New function. Bind "Set Default
6094 Font" menu item to it. Apply selected font to all frames, and
6096 (menu-bar-options-save): Save `default' font if changed.
6098 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6100 * ffap.el (ffap-string-at-point-mode-alist):
6101 Use alpha rather than lower.
6103 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6105 * subr.el (momentary-string-display): Use an overlay.
6107 * progmodes/compile.el (compilation-mode):
6108 Set window-point-insertion-type.
6109 (compilation-filter): Don't use insert-before-markers any more.
6110 * emacs-lisp/trace.el (trace-make-advice):
6111 Set window-point-insertion-type in the trace buffer.
6112 * startup.el (normal-top-level): Set window-point-insertion-type in
6114 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6115 (telnet-filter): Don't use insert-before-markers any more.
6116 * comint.el (comint-mode): Set window-point-insertion-type.
6117 (comint-output-filter): Don't use insert-before-markers any more.
6118 * button.el (make-text-button): Allow `start' to be a string.
6120 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
6122 * emacs-lisp/autoload.el (autoload-rubric):
6123 Fix coding cookie not to force Unix EOL.
6125 2008-06-10 Martin Rudalics <rudalics@gmx.at>
6127 * window.el (window--splittable-p, window--try-to-split-window):
6128 Don't use with-selected-window to avoid messing up get-lru-window.
6129 Reported by David Hansen <david.hansen@gmx.net>.
6131 2008-06-10 Glenn Morris <rgm@gnu.org>
6133 * subr.el (locate-library): Doc fix.
6135 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6136 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6137 Check tool-bar-map is bound, for non-X builds.
6139 * net/newsticker-reader.el (newsticker--next-item-image)
6140 (newsticker--previous-item-image, newsticker--previous-feed-image)
6141 (newsticker--next-feed-image, newsticker--mark-read-image)
6142 (ewsticker--mark-immortal-image, newsticker--narrow-image)
6143 (newsticker--get-all-image, newsticker--update-image)
6144 (newsticker--browse-image): Check xpm images are available.
6145 (newsticker--mark-read-image, newsticker--mark-immortal-image)
6146 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6148 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6149 (newsticker--plainview-tool-bar-map, newsticker-mode):
6150 Check tool-bar-map is bound, for non-X builds.
6151 (w3m-toggle-inline-image): Declare.
6153 * net/newsticker-backend.el (tool-bar-map): Don't declare.
6155 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6157 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6158 (finder-compile-keywords): Move let to where needed.
6159 (finder-mouse-face-on-line): Go back one more line if needed.
6160 (finder-list-matches): Use cadr.
6161 (finder-goto-xref): New function.
6162 (finder-commentary): Add buttons to jump to foo.el libraries.
6164 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6166 * apropos.el (apropos-function, apropos-macro, apropos-command)
6167 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6168 (apropos-plist): Add apropos-short-label property.
6169 (apropos-multi-type): New variables.
6170 (apropos-command, apropos-value): Set it.
6171 (apropos-compact-layout): New custom.
6172 (apropos-print, apropos-print-doc): Use it.
6173 (apropos-print): Truncate lines.
6175 2008-06-09 Kenichi Handa <handa@m17n.org>
6177 * international/fontset.el (font-encoding-alist):
6178 Add an entry for "ascii-0".
6180 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
6182 * language/hanja-util.el (hanja-init-load): Show the message only
6183 when loading a table.
6185 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6187 * net/newsticker-treeview.el (newsticker-treeview):
6188 * net/newsticker-plainview.el (newsticker-plainview):
6189 Add autoload cookie.
6191 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6193 * net/newsticker.el: Split up into newsticker-backend, -ticker,
6194 -reader, -plainview, and -treeview.
6195 (newsticker-version): Change to 1.99.
6197 * net/newsticker-backend.el: New. Move backend functionality from
6198 newsticker.el to newsticker-backend.el.
6199 (newsticker--download-logos): New.
6200 (newsticker--sentinel-callback): New.
6201 (newsticker--set-customvar): Remove. Split up into specific
6202 functions related to retrieval, ticker, buffer, and display.
6203 (newsticker--set-customvar-retrieval): New. Extracted from
6204 `newsticker--set-customvar'.
6205 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
6206 (newsticker-url-list-defaults):
6207 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6208 (newsticker-url-list): Doc changed. URL can be a function.
6209 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6210 (newsticker-retrieval-method): New.
6211 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6212 (newsticker-retrieval-interval):
6213 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6214 (newsticker-desc-comp-max): Change :group.
6215 (newsticker--cache): Doc changed.
6216 (newsticker--guid-to-string): New.
6217 (newsticker--guid): Use `newsticker--guid-to-string'.
6218 (newsticker--real-feed-name): New.
6219 (newsticker--start-feed): New. Extracted from `newsticker-start'.
6220 (newsticker-start): Use `insert-file-contents' for reading cache.
6221 Use `newsticker--start-feed'.
6222 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
6223 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6224 Use `newsticker--stop-feed'.
6225 (newsticker-save-item): New.
6226 (newsticker--get-news-by-funcall): New.
6227 (newsticker-get-news): Handle new retrieval methods.
6228 (newsticker--sentinel): Use `newsticker--sentinel-work'.
6229 (newsticker--sentinel-work): New. Extracted from
6230 `newsticker--sentinel'. Use `newsticker--download-logos',
6231 `newsticker--sentinel-callback'.
6232 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6233 (newsticker--parse-atom-1.0): Fix link determination.
6234 (newsticker--parse-rss-0.91): Fix time determination.
6235 (newsticker--parse-rss-0.92): Fix time determination.
6236 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6237 (newsticker--parse-generic-feed): New arg order in
6238 `newsticker--cache-add'.
6239 (newsticker--parse-generic-items): Fix for multiple items.
6240 New arg order in `newsticker--cache-add'.
6241 (newsticker--forget-preformatted): Check whether
6242 `newsticker--buffer-set-uptodate' is fbound.
6243 (newsticker--decode-iso8601-date): Handle fractions of seconds.
6244 (newsticker--decode-rfc822-date): Partial timezone handling.
6245 (newsticker--cache-contains): Fix guid problem.
6246 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
6247 (newsticker--cache-save): New.
6248 (newsticker--cache-update): Use temp buffer.
6249 (newsticker--stat-num-items): Allow multiple AGE args.
6250 (newsticker--stat-num-items-total): New.
6251 (newsticker--opml-import-outlines): New.
6252 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6253 (newsticker--do-run-auto-mark-filter): Doc changed.
6254 (newsticker-retrieve-random-message): New.
6256 * net/newsticker-ticker.el: New. Move ticker functionality from
6257 net/newsticker.el to net/newsticker-ticker.el.
6258 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6259 `newsticker--ticker-timer'.
6260 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6261 to `newsticker--ticker-timer'.
6262 (newsticker--set-customvar-ticker): New. Extracted from
6263 `newsticker--set-customvar'.
6264 (newsticker-ticker-interval): Rename `newsticker-display-interval'
6265 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
6266 for :set. Change :group.
6267 (newsticker-scroll-smoothly): Doc changed. Change :group.
6268 (newsticker-hide-immortal-items-in-echo-area)
6269 (newsticker-hide-old-items-in-echo-area)
6270 (newsticker-hide-obsolete-items-in-echo-area):
6271 Use `newsticker--set-customvar-ticker for :set. Change :group.
6272 (newsticker-start-ticker): Rename `newsticker--display-timer' to
6273 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
6274 to `newsticker-ticker-interval'.
6275 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6276 `newsticker--ticker-timer'.
6278 * net/newsticker-reader.el: New. Move reader functionality from
6279 net/newsticker.el to net/newsticker-reader.el.
6280 (newsticker--set-customvar-formatting): New. Extracted from
6281 `newsticker--set-customvar'.
6282 (newsticker-reader, newsticker-frontend): New.
6283 (newsticker-enable-logo-manipulations): Change :group.
6284 (newsticker-justification): Use `newsticker--set-customvar-formatting'
6285 for :set. Change :group.
6286 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6287 for :set. Change :group.
6288 (newsticker-html-renderer): Doc changed.
6289 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6290 (newsticker-date-format):
6291 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6292 (newsticker--insert-enclosure):
6293 Rename `newsticker--buffer-insert-enclosure' to
6294 `newsticker--insert-enclosure'. Add keymap arg.
6295 (newsticker--print-extra-elements):
6296 Rename `newsticker--buffer-print-extra-elements' to
6297 `newsticker--print-extra-elements'. Add keymap arg.
6298 (newsticker--do-print-extra-element):
6299 Rename `newsticker--buffer-do-print-extra-element' to
6300 `newsticker--do-print-extra-element'. Add keymap arg.
6301 (newsticker-show-news): Use `newsticker-frontend'.
6303 * net/newsticker-plainview.el: New. Move plainview functionality
6304 from net/newsticker.el to net/newsticker-reader.el.
6305 (newsticker-plainview): New.
6306 (newsticker--set-customvar-sorting): New. Extracted from
6307 `newsticker--set-customvar'.
6308 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6309 for :set. Changed :group.
6310 (newsticker-heading-format, newsticker-item-format)
6311 (newsticker-desc-format, newsticker-statistics-format):
6312 Use `newsticker--set-customvar-formatting for :set. Change :group.
6313 (newsticker-faces): Change :group.
6314 (newsticker-default-face): Enable again.
6315 (newsticker-hide-old-items-in-newsticker-buffer)
6316 (newsticker-show-descriptions-of-new-items):
6317 Use `newsticker--set-customvar-buffer' for :set. Change :group.
6318 (newsticker-show-all-news-elements): Change :group.
6319 (newsticker-plainview-hooks): New.
6320 (newsticker-select-item-hook, newsticker-select-feed-hook)
6321 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6322 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6323 to `newsticker--plainview-tool-bar-map'.
6324 (newsticker--url-keymap): Add mouse-1 binding.
6325 (newsticker-plainview): New.
6326 (newsticker-mark-all-items-of-feed-as-read): Change doc.
6327 (newsticker--buffer-do-insert-text): Use renamed
6328 newsticker--[buffer-]insert-enclosure and
6329 newsticker--[buffer-]print-extra-elements.
6330 (newsticker--buffer-set-faces): Use newsticker-default-face.
6332 * net/newsticker-treeview.el: New.
6334 2008-06-08 Andreas Schwab <schwab@suse.de>
6336 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6338 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6340 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6343 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6345 2008-06-08 Martin Rudalics <rudalics@gmx.at>
6347 * window.el (split-height-threshold, split-width-threshold):
6349 (split-window-preferred-function): Allow either nil or a function.
6350 (window--splittable-p, window--try-to-split-window):
6351 Handle changed option values.
6353 (window--frame-usable-p): Handle nil argument.
6355 (display-buffer): Call get-lru-window when pop-up-windows is nil
6356 and window can't be split.
6358 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6360 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6362 * net/tramp.el (top): Quote feature names. Remove
6363 `tramp-rfn-eshadow-setup-minibuffer' from
6364 `rfn-eshadow-setup-minibuffer-hook' when unloading.
6365 (tramp-read-passwd): There is only one call to
6366 `auth-source-user-or-password' needed. Pacify byte compiler.
6368 2008-06-08 Andreas Schwab <schwab@suse.de>
6370 * window.el (display-buffer): Use lru window if current window
6373 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6375 * apropos.el (apropos-library): New command and new button.
6376 (apropos-library-button): New function.
6378 * apropos.el: Remove spurious * in docstrings.
6379 (apropos-label-face): Use variable pitch.
6380 (apropos-print): Use dolist and with-current-buffer.
6381 (apropos-print-doc): Use when.
6383 * window.el (special-display-p, display-buffer):
6384 Fix up C->Elisp transcription error.
6386 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6388 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6389 (byte-compile-file): Initialize it.
6390 (byte-compile-nogroup-warn): Keep track of the current group.
6392 2008-06-08 Glenn Morris <rgm@gnu.org>
6394 * Makefile.in (compile, compile-always, bootstrap-prepare):
6395 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6397 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
6399 * language/hanja-util.el (hanja-init-load): Use a char-table for
6401 (hangul-to-hanja-char): Adjust for the above change.
6403 2008-06-07 Glenn Morris <rgm@gnu.org>
6405 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6408 * mail/sendmail.el (mail-interactive): Add :version.
6410 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6413 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6414 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6415 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6416 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6417 * eshell/esh-util.el, international/mule-cmds.el:
6418 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6419 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6420 Remove unnecessary eval-when-compiles and eval-and-compiles.
6422 * Makefile.in (bootstrap-clean): Run autogen-clean.
6423 (maintainer-clean): No need to run autogen-clean now it is included in
6426 2008-06-06 Miles Bader <miles@gnu.org>
6428 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6430 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
6432 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6435 * replace.el (replace-search-function)
6436 (replace-re-search-function): New vars.
6437 (perform-replace): Use them.
6439 * longlines.el (longlines-re-search-forward): New function.
6440 (longlines-mode): Bind replace-search-function and
6441 replace-re-search-function, to ensure that replacement commands
6442 treat newlines as spaces.
6443 (longlines-show-effect): Default to a pilcrow sign.
6445 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6447 * help.el (function-called-at-point):
6448 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6449 even when calling find-tag-default.
6451 2008-06-06 Daniel Colascione <danc@merrillpress.com>
6453 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6454 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6455 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6456 (nxml-fontify-buffer, nxml-do-fontify):
6457 Remove obsolete variables and functions.
6458 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6459 (nxml-degrade, nxml-after-change, nxml-after-change1)
6460 (nxml-extend-region, nxml-extend-after-change-region)
6461 (nxml-extend-after-change-region1, nxml-fontify-matcher)
6462 (nxml-toggle-char-ref-extra-display): Use font-lock, and
6463 font-lock-extend-region-functions in particular, to fontify
6465 (nxml-debug-region): New debugging helper function.
6467 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6468 (nxml-scan-after-change, nxml-move-tag-backwards):
6469 Adapt for font-lock changes.
6471 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
6472 (nxml-debug-set-inside, nxml-debug-clear-inside):
6473 New debugging functions.
6474 (nxml-with-degradation-on-error): New helper macro.
6476 2008-06-06 Martin Rudalics <rudalics@gmx.at>
6478 * window.el (display-buffer): Remove dead call to get-lru-window.
6480 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6482 * mail/sendmail.el (mail-interactive): Change default.
6484 2008-06-05 John Paul Wallington <jpw@pobox.com>
6486 * bindings.el (completion-ignored-extensions):
6487 Add .p64fsl, .d64fsl, and .dx64fsl.
6489 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6491 * ffap.el (ffap-prompter): Don't use the region.
6493 2008-06-05 Sam Steingold <sds@gnu.org>
6495 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6496 subdirectory to be registered.
6498 2008-06-05 Martin Rudalics <rudalics@gmx.at>
6500 * window.el (display-buffer-function, special-display-p)
6501 (special-display-buffer-names, special-display-regexps)
6502 (special-display-function, same-window-p, same-window-buffer-names)
6503 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6504 (pop-up-frame-function, pop-up-windows, even-window-heights)
6505 (split-window-preferred-function, split-height-threshold)
6506 (window--display-buffer-1, display-buffer, pop-to-buffer):
6507 Move from window.c and buffer.c.
6508 (window--splittable-p, window--try-to-split-window)
6509 (window--frame-usable-p, window--display-buffer-2)
6510 (window--even-window-heights): New functions.
6511 (split-width-threshold): New option.
6512 (split-window-preferred-horizontally): Remove.
6514 * cus-start.el: Remove corresponding declarations.
6516 2008-06-05 Sam Steingold <sds@gnu.org>
6518 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6519 an error on modified buffers.
6521 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6523 * progmodes/etags.el (tags-verify-table): Be careful to use and update
6524 tags-file-name and tags-table-list from the right buffer.
6525 (tags-table-check-computed-list, tags-table-extend-computed-list)
6526 (find-tag-noselect): Use with-current-buffer.
6528 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6531 * minibuffer.el (minibuffer-local-must-match-filename-map):
6532 Declare obsolete alias for the old name.
6534 * abbrev.el (unexpand-abbrev): Better preserve markers.
6536 2008-06-05 Glenn Morris <rgm@gnu.org>
6538 * emacs-lisp/autoload.el (autoload-rubric): New function,
6539 extracted from autoload-ensure-default-file.
6540 (autoload-ensure-default-file): Use autoload-rubric.
6542 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6543 (custom-dependencies-no-scan-regexp): New variable.
6544 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6545 Don't scan files matching custom-dependencies-no-scan-regexp.
6546 Disable undo in the output buffer. Remove kept-new-versions wackiness.
6548 * finder.el (finder-headmark): Initialize and add doc string.
6549 (generated-finder-keywords-file): Doc fix.
6550 (finder-no-scan-regexp): New variable.
6551 (finder-compile-keywords): Use a single let binding.
6552 Disable undo in the output buffer. Use autoload-rubric.
6553 Use mapc rather than mapcar. Don't scan files matching
6554 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
6555 rather than concat. Use directory-files to do regexp matching.
6556 No need to require jka-compr.
6557 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
6558 (finder-list-matches): Disable undo.
6559 (finder-commentary): Use let rather than let*. Disable undo.
6560 (finder-current-item): Use zerop.
6561 (finder-mode): Use define-derived-mode.
6562 (finder-exit): Doc fix. Use dolist.
6564 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6565 (custom-deps): Don't require $(lisp)/cus-load.el.
6566 (custom-deps, finder-data): Don't depend on autoloads.
6567 Should not be needed now, and doing so was causing make install to
6568 re-dump emacs post-bootstrap.
6569 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
6570 mid-build forces some things to be rebuilt.
6572 2008-06-05 Miles Bader <miles@gnu.org>
6575 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
6576 (face-remap-remove-relative): Renamed from
6577 `remove-relative-face-remapping'.
6578 (face-remap-reset-base): Renamed from
6579 `set-default-base-face-remapping'.
6580 (face-remap-set-base): Renamed from `set-base-face-remapping'.
6581 (text-scale-increase): Renamed from `increase-buffer-face-height'.
6582 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
6583 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
6585 * face-remap.el (variable-pitch-mode): Autoload.
6587 2008-06-04 Sam Steingold <sds@gnu.org>
6589 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
6590 Generate extra status headers for a Mercurial tree.
6592 2008-06-04 John Paul Wallington <jpw@pobox.com>
6594 * echistory.el (electric-history-map): Define within defvar.
6597 * font-lock.el (font-lock-turn-off-thing-lock)
6598 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
6599 Use `bound-and-true-p'.
6600 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
6603 * international/ccl.el (define-ccl-program): Add `doc-string'
6606 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
6608 * face-remap.el (variable-pitch-mode): Reflow docstrings.
6609 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
6611 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
6613 * emacs-lisp/rx.el (rx): Doc fix.
6615 2008-06-04 Markus Triska <markus.triska@gmx.at>
6617 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
6619 2008-06-04 Miles Bader <miles@gnu.org>
6621 * face-remap.el (adjust-buffer-face-height): New function.
6622 Add autoloaded keybindings in ctl-x-map.
6623 (increase-buffer-face-height, decrease-buffer-face-height):
6624 Simplify interactive spec to just "p". Remove autoloaded keybindings.
6626 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
6628 * simple.el (line-move-1): If we did not move as far as desired,
6629 ensure that point-left and point-entered hooks are called.
6631 2008-06-03 Sam Steingold <sds@gnu.org>
6633 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
6635 2008-06-03 John Paul Wallington <jpw@pobox.com>
6637 * progmodes/make-mode.el (makefile-cleanup-continuations)
6638 (makefile-warn-suspicious-lines, makefile-warn-continuations):
6639 Use `derived-mode-p'.
6641 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6643 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
6646 2008-06-03 Miles Bader <miles@gnu.org>
6648 * face-remap.el: New file.
6649 * Makefile.in (ELCFILES): Add face-remap.elc.
6651 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6653 * progmodes/flymake.el (flymake-process-filter): Make sure the source
6656 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
6657 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
6658 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
6659 * obsolete/auto-show.el, obsolete/hscroll.el:
6660 Remove packages that were obsolete in Emacs-20, or that were obsolete
6661 in Emacs-21 and do not contain any more code.
6663 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
6664 vc-client-mode is not set.
6666 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
6667 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
6669 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
6670 yet a bit more clever at distinguishing / from /.
6672 2008-06-03 Kenichi Handa <handa@m17n.org>
6674 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
6676 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
6678 * language/hanja-util.el: New file.
6680 2008-06-03 Glenn Morris <rgm@gnu.org>
6682 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
6683 Check that end-of-word follows "type".
6685 2008-06-02 Daiki Ueno <ueno@unixuser.org>
6687 * epa-file.el (epa-file-write-region): Write the entire buffer
6688 content if START is nil.
6690 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
6692 * select.el (x-get-selection): Fix typo.
6694 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
6696 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
6697 (describe-char): Use `looking-at-p', `string-match-p' when possible.
6699 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6701 * tar-mode.el (tar-header-block-summarize): Ensure one space around
6704 2008-05-31 John Paul Wallington <jpw@pobox.com>
6706 * help-fns.el (describe-variable-custom-version-info):
6707 Handle dotted `package-version' info.
6709 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
6711 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
6713 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
6715 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
6716 names and improve support for unregistered files.
6718 2008-05-31 Glenn Morris <rgm@gnu.org>
6720 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
6721 Remove shell variable `elc'. Split tests to hopefully be more portable.
6722 Fix `sel' assignment.
6724 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
6726 * minibuffer.el (completion-table-dynamic): Doc fix.
6728 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6730 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
6731 Try and return `unregistered' when applicable.
6733 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6734 Don't encourage naming variables with "-flag".
6736 2008-05-30 Glenn Morris <rgm@gnu.org>
6738 * Makefile.in (update-elclist): Hide the warning when it does not apply,
6739 make it milder when it does.
6740 (autogen-clean): New target.
6741 (maintainer-clean): Use autogen-clean.
6743 * calendar/diary-lib.el (diary-display-function): New name for
6744 diary-display-hook. Keep old name as obsolete alias. Doc fix.
6745 Change custom type and version.
6746 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
6747 (diary-fancy-display): Doc fixes.
6748 (diary-list-entries, diary-include-other-diary-files)
6749 (diary-mail-entries):
6750 Use diary-display-function rather than diary-display-hook.
6752 * calendar/appt.el (appt-check): Use diary-display-function rather than
6754 * calendar/cal-x.el (calendar-dedicate-diary): Update for
6755 diary-display-function replacing diary-display-hook.
6756 * org/org-agenda.el (org-get-entries-from-diary): Also set
6757 diary-display-function.
6759 * calendar/cal-html.el (cal-html-list-diary-entries):
6760 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6761 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
6762 argument of diary-list-entries rather than setting diary-display-hook.
6764 2008-05-30 Kenichi Handa <handa@m17n.org>
6766 * international/mule-conf.el (utf-8-with-signature): Renamed from
6768 (utf-8-auto): Adjusted for the above change.
6770 * international/mule-diag.el (describe-font): Don't check fontset
6771 here, and just call font-info. Get the default font by from the
6774 2008-05-29 Kenichi Handa <handa@m17n.org>
6776 * international/mule-conf.el (utf-8-sig, utf-8-auto):
6779 * international/mule.el (define-coding-system): Accept :bom for utf-8.
6781 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
6783 * international/utf-7.el (utf-7-encode): Use the right escape char
6784 depending on imap/nonimap encoding.
6786 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6788 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
6790 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
6792 * icomplete.el (icomplete-prospects-height): Add :group.
6794 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6796 * icomplete.el (icomplete-prospects-length): Make obsolete.
6797 (icomplete-prospects-height): New var.
6798 (icomplete-completions): Use it.
6800 2008-05-29 David Kastrup <dak@gnu.org>
6802 * autoinsert.el (auto-insert): Add :link.
6804 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6806 * tar-mode.el (tar-header): New field `header-start'.
6807 (tar-header-block-tokenize): Set it when useful.
6808 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
6809 (tar-header-data-end): New function.
6810 (tar-summarize-buffer): Use it.
6811 (tar-next-line): Fix goal column for long usernames.
6812 (tar-expunge-internal): Use header-start.
6813 (tar-rename-entry): Handle ustar-style long names.
6814 (tar-alter-one-field): Add optional `descriptor' argument.
6815 (tar-subfile-save-buffer): Use it.
6817 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6819 * tar-mode.el (tar-header): New field `header-start'.
6820 (tar-header-block-tokenize): Set header-start for longlink entries.
6821 (tar-expunge-internal): Use header-start to expunge longlink entries.
6823 * files.el (hack-local-variables): Don't signal an error if the local
6824 variable section is not properly terminated.
6826 * emacs-lisp/easymenu.el (easy-menu-convert-item)
6827 (easy-menu-convert-item-1): Move the duplicate-generation outside of
6828 the caching so it also works for identical entries.
6830 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
6831 (tar-mode): Use write-region-annotate-functions rather than
6832 write-contents-functions.
6833 (tar-extract): Remove unused var `pos'.
6834 (tar-subfile-save-buffer): Remove unused var `following-descs'.
6835 (tar-mode-write-file): Remove.
6836 (tar-write-region-annotate): New function.
6838 * progmodes/flymake.el (flymake-save-buffer-in-file):
6839 * shadowfile.el (shadow-copy-file):
6840 * arc-mode.el (archive-*-write-file-member):
6841 * files.el (diff-buffer-with-file):
6842 * subr.el (with-temp-file): Pass nil to write-region.
6843 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
6845 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
6848 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
6851 2008-05-28 Glenn Morris <rgm@gnu.org>
6853 * Makefile.in (update-elclist): Work around non-portability of "\"
6854 in various implementations of echo.
6856 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6858 * international/mule-diag.el (describe-current-coding-system):
6859 Don't assume selection-coding-system is always defined.
6861 * tar-mode.el: Use defstruct and markers.
6863 (tar-header): Use defstruct. Add `data-start' field.
6864 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
6865 (tar-desc-data-start): Remove (now called tar-header-data-start).
6866 (tar-roundup-512): New fun.
6867 (tar-header-block-tokenize): Receive a buffer position rather than
6868 a string. Handle @longLink here, be more careful about it.
6869 Create a marker for data-start.
6870 (tar-summarize-buffer): Don't handle @LongLink here any more.
6871 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
6872 data-start on the following entries any more.
6873 (tar-chown-entry, tar-chgrp-entry): Use read-number.
6875 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
6876 (tar-header-offset): Remove.
6877 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
6878 Not permanent any more.
6879 (tar-data-buffer): New var.
6880 (tar-data-swapped-p, tar-change-major-mode-hook)
6881 (tar-mode-kill-buffer-hook): New funs.
6882 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
6883 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
6884 (tar-clear-modification-flags, tar-alter-one-field)
6885 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
6888 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
6890 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
6891 (vc-dir-resynch-file): ... this. Update callers.
6892 Use vc-string-prefix-p. Ignore directory args.
6893 (vc-string-prefix-p): CSE.
6894 (vc-resynch-buffer): Restore conditional.
6896 * vc-hooks.el (vc-after-save): Improve test.
6897 (vc-mode-line): Fix indentation.
6899 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
6901 * calendar/parse-time.el (parse-time-months)
6902 (parse-time-weekdays): Add long-form month and day names.
6904 2008-05-27 Glenn Morris <rgm@gnu.org>
6906 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
6908 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6910 * vc-dispatcher.el (vc-string-prefix-p): New function.
6911 (vc-dir-parent-marked-p): Use it.
6913 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
6915 * vc.el (Problems): Remove fixed issues.
6916 (vc-expand-dirs): Avoid returning directories.
6917 (vc-dir): Fix C-x v v binding.
6918 (vc-make-backend-object): Fix name.
6919 (vc-dir-show-fileentry): Fix docstring.
6920 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
6921 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
6922 Reset the state for directories.
6923 (vc-dir-headers): Align labels.
6924 (vc-default-status-printer): Do no call prettify-state-info.
6925 (vc-deduce-fileset): Replace implementation with one based on a
6926 working older version.
6927 (vc-next-action): Use the new form of vc-deduce-fileset.
6928 Fix dealing with unregistered files.
6930 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
6931 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
6932 (vc-dir-child-files): New function.
6933 (vc-dir-node-directory): New function.
6934 (vc-dir-update, vc-dir-parent-marked-p)
6935 (vc-dir-children-marked-p, vc-dir-mark-all-files)
6936 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
6938 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
6940 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6942 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
6943 (diff-font-lock-keywords, diff-context->unified)
6944 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
6945 (diff-hunk-text, diff-find-source-location): Use it.
6946 (diff-post-command-hook): Let the user edit the hunk headers.
6948 2008-05-26 Andreas Schwab <schwab@suse.de>
6950 * vc.el (vc-default-prettify-state-info): Fix formatting of an
6953 * tar-mode.el (tar-summarize-buffer): Comment fix.
6955 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6957 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
6959 2008-05-26 Glenn Morris <rgm@gnu.org>
6961 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
6963 2008-05-25 John Paul Wallington <jpw@pobox.com>
6965 * proced.el (proced-next-line, proced-previous-line):
6966 Avoid calling `next-line' and `previous-line' from Lisp code.
6968 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
6970 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
6971 Use diary-ordinal-suffix.
6973 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
6975 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
6976 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
6977 (edebug-save-displayed-buffer-points, edebug-initial-mode)
6978 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
6979 (edebug-print-length, edebug-print-level, edebug-print-circle)
6980 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
6981 (edebug-global-break-condition, edebug-sit-for-seconds):
6982 Remove spurious * from defcustom docstrings.
6983 (edebug-unwrap*, edebug-signal, edebug-eval-display):
6984 Improve argument/docstring consistency.
6985 (edebug-test-coverage, edebug-gensym, edebug-read)
6986 (edebug-top-level-nonstop, edebug-eval-result-list)
6987 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
6988 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
6989 (edebug-display-freq-count): Reflow docstrings.
6990 (edebug-restore-status): Doc fix.
6992 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6994 * proced.el (proced-header-line): Use the :align-to 0 feature
6995 rather than computing the corresponding position manually.
6996 (proced-update): Don't hardcode point-min==1.
6998 2008-05-24 Alan Mackenzie <acm@muc.de>
7000 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7001 if c-file-style is set to a non-string.
7003 (c-neutralize-CPP-line): Surround by `save-excursion'.
7004 (c-neutralize-syntax-in-CPP): Optimize for speed.
7006 2008-05-24 Glenn Morris <rgm@gnu.org>
7008 * Makefile.in (update-elclist): New target, to update ELCFILES.
7009 (bootstrap-after): Run update-elclist.
7011 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
7013 * icalendar.el (icalendar-version): Increase to "0.19".
7014 (icalendar--date-style): New function.
7015 (icalendar--datetime-to-diary-date): Doc fix.
7016 Use icalendar--date-style.
7017 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
7018 (icalendar--convert-yearly-to-ical)
7019 (icalendar--convert-recurring-to-diary): Handle iso date style,
7020 use icalendar-date-style.
7022 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
7024 * vc.el (vc-delete-file): Make sure the buffer is deleted and
7025 vc-dir buffers are updated.
7027 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7029 * vc.el (vc-delete-file): Don't try to resynch the buffer.
7031 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
7033 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7034 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7035 (reftex-extra-bindings): Use it.
7037 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7038 away from the user-reserved keys.
7040 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7042 (ada-create-keymap): Use them.
7044 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7046 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7047 a properly-grouped regexp.
7049 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
7051 * progmodes/cap-words.el (capitalized-words-mode):
7052 Fix typos in docstring.
7054 2008-05-23 Kenichi Handa <handa@m17n.org>
7056 * international/mule-conf.el: Don't define the charset `emacs'
7057 here, just put :docstring, :short-name, and :long-name.
7059 2008-05-22 Kenichi Handa <handa@m17n.org>
7061 * international/mule-diag.el (font-show-log): Limit each listing
7064 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
7066 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7067 (gdb-annotation-rules): New entry for "thread-changed".
7068 (gdb-thread-changed): New function.
7070 2008-05-23 Glenn Morris <rgm@gnu.org>
7072 * Makefile.in (SOURCES): Remove, unused.
7073 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7074 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7075 Exclude more '*loaddefs' files.
7076 (compile-always): Simplify '.elc' deletion.
7078 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7080 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7081 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7083 * minibuffer.el (completion-boundaries): Change calling
7084 convention, so `string' has the same semantics as in
7085 try-completion and all-completions.
7086 (completion-table-with-context, completion--embedded-envvar-table)
7087 (completion--file-name-table)
7088 (completion-pcm--find-all-completions): Adjust code accordingly.
7090 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
7092 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7093 prune image-mode-winprops-alist, preventing it from growing
7095 (image-mode-reapply-winprops): Use it.
7097 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
7099 * net/netrc.el (netrc-machine): Always match if the port is not given.
7101 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7103 * minibuffer.el (completion-pcm--find-all-completions):
7104 Don't add pseudo-completions.
7106 * icomplete.el (icomplete-eoinput): Remove.
7107 (icomplete-overlay): New var to replace it.
7108 (icomplete-tidy): Rewrite.
7109 (icomplete-exhibit): Use an overlay.
7110 (icomplete-completions): Use completion-all-sorted-completions.
7111 Obey completion-ignore-case.
7113 * files.el (locate-dominating-file): Accept non-existing argument.
7114 (project-find-settings-file): Rewrite, using locate-dominating-file.
7116 2008-05-22 Kenichi Handa <handa@m17n.org>
7118 * faces.el (font-weight-table, font-slant-table, font-width-table):
7119 Delete them. Don't call internal-set-font-style-table.
7121 * international/mule-diag.el (font-show-log): New function.
7123 * international/fontset.el (script-representative-chars): Add more
7124 chars for latin. Add data for symbol.
7125 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7127 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7129 * minibuffer.el (completion-all-sorted-completions): New var.
7130 (completion--flush-all-sorted-completions)
7131 (completion-all-sorted-completions): New functions.
7132 (minibuffer-force-complete): New command.
7134 2008-05-21 Glenn Morris <rgm@gnu.org>
7136 * files.el (c-postprocess-file-styles): Declare for compiler.
7138 * Makefile.in: Allow for parallel byte-compiling.
7139 (ELCFILES): New variable.
7140 (.el.elc): Remove prerequisites from suffix rule. Print a message.
7141 (compile-first, compile-main, compile-last): New targets.
7142 (compile-always): Simplify - delete .elc files, then `make compile'.
7144 * Makefile.in (compile-calc): Use glob rather than find.
7145 ($(lisp)/progmodes/cc-mode.elc): Use $@.
7147 * eshell/esh-module.el: No need for cl when compiling.
7149 * eshell/eshell.el (eshell-defgroup): New alias.
7150 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7151 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7152 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7153 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7154 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7155 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7156 Autoload the custom group. Set generated-autoload-file.
7157 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7158 for eshell-defgroup.
7159 * eshell/esh-module.el (eshell-load-defgroups): Remove.
7160 Require esh-groups rather than loading it.
7162 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7164 * proced.el (proced-header-line): New variable and new function.
7165 (proced-mode): Set header-line-format.
7166 (proced-update): Set proced-header-line.
7167 (proced-send-signal): Use proced-header-line.
7169 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7171 * macros.el (insert-kbd-macro): Use prin1-char.
7173 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7175 * minibuffer.el (completion-boundaries): New function.
7176 (completion--some): Delay errors.
7177 (complete-with-action, completion-table-with-context):
7178 Handle `boundaries' case.
7179 (completion--try-word-completion): Avoid partial-completion
7180 when the user hasn't entered anything yet.
7181 (minibuffer-local-map, minibuffer-local-filename-completion-map)
7182 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7183 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7184 Setup default keybindings.
7185 (completion--embedded-envvar-re): New var.
7186 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
7187 (completion--file-name-table): Handle `boundaries' case.
7188 (completion-pcm--pattern->regex): Avoid pathological backtracking.
7189 (completion-pcm--all-completions): Add a `prefix' arg.
7190 (completion-pcm--find-all-completions): New function.
7191 (completion-pcm-all-completions, completion-pcm-try-completion):
7194 * icomplete.el (icomplete-completions): Don't use `predicate' with
7195 a table of a different type than `candidates'.
7197 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7199 * proced.el (proced-goal-column): Rename from proced-procname-column.
7200 (proced-goal-header-re): Rename from proced-procname-column-regexp.
7201 (proced-move-to-goal-column): Rename from proced-move-to-procname.
7202 (proced-header-face, proced-header-regexp): Remove.
7203 (proced-font-lock-keywords): Remove proced-header-face.
7204 (proced-header-alist, proced-sorting-schemes-re): New variables.
7205 (proced): Rename Proced buffer to *Proced*.
7206 (proced-next-line, proced-previous-line): New commands.
7207 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7208 (proced-hide-processes): Do not treat first line as special.
7209 (proced-header-space): New function.
7210 (proced-update): Use header-line-format.
7211 Initialize proced-header-alist and proced-sorting-schemes-re.
7212 Set proced-goal-column. Include proced-command in mode-name.
7213 (proced-send-signal): Use header-line-format for *Marked
7215 (proced-sort): Restrict minibuffer completion to applicable
7217 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7219 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7221 * icomplete.el (icomplete-simple-completing-p):
7222 Allow icomplete-with-completion-tables to say "use it everywhere".
7223 (icomplete-completions): Obey completion-styles. Try to accommodate
7224 partial-completion style.
7226 2008-05-20 Michael Olson <mwolson@gnu.org>
7228 * files.el (project-find-settings-file): Change concat to
7231 2008-05-19 Tom Tromey <tromey@redhat.com>
7233 * files.el (normal-mode): Call hack-project-variables.
7234 (hack-local-variables-confirm): Add 'project' argument.
7235 (hack-local-variables-apply): New function.
7236 (hack-local-variables): Use it.
7237 (project-class-alist, project-directory-alist): New variables.
7238 (project-get-alist): New function.
7239 (project-collect-bindings-from-alist)
7240 (project-collect-binding-list, set-directory-project)
7241 (project-find-settings-file, project-define-from-project-file)
7242 (hack-project-variables): New functions.
7244 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7246 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7248 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
7250 * faces.el (font-weight-table): Fix typo in docstring.
7252 2008-05-18 David Hull <david@snap.com> (tiny change)
7254 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7255 (vc-hg-annotate-command): Allow white space before version number.
7257 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7259 * calc/calc-yank.el (calc-register-alist): New variable.
7260 (calc-set-register, calc-get-register, calc-copy-to-register)
7261 (calc-insert-register, calc-add-to-register, calc-append-to-register)
7262 (calc-prepend-to-register): New functions.
7264 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7265 `calc-copy-to-register' and `calc-insert-register'.
7266 Autoload new register functions.
7268 * calc/calc-help.el (calc-r-prefix-help): Add help for register
7271 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
7273 * vc.el (Todo): Add known problems.
7274 (vc-dir-backend): New variable.
7276 (vc-make-backend-object, vc-generic-status-printer)
7277 (vc-generic-state, vc-generic-status-fileinfo-extra)
7278 (vc-dir-extra-menu): Use it.
7279 (vc-generic-dir-headers): Remove, unused.
7281 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7282 vc-dir-prev-directory for consistency with vc-dir-previous-line.
7283 (vc-dir-mode-map): Fix bindings.
7285 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7287 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7289 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7291 (calc-kill-region): Kill entire lines.
7293 2008-05-17 Glenn Morris <rgm@gnu.org>
7295 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7296 simplify initial value.
7297 (defezimage): Drop support for Emacs without defimage, use a featurep
7298 test rather than fboundp when defining, drop with-no-warnings.
7299 (ezimage-insert-over-text): Move featurep test inside
7300 add-text-properties.
7302 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7304 * net/tramp.el (top-level): Load auth-source when compiling.
7306 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7308 2008-05-17 Andreas Schwab <schwab@suse.de>
7310 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7312 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
7314 * vc.el (vc-annotate-show-diff-revision-at-line): Change
7315 vc-diff-internal arg to match what vc-deduce-fileset returns now.
7317 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7319 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7321 2008-05-17 Jim Meyering <meyering@redhat.com>
7323 * ido.el (ido-save-history): Do not emit a trailing newline at the
7324 end of the ido history file.
7326 2008-05-16 John Paul Wallington <jpw@pobox.com>
7328 * vc-dispatcher.el (top-level): Revert previous change: require cl
7331 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7333 * vc.el (vc-default-status-printer)
7334 (vc-default-prettify-state-info): Enhance the state prettyprinter
7335 to deal better with unknown states and indirect through it when
7336 painting vc-dir buffers.
7338 2008-05-16 John Paul Wallington <jpw@pobox.com>
7340 * vc-dispatcher.el (top-level): Don't require cl when compiling.
7341 (vc-dir-mode-map): Fix backquote.
7342 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
7344 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
7346 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7347 Reported by Glenn Morris <rgm@gnu.org>.
7349 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7351 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7352 the end of the file, it was good work at one time but has been
7353 stale since 1995 and may now be actively misleading.
7354 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7355 CVS repository and module (assumptions for the latter a bit iffy).
7356 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7359 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
7361 * vc-rcs.el (vc-rcs-create-tag):
7362 * vc-sccs.el (vc-sccs-create-tag):
7363 Fix typo in error message and pass backend arg.
7365 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
7367 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7369 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
7371 * net/tramp.el: Load auth-source library.
7372 (tramp-read-passwd): Use it for password, not login.
7374 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
7376 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7377 (ses-print-cell): Use string-width, truncate-string-to-width,
7378 delete-region rather than length, substring, delete-char.
7379 (ses-setup): Set inhibit-point-motion-hooks to t.
7380 Calculate position by actually moving point rather than just using
7381 unibyte character length.
7382 (ses-mode): Set indent-tabs-mode to nil.
7383 (ses-center): Use string-width rather than length.
7385 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
7387 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7388 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7389 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7390 vc-*-create-tag and vc-*-retrieve-tag respectively.
7392 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7395 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7397 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7400 2008-05-15 Glenn Morris <rgm@gnu.org>
7402 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7404 * org/org-exp.el (org-infojs-options-inbuffer-template):
7407 * progmodes/cc-mode.el (declare-function): Add compat definition.
7408 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7410 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
7412 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7413 list to a cons so the caller can get back both expanded and
7414 unexpanded filesets.
7415 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7416 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7417 Change handling of selection-set returns as required.
7419 2008-05-15 John Paul Wallington <jpw@pobox.com>
7421 * add-log.el (top-level): Don't require cl when compiling.
7423 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7424 (archive-*-extract): Use `zerop'.
7425 (archive-*-write-file-member): Use `or', use `zerop'.
7427 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7429 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7430 (ibuffer-mark-interactive, ibuffer-set-mark)
7431 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7432 (ibuffer-map-lines, ibuffer-switch-format)
7433 (ibuffer-update-title-and-summary)
7434 (ibuffer-redisplay-engine): Use it.
7436 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7437 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7438 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7439 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7440 (ibuffer-mark-read-only-buffers)
7441 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7443 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7444 (define-ibuffer-column, define-ibuffer-sorter)
7445 (define-ibuffer-op, define-ibuffer-filter): Add declarations
7446 containing indentation specs, replacing equivalent top-level
7447 forms that set `lisp-indent-function' properties.
7448 (define-ibuffer-op): Use `derived-mode-p'.
7449 (define-ibuffer-filter): Remove redundant `concat' call.
7451 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
7453 * net/tramp.el (tramp-echo-mark): Update docstring.
7454 (tramp-echo-mark-marker): New defconst.
7455 (tramp-check-for-regexp): Use it.
7457 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
7459 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7460 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7463 2008-05-14 John Paul Wallington <jpw@pobox.com>
7465 * international/mule.el (convert-define-charset-argument):
7466 Remove period from end of error message.
7467 (coding-system-mnemonic): Doc fix.
7468 (ctext-pre-write-conversion): Doc fix.
7470 2008-05-14 Simon Marshall <simon@gnu.org>
7472 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
7473 from its default value and give it the risky-local-variable
7474 property (CVE-2008-2142).
7476 2008-05-14 Kenichi Handa <handa@m17n.org>
7478 * language/korean.el ("Korean"): Set `iso639-language'
7481 * language/japanese.el ("Japanese"): Set `iso639-language'
7484 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7485 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7486 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7488 * international/mule-cmds.el (set-language-environment):
7489 Set current-iso639-language.
7491 * international/fontset.el (setup-default-fontset): For kana, han,
7492 hangul, and cjk-misc, move an entry with font-spec at the end.
7493 (generate-fontset-menu): Exclude fontset-auto* from the list.
7495 * composite.el (compose-chars-after): Assume that WINDOW is always
7498 * faces.el (font-weight-table, font-slant-table)
7499 (font-swidth-table): Declare them by defconst. Change the format
7500 of elements. Call internal-set-font-style-table after their
7502 (face-valid-attribute-values): Call font-family-list. Get values
7503 for width, weight, and slant from font-xxx-table.
7505 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7507 2008-05-13 John Paul Wallington <jpw@pobox.com>
7509 * ibuffer.el (ibuffer-buffer-file-name): New function.
7510 (define-ibuffer-column filename): Use it.
7512 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7514 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
7516 * talk.el (talk): Simplify. Pass display arg to talk-add-display
7518 (talk-add-display): Simplify. Accept only string args.
7520 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
7522 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7524 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7526 * Makefile.in (bootstrap-prepare): Don't chmod files.
7527 (autoloads): Do it here instead, where it's actually needed.
7529 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
7531 * tool-bar.el (tool-bar-make-keymap): Account for the optional
7532 KEY-BINDING-DATA field in menu-item list.
7534 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7536 * dired.el (dired-read-dir-and-switches): Move things about to use less
7537 recursion during macroexpansion.
7539 * dired.el (dired-read-dir-and-switches): Use read-file-name.
7541 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7542 completion-ignored-extension directories if there's something else.
7543 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7544 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7545 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7546 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7547 buffer-read-only -> inhibit-read-only.
7549 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
7551 * vc.el (vc-expand-dirs): Stop this function from tossing out
7552 explicitly specified files.
7554 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7556 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7559 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
7561 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7562 cons. Use vc-annotate-backend.
7563 (with-vc-file, edit-vc-file): Remove unused macros.
7565 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
7567 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7568 (smtpmail-try-auth-methods): Use it.
7570 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7572 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
7573 (setf (nthcdr ..) ..) doesn't require CL at runtime.
7575 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
7577 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
7579 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7581 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
7582 (vc-bzr-revision-completion-table): Use process-file.
7583 (vc-bzr-working-revision): Pass relative file names.
7585 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
7587 2008-05-11 Juri Linkov <juri@jurta.org>
7589 * wid-edit.el (widget-image-directory): Change default image data
7590 subdirectory from "custom" to "images/custom".
7592 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
7593 before recursive call to `Info-next-preorder' to not add
7594 intermediate nodes to the history.
7596 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
7598 * emulation/cua-base.el: Put isearch-scroll property
7599 on cua-scroll-up and cua-scroll-down.
7601 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
7603 * vc-hooks.el (vc-recompute-state): Remove (dead code).
7605 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
7607 * vc-dispatcher.el (ewoc): Require.
7608 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
7610 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
7612 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
7614 * term/w32-win.el (x-colors):
7615 * term/mac-win.el (x-colors):
7616 * term/x-win.el (x-colors): Re-order colors.
7618 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
7620 * smerge-mode.el (smerge-command-prefix): Fix custom type.
7622 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
7624 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
7625 New functions implementing motion to next and previous directory.
7627 * vc-arch.el (vc-arch-command):
7628 * vc-bzr.el (vc-bzr-command):
7629 * vc-cvs.el (vc-cvs-command):
7630 * vc-dispatcher.el (vc-do-command):
7631 * vc-git.el (vc-git-command):
7632 * vc-hg.el (vc-hg-command):
7633 * vc-mcvs.el (vc-mvcs-command):
7634 * vc-mtn.el (vc-mtn-command):
7635 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
7636 (vc-sccs-workfile-unchanged-p):
7637 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
7638 * vc-rcs.el (all methods): Remove assumption about what a nil
7639 argument to vc-do-command means. This means no buffer name needs
7640 to be hardcoded into the dispatcher layer, and it's better to be
7643 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
7645 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
7647 * vc.el: Update todo.
7649 * vc-sccs.el (vc-sccs-dir-status):
7650 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
7651 backends and returning up to date files.
7653 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
7655 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7658 * vc-hooks.el: Tweak the VC directory bindings. These are now
7659 documented in the manual.
7661 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
7662 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7663 (vc-dispatcher-selection-set): Allow callers to pass in an
7664 observer flag that says no buffer sync is required.
7665 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
7666 Use the observer flag.
7668 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
7670 * simple.el (start-file-process): Clarify docstring.
7672 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7674 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
7675 Remove stub implementations of, and references to, wash-log.
7676 * vc-rcs.el (vc-rcs-comment-history):
7677 * vc-cvs.el (vc-cvs-comment-history):
7678 Inline the code that used to be wash-log.
7680 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
7681 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7682 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
7683 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
7684 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
7685 (vc-rcs-print-log): Grok directories.
7687 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7689 * vc.el (vc-mark-resolved): Add `backend' argument.
7690 (vc-next-action): Pass it the backend.
7691 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
7692 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
7693 (vc-default-comment-history, vc-default-create-snapshot)
7694 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
7695 (vc-annotate-revision-previous-to-line)
7696 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
7697 * vc-svn.el (vc-svn-checkout):
7698 * vc-mcvs.el (vc-mcvs-checkout):
7699 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
7700 (vc-working-revision, vc-before-save, vc-mode-line):
7701 Prefer vc-call-backend to vc-call so as not to recompute the backend.
7703 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
7704 state to be consistent since it's often an unwarranted restriction.
7705 Don't return the state either.
7706 (vc-next-action): Check that the state is consistent.
7707 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
7708 (vc-rollback, vc-update): Adapt to new return value of
7711 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
7712 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
7713 (vc-dispatcher-in-fileset-p): New fun.
7714 (vc-dispatcher-selection-set): Use it to properly handle directories.
7716 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
7718 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
7719 (vc-update): Remove unused let bindings.
7721 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7723 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
7724 (vc-diff, vc-revert, vc-rollback, vc-update):
7725 * vc-dispatcher.el (vc-dispatcher-selection-set):
7726 Get rid of 4 special cases in fileset selection. This involved
7727 changing the return value of (vc-deduce-fileset) so that it passes
7728 back a deduced state as well as a deduced back end.
7730 2008-05-08 Sam Steingold <sds@gnu.org>
7732 * progmodes/compile.el (compilation-minor-mode-map)
7733 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
7734 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
7735 it to `compilation-minor-mode-map' (instead of an explicit `cons').
7737 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7739 * org/org.el (org-modules, org-format-latex-options):
7740 * org/org-archive.el (org-archive-stamp-time)
7741 (org-archive-save-context-info):
7742 * org/org-faces.el (org-hide):
7743 * org/org-irc.el (org-irc-parse-link):
7744 * org/org-macs.el (org-call-with-arg, org-autoload):
7745 * org/org-mew.el (org-mew-store-link):
7746 * org/org-remember.el (org-remember-store-without-prompt)
7747 (org-remember-templates): Fix typos in docstrings.
7749 * org/org-info.el (org-info-store-link): Remove leftover docstring.
7751 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7752 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7753 (org-bbdb-anniv-split): Fix typos in docstrings.
7755 * org/org-publish.el (org-publish-project-alist): Doc fixes.
7756 (org-publish-use-timestamps-flag): Reflow docstring.
7757 (org-publish-files-alist): Fix typos in docstring.
7759 2008-05-07 Sam Steingold <sds@gnu.org>
7761 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
7762 appears to be too aggressive with window removal.
7764 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
7766 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7767 Add leda and 0in as pragma keywords.
7768 (verilog-pretty-expr): Support lining up assignments which include
7770 (verilog-mode): More portable check for the availability of
7772 (verilog-do-indent): Remove special indent for declarations inside
7773 a parenthetical list. The code is ill-advised, and doesn't work
7774 given the new user defined types.
7775 (verilog-set-auto-endcomments): Enhance function automatic
7776 endcomment to support functions that return user defined types.
7777 (verilog-mode): Add code to tell which-function-mode minor mode
7778 that Verilog supports this feature.
7780 2008-05-08 Eli Zaretskii <eliz@gnu.org>
7782 * epa-file.el: Require epa-hook.
7784 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
7786 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
7787 file-names clashes on 8+3 filesystems. Provide epa-hook.
7789 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
7790 file-names clashes on 8+3 filesystems.
7792 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
7794 * org/org.el (org-read-date-get-relative): Interpret lone
7795 weekday abbreviation as relative to today.
7797 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7799 * abbrev.el (define-abbrev-table):
7800 * composite.el (toggle-auto-composition):
7801 * json.el (json-alist-p, json-plist-p):
7802 * minibuffer.el (completion-table-with-predicate):
7803 * ps-mule.el (ps-mule-external-libraries):
7804 * emacs-lisp/advice.el (ad-special-form-p):
7805 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7806 * eshell/em-smart.el (eshell-review-quick-commands):
7807 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
7808 (python-skip-out, python-check-comint-prompt):
7809 Don't use `iff' in docstrings.
7811 * international/robin.el (robin-package-alist): Fix typo in docstring.
7812 (robin-current-package-name): Doc fix.
7813 (robin-activate): Don't use `iff' in docstring.
7815 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
7817 * vc.el, vc-dispatcher.el: VC-Dired support removed.
7818 The code uses a ewoc-based implementation now.
7819 * vc-hooks.el: Support for Meta-CVS has been removed.
7821 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7823 * tool-bar.el: Choose images dynamically.
7824 (tool-bar-make-keymap, tool-bar-find-image): New function.
7825 (tool-bar-find-image-cache): New var.
7826 (tool-bar-local-item, tool-bar-local-item-from-menu):
7827 Don't select the image yet, do it later in tool-bar-make-keymap.
7829 2008-05-07 Andreas Schwab <schwab@suse.de>
7831 * window.el: Require 'cl when compiling.
7833 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
7835 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
7837 2008-05-07 Glenn Morris <rgm@gnu.org>
7839 * subr.el (ignore-errors): Move here from cl-macs.el.
7840 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
7842 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
7845 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
7847 * vc-hooks.el (vc-find-file-hook):
7848 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
7850 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
7852 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
7854 * progmodes/verilog-mode.el (verilog-getopt-file):
7855 Cleanup warning message format.
7856 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
7857 (verilog-auto-inout, verilog-auto-inout-module)
7858 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
7859 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7860 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
7861 (verilog-auto-sense-sigs, verilog-auto-tieoff)
7862 (verilog-auto-unused, verilog-auto-wire)
7863 (verilog-decls-get-assigns, verilog-decls-get-consts)
7864 (verilog-decls-get-gparams, verilog-decls-get-inouts)
7865 (verilog-decls-get-inputs, verilog-decls-get-outputs)
7866 (verilog-decls-get-ports, verilog-decls-get-regs)
7867 (verilog-decls-get-signals, verilog-decls-get-wires)
7868 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
7869 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
7870 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
7871 (verilog-inject-sense, verilog-library-filenames)
7872 (verilog-mode-release-date, verilog-mode-version)
7873 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
7874 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
7875 (verilog-modi-get-assigns, verilog-modi-get-consts)
7876 (verilog-modi-get-gparams, verilog-modi-get-inouts)
7877 (verilog-modi-get-inputs, verilog-modi-get-outputs)
7878 (verilog-modi-get-ports, verilog-modi-get-regs)
7879 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
7880 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
7881 (verilog-modi-get-wires, verilog-preserve-cache)
7882 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
7883 (verilog-read-sub-decls, verilog-read-sub-decls-line)
7884 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
7885 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
7886 Add caching of additional state, and rework signal extraction
7887 routines to improve AUTO expansion performance by 300%++.
7889 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
7891 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7892 Tweak Open Watcom regexp to distinguish between errors and warnings.
7894 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7896 * dired.el (dired-read-dir-and-switches): Fix up last change.
7898 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
7900 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
7901 out of this function, move it to vc-dispatcher-selection-set.
7903 2008-05-05 Sam Steingold <sds@gnu.org>
7905 * window.el (delete-other-windows-vertically): New function.
7907 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7909 * dired.el (dired-read-dir-and-switches):
7910 Obey read-file-name-completion-ignore-case.
7912 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
7914 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7915 Add regexp for Open Watcom compiler output.
7917 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
7919 * progmodes/python.el (python-block-pairs): Align finally with except.
7921 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7923 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
7925 2008-05-05 Tom Tromey <tromey@redhat.com>
7927 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
7928 looking at conflict marker.
7930 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7932 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
7933 client-mode -> vc-client-object, and guess `funcall' was meant.
7934 (vc-dir-mode): Rename client-mode -> vc-client-mode.
7936 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
7938 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
7939 (dbus-debug): Move declarations outside eval-when-compile.
7941 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7943 * proced.el (proced-command-alist): Fix system-type values.
7945 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
7946 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7947 (proced-sort-start, proced-sort, proced-sort-time): New commands.
7948 (proced-update): Use proced-sorting-scheme. Update modeline.
7949 (proced-send-signal): Use nreverse.
7950 (proced-sorting-scheme-p): New function.
7952 2008-05-04 Andreas Schwab <schwab@suse.de>
7954 * vc.el: Require dired when compiling.
7956 * minibuffer.el (completion--insert-strings): Don't delete past bol.
7958 2008-05-03 Glenn Morris <rgm@gnu.org>
7960 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
7961 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
7962 Simplify compilation requirements.
7963 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
7966 2008-05-03 Dave Love <fx@gnu.org>
7968 * progmodes/python.el (python-beginning-of-statement):
7969 Loop at least once (fixes 2008-02-21 change).
7971 2008-05-03 Eli Zaretskii <eliz@gnu.org>
7973 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
7974 instead of `length' for comparing length of user and group names.
7976 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
7978 * vc-dispatcher.el: New file, separates out the UI and command
7979 execution machinery from VCS-specific logic left in vc.el.
7980 The separation is not yet completely clean, but it's a good start.
7981 * vc.el: This file is about 1700 lines shorter now.
7982 Remove obsolete logentry-check from the backend API.
7983 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
7984 implementation of the logentry-check method, and it guarded against
7985 a log length limit that has probably been obsolete for 15 years (!).
7987 2008-05-02 Sam Steingold <sds@gnu.org>
7989 * progmodes/compile.el (compilation-start): Move setting of
7990 compilation-directory after (funcall mode) as that resets local
7991 variables, this fixes recompile in grep buffers.
7992 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
7995 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
7997 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7998 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7999 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8000 has one of these and that all are called in compatible ways.
8001 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8002 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8003 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8004 backend has one of these.
8006 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8008 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8009 initialization into define-abbrev-table. Use :regexp.
8010 (octave-mode-syntax-table): Don't set word syntax for `.
8012 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8015 * dired.el (dired-read-dir-and-switches):
8016 Set minibuffer-completing-file-name and call substitute-in-file-name.
8017 (dired-format-columns-of-files): Use completion--insert-strings.
8019 * minibuffer.el (completion-hilit-commonality): Revert last change:
8020 the leftover code was actually useful.
8021 (completion--insert-strings): Use string-width rather than length.
8023 2008-05-02 Sam Steingold <sds@gnu.org>
8025 * vc.el (vc-dir-mode-map): Enable mouse bindings.
8026 (vc-at-event): New macro: run the body at the even location.
8027 (vc-dir-menu, vc-dir-toggle-mark): Use it.
8028 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8029 * subr.el (mouse-event-p): Check if the event is mouse-related.
8031 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
8033 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8034 Don't throw error if no file is found.
8036 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8038 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8039 (vc-default-state-heuristic): Doc fix.
8041 2008-05-02 Richard Sharman <rsharman@pobox.com>
8043 * hilit-chg.el (highlight-changes-mode): Remove references to
8044 hooks that no longer exist. Because define-minor-mode is used the
8045 hook highlight-changes-mode-hook exists and can do what both the
8046 old hooks used to do. The documentation at the top of the file
8047 was updated to demonstrate this.
8048 (highlight-changes-mode): Remove commented out call to a hook
8049 function that is no longer there.
8050 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8052 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8054 * vc.el (vc-default-dired-state-info): Change name of primitive
8055 to prettify-state-info, in preparation for ripping out dired mode.
8056 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8057 to prettify-state-info, in preparation for ripping out dired mode.
8058 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8059 tries this on a version-controlled buffer. It will do useless or
8060 actively bad things on any version control system newer than RCS.
8061 * vc-hooks.el (vc-dired-resynch-file):
8062 * vc.el (vc-dired-resynch-file): Change name of primitive to
8063 vc-directory-resynch-file, preparing to remove dired.
8065 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8067 * vc-rcs.el (vc-rcs-state): Fix typos.
8069 * vc.el (vc-register): Change argument order so that the prefix
8070 argument is assigned correctly.
8071 (vc-next-action, vc-dir-register): Update for the above change.
8073 2008-05-01 Juri Linkov <juri@jurta.org>
8075 * replace.el (occur-read-primary-args): Set default to the car of
8076 regexp-history and display it in the prompt, but don't add to the
8077 list of minibuffer defaults. Bind history-add-new-input to nil to
8078 not add automatically `default'. For empty input return `default'.
8079 Otherwise, add `input' to regexp-history and return it.
8080 (occur-1): Signal an error for the empty regexp.
8082 * progmodes/compile.el (compilation-auto-jump):
8083 Set window point to `pos' explicitly.
8085 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
8087 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8089 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8090 we report the 'unregistered state reliably.
8091 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8092 we report the 'unregistered state reliably.
8093 * vc-git.el (vc-git-state): Call vc-git-unregistered so
8094 we report the 'unregistered state reliably.
8095 * vc-hooks.el (vc-state): Document that vc-unregistered is
8096 now expected to be returned reliably.
8097 * vc.el (vc-default-dired-state): Change needs-patch state to
8098 needs-update, since the name now shows up in dir-status listings
8099 and was somewhat misleading.
8100 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8101 immediately after removing the file.
8102 * vc.el (vc-next-action): More informative messages when a fileset
8103 is in a mixed state or files are missing.
8105 2008-05-01 Sam Steingold <sds@gnu.org>
8107 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8109 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8111 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8113 2008-05-01 Daiki Ueno <ueno@unixuser.org>
8115 * epa-file-hook.el: New file split from epa-file.el.
8116 * epa-file.el: Require 'epa-file-hook.
8117 (epa-file-handler): Add autoload cookie.
8118 * loadup.el: Load epa-file-hook.
8119 * startup.el (command-line): Eval the body of auto-encryption-mode.
8121 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8123 * vc.el (vc-dir-mode-map): Don't bind "r".
8125 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8126 (vc-hg-status-printer): New function.
8127 (vc-hg-after-dir-status): Deal with copied and renamed files.
8128 (vc-hg-dir-status): Add flag to show copied files.
8130 2008-05-01 John Paul Wallington <jpw@pobox.com>
8132 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8133 (ibuffer-do-sort-by-recency): Reverse sorting order if last
8134 sorting mode was recency.
8136 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8137 reverse sorting order if last sorting mode was the sorter's.
8139 2008-05-01 Jason Rumney <jasonr@gnu.org>
8141 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8143 2008-04-30 John Paul Wallington <jpw@pobox.com>
8145 * ibuffer.el (define-ibuffer-column filename): When the major mode
8146 is `vc-dir-mode' show the buffer's default directory.
8148 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8149 major mode is `vc-dir-mode' use the buffer's default directory.
8151 2008-04-30 Sam Steingold <sds@gnu.org>
8153 * vc.el (vc-dir-delete-file): Add.
8154 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8155 (vc-delete-file): Do not barf when the file has been already deleted.
8157 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8159 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8161 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8163 * progmodes/octave-mod.el (octave-help): New function.
8164 * progmodes/octave-hlp.el: Delete.
8165 * info-look.el (octave-mode): Add operator index.
8167 * vc.el (vc-checkout): Typo.
8169 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8171 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8172 Add "..." in the appropriate places.
8174 * epa.el (epa-key-list-mode-map): Add more menu entries.
8175 Add "..." in the appropriate places.
8177 * dired.el (dired-mode-map): Add :help.
8179 * vc.el (vc-deduce-fileset): Add new parameter.
8180 (vc-dir-marked-only-files): New function.
8181 (vc-next-action): Don't ignore directories, look at the files
8183 (vc-dir-mode): Document how the mark/unmark commands work.
8185 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8187 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8188 Rule out trailing spaces in file and directory names as well.
8190 * minibuffer.el (completion--do-completion): Move point even if the
8191 completion makes no change.
8192 (completion-pcm-try-completion): Fix computation of new point.
8194 2008-04-30 David Hansen <david.hansen@gmx.net>
8196 * dired.el: Require 'cl.
8198 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
8200 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8201 hollow if not in innermost frame.
8203 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8204 Make `checkout-model' apply to filesets.
8205 * vc-hooks.el (vc-checkout-model): Rewrite.
8206 (vc-before-save, vc-after-save): Adjust callers accordingly.
8207 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8208 (vc-transfer-file): Adjust callers accordingly.
8209 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8210 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8211 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8212 instead of vc-checkout-model.
8213 * vc-mcvs.el (vc-mcvs-revert):
8214 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8215 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8216 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8217 * vc-svn.el (vc-svn-checkout-model):
8218 * vc-hg.el (vc-hg-checkout-model):
8219 * vc-git.el (vc-git-checkout-model):
8220 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8222 * dired.el (dired-read-dir-and-switches): Replace last change with
8223 a new approach that mixes read-file-name and read-directory-name.
8225 * files.el (read-buffer-to-switch):
8226 Avoid making assumptions about `other-buffer'.
8228 2008-04-29 Sam Steingold <sds@gnu.org>
8230 * vc.el (vc-dir-mode-hook): Add normal hook.
8231 (vc-dir-mode): Run it.
8233 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8235 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8236 Always split windows.
8237 (gdb-speedbar-timer-fn): Only raise frame after user input.
8238 (gdb-same-frame): Reverse initial value.
8239 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8241 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8242 gdb-speedbar-timer-fn.
8244 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8246 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8248 2008-04-29 Daiki Ueno <ueno@unixuser.org>
8250 * epa.el (epa-key-list-mode-map): Add menu.
8251 (epa-delete-keys, epa-import-keys): Fix typo.
8253 2008-04-29 Glenn Morris <rgm@gnu.org>
8255 * find-cmd.el (top-level): Does not need cl when compiling.
8257 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
8259 * find-cmd.el: New file.
8261 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8263 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8264 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8265 (completion-pcm--hilit-commonality): New function.
8266 (completion-pcm-all-completions): Use it.
8268 * minibuffer.el (completion-common-substring): Mark obsolete.
8269 (completions-first-difference, completions-common-part):
8270 Move from simple.el.
8271 (completion-hilit-commonality): New fun.
8272 (display-completion-list, completion-emacs21-all-completions)
8273 (completion-emacs22-all-completions): Use it.
8274 * simple.el (completions-first-difference, completions-common-part):
8275 Move to minibuffer.el.
8276 (choose-completion-string): Use field functions and minibufferp.
8277 (completion-setup-function): Don't set completions faces.
8279 2008-04-29 Glenn Morris <rgm@gnu.org>
8281 * calendar/calendar.el (calendar-nth-named-absday)
8282 (calendar-nth-named-day):
8283 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8284 * calendar/holidays.el (holiday-float): Doc fixes.
8286 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8289 * org/org-agenda.el (calendar-iso-from-absolute):
8290 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8293 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
8295 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8296 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8297 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8298 (gdb-assembler-custom): Be careful not to match other addresses.
8300 2008-04-29 Jason Rumney <jasonr@gnu.org>
8302 * battery.el (battery-status-function): Use w32-battery-status
8304 (battery-echo-area-format): Make apm format the general case.
8305 (battery-mode-line-format): Merge apm and pmset formats as the
8308 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8310 * progmodes/gdb-ui.el (gdb-info-stack-custom):
8311 Use gud-tool-bar-item-visible-no-fringe.
8312 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8313 is already visible in frame. Remove optional size parameter
8314 and add optional frame parameter.
8316 * progmodes/gud.el (gud-display-line): Only consider visible
8317 frames when looking for source buffer.
8319 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
8321 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8322 argument to get-char-property, in case the current buffer hasn't
8323 been assigned to that window yet.
8324 (doc-view-display): Default to selected window if the current
8325 buffer hasn't been assigned to a window yet.
8327 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
8329 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8331 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
8333 * net/tramp.el (tramp-mode): New defcustom.
8334 (tramp-file-name-handler, tramp-completion-file-name-handler):
8336 (tramp-replace-environment-variables): Handle "$$".
8338 2008-04-28 Sam Steingold <sds@gnu.org>
8340 * vc-hg.el (vc-hg-rename-file): Fix argument order.
8342 2008-04-28 Bastien Guerry <bzg@altern.org>
8344 * whitespace.el (whitespace-trailing): Fix typo.
8346 2008-04-28 Sam Steingold <sds@gnu.org>
8348 * textmodes/remember.el (diary-make-entry): Update the autoload.
8350 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8352 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8355 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
8357 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8359 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
8361 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8362 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8363 (vc-dir-mark-file): Add an optional argument.
8364 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8366 2008-04-27 Daiki Ueno <ueno@unixuser.org>
8368 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8369 rather than obsolete alias find-file-hooks.
8370 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
8371 Use find-file-hook rather than obsolete alias find-file-hooks.
8372 Add to find-file-not-found-functions.
8373 (epa-file-handler): Put 'safe-magic and 'operations properties.
8375 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8376 (epa-menu-items): Remove.
8378 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8379 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8380 (epa-dired-mode, epa-global-dired-mode): Remove.
8382 * dired.el (dired-mode-map): Bind encryption/decryption commands.
8384 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8386 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8388 2008-04-27 Glenn Morris <rgm@gnu.org>
8390 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8391 Remove un-needed local `orig-list'. Replace cl `copy-list'.
8393 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
8395 * org/org.el (org-html-level-start): Always have id's in HTML.
8396 (org-export-as-html): Use `org-link-protocols' to
8397 retrieve the export form of the link.
8398 (org-add-link-type): Final parameter renamed from PUBLISH.
8399 Better documentation of how it is to be used. Avoid double entries for
8401 (org-add-link-props): New function.
8402 (org-modules-loaded): New variable.
8403 (org-load-modules-maybe, org-set-modules): New function.
8404 (org-modules): New option.
8405 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8406 (orgtbl-mode, org-store-link, org-insert-link-global)
8407 (org-open-at-point): Call `org-load-modules-maybe'.
8408 (org-search-view): Add more text properties.
8409 (org-agenda-schedule, org-agenda-deadline): Allow also in
8410 search-type agendas.
8411 (org-search-view): Order of arguments has been changed.
8412 Interpret prefix-arg as TODO-ONLY.
8413 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8414 Take new argument order of `org-search-view' into account.
8415 (org-todo-only): New variable.
8416 (org-search-syntax-table): New variable and function.
8417 (org-search-view): Do the search with the special syntax table.
8418 (define-obsolete-function-alias): Make work with XEmacs.
8419 (org-add-planning-info): Use old date as default when modifying an
8420 existing deadline or scheduled item.
8421 (org-agenda-compute-time-span): Make argument N optional.
8422 (org-agenda-format-date-aligned): Require `cal-iso'.
8423 (org-agenda-list): Include week into agenda heading, don't
8424 list it at each date (only on Mondays).
8425 (org-read-date-analyze): Define local variable `iso-date'.
8426 (org-agenda-format-date-aligned): Remove dependency on
8427 `calendar-time-from-absolute'.
8428 (org-remember-apply-template, org-go-to-remember-target):
8429 Interpret filenames relative to `org-directory'.
8430 (org-complete): Silently fail when trying to complete
8431 keywords that don't have a default value.
8432 (org-get-current-options): Add a #+DATE: option.
8433 (org-additional-option-like-keywords): Remove "DATE:" from the
8434 list of additional keywords.
8435 (org-export-as-html): Remove (current-time) as unnecessary second
8436 argument of `format-time-string'.
8437 (org-clock-find-position): Handle special case at end of buffer.
8438 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8439 `org-agenda-change-time-span'.
8440 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8441 `org-agenda-change-time-span'.
8442 (org-agenda-month-view): New argument MONTH, pass it on to
8443 `org-agenda-change-time-span'.
8444 (org-agenda-year-view): New argument YEAR, pass it on to
8445 `org-agenda-change-time-span'.
8446 (org-agenda-change-time-span): New optional argument N, pass it on
8447 to `org-agenda-compute-time-span'.
8448 (org-agenda-compute-time-span): New argument N, interpret it by
8449 changing the starting day.
8450 (org-small-year-to-year): New function.
8451 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8452 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8453 into the future, and that the shift is at least one interval, never 0.
8454 (org-update-checkbox-count): Fix bug with checkbox counting.
8455 (org-add-note): New command.
8456 (org-add-log-setup): Rename from `org-add-log-maybe'.
8457 (org-log-note-headings): New entry for plain notes (i.e. notes not
8458 related to state changes or clocking).
8459 (org-get-org-file): Check for availability of `remember-data-file'.
8460 (org-cached-entry-get): Allow a regexp value for
8461 `org-use-property-inheritance'.
8462 (org-use-property-inheritance): Allow regexp value. Fix bug in
8464 (org-use-tag-inheritance): Allow a list and a regexp value for
8466 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8467 (org-entry-get): Respect value `selective' for the INHERIT argument.
8468 (org-tag-inherit-p, org-property-inherit-p): New functions.
8469 (org-agenda-format-date-aligned): Allow 10 characters for
8470 weekday, to accommodate German locale.
8471 (org-add-archive-files): New function.
8472 (org-agenda-files): New argument `ext', to get archive files as well.
8473 (org-tbl-menu): Protect the use of variables that
8474 are only available when org-table.el gets loaded.
8475 (org-read-agenda-file-list): Error if `org-agenda-files' is a
8477 (org-open-file): Allow a batch process to trigger
8478 waiting after executing a system command.
8479 (org-store-link): Link to headline when there is not
8480 target and no region in an org-mode buffer when creating a link.
8481 (org-link-types-re): New variable.
8482 (org-make-link-regexps): Compute `org-link-types-re'.
8483 (org-make-link-description-function): New option.
8484 (org-agenda-date, org-agenda-date-weekend): New faces.
8485 (org-archive-sibling-heading): New option.
8486 (org-archive-to-archive-sibling): New function.
8487 (org-iswitchb): New command.
8488 (org-buffer-list): New function.
8489 (org-agenda-columns): Also try the #+COLUMNS line in
8490 the buffer associated with the entry at point (or with the first
8491 entry in the agenda view).
8492 (org-modules): Add entry for org-bibtex.el.
8493 (org-completion-fallback-command): Move into `org-completion' group.
8494 (org-clock-heading-function): Move to `org-progress' group.
8495 (org-auto-repeat-maybe): Make sure that a note can
8496 be enforces if `org-log-repeat' is `note'.
8497 (org-modules): Allow additional symbols for external packages.
8498 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8499 (org-clock-goto): Hide drawers after showing an
8500 entry with `org-clock-goto'.
8501 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8502 Try also a clocktable block shift.
8503 (org-clocktable-try-shift): New function.
8504 (org-columns-hscoll-title): New function.
8505 (org-columns-previous-hscroll): New variable.
8506 (org-columns-full-header-line-format): New variable.
8507 (org-columns-display-here-title, org-columns-remove-overlays):
8508 Install `org-columns-hscoll-title' in post-command-hook.
8510 * org/org.el: Split into many small files.
8512 * org/org-agenda.el: New file, split off from org.el.
8514 * org/org-archive.el: New file, split off from org.el.
8516 * org/org-bbdb.el: New file.
8518 * org/org-bibtex.el: New file, split off from org.el.
8520 * org/org-clock.el: New file, split off from org.el.
8522 * org/org-colview.el: New file, split off from org.el.
8524 * org/org-compat.el: New file, split off from org.el.
8526 * org/org-exp.el: New file, split off from org.el.
8528 * org/org-faces.el: New file, split off from org.el.
8530 * org/org-gnus.el: New file, split off from org.el.
8532 * org/org-info.el: New file, split off from org.el.
8534 * org/org-infojs.el: New file.
8536 * org/org-irc.el: New file.
8538 * org/org-macs.el: New file, split off from org.el.
8540 * org/org-mew.el: New file.
8542 * org/org-mhe.el: New file, split off from org.el.
8544 * org/org-publish.el: New file, split off from org.el.
8546 * org/org-remember.el: New file, split off from org.el.
8548 * org/org-rmail.el: New file, split off from org.el.
8550 * org/org-table.el: New file, split off from org.el.
8552 * org/org-vm.el: New file, split off from org.el.
8554 * org/org-wl.el: New file, split off from org.el.
8556 2008-04-27 Jason Riedy <jason@acm.org>
8558 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8559 parameter that suppresses lines that evaluate to NIL.
8560 (orgtbl-get-fmt): New inline function for
8561 picking apart formats that may be lists.
8562 (orgtbl-apply-fmt): New inline function for applying formats that
8564 (orgtbl-eval-str): New inline function for strings that may be
8566 (orgtbl-format-line, orgtbl-to-generic): Use and document.
8567 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8568 (*orgtbl-llfmt*, *orgtbl-llstart*)
8569 (*orgtbl-llend*): Dynamic variables for last-line formatting.
8570 (orgtbl-format-section): Shift formatting to support detecting the
8571 last line and formatting it specially.
8572 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
8573 formats unless overridden.
8574 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
8575 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
8576 bound variables to hold the input collection of lines and output
8578 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
8579 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
8581 (orgtbl-format-line): New function encapsulating formatting for a
8583 (orgtbl-format-section): Similar for each section. Rebinding the
8584 dynamic vars customizes the formatting for each section.
8585 (orgtbl-to-generic): Use orgtbl-format-line and
8586 orgtbl-format-section.
8587 (org-get-param): Now unused, so delete.
8588 (orgtbl-gather-send-defs): New function to
8589 gather all the SEND definitions before a table.
8590 (orgtbl-send-replace-tbl): New function to find the RECEIVE
8591 corresponding to the current name.
8592 (orgtbl-send-table): Use the previous two functions and implement
8593 multiple destinations for each table.
8595 * doc/org.texi (A LaTeX example): Note that fmt may be a
8596 one-argument function, and efmt may be a two-argument function.
8597 (Radio tables): Document multiple destinations.
8599 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
8601 * org/org-agenda.el (org-add-to-diary-list): New function.
8602 (org-prefix-has-effort): New variable.
8603 (org-sort-agenda-noeffort-is-high): New option.
8604 (org-agenda-columns-show-summaries)
8605 (org-agenda-columns-compute-summary-properties): New options.
8606 (org-format-agenda-item): Compute the duration of the item.
8607 (org-agenda-weekend-days): New variable.
8608 (org-agenda-list, org-timeline): Use the proper faces for dates in
8609 the agenda and timeline buffers.
8610 (org-agenda-archive-to-archive-sibling): New command.
8611 (org-agenda-start-with-clockreport-mode): New option.
8612 (org-agenda-clockreport-parameter-plist): New option.
8613 (org-agenda-clocktable-mode): New variable.
8614 (org-agenda-deadline-leaders): Allow a function value for the
8616 (org-agenda-get-deadlines): Deal with new function value.
8618 * org/org-clock.el (org-clock): New customization group.
8619 (org-clock-into-drawer, org-clock-out-when-done)
8620 (org-clock-in-switch-to-state, org-clock-heading-function):
8621 Move into the new group.
8622 (org-clock-out-remove-zero-time-clocks): New option.
8623 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
8624 (org-dblock-write:clocktable): Allow a Lisp form for the scope
8626 (org-dblock-write:clocktable): Fix bug with total time calculation.
8627 (org-dblock-write:clocktable): Request the unrestricted list of files.
8628 (org-get-clocktable): New function.
8629 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
8630 be strings but also integers (an absolute day number) and lists (m d y).
8632 * org/org-colview.el (org-columns-next-allowed-value)
8633 (org-columns-edit-value): Limit the effort for updating in the
8634 agenda to recomputing a single file.
8635 (org-columns-compute): Only write property value if it has changed.
8636 This avoids raising the buffer-change-flag unnecessarily.
8637 (org-agenda-colview-summarize)
8638 (org-agenda-colview-compute): New functions.
8639 (org-agenda-columns): Call `org-agenda-colview-summarize'.
8641 * org/org-exp.el (org-export-run-in-background): New option.
8642 (org-export-icalendar): Allow a batch process to trigger waiting
8643 after executing a system command.
8644 (org-export-preprocess-string): Rename from
8645 `org-cleaned-string-for-export'.
8646 (org-export-html-style): Made target class look like normal text.
8647 (org-export-as-html): Make use of the better preprocessing in
8648 `org-cleaned-string-for-export'.
8649 (org-cleaned-string-for-export): Better treatment of heuristic
8650 targets, many more internal links will now work in HTML export.
8651 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
8652 (org-export-inbuffer-options-extra): New variable.
8653 (org-export-options-filters): New hook.
8654 (org-infile-export-plist): Find also the settings keywords in
8655 `org-export-inbuffer-options-extra'.
8656 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
8657 multiple #+INFOJS_OPT lines.
8658 (org-export-html-handle-js-options): New function.
8659 (org-export-html-infojs-setup): New option.
8660 (org-export-as-html): Call `org-export-html-handle-js-options'.
8661 Add autoload to all entry points.
8662 (org-skip-comments): Function removed.
8664 * org/org-table.el (org-table-make-reference): Extra parenthesis
8665 around single fields, to make sure that algebraic formulas get
8666 correctly interpreted by calc.
8667 (org-table-current-column): No longer interactive.
8669 * org/org-export-latex.el (org-export-latex-preprocess):
8670 Rename from `org-export-latex-cleaned-string'.
8672 2008-04-27 Bastien Guerry <bzg@altern.org>
8674 * org/org-publish.el (org-publish-get-base-files-1): New function.
8675 (org-publish-get-base-files): Use it.
8676 (org-publish-temp-files): New variable.
8677 Don't require 'dired-aux anymore.
8678 (org-publish-initial-buffer): New variable.
8679 (org-publish-org-to, org-publish): Use it.
8680 (org-publish-get-base-files-1): Bug fix: get
8681 the proper list of files when recursing thru a directory.
8682 (org-publish-get-base-files): Use the :exclude property to skip
8683 both files and directories.
8685 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
8687 * net/tramp.el (tramp-handle-make-symbolic-link)
8688 (tramp-handle-file-name-directory)
8689 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8690 (tramp-do-copy-or-rename-file-directly)
8691 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8692 (tramp-handle-substitute-in-file-name)
8693 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8694 * net/tramp-cache.el (tramp-get-file-property)
8695 (tramp-set-file-property, tramp-flush-file-property)
8696 (tramp-flush-directory-property)
8697 * net/tramp-compat.el (tramp-compat-make-temp-file)
8698 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
8699 Disable `file-name-handler-alist' when handling localname.
8700 It could have a remote file syntax, like a VMS file name.
8702 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8704 * whitespace.el: New version 11.1.
8705 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
8706 enclosed by \\( and \\)$. Docstring fix.
8707 (whitespace-trailing-regexp): Fun removed.
8708 (whitespace-report-list): Const initialization fix.
8709 (whitespace-color-on): Code fix.
8711 2008-04-27 Andreas Schwab <schwab@suse.de>
8713 * Makefile.el: Unbreak bootstrap.
8715 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
8717 * net/tramp.el (tramp-replace-environment-variables): New defun.
8718 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
8721 2008-04-27 Glenn Morris <rgm@gnu.org>
8723 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
8725 * calculator.el (calculator-expt): Replace cl function `oddp'.
8727 2008-04-27 Johan Bockgård <bojohan@gnu.org>
8729 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8730 Simplify. Collect `defun' and `autoload' entries.
8731 Avoid modifying load-history.
8733 2008-04-26 Glenn Morris <rgm@gnu.org>
8735 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
8737 * simple.el (quoted-insert, zap-to-char): Revert previous change.
8739 2008-04-26 John Paul Wallington <jpw@pobox.com>
8741 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
8742 `hexl-mode-old-eldoc-documentation-function'.
8743 (hexl-mode-exit): Restore it.
8744 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
8746 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
8748 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
8750 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
8751 (completion-pcm--all-completions): Doc fix.
8752 (completion-styles-alist, completion-all-completions):
8753 Fix typos in docstrings.
8755 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8757 * whitespace.el: There is now only one variable (whitespace-style) to
8758 specify which kind of blank is visualized. Doc and docstring fix.
8760 (whitespace-style): New option, replace whitespace-style-mark and
8761 whitespace-style-color.
8762 (whitespace-style-mark, whitespace-style-color): Options removed.
8763 (whitespace-hspace, whitespace-tab, whitespace-newline)
8764 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8765 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8766 (whitespace-hspace-regexp, whitespace-space-regexp)
8767 (whitespace-tab-regexp, whitespace-trailing-regexp)
8768 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8769 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8770 (whitespace-space-after-tab-regexp, whitespace-line-column)
8771 (whitespace-display-mappings, whitespace-report): Docstring fix.
8772 (whitespace-color-value-list, whitespace-mark-value-list)
8773 (whitespace-active-color, whitespace-active-mark)
8774 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
8775 (whitespace-style-value-list, whitespace-active-style)
8776 (whitespace-toggle-style): New vars.
8777 (whitespace-toggle-option-alist, whitespace-help-text):
8778 Var initialization and docstring fix.
8779 (whitespace-toggle-options, global-whitespace-toggle-options)
8780 (whitespace-cleanup, whitespace-cleanup-region)
8781 (whitespace-report-region, whitespace-interactive-char)
8782 (whitespace-toggle-list): Docstring and code fix.
8783 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8784 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
8785 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
8786 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
8788 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8790 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
8791 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
8792 (diff-sanity-check-hunk): Adjust code accordingly.
8794 2008-04-26 Glenn Morris <rgm@gnu.org>
8796 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
8798 * forms-d2.dat: Move to ../etc.
8799 * forms-d2.el (forms-file): Adapt for above change.
8801 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
8802 `translation-table-for-input'.
8804 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
8805 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
8807 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
8808 to punctuation now it's not needed for abbrevs.
8809 (fortran-mode-abbrev-table): Remove defvar, make use of new
8810 define-abbrev-table :regexp feature.
8812 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
8813 insert, now that translation-table-for-input is not needed.
8815 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
8817 * emacs-lisp/pp.el (pp-display-expression): New function,
8818 extracted from pp-eval-expression.
8819 (pp-eval-expression): Use pp-display-expression.
8820 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
8821 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
8822 (pp-eval-last-sexp): Use pp-last-sexp.
8824 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8826 * abbrev.el (define-abbrev-table): Apply props even if the table
8829 * minibuffer.el (completion-table-with-context): Fix `pred' for the
8830 various kinds of completion tables.
8831 (completion-emacs22-try-completion): Place cursor after the /, as was
8832 done in Emacs-22's minibuffer-complete-word.
8833 Fix bug reported by David Hansen <david.hansen@gmx.net>.
8834 (completion-emacs22-try-completion): Merge all mergeable text rather
8836 (completion-pcm--delim-wild-regex): New var.
8837 (completion-pcm-word-delimiters): New custom.
8838 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
8839 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
8840 (completion-pcm--all-completions, completion-pcm-all-completions)
8841 (completion-pcm--merge-completions, completion-pcm--pattern->string)
8842 (completion-pcm-try-completion): New functions.
8843 (completion-styles-alist): Add them.
8844 (completion-styles): Add it to the default.
8846 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
8848 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
8849 (gdb-var-create-handler): ...until here when there are values.
8850 (gdb-post-prompt): Don't do -var-update with no watch expressions.
8851 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
8853 2008-04-25 Eli Zaretskii <eliz@gnu.org>
8855 * ls-lisp.el (ls-lisp-format): Fix last change.
8856 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
8857 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
8858 (ls-lisp-filesize-f-fmt): New defvars.
8859 (ls-lisp-insert-directory): Dynamically compute format specifiers
8860 for displaying UID, GID, and file size, and store them in the
8862 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
8863 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
8864 instead of constant format strings.
8865 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
8866 ls-lisp-filesize-d-fmt instead of constant format strings.
8868 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
8870 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
8871 value of addresses rather than (partial) string value.
8872 (gdb-frame-handler): Change regexp according to above change.
8873 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8874 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
8875 (gdb-assembler-mode): Disable undo in these buffers.
8877 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
8879 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
8880 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
8882 2008-04-24 Sam Steingold <sds@gnu.org>
8884 * textmodes/remember.el (remember-diary-extract-entries): Use
8885 diary-make-entry instead of the obsolete make-diary-entry.
8887 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8889 * subr.el (translation-table-for-input): Mark as obsolete.
8891 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
8893 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
8895 * textmodes/ispell.el (ispell-dictionary-alist-1)
8896 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
8897 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
8898 (ispell-dictionary-alist-6): Remove.
8899 (ispell-dictionary-base-alist): New var, merges the above.
8900 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
8902 (ispell-dictionary-alist): Default to nil. Remove autoload.
8903 (ispell-local-dictionary-alist): Remove autoload.
8905 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
8906 (f90-mode-abbrev-table): Use the new :regexp feature.
8907 Merge defvar and mapc into define-abbrev-table.
8908 (f90-imenu-type-matcher): Remove unused `l'.
8909 (f90-imenu-generic-expression): Remove unused `not-ib'.
8910 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
8911 (f90-change-keywords): Use restore-buffer-modified-p.
8913 2008-04-24 Glenn Morris <rgm@gnu.org>
8915 * net/goto-addr.el (goto-address-prog-mode):
8916 * progmodes/bug-reference.el (bug-reference-prog-mode):
8917 Define for compiler.
8919 * minibuffer.el (x-file-dialog): Declare as function.
8921 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
8922 dframe-update-speed rather than obsolete alias speedbar-update-speed.
8924 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
8925 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
8926 work with easymenu. Add :keys where needed.
8928 * calendar/cal-move.el (calendar-scroll-left): Handle case when
8931 * calendar/calendar.el (calendar-mode-map): Fix typo.
8933 2008-04-24 Tom Tromey <tromey@redhat.com>
8935 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8936 Document keywords. Add :suppress.
8937 * pcvs-defs.el (cvs-mode-map): Use :suppress.
8939 * net/goto-addr.el (goto-address-unfontify): New function.
8940 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
8941 (goto-address-fontify-region, goto-address-mode)
8942 (goto-address-prog-mode): New functions.
8944 * progmodes/bug-reference.el: New file.
8946 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8948 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
8950 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8952 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
8953 macros within lambdas.
8955 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8957 * minibuffer.el (completion-try-completion): Add `point' argument.
8958 Change return value.
8959 (completion-all-completions): Add `point' argument.
8960 (minibuffer-completion-help): Pass the new `point' argument.
8961 (completion--do-completion): Pass the whole field to try-completion.
8962 (completion--try-word-completion): Rewrite, making fewer assumptions.
8963 (completion-emacs21-try-completion, completion-emacs21-all-completions)
8964 (completion-emacs22-try-completion, completion-emacs22-all-completions)
8965 (completion-basic-try-completion, completion-basic-all-completions):
8967 (completion-styles-alist): Use them.
8969 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
8971 * textmodes/ispell.el (ispell-set-spellchecker-params):
8972 New function to make sure right params and dictionary alists are used
8973 after spellchecker changes.
8974 (ispell-aspell-dictionary-alist, ispell-last-program-name)
8975 (ispell-initialize-spellchecker-hook): New variables and hook.
8976 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
8977 (ispell-maybe-find-aspell-dictionaries): Remove.
8978 Calls replaced by (ispell-set-spellchecker-params) calls.
8979 (ispell-have-aspell-dictionaries): Remove.
8981 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
8982 by ispell-set-spellchecker-params.
8984 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8986 * complete.el (PC-do-completion): Be more robust in the presence of
8987 unexpected values in minibuffer-completion-predicate.
8989 * minibuffer.el (read-file-name): Don't let-bind default-directory.
8990 Only abbreviate default-filename if it's a file.
8992 * minibuffer.el (read-file-name-function, read-file-name-predicate)
8993 (read-file-name-completion-ignore-case, insert-default-directory):
8994 New vars, moved from fileio.c.
8995 (read-file-name): New fun, moved from fileio.c.
8996 * cus-start.el: Remove insert-default-directory and
8997 read-file-name-completion-ignore-case.
8999 2008-04-23 Magnus Henoch <mange@freemail.hu>
9001 * tar-mode.el (tar-untar-buffer): If the entry has directory
9002 link type, extract it as a directory even if its file name doesn't
9003 end with a slash. Fixes extraction of NetBSD tar archives.
9005 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9007 * server.el (server-start): Also don't get confused by CRs since we
9010 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9012 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9013 (gdb-set-gud-minor-mode-existing-buffers)
9014 (gdb-info-breakpoints-custom, gdb-get-location)
9015 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9016 Previously gdb-create-define-alist wasn't always run and added to
9019 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9021 2008-04-23 Kevin Ryde <user42@zip.com.au>
9023 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9024 comments like unindented ones.
9026 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9028 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9031 2008-04-23 Kevin Ryde <user42@zip.com.au>
9033 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9034 Bind print-level to ensure output forms aren't truncated if
9035 print-level is set to eval-expression-print-level when going via
9036 eval-defun and friends, or has been otherwise fiddled with.
9038 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9040 * progmodes/cc-mode.el (c-basic-common-init): Don't set
9041 font-lock-extend-after-change-region-function globally.
9043 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
9045 * speedbar.el (speedbar-use-tool-tips-flag)
9046 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9047 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9048 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9049 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9050 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9051 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9052 (speedbar-separator-face): Fix typos in docstrings.
9053 (speedbar-stealthy-function-list, speedbar-verbosity-level)
9054 (speedbar-supported-extension-expressions, speedbar-update-current-file)
9055 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9056 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9057 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9058 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9059 (speedbar-check-vc-this-line, speedbar-files-line-directory)
9060 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9061 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9062 (speedbar-recenter): Doc fixes.
9063 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9064 declaration and remove redundant info in docstring.
9066 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9068 * vc-git.el (vc-git-status-printer): Deal with directories.
9070 * vc.el (vc-next-action): Look at more than the first file to
9071 determine the state.
9073 2008-04-23 Glenn Morris <rgm@gnu.org>
9075 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9077 (dframe-update-speed): Drop support for XEmacs < 20.
9078 (dframe-frame-mode): Drop support for Emacs < 20.
9079 (dframe-set-timer-internal): Drop support for Emacs without timers.
9080 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9082 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9083 versions. Add doc-string. Mark as obsolete.
9085 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9087 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9088 rather than using an Emacs version test.
9090 * tree-widget.el (tree-widget-image-enable): Use display-images-p
9091 rather than an Emacs version test.
9093 * calendar/cal-china.el (holiday-chinese-qingming)
9094 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9095 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9096 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9098 * calendar/cal-islam.el (holiday-islamic): Doc fix.
9100 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9101 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9102 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9104 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9106 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9107 (gdb-previous-frame-pc-address): ...to this.
9108 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9109 of "info frame" with Gdb 6.4+.
9110 (gdb-stack-list-frames-regexp): New regexp.
9111 (gdb-frame-handler-1): Parse output of -stack-info-frame.
9113 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
9115 * tar-mode.el (tar-prefix-offset): New constant.
9116 (tar-header-block-tokenize): Support paths with long names
9117 which use the "ustar" standard.
9119 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
9121 * image-dired.el (image-dired-track-original-file)
9122 (image-dired-modify-mark-on-thumb-original-file):
9123 Use `dired-goto-file' instead of `search-forward'. This solves
9124 a bug with finding files where the file name is a subset of other
9125 file names. Doc fix.
9127 2008-04-22 Juri Linkov <juri@jurta.org>
9129 * menu-bar.el (buffers-menu-max-size): Move its definition down to
9130 the "Buffers Menu" section. Change group name `mouse' to `menu'.
9131 (yank-menu-length): Change group name `mouse' to `menu'.
9132 (buffers-menu-buffer-name-length): New user option.
9133 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9134 instead of the hard-coded number 27.
9136 2008-04-22 Juri Linkov <juri@jurta.org>
9138 * isearch.el (eval-when-compile): Require `help-macro'.
9139 (isearch-help-for-help-internal): Isearch specific Help screen
9140 created by `make-help-screen'.
9141 (isearch-help-map): New variable that binds "b", "k", "m" to
9142 isearch-specific commands, and binds other keys to
9143 isearch-other-control-char, thus allowing other Help keys to
9144 exit isearch mode and execute their global definitions.
9145 (isearch-help-for-help, isearch-describe-bindings)
9146 (isearch-describe-key, isearch-describe-mode): New commands.
9147 (isearch-mode-help): Define alias to isearch-describe-mode
9148 and remove its old function definition.
9149 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9150 Remove old comments because this issue is settled now.
9151 (isearch-forward): Describe three new Help commands in the docstring.
9152 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9153 leave the single sentence at the first line of the docstring,
9154 and prepend the word "function" before `isearch-forward'
9155 to make the Help link to the function instead of variable.
9157 2008-04-22 Juri Linkov <juri@jurta.org>
9159 * isearch.el (isearch-success-function): New variable with default
9160 to `isearch-success-function-default'.
9161 (isearch-search): Call a function from `isearch-success-function'
9162 instead of calling the hard-coded `isearch-range-invisible'.
9163 (isearch-success-function-default): New function that calls
9164 `isearch-range-invisible' and inverts its return value.
9166 * info.el (Info-search): In two similar places that skip
9167 undesired search matches move code to Info-search-success-function,
9168 and call `isearch-success-function' instead.
9169 (Info-search-success-function): New function copied from code
9170 in Info-search. Replace isearch-range-invisible with
9171 text-property-not-all that checks for 'invisible and 'display
9172 properties to skip partially invisible matches (whose display
9173 properties were set by Info-fontify-node).
9174 (Info-mode): Set buffer-local isearch-success-function
9175 to Info-search-success-function.
9177 2008-04-22 Juri Linkov <juri@jurta.org>
9179 * minibuffer.el (internal-complete-buffer-except): New function.
9181 * files.el (read-buffer-to-switch): New function.
9182 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9183 Change interactive spec to call read-buffer-to-switch instead of
9184 using the letter "B".
9186 * simple.el (minibuffer-default-add-shell-commands): New function.
9187 Use declare-function for mailcap-file-default-commands from "mailcap".
9188 (shell-command): Set local minibuffer-default-add-function to
9189 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9190 before calling read-shell-command. Set 4th arg default-value of
9191 read-shell-command to relative buffer-file-name in file buffers.
9193 * dired-aux.el (dired-read-shell-command-default): Move it to
9194 gnus/mailcap.el and change its name to more general name
9195 mailcap-file-default-commands.
9196 (minibuffer-default-add-dired-shell-commands): New function.
9197 Use declare-function for mailcap-file-default-commands from "mailcap".
9198 (dired-read-shell-command): Set local minibuffer-default-add-function
9199 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9200 before calling read-shell-command. Remove dired-read-shell-command-default
9201 from the default value arg because default values are not set in
9202 minibuffer-default-add-dired-shell-commands. Doc fix.
9204 * dired-x.el (dired-smart-shell-command): Sync arguments and
9205 interactive spec with changes in `shell-command'.
9206 Use dired-get-filename to get the dired file name at point
9207 as the default value in dired mode.
9209 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9211 * info.el (Info-complete-menu-item): Add missing parenthesis.
9213 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9215 * info.el (Info-complete-menu-item): Save point.
9217 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9219 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9221 2008-04-22 Andreas Schwab <schwab@suse.de>
9223 * Makefile.in (emacs-deps): Define.
9224 Use it instead of $(lisp)/subdirs.el.
9226 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
9228 * vc.el (vc-next-action): Do not consider directories when
9229 checking for state compatibility.
9230 (vc-transfer-file): Use when not if.
9231 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9232 (vc-dir-mark-file): Use them.
9233 (vc-deduce-fileset): Also return the backend.
9234 (vc-diff-internal): Take as argument the value returned by
9235 vc-deduce-fileset instead of just the fileset.
9236 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9237 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9238 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9240 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
9242 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9243 set-window-vscroll but image-scroll-down. Fixes a bug where a
9244 command following SPC scrolled up again.
9246 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
9248 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9249 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9250 (gud-watch): Add "$" prefix when in registers buffer.
9252 2008-04-22 Glenn Morris <rgm@gnu.org>
9254 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9256 * whitespace.el (whitespace-display-table)
9257 (whitespace-display-table-was-local): Move definitions before use.
9259 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9260 (copyright-limit): Respect copyright-at-end-flag.
9261 (copyright-re-search, copyright-start-point)
9262 (copyright-offset-too-large-p): New functions.
9263 (copyright-update-year): Use copyright-re-search.
9264 (copyright-update, copyright-fix-years): Use copyright-start-point,
9265 and copyright-re-search.
9266 (copyright): Use copyright-offset-too-large-p.
9267 * add-log.el (change-log-mode): Set copyright-at-end-flag.
9269 * add-log.el (top-level): Require 'cl when compiling.
9271 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9273 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9274 Treat minibuffer-completion-predicate as a predicate.
9276 * minibuffer.el (completion--file-name-table): Accept both the old
9277 `dir' arg or the new `pred' arg.
9279 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9280 `predicate' argument to pass non-predicate data.
9281 (ffap-read-url-internal, ffap-read-file-or-url-internal):
9282 Use second arg as proper predicate.
9284 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9285 (vc-bzr-revision-completion-table): Use completion-table-with-context
9288 * simple.el (choose-completion-string): Use minibuffer-completion-table.
9290 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
9292 * term.el (term-emulate-terminal): Perform redisplay after the
9293 process filter has finished running.
9295 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9297 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9299 * minibuffer.el (completion-try-completion): Change magic symbol
9300 property name. Rename from minibuffer-try-completion.
9301 (completion-all-completions): Rename from minibuffer-all-completions.
9302 Remove hide-spaces argument.
9303 (completion--do-completion): Rename from minibuffer--do-completion.
9304 (minibuffer-complete-and-exit): Call just try-completion rather than
9305 completion-try-completion to fix up the case.
9306 (completion--try-word-completion): Try to add space or hyphen before
9307 making `string' a prefix of `completion'.
9308 (completion--insert-strings): Rename from minibuffer--insert-strings.
9310 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9312 * net/tls.el (tls-program): Add -ign_eof argument to call the
9314 (tls-checktrust): Ditto.
9316 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
9318 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9320 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9321 (vc-check-master-templates, vc-file-not-found-hook)
9322 (vc-kill-buffer-hook):
9323 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9324 (vc-find-position-by-context, vc-buffer-context)
9325 (vc-restore-buffer-context, vc-responsible-backend)
9326 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9327 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9328 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9329 (vc-version-diff, vc-diff, vc-insert-headers)
9330 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9331 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9332 (vc-revert, vc-rollback, vc-version-backup-file)
9333 (vc-rename-master, vc-delete-file, vc-rename-file)
9334 (vc-branch-part, vc-default-retrieve-snapshot)
9335 (vc-annotate-display-autoscale, vc-annotate-display-select)
9336 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9337 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9338 (vc-dir-update): Handle directories.
9339 (vc-default-status-printer): Simplify.
9341 * progmodes/asm-mode.el (asm-mode-map):
9342 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9344 * progmodes/m4-mode.el (m4-mode-map): Add menu.
9346 2008-04-21 Kenichi Handa <handa@m17n.org>
9348 * select.el (xselect-convert-to-string): Send a C_STRING only if
9349 the polymorphic target TEXT is requested.
9351 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
9353 * minibuffer.el (completion-setup-hook, display-completion-list)
9354 (completion--file-name-table): Fix typos in docstrings.
9355 (completion-table-dynamic): Fix typo, and reflow docstring.
9357 2008-04-20 Andreas Schwab <schwab@suse.de>
9359 * server.el (server-switch-buffer): Also consider clients in the
9362 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9364 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9365 Select window clicked on first.
9366 (gdb): Display thread number in mode-line.
9367 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9368 (gdb-breakpoints-header): New variable.
9369 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9371 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9373 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
9374 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9375 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9376 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9377 (vc-sccs-print-log): Use it.
9379 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9381 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9382 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9384 * tooltip.el (tooltip-previous-message): New var.
9385 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9386 the C code (avoid overwriting a minibuffer, restore previous echo
9388 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9391 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9393 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9394 (gdb-init-1): Initialise it.
9395 (gdb-annotation-rules): New entry for "new-thread".
9396 (gdb-thread-identification): New function to customize
9397 mode-line-buffer-identification.
9398 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9399 (gdb-assembler-mode): Use it.
9400 (gdb-threads-mode): Force "info threads" onto queue.
9402 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9404 * files.el (locate-file-completion-table): Rename from
9405 locate-file-completion and make it use `pred' in the normal way.
9406 (locate-file-completion): New compatibility wrapper.
9407 (load-library): Use locate-file-completion-table.
9408 * finder.el (finder-commentary):
9409 * subr.el (locate-library):
9410 * emacs-lisp/find-func.el (find-library): Likewise.
9411 * info.el: Use with-current-buffer and inhibit-read-only.
9412 (Info-read-node-name-2): Change to use `predicate' in the normal way.
9413 (Info-read-node-name-1): Adjust uses accordingly.
9415 * minibuffer.el (completion-table-with-context): Add support for `pred'.
9416 (completion-table-with-terminator): Don't use complete-with-action
9417 since we have to distinguish all three cases anyway.
9418 (completion-table-with-predicate): New function.
9419 (dynamic-completion-table): Add obsolete alias.
9421 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9423 2008-04-18 Sam Steingold <sds@gnu.org>
9425 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9426 Use quit-window instead of bury-buffer.
9428 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9430 * minibuffer.el (completion-table-with-terminator): Fix last fix.
9432 2008-04-18 Andreas Schwab <schwab@suse.de>
9434 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9435 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9436 Depend on $(lisp)/subdirs.el.
9438 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
9440 * descr-text.el (describe-char-after):
9441 Use `define-obsolete-function-alias'.
9443 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9445 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9447 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9448 Remove redundant obsolescence info in docstring.
9450 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9451 (vc-header-alist): Add WHEN to obsolescence declaration.
9452 (vc-state): Fix typo in docstring.
9454 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9455 Use `define-obsolete-variable-alias'.
9457 * emulation/tpu-edt.el (tpu-have-ispell):
9458 * international/codepage.el (codepage-setup):
9459 Fix typo in obsolescence declaration.
9461 * international/mule.el (char-coding-system-table):
9462 Remove redundant obsolescence info in docstring.
9463 (charset-list, generic-char-p, set-char-table-default):
9464 Fix typos in obsolescence declarations.
9466 * international/mule-diag.el (non-iso-charset-alist):
9467 Fix typo in obsolescence declaration.
9468 (decode-codepage-char): Remove redundant obsolescence info in docstring.
9470 * font-core.el (font-lock-defaults-alist):
9471 * font-lock.el (font-lock-reference-face):
9472 * frame.el (screen-height, screen-width, set-screen-width)
9473 (set-screen-height):
9474 * hilit-chg.el (highlight-changes-initial-state):
9475 * isearch.el (isearch-return-char):
9476 * log-edit.el (cvs-commit-buffer-require-final-newline)
9477 (cvs-changelog-full-paragraphs):
9478 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9479 (mouse-popup-menubar-stuff):
9480 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9481 (mouse-wheel-click-button):
9482 * outline.el (outline-visible):
9483 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9484 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9485 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9486 * progmodes/compile.el (compile-internal):
9487 Add WHEN to obsolescence declarations.
9489 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9491 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9492 is not better anyway.
9494 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9496 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9499 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9501 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9502 (python-use-skeletons): Remove, unused.
9503 (python-skeletons): Remove. Use the abbrev table instead.
9504 (python-mode-abbrev-table): Fix regexp;
9505 add enable-function and case-fixed.
9506 (def-python-skeleton): Simplify.
9507 (python-expand-template): Use the abbrev-table and abbrev-insert.
9508 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9510 (python-mode): Don't set pre-abbrev-expand-hook.
9512 * skeleton.el: Set coding-tag.
9514 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9515 (expand-abbrev): Use it.
9516 (abbrev-table-menu): New function.
9518 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9520 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9522 2008-04-17 Sam Steingold <sds@gnu.org>
9524 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9525 idiosyncratic bury-buffer/delete-window logic.
9527 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
9529 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9530 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9532 2008-04-17 Kenichi Handa <handa@m17n.org>
9534 * international/characters.el: Don't make the width of U+00AD to 0.
9536 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
9538 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9539 (gdb, gdb-starting, gdb-frames-mode): Use it.
9540 (gdb-invalidate-frames): Advise to call "info stack" only if
9541 execution has occurred.
9542 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9543 selected frame if no execution has occurred.
9544 (gdb-frames-force-update): New interactive function.
9545 (gdb-frames-mode-map): Bind it to "F".
9547 2008-04-17 Michael Olson <mwolson@gnu.org>
9549 * textmodes/remember.el (remember-version): Release Remember 2.0.
9551 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
9553 * textmodes/artist.el:
9554 * progmodes/vhdl-mode.el:
9555 * progmodes/verilog-mode.el:
9556 * progmodes/vera-mode.el:
9557 * progmodes/simula.el:
9558 * progmodes/ps-mode.el:
9559 * progmodes/cmacexp.el:
9560 * obsolete/hilit19.el:
9561 * emulation/viper.el:
9562 * ediff.el: Cleanup the bug-report email addresses and make sure the
9563 maintainer is still willing to handle bug reports.
9565 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9567 * vc.el (vc-dir-kill-query): Fix thinko.
9569 2008-04-16 Glenn Morris <rgm@gnu.org>
9571 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
9572 by diary-sexp-entry.
9574 2008-04-16 Markus Triska <markus.triska@gmx.at>
9576 * proced.el (proced-command-alist): Add support for darwin.
9578 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9580 * proced.el (proced-mode): Redefine as just the major-mode.
9581 (proced): Separate it from proced-mode.
9583 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
9585 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9587 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
9588 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
9589 `tab-width' setting from user. New version 10.0. Doc and docstring
9591 (whitespace-style, whitespace-chars): Remove options.
9592 (whitespace-style-mark): New option, replace whitespace-style deleted
9593 option. Fix docstring.
9594 (whitespace-style-color): New option, replace whitespace-chars deleted
9595 option. Fix docstring.
9596 (whitespace-space, whitespace-hspace, whitespace-tab)
9597 (whitespace-newline, whitespace-trailing, whitespace-line)
9598 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9599 (whitespace-space-after-tab, whitespace-hspace-regexp)
9600 (whitespace-space-regexp, whitespace-tab-regexp)
9601 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9602 (whitespace-empty-at-eob-regexp, whitespace-line-column)
9603 (whitespace-toggle-option-alist): Fix docstring.
9604 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9605 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
9606 docstring and initialization.
9607 (global-whitespace-mode): Autoloaded global minor mode.
9608 (whitespace-chars-value-list, whitespace-style-value-list)
9609 (whitespace-active-chars, whitespace-active-style)
9610 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
9611 (whitespace-color-value-list): New var, replace
9612 whitespace-chars-value-list removed var.
9613 (whitespace-mark-value-list): New var, replace
9614 whitespace-style-value-list removed var.
9615 (whitespace-active-color): New var, replace whitespace-active-chars
9617 (whitespace-active-mark): New var, replace whitespace-active-style
9619 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
9621 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
9623 (whitespace-toggle-option-alist, whitespace-report-list)
9624 (whitespace-report-text, whitespace-help-text): Fix initialization.
9625 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
9626 (whitespace-toggle-options, global-whitespace-toggle-options)
9627 (whitespace-cleanup-region, whitespace-report-region)
9628 (whitespace-interactive-char): Fix docstring and code.
9629 (whitespace-cleanup, whitespace-report): Fix docstring.
9630 (whitespace-replace-spaces-by-tabs): Remove fun.
9631 (whitespace-replace-action): New fun, replace
9632 whitespace-replace-spaces-by-tabs removed fun.
9633 (whitespace-regexp, whitespace-indentation-regexp)
9634 (whitespace-space-after-tab-regexp, whitespace-insert-value)
9635 (whitespace-kill-buffer): New funs.
9636 (whitespace-insert-option-mark, whitespace-help-on)
9637 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
9638 (whitespace-color-on, whitespace-color-off)
9639 (whitespace-display-char-on): Fix code.
9641 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9643 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
9644 (mouse-throw-magnifier-with-mouse-movement): Remove.
9645 (mouse-throw-magnifier-base): New const.
9646 (mouse-drag-scroll-delta): New fun.
9647 (mouse-drag-throw): Use it.
9649 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
9651 * international/uni-bidi.el, international/uni-category.el:
9652 * international/uni-combining.el, international/uni-comment.el:
9653 * international/uni-decimal.el, international/uni-decomposition.el:
9654 * international/uni-digit.el, international/uni-lowercase.el:
9655 * international/uni-mirrored.el, international/uni-name.el:
9656 * international/uni-numeric.el, international/uni-old-name.el:
9657 * international/uni-titlecase.el, international/uni-uppercase.el:
9658 * international/charprop.el: Regenerate.
9660 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9662 * vc.el (vc-status-fileinfo): Add new member directoryp.
9663 (vc-default-status-printer): Print directories.
9664 (vc-status-update): Sort files before subdirectories.
9666 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9667 Add alternative implementation based on "cvs update".
9669 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
9671 * doc-view.el: Changed requirements section to tell that only one
9672 of dvipdf or dvipdfm is needed.
9673 (doc-view-already-converted-p): Fix bug that forced reconversion
9674 if doc was already converted.
9676 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9678 * minibuffer.el (minibuffer-message):
9679 Make sure we can put-text-property.
9681 * emacs-lisp/crm.el: Complete rewrite.
9683 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
9684 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
9685 case of an error in display-completion-list.
9687 * filecache.el (file-cache-completions-keymap): Move init from
9688 file-cache-completion-setup-function into declaration.
9689 (file-cache-minibuffer-complete): Simplify.
9690 (file-cache-completion-setup-function): Use standard-output,
9691 preserve current-buffer.
9693 * vc.el (vc-status-update): Fix typo.
9694 (vc-status-update): Set needs-update.
9695 (vc-status-refresh): η-reduce.
9697 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
9699 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
9702 2008-04-14 Alexandre Julliard <julliard@winehq.org>
9704 * vc.el (vc-status-update): Undo the previous revert.
9706 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9708 * minibuffer.el (completion-table-with-terminator): Those completions
9709 are never valid w.r.t test-completion.
9710 (completion--file-name-table):
9711 Check completion-all-completions-with-base-size.
9713 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
9715 * doc-view.el (doc-view-dvipdf-program): New variable.
9716 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
9717 (doc-view-mode-p): Check for doc-view-dvipdf-program as
9718 alternative for doc-view-dvipdfm-program.
9719 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
9721 * doc-view.el (doc-view-start-process): Don't set
9722 default-directory to "~/" if the current value is valid.
9723 This broke PS files that run other files in the same directory.
9725 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
9727 * vc.el (vc-status-kill-query): New function.
9728 (vc-status-mode): Add it to kill-buffer-query-functions.
9729 (vc-status-show-fileentry): New function.
9730 (vc-status-menu-map): Bind it. Bind vc-next-action.
9732 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9734 * minibuffer.el (minibuffer-message): Put cursor at the right place.
9736 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9738 * proced.el (proced-send-signal): Fix error recognition.
9740 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9742 * proced.el (proced-command-alist): Remove sort column.
9743 (proced-command, proced-procname-column):
9744 Use make-variable-buffer-local.
9745 (proced-signal-function): Rename from proced-kill-program.
9746 Allow for elisp symbols and string values representing system calls.
9747 (proced-marker-regexp, proced-success-message): New functions.
9748 (proced): Use defalias. Add autoload cookie.
9749 (proced-unmark-backward, proced-toggle-marks)
9750 (proced-hide-processes): New commands.
9751 (proced-do-mark): Simplify code.
9752 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
9753 (proced-update): Remove sorting.
9754 (proced-send-signal): Display number of processes to operate on.
9755 Allow for system calls or elisp functions to send signals.
9756 Check if signal was sent successfully.
9758 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9760 * minibuffer.el (completion-all-completion-with-base-size): New var.
9761 (completion--some): New function.
9762 (completion-table-with-context, completion--file-name-table):
9763 Return the base-size if requested.
9764 (completion-table-in-turn): Generalize to multiple arguments.
9765 (complete-in-turn): Compatibility alias.
9766 (completion-styles-alist): New var.
9767 (completion-styles): New customization.
9768 (minibuffer-try-completion, minibuffer-all-completions):
9770 (minibuffer--do-completion, minibuffer-complete-and-exit)
9771 (minibuffer-try-word-completion): Use them.
9772 (display-completion-list, minibuffer-completion-help): Use them.
9773 Handle all-completions's new base-size info to set completion-base-size.
9774 * info.el (Info-read-node-name-1): Use completion-table-with-context,
9775 completion-table-with-terminator and complete-with-action.
9776 Remove the now obsolete completion-base-size-function property.
9777 * simple.el (completion-list-mode-map): Move init into declaration.
9778 (completion-list-mode): Use define-derived-mode.
9779 (completion-setup-function): Use any completion-base-size that may
9780 have been set before. Remove handling of completion-base-size-function.
9781 * loadup.el: Move abbrev.el up earlier.
9783 2008-04-13 Alexandre Julliard <julliard@winehq.org>
9785 * vc-git.el (vc-git-after-dir-status-stage)
9786 (vc-git-dir-status-goto-stage): New functions.
9787 (vc-git-after-dir-status-stage1)
9788 (vc-git-after-dir-status-stage1-empty-db)
9789 (vc-git-after-dir-status-stage2): Remove, functionality moved
9790 into the new generic stage functions.
9791 (vc-git-dir-status-files): New function.
9793 * vc.el (vc-status-update): Revert an incorrect rewrite.
9795 (vc-status-refresh-files): New function.
9796 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
9797 state of up-to-date files.
9798 (vc-default-dir-status-files): New function.
9800 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
9802 * minibuffer.el (completion--embedded-envvar-table)
9803 (read-file-name-internal): Fix typos in 2008-04-11 change.
9805 * faces.el (read-face-name): Use `completion-table-in-turn',
9806 not `complete-in-turn'.
9808 2008-04-13 Andreas Schwab <schwab@suse.de>
9810 * progmodes/etags.el: Require 'cl when compiling.
9812 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
9814 * progmodes/gud.el (gud-menu-map): Expand tooltip.
9816 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
9817 (menu): Add/expand menu tooltips.
9819 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9821 * progmodes/sh-script.el (sh-show-indent): Fix typo.
9822 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
9824 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
9825 considered registered.
9827 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9829 * emacs-lisp/copyright.el (copyright-update-directory): New command.
9831 * ediff-wind.el (ediff-split-window-function)
9832 (ediff-merge-split-window-function): Improve custom type.
9834 2008-04-12 Eli Zaretskii <eliz@gnu.org>
9836 * loadup.el ("minibuffer"): Move after "faces".
9838 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9840 * progmodes/hideif.el (hif-factor): Handle unary minus.
9842 2008-04-12 Glenn Morris <rgm@gnu.org>
9844 * calendar/cal-china.el (chinese-calendar-time-zone):
9845 Mark obsolete name as risky too.
9847 * calendar/calendar.el (calendar-faces): New custom group.
9848 (calendar-today, diary, holiday): Doc fix.
9849 Move to calendar-faces group.
9850 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
9851 (diary-button): Doc fix. Move to calendar-faces group.
9853 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9854 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
9855 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
9856 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
9857 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
9858 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
9859 not in dumped files before the associated defcustom.
9861 2008-04-11 Johan Bockgård <bojohan@gnu.org>
9863 * minibuffer.el (lazy-completion-table): Fix debug spec.
9865 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9867 * minibuffer.el (complete-with-action, lazy-completion-table):
9869 (apply-partially, completion-table-dynamic)
9870 (completion-table-with-context, completion-table-with-terminator)
9871 (completion-table-in-turn): New funs.
9872 (completion--make-envvar-table, completion--embedded-envvar-table):
9874 (read-file-name-internal): Use them.
9875 (completion-setup-hook): Move from simple.el.
9876 * subr.el (complete-with-action, lazy-completion-table):
9877 * simple.el (completion-setup-hook): Move to minibuffer.el.
9879 2008-04-11 Glenn Morris <rgm@gnu.org>
9881 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
9883 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9885 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
9887 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
9889 * textmodes/fill.el (fill-forward-paragraph-function): New var.
9890 (fill-forward-paragraph): New fun.
9891 (fill-paragraph, fill-region): Use it.
9893 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
9894 (vc-status-create-fileinfo): Make `extra' optional.
9895 (vc-status-busy): New fun.
9896 (vc-status-menu-map): Use it.
9897 (vc-status-crt-marked): Remove.
9898 (vc-status-update): Rename from vc-status-add-entries.
9899 Add argument so as to prevent addition of entries. Rewrite.
9900 (vc-update-vc-status-buffer): Remove.
9901 (vc-status-refresh): Don't remove old entries, set them to
9902 up-to-date instead. Also do it after the update is complete.
9903 (vc-status-marked-files): η-reduce.
9905 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
9908 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
9910 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
9912 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
9914 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
9915 to t and don't truncate msg.
9917 2008-04-11 Glenn Morris <rgm@gnu.org>
9919 * calendar/calendar.el (diary, holidays):
9920 Move custom groups to other files.
9921 (holiday-general-holidays, holiday-oriental-holidays)
9922 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
9923 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9924 (holiday-hebrew-holidays, holiday-christian-holidays)
9925 (holiday-islamic-holidays, holiday-bahai-holidays)
9926 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
9927 * calendar/diary-lib.el: Move custom group here from calendar.el.
9928 * calendar/holidays.el: Move custom group and variables here
9931 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
9933 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9935 (calendar-current-time-zone-cache): Autoload riskiness.
9937 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
9939 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
9941 * woman.el (woman2-TH): Use string-equal instead of string-match.
9943 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9945 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
9946 (smerge-resolve): Merge the "2-way refinement" case with one half of
9947 the "mere whitespace" resolution.
9949 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
9951 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
9953 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
9955 * subr.el (assoc-ignore-case, assoc-ignore-representation):
9956 Add WHEN to obsolescence declaration.
9958 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
9960 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
9962 * vc-hooks.el (vc-state): Add new state `conflict'.
9963 (vc-after-save): Use when not if.
9964 (vc-default-mode-line-string): Deal with the conflict state.
9965 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
9967 * vc.el (vc-editable-p, vc-default-status-printer)
9968 (vc-next-action): Deal with the conflict state.
9969 (vc-mark-resolved): New function.
9970 (vc-status-mode): Fix mode name.
9971 (vc-default-comment-history): Use when not if.
9972 (Todo): Add new entries, remove old ones.
9974 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
9975 (vc-cvs-parse-status, vc-cvs-after-dir-status):
9976 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
9977 Detect the conflict state.
9979 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
9981 2008-04-10 Glenn Morris <rgm@gnu.org>
9983 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
9984 Respect truncate-partial-width-windows in non-full windows,
9985 with regards to :toggle and :enable state.
9987 * simple.el (toggle-truncate-lines): Doc fix.
9989 * Makefile.in (MH_E_DIR): New variable.
9990 (MH_E_SRC): Restore variable removed 2008-03-13.
9991 (mh-loaddefs.el): Depend on $MH_E_SRC.
9992 (CAL_DIR, CAL_SRC): New variables.
9993 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
9996 * calendar/calendar.el (calendar, diary): Add :prefix.
9997 (holidays): Change :prefix.
9998 (calendar-today, holiday, calendar-holiday-marker)
9999 (european-calendar-style): Change custom groups.
10001 * calendar/calendar.el (diary-hook, diary-display-hook):
10002 Move to diary-lib.el.
10003 * calendar/diary-lib.el (diary-hook, diary-display-hook):
10004 Move here from calendar.el.
10005 * calendar/appt.el: Require diary-lib rather than calendar.
10006 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10008 * calendar/appt.el (appt): Add :prefix.
10010 * calendar/diary-lib.el (diary-hook): Doc fix.
10011 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10013 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10015 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10018 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10019 the arg to recursive calls.
10021 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10023 * minibuffer.el (completion-auto-help): Fix typo.
10025 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10027 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10029 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
10031 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10032 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10034 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10036 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10038 * minibuffer.el (minibuffer): Move group from cus-edit.el.
10039 (completion-auto-help): Move from C code.
10040 (minibuffer--maybe-completion-help): Remove.
10041 (minibuffer--bitset): New function.
10042 (minibuffer--do-completion): Rename from minibuffer-do-completion.
10043 Renumber a bit. Really complete on string *before* point.
10044 Add argument used for word-completion.
10045 Join trailing / in completion with following text, as done in
10046 minibuffer-complete-word.
10047 Handle new value `lazy' for completion-auto-help.
10048 (minibuffer-try-word-completion): New function extracted from
10049 minibuffer-complete-word.
10050 (minibuffer-complete-word): Use minibuffer--do-completion.
10051 (minibuffer--insert-strings): Rename from
10052 minibuffer-complete-insert-strings.
10053 (exit-minibuffer): Fix typo.
10054 * cus-edit.el (minibuffer): Move group to minibuffer.el.
10055 * cus-start.el: Remove completion-auto-help.
10057 2008-04-09 Alexandre Julliard <julliard@winehq.org>
10059 * vc.el (vc-status-add-entries): New function.
10060 (vc-status-add-entry): Remove.
10061 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10062 Use vc-status-add-entries.
10064 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10067 2008-04-09 Jason Rumney <jasonr@gnu.org>
10069 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10070 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10071 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10072 (AUTOGENEL): New variable.
10073 (distclean, maintainer-clean): New targets.
10075 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10077 * emacs-lisp/regexp-opt.el (regexp-opt):
10078 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10080 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
10082 * nxml/nxml-mode.el (nxml-cleanup): New function.
10083 (nxml-mode): Add it to change-major-mode-hook.
10085 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10087 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10089 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10091 * calc/.cvsignore: New file.
10093 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10095 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10097 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10098 show-help-function when turning tooltip off.
10099 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10100 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10102 2008-04-09 Alan Mackenzie <acm@muc.de>
10104 * font-lock.el (font-lock-extend-after-change-region-function):
10105 Make it buffer local.
10107 2008-04-09 Glenn Morris <rgm@gnu.org>
10109 * calendar/calendar.el (diary-file, european-calendar-style):
10110 Remove autoload cookies.
10112 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10114 * outline.el (outline-mode-menu-bar-map):
10115 * log-view.el (log-view-mode-menu):
10116 * log-edit.el (log-edit-menu): Add :help.
10118 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10120 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10121 Use substring-no-properties for correct handling of unibyte strings.
10123 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10125 * add-log.el (change-log-next-buffer): Handle the case where version<
10128 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10129 mouse-major-mode-menu.
10130 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10131 (mouse-major-mode-menu, mouse-popup-menubar)
10132 (mouse-popup-menubar-stuff): Use them.
10133 (C-down-mouse-3): Bind to a dynamic map rather than to
10134 mouse-popup-menubar-stuff.
10136 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10137 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10139 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10141 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10142 file:// access method.
10144 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10146 * minibuffer.el: New file.
10147 * loadup.el: Load it.
10149 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10151 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10152 rather than subdirs.el. It introduces an ugly circular dependency, tho.
10154 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10155 (calc-mode-map, calc-digit-map, calc-dispatch-map):
10156 Move initialization into declaration.
10157 * calc/calc-yank.el:
10158 * calc/calc-misc.el:
10159 * calc/calc-embed.el:
10160 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
10162 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
10164 * ps-samp.el (ps-add-printer, ps-remove-printer)
10165 (ps-make-dynamic-printer-menu): New functions.
10167 * net/zeroconf.el: New file.
10169 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10171 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10173 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10175 * vc-rcs.el (vc-rcs-modify-change-comment):
10176 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10178 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10180 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
10182 * international/mule-cmds.el (set-locale-environment): Don't warn if
10183 coding system doesn't agree with system locale (this reverts changes
10184 by Dave Love, dated 2002-10-27 and 2002-10-09).
10186 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10187 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10189 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10191 2008-04-08 Glenn Morris <rgm@gnu.org>
10193 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10194 * textmodes/remember.el (remember-diary-convert-entry):
10197 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10198 diary-file, since it is the default for make-diary-entry anyway.
10200 * calendar/cal-menu.el (cal-menu-event-to-date):
10201 Rename calendar-event-to-date. Update callers.
10202 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10203 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10204 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10205 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10206 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10207 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10208 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10209 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10210 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10211 (calendar-mouse-tex-month-landscape):
10212 Rename cal-tex-mouse-month-landscape.
10213 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10214 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10215 (calendar-mouse-tex-year-landscape):
10216 Rename cal-tex-mouse-year-landscape.
10217 (cal-menu-context-mouse-menu): Update for above name changes.
10219 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10220 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10221 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10222 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10223 * calendar/holidays.el: Replace int-to-string with number-to-string.
10225 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
10227 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10228 region if point moves.
10230 2008-04-08 Kenichi Handa <handa@m17n.org>
10232 * faces.el (font-slant-table): Change numeric values for `r',
10233 `roman', and `normal'.
10235 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
10237 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10239 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
10241 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10242 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
10244 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
10246 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10247 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
10249 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10251 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10253 2008-04-07 Sam Steingold <sds@gnu.org>
10255 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10256 Add helper functions.
10257 (lisp-do-defun): Extract the common part of lisp-eval-defun and
10258 lisp-compile-defun; DEFVAR forms reset the variables to the init
10259 values, just like in emacs-lisp mode eval-defun.
10260 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10261 (lisp-compile-region): Use lisp-compile-string.
10263 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10265 * subr.el (combine-and-quote-strings): Also quote strings that contain
10268 * pcvs-util.el (cvs-map): Avoid recursion :-(
10270 2008-04-07 Glenn Morris <rgm@gnu.org>
10272 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10274 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10275 view-diary-entries-initially. Keep old name as alias, update users.
10276 (calendar-mark-diary-entries-flag): Rename
10277 mark-diary-entries-in-calendar. Keep old name as alias, update users.
10278 (calendar-view-holidays-initially-flag): Rename
10279 view-calendar-holidays-initially. Keep old name as alias, update users.
10280 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10281 Keep old name as alias, update users.
10282 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10283 Keep old name as alias, update users.
10284 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10285 Keep old name as alias, update users.
10286 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10287 Keep old name as alias, update users.
10288 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
10289 (diary-american-date-forms): Rename american-date-diary-pattern.
10290 Keep old name as alias, update users.
10291 (diary-european-date-forms): Rename european-date-diary-pattern.
10292 Keep old name as alias, update users.
10293 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10294 Keep old name as alias, update users.
10295 (calendar-european-date-display-form): Rename
10296 european-calendar-display-form. Keep old name as alias, update users.
10297 (calendar-american-date-display-form): Rename
10298 european-calendar-display-form. Keep old name as alias, update users.
10299 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10300 Keep old name as alias, update users.
10301 (holiday-general-holidays): Rename general-holidays.
10302 Keep old name as alias, update users.
10303 (holiday-oriental-holidays): Rename oriental-holidays.
10304 Keep old name as alias, update users.
10305 (holiday-local-holidays): Rename local-holidays.
10306 Keep old name as alias, update users.
10307 (holiday-other-holidays): Rename other-holidays.
10308 Keep old name as alias, update users.
10309 (holiday-hebrew-holidays): Rename hebrew-holidays.
10310 Keep old name as alias, update users.
10311 (holiday-christian-holidays): Rename christian-holidays.
10312 Keep old name as alias, update users.
10313 (holiday-islamic-holidays): Rename islamic-holidays.
10314 Keep old name as alias, update users.
10315 (holiday-bahai-holidays): Rename bahai-holidays.
10316 Keep old name as alias, update users.
10317 (holiday-solar-holidays): Rename solar-holidays.
10318 Keep old name as alias, update users.
10319 (diary-fancy-buffer): Rename fancy-diary-buffer.
10320 Keep old name as alias, update users.
10321 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10323 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10325 (calendar-increment-month): Rename increment-calendar-month.
10326 Keep old name as alias, update callers.
10327 (calendar-increment-month-cons): Rename old calendar-increment-month.
10329 (calendar-extract-month): Rename extract-calendar-month.
10330 Keep old name as alias, update callers.
10331 (calendar-extract-day): Rename extract-calendar-day.
10332 Keep old name as alias, update callers.
10333 (calendar-extract-year): Rename extract-calendar-year.
10334 Keep old name as alias, update callers.
10335 (calendar-generate-window): Rename generate-calendar-window.
10337 (calendar-generate): Rename generate-calendar. Update callers.
10338 (calendar-generate-month): Rename generate-calendar-month.
10340 (calendar-redraw): Rename redraw-calendar. Update callers.
10341 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
10342 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10344 (calendar-update-mode-line): Rename update-calendar-mode-line.
10346 (calendar-exit): Rename exit-calendar. Keep old name as alias,
10348 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10349 Keep old name as alias, update callers.
10350 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10351 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10352 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10353 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10354 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10355 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10356 * calendar/solar.el: Update for calendar.el name changes.
10357 * org/org.el (org-agenda-format-date-aligned)
10358 (org-agenda-execute-calendar-command): Access date elements directly
10359 rather than using calendar functions.
10360 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10361 Also set calendar-view-diary-initially-flag,
10362 calendar-view-holidays-initially-flag.
10363 (org-get-entries-from-diary): Also set diary-fancy-buffer.
10364 (org-agenda-execute-calendar-command): No need to set displayed-day.
10366 2008-04-06 Alan Mackenzie <acm@muc.de>
10368 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10369 typo in the doc string.
10371 * progmodes/cc-mode.el (c-basic-common-init):
10372 Set font-lock-extend-after-change-region-function.
10373 (c-extend-after-change-region): New function, used in
10374 font-lock-extend-after-change-region-function, thus superseding
10375 advice on the Font Lock after change functions.
10376 (c-advise-fl-for-region): Remove this macro.
10378 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10380 * textmodes/flyspell.el (flyspell-duplicate-distance):
10381 Improve custom type.
10383 2008-04-06 Glenn Morris <rgm@gnu.org>
10385 * calendar/diary-lib.el (diary-sexp-entry-symbol):
10386 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
10387 (diary-list-entries-hook): Rename list-diary-entries-hook.
10388 Keep old name as alias, update users.
10389 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10390 Keep old name as alias, update users.
10391 (diary-nongregorian-listing-hook): Rename
10392 nongregorian-diary-listing-hook. Keep old name as alias, update users.
10393 (diary-nongregorian-marking-hook): Rename
10394 nongregorian-diary-marking-hook. Keep old name as alias, update users.
10395 (diary-print-entries-hook): Rename print-diary-entries-hook.
10396 Keep old name as alias, update users.
10397 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10398 Keep old name as alias, update users.
10399 (diary-number-of-entries): Rename number-of-diary-entries.
10400 Keep old name as alias, update users.
10401 (view-diary-entries, list-diary-entries, show-all-diary-entries):
10402 Give version of obsolescence.
10403 (diary-view-other-diary-entries): Rename view-other-diary-entries.
10404 Keep old name as alias, update callers.
10405 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
10407 (diary-include-other-diary-files): Rename include-other-diary-files.
10408 Keep old name as alias, update callers.
10409 (diary-simple-display): Rename simple-diary-display.
10410 Keep old name as alias, update callers.
10411 (diary-fancy-display): Rename fancy-diary-display.
10412 Keep old name as alias, update callers.
10413 (diary-print-entries): Rename print-diary-entries.
10414 Keep old name as alias, update callers.
10415 (diary-marking-entries-flag): Rename marking-diary-entries.
10417 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
10418 (diary-mark-entries): Rename mark-diary-entries.
10419 Keep old name as alias, update callers.
10420 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10421 Keep old name as alias, update callers.
10422 (diary-mark-included-diary-files): Rename mark-included-diary-files.
10423 Keep old name as alias, update callers.
10424 (calendar-mark-days-named): Rename mark-calendar-days-named.
10425 Keep old name as alias, update callers.
10426 (calendar-mark-month): Rename mark-calendar-month.
10427 Keep old name as alias, update callers.
10428 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10429 Keep old name as alias, update callers.
10430 (diary-sort-entries): Rename sort-diary-entries.
10431 Keep old name as alias, update callers.
10432 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10433 Keep old name as alias, update callers.
10434 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
10436 (diary-insert-entry): Rename insert-diary-entry.
10437 Keep old name as alias.
10438 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10439 Keep old name as alias.
10440 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10441 Keep old name as alias.
10442 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10443 Keep old name as alias.
10444 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10445 Keep old name as alias.
10446 (diary-insert-block-entry): Rename insert-block-diary-entry.
10447 Keep old name as alias.
10448 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10449 Keep old name as alias.
10450 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10451 Keep old name as alias, update users.
10452 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10453 Keep old name as alias, update callers.
10454 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10455 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10456 * calendar/icalendar.el: Update for diary-lib name changes.
10458 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
10460 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10462 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10463 for copy, move, and link operations.
10465 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
10467 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10468 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10470 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
10471 'require' statements with 1-argument ones (wrapped in if's).
10472 For compatibility with the current stable version of XEmacs.
10474 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10476 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10478 2008-04-06 Jason Rumney <jasonr@gnu.org>
10480 * language/burmese.el ("Burmese"): Make sample text consistent with
10483 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
10485 * progmodes/gdb-ui.el (gdb): New group.
10486 (gdb-debug-log-max, gdb-enable-debug)
10487 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10488 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10489 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10490 (gdb-show-changed-values, gdb-max-children)
10491 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10492 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10493 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10494 (gdb-memory-unit): Move to new group from GUD group.
10495 (menu): Allow customization from GDB-UI menu-item.
10497 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
10499 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10501 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10503 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10504 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10505 Revision numbers can include ".".
10507 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10508 "+" lines not accounted for by counting "-" and context lines.
10510 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10512 * term/mac-win.el (mac-service-open-file): Use file URL instead of
10515 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10517 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10518 (vc-bzr-annotate-time): Accept space used to preserve alignment.
10520 2008-04-05 Richard Stallman <rms@gnu.org>
10522 * emacs-lisp/advice.el (defadvice): Add usage pattern.
10524 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
10526 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10527 thread in [h-e-w]).
10529 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
10531 * files.el (abort-if-file-too-large): Fix typo in docstring.
10533 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10535 * subr.el (functionp): Return nil for special forms.
10537 2008-04-05 Glenn Morris <rgm@gnu.org>
10539 * emacs-lisp/autoload.el (autoload-ensure-default-file):
10541 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10542 Require loaddefs file rather than loading it.
10543 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10544 autoload-ensure-default-file provides a feature.
10546 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10547 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10548 (compile, compile-always, recompile): Use $LOADDEFS.
10549 (cal-autoloads): Remove.
10551 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10552 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
10554 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10555 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10557 * calendar/calendar.el (diary-hebrew-entry-symbol):
10558 Rename hebrew-diary-entry-symbol. Keep old name as alias.
10559 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10560 Keep old name as alias.
10561 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10562 Keep old name as alias.
10563 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10564 to diary-bahai-entry-symbol.
10565 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10566 to diary-hebrew-entry-symbol.
10567 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10568 to diary-islamic-entry-symbol.
10569 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
10571 * calendar/solar.el (diary-sabbath-candles-minutes)
10572 (diary-sabbath-candles): Move to cal-hebrew.
10573 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
10574 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
10575 Doc fix. Keep old name as alias.
10576 (diary-hebrew-sabbath-candles): Simplify.
10577 (solar-setup, solar-sunrise-sunset, calendar-latitude)
10578 (calendar-longitude, calendar-time-zone): Declare for compiler.
10579 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
10582 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
10583 Rename coptic-calendar-month-name-array. Update callers.
10584 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
10585 (calendar-coptic-name): Rename coptic-name. Update callers.
10586 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
10588 (calendar-coptic-last-day-of-month):
10589 Rename coptic-calendar-last-day-of-month. Update callers.
10590 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
10591 Keep old name as alias, update callers.
10592 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
10593 Keep old name as alias, update callers.
10594 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
10595 Keep old name as alias.
10596 (calendar-ethiopic-month-name-array):
10597 Rename ethiopic-calendar-month-name-array. Update callers.
10598 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
10600 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
10601 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
10602 Keep old name as alias, update callers.
10603 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
10604 Keep old name as alias, update callers.
10605 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
10606 Keep old name as alias.
10608 * calendar/cal-french.el (calendar-french-epoch):
10609 Rename french-calendar-epoch. Update callers.
10610 (calendar-french-month-name-array): Rename variable and function
10611 french-calendar-month-name-array. Update callers.
10612 (calendar-french-multibyte-month-name-array):
10613 Rename french-calendar-multibyte-month-name-array. Update callers.
10614 (calendar-french-day-name-array): Rename variable and function
10615 french-calendar-day-name-array. Update callers.
10616 (calendar-french-special-days-array): Rename variable and function
10617 french-calendar-special-days-array. Update callers.
10618 (calendar-french-multibyte-special-days-array):
10619 Rename french-calendar-multibyte-special-days-array. Update callers.
10620 (calendar-french-accents-p): Rename french-calendar-accents.
10622 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
10624 (calendar-french-last-day-of-month):
10625 Rename french-calendar-last-day-of-month. Update callers.
10626 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
10627 Keep old name as alias, update callers.
10628 (calendar-french-print-date): Rename calendar-print-french-date.
10629 Keep old name as alias, update callers.
10630 (calendar-french-goto-date): Rename calendar-goto-french-date.
10631 Keep old name as alias.
10633 * calendar/cal-menu.el, calendar/calendar.el:
10634 Update for Coptic and French name changes.
10636 * calendar/cal-china.el (calendar-chinese): Rename custom group
10637 from chinese-calendar. Update users.
10638 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
10639 Keep old name as alias, update users.
10640 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
10641 Keep old name as alias.
10642 (calendar-chinese-daylight-time-offset):
10643 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
10645 (calendar-chinese-standard-time-zone-name):
10646 Rename chinese-calendar-standard-time-zone-name.
10647 Keep old name as alias, update users.
10648 (calendar-chinese-daylight-saving-start):
10649 Rename chinese-calendar-daylight-savings-starts.
10650 Keep old name as alias, update users.
10651 (calendar-chinese-daylight-saving-end):
10652 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
10654 (calendar-chinese-daylight-saving-start-time):
10655 Rename chinese-calendar-daylight-savings-starts-time.
10656 Keep old name as alias, update users.
10657 (calendar-chinese-daylight-saving-end-time):
10658 Rename chinese-calendar-daylight-savings-ends-time.
10659 Keep old name as alias, update users.
10660 (calendar-chinese-celestial-stem): Rename
10661 calendar-chinese-celestial-stem. Keep old name as alias, update users.
10662 (calendar-chinese-terrestrial-branch):
10663 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
10665 (calendar-chinese-zodiac-sign-on-or-after):
10666 Rename chinese-zodiac-sign-on-or-after. Update callers.
10667 (calendar-chinese-new-moon-on-or-after):
10668 Rename chinese-new-moon-on-or-after. Update callers.
10669 (calendar-chinese-month-list): Rename chinese-month-list.
10671 (calendar-chinese-number-months): Rename number-chinese-months.
10673 (calendar-chinese-compute-year): Rename compute-chinese-year.
10675 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
10676 (calendar-chinese-year): Rename chinese-year. Update callers.
10677 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
10678 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
10679 Keep old name as alias, update callers.
10680 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
10681 Keep old name as alias, update callers.
10682 (calendar-chinese-months-to-alist):
10683 Rename make-chinese-month-assoc-list. Update callers.
10684 (calendar-chinese-months): Rename chinese-months. Update callers.
10685 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
10686 Keep old name as alias, update callers.
10688 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
10689 Rename hebrew-calendar-leap-year-p. Update callers.
10690 (calendar-hebrew-last-month-of-year):
10691 Rename hebrew-calendar-last-month-of-year. Update callers.
10692 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
10694 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
10696 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
10698 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
10700 (calendar-hebrew-last-day-of-month):
10701 Rename hebrew-calendar-last-day-of-month. Update callers.
10702 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
10703 Keep old name as alias, update callers.
10704 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
10705 Keep old name as alias, update callers.
10706 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
10707 Keep old name as alias, update callers.
10708 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
10709 Keep old name as alias.
10710 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
10711 Keep old name as alias.
10712 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
10713 Keep old name as alias.
10714 (holiday-hebrew-passover): Rename holiday-passover-etc.
10715 Keep old name as alias.
10716 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
10717 Keep old name as alias, update callers.
10718 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
10719 Keep old name as alias.
10720 (calendar-hebrew-mark-date-pattern):
10721 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
10723 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
10724 Keep old name as alias.
10725 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
10726 Keep old name as alias.
10727 (diary-hebrew-insert-monthly-entry):
10728 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
10729 (diary-hebrew-insert-yearly-entry):
10730 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
10731 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
10732 Keep old name as alias.
10733 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
10734 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
10735 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
10736 Keep old name as alias.
10737 (calendar-hebrew-parashiot-names):
10738 Rename hebrew-calendar-parashiot-names. Update callers.
10739 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
10740 (calendar-hebrew-year-Saturday-incomplete-Sunday):
10741 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
10742 (calendar-hebrew-year-Saturday-complete-Tuesday):
10743 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
10744 (calendar-hebrew-year-Monday-incomplete-Tuesday):
10745 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
10746 (calendar-hebrew-year-Monday-complete-Thursday):
10747 Rename hebrew-calendar-year-Monday-complete-Thursday.
10748 (calendar-hebrew-year-Tuesday-regular-Thursday):
10749 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
10750 (calendar-hebrew-year-Thursday-regular-Saturday):
10751 Rename hebrew-calendar-year-Thursday-regular-Saturday.
10752 (calendar-hebrew-year-Thursday-complete-Sunday):
10753 Rename hebrew-calendar-year-Thursday-complete-Sunday.
10754 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
10755 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
10756 (calendar-hebrew-year-Saturday-complete-Thursday):
10757 Rename hebrew-calendar-year-Saturday-complete-Thursday.
10758 (calendar-hebrew-year-Monday-incomplete-Thursday):
10759 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
10760 (calendar-hebrew-year-Monday-complete-Saturday):
10761 Rename hebrew-calendar-year-Monday-complete-Saturday.
10762 (calendar-hebrew-year-Tuesday-regular-Saturday):
10763 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
10764 (calendar-hebrew-year-Thursday-incomplete-Sunday):
10765 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
10766 (calendar-hebrew-year-Thursday-complete-Tuesday):
10767 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
10768 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
10769 Update for above name changes of constants.
10771 * calendar/cal-menu.el, calendar/calendar.el:
10772 Update for chinese and hebrew name changes.
10773 * calendar/diary-lib.el: Update for hebrew name changes.
10775 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10777 * subr.el (keymap-canonicalize): Correct thinko.
10779 * server.el: Undo part of the multi-tty change, which is only
10780 needed if server.el is preloaded, and broke server-running-p.
10781 (server-socket-dir): Initialize in the defvar, as before.
10782 (server-start): Remove initialization of server-socket-dir.
10784 2008-04-05 Eli Zaretskii <eliz@gnu.org>
10786 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
10787 3-member cons cells.
10789 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
10791 * cus-face.el (custom-face-attributes): Handle roman slant.
10793 * faces.el (default): Ensure the face-defface-spec property is set.
10795 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
10797 * files.el (abort-if-file-too-large): New function.
10798 (find-file-noselect, insert-file-1): Use it.
10800 2008-04-05 Reto Zimmermann <reto@gnu.org>
10802 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10803 Replace C-c[a-zA-Z] key bindings.
10805 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10807 * progmodes/hideif.el (hif-token-alist): New var.
10808 (hif-token-regexp, hif-tokenize): Use it.
10809 (hif-mathify-binop): New macro.
10810 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
10811 (hif-greater-equal, hif-less-equal): Use it.
10812 (hif-logior, hif-logand): New functions.
10813 (hif-math): Accept | and & as well.
10815 * progmodes/etags.el: Fix problem with completion for buffer-local
10816 tables. Reported by Radey Shouman <shouman@comcast.net>.
10817 (tags-complete-tag): Remove.
10818 (tags-lazy-completion-table): New function to replace it.
10819 (find-tag-tag, complete-tag): Update users.
10821 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
10823 * vc-rcs.el (vc-rcs-dir-status):
10824 * vc-sccs.el (vc-sccs-dir-status): New function.
10826 * outline.el (outline-mode-menu-bar-map):
10827 * term.el (terminal-signal-menu): Add :help.
10829 * net/eudc.el (eudc-mode-map): Declare and define in one step.
10830 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
10832 * emacs-lisp/re-builder.el (reb-mode-map):
10833 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
10835 * diff-mode.el (diff-file-junk-re): Recognize the git format for
10836 new files, deleted files and for changing permissions.
10837 (diff-mode): Set beginning-of-defun-function and
10838 end-of-defun-function.
10840 * vc-bzr.el (vc-bzr-state): Use when instead of if.
10842 * vc.el (vc-default-status-fileinfo-extra): New function.
10843 (vc-status-mark-buffer-changed): Use it.
10844 (vc-update-vc-status-buffer): Allow for partial updates.
10846 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10848 * net/tramp.el (after-init-hook): Don't wrap a lambda around
10849 tramp-register-completion-file-name-handler.
10851 * subr.el (keymap-canonicalize): New function.
10852 * mouse.el (mouse-menu-non-singleton): Use it.
10853 (mouse-major-mode-menu): Remove hack made unnecessary.
10855 * simple.el (set-fill-column): Prompt rather than error by default.
10857 2008-04-04 Andreas Schwab <schwab@suse.de>
10859 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10860 Reset new-rules after each round.
10862 * Makefile.in (cal-autoloads): New target.
10863 (compile, compile-always, recompile): Depend on it.
10864 ($(lisp)/calendar/cal-loaddefs.el)
10865 ($(lisp)/calendar/diary-loaddefs.el)
10866 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
10868 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
10870 * ediff*.el: Replace load with require in eval-when-compile.
10872 * ediff-hook.el: Delete all invocations of (autoload ...).
10874 * ediff-util.el (ediff-setup): Make window-min-height a local variable
10875 in ediff control window, and set its min height to 2.
10876 (ediff-setup-control-buffer): Dedicate the control window.
10877 (ediff-toggle-multiframe): Undedicate control window.
10878 Work directly with ediff-setup-windows-multiframe and
10879 ediff-setup-windows-plain.
10881 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
10883 (ediff-window-setup-function): Change initialization.
10884 (ediff-setup-windows-automatic): Delete.
10885 (ediff-setup-windows-plain-merge): Make control window dedicated.
10886 (ediff-destroy-control-frame): Do not skip frames if working in a
10889 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
10892 * emulation/viper-util.el: Move provide's forward, prevent recursion in
10895 2008-04-04 Glenn Morris <rgm@gnu.org>
10897 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
10898 calendar-absolute-from-bahai. Update callers, keep old name as alias.
10900 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
10901 Rename islamic-calendar-leap-year-p. Update callers.
10902 (calendar-islamic-last-day-of-month):
10903 Rename islamic-calendar-last-day-of-month. Update callers.
10904 (calendar-islamic-day-number):
10905 Rename islamic-calendar-day-number. Update callers.
10906 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
10907 Update callers, keep old name as alias.
10908 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
10909 Update callers, keep old name as alias.
10910 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
10911 Keep old name as alias.
10912 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
10913 Update callers, keep old name as alias.
10914 (calendar-islamic-mark-date-pattern):
10915 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
10917 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
10918 Keep old name as alias.
10919 (diary-islamic-insert-monthly-entry):
10920 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
10921 (diary-islamic-insert-yearly-entry):
10922 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
10924 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
10925 calendar-absolute-from-iso. Update callers, keep old name as alias.
10926 (calendar-iso-print-date): Rename calendar-print-iso-date.
10927 Update callers, keep old name as alias.
10928 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
10929 Keep old name as alias.
10930 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
10931 Keep old name as alias.
10933 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
10934 calendar-absolute-from-julian. Update callers, keep old name as alias.
10935 (calendar-julian-print-date): Rename calendar-print-julian-date.
10936 Update callers, keep old name as alias.
10937 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
10938 Update callers, keep old name as alias.
10939 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
10940 Update callers, keep old name as alias.
10941 (calendar-astro-print-day-number):
10942 Rename calendar-print-astro-day-number. Update callers, keep old
10944 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
10945 Update callers, keep old name as alias.
10947 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
10948 Rename calendar-string-to-mayan-long-count. Update callers.
10949 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
10950 Update callers, keep old name as alias.
10951 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
10953 (calendar-mayan-read-tzolkin-date):
10954 Rename calendar-read-mayan-tzolkin-date. Update callers.
10955 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
10956 Keep old name as alias.
10957 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
10958 Keep old name as alias.
10959 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
10960 Keep old name as alias.
10961 (calendar-mayan-previous-tzolkin-date):
10962 Rename calendar-previous-tzolkin-date. Keep old name as alias.
10963 (calendar-mayan-next-round-date):
10964 Rename calendar-next-calendar-round-date. Keep old name as alias.
10965 (calendar-mayan-previous-round-date):
10966 Rename calendar-previous-calendar-round-date. Keep old name as alias.
10967 (calendar-mayan-long-count-to-absolute): Rename
10968 calendar-absolute-from-mayan-long-count. Keep old name as alias.
10969 (calendar-mayan-goto-long-count-date):
10970 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
10972 * calendar/cal-persia.el (calendar-persian-month-name-array):
10973 Rename persian-calendar-month-name-array. Update callers.
10974 (calendar-persian-epoch): Rename persian-calendar-epoch.
10976 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
10978 (calendar-persian-last-day-of-month):
10979 Rename persian-calendar-last-day-of-month. Update callers.
10980 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
10981 Update callers, keep old name as alias.
10982 (calendar-persian-print-date): Rename calendar-print-persian-date.
10983 Update callers, keep old name as alias.
10984 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
10985 Keep old name as alias.
10987 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
10988 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
10989 * calendar/solar.el: Update for cal-julian name changes.
10991 * calendar/cal-dst.el: Update for persian name changes.
10993 * calendar/cal-menu.el, calendar/calendar.el:
10994 Update for islamic, iso, julian, mayan, persian name changes.
10996 * calendar/diary-lib.el: Update for islamic name changes.
10998 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
10999 Rename all-hebrew-calendar-holidays. Update callers, keep old name
11001 (calendar-christian-all-holidays-flag):
11002 Rename all-christian-calendar-holidays. Update callers, keep old
11004 (calendar-islamic-all-holidays-flag):
11005 Rename all-islamic-calendar-holidays. Update callers, keep old
11007 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11008 Update callers, keep old name as alias.
11009 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11010 Update for the above name changes.
11012 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
11014 * hilit-chg.el (global-highlight-changes-mode)
11015 (highlight-changes-passive-string, highlight-changes-active-string):
11016 Mark as obsolete since 23.1, not 22.1.
11018 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
11020 * hilit-chg.el (highlight-changes-visibility-initial-state)
11021 (hilit-chg-update, highlight-changes-mode-turn-on):
11022 Fix typos in docstrings.
11024 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
11026 * newcomment.el (comment-enter-backward): Be careful to restore
11027 position changed during narrowing.
11029 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
11031 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11032 Recognize `sub ($$)'.
11034 2008-04-03 Richard Sharman <rsharman@pobox.com>
11036 * hilit-chg.el (highlight-changes-mode): Rename from
11037 highlight-changes; no longer uses sub-modes active and passive;
11038 implemented by define-minor-mode.
11039 (highlight-changes-toggle-visibility): New function, to replace
11040 the old passive/active submodes of global-highlight-changes-mode;
11041 implemented by define-minor-mode.
11042 (global-highlight-changes-mode): Rename from global-highlight-changes;
11043 rewrite using define-globalized-minor-mode.
11044 (hilit-chg-major-mode-hook, hilit-chg-check-global)
11045 (hilit-chg-post-command-hook, hilit-chg-check-global)
11046 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11047 to use of define-globalized-minor-mode.
11048 (highlight-changes-global-initial-state): Change to be boolean.
11049 (highlight-changes-visible-string, highlight-changes-invisible-string):
11050 Rename from highlight-changes-active-string and
11051 highlight-changes-passive-string.
11052 (hilit-chg-update, hilit-chg-set): Use them.
11053 (global-highlight-changes-mode): Rename from global-highlight-changes.
11054 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11056 (hilit-chg-hide-changes): Rewrite to use dolist.
11057 (hilit-chg-set-face-on-change, hilit-chg-update)
11058 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11059 variable instead of testing highlight-changes-mode.
11060 (highlight-markup-buffers): Add require ediff-util; argument on calls
11061 to highlight-changes-mode changed.
11062 (highlight-compare-with-file): Fix problems with interactive
11063 call giving invalid default file.
11065 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
11067 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11068 Fix in disassembly buffer (regression in 22.2).
11070 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
11072 * emulation/viper-macs.el (viper-read-fast-keysequence):
11073 Use viper-read-event instead of viper-read-key.
11075 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11077 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11078 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11081 * emulation/viper-ex.el, emulation/viper-macs.el:
11082 * emulation/viper-mous.el:
11083 Replace load with require in eval-when-compile.
11085 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11087 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11089 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11090 (archive-try-jka-compr): New function.
11091 (archive-set-buffer-as-visiting-file): Use it.
11093 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11095 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11097 * simple.el (handle-shift-selection): New arg.
11099 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11101 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11103 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11105 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11107 * shell.el (shell-dynamic-complete-filename): New fun.
11108 (shell-dynamic-complete-functions): Use it.
11110 * help-fns.el (describe-variable): Undo 2008-02-25 change.
11112 2008-04-03 Kenichi Handa <handa@m17n.org>
11114 * international/fontset.el (create-fontset-from-x-resource):
11115 Handle the error of X resource more gracefully.
11117 * international/latin1-disp.el (latin1-display): Don't use make-char.
11118 Fix the argument to set-char-table-range.
11119 (latin1-display-identities): Don't use make-char.
11120 (latin1-display-reset): Use map-charset-chars instead of directly
11121 calling standard-display-default.
11122 (latin1-display-check-font): Don't use make-char.
11123 (latin1-display-setup): Likewise.
11124 (latin1-display-ucs-per-lynx): Likewise.
11126 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11128 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11129 name the fields, to make the code clearer.
11130 Rewrite all `aset' and `aref' using the defined accessors.
11131 (timer--time): New pseudo-field.
11132 (timer-set-time, timer-set-idle-time, timer-inc-time)
11133 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11134 (timer--time-less-p): New function.
11135 (timer--activate): New function, extracted from timer-activate.
11136 (timer-activate-when-idle, timer-activate): Use it.
11137 (cancel-function-timers): Use dolist.
11139 2008-04-03 Glenn Morris <rgm@gnu.org>
11141 * add-log.el (c-beginning-of-defun, c-end-of-defun):
11142 Remove declarations; no longer used.
11143 (c-cpp-define-name, c-defun-name): Declare as functions.
11145 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11146 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11148 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11149 (holiday-passover-etc, holiday-hanukkah): Doc fix.
11150 Add optional argument. Simplify.
11151 (holiday-tisha-b-av-etc): Use memq rather than unless.
11152 (holiday-julian): Autoload it.
11153 (holiday-hebrew-misc): New function.
11155 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11157 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11158 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11159 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11160 all-hebrew-calendar-holidays.
11161 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11162 Simplify using new functions.
11163 (calendar-holidays): Doc fix.
11164 (generate-calendar-window): Use bound-and-true-p.
11166 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11168 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11169 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
11170 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
11171 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11173 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11175 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11177 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11179 * vc-bzr.el (vc-bzr-checkout): Simplify.
11181 * image-mode.el (image-mode-fit-frame): New command.
11183 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11184 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11185 (keyboard-escape-quit): Check region-active-p i.s.o
11186 transient-mark-mode.
11188 2008-04-02 Simon Josefsson <simon@josefsson.org>
11190 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11191 (imap-message-copyuid-1): Use it.
11192 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
11194 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11196 2008-04-02 Alan Mackenzie <acm@muc.de>
11198 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11199 New optimised functions to get the name of the current defun/macro.
11201 * add-log.el (add-log-current-defun): Move the functionality which
11202 gets the current function name for C like modes to cc-cmds.el,
11203 thus optimising for speed.
11205 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11207 * simple.el (deactivate-mark): When the mark is temporarily
11208 active, restore the original value of transient-mark-mode.
11209 (set-mark-command): First deactivate the mark if was temporarily active.
11210 (exchange-point-and-mark): Reactivate the mark if it was
11211 temporarily active.
11212 (handle-shift-selection): New fun.
11213 (transient-mark-mode): Move var documentation here from buffer.c.
11214 (next-line, previous-line, backward-word, move-end-of-line)
11215 (move-beginning-of-line, forward-to-indentation)
11216 (backward-to-indentation, back-to-indentation)
11217 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11219 * mouse.el (mouse-set-region-1): Save the old value of
11220 transient-mark-mode.
11221 (mouse-drag-track): Ignore the now-obsolete value `identity' for
11222 transient-mark-mode.
11224 * textmodes/paragraphs.el (forward-paragraph)
11225 (backward-paragraph, forward-sentence, backward-sentence): Add ^
11228 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11230 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
11232 * net/tramp.el (tramp-make-tramp-temp-file):
11233 Use `tramp-drop-volume-letter' for the local file name part.
11235 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11237 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
11238 Add menu entries corresponding to all the key bindings.
11240 * emacs-lisp/debug.el (debugger-mode-map):
11241 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11242 (conf-align-assignments): Only work on the region if it is active.
11243 (conf-quote-normal): Use when instead of if. Remove redundant test.
11245 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11246 for tracing and re-builder.
11248 2008-04-02 Glenn Morris <rgm@gnu.org>
11250 * calendar/appt.el (appt-disp-window-function): Doc fix.
11251 (appt-display-message): Move beep before display.
11252 (appt-check): Make interactive. Reduce the number of lets.
11253 Use string-equal to compare mode-line strings.
11254 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
11256 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11257 (appt-delete): Simplify.
11259 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11261 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11263 * calendar/cal-hebrew.el (list-yahrzeit-dates):
11264 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11265 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11267 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11268 (calendar-holiday-marker, mark-visible-calendar-date):
11269 * calendar/diary-lib.el (fancy-diary-display):
11270 Check for font-lock-mode before using faces.
11272 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11273 (calendar-gregorian-from-absolute): Reduce the number of lets.
11274 (hebrew-holidays-4, generate-calendar-window): Simplify.
11275 (calendar-for-loop): Make obsolete.
11276 (calendar-nth-named-day): Doc fix.
11278 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11279 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11280 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11281 Reduce the number of lets.
11282 (mark-sexp-diary-entries, calendar-mark-complex):
11283 Expand calendar-for-loops.
11285 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
11287 * find-dired.el (find-dired-filter): Fix last patch to handle
11288 multi-line process input. Pad link numbers too.
11290 2008-04-01 Jari Aalto <jari.aalto@cante.net>
11292 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11294 2008-04-01 Jason Rumney <jasonr@gnu.org>
11296 * international/characters.el (script-list): Add phonetic script,
11297 covering IPA (previously Latin), Phonetic Extensions and
11298 Phonetic Extensions Supplement (both previously unassigned).
11300 * international/fontset.el (setup-default-fontset): Use unicode fonts
11301 that cover bopomofo script for bopomofo.
11302 Likewise for braille and mathematical.
11303 Use unicode scripts that cover the phonetic script for IPA.
11305 2008-04-01 Johan Bockgård <bojohan@gnu.org>
11307 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11308 return the assigned value.
11310 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11312 * abbrev.el (abbrev-mode): Use define-minor-mode.
11314 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
11315 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11317 (minor-mode-menu-from-indicator): Use it. Simplify.
11319 * bindings.el (mode-line-mode-menu): Move before (new) first use.
11320 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11321 Bind the key directly to the menu.
11322 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11324 2008-04-01 Daiki Ueno <ueno@unixuser.org>
11326 * epa.el (epa-decrypt-region): Explain the reason why this
11327 function should not be used in Lisp programs.
11328 (epa-decrypt-armor-in-region): Ditto.
11329 (epa-verify-region): Ditto.
11330 (epa-verify-cleartext-in-region): Ditto.
11331 (epa-sign-region): Ditto.
11332 (epa-encrypt-region): Ditto.
11334 * epg.el (epg-start-receive-keys): Fix typo in docstring.
11336 * epa.el (epa-select-keys): Show menu even if there is no key in
11339 2008-04-01 Glenn Morris <rgm@gnu.org>
11341 * calendar/calendar.el (calendar-make-temp-face): New function.
11342 (mark-visible-calendar-date):
11343 * calendar/diary-lib.el (fancy-diary-display): Use it.
11345 * vc-hooks.el (vc-responsible-backend): Declare as function.
11347 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11348 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11349 * calendar/cal-julian.el (holiday-julian): Use it.
11351 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11352 (calendar-hebrew-date-is-visible-p): Extract some common code into
11354 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11356 * calendar/cal-menu.el (cal-menu-holidays-menu):
11357 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11358 rather than obsolete alias.
11360 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11361 for mark characters.
11362 (calendar-unmark): Unmark by removing all overlays, rather than
11364 (calendar-starred-day): Remove.
11365 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
11366 (calendar-cursor-to-date): No need for special star handling now
11368 (calendar-star-date): Use overlays.
11370 * calendar/cal-french.el (calendar-goto-french-date):
11371 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11372 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11373 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11374 * calendar/cal-persia.el (calendar-persian-date-string):
11375 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11376 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11377 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11378 * calendar/solar.el (solar-equinoxes-solstices):
11379 Reduce nesting of some lets.
11381 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11382 (calendar-goto-mayan-long-count-date): Simplify.
11384 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11385 Simplify by using mapcar.
11386 (calendar-list-holidays): Return holiday-list.
11387 (list-holidays): Use let rather than let*. Remove un-needed locals
11389 (calendar-check-holidays): Return result from dolist.
11390 (holiday-float): Use a single let*. Simplify if-and to and.
11391 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11394 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
11396 * calc/calc.el: Autoload `calc-yank'.
11397 (calc-mode-map): Add keybindings for `calc-yank'.
11398 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11399 assignments for `calc-yank'.
11401 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
11403 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11404 (vc-status-mark-buffer-changed): Handle the extra field.
11406 * vc-bzr.el (vc-bzr-after-dir-status):
11407 * vc-cvs.el (vc-cvs-after-dir-status):
11408 * vc-hg.el (vc-hg-after-dir-status):
11409 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11411 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11413 * doc-view.el: Compute displayed pages first (in PDF).
11414 (doc-view-current-converter-processes): Rename from
11415 doc-view-current-converter-process. Update users.
11416 (doc-view-sentinel): Test buffer's liveness.
11417 (doc-view-pdf/ps->png-sentinel): Remove.
11418 (doc-view-start-process): New function.
11419 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11420 (doc-view-ps->pdf): Use it.
11421 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11423 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11424 (doc-view-mode): Kill the processes when leaving the mode.
11426 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
11428 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11429 Use `byte-compile-warning-types'. Add docstring.
11431 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11433 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11434 (smerge-resolve): Add various resolution heuristics.
11436 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11437 in 3-way conflicts.
11439 2008-03-31 Glenn Morris <rgm@gnu.org>
11441 * calendar/cal-bahai.el (diary-bahai-mark-entries):
11442 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11443 * calendar/cal-islam.el (mark-islamic-diary-entries):
11444 Fix argument order in call to diary-mark-entries-1.
11446 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11448 (holiday-bahai): Use an algorithm actually relevant to this calendar
11451 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11453 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11456 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11457 in the last fortnight in Julian October.
11459 * calendar/calendar.el (increment-calendar-month): Optionally handle
11460 systems without 12 months per year.
11462 (calendar-date-is-visible-p): Doc fix. Simplify.
11464 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11467 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
11469 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11470 (hi-lock-unload-function): New function.
11472 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
11474 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
11475 overwriting when NEWNAME is a local file.
11477 * net/trampver.el: Update release number.
11479 2008-03-30 Alexandre Julliard <julliard@winehq.org>
11481 * vc-git.el: Make vc-status display information about copies,
11482 renames and permission changes.
11483 (vc-git-extra-fileinfo): New defstruct.
11484 (vc-git-escape-file-name, vc-git-file-type-as-string)
11485 (vc-git-rename-as-string, vc-git-permissions-as-string)
11486 (vc-git-status-printer): New functions.
11487 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11488 (vc-git-after-dir-status-stage1): Look for copies, renames and
11489 permission changes.
11490 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11491 (vc-git-dir-status): Ask for staged files and renames.
11493 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
11495 * vc.el: Allow backends to display backend specific information in
11496 the vc-status listing.
11497 (vc-status-fileinfo): Add a field for backend specific information.
11498 (vc-status-printer): Rename to ...
11499 (vc-default-status-printer): ... this.
11500 (vc-status-printer): New function.
11501 (vc-update-vc-status-buffer): Set the backend specific file info
11504 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11506 * textmodes/remember.el (remember-diary-convert-entry): Revert last
11507 change (ill-conceived).
11509 2008-03-29 Glenn Morris <rgm@gnu.org>
11511 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11512 * calendar/cal-julian.el (holiday-julian): Simplify.
11514 * calendar/holidays.el (list-holidays): Use or.
11516 2008-03-29 Juri Linkov <juri@jurta.org>
11518 * window.el (split-window-preferred-horizontally): New function.
11520 * cus-start.el (split-window-preferred-function):
11521 Set choice for "vertically" to nil instead of split-window.
11522 Set choice for "horizontally" to split-window-preferred-horizontally
11525 2008-03-29 Juri Linkov <juri@jurta.org>
11527 * simple.el (minibuffer-default-add-function): New variable with
11528 the default to minibuffer-default-add-completions.
11529 (minibuffer-default-add-done): New variable. Make it buffer-local.
11530 (minibuffer-default-add-completions): New function.
11531 (goto-history-element): Set minibuffer-default-add-done to t and
11532 call a function in minibuffer-default-add-function when the
11533 specified absolute history position is greater than the length of
11534 the minibuffer-default list and minibuffer-default-add-done is nil.
11535 Change "^End of history; no next item$" to "^End of defaults;
11538 * bindings.el (debug-ignored-errors): Change "^End of history;
11539 no next item$" to "^End of defaults; no next item$".
11541 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11543 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11545 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11546 to with-no-warnings.
11548 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
11550 Sync with Tramp 2.1.13.
11552 * net/tramp-ftp.el: Require 'cl when byte-compiling.
11554 * net/trampver.el: Update release number.
11556 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
11558 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11559 the current backend.
11561 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11562 (vc-status-refresh): Create a temporary buffer and call the
11563 `dir-status' backend function from that buffer.
11565 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11566 (vc-bzr-after-dir-status): Don't kill the buffer.
11568 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11569 (vc-cvs-after-dir-status): Don't kill the buffer.
11571 * vc-git.el (vc-git-dir-status): Don't create a buffer.
11572 (vc-git-after-dir-status-stage2): Don't kill the buffer.
11574 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
11575 (vc-hg-after-dir-status): Don't kill the buffer.
11577 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
11578 (vc-svn-after-dir-status): Don't kill the buffer.
11580 2008-03-29 Glenn Morris <rgm@gnu.org>
11582 * calendar/calendar.el (diary-file, american-date-diary-pattern)
11583 (european-date-diary-pattern, european-calendar-display-form)
11584 (american-calendar-display-form, diary-display-hook): Doc fixes.
11585 (european-calendar-style): Doc fix. Use calendar-set-date-style for
11586 custom :set. Mark as obsolete.
11587 (calendar-date-style, iso-date-diary-pattern)
11588 (iso-calendar-display-form): New user variables.
11589 (diary-date-forms, calendar-date-display-form): Set using
11590 calendar-date-style. Doc fix.
11591 (calendar-set-date-style): New command.
11592 (european-calendar, american-calendar): Use calendar-set-date-style.
11595 * calendar/diary-lib.el (number): Move declaration where needed.
11596 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
11597 (diary-make-date): New function.
11598 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
11599 Use diary-make-date.
11600 (diary-date-display-form, diary-insert-entry-1): New functions.
11601 (insert-monthly-diary-entry, insert-yearly-diary-entry):
11602 Use diary-insert-entry-1.
11603 (insert-anniversary-diary-entry, insert-block-diary-entry)
11604 (insert-cyclic-diary-entry): Use diary-date-display-form.
11606 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11607 Autoload diary-insert-entry-1.
11608 * calendar/cal-bahai.el (diary-bahai-insert-entry)
11609 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
11610 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
11611 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
11612 * calendar/cal-islam.el (insert-islamic-diary-entry)
11613 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
11614 Use diary-insert-entry-1.
11616 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
11617 (diary-yahrzeit): Doc fix. Use diary-make-date.
11619 * calendar/icalendar.el (icalendar--datetime-to-american-date):
11620 New name for icalendar--datetime-to-noneuropean-date. Make old name
11622 (icalendar--datetime-to-iso-date): New function.
11623 (icalendar--datetime-to-diary-date): Doc fix. Respect
11624 calendar-date-style if bound.
11626 * textmodes/remember.el (remember-diary-convert-entry):
11627 Respect calendar-date-style if bound.
11629 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11631 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
11632 (xterm-mouse-handle-delete-frame): Delete.
11634 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
11635 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
11636 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
11637 in xterm-modify-other-keys-terminal-list.
11639 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
11642 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
11644 * vc.el (vc-update): Check if the buffer is unsaved only if it
11646 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
11649 2008-03-28 Magnus Henoch <mange@freemail.hu>
11651 * net/dns.el (dns-write): Use set-buffer-multibyte.
11653 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11655 * vc-bzr.el (vc-bzr-sha1): New fun.
11656 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
11657 (vc-bzr-registered): Use it.
11659 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
11661 * vc.el (vc-status-kill-dir-status-process): Simplify.
11662 (vc-status-refresh): Make sure the buffer is live.
11663 (ring): Don't require it, not used.
11665 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
11667 * progmodes/verilog-mode.el (verilog-auto-inout-module):
11668 Add optional regular expression to AUTOINOUTMODULE.
11669 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
11670 (verilog-auto-inst-param, verilog-auto-reg)
11671 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11672 (verilog-auto-output-every, verilog-auto-input)
11673 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
11674 (verilog-auto-unused, verilog-auto): Update documentation to use
11675 more obvious instance module names versus cell names.
11677 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
11679 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
11680 kill if a process is running.
11682 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
11684 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
11686 * vc.el: Add new backend function 'status-extra-headers.
11687 (vc-default-status-extra-headers): New function.
11688 (vc-status-headers): Call 'status-extra-headers. Add colors.
11690 * vc-git.el (vc-git-status-extra-headers): New function.
11692 2008-03-28 Glenn Morris <rgm@gnu.org>
11694 * calendar/cal-menu.el (cal-menu-holidays-menu)
11695 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
11696 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
11697 holiday-list is optional.
11698 (calendar-mouse-holidays): Remove un-needed local `l'.
11700 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
11701 Remove un-needed local `date'.
11702 (calendar-cursor-to-visible-date): Use let rather than let*.
11703 Remove un-needed local `first-of-month-weekday'.
11705 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
11707 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
11709 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
11710 (diary-header-line-flag, diary-header-line-format): Declare.
11711 (diary-pull-attrs): Check for multiple matches.
11712 (diary-list-entries-2): Simplify finding start of date.
11713 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
11715 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
11716 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
11718 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
11720 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
11722 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
11724 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11726 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
11728 * image-mode.el (image-mode-reapply-winprops): Fix last change.
11730 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11732 * international/mule-conf.el (define-iso-single-byte-charset):
11733 Don't make latin-iso8859-* supplementary.
11734 (#'set-charset-priority): Don't change the priority of charsets
11735 `unicode' and `emacs'.
11737 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11739 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
11742 2008-03-27 Glenn Morris <rgm@gnu.org>
11744 * calendar/cal-bahai.el (diary-bahai-list-entries):
11745 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
11746 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
11748 * calendar/calendar.el (diary-file): Doc fix.
11750 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
11751 (list-diary-entries-hook, mark-diary-entries-hook)
11752 (include-other-diary-files, diary-mail-entries)
11753 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
11754 (diary-set-header): New function.
11755 (diary-header-line-flag, diary-header-line-format):
11756 Use diary-set-header for custom :set function.
11757 (diary-set-maybe-redraw): Use symbol-value rather than eval.
11758 (diary-attrtype-convert): Use intern-soft rather than read.
11759 (diary-display-no-entries): New function.
11760 (simple-diary-display, fancy-diary-display): Use it.
11761 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
11762 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
11764 * calendar/holidays.el (list-holidays): Doc fix.
11766 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
11768 * calc/calc-store.el (calc-read-var-name-history): New variable.
11769 (calc-read-var-name): Use `calc-read-var-name-history'.
11771 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11773 * image-mode.el (image-mode-reapply-winprops): Simplify now that
11774 window-configuration-change-hook works buffer-locally.
11776 2008-03-26 Johan Bockgård <bojohan@gnu.org>
11778 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
11779 for Emacs Lisp, not Lisp.
11781 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
11783 * help-fns.el (describe-function-1, describe-variable):
11784 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
11786 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
11787 replacement is provided, don't print "use nil instead".
11789 2008-03-26 Johan Bockgård <bojohan@gnu.org>
11791 * complete.el (PC-do-completion): Use regexp-quote.
11793 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
11795 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
11796 Detect missing files.
11798 * vc-git.el (vc-git-extra-menu-map): New key map.
11799 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
11802 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
11803 and 'missing files.
11805 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11807 * calendar/holidays.el (list-holidays): Make Y2 optional.
11809 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
11810 buffers shown to the user.
11811 (appt-disp-window): Disable undo explicitly now that the leading space
11814 * simple.el (activate-mark): New function.
11815 (set-mark-command): Use it with region-active-p to clean up the code.
11816 (exchange-point-and-mark): Invert the meaning of C-u when
11817 transient-mark-mode is active.
11819 * dired-aux.el (dired-create-files): Use dolist.
11821 * bindings.el (mode-line-change-eol): Use with-selected-window.
11823 * apropos.el (apropos-command): Include macros.
11825 2008-03-26 Glenn Morris <rgm@gnu.org>
11827 * calendar/cal-bahai.el: Require calendar, not cal-julian.
11828 (calendar-bahai-epoch): Doc fix.
11830 * calendar/cal-china.el: Explicitly require calendar.
11832 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
11833 Require calendar rather than cal-julian.
11834 Autoload calendar-absolute-from-julian.
11835 * calendar/cal-coptic.el (coptic-calendar-epoch):
11836 * calendar/cal-islam.el (calendar-islamic-epoch):
11837 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
11839 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
11841 * calendar/cal-dst.el: Don't require cal-persia.
11842 (calendar-absolute-from-persian): Autoload it.
11843 (dst-adjust-time): Doc fix.
11845 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
11846 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
11849 * calendar/cal-menu.el: Require calendar rather than declaring
11851 * calendar/calendar.el: Provide calendar before requiring cal-menu.
11853 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
11854 calendar-after-frame-setup-hooks. Update callers, make old name an
11855 obsolete alias. Doc fix.
11856 (calendar-frame-1): Doc fix.
11858 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
11860 * calendar/calendar.el (oriental-holidays, solar-holidays):
11861 * calendar/holidays.el (list-holidays): Assume atan always bound.
11863 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
11864 Explicitly require calendar, not cal-julian.
11865 * calendar/lunar.el: Explicitly require cal-dst.
11867 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11869 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
11871 * help-fns.el (describe-function-1, describe-variable): If no
11872 replacement is provided, don't print "use nil instead".
11874 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11876 * proced.el: New file.
11878 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
11880 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
11882 2008-03-25 Juri Linkov <juri@jurta.org>
11884 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
11885 in battery-mode-line-format.
11887 * bindings.el (minibuffer-local-map): For the command
11888 file-cache-minibuffer-complete replace keymap minibuffer-local-map
11889 with map which is already locally bound to minibuffer-local-map.
11891 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11893 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
11894 Remove `sort-first' argument.
11896 * subr.el (redisplay-end-trigger-functions)
11897 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
11898 (process-filter-multibyte-p, set-process-filter-multibyte):
11901 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
11903 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
11904 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
11905 use the LOCAL arg of `add-hook'.
11906 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
11907 Remove spurious * from defcustom docstrings.
11908 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
11909 Fix typos in messages.
11910 (reb-mode-buffer-p): New function.
11911 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
11912 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
11913 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
11914 Use `unless', `when'.
11915 (re-builder-unload-function): New function.
11917 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
11919 * vc-hooks.el (vc-state): Add documentation for 'missing.
11921 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
11923 * progmodes/verilog-mode.el (verilog-auto-output)
11924 (verilog-auto-input, verilog-auto-inout, verilog-auto)
11925 (verilog-delete-auto): Add optional regular expression to
11926 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
11927 (verilog-signals-matching-regexp): New internal function for
11930 2008-03-25 Johan Bockgård <bojohan@gnu.org>
11932 * info.el (Info-isearch-search): Always return point.
11934 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11936 * diff-mode.el (diff-remembered-defdir): New var.
11937 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
11939 2008-03-25 Glenn Morris <rgm@gnu.org>
11941 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
11942 calendar-bahai-prompt-for-date. Update callers, make old name an
11943 obsolete alias. Doc fix.
11944 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
11945 coptic-prompt-for-date. Update callers, make old name an
11946 obsolete alias. Doc fix.
11947 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
11948 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
11949 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
11950 calendar-islamic-prompt-for-date. Update callers. Doc fix.
11951 * calendar/cal-iso.el (calendar-iso-read-date): New name for
11952 calendar-iso-read-args. Update callers, make old name an obsolete
11954 * calendar/cal-persia.el (calendar-persian-read-date): New name for
11955 persian-prompt-for-date. Update callers, make old name an
11956 obsolete alias. Doc fix. Move definition before use.
11958 * calendar/cal-x.el (diary-frame-parameters)
11959 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11960 (calendar-frame-1): Doc fixes.
11961 (make-fancy-diary-buffer): Remove declaration.
11962 (calendar-dedicate-diary): Replace call to deleted function
11963 make-fancy-diary-buffer.
11964 (calendar-frame-setup): New function.
11965 (calendar-one-frame-setup, calendar-only-one-frame-setup)
11966 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
11967 work, and mark as obsolete.
11968 (special-display-buffer-names): Don't mess with this; it's not our
11970 (cal-x-load-hook): Defvar it, and mark as obsolete.
11972 * calendar/calendar.el (calendar-remove-frame-by-deleting):
11973 Default to t. Add to 'calendar group.
11974 (calendar): Doc fix. Use calendar-frame-setup.
11975 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
11976 (generate-calendar-window): Doc fix.
11978 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11980 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
11982 2008-03-24 Drew Adams <drew.adams@oracle.com>
11984 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
11986 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
11987 (finder-exit): Ignore errors rather than avoiding them.
11988 Kill *Finder-package* buffer also.
11990 2008-03-24 Andreas Schwab <schwab@suse.de>
11992 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
11994 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
11996 * vc-hg.el (vc-hg-after-dir-status):
11997 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
11999 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12000 Detect removed files.
12002 * vc.el (vc-status-printer): Use a different face for missing files.
12003 (vc-status-hide-up-to-date): Rename from
12004 vc-status-remove-up-to-date. Update all callers.
12005 (vc-status-mode-map): Bind C-m.
12007 2008-03-24 Alexandre Julliard <julliard@winehq.org>
12009 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12011 (vc-git--state-code): ... to this new function.
12012 (vc-git-state): Use it.
12014 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
12016 * textmodes/remember.el (remember-mail-date)
12017 (remember-store-in-mailbox): Write date and From line in such a
12018 way that Mutt can read it.
12020 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
12022 * simple.el (transient-mark-mode): Turn on by default.
12024 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12026 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12027 'unregistered for unregistered files.
12029 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12031 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12033 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12036 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12037 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12038 Add :enable for vc-status-refresh.
12039 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12040 (vc-status-tool-bar-map): Add binding for
12041 vc-status-kill-dir-status-process.
12042 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12043 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12044 Reset vc-status-process-buffer.
12045 (vc-status-refresh): Don't run two refreshes at a time.
12046 (vc-status): If the buffer is already in vc-status-mode only refresh.
12047 (vc-status-mark-buffer-changed): Add an optional file parameter.
12048 (vc-resynch-buffer): Use it.
12049 (vc-delete-file): Expand the file name before using it.
12050 Be careful to not create a new buffer with the old file contents.
12051 Update the VC state after performing the operation.
12053 2008-03-23 Andreas Schwab <schwab@suse.de>
12055 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12056 Fix radio button condition.
12058 [customize]: Add radio button.
12060 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
12062 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12063 (calc-user-parse-tables, calc-gnuplot-default-device)
12064 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12065 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12066 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12067 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12068 (calc-undo-list, calc-redo-list, calc-main-buffer)
12069 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12070 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12071 (calc-said-hello, calc-executing-macro, calc-any-selections)
12072 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12073 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12074 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12075 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12076 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12077 (calc-create-buffer, calc-quit): Add docstrings.
12079 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
12081 * makefile.w32-in (WINS_ALMOST): Add org.
12083 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12085 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12086 New functions to implement vc-status support.
12088 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12090 * vc.el (vc-status-prepare-status-buffer): New function.
12091 (vc-status): Use it.
12093 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12096 2008-03-22 Alexandre Julliard <julliard@winehq.org>
12098 * vc-git.el (vc-git--empty-db-p)
12099 (vc-git-after-dir-status-stage1-empty-db): New functions.
12100 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12101 Add support for empty repositories.
12103 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12105 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12106 Allow "^" in a version name.
12108 * vc-mtn.el (vc-mtn-state): Support the added state.
12110 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
12112 * org: New directory for Org-mode.
12114 * org/org-export-latex.el: Moved from lisp/texmodes.
12116 * org/org-irc.el: Moved from lisp/texmodes.
12118 * org/org-mac-message.el: Moved from lisp/texmodes.
12120 * org/org-mouse.el: Moved from lisp/texmodes.
12122 * org/org-publish.el: Moved from lisp/texmodes.
12124 2008-03-21 Juri Linkov <juri@jurta.org>
12126 * comint.el (comint-dynamic-simple-complete):
12127 Use variable `stub' for the second arg `common-substring'
12128 of `comint-dynamic-list-completions'.
12129 (comint-dynamic-list-filename-completions):
12130 Use variable `filenondir' for the second arg `common-substring'
12131 of `comint-dynamic-list-completions'.
12132 (comint-dynamic-list-completions): Add new optional arg
12133 `common-substring'. Add `common-substring' as the second arg of
12134 the call to `display-completion-list'. Doc fix.
12136 * comint.el (comint-dynamic-complete-as-filename)
12137 (comint-dynamic-list-filename-completions)
12138 (comint-dynamic-simple-complete): Use `minibuffer-message'
12139 to display message "No completions of %s" when a command
12140 is called in the minibuffer.
12141 (comint-dynamic-simple-complete): Don't display other
12142 completion messages when a command is called in the minibuffer.
12143 (comint-dynamic-list-completions): Use `minibuffer-message'
12144 to display message " [Type space to flush ...]" when a command
12145 is called in the minibuffer.
12147 * shell.el (shell-dynamic-complete-command)
12148 (shell-dynamic-complete-environment-variable): Don't display
12149 completion messages when command is called in the minibuffer.
12151 * emacs-lisp/lisp.el (lisp-complete-symbol):
12152 Use `minibuffer-message' to display message "No completions of %s"
12153 when this command is called in the minibuffer.
12155 * bindings.el (standard-mode-line-modes): Put special help-echo
12156 tooltip on recursive edit %[ %] mode-line constructs.
12158 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12159 "^No dynamic expansion for .* found$" to allow error messages like
12160 "No dynamic expansion for \"%s\" found in this-buffer".
12162 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
12164 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12167 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12169 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12170 * vc.el (vc-default-dired-state-info): Use just "modified".
12171 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12172 (vc-cvs-mode-line-string): Make use of the better default.
12173 (vc-cvs-parse-entry): Use the new `added'.
12174 (vc-cvs-dired-state-info): Remove.
12175 * vc-svn.el (vc-svn-dired-state-info): Remove.
12176 * vc-hg.el (vc-hg-dired-state-info): Remove.
12177 * vc-git.el (vc-git-dired-state-info): Remove.
12179 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12181 * vc-git.el (vc-git-status-result): New variable.
12182 (vc-git-dir-status): Split out ...
12183 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12184 ... these new functions and work asynchronously.
12186 2008-03-21 Alexandre Julliard <julliard@winehq.org>
12188 * vc-git.el (vc-git-after-dir-status): Remove.
12189 (vc-git-dired-state-info): Reimplement.
12191 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12193 * replace.el (occur-mode-map): Add :help.
12195 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12198 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12200 (vc-status-remove-up-to-date): New function.
12201 (vc-status-mode-map, vc-status-menu-map): Bind it.
12202 (vc-status-printer): Use a different face up-to-date files.
12203 (vc-resynch-buffer): Update the vc-status buffer if it exists.
12204 (Todo): Remove solved entries.
12206 * vc-hg.el (vc-hg-state):
12207 * vc-git.el (vc-git-state):
12208 * vc-cvs.el (vc-cvs-parse-status):
12209 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12212 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12214 * progmodes/compile.el (compile):
12215 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12217 * simple.el (minibuffer-local-shell-command-map): New var.
12218 (minibuffer-complete-shell-command, read-shell-command): New funs.
12219 (shell-command, shell-command-on-region): Use them.
12221 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12223 * vc.el (vc-status-mark-buffer-changed): New function to implement
12224 updating of the *vc-status* buffer when a buffer is saved.
12225 (vc-status-mode): Use it for after-change-hook.
12226 (vc-add-to-vc-status-buffer): Rename to ...
12227 (vc-status-add-entry): ... this.
12228 (Todo): Add new entry.
12230 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12232 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12234 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
12236 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12237 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12238 Remove spurious * from defcustom docstrings.
12239 (icomplete-compute-delay): Fix docstring and remove spurious *.
12240 (icomplete-delay-completions-threshold): Fix typo in docstring and
12242 (icomplete-completions): While collecting the list of prospective
12243 candidates, don't overshoot `icomplete-prospects-length'.
12245 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12247 * textmodes/refbib.el:
12248 * textmodes/reftex.el:
12249 * textmodes/reftex-global.el:
12250 * textmodes/reftex-vars.el:
12251 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12252 compiler pacifying defvars.
12253 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12254 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12257 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
12259 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12260 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12261 (verilog-customize, verilog-font-customize)
12262 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12263 (verilog-mode): Update documentation strings to match tool tips.
12264 (verilog-auto-search-do, verilog-auto-re-search-do)
12265 (verilog-skip-forward-comment-or-string): Fix verilog-auto
12266 expansion when a .* appears inside a string.
12267 (verilog-re-search-forward, verilog-re-search-backward):
12268 Add comment to recall how this works.
12269 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12271 2008-03-20 Glenn Morris <rgm@gnu.org>
12273 * calendar/calendar.el (calendar-other-dates): New function.
12274 (calendar-print-other-dates): Use calendar-other-dates.
12275 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12276 the declarations it replaces.
12277 (calendar-mouse-print-dates): Use calendar-other-dates.
12279 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12280 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12281 (calendar-absolute-from-bahai): Fix the leap-year case.
12282 (calendar-bahai-from-absolute): Re-use the Gregorian month.
12283 (calendar-bahai-date-string, calendar-bahai-print-date):
12284 Handle pre-Bahai dates.
12286 * calendar/cal-china.el (chinese-calendar-celestial-stem)
12287 (chinese-calendar-terrestrial-branch): Make defcustoms.
12289 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12290 (calendar-mouse-view-diary-entries): Use or.
12291 (calendar-mouse-chinese-date): Remove unused command.
12292 (cal-menu-load-hook): Mark as obsolete.
12294 * calendar/solar.el (calendar-location-name, calendar-latitude)
12295 (calendar-longitude, solar-arctan, sunrise-sunset)
12296 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12298 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12300 * calc/calc.el: Remove outdated comments.
12301 (defcalcmodevar, calc-mode-var-list-restore-default-values)
12302 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12305 2008-03-19 Jason Rumney <jasonr@gnu.org>
12307 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12309 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12311 * net/tls.el (open-tls-stream): Reindent.
12313 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
12315 * net/tramp.el (tramp-let-maybe): Removed.
12316 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12317 It does not exist under XEmacs.
12318 (tramp-handle-file-truename, tramp-handle-expand-file-name)
12319 (tramp-completion-file-name-handler): Let-bind
12320 `directory-sep-char'.
12322 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12323 `directory-sep-char'.
12325 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12327 * help-fns.el (describe-function-1): Don't signal "missing arglist"
12328 for autoloaded keymaps.
12330 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12331 (electric-verilog-terminate-line, verilog-in-struct-region-p)
12332 (verilog-backward-ws&directives, verilog-forward-ws&directives)
12333 (verilog-in-comment-p, verilog-in-star-comment-p)
12334 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12335 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12336 (verilog-skip-forward-comment-or-string, verilog-in-paren)
12337 (verilog-skip-forward-comment-p): Use it.
12339 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12341 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12342 (org-remember-templates, org-time-stamp-rounding-minutes)
12343 (org-back-over-empty-lines, org-find-base-buffer-visiting)
12344 (org-columns-new): Fix typos in docstrings.
12346 2008-03-19 Glenn Morris <rgm@gnu.org>
12348 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12349 (tramp-handle-shell-command): Use condition-case rather than
12352 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12354 * diff-mode.el (diff-header): Make the color louder.
12355 (diff-refine-change): Tone the color down.
12357 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12359 * descr-text.el (describe-char): When `describe-char-unidata-list'
12360 is set to show all properties, list them in the right order.
12362 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12364 * international/mule.el (load-with-code-conversion): Avoid setting
12365 default-enable-multibyte-characters.
12367 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
12369 * vc.el (vc-annotate-background): Fix custom type.
12371 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12373 * descr-text.el (describe-char-unidata-list): Allow specifying
12374 just all properties.
12375 (describe-char): Handle that new value.
12377 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12379 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
12381 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12382 instead of file name extension to make docs with uncommon
12385 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
12387 * doc-view.el (require): Require cl at compile time because
12390 2008-03-18 Glenn Morris <rgm@gnu.org>
12392 * calendar/calendar.el (initial-calendar-window-hook)
12393 (today-visible-calendar-hook): Doc fixes.
12395 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
12397 * net/tramp.el (tramp-root-regexp): Simplify.
12398 (tramp-completion-file-name-regexp-separate): Don't insist on
12399 leading "[". This prevents method or user or host completion.
12400 (tramp-let-maybe): Autoload it.
12401 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
12402 is an alias for `identity'.
12403 (tramp-handle-write-region): Protect `last-coding-system-used'
12404 over the trailing statements.
12405 (tramp-completion-file-name-handler-post-function): Remove.
12406 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12407 instead of calling `tramp-drop-volume-letter'.
12411 * net/trampver.el: Move coding cookie at the end.
12413 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12415 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12416 elements which may be something else than characters.
12418 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
12420 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12421 New functions to implement vc-status support.
12423 * vc.el (vc-default-extra-status-menu)
12424 (vc-add-to-vc-status-buffer): New functions.
12426 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12427 for eldoc and ielm.
12429 2008-03-17 Glenn Morris <rgm@gnu.org>
12431 * calendar/cal-x.el (diary-frame-parameters)
12432 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12433 Fix custom type; add options.
12434 (calendar-frame, diary-frame): Doc fixes.
12435 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12437 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12438 Use calendar-frame-1 and calendar-dedicate-diary.
12439 (calendar-one-frame-setup): Also handle only-one-frame case.
12440 (calendar-only-one-frame-setup): Doc fix. Just call
12441 calendar-one-frame-setup.
12443 * calendar/diary-lib.el: Re-order some definitions before their use.
12444 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12445 (diary-list-entries): Doc fixes.
12446 (make-fancy-diary-display): Remove function.
12448 * calendar/calendar.el (calendar-today-marker)
12449 (initial-calendar-window-hook, today-visible-calendar-hook)
12450 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12451 (calendar-star-date, calendar-mark-today): Doc fixes.
12452 (today-visible-calendar-hook): Add options.
12453 (calendar-in-read-only-buffer): New macro.
12454 (calendar-basic-setup): Adapt for change in calendar-read-date.
12455 Place holiday let inside if.
12456 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12457 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12458 (calendar-print-other-dates): Use one let rather than many.
12460 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12461 (calendar-print-other-dates):
12462 * calendar/cal-hebrew.el (list-yahrzeit-dates):
12463 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12464 * calendar/holidays.el (calendar-list-holidays, list-holidays)
12465 (calendar-cursor-holidays):
12466 * calendar/lunar.el (calendar-phases-of-moon): Use
12467 calendar-in-read-only-buffer to replace previous code and disable undo.
12469 2008-03-16 Juri Linkov <juri@jurta.org>
12471 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12472 and regexp-search-ring-yank-pointer for the HISTPOS argument of
12473 read-from-minibuffer to provide the correct initial minibuffer
12474 history position in isearch-edit-string when it is called from
12475 isearch-ring-adjust.
12477 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12478 to check if the current buffer is the minibuffer, and in this case
12479 call abort-recursive-edit to kill the minibuffer. Doc fix.
12480 (kill-this-buffer-enabled-p): Allow this function to return non-nil
12481 when the current buffer is the minibuffer.
12483 * simple.el (goto-line): Leave mark at previous position. Doc fix.
12485 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
12487 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12488 Use non-nil PARENTS attribute of make-directory instead of
12489 explicitly checking existence the current cache directory.
12491 2008-03-16 Daiki Ueno <ueno@unixuser.org>
12493 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12494 M-x epa-file-select-keys.
12496 2008-03-16 Kenichi Handa <handa@m17n.org>
12498 * international/mule.el (auto-coding-alist):
12499 Use no-conversion-multibyte for archive files.
12501 2008-03-16 Glenn Morris <rgm@gnu.org>
12503 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12505 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12506 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12507 Use calendar-mark-1.
12508 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12509 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12510 Use calendar-mark-complex.
12511 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12512 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12513 Use calendar-mark-1.
12515 * calendar/calendar.el (calendar-mod): Remove.
12516 * calendar/cal-china.el (calendar-chinese-from-absolute)
12517 (calendar-chinese-date-string): Expand calendar-mod calls.
12518 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12519 Expand calendar-mod calls.
12521 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12522 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12523 (diary-bahai-insert-yearly-entry): Use let rather than let*.
12524 Move obsolete aliases after the functions that replaced them.
12526 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12527 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12528 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12529 Use let rather than let*.
12530 (calendar-hebrew-prompt-for-date): New function.
12531 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12532 (holiday-tisha-b-av-etc): Use unless, let.
12534 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12535 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12537 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12539 * calendar/calendar.el (calendar-for-loop): Add indent spec.
12541 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12542 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12544 (diary): Remove un-needed let.
12545 (view-other-diary-entries): Rename argument.
12546 (diary-list-entries-2): New function.
12547 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12548 (print-diary-entries): Use unless.
12549 (diary-mark-entries-1): Change argument order, make all but
12550 markfunc optional. Handle the standard (Gregorian) case.
12551 Use match-string-no-properties. Handle marks.
12552 (mark-diary-entries): Use diary-mark-entries-1.
12553 (diary-font-lock-keywords-1): New macro.
12554 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12556 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
12558 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12559 (icalendar-export-hidden-diary-entries): New variable.
12560 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12561 In case of error, insert full error-val.
12562 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
12563 Use calendar-day-of-week. Return the day number.
12564 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12566 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
12568 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12569 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12570 (icalendar-export-region): Ignore hidden diary entries.
12571 (icalendar--convert-ordinary-to-ical): Fix case where event
12572 spans across midnight boundary.
12573 (icalendar-first-weekday-of-year): New function.
12574 (icalendar--convert-weekly-to-ical): Allow user-selectable start
12575 year for recurring events (Mozilla calendars do not propagate
12576 recurring events forever, so year 2000 start date was not working).
12577 (icalendar--convert-yearly-to-ical): Remove extra spaces in
12578 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
12580 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
12582 * net/tramp.el (tramp-root-regexp): New defconst.
12583 (tramp-completion-file-name-regexp-unified)
12584 (tramp-completion-file-name-regexp-separate)
12585 (tramp-completion-file-name-regexp-url): Use it.
12586 (tramp-do-copy-or-rename-file-via-buffer):
12587 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
12588 t for `insert-file-contents-literally'.
12589 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
12591 (tramp-completion-file-name-handler-post-function): New defconst.
12592 (tramp-completion-file-name-handler): Use it.
12593 (tramp-maybe-open-connection): Update calls to
12594 `tramp-flush-connection-property' for removed 2nd argument.
12596 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12598 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
12599 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
12602 2008-03-15 Glenn Morris <rgm@gnu.org>
12604 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
12606 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
12607 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12608 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12609 (diary-bahai-list-entries): Use diary-list-entries-1.
12610 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
12611 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
12612 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12613 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12614 (list-hebrew-diary-entries): Use diary-list-entries-1.
12615 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
12616 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
12617 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12618 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12619 (list-islamic-diary-entries): Use diary-list-entries-1.
12620 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
12622 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
12624 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
12626 * calendar/cal-china.el (number-chinese-months)
12627 (calendar-chinese-from-absolute): Use nth, caar.
12629 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
12631 * calendar/cal-french.el (french-calendar-accents): Doc fix.
12633 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
12634 (calendar-hebrew-month-name-array-leap-year)
12635 (hebrew-calendar-parashiot-names): Make constants.
12636 (diary-parasha): Move definition after constants it uses.
12638 * calendar/cal-html.el (cal-html-insert-link-yearpage)
12639 (cal-html-htmlify-list): Doc fix.
12640 (cal-html-htmlify-entry): Use nth.
12642 * calendar/cal-islam.el (calendar-islamic-month-name-array)
12643 (calendar-islamic-epoch): Make constants.
12644 (calendar-islamic-epoch): Doc fix.
12646 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
12648 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
12649 (cal-tex-month-name): Doc fix.
12650 (cal-tex-last-blank-p): Use zerop.
12652 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
12653 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
12654 (calendar-cursor-to-date): Doc fix.
12655 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
12656 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
12657 (calendar-day-number): Use when.
12658 (generate-calendar-month): Use dotimes.
12659 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
12660 (calendar-set-mark): Reverse conditional.
12661 (calendar-make-alist): Move definition before use.
12663 * calendar/diary-lib.el (diary-face-attrs)
12664 (diary-glob-file-regexp-prefix, diary-selective-display)
12665 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
12666 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
12667 (diary-anniversary, diary-cyclic)
12668 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
12669 (diary-header-line-format): Change wording.
12670 (diary-list-entries): Set `date-start' in let.
12671 (include-other-diary-files, mark-included-diary-files): Use format.
12672 (simple-diary-display, fancy-diary-display): Use cadr, unless.
12673 (mark-diary-entries): Use 1+.
12674 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
12675 (mark-calendar-month): Use dotimes.
12677 * calendar/holidays.el (displayed-month, displayed-year):
12678 Move declarations where needed.
12679 (calendar-list-holidays): Doc fix.
12681 * calendar/parse-time.el (parse-time-string): Simplify.
12683 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
12685 (solar-sunrise-sunset): Rename some local variables for clarity.
12686 (sunrise-sunset): Use zerop.
12687 (solar-mean-equinoxes/solstices): Doc fix.
12689 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
12691 (timeclock-completing-read, timeclock-generate-report): Use zerop.
12692 (timeclock-mean, timeclock-generate-report): Use dolist.
12694 * calendar/todo-mode.el (todo-add-category): Simplify.
12695 (todo-more-important-p, todo-delete-item, todo-file-item):
12697 (todo-top-priorities): Use zerop.
12699 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
12701 * buff-menu.el (list-buffers-noselect): Display buffer name in
12702 tooltip instead of mouse binding when it doesn't fit in the list.
12704 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
12706 * faces.el (xw-defined-colors):
12707 * simple.el (widget-convert, shell-mode): Declare as functions
12708 instead of autoloading.
12714 * emacs-lisp/backquote.el:
12715 * emacs-lisp/timer.el:
12721 * textmodes/fill.el:
12722 * textmodes/paragraphs.el: Remove autoloads, redundant when the
12723 files are preloaded.
12725 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
12727 * desktop.el (desktop-create-buffer): Don't catch errors if
12728 debug-on-error is set.
12730 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12732 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
12733 ($(lisp)/calendar/diary-loaddefs.el)
12734 ($(lisp)/calendar/hol-loaddefs.el): New targets.
12735 (LOADDEFS): New macro.
12736 (autoloads): Depend on $(LOADDEFS).
12738 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
12740 * font-lock.el (featurep): Remove test, not useful anymore.
12741 (facemenu-keymap): Move key binding ...
12742 * facemenu.el (facemenu-keymap): ... here.
12744 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
12745 for each file in the list.
12746 (vc-bzr-log-view-mode): Recognize the file marker.
12748 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12749 for checkdoc and profiling.
12751 2008-03-14 Bastien Guerry <bzg@altern.org>
12753 * textmodes/flyspell.el (nxml-mode): Add the right
12754 `flyspell-mode-predicate'.
12756 * wid-edit.el (link): Use 'mouse-face for :follow-link.
12758 2008-03-14 Glenn Morris <rgm@gnu.org>
12760 * calendar/solar.el: Reorder so that functions are defined before use.
12761 (displayed-month, displayed-year): Move declarations where needed.
12762 (solar-get-number): Move definition before use. Use unless.
12763 (solar-equatorial-coordinates): Simplify.
12764 (solar-sunrise-and-sunset): Use let rather than let*.
12765 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
12767 * startup.el (command-line-1): Rename -internal-script back to
12768 -scriptload (reverts previous change).
12770 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
12771 (calendar-bahai-leap-base): Add doc strings.
12772 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
12773 Move definition before use.
12774 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
12775 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12776 variables outside the loop. Use dolist.
12777 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
12779 * calendar/cal-china.el: Re-order so that functions are defined before
12781 (displayed-month, displayed-year): Move declarations where needed.
12782 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
12783 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
12785 (chinese-year-cache): Recenter on 2010. Doc fix.
12786 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
12788 (chinese-year-cache-init): New function.
12789 (compute-chinese-year, holiday-chinese-new-year)
12790 (calendar-chinese-date-string, calendar-goto-chinese-date)
12791 (make-chinese-month-assoc-list): Use cadr, nth.
12792 (chinese-months): Remove un-needed let.
12794 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
12795 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
12796 (coptic-prompt-for-date): Move definition before use.
12798 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12799 (calendar-dst-find-data, calendar-daylight-time-offset)
12800 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12801 (calendar-daylight-savings-starts-time)
12802 (calendar-daylight-savings-ends-time): Use cadr, nth.
12804 * calendar/cal-french.el (french-calendar-epoch)
12805 (calendar-goto-french-date): Doc fix.
12806 (french-calendar-month-name-array)
12807 (french-calendar-multibyte-month-name-array)
12808 (french-calendar-day-name-array, french-calendar-special-days-array):
12811 * calendar/cal-hebrew.el (displayed-month, displayed-year)
12812 (original-date): Move declarations where needed.
12813 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
12815 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
12816 constant variables outside the loop. Use dolist.
12818 * calendar/cal-islam.el (displayed-month, displayed-year)
12819 (original-date): Move declarations where needed.
12820 (islamic-calendar-day-number): Remove unused local variable `day'.
12821 (calendar-goto-islamic-date): Doc fix.
12822 (holiday-islamic): Use unless.
12823 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
12824 constant variables outside the loop. Use dolist.
12825 (mark-islamic-calendar-date-pattern): Move definition before use.
12827 (mark-islamic-diary-entries): Doc fix.
12828 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12829 (insert-yearly-islamic-diary-entry): Use let rather than let*.
12831 * calendar/cal-julian.el (calendar-absolute-from-julian):
12832 Move definition before use. Remove un-needed local `day'.
12833 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
12835 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
12836 (calendar-mayan-tzolkin-names-array): Add doc strings.
12837 (calendar-mayan-long-count-from-absolute): Use a single let.
12838 (calendar-string-to-mayan-long-count): Simplify.
12839 (calendar-next-haab-date, calendar-previous-haab-date)
12840 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
12841 (calendar-previous-calendar-round-date)
12842 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
12844 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
12845 (calendar-mayan-date-string, calendar-print-mayan-date)
12846 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
12847 (calendar-mayan-long-count-common-era): Move definitions before use.
12849 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
12850 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
12852 (calendar-mouse-goto-date): Move definition before use.
12854 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
12855 Move definition before use.
12856 (calendar-cursor-to-visible-date): Move definition before use.
12857 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
12858 and place inside the conditional.
12859 (calendar-forward-day): Simplify.
12860 (calendar-end-of-month): Use unless.
12861 (calendar-goto-day-of-year): Doc fix.
12862 Relocate obsolete aliases after their replacements.
12864 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
12866 * calendar/diary-lib.el (mark-diary-entries): Move some constant
12867 variables outside the diary-date-forms loop.
12869 * calendar/calendar.el (diary-file): Doc fix.
12870 (calendar-buffer-list): Return buffers rather than strings (fixes
12872 (hebrew-holidays-4): Fix typo.
12874 * calendar/holidays.el (displayed-month, displayed-year):
12875 Move declarations where needed.
12876 (calendar-holiday-list, calendar-list-holidays)
12877 (holiday-filter-visible-calendar): Move definitions before use.
12878 (list-holidays): Use cadr.
12879 Relocate obsolete aliases after their replacements.
12881 * calendar/lunar.el (date, displayed-month, displayed-year):
12882 Move declarations where needed.
12883 (lunar-phase-list): Move definition after functions it uses.
12884 (calendar-phases-of-moon, diary-phases-of-moon)
12885 (lunar-new-moon-on-or-after): Use cadr, nth.
12886 (lunar-new-moon-on-or-after): Doc fix.
12888 * textmodes/org-irc.el (top-level): CL not required when compiling.
12889 (org-irc-visit-erc): Replace runtime CL functions.
12891 * textmodes/org-publish.el (declare-function): Add compatibility stub.
12892 (org-publish-delete-dups): Declare as function.
12894 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
12896 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
12897 (vc-bzr-show-log-entry): Make regexp match more cases.
12898 (vc-diff-switches-list): Remove autoload, not needed.
12900 2008-03-14 Juri Linkov <juri@jurta.org>
12902 * isearch.el (isearch-edit-string): Remove one call to
12903 `isearch-push-state' not to push an inconsistent state,
12904 but keep another correct call to `isearch-push-state'.
12905 (isearch-ring-adjust): Call `isearch-push-state' only when
12906 `search-ring-update' is non-nil since `isearch-edit-string'
12907 already pushes its state.
12908 (isearch-message): Improve matching the failed part by checking
12909 if the original message starts with the last successful message.
12911 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
12912 (dired-perm-write): Rename from `dired-warn-writable'.
12913 Change parent face from `font-lock-warning-face' to
12914 `font-lock-comment-delimiter-face'.
12915 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
12916 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
12917 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
12918 with `dired-perm-write-face'.
12920 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
12922 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12923 Create cache dir only if it doesn't already exist.
12925 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12927 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
12930 2008-03-13 Johan Bockgård <bojohan@gnu.org>
12932 * net/browse-url.el (browse-url-text-xterm):
12933 Unquote browse-url-text-browser.
12935 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
12937 * textmodes/org-mouse.el: Version number change.
12939 * textmodes/org-publish.el (org-publish-expand-components):
12940 Remove null projects from the list of components.
12941 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
12942 Remove unused retrieval of the :publishing-directory property.
12943 (org-publish-file): Bugfix: when using a relative directory as the
12944 publishing directory, convert it to a directory filename.
12945 (org-publish-project): New alias.
12946 (org-publish-get-files): Protect against empty p.
12947 (org-publish-file): Send an error when file is not part of any project.
12948 (org-publish-file): Offer to refresh the list of files in known
12949 project when the current file is not part of any project.
12950 (org-publish-before-export-hook)
12951 (org-publish-after-export-hook): New hooks.
12952 (org-publish-org-to): Use new hooks and kill buffers.
12953 (org-publish-file): Remove the code for killing buffers.
12954 (org-publish-initialize-files-alist): Use interactive.
12955 (org-publish-file): If the publishing function creates a new
12956 buffer, kill it after publishing.
12957 (org-publish-timestamp-filename): Protect ":" in file name path
12960 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
12961 change that killed the LaTeX buffer.
12963 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
12964 in the decision tree.
12965 (org-select-remember-template): Clean the code.
12966 (org-prepare-dblock): Add the extra :content parameter.
12967 (org-write-agenda): New output type ".ics" files.
12968 (org-write-agenda): Call `org-icalendar-verify-function', both for
12969 time stamps and for TODO entries.
12970 (org-agenda-collect-markers, org-create-marker-find-array)
12971 (org-check-agenda-marker-table): New functions.
12972 (org-agenda-marker-table): New variable.
12973 (org-export-as-html): Revert the change that killed the html
12974 buffer. Side effects first need to be studied carefully.
12975 (org-get-tags-at): Fix the structure of the condition-case statement.
12976 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
12977 (org-timestamp-change): Fix regular expressions to swallow the
12978 extra character for repeat-shift control.
12979 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
12980 (org-get-legal-level): Alias to `org-get-valid-level'.
12981 (org-dblock-write:clocktable): Add a :link parameter, linking
12982 headlines to their location in the Org agenda files.
12983 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
12984 throwing an error when getting tags before headlines.
12985 (org-timestamp-change, org-modify-ts-extra)
12986 (org-ts-regexp1): Fix timestamp editing.
12987 (org-agenda-custom-commands-local-options): New constant.
12988 (org-agenda-custom-commands):
12989 Use `org-agenda-custom-commands-local-options' to improve customize
12990 type. "htmlize": Removed hack to fix face problem with htmlize,
12991 it no longer seem necessary.
12992 (org-follow-link-hook): New hook.
12993 (org-agenda-custom-commands): Add "Component" as a tag for each
12994 item in a command series.
12995 (org-open-at-point): Run `org-follow-link-hook'.
12996 (org-agenda-schedule): Bugfix: don't display marker type when it
12998 (org-store-link): org-irc required.
12999 (org-set-regexps-and-options): Parse the new logging options.
13000 (org-extract-log-state-settings): New function.
13001 (org-todo): Handle the new ways of recording state change stuff.
13002 (org-local-logging): New function.
13003 (org-columns-open-link): Fix bug with opening link in column view.
13004 (org-local-logging): New function.
13005 (org-todo): Make sure that LOGGING properties are honoured.
13006 (org-todo-keywords): Improve docstring.
13007 (org-startup-options): Cleanup startup options.
13008 (org-set-regexps-and-options): Process the "!" markers.
13009 (org-todo): Respect the new logging stuff.
13010 (org-log-note-how): New variable.
13011 (org-add-log-maybe): New parameter HOW that defines how logging
13012 should be done and also overrides PURPOSE. Add a docstring.
13013 (org-add-log-note): Check if we really need to ask for a note.
13014 (org-get-current-options): Digest the new keyword.
13015 (org-agenda-reset-markers): Rename from
13016 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
13017 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13018 function, without force argument.
13019 (org-buffer-property-keys): Bind local variables s and p.
13020 (org-make-tags-matcher): Allow "" to match an empty or
13021 non-existent property value.
13022 (org-export-as-html): Join unsorted lists when they directly
13023 follow each other. Such lists may be created by headlines that
13024 are converted to lists.
13025 (org-nofm-to-completion): New function.
13026 (org-export-as-html): Use :html-extension instead of
13027 org-export-html-extension.
13028 (org-store-link): Support for links from `rmail-summary-mode'.
13029 (org-columns-new, org-complete, org-set-property): Set the
13030 `include-columns' argument in the call to
13031 `org-buffer-property-keys'.
13032 (org-buffer-property-keys): New argument `include-columns', to
13033 include properties expected by any of the COLUMNS formats in the
13035 (org-cleaned-string-for-export): Get rid of drawers first, so that
13036 they will be removed also in the text before the first headline.
13037 (org-clock-report): Show the clocktable when found.
13038 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13039 (org-version): With prefix argument, insert `org-version' at point.
13040 (org-agenda-goto): Recenter the window after finding the target
13041 location, to make sure the correct position will be displayed.
13042 (org-agenda-get-deadlines): Don't scale priority with the warning
13044 (org-insert-heading): Don't break line in the middle of the line.
13045 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13047 (org-update-checkbox-count): Revamp to deal with hierarchical
13048 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
13049 (org-remove-timestamp-with-keyword): New function.
13050 (org-schedule, org-deadline):
13051 Use `org-remove-timestamp-with-keyword' to make sure all such time
13052 stamps are removed.
13053 (org-mode): Support for `align'.
13054 (org-agenda-get-deadlines): Make sure priorities increase as the
13055 due date approaches and is passed.
13056 (org-remember-apply-template): Fix problem with tags that
13057 contain "_" or "@".
13058 (org-make-link-regexps): Improve the regular expression for plain links.
13059 (org-agenda-get-closed): List each clocking entry.
13060 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13061 (org-special-ctrl-k): New option.
13062 (org-kill-line): New function.
13063 (org-archive-all-done): Fix incorrect number of stars in regexp.
13064 (org-refile-get-location): New function.
13065 (org-refile-goto-last-stored): New function.
13066 (org-global-tags-completion-table): Add the value of org-tag-alist
13067 in each buffer, to make sure that also unused tags will be
13068 available for completion.
13069 (org-columns-edit-value)
13070 (org-columns-next-allowed-value): Only update if not in agenda.
13071 (org-clocktable-steps): New function.
13072 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13073 (org-archive-subtree): Add the outline tree context as a property.
13074 (org-closest-date): New optional argument `prefer'.
13075 (org-goto-auto-isearch): New option.
13076 (org-goto-map, org-get-location): Implement auto-isearch.
13077 (org-goto-local-auto-isearch-map): New variable.
13078 (org-goto-local-search-forward-headings)
13079 (org-goto-local-auto-isearch): New functions.
13081 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
13083 * textmodes/org-irc.el: New file.
13085 2008-03-13 John Wiegley <johnw@gnu.org>
13087 * textmodes/org-mac-message.el: New file.
13089 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
13091 * font-lock.el (font-lock-comment-face): Set the foreground for
13092 the light background 8 colors case.
13094 2008-03-13 Glenn Morris <rgm@gnu.org>
13096 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13097 generate-autoload-cookie patterns.
13099 * startup.el (command-line-1): Rename -scriptload to -internal-script.
13101 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13102 (MH_E_SRC): Remove variable.
13103 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13104 Simplify file header. Use $@ for generated-autoload-file.
13106 * Makefile.in (LOADDEFS): New variable.
13107 (AUTOGENEL): Use $LOADDEFS.
13108 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13109 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13110 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13111 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13112 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13113 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13114 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13115 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13116 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13117 Add calendar-specific autoload cookies, and remove any setting of
13118 generated-autoload-file.
13119 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13120 * calendar/diary-lib.el: Replace explicit autoloads with reading of
13122 * calendar/holidays.el: Replace explicit autoloads with reading of
13125 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13126 (calendar-buffer-list): Simplify.
13127 (generate-calendar-window): Use calendar-mark-holidays rather than
13130 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13131 Use cal-hebrew-yahrzeit-buffer.
13133 * calendar/cal-x.el (calendar-only-one-frame-setup)
13134 (calendar-two-frame-setup): Doc fixes.
13135 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13137 * calendar/appt.el (appt-mode-string): Mark as risky.
13138 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13140 * calendar/cal-html.el (diary-list-entries):
13141 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13142 (calendar-iso-from-absolute): Fix autoloads.
13144 * calendar/cal-iso.el (calendar-absolute-from-iso)
13145 (calendar-iso-read-args): Simplify.
13146 (calendar-iso-date-string, calendar-iso-read-args)
13147 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13149 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13150 (displayed-month, displayed-year): Move declarations where needed.
13151 (calendar-print-astro-day-number): Doc fix.
13153 * calendar/cal-persia.el (persian-calendar-month-name-array)
13154 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13155 (persian-prompt-for-date): Remove local variable `today'.
13157 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13159 * calendar/solar.el (solar-moment, solar-exact-local-noon)
13160 (solar-sunrise-sunset, solar-sunrise-sunset-string)
13161 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13162 (diary-sabbath-candles, solar-equinoxes/solstices)
13163 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13164 (solar-time-equation, solar-date-to-et): Simplify.
13166 * mail/supercite.el: Remove the `function' in `(function (lambda'.
13167 Replace `(car (cdr' with cadr'.
13169 * progmodes/f90.el (f90-font-lock-n): New function.
13170 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13171 Use f90-font-lock-n.
13172 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13174 * progmodes/f90.el (f90-mode-abbrev-table):
13175 * progmodes/fortran.el (fortran-mode-abbrev-table):
13176 Use newer form of define-abbrev, where supported. No need to bind
13177 abbrevs-changed for system abbrevs.
13179 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13181 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13182 delete-frame-functions.
13184 * bookmark.el (Info-current-node): Remove.
13186 2008-03-12 Juri Linkov <juri@jurta.org>
13188 * help.el (describe-project): Remove defaliases for view-todo and
13189 describe-project that are now unnecessary after the merge from
13190 emacs--rel--22 that added define-obsolete-function-alias.
13192 * startup.el (inhibit-startup-screen): Revert incomplete
13193 2008-03-10 merge from emacs--rel--22 that partly reverted
13194 2008-02-28 change that added initial message to *scratch* buffer
13195 regardless of the value of `inhibit-startup-screen'.
13196 Now keep this change in the trunk, but not in the 22 branch.
13198 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13200 * international/quail.el (quail-setup-completion-buf, quail-help):
13201 * mail/binhex.el (binhex-decode-region-internal):
13202 * mail/uudecode.el (uudecode-decode-region-internal):
13203 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13204 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13205 setting default-enable-multibyte-characters.
13207 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13209 * comint.el: Fix up indentation and comment style. Remove `function'.
13211 * international/mule-cmds.el (reset-language-environment)
13212 (set-language-environment-nonascii-translation):
13213 Don't set-unibyte-charset.
13215 * doc-view.el: Remove all cb-args, use closures instead.
13216 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13217 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13218 doing an incorrect check). Update all callers to use the new name.
13219 (doc-view-doc->txt): Add missing `txt' argument.
13221 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13223 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13224 md5 sum calculation to single-byte.
13226 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13228 * doc-view.el (doc-view-new-window-function): Add assertion.
13229 (doc-view-doc-type): New var.
13230 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13231 (doc-view-intersection): New fun.
13232 (doc-view-mode): Use it to set the new var.
13234 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13236 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13237 (doc-view-already-converted-p): New functions.
13238 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13239 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13240 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13241 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13242 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13243 (doc-view-convert-current-doc): Don't hardwire the functions the
13244 sentinels call. Now they're provided by two args CALLBACK and
13245 CB-ARGS to the functions.
13246 (doc-view-search): Use doc-view-doc->txt.
13247 (doc-view-initiate-display): Use doc-view-already-converted-p.
13248 Mention new binding C-c C-t if doc-view-mode doesn't work.
13250 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13252 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13254 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13256 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13257 Mark " outside of tags as punctuation.
13259 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
13261 * menu-bar.el (minibuffer-local-map): Use the same command for the
13262 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13263 Prefer RET over C-j for exit-minibuffer.
13265 * files.el (display-buffer-other-frame): Eliminate problematic code.
13267 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13268 (menu-bar-select-buffer): Remove.
13269 (menu-bar-select-frame): Make non-interactive and take a frame arg.
13270 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13272 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
13274 * icomplete.el (icomplete-completions): Remove obsolete code.
13276 * net/net-utils.el (iwconfig-program-options): Doc fix.
13277 (net-utils-run-program, run-network-program): Define as functions.
13279 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
13281 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13283 2008-03-11 Glenn Morris <rgm@gnu.org>
13285 * faces.el (mode-line-emphasis): New face.
13286 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13288 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13290 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
13292 * simple.el (set-mark-command): Doc fix.
13294 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13296 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13298 * emacs-lisp/autoload.el (autoload-find-destination):
13299 Don't force raw-text.
13301 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13302 * calendar/cal-loaddefs.el: Don't version control.
13304 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13306 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13307 entries and add :help to the existing ones.
13309 2008-03-10 Glenn Morris <rgm@gnu.org>
13311 * calendar/cal-hebrew.el (date, entry, number): Move declarations
13312 to where they are needed.
13314 * calendar/calendar.el (diary-file, hebrew-holidays-1)
13315 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13316 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13317 (calendar-version): Doc fixes.
13318 (calendar-absolute-from-gregorian): Use zerop.
13319 (calendar-mode-line-format): Make it a defcustom.
13321 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13322 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13323 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13324 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13325 (mark-included-diary-files, mark-calendar-days-named)
13326 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13327 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13328 (insert-monthly-diary-entry, insert-yearly-diary-entry)
13329 (insert-anniversary-diary-entry, insert-block-diary-entry)
13330 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13331 (diary-font-lock-sexps): Doc fixes.
13332 (diary-remind-message, mark-calendar-month): Use zerop.
13333 (diary-attrtype-convert, diary-pull-attrs): Simplify.
13334 (diary-list-entries): Revert let to let* (previous change).
13336 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13338 2008-03-10 Kim F. Storm <storm@cua.dk>
13340 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13341 function aliases for the old names.
13343 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
13345 * iswitchb.el (iswitchb-use-faces): Doc fix.
13346 (iswitchb-buffer-ignore, iswitchb-read-buffer):
13347 Fix typos in docstrings.
13349 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13351 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13353 (verilog-type-font-keywords): Reindent.
13355 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
13357 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13358 Fix bug in the grouping-keyword regular expression.
13359 (verilog-font-lock-keywords): Allow users to toggle special
13360 highlight of grouping-keywords.
13361 (verilog-highlight-grouping-keywords): The toggle for special
13362 highlighting of grouping keywords.
13364 2008-03-10 Juri Linkov <juri@jurta.org>
13366 * startup.el: Revert 2008-02-28 change that adds initial message
13367 to *scratch* buffer regardless of the value of
13368 `inhibit-startup-screen'.
13370 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13372 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13373 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13374 * progmodes/verilog-mode.el (verilog-mode):
13375 * net/socks.el (socks):
13376 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13378 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13380 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13381 (doc-view-bookmark-make-record): Use them.
13382 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
13383 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13385 * bookmark.el (bookmark-make-record-function): Change expected return
13386 value to include a suggested bookmark name.
13387 (bookmark-make): Split into bookmark-make-record and bookmark-store.
13388 Fix reversed `overwrite' semantics.
13389 (bookmark-set): Call bookmark-make-record before prompting the user.
13390 Then pass the result to bookmark-store later on.
13391 (bookmark-make-name-function): Remove.
13392 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13393 * info.el (bookmark-make-name-function): Remove.
13394 (Info-mode): Don't set it.
13395 (Info-bookmark-make-name): Remove.
13396 (Info-bookmark-make-record): Use Info-current-node as suggested default
13399 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13400 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13401 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13402 (bookmark-annotation-buffer, bookmark-annotation-file)
13403 (bookmark-annotation-point, bookmark-send-annotation)
13404 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13405 (bookmark-edit-annotation-text-func): Rename from
13406 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
13407 (bookmark-edit-annotation-mode-map): Move initialization into
13410 * bookmark.el: Remove spurious * in docstrings.
13411 (bookmark-minibuffer-read-name-map): New var.
13412 (bookmark-set): Use it. Also pass the default value as it should.
13413 (bookmark-send-edited-annotation): Take no chances with text properties.
13414 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13415 (bookmark-insert-buffer-name): Remove.
13416 (bookmark-buffer-file-name): Signal an error rather than returning nil.
13418 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
13420 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13422 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
13424 * diff-mode.el (diff-mode-menu): Add :help.
13426 2008-03-09 Glenn Morris <rgm@gnu.org>
13428 * calendar/calendar.el (general-holidays, oriental-holidays)
13429 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13430 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13431 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13432 (calendar-holidays): Restore autoload cookies, because people are
13433 used to using these variables without loading calendar.el.
13435 * calendar/cal-islam.el (diary-islamic-date): Move to end.
13436 (date, number): Declare where needed.
13438 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13439 (list-sexp-diary-entries): Doc fixes.
13440 (diary-list-entries): Doc fix. Remove free variable `entry'.
13441 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
13442 Simplify setting of `date-holiday-list'.
13443 (mark-diary-entries): Remove free variable `entry'.
13444 (diary-list-entries, include-other-diary-files, fancy-diary-display):
13445 Use let where let* is not needed.
13447 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13449 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13450 make-record function, instead paste it in afterwards.
13451 (bookmark-make-record-for-text-file):
13452 * doc-view.el (doc-view-bookmark-make-record):
13453 * info.el (Info-bookmark-make-record): Don't mess with annotations.
13455 2008-03-08 Glenn Morris <rgm@gnu.org>
13457 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13459 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
13461 * calendar/diary-lib.el (diary-list-entries)
13462 (include-other-diary-files, mark-diary-entries)
13463 (mark-sexp-diary-entries, mark-included-diary-files)
13464 (diary-entry-time, list-sexp-diary-entries): Remove the special
13465 handling of ^M that dates back to the use of selective-display.
13466 (simple-diary-display): Obey setting of pop-up-frames.
13467 (body, entry): Remove unnecessary declarations.
13469 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13470 (bookmark-get-annotation, bookmark-set-annotation)
13471 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13472 (bookmark-set-position, bookmark-get-front-context-string)
13473 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13474 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
13475 * info.el (Info-bookmark-make-record): Don't bother recording point.
13476 (bookmark-get-filename, bookmark-get-front-context-string)
13477 (bookmark-get-rear-context-string, bookmark-get-position):
13478 Don't declare any more.
13479 (bookmark-get-info-node): Remove.
13480 (bookmark-prop-get): Declare.
13481 (Info-bookmark-jump): Use it.
13483 2008-03-08 Johan Bockgård <bojohan@gnu.org>
13485 * subr.el (while-no-input): Don't splice BODY directly into the
13488 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
13490 * diff-mode.el (diff-ignore-whitespace-hunk):
13491 Bind inhibit-read-only before trying to change the buffer.
13493 2008-03-08 Glenn Morris <rgm@gnu.org>
13495 * calendar/appt.el (appt): Move custom group here from calendar.el.
13496 (appt-disp-window, appt-convert-time): Doc fixes.
13498 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13499 (calendar-bahai-mark-date-pattern):
13500 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13501 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13502 * calendar/cal-julian.el (calendar-absolute-from-julian):
13503 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13505 * calendar/cal-china.el (chinese-calendar): Move custom group here from
13507 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13509 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13510 (chinese-calendar-daylight-savings-starts)
13511 (chinese-calendar-daylight-savings-ends)
13512 (chinese-calendar-daylight-savings-starts-time)
13513 (chinese-calendar-daylight-savings-ends-time)
13514 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13517 * calendar/cal-coptic.el (coptic-name): Add doc string.
13519 * calendar/cal-french.el (french-calendar-month-name-array)
13520 (french-calendar-day-name-array, french-calendar-special-days-array):
13523 * calendar/cal-bahai.el (diary-bahai-mark-entries)
13524 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13525 (diary-bahai-insert-yearly-entry):
13526 * calendar/cal-dst.el (calendar-next-time-zone-transition)
13527 (calendar-time-zone):
13528 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13529 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13530 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13531 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13532 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13533 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13534 (list-islamic-diary-entries, mark-islamic-diary-entries)
13535 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13536 (insert-yearly-islamic-diary-entry):
13537 * calendar/cal-iso.el (calendar-iso-read-args):
13538 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13539 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13540 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13541 (calendar-next-calendar-round-date)
13542 (calendar-mayan-long-count-common-era):
13543 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13544 (cal-menu-x-popup-menu, calendar-mouse-holidays)
13545 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13546 (calendar-mouse-goto-date):
13547 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13548 * calendar/holidays.el (holidays):
13549 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13550 * calendar/time-date.el (date-to-time, time-subtract, time-add)
13551 (safe-date-to-time): Doc fixes.
13553 * calendar/cal-persia.el (persian-calendar-month-name-array)
13554 (persian-calendar-epoch): Make constants.
13556 * calendar/cal-tex.el (calendar-tex): Move custom group here from
13559 * calendar/cal-x.el (diary-frame-parameters)
13560 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13561 (calendar-after-frame-setup-hooks): Make defcustoms.
13562 (calendar-one-frame-setup, calendar-only-one-frame-setup)
13563 (calendar-two-frame-setup): Doc fix.
13565 * calendar/cal-loaddefs.el: New file.
13567 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13568 * calendar/cal-french.el, calendar/cal-html.el:
13569 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13570 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13571 * calendar/cal-tex.el, calendar/cal-x.el:
13572 Unquote lambda functions. Add autoload cookies to functions formerly
13573 autoloaded in calendar.el. Set `generated-autoload-file' to
13576 * calendar/calendar.el: Move many autoloads to separate file,
13577 cal-loaddefs.el. Move defcustoms to start and re-order.
13578 (calendar-month-name-array, calendar-starred-day): No need to
13579 declare for compiler.
13580 (cal-loaddefs): Require it.
13581 (appt, chinese-calendar, calendar-tex): Move custom groups to the
13583 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
13585 (diary-face, diary-file-name-prefix-function, diary-include-string)
13586 (diary-glob-file-regexp-prefix, diary-face-attrs)
13587 (diary-file-name-prefix, sexp-diary-entry-symbol)
13588 (print-diary-entries-hook, list-diary-entries-hook)
13589 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13590 (nongregorian-diary-marking-hook, diary-list-include-blanks):
13592 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13593 (all-bahai-calendar-holidays): Doc fix.
13594 (calendar-insert-indented): Doc fix. Use when rather than if.
13595 (exit-calendar): Use mapc rather than mapcar.
13596 (calendar-cursor-to-date): Use zerop.
13597 (calendar-mark-ring): Add doc-string.
13598 (calendar-starred-day): Defvar it.
13599 (calendar-mode): Make calendar-starred-day local.
13600 (calendar-star-date): No need to make calendar-starred-day local.
13602 * calendar/diary-lib.el: Move defcustoms to start.
13603 (diary-include-string, diary-list-include-blanks)
13604 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
13605 (diary-file-name-prefix, diary-file-name-prefix-function)
13606 (sexp-diary-entry-symbol, list-diary-entries-hook)
13607 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
13608 (nongregorian-diary-marking-hook, print-diary-entries-hook):
13609 Move here from calendar.el.
13610 (diary-file-name-prefix-function): Use 'identity.
13611 (diary-face): Make it a defcustom, and mark as obsolete.
13612 (top-level): No need to require cal-hebrew, cal-islam when compiling.
13613 (calendar-hebrew-month-name-array-leap-year)
13614 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
13615 Define for compiler.
13616 (diary-font-lock-keywords): Use format rather than concat.
13617 Add bahai-diary-entry-symbol.
13619 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
13620 * calendar/solar.el: Unquote lambda functions.
13622 * calendar/solar.el (calendar-location-name, calendar-latitude)
13623 (calendar-longitude, solar-setup, solar-sin-degrees)
13624 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
13625 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
13626 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
13627 (solar-exact-local-noon, solar-julian-ut-centuries)
13628 (solar-ephemeris-time, solar-date-next-longitude)
13629 (solar-horizontal-coordinates, solar-equatorial-coordinates)
13630 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
13631 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
13632 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
13634 (solar-horizontal-coordinates, solar-equatorial-coordinates)
13635 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
13636 (solar-ecliptic-coordinates): Use unless.
13637 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
13640 * calendar/timeclock.el: Add doc-strings to all functions.
13641 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
13642 (timeclock-entry-list-length, timeclock-entry-list-projects)
13643 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
13645 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
13647 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
13648 (org-get-entries-from-diary): Require diary-lib.
13650 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
13652 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
13653 Pacify byte-compiler.
13655 2008-03-07 Alan Mackenzie <acm@muc.de>
13657 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
13658 paren/bracket pairs parsed, to solve performance problem.
13660 2008-03-07 Bastien Guerry <bzg@altern.org>
13662 * bookmark.el (bookmark-set): Don't check for
13663 `bookmark-make-name-function' since `bookmark-buffer-file-name'
13664 already takes care of this.
13665 (bookmark-buffer-name, bookmark-buffer-file-name):
13666 Remove Info-mode specific code.
13668 * info.el (bookmark-get-info-node): Define this function in
13669 info.el, not in bookmark.el.
13670 (Info-mode): Set `bookmark-make-name-function' to
13671 `Info-bookmark-make-name' locally.
13672 (Info-bookmark-make-name): New function.
13674 * bookmark.el (bookmark-make-name-function): New variable.
13676 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13678 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
13679 buffer-local, not `bookmark-make-cell-function' (the old name).
13681 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
13683 * doc-view.el (doc-view-bookmark-make-record):
13684 * image-mode.el (image-bookmark-make-record):
13685 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
13687 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
13689 * vc.el (vc-status-menu-map-filter): Return orig-binding if
13690 boundp 'vc-ignore-menu-filter.
13691 (vc-status-tool-bar-map): Make it defvar.
13692 (vc-status-mode): vc-status-tool-bar-map now variable.
13693 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
13695 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13697 Give a better name to part of the bookmark interface.
13699 This was originally a much larger change, but halfway through I
13700 updated and discovered that Stefan Monnier had done the rest.
13701 It looks like he anticipated the new name too, because he used
13702 `the-record' instead of `the-cell' for some internal variable names.
13704 * bookmark.el (bookmark-make-record-function): Was
13705 `bookmark-make-cell-function'.
13706 (bookmark-make, bookmark-send-annotation): Update for above.
13707 (bookmark-make-record-for-text-file):
13708 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
13710 * info.el: Adjust accordingly.
13711 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
13713 * image-mode.el: Adjust accordingly.
13714 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
13716 * doc-view.el: Adjust accordingly.
13717 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
13719 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13721 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
13722 Move initialization into declaration.
13723 (bookmark-get-info-node, bookmark-set-info-node): Remove.
13724 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
13725 (bookmark-info-current-node): Remove.
13726 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
13727 Add relocation fallback. Set bookmark-current-bookmark.
13728 (bookmark-default-handler): Rename from bookmark-jump-noselect.
13729 Remove relocation fallback. Don't set bookmark-current-bookmark.
13730 (bookmark-set): Let it be used even if there's no buffer-file-name
13731 as long as there is a bookmark-make-cell-function.
13732 * info.el (Info-bookmark-jump): Remove relocation fallback.
13733 Don't set bookmark-current-bookmark.
13735 2008-03-07 Glenn Morris <rgm@gnu.org>
13737 * calendar/appt.el (appt-issue-message)
13738 (appt-message-warning-time, appt-audible, appt-visible)
13739 (appt-msg-window, appt-display-mode-line, appt-display-duration)
13740 (appt-display-diary): Remove autoload cookies.
13742 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
13743 Remove leading `*' from defcustom doc-strings.
13745 * calendar/cal-dst.el (calendar-dst): New custom group.
13746 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
13747 (calendar-time-zone, calendar-daylight-time-offset)
13748 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13749 (calendar-daylight-savings-starts-time)
13750 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
13751 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
13754 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
13756 * calendar/calendar.el (calendar-version): Use emacs-version and
13757 make it obsolete. Move to end.
13758 (calendar-offset, view-diary-entries-initially)
13759 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
13760 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
13761 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13762 (all-bahai-calendar-holidays, calendar-load-hook)
13763 (initial-calendar-window-hook, today-visible-calendar-hook)
13764 (today-invisible-calendar-hook, calendar-move-hook)
13765 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
13766 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
13767 (diary-include-string, sexp-diary-entry-symbol)
13768 (abbreviated-calendar-year, american-date-diary-pattern)
13769 (european-date-diary-pattern, european-calendar-display-form)
13770 (american-calendar-display-form, print-diary-entries-hook)
13771 (list-diary-entries-hook, diary-hook, diary-display-hook)
13772 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13773 (nongregorian-diary-marking-hook, diary-list-include-blanks)
13774 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
13775 (local-holidays, other-holidays, hebrew-holidays-1)
13776 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13777 (hebrew-holidays, christian-holidays, islamic-holidays)
13778 (bahai-holidays, solar-holidays, calendar-setup)
13779 (calendar-week-start-day): Remove autoload cookies.
13780 (diary-glob-file-regexp-prefix): Doc fix.
13781 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
13782 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
13783 (calendar-week-start-day, calendar-debug-sexp): Move to start.
13785 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
13786 (calendar-time-display-form, calendar-latitude)
13787 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
13789 (calendar-latitude, calendar-longitude): Move functions after
13791 (diary-sabbath-candles-minutes): Move to start.
13792 (solar-setup): Use or rather than if.
13793 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
13794 Remove condition-case.
13795 (solar-atn2): Use zerop.
13796 (solar-equinoxes-solstices): Doc fix.
13798 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
13799 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
13801 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
13802 (calendar-longitude, calendar-latitude, calendar-location-name):
13803 Declare for compiler.
13805 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13807 * arc-mode.el (archive-ar-file-header-re): New const.
13808 (archive-ar-summarize, archive-ar-extract): New funs.
13809 (archive-find-type): Recognize ar archives.
13811 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
13814 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
13816 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
13818 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13819 Replace :enable (mark-active) with :enable mark-active.
13821 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
13823 * vms-patch.el (make-legal-file-name): New obsolete alias.
13824 (make-valid-file-name): Rename from `make-legal-file-name'.
13825 (make-auto-save-file-name): Use it.
13827 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
13828 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
13829 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
13831 * textmodes/org.el (org-export-html-style): Doc fix.
13832 (org-get-legal-level): New obsolete alias.
13833 (org-get-valid-level): Rename from `org-get-legal-level'.
13834 (org-promote, org-demote, org-archive-subtree)
13835 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
13837 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
13839 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
13841 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
13842 (vc-status-toggle-mark): New functions.
13843 (vc-status-mode): Set tool bar map.
13845 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
13847 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
13848 Reported by Drew Adams <drew.adams@oracle.com>.
13850 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
13852 * subr.el (read-quoted-char): Resolve modifiers of the character
13855 * comint.el (comint-exec-1): Don't change the coding-system for
13856 decoding to dos-like EOL.
13857 (comint-carriage-motion): Fully rewrite.
13859 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
13861 * epg.el (epg-context-include-certs): Reflow docstring.
13862 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
13863 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
13864 (epg-context-set-signers, epg-context-set-sig-notations)
13865 (epg-make-import-status, epg-make-import-result)
13866 (epg-start-delete-keys): Fix typos in docstrings.
13867 (epg-start-sign-keys, epg-sign-keys):
13868 Fix typos in obsolescence declarations.
13870 * iswitchb.el: Don't check for `cadr' and `last'.
13871 (iswitchb-define-mode-map, iswitchb-default-keybindings):
13872 Add obsolescence declaration and remove redundant info from docstring.
13873 (iswitchb-set-common-completion, iswitchb-set-matches)
13874 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
13875 (recentf-list, most-len, most-is-exact):
13876 Don't wrap defvars within `eval-when-compile'.
13878 2008-03-05 Glenn Morris <rgm@gnu.org>
13880 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13881 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13882 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
13883 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
13884 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
13886 * ediff-hook.el (ediff-window-setup-function): Don't autoload
13887 declaration for compiler.
13888 (ediff-xemacs-init-menus): Use when rather than if.
13890 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
13891 if+and to just and.
13892 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
13893 (ediff-delete-overlay): Move the XEmacs test inside the definition.
13895 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
13897 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
13898 test inside XEmacs test.
13899 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
13900 since it was doing nothing on Emacs.
13901 (ediff-make-bullet-proof-overlay): Use when rather than if.
13903 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
13904 (ediff-setup-control-frame): Remove
13905 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
13906 a (featurep 'xemacs) test.
13908 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
13910 * calc/calc-ext.el (calc-extended-command-history): New variable.
13911 (calc-execute-extended-command): Use `calc-extended-command-history'.
13913 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
13915 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
13916 (standard-mode-line-position): Add mouse-face.
13918 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
13919 * progmodes/grep.el (grep-mode-map): Add :help.
13921 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
13922 initialize in one step. Add :help. Use :enable to activate menu
13923 items. Show the key binding for edebug-defun.
13924 (lisp-interaction-mode-map): Add a menu.
13926 * term.el (term-mode-map): Define and initialize in one step.
13928 * ediff-init.el (ediff-color-display-p): Simplify.
13929 (Xor): Remove unused function.
13930 (ediff-with-syntax-table): Simplify for Emacs.
13932 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
13933 menu-bar being loaded, it always is.
13935 2008-03-05 Glenn Morris <rgm@gnu.org>
13937 * textmodes/tex-mode.el (tex-mode): Suppress warning about
13938 multiple definitions when compiling.
13940 2008-03-04 Alan Mackenzie <acm@muc.de>
13942 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
13944 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
13945 doc-string, "c-old-LEN" -> "c-old-END".
13947 2008-03-04 Jason Rumney <jasonr@gnu.org>
13949 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
13952 2008-03-04 Glenn Morris <rgm@gnu.org>
13954 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
13956 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
13959 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13961 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
13962 (byte-compile-nilconstp): Can't use recursion in a defsubst.
13964 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
13965 so that M-q can fill comments.
13966 (tex-executable-exists-p, tex-compile): Extend with special syntax for
13967 commands implemented in elisp.
13968 (tex-compile-commands): Add an entry to use doc-view for pdf files.
13969 (tex-format-cmd): New function.
13970 (tex-compile): Use it to let the user specify default arguments.
13971 (tex-cmd-bibtex-args): New var.
13972 (tex-cmd-doc-view): New function.
13974 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
13976 * faces.el (face-spec-set): Fix typos in docstring.
13978 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
13980 * bindings.el (mode-line-column-line-number-mode-map): New variable.
13981 (standard-mode-line-position): Use it to add a menu for toggling
13982 column number and line number display.
13984 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13986 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13987 Remove optimization that was working around the form-code-walker bug.
13989 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13990 Walk into the body of lambdas after byte-compile-unfold-lambda.
13992 2008-03-03 Glenn Morris <rgm@gnu.org>
13994 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
13995 value, if set, over frame value.
13997 * simple.el (transient-mark-mode): Don't turn on by default.
13999 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14000 accidentally removed by the 2007-12-05 merge from Gnus.
14002 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
14004 * progmodes/compile.el (compilation-menu-map): Add menu entries
14005 for useful options.
14007 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
14008 Glenn Morris <rgm@gnu.org>
14010 * emacs-lisp/bytecomp.el (byte-recompile-directory)
14011 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14012 Give a `bytecomp-' prefix to local variables with common names.
14014 2008-03-01 Glenn Morris <rgm@gnu.org>
14016 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14017 Restore code commented out 2007-11-10.
14019 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14021 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14023 * emulation/viper-cmd.el, emulation/viper-ex.el:
14024 * emulation/viper-init.el, emulation/viper-keym.el:
14025 * emulation/viper-mous.el, emulation/viper-util.el:
14026 * emulation/viper.el:
14027 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14030 Replace obsolete frame-local variables with frame-parameters.
14031 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14032 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14033 (viper-vi-state-cursor-color): Only call make-variable-frame-local
14035 * emulation/viper-util.el (viper-frame-value): New macro.
14036 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14037 (viper-R-state-post-command-sentinel)
14038 (viper-replace-state-post-command-sentinel)
14039 (viper-change-state-to-insert, viper-change-state-to-emacs):
14040 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14041 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14042 (viper-get-saved-cursor-color-in-insert-mode)
14043 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14044 Use viper-frame-value for viper-replace-overlay-cursor-color,
14045 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14046 viper-vi-state-cursor-color values.
14048 * emulation/viper-cmd.el (zmacs-region-stays):
14049 * emulation/viper-util.el (zmacs-region-stays): No need to define
14052 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14055 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14058 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14061 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14063 * whitespace.el: New version 9.3. As the glyph code generation was
14064 fixed, it is possible now to use character code above ?\x1FFFF in the
14065 display table. Fix `whitespace-indentation-regexp' to not include an
14066 extra ending character. Reported by Michael Welsh Duggan
14067 <mwd@cert.org>. Added hook actions when buffer is written or killed as
14068 the original whitespace package had. Suggested by Eric Cooper
14069 <ecc@cmu.edu>. Doc fix.
14070 (whitespace-action): New option.
14071 (whitespace-display-mappings): Changed default newline visualization to
14072 display downwards arrow, as the glyph code generation was fixed.
14073 (whitespace-unload-function): Assure that all local whitespace mode is
14075 (whitespace-global-modes): Fix type customization.
14076 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14077 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14078 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14080 (whitespace-buffer): Command removed.
14081 (whitespace-trailing-regexp, whitespace-mark-x)
14082 (whitespace-display-window, whitespace-action-when-on)
14083 (whitespace-add-local-hook, whitespace-remove-local-hook)
14084 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14085 (whitespace-action): New funs.
14086 (whitespace-report-list, whitespace-report-text)
14087 (whitespace-report-buffer-name): New consts.
14088 (whitespace-report, whitespace-report-region): New commands.
14090 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14092 * disp-table.el (make-glyph-code): Don't test the result of
14093 `face-id', which already signals an error for invalid faces.
14094 (glyph-face): Simplify.
14096 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14097 running `desktop-not-loaded-hook' to allow modifying it.
14098 Don't show warning message if `desktop-dirname' was modified.
14100 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14102 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14103 we still expect more lines.
14105 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14106 comment-paragraph filling if the commark doesn't match
14107 comment-start-skip.
14109 2008-03-01 Daiki Ueno <ueno@unixuser.org>
14111 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14112 the `imap' variant.
14114 2008-03-01 Jason Rumney <jasonr@gnu.org>
14116 * files.el (make-auto-save-file-name): Encode more characters in
14117 non-file buffer names. Use url-encoding.
14119 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14121 * net/net-utils.el (ftp-program): Fix typo in docstring.
14122 (ifconfig-program-options, netstat-program-options)
14123 (arp-program-options, route-program-options, nslookup-program-options)
14124 (ftp-program-options, smbclient-program-options)
14125 (dns-lookup-program-options, arp, route): Doc fixes.
14127 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14128 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14129 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14130 Fix typos in docstrings.
14131 (gdb-pending-triggers): Reflow docstring.
14132 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14134 2008-03-01 Alan Mackenzie <acm@muc.de>
14136 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14139 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14141 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14143 2008-02-29 Kim F. Storm <storm@cua.dk>
14145 * emulation/cua-base.el (cua-remap-control-v)
14146 (cua-remap-control-z): New defcustoms.
14147 (cua-mode): Add them to set-after property.
14148 (cua--init-keymaps): Use them.
14149 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14151 * help.el (view-emacs-todo): Rename from view-todo.
14152 (describe-gnu-project): Rename from describe-project. Users changed.
14153 (view-help-file): New helper function.
14154 (describe-distribution, describe-copying, describe-gnu-project)
14155 (view-todo, view-order-manuals, view-emacs-problems): Use it.
14156 (view-emacs-debugging, view-external-packages): New commands.
14157 (help-map): Move describe-distribution to C-h C-o (ordering).
14158 Move view-emacs-problems to C-h C-p (problems).
14159 Bind view-emacs-debugging to C-h C-d (debugging).
14160 Bind view-external-packages to C-h C-e (extras).
14161 (help-for-help-internal): Cleanup and align descriptions.
14162 Remove command names to reduce clutter.
14164 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14166 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14167 and quieter face (not a warning).
14169 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
14171 * vc.el (vc-status-crt-marked): New variable.
14172 (vc-status-mode): Make it local.
14173 (vc-status-refresh): Use it to save the marked files.
14174 (vc-update-vc-status-buffer): Use it to restore the marked files.
14176 * vc-svn.el (vc-svn-after-dir-status):
14177 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14179 2008-02-29 Glenn Morris <rgm@gnu.org>
14181 * allout.el (allout-topic-encryption-bullet)
14182 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14183 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14186 * net/imap.el (imap-ping-server):
14187 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14188 Change defcustom :version from 23.0 to 23.1.
14190 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
14192 * desktop.el (desktop-save): Save the buffer name if the
14193 uniquified base name is empty.
14195 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14197 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14198 correctly when user has "set print address off".
14200 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
14202 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14203 version number of the next major Emacs release, not 23.0.
14205 * longlines.el (longlines-unload-function): New function.
14207 2008-02-28 Juri Linkov <juri@jurta.org>
14209 * startup.el (normal-splash-screen): Add argument `concise'.
14210 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
14211 to the created buffer. If `concise' is non-nil, call
14212 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
14213 (display-startup-screen): Add argument `concise' to the call to
14214 `normal-splash-screen'.
14216 2008-02-28 Kim F. Storm <storm@cua.dk>
14218 * startup.el (startup-echo-area-message): Check for about-emacs.
14220 2008-02-28 Juri Linkov <juri@jurta.org>
14222 * startup.el: Always add initial message to *scratch* buffer if
14223 `initial-scratch-message' is non-nil regardless of the value of
14224 `inhibit-startup-screen'.
14225 (inhibit-startup-screen, initial-scratch-message): Doc fix.
14226 (command-line-1): Move code that inserts `initial-scratch-message'
14227 up before the if-form that checks for `inhibit-startup-screen'.
14228 Suggested by Jonathan Rockway <jon@jrock.us>.
14230 2008-02-28 Juri Linkov <juri@jurta.org>
14232 * cus-edit.el (custom-mode-map, custom-mode-link-map):
14233 Rename `custom-mode' to `Custom-mode' in docstrings.
14234 (custom-buffer-create-internal, customize-browse):
14235 Rename `custom-mode' to `Custom-mode'.
14236 (custom-mode-hook): Rename to `Custom-mode-hook'.
14237 (Custom-mode-hook): Renamed from `custom-mode-hook'.
14238 (custom-mode): Rename to `Custom-mode'.
14239 (Custom-mode): Renamed from `custom-mode'. Doc fix.
14240 (custom-mode): Add backward-compatible non-interactive variant of
14241 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
14242 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14244 * info-look.el: Rename `custom-mode' to `Custom-mode'.
14246 * emulation/viper.el (viper-emacs-state-mode-list):
14247 Rename `custom-mode' to `Custom-mode'.
14249 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14250 Capitalize "Tagged Files".
14251 (minibuffer-local-map): Add menu items for next/previous
14252 history elements and isearch history forward/backward.
14254 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14255 `hs-isearch-open' with t instead of `comment' in :selected
14256 for "Code and Comment blocks" menu item.
14258 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14260 * uniquify.el (uniquify-buffer-base-name): Undo last change.
14261 Should be done in desktop.el instead.
14263 2008-02-28 Glenn Morris <rgm@gnu.org>
14265 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14267 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14269 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14270 (Info-menu, Info-goto-node): Remove declarations.
14271 (report-emacs-bug-info): Use info rather than Info-goto-node.
14273 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14274 (idlwave-convert-xml-system-routine-info): Don't require xml.
14275 (idlwave-show-commentary, idlwave-shell-show-commentary):
14276 Don't require finder.
14277 (idlwave-info): Don't require info. Use info rather than
14280 * textmodes/org.el (Info-goto-node): Remove declaration.
14281 (org-info): Use info rather than Info-goto-node.
14283 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14284 (reftex-info): Don't require info. Use info rather than Info-goto-node.
14286 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
14288 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14291 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14292 (vc-finish-logentry): Check for vc-status-mode, not only for
14295 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14297 * isearch.el (isearch-printing-char): Don't check
14298 keyboard-coding-system.
14299 Call isearch-process-search-multibyte-characters only when
14300 current-input-method is non-nil.
14302 2008-02-27 Kim F. Storm <storm@cua.dk>
14304 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14305 (glyph-char, glyph-face): Handle cons encoding.
14307 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
14309 * uniquify.el (uniquify-buffer-base-name): If the base name is an
14310 empty string, return nil to allow the caller to default to the
14311 buffer name. Reported by Martin Fischer <parozusa@web.de>.
14313 * tool-bar.el (tool-bar-setup): Doc fix.
14315 * mail/supercite.el (sc-describe):
14316 Fix typos in obsolescence declaration.
14318 2008-02-27 Glenn Morris <rgm@gnu.org>
14320 * autoinsert.el (auto-insert-alist): Change permission text to
14321 match FSF's GPLv3 form.
14323 * mail/supercite.el (sc-cite-original): Doc fix.
14324 (sc-version): Make obsolete.
14325 (sc-describe): Show the SC info page. Make obsolete.
14327 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14329 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14330 when using transient-mark-mode.
14331 (default-indicate-unused-lines): Remove unused var.
14333 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
14335 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14338 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14340 2008-02-26 Glenn Morris <rgm@gnu.org>
14342 * net/net-utils.el (top-level): Don't require comint when compiling.
14343 (nslookup-font-lock-keywords): Don't require font-lock.
14344 Use font-lock faces rather than variables.
14345 (nslookup, ftp, smbclient, network-service-connection):
14346 Don't require comint.
14347 (comint-prompt-regexp, comint-input-autoexpand)
14348 (comint-input-ring): Declare for compiler.
14349 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14350 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
14352 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14355 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14357 * doc-view.el (doc-view-current-page): Add a `win' argument.
14359 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14361 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14362 Demote it to plain defvar.
14363 (doc-view-conversion-refresh-interval): Reduce interval.
14364 (doc-view-goto-page): Allow moving to pages not yet rendered.
14365 (doc-view-goto-page): Construct a file name rather than extracting it
14366 from doc-view-current-files.
14367 (doc-view-kill-proc): Ignore errors from kill-process.
14368 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14369 (doc-view-insert-image): Use appropriate text if the page hasn't been
14370 rendered yet. Adjust scrolling so the text is displayed.
14371 (doc-view-display): Detect not just that a page is available, but also
14372 that it wasn't available before, so as to avoid refreshing all pages
14374 (doc-view-mode): Make doc-view-cache-directory if needed.
14376 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14378 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14381 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14382 refering to a missing required field with the OPT prefix.
14383 Make unwindform more robust.
14385 * textmodes/bibtex.el: Remove support for hideshow minor mode as
14386 it duplicates the bibtex support in progmodes/hideshow.el.
14387 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14388 entries that do not start at the beginning of a line.
14390 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
14392 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14394 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
14396 * help-fns.el (describe-variable): Add phrases about
14397 initialization file with and without customization;
14398 use new button type help-info-variable.
14400 * help-mode.el (help-info-variable):
14401 New button able to read Info files for help-fns.el.
14403 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
14405 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14406 (grep-mode): Use grep-mode-tool-bar-map.
14408 * progmodes/compile.el (tool-bar): Require tool-bar.
14409 (compilation-mode-tool-bar-map): New variable.
14410 (compilation-mode): Use compilation-mode-tool-bar-map.
14412 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
14414 2008-02-25 Glenn Morris <rgm@gnu.org>
14416 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14418 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14420 * diff-mode.el (diff-file-junk-re): New const.
14421 (diff-beginning-of-file-and-junk): Use it.
14422 (diff-file-kill): Make sure we were really inside a file diff.
14424 * diff-mode.el: Make it more robust in the presence of empty context
14425 lines in unified hunks.
14426 (diff-valid-unified-empty-line): New var.
14427 (diff-unified->context, diff-sanity-check-hunk): Obey it.
14428 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
14429 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14430 (diff-hunk-header-re-unified): New const.
14431 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14432 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14433 (diff-sanity-check-hunk): Use it.
14435 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14436 Index: line, don't search backward for the previous one.
14438 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14440 * international/fontset.el (setup-default-fontset): Add non-OTF
14441 lao font for lao script.
14443 * language/tibetan.el: Register tibetan-composition-function in
14444 composition-function-table.
14446 * language/tibet-util.el (tibetan-composition-function):
14447 Adjust for the new calling way (argument changed). Try font-shape-text
14450 * language/lao.el: Register lao-composition-function in
14451 composition-function-table.
14453 * language/lao-util.el (lao-composition-function): Adjust for the new
14454 calling way (argument changed). Try font-shape-text if possible.
14456 2008-02-25 Jason Rumney <jasonr@gnu.org>
14458 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14460 2008-02-25 Juri Linkov <juri@jurta.org>
14462 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14463 background, "red4" for a dark background, "red" for 16 and
14464 8 colors, "grey" for grayscale, and inverse video otherwise.
14466 (isearch-message): Keep the original isearch-message intact, and
14467 add text properties to it where necessary. Add `isearch-error' to
14468 the condition that checks if isearch is unsuccessful.
14470 2008-02-24 Juri Linkov <juri@jurta.org>
14472 * progmodes/compile.el (compilation-handle-exit):
14473 Use compilation-error face instead of font-lock-warning-face.
14474 Display the same message in the minibuffer as is inserted
14475 at the end of the compilation buffer.
14477 2008-02-24 Glenn Morris <rgm@gnu.org>
14479 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14480 multiple file case.
14482 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14484 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14485 multiple file case. Use a single `let' rather than two.
14487 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14489 * progmodes/compile.el (compilation-start): Specify a face for
14491 (compilation-handle-exit): Specify a face and a tooltip for
14494 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14496 * hilit-chg.el: Remove spurious * in defcustom docstrings.
14497 (hilit-chg-make-ov): Simplify.
14498 (hilit-chg-fixup): Use remove-overlays.
14499 (hilit-chg-set-face-on-change): Remove redundant call to
14500 `remove-text-properties'.
14502 * dired.el (dired-mark-prompt): Don't count/display the t element.
14503 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14505 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14507 * progmodes/verilog-mode.el (eval-when-compile): Don't define
14509 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14510 Remove. Move contents to the only use ...
14511 (verilog-menu): ... here.
14512 (verilog-statement-menu): Remove. Move contents to the only use ...
14513 (verilog-stmt-menu): ... here.
14514 (verilog-mark-defun): Simply call mark-defun for emacs.
14515 (occur-pos-list): Declare for byte compiler.
14516 (mode-popup-menu): Don't defvar.
14517 (verilog-add-statement-menu): Remove.
14518 (verilog-mode-hook): Don't add verilog-add-statement-menu.
14519 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14521 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
14523 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14525 (verilog-font-grouping-keywords-face): Make the begin..end
14526 keywords standout more than other verilog keywords.
14527 (verilog-type-font-keywords): Move the begin..end out of this list
14528 to facilitate making them to (potentially) stand out more.
14529 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14530 function & task blocks.
14531 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14532 initial, function & task blocks.
14533 (verilog-forward-sexp): Handle the new "disable fork" statement of
14535 (verilog-beg-block-re-ordered): Handle the new "disable fork"
14536 statement of IEEE-1800 Verilog.
14537 (verilog-calc-1): Handle the new "disable fork" statement of
14539 (verilog-disable-fork-re): Add const to help handle the new
14540 "disable fork" statement of IEEE-1800 Verilog.
14541 (verilog-declaration-core-re): Add port directions by themselves,
14542 with no qualification, as base item of a declaration.
14543 (verilog-pretty-declarations): Add new flag to ask it to refrain
14544 from printing to the message buffer.
14545 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14546 printing to the message buffer. Improve handling of the many
14547 types of expression line up.
14548 (verilog-just-one-space): Remove printing of an empty message.
14549 (verilog-get-lineup-indent): Rework to support the better handling
14550 of expression lineup for verilog-pretty-expr.
14551 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14553 2008-02-24 Alan Mackenzie <acm@muc.de>
14555 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14556 yesterday's commit.
14558 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
14560 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14561 to mouse-set-point in buffers that aren't associated with files.
14563 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14565 2008-02-24 Alan Mackenzie <acm@muc.de>
14567 Set of changes so that "obtrusive" syntactic elements in a
14568 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14569 unmatched paren) don't interact syntactically with stuff outside
14572 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
14573 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
14575 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
14576 a bit of refactoring.
14577 (c-awk-extend-and-syntax-tablify-region): Takes some of the
14578 functionality of c-awk-advise-fl-for-awk-region, which has been
14581 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
14582 (c-clear-char-property-with-value): New function and macro which
14583 remove text-properties `equal' to a supplied value.
14585 * progmodes/cc-engine.el: Comment about text properties amended.
14587 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
14588 parens around "error\\|warning".
14590 * progmodes/cc-langs.el (c-get-state-before-change-function)
14591 (c-before-font-lock-function, c-anchored-cpp-prefix):
14592 New language variables.
14593 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
14595 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
14596 syntax-table text properties.
14597 (c-common-init): Call language specific before/after-change
14598 functions at mode initialisation.
14599 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
14600 (c-extend-region-for-CPP, c-neutralize-CPP-line)
14601 (c-neutralize-syntax-in-CPP): New functions.
14602 (c-before-change, c-after-change): Call the new language specific
14603 change functions defined in cc-langs.el.
14604 (c-advise-fl-for-region): New macro.
14605 (awk-mode): Remove AWK specific stuff which has been refactored
14606 into language independent stuff.
14608 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
14610 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
14611 (gdb): (Re)set gdb-flush-pending-output to nil here...
14612 (gdb-init-1): ...instead of here (before gdb-prompt).
14614 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14616 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
14617 Recognize ''' just like any other char-constant.
14619 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14621 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
14622 careful enough. Detect the uid-change all within the main loop.
14624 2008-02-24 Stefan Monnier <monnier@pastel.home>
14626 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
14628 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14630 * hilit-chg.el (highlight-save-buffer-state): New macro.
14631 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14632 (hilit-chg-clear): Use it to preserve the modified-p flag.
14633 (highlight-changes-rotate-faces): Don't mess with the undo-list.
14635 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14637 * font-lock.el (font-lock-set-defaults): Unset previously set variables
14640 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
14642 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
14643 from gnus-button-url-regexp.
14645 2008-02-24 Eli Zaretskii <eliz@gnu.org>
14647 * progmodes/compile.el (compilation-next-error): Doc fix.
14648 (compilation-find-file): Doc fix.
14650 2008-02-24 Glenn Morris <rgm@gnu.org>
14652 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
14653 Add obsolete aliases to the old names.
14655 2008-02-24 Richard Stallman <rms@gnu.org>
14657 * net/net-utils.el (ifconfig): Rename from ipconfig.
14658 (ipconfig): Alias to ifconfig.
14659 (ifconfig-program): Rename from ipconfig-program.
14660 (ifconfig-program-options): Rename from ipconfig-program-options.
14662 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
14664 * progmodes/verilog-mode.el (verilog-declaration-core-re):
14665 Add port directions by themselves, with no qualification, as base
14666 item of a declaration.
14667 (verilog-pretty-declarations): Add new flag that inhibits printing
14668 to the message buffer.
14669 (verilog-pretty-expr): Add new flag that inhibits printing to the
14670 message buffer. Improve handling of the many types of expression
14672 (verilog-just-one-space): Don't print an empty message.
14673 (verilog-get-lineup-indent): Rework to support the better handling
14674 of expression lineup for verilog-pretty-expr.
14675 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14676 (verilog-mode-version, verilog-mode-release-date): Update.
14678 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14680 * subr.el (cancel-change-group): Don't move point.
14682 2008-02-23 Markus Triska <markus.triska@gmx.at>
14684 * linum.el (linum-after-config): Update all visible windows.
14686 2008-02-23 Glenn Morris <rgm@gnu.org>
14688 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
14689 Add :help for Solitaire and Tetris.
14691 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
14693 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
14694 (smtpmail-code-conv-from): Doc fix. Fix custom type.
14695 (smtpmail-queue-index-file): Make it a defcustom.
14696 (smtpmail-queue-index): Delete.
14697 (smtpmail-send-it, smtpmail-send-queued-mail):
14698 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
14699 smtpmail-queue-index.
14701 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14704 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
14706 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14708 (iwconfig): New function.
14710 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
14712 * vc.el (vc-find-revision): Make vc-parent-buffer local before
14714 (vc-status-menu-map): Do not define using easy-menu.
14715 (vc-status-menu-map): New defalias.
14716 (vc-status-mode-map): Hook up the menu.
14717 (top-level): Update TODO.
14719 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
14721 * vc-bzr.el (vc-bzr-init-version): Rename to ...
14722 (vc-bzr-init-revision): ... this.
14724 2008-02-23 Jason Rumney <jasonr@gnu.org>
14726 * makefile.w32-in (WINS_ALMOST): Remove term.
14727 (WINS): Add term here.
14728 (custom-deps, finder-data): Use WINS_ALMOST.
14730 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
14732 * faces.el (font-weight-table): Fix value of `semi-light'.
14734 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
14736 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
14737 Make those tables bijective.
14739 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
14741 Finish pdbtrack integration cleanup, settling missing-functions
14742 byte compiler warnings appropriately.
14744 * progmodes/python.el (python-point): Remove this - beginning-of-line
14745 was all that was necessary for `python-pdbtrack-overlay-arrow'.
14746 (python-end-of-def-or-class, python-beginning-of-def-or-class)
14747 (python-goto-initial-line): Drop these - they were only needed for
14749 (python-comint-output-filter-function): Use condition-case and
14750 beginning-of-line directly, instead of python-mode.el functions
14751 which require all sorts of baggage.
14752 (point-safe): Unnecessary - we're using condition-case directly,
14754 (python-execute-file): Include for python-shell, which I'm leaving
14755 in keeping despite it being unnecessary for pdb tracking.
14757 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
14759 * progmodes/scheme.el (scheme-font-lock-keywords-2):
14760 Add SRFI 11 support.
14761 (let-values, let*-values): Specify scheme-indent-function.
14763 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
14765 * vc.el (vc-exec-after): Move setting mode-line-process in the
14767 (vc-set-mode-line-busy-indicator): ... in this new function.
14768 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
14769 (vc-update-vc-status-buffer): Reset mode-line-process.
14770 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
14771 mark/unmark all the files with the same state as the current one.
14772 With a prefix argument mark/unmark all files.
14773 (vc-status-mode-menu): Adjust strings.
14774 (vc-update-vc-status-buffer): Only do something when the argument
14776 (vc-status-kill-dir-status-process): New function.
14777 (vc-status-mode-map): Bind it.
14778 (vc-status-process-buffer): New variable.
14779 (vc-status-mode): Make it local.
14780 (vc-status-refresh): Set it.
14782 * vc-hg.el (vc-hg-dir-status):
14783 * vc-git.el (vc-git-dir-status):
14784 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
14787 2008-02-22 Glenn Morris <rgm@gnu.org>
14789 * json.el (top-level): No need to require thingatpt.
14790 (json-read-keyword): Use thing-at-point rather than word-at-point.
14792 * time.el (top-level): No need to require time-date when compiling.
14794 * emacs-lisp/copyright.el (copyright-update-year):
14795 Fix subexpression numbering for the case when years are split over
14796 lines, and for the replace case.
14798 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
14799 (tpu-caar, tpu-cadr): Delete functions.
14800 (zmacs-regions): No need to declare for compiler.
14801 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
14802 (tpu-spell-check): Rewrite, and handle mark after point.
14803 (tpu-special-insert): Use or rather than if.
14805 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
14806 rather than spell-region.
14808 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
14809 warnings about spell-region.
14811 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
14813 * ldefs-boot.el: Regenerated.
14815 * loadup.el: Don't load language/devanagari, language/kannada,
14816 language/malayalam, and language/tamil. Load language/sinhala.
14818 * language/indian.el (indian-font-foundry)
14819 (indian-script-language-alist, indian-font-char-index-table)
14820 (indian-font-char, indian-font-char-range, indian-script-table)
14821 (indian-default-script, indian-composable-pattern): Delete them.
14822 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
14823 language environments moved to here.
14824 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
14825 New language environments.
14827 * language/devanagari.el, language/devan-util.el,
14828 * language/kannada.el, language/knd-util.el, language/malayalam.el,
14829 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
14832 * language/sinhala.el: New file.
14834 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
14836 Update Nick Robert's port of pdb tracking from python-mode.el.
14838 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
14840 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
14841 tracking is happening.
14842 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
14843 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
14844 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
14845 Tracking is plugged in to all comint buffers once python.el is loaded.
14846 (python-pdbtrack-overlay-arrow): Toggle activation of
14847 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
14848 (python-pdbtrack-track-stack-file): Use new
14849 `python-pdbtrack-get-source-buffer' for more flexible access to
14850 debugging source files.
14851 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
14852 according to pdb stack trace, optionally using new
14853 `python-pdbtrack-grub-for-buffer' if file is not locally available.
14854 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
14855 named buffer, or having function with indicated name.
14856 (python-shell): Remove comint-output-filter-functions hook
14857 addition, it's being done elsewhere. Wrap long line.
14859 2008-02-21 Michael Olson <mwolson@gnu.org>
14861 * json.el: Replace XEmacs compatibility code to get rid of
14864 * time.el: Fix compiler warning.
14866 2008-02-21 Edward O'Connor <ted@oconnor.cx>
14868 * json.el: New file (JavaScript Object Notation parser / generator).
14870 2008-02-21 Dave Love <fx@gnu.org>
14872 * progmodes/sym-comp.el: New file.
14874 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
14875 Require sym-comp. Add Python buffer to same-window-buffer-names.
14877 (python-font-lock-keywords): Add highlighting for Python builtins.
14878 (python-font-lock-syntactic-keywords): Rewrite.
14879 (python-quote-syntax): Use syntax-ppss-context instead of parsing
14881 (python-mode-map): Add binding for python-find-function.
14882 (python-calculate-indentation): Clean up the logic.
14883 (python-beginning-of-defun): Explicitly set return value.
14884 (python-beginning-of-statement): Stop looping if we get stuck
14886 (python-next-statement): Stop looping if we somehow end up inside
14887 a string while advancing.
14888 (python-preoutput-continuation, python-version-checked): New vars.
14889 (python-check-version): New function.
14890 (run-python): Set default command to python-command instead of
14891 python-python-command.
14892 (run-python): Use python-check-version. Give PYTHONPATH
14893 precedence over data-directory in the process environment.
14894 Load function definitions in python process after.
14895 (python-check-comint-prompt): New function.
14896 (python-send-command, python-send-receive): Use it.
14897 (python-complete-symbol, python-try-complete): Functions deleted.
14898 Use symbol-complete instead of python-complete-symbol throughout.
14899 (python-fill-paragraph): Further refine the fenced-string regexp.
14900 (def-python-skeleton): Expand to the original abbrev instead if in
14901 a comment or string. Tweak skeletons for `if', `while', `for',
14902 `try/except', `try/finally', `name'.
14903 (python-pea-hook, python-abbrev-pc-hook): New functions.
14904 (python-abbrev-syntax-table): New var.
14905 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
14906 Use symbol-completion-try-complete for hippie expansion.
14907 Turn on font lock unconditionally.
14908 (python-mode-hook): Defcustom it. No need to use make-local
14909 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
14910 option, since it's buffer-local.
14912 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
14914 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
14916 2008-02-21 Drew Adams <drew.adams@oracle.com>
14918 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
14919 "Turn off" and a "Help" entry when the minor mode has no menu.
14921 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
14923 * vc.el (vc-status-mark, vc-status-unmark): New functions.
14924 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
14925 vc-status-mark-file and vc-status-unmark-file.
14926 (vc-status-mark-unmark): New function.
14927 (vc-status-previous-line, vc-status-next-line): No longer interactive.
14929 2008-02-21 Glenn Morris <rgm@gnu.org>
14931 * composite.el (encode-composition-rule): Fix typo in error message.
14932 (composition-function-table, auto-composition-mode): Doc fixes.
14934 * subr.el (sit-for): Fix obsolete form for nil second argument.
14936 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
14937 (spell-string): Make obsolete, in favor of ispell.
14939 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
14941 * language/devanagari.el: Don't setup composition-function-table
14943 ("Devanagari"): Change charset, coding-system, coding-priority to
14944 Unicode-based ones. Don't require the feature devan-util.
14946 * composite.el (compose-chars-after): Fix arguments for a function
14947 in composition-function-table.
14948 (auto-compose-region): Likewise.
14950 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
14952 (ps-mule-plot-string): Ignore glyph-string based compositions.
14954 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14956 * doc-view.el: Allow different windows to show different pages.
14957 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
14958 (doc-view-current-image, doc-view-current-overlay): Remove variables,
14959 add them back as macros instead, using image-mode-winprops instead.
14960 Update all users of those variables.
14961 (doc-view-new-window-function): New function to create a new overlay
14962 for each new window.
14963 (doc-view-mode): Use it and image-mode-setup-winprops.
14964 (doc-view-clone-buffer-hook): Rewrite accordingly.
14966 * image-mode.el: Extend [hv]scroll support to per-window properties.
14967 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
14968 (image-mode-winprops-alist): New var to replace them.
14969 (image-mode-new-window-functions): New hook.
14970 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
14972 (image-set-window-vscroll, image-set-window-hscroll): Use them.
14973 Remove the `window' argument, update callers.
14974 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
14975 Use the new functions.
14976 (image-mode-reapply-winprops): New fun.
14977 (image-mode): Use it.
14979 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
14981 * calc/calc-math.el (math-sin-raw): Add optional argument
14982 to keep track of original argument.
14983 (math-cos-raw): Use optional argument when calling math-sin-raw.
14984 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
14985 with close to original precision.
14987 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14989 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
14990 args in calls of sit-for.
14992 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
14994 * vc-svn.el (vc-svn-program): Fix typo in docstring.
14995 (vc-svn-checkin): Fix typo in error message.
14997 * help-mode.el: Require easymenu when compiling.
14999 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
15001 * help-mode.el (help-mode-menu): New menu.
15003 2008-02-20 Glenn Morris <rgm@gnu.org>
15005 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15008 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
15010 * ps-mule.el (ps-mule-encode-region): Return a single string.
15011 (ps-mule-plot-string): Adjust for the above change.
15012 (ps-mule-encode-header-string): Likewise.
15014 * international/latin1-disp.el (latin1-display): Don't use
15015 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
15016 standard-display-table.
15017 (latin1-display-identities): Adjust for the change of what is
15018 returned by (get-language-info charset 'charset).
15020 * international/mule-util.el (char-displayable-p): Fix for Latin-1
15021 characters and terminal case.
15023 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
15025 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15027 * progmodes/python.el: Also require comint when loading.
15028 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15029 Replace python-shell with run-python on menu bar.
15030 (python-shell-map): New map.
15031 (python-default-interpreter, python-python-command-args)
15032 (python-jython-command-args, python-pdbtrack-do-tracking-p):
15034 (python-which-shell, python-which-args, python-which-bufname):
15035 New buffer local variables.
15036 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15038 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15039 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15044 (python-point, python-end-of-def-or-class)
15045 (python-beginning-of-def-or-class, python-goto-initial-line)
15046 (python-comint-output-filter-function)
15047 (python-pdbtrack-overlay-arrow)
15048 (python-pdbtrack-track-stack-file, python-toggle-shells)
15049 (python-shell, python-pdbtrack-toggle-stack-tracking)
15050 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15053 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15055 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15056 when the argument is nil.
15058 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15060 * vc.el (dir-status): Add a brief description.
15062 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
15064 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15065 If non-nil, reverse the sense of the check.
15067 * vc-rcs.el (vc-rcs-root): New func.
15068 * vc-cvs.el (vc-cvs-root): New func.
15069 * vc-svn.el (vc-svn-root): New func.
15070 * vc-sccs.el (vc-sccs-root): New func.
15072 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
15074 * language/japan-util.el (setup-japanese-environment-internal):
15075 Call use-cjk-char-width-table.
15077 * language/japanese.el ("Japanese"): Set exit-function to
15078 use-default-char-width-table.
15080 * international/characters.el: Delete occurrences of non-Unicode
15081 tibetan and ethiopic characters.
15082 (cjk-char-width-table): New variable.
15083 (use-cjk-char-width-table, use-default-char-width-table):
15086 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15088 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15089 (vc-status-mode-menu): Add a :filter.
15090 (vc-status-printer): Add faces.
15092 * vc-hg.el (vc-hg-extra-status-menu): New function.
15093 (vc-hg-dir-status): Clean up the buffer before using it.
15095 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15097 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15098 (gdb): Initialize it here instead.
15100 * files.el (locate-dominating-file): Fix thinko in last change.
15101 Reported by Bruce Stephens <bruce.stephens@isode.com>.
15103 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
15105 * vc.el (vc-status-mode-menu): New menu for vc-status.
15107 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
15109 * progmodes/verilog-mode.el (customize): Fix typo in error message.
15110 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15111 (verilog-mode-auto, verilog-indent-level-module)
15112 (verilog-minimum-comment-distance, verilog-library-flags)
15113 (verilog-library-directories, verilog-library-files)
15114 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15115 (verilog-xemacs-menu, verilog-set-compile-command)
15116 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15117 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15118 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15119 (verilog-batch-inject-auto, verilog-batch-indent)
15120 (verilog-continued-line, verilog-type-keywords)
15121 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15122 (verilog-read-inst-pins, verilog-read-arg-pins)
15123 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15124 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15125 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15126 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15127 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15128 (verilog-mode-version, verilog-mode-release-date)
15129 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15130 (verilog-simulator, verilog-compiler)
15131 (verilog-auto-sense-defines-constant, verilog-company)
15132 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15133 Fix typos in docstrings.
15134 (verilog-set-auto-endcomments, verilog-calculate-indent)
15135 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15137 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15138 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15139 (electric-verilog-forward-sexp, verilog-in-case-region-p)
15140 (verilog-in-struct-region-p, verilog-in-generate-region-p)
15141 (verilog-leap-to-head, verilog-current-indent-level)
15142 (verilog-case-indent-level, verilog-cpp-keywords)
15143 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15144 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15145 (verilog-signals-not-in, verilog-symbol-detick-text)
15146 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15147 (verilog-forward-close-paren, verilog-backward-open-paren)
15148 (verilog-backward-open-bracket): Doc fixes.
15150 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15151 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15152 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15153 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15154 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15155 Fix typos in docstrings.
15157 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15159 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
15161 * info.el (Info-read-node-name): Removed unused `default' arg.
15163 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15165 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15167 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15169 * image-mode.el (image-get-display-property): New fun.
15170 (image-forward-hscroll, image-next-line, image-eol, image-eob)
15171 (image-mode, image-minor-mode, image-toggle-display-text)
15172 (image-toggle-display): Use it.
15174 2008-02-18 Jason Rumney <jasonr@gnu.org>
15176 * international/mule.el (xml-find-file-coding-system): Don't warn
15177 about utf-16 with BOM.
15179 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15181 * international/mule.el (sgml-xml-auto-coding-function): Detect and
15182 warn if file encoding is not utf-8 and encoding not specified.
15183 (xml-find-file-coding-system): New function.
15184 * international/mule-conf.el (file-coding-system-alist): Use it.
15186 2008-02-17 Glenn Morris <rgm@gnu.org>
15188 * international/mule-cmds.el (set-locale-environment):
15189 Pass `frame' to getenv for LC_MESSAGES.
15191 2008-02-17 Juri Linkov <juri@jurta.org>
15193 * time.el (emacs-init-time): Use format instead of format-seconds.
15195 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15197 * textmodes/bibtex.el (bibtex-search-entry): Rename from
15198 bibtex-find-entry. Add autoload cookie.
15199 (bibtex-find-entry): Alias for bibtex-search-entry.
15200 (bibtex-search-crossref): Rename from bibtex-find-crossref.
15201 (bibtex-find-crossref): Alias for bibtex-search-crossref.
15202 (bibtex-clean-entry): atomic-change-group removed.
15203 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
15204 to locate buffer location where error occurred.
15205 Make error messages more specific.
15206 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15208 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15210 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15213 * simple.el (transient-mark-mode): Add an :init-value.
15215 * startup.el (command-line): Use custom-reevaluate-setting for
15216 transient-mark-mode.
15218 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
15220 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15222 2008-02-16 Juri Linkov <juri@jurta.org>
15224 * startup.el (after-init-time): New variable.
15225 (command-line): Set `after-init-time' to the current time.
15227 * time.el (emacs-init-time): New function.
15229 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
15231 * files.el (locate-dominating-file): Remove initial loop because it's
15232 not careful enough. Detect the uid-change all within the main loop.
15234 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
15236 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15238 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15240 * vc.el (vc-annotate): Add new argument.
15241 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15243 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15244 Move make-variable-buffer-local code after the corresponding defvar.
15245 (hs-minor-mode-map): Define and initialize in one step.
15246 (hs-minor-mode): Change from defun to define-minor-mode.
15248 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
15250 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15251 (gdb-ready): Move declaration...
15253 * progmodes/gdb-ui.el (gdb-ready): ...to here.
15254 (gdb-early-user-input): New variable.
15255 (gdb): Reset gdb-flush-pending-output to nil and set
15256 comint-input-sender here (before gdb-prompt), instead of...
15257 (gdb-init-1): ...here.
15258 (gdb-send): If Emacs is not ready, defer user input to...
15259 (gdb-prompt): ...here.
15261 2008-02-16 Glenn Morris <rgm@gnu.org>
15263 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15265 * startup.el (emacs-startup-time): Rename to `before-init-time'.
15266 (before-init-time): New name for `emacs-startup-time'.
15267 (command-line): Use before-init-time rather than emacs-startup-time.
15268 * time.el (emacs-uptime): Use before-init-time rather than
15269 emacs-startup-time.
15271 * composite.el (composition-function-table): Doc fix.
15273 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15274 in favor of `%z' specifier.
15275 (emacs-uptime): Move to time.el.
15276 * time.el (emacs-uptime): Move here from time-date.el. Add optional
15277 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
15278 argument of format-seconds.
15280 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15282 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15284 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
15286 * ielm.el (ielm-is-whitespace): Remove.
15287 (ielm-is-whitespace-or-comment): New function.
15288 (ielm-eval-input): Use it.
15290 2008-02-15 Jason Rumney <jasonr@gnu.org>
15292 * term/mac-win.el: Fix coding tag.
15294 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15296 * vc-hooks.el (vc-menu-map):
15297 * bindings.el (mode-line-mode-menu): Add tooltips.
15299 * bindings.el (help-echo): Add more tooltips. Use a less
15300 telegraphic style for existing tooltips.
15302 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15304 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15305 from the auto-generated one.
15307 2008-02-14 Glenn Morris <rgm@gnu.org>
15309 * mail/rmail-spam-filter.el (rmail-spam-filter):
15310 Let-bind message-spam-status.
15312 * mail/smtpmail.el (password-cache-add): Declare as function.
15314 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
15316 * mail/smtpmail.el: Use password-cache.
15318 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
15320 * uniquify.el (uniquify-buffer-base-name): New function.
15321 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15323 * desktop.el (uniquify-managed): Don't defvar.
15324 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15325 `uniquify-managed'. Return also the buffer's base name.
15326 (desktop-save): When saving the buffer info, filter out the base name,
15327 and save it as buffer name if the buffer is managed by uniquify.
15328 (uniquify-item-base): Don't declare; not called anymore.
15330 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
15332 * vc.el (vc-annotate-find-revision-at-line): New function.
15333 (vc-annotate-mode-map): Bind it.
15334 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
15337 2008-02-14 Glenn Morris <rgm@gnu.org>
15339 * calendar/time-date.el (format-seconds): New function.
15340 (emacs-uptime): Use format-seconds.
15342 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15343 Remove `LC_ALL=C', since it's included in $(emacs) now.
15345 2008-02-14 Zhang Wei <id.brep@gmail.com>
15347 * textmodes/org-publish.el (org-publish-timestamp-filename):
15348 Replace colon characters in filename too.
15350 2008-02-13 Bastien Guerry <bzg@altern.org>
15352 * mail/rmail.el (rmail-header-name): New face.
15353 (rmail-font-lock-keywords): Use rmail-header-name.
15355 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15356 against X-Spam-Status header field.
15357 (rmail-spam-filter): Also check X-Spam-Status header field.
15359 2008-02-14 Mark A. Hershberger <mah@everybody.org>
15361 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15362 Add support for .pm files and .php files.
15363 (flymake-err-line-patterns): Add pattern for PHP errors.
15364 (flymake-php-init): New function. PHP support for flymake.
15366 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15367 Add regular expression for PHP errors.
15369 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
15371 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15372 This DTRT even on w32 machines.
15373 (ange-ftp-cf1): Quote FILENAME.
15375 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
15377 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15378 (smerge-auto-combine): New fun.
15380 2008-02-12 Juri Linkov <juri@jurta.org>
15382 * startup.el (fancy-startup-screen, normal-splash-screen):
15383 Set default-directory to command-line-default-directory.
15385 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15386 after reading the desktop.
15388 * progmodes/compile.el (compilation-auto-jump):
15389 Call compile-goto-error only when compilation-auto-jump-to-first-error
15391 (compilation-scroll-output): Replace :type 'boolean with a choice
15392 that has three options including a third option `first-error'.
15394 (compilation-start, compilation-forget-errors): Add an alternate
15395 condition comparing compilation-scroll-output with `first-error'
15396 in addition to compilation-auto-jump-to-first-error (to call
15397 compilation-auto-jump in the proper place).
15399 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15401 * international/mule.el (sgml-html-meta-auto-coding-function):
15402 Make sure the search limit is ahead.
15404 * tar-mode.el: Fix broken indentation.
15405 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15406 Use with-current-buffer.
15408 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
15410 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15411 it is already automatically buffer-local.
15413 2008-02-12 Drew Adams <drew.adams@oracle.com>
15415 * help.el (describe-key): Join some split lines to facilitate filling.
15416 * help-fns.el (describe-function-1): Fill text of overlong lines.
15418 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
15420 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15421 Use unibyte-string instead of string-make-unibyte.
15423 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15425 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15427 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15428 works also for buffers w/o buffer-file-name. Update callers.
15429 (doc-view-clone-buffer-hook): New fun.
15430 (doc-view-mode): Use it for indirect clones. Mark the overlays with
15431 the `doc-view' property so they can be recognized.
15433 * simple.el (clone-indirect-buffer-hook): New hook.
15434 (clone-indirect-buffer): Run it.
15436 2008-02-11 Michael Olson <mwolson@gnu.org>
15439 * epg-package-info.el: Files removed.
15441 2008-02-11 Daiki Ueno <ueno@unixuser.org>
15443 * epa.el (epa-menu-mode): Merge into epa-mode.
15444 (epa-menu-items): Rename the label "EasyPG Assistant" to
15445 "Encryption/Decryption".
15447 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15448 (epa-dired-mode-map): Rename from epa-dired-map.
15449 (epa-global-dired-mode): Rename the global minor mode.
15451 2008-02-11 Drew Adams <drew.adams@oracle.com>
15453 * isearch.el (isearch-fail): New face.
15454 (isearch-message): Highlight failure part of input.
15456 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15458 * ibuffer.el (ibuffer-header-line-format): New var.
15459 (ibuffer-mode): Set it instead of header-line-format.
15460 (ibuffer-update): Use it to set header-line-format.
15462 * international/mule-cmds.el (ucs-insert): Inherit surrounding
15463 properties like self-insert-command.
15465 2008-02-11 Drew Adams <drew.adams@oracle.com>
15467 * progmodes/etags.el: Add many doc strings.
15469 2008-02-11 Jason Rumney <jasonr@gnu.org>
15471 * ldefs-boot.el: Regenerated.
15473 2008-02-11 Glenn Morris <rgm@gnu.org>
15475 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15476 Shorten some names.
15478 * ffap.el (ffap-rfc-directories): Add :version.
15480 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
15482 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15483 files, and backup files of same.
15485 2008-02-11 Kevin Ryde <user42@zip.com.au>
15487 * ffap.el (ffap-rfc-directories): New variable.
15488 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15490 * info.el (Info-next-reference, Info-prev-reference)
15491 (Info-try-follow-nearest-node): Move to and follow https:// links too.
15493 * simple.el (completion-list-mode): Show full completion-list-mode-map
15496 2008-02-11 Sam Steingold <sds@gnu.org>
15498 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15500 2008-02-11 Glenn Morris <rgm@gnu.org>
15502 * startup.el (emacs-startup-time): New variable.
15503 (command-line): Set emacs-startup-time.
15505 * calendar/time-date.el (emacs-uptime): New function.
15507 2008-02-10 Bastien Guerry <bzg@altern.org>
15509 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15510 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15513 2008-02-10 Daiki Ueno <ueno@unixuser.org>
15515 * epg-config.el: Expand the contents of epg-package-info.el.
15516 (epg-package-name): New constant.
15517 (epg-version-number): New constant.
15518 (epg-bug-report-address): New constant.
15520 * epa-mail.el (epa-mail-mode): Add autoload cookie.
15521 (epa-global-mail-mode): New global minor mode.
15523 * epa-file.el (epa-file-mode): New global minor mode.
15525 * epa-dired.el (epa-dired-mode): New global minor mode.
15527 * epa.el (epa-menu): New variable.
15528 (epa-menu-items): New variable.
15529 (epa-menu-mode): New global minor mode.
15530 (epa-global-minor-modes): New user option.
15531 (epa-mode): New global minor mode.
15533 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
15535 * net/dbus.el: Remove `no-byte-compile' cookie.
15536 (dbus-call-method, dbus-register-signal, dbus-debug)
15537 (dbus-registered-functions-table): Declare them with
15538 `declare-function' or `defvar', respectively.
15539 (top): Don't assert any longer. Require 'cl when compiling.
15540 Apply `ignore-errors' but `dbus-ignore-errors'.
15542 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15544 * diff-mode.el (diff-add-change-log-entries-other-window):
15545 Use add-change-log-entry.
15547 2008-02-09 Jason Rumney <jasonr@gnu.org>
15549 * button.el (button-map):
15550 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15551 * ldefs-boot.el: Regenerate.
15553 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15555 * epa.el (epa-faces, epa):
15556 * epa-file.el (epa-file):
15557 * epg-config.el (epg): Add :version.
15559 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
15561 * vc.el (vc-exec-after): Append CODE to previous fragments.
15562 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15563 take MESSAGES instead of VERBOSE; use it when non-nil.
15564 (vc-diff-internal): Compute messages once; use them;
15565 update call to vc-diff-finish.
15567 2008-02-09 Michael Olson <mwolson@gnu.org>
15569 * net/tramp.el (tramp-process-sentinel): Avoid error when process
15570 buffer has been killed, such as by
15571 `tramp-cleanup-all-connections'.
15573 2008-02-09 Miles Bader <miles@gnu.org>
15575 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
15577 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15579 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
15580 splitter in context hunks.
15582 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
15584 * international/fontset.el (setup-default-fontset): Fix arabic otf
15585 font specification.
15587 2008-02-08 Daiki Ueno <ueno@unixuser.org>
15595 * epg-package-info.el:
15596 * epg.el: Initial check-in of EasyPG.
15598 2008-02-08 Glenn Morris <rgm@gnu.org>
15600 * woman.el (woman-locale): New defcustom.
15601 (woman-expand-locale, woman-manpath-add-locales): New functions.
15602 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
15604 * international/mule-cmds.el (locale-translate): New function,
15605 with old code extracted from set-locale-environment.
15606 (set-locale-environment): Use locale-translate. Set woman-locale.
15608 * cus-start.el (selection-coding-system): Remove, since it's now
15609 defined in select.el rather than in xselect.c.
15610 * select.el (selection-coding-system): Make it a defcustom, and
15611 add the properties from cus-start.el. Bump :version.
15613 * custom.el (custom-theme-set-variables): Sort symbols that are
15614 dependencies before symbols that depend on them.
15615 (custom-enabled-themes): Set after custom-theme-directory.
15617 * pcmpl-unix.el (top-level): Move provide statement to end.
15618 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
15619 `*' from doc-string. Allow to be nil.
15620 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
15621 Allow to be nil. Add :version.
15622 (pcmpl-ssh-hosts): Move definition before use. Handle lines
15623 without hostnames, and multiple hostnames per line.
15625 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
15627 2008-02-08 Phil Hagelberg <phil@evri.com>
15629 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
15630 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
15632 2008-02-07 Timo Savola <timo.savola@iki.fi>
15634 * startup.el (command-line-x-option-alist): Add --parent-id.
15636 * term/x-win.el (x-handle-parent-id): New function.
15638 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15640 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
15643 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
15645 * net/dbus.el (dbus-interface-peer): New defconst.
15646 (dbus-ping): New defun.
15648 2008-02-06 Sam Steingold <sds@gnu.org>
15650 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
15652 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15654 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
15655 Just return nil and let the C code provide a fallback.
15657 2008-02-05 Glenn Morris <rgm@gnu.org>
15659 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
15660 tramp-flush-connection-property for removed 2nd argument.
15662 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
15664 * diff-mode.el (diff-add-change-log-entries-other-window):
15665 Rename from diff-create-changelog. Change users.
15666 Minor change to hopefully work with plain diffs.
15667 (diff-mode-map): Add binding for it.
15669 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
15671 * diff-mode.el: Add new TODO entry.
15672 (diff-create-changelog): New function.
15673 (diff-mode-menu): Bind it.
15675 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15677 * international/mule-diag.el (print-fontset-element): Handle the
15678 case of inhibiting the fallback fonts.
15680 2008-02-04 Kim F. Storm <storm@cua.dk>
15682 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15683 (ido-magic-delete-char): Use prefix arg.
15685 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
15687 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
15688 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
15689 of today, the most recent libpng is 1.2.24).
15691 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
15693 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
15695 * net/dbus.el (top): Check (featurep 'dbusbind).
15697 * net/tramp.el (tramp-process-sentinel): New defun.
15698 (tramp-do-copy-or-rename-file-out-of-band)
15699 (tramp-maybe-open-connection): Use it as process sentinel.
15700 (tramp-handle-delete-directory): Don't use the "-f" option; it
15702 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
15704 (tramp-handle-shell-command): Set `mode-line-process' in the
15707 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
15709 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15710 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15711 Use `tramp-process-sentinel' as process sentinel.
15713 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
15715 * whitespace.el (global-whitespace-mode): Revert last change.
15716 (whitespace-unload-function): Force `global-whitespace-mode'
15717 to deactivate local modes in a slightly less intrusive way.
15719 2008-02-02 Eli Zaretskii <eliz@gnu.org>
15721 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
15723 2008-02-02 Glenn Morris <rgm@gnu.org>
15725 * international/latin1-disp.el (latin1-display):
15726 * progmodes/fortran.el (fortran-comment-indent-char):
15727 * progmodes/idlw-shell.el (top-level):
15728 * term/mac-win.el (mac-keyboard-translate-char):
15729 * whitespace.el (whitespace-char-valid-p):
15730 * wid-edit.el (widget-key-sequence-read-event):
15731 Use characterp rather than char-valid-p.
15733 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
15734 to capitalized-find-word-boundary. Doc fix. Update callers.
15735 (capitalized-next-word-boundary-function-table): Rename to
15736 capitalized-find-word-boundary-function-table. Doc fix. Update users.
15738 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
15741 * ps-def.el (declare-function): Add compatibility definition.
15742 (ps-plot-with-face, ps-plot-string): Declare as functions.
15743 (ps-bold-faces, ps-italic-faces): Declare variables.
15745 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
15746 (ps-mule-end-job): Declare as functions.
15748 * wid-edit.el (widget-string-complete): Use assoc-string rather
15749 than assoc-ignore-case.
15751 See ChangeLog.13 for earlier changes.
15753 ;; Local Variables:
15755 ;; add-log-time-zone-rule: t
15756 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15759 Copyright (C) 2008 Free Software Foundation, Inc.
15761 This file is part of GNU Emacs.
15763 GNU Emacs is free software: you can redistribute it and/or modify
15764 it under the terms of the GNU General Public License as published by
15765 the Free Software Foundation, either version 3 of the License, or
15766 (at your option) any later version.
15768 GNU Emacs is distributed in the hope that it will be useful,
15769 but WITHOUT ANY WARRANTY; without even the implied warranty of
15770 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15771 GNU General Public License for more details.
15773 You should have received a copy of the GNU General Public License
15774 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15776 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc