* progmodes/ruby-mode.el: Fix auto-mode-alist entry.
[emacs/old-mirror.git] / lisp / ChangeLog
blob973cb617ac6fb11e4ebf047fa767479862208271
1 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
5 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
7         * Makefile.in (ELCFILES): Add ruby-mode.elc.
9         * progmodes/ruby-mode.el: New file.
11         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
12         terminal variable assignment.
14 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
16         * net/tramp.el (top): Don't fail if there is no current message.
18 2008-12-10  Kenichi Handa  <handa@m17n.org>
20         * international/fontset.el (setup-default-fontset): Add an entry
21         for characters in the Unicode SIP area.
23 2008-12-10  Glenn Morris  <rgm@gnu.org>
25         * vc-mcvs.el: Move to obsolete/, with warning comment.
26         * Makefile.in (ELCFILES): Update.
28 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
30         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
31         buffer unmodified.  (Bug#1509)
32         * epa-file.el (epa-file-insert-file-contents): Set buffer's
33         modification time if visiting a file and the content is
34         successfully decrypted.
36 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
38         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
39         check whether the buffer is still alive.
41 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
45 2008-12-09  Glenn Morris  <rgm@gnu.org>
47         * Makefile.in (ELCFILES): Update.
49 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
52         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
54 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
56         * term/xterm.el (terminal-init-xterm): Discard pending input
57         before reading a reply to the terminal attributes query.
59 2008-12-05  Andreas Schwab  <schwab@suse.de>
61         * dired.el (dired-font-lock-keywords): Fix last change.
63 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
65         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
66         into (defcustom ... "..." :type ... :group...).
68 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
70         * international/mule-diag.el (mule-diag): Display the window
71         system version in a less laconic way.
73 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
75         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
76         if the sorting functions are not loaded.  (Bug#1432)
78 2008-12-04  Sam Steingold  <sds@gnu.org>
80         * progmodes/compile.el (compilation-read-command): Extract from
81         compile.
82         (compile): Use it.
83         (recompile): Accept an optional argument to enable editing the
84         command line.
86 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
88         * net/tramp.el (top): Write a message, when loading Tramp.
90         * net/tramp-cache.el (tramp-dump-connection-properties):
91         Polish the check, whether to dump the data.
93 2008-12-04  Lute Kamstra  <lute@gnu.org>
95         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
96         check if the file "CVS/Entries" exists.
98 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
100         * international/mule-diag.el (list-character-sets): Doc fix.
101         (list-character-sets-2): Fix info in header.  Simplify.
102         (print-coding-system): Simplify.
103         (list-input-methods-1): Simplify.
104         (mule-diag): Display current font/fontset for all window systems,
105         not just X.  Simplify.
107 2008-12-04  Glenn Morris  <rgm@gnu.org>
109         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
110         (vc-cvs-register): Doc fix.
111         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
112         (vc-mcvs-register): Doc fix.
113         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
114         (vc-rcs-register): Doc fix.
115         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
116         (vc-sccs-register): Doc fix.
117         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
118         (vc-svn-register): Doc fix.
120         * files.el (toggle-read-only): Doc fix.
122 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
125         be used in compact layout and vice-versa.
127 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
129         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
130         like most list-* commands.
132         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
133         They already exist in descr-text.el as `describe-char-unicodedata-file'
134         and `describe-char-unicode-data'.
135         (print-list): Simplify.
136         (read-charset): Reflow docstring.
137         (list-coding-systems): Doc fix.
139 2008-12-03  Glenn Morris  <rgm@gnu.org>
141         * vc.el (vc-diff-switches): Doc fix.
142         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
143         (vc-bzr-log-switches): Doc fix.
144         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
145         * vc-git.el (vc-git-diff-switches): Doc fix.
146         * vc-hg.el (vc-hg-diff-switches): Doc fix.
147         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
148         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
149         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
150         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
152         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
153         other backends.
154         (vc-arch-diff): Apply switches.
156         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
157         than appending.
159         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
161 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
163         * epa.el (epa--show-key): Use past tense of "expire" if the key
164         has already been expired.  Thanks to Peter BARABAS.
166 2008-12-03  Lute Kamstra  <lute@gnu.org>
168         * align.el:
169         * allout.el:
170         * apropos.el:
171         * arc-mode.el:
172         * autoinsert.el:
173         * avoid.el:
174         * battery.el:
175         * bookmark.el:
176         * buff-menu.el:
177         * calculator.el:
178         * chistory.el:
179         * cmuscheme.el:
180         * comint.el:
181         * compare-w.el:
182         * dabbrev.el:
183         * delim-col.el:
184         * desktop.el:
185         * diff-mode.el:
186         * diff.el:
187         * dired-aux.el:
188         * dired-x.el:
189         * dired.el:
190         * dos-vars.el:
191         * ediff-diff.el:
192         * ediff-help.el:
193         * ediff-init.el:
194         * ediff-merg.el:
195         * ediff-mult.el:
196         * ediff-ptch.el:
197         * ediff-vers.el:
198         * ediff-wind.el:
199         * ediff.el:
200         * emerge.el:
201         * facemenu.el:
202         * faces.el:
203         * ffap.el:
204         * filecache.el:
205         * find-dired.el:
206         * font-core.el:
207         * font-lock.el:
208         * forms.el:
209         * fringe.el:
210         * help-at-pt.el:
211         * hippie-exp.el:
212         * ido.el:
213         * image-file.el:
214         * imenu.el:
215         * indent.el:
216         * info.el:
217         * isearchb.el:
218         * iswitchb.el:
219         * jit-lock.el:
220         * jka-compr.el:
221         * log-edit.el:
222         * lpr.el:
223         * ls-lisp.el:
224         * man.el:
225         * menu-bar.el:
226         * midnight.el:
227         * mouse-sel.el:
228         * mouse.el:
229         * msb.el:
230         * outline.el:
231         * paren.el:
232         * pcmpl-cvs.el:
233         * pcmpl-gnu.el:
234         * pcomplete.el:
235         * pcvs-info.el:
236         * pcvs-parse.el:
237         * printing.el:
238         * ps-mule.el:
239         * ps-print.el:
240         * replace.el:
241         * ruler-mode.el:
242         * saveplace.el:
243         * sb-image.el:
244         * scroll-bar.el:
245         * sha1.el:
246         * shadowfile.el:
247         * shell.el:
248         * sort.el:
249         * speedbar.el:
250         * strokes.el:
251         * tempo.el:
252         * term.el:
253         * terminal.el:
254         * time-stamp.el:
255         * time.el:
256         * tree-widget.el:
257         * type-break.el:
258         * vc-cvs.el:
259         * vc-hg.el:
260         * vc-mcvs.el:
261         * vc-rcs.el:
262         * vc-sccs.el:
263         * vc.el:
264         * view.el:
265         * w32-vars.el:
266         * whitespace.el:
267         * wid-edit.el: Remove leading * from docstrings of defcustoms,
268         deffaces, defconsts and defuns.
270 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
272         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
273         the prompt was added to the minibuffer.
275 2008-12-02  Glenn Morris  <rgm@gnu.org>
277         * format.el (format-write-file): Rewrite doc yet again.
279         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
280         Doc fix.  (Bug#1368)
282         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
284 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
286         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
287         case where point is at the beginning of the buffer.  (Bug#1239)
289 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
291         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
292         already have the correct indentation.  (Bug#859)
294 2008-12-02  Kenichi Handa  <handa@m17n.org>
296         * international/uni-decomposition.el: Re-generated.
298 2008-12-01  Andreas Schwab  <schwab@suse.de>
300         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
301         ending in a colon as directory header.
303 2008-12-01  Kenichi Handa  <handa@m17n.org>
305         * international/uni-numeric.el: Re-generated.
307         * international/charprop.el: Re-generated.
309 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
311         * international/mule-cmds.el (locale-preferred-coding-systems):
312         Fix alist item.
314 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
316         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
317         (tramp-set-connection-property, tramp-flush-connection-property)
318         (tramp-dump-connection-properties): Use it.
320 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
322         * wdired.el (wdired-finish-edit): If displaying a single file,
323         change dired-directory if that file was renamed.
325         * emacs-lisp/byte-run.el (macro-declaration-function):
326         Disallow declare specs with lengths of 3 or more.
328         * dirtrack.el (dirtrack): Fix error message.
330 2008-11-30  Glenn Morris  <rgm@gnu.org>
332         * vc-svn.el (vc-svn-diff-switches): Doc fix.
333         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
335         * vc-git.el (vc-git-diff):
336         * vc-hg.el (vc-hg-diff):
337         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
339         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
340         (eshell-needs-pipe-p): New function.
341         (eshell-gather-process-output): Set process-connection-type according to
342         eshell-needs-pipe-p.  (Bug#1388)
344 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
346         * calendar/diary-lib.el (diary-cyclic): Doc fix.
347         (diary-remind-message, diary-number-of-entries)
348         (diary-include-other-diary-files, diary-mark-included-diary-files)
349         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
350         (diary-font-lock-keywords-1): Reflow docstrings.
351         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
352         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
354         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
355         (timer-duration): Use `string-match-p'.
357 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
359         * complete.el (PC-do-complete-and-exit):
360         Use minibuffer-confirm-exit-commands.
362         * minibuffer.el (minibuffer-confirm-exit-commands):
363         Add PC-complete and PC-complete-word to the list.
365 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
367         * files.el (break-hardlink-on-save): Fix typo in docstring.
368         Add :version tag.
370         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
371         (reb-mode): Define with `define-derived-mode'.
373 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
375         * files.el (break-hardlink-on-save): New variable.
376         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
377         (file-precious-flag): Mention it in doc string.
379 2008-11-29  Miles Bader  <miles@gnu.org>
381         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
382         (minibuffer-complete-and-exit): Use it.
384 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
386         * term/x-win.el (x-gtk-stock-cache): New hash table.
387         (x-gtk-map-stock): Perform caching to prevent excess consing
388         during redisplay.
390 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * minibuffer.el (completion--try-word-completion): Don't ignore
393         partial-completion if it's the only style.
395 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
397         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
398         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
399         (reb-initialize-buffer): Update matches, in case we're reentering
400         RE Builder mode.
402 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
404         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
405         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
406         values for minibuffer-completion-confirm.
408 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
410         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
411         any but the first "*" in a doc-string.
413 2008-11-28  Glenn Morris  <rgm@gnu.org>
415         * format.el (format-write-file): Improve previous doc fix.
417 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
419         * simple.el (use-empty-active-region, use-region-p)
420         (region-active-p): Doc fix.
422 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
424         * window.el (display-buffer): Fix handling of not-this-window
425         argument.  (Bug#1415)
427 2008-11-27  Kenichi Handa  <handa@m17n.org>
429         * international/characters.el: Set category 'C' to characters
430         #x20000..#x2AFFF, #x2F800..#x2FFFF.
432         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
434 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
436         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
437         (tool-bar-find-image): Function deleted.
438         (tool-bar-local-item, tool-bar-local-item-from-menu):
439         Use find-image instead of tool-bar-find-image.
440         (tool-bar-keymap-cache): New hash table.
441         (tool-bar-make-keymap): Use it.
442         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
444 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
446         * net/dbus.el (dbus-handle-event): The result of a message call
447         handler can also be an object, which is not a consp.
449 2008-11-25  Alan Mackenzie  <acm@muc.de>
451         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
452         (forward-list, backward-list, down-list, backward-up-list)
453         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
454         (insert-pair, insert-parentheses): State that the command assumes
455         that point is not in a string or comment.
457 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
459         * net/dbus.el (dbus-string-to-byte-array)
460         (dbus-byte-array-to-string, dbus-escape-as-identifier)
461         (dbus-unescape-from-identifier): New defuns.
462         (dbus-handle-event): The result of a message call is a list of
463         arguments, which must be expanded when passing to
464         `dbus-method-return-internal'.
466         * net/tramp.el (tramp-handle-write-region): Improve the check for
467         calling direct copy.
468         (tramp-find-inline-encoding): Don't raise an error but a warning,
469         when no inline encoding is found.
470         (tramp-get-remote-coding): Check for a symbol.  The negative check
471         for a string fails, when there is an empty string.
473 2008-11-26  Glenn Morris  <rgm@gnu.org>
475         * vc-git.el (vc-git-diff-switches): New option.
476         (vc-git-diff): Apply diff switches.  (Bug#1386)
477         Give it a basic doc string.
479         * term/pc-win.el (x-font-family-list): Replace redefinition with
480         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
482 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
484         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
485         of the polynomial rather than the whole polynomial.
487 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
489         * mail/mailabbrev.el (define-mail-abbrev): When reading from
490         mailrc, recognize string quoting.  When reading from Lisp, accept
491         rfc822-like addresses.
493         * mail/mailalias.el (define-mail-alias): Sync code with
494         define-mail-abbrev.
496 2008-11-25  Glenn Morris  <rgm@gnu.org>
498         * eshell/esh-proc.el (eshell-gather-process-output):
499         Revert previous change.  (re-opens Bug#1388)
501         * select.el (x-set-cut-buffer): Fix signal arguments.
503         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
505 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
507         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
508         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
509         (bubbles--empty-char): Use "\s".
511 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
513         * calc/calc.el (calc-settings-file, calc-language-alist)
514         (calc-embedded-announce-formula)
515         (calc-embedded-announce-formula-alist)
516         (calc-embedded-open-formula, calc-embedded-close-formula)
517         (calc-embedded-open-close-formula-alist)
518         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
519         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
520         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
521         (calc-embedded-open-close-new-formula-alist)
522         (calc-embedded-open-mode, calc-embedded-close-mode)
523         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
524         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
525         (calc-multiplication-has-precedence): Remove unnecessary asterisks
526         from docstrings.
528 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
530         * calculator.el (calculator-op-or-exp): Reflow docstring.
531         (calculator-remove-zeros, calculator-repR, calculator-repL):
532         Fix typos in docstrings.
534 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
536         * log-view.el (log-view-annotate-version): Let vc-annotate manage
537         windows instead of calling switch-to-buffer.
539         * diff.el (diff-sentinel): Take note of diff error return value.
541 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
543         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
544         frame can't be split.
546 2008-11-24  Ulf Jasper  <ulf@web.de>
548         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
549         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
550         (newsticker--treeview-tree-update-tag): Remove dead code.
551         (newsticker-treeview-update): Don't update cache.
552         (newsticker-treeview-quit): Don't save cache.
553         (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
554         (newsticker-treeview-save): Use `newsticker-dir'.
555         (newsticker--treeview-load): Use `newsticker-dir'.
556         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
557         Update tags.
558         (newsticker-treeview-tree-do-click): Slightly simplified.
560         * net/newst-backend.el (newsticker-dir): New.
561         (newsticker-start): Use `newsticker--cache-read'.
562         (newsticker-stop): Use `newsticker--cache-save'.
563         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
564         (newsticker--images-dir): New.
565         (newsticker--image-get, newsticker--image-sentinel):
566         Use `newsticker--images-dir'.
567         (newsticker--cache-save-version1): Backup version of
568         `newsticker--cache-save'.
569         (newsticker--cache-update): Create newsticker-dir if necessary.
570         (newsticker--cache-dir): New.
571         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
572         (newsticker--cache-save-feed): New.
573         (newsticker--cache-read-version1): New. Backuped version for reading
574         cache data..
575         (newsticker--cache-read, newsticker--cache-do-read): New.
577         * net/newst-reader.el (newsticker--image-read):
578         Use `newsticker--images-dir'.
580 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
582         * files.el (confirm-nonexistent-file-or-buffer):
583         Allow `after-completion' value to request confirm only after TAB.
584         (confirm-nonexistent-file-or-buffer): New function.
585         (read-buffer-to-switch, find-file, find-file-other-window)
586         (find-file-other-frame, find-file-read-only)
587         (find-file-read-only-other-window)
588         (find-file-read-only-other-frame): Use it.
589         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
590         Thanks to Alan Mackenzie for suggesting the new behavior.
592         * minibuffer.el (minibuffer-complete-and-exit):
593         Change `confirm-only' value of minibuffer-completion-confirm to
594         `confirm', and handle a `confirm-after-completion' value.
596 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
598         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
600 2008-11-24  Andreas Schwab  <schwab@suse.de>
602         * image.el (image-type-header-regexps): Recognize more xbm format
603         variants.
605 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
607         * textmodes/artist.el (artist-charlist-to-string): Simplify.
608         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
609         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
610         (artist-replace-string, artist-draw-rect, artist-draw-line)
611         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
612         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
613         (artist-pen, artist-pen-line, artist-text-insert-common)
614         (artist-text-overwrite, artist-spray-get-interval)
615         (artist-spray-clear-circle, artist-erase-char)
616         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
617         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
618         (artist-key-draw-1point, artist-key-draw-2points)
619         (artist-mouse-draw-continously): Fix typos in docstrings.
620         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
621         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
622         (artist-backward-char, artist-forward-char): Doc fixes.
623         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
624         Reflow docstrings.
626 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
628         * international/quail.el (quail-vunion): New function.
629         (quail-defrule-internal): Use it to prevent accumulating redundant
630         alternatives when `append' is set.
631         (quail-insert-decode-map): Simplify computation of the max-key-width.
632         Compute it right for multiple-list.
634 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
636         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
637         explicitly.  Doc fix.
639 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
641         * calendar/appt.el (appt-disp-window): Move minibuffer check
642         after binding this-window and do not set-buffer to make sure we
643         won't deselect the minibuffer.  (Bug#1413)
645 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
647         * vc-hg.el (vc-hg-program): Remove.
648         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
649         Undo previous change.
651 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
653         * info-look.el (info-lookup): When Info buffer is visible on
654         another frame, raise that frame.
656 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
658         * allout.el (allout-mode): Fix typo in docstring.
660         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
661         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
663 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
665         * vc-hooks.el (vc-follow-link): Complete last change.
667 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
669         * textmodes/remember.el (remember-region): Doc fix.
670         (remember-filter-functions, remember-handler-functions)
671         (remember-save-after-remembering, remember-mailbox)
672         (remember-default-priority, remember-data-file, remember-leader-text)
673         (remember-diary-file): Remove * from defcustom docstrings.
674         (remember-run-all-annotation-functions-flag)
675         (remember-all-handler-functions): Reflow docstrings.
676         (remember-store-in-mailbox): Fix typo in docstring.
677         (remember-mode): Define with `define-derived-mode'.  Doc fix.
679 2008-11-23  Glenn Morris  <rgm@gnu.org>
681         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
682         (eshell-do-pipelines): Add optional argument to distinguish recursive
683         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
684         in a pipeline.
686         * eshell/esh-proc.el (eshell-gather-process-output):
687         Set process-connection-type nil for all but the first element of a
688         pipeline.  (Bug#1388)
690 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
692         * ediff-hook.el: Add tooltips to Emacs menus.
694         * ediff.el: Change date of last update.
696 2008-11-22  Juri Linkov  <juri@jurta.org>
698         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
699         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
700         Doc fix.
701         (dired-isearch-filenames-setup): Run filename Isearch only when
702         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
703         and the text property `dired-filename' at point is non-nil.
704         In this case also set isearch-message-prefix-add to "filename ".
705         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
706         (dired-isearch-filenames, dired-isearch-filenames-regexp):
707         Don't let-bind isearch-message-prefix-add since this is done now
708         in dired-isearch-filenames-setup.
710         * isearch.el (isearch-mode): Change the order of calling
711         `isearch-update' and running the `isearch-mode-hook' to call
712         `isearch-update' with Isearch parameters set in this hook.
714         * progmodes/compile.el (compilation-auto-jump-to-first-error):
715         Fix docstring - change "during `compile'" to "during compilation".
717         * descr-text.el (describe-char-unidata-list): Move `old-name' to
718         be immediately after `name'.
720         * startup.el (initial-buffer-choice): Change an abstract file name
721         "file.txt" to more reasonable default file name value "~/.emacs".
723 2008-11-22  Juri Linkov  <juri@jurta.org>
725         * files.el (hack-local-variables-confirm): Rename arg `project' to
726         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
727         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
728         (hack-local-variables): Rename call of `hack-project-variables' to
729         `hack-dir-local-variables'.  Change error text to "Directory-local
730         variables error".
731         (dir-locals-class-alist): Rename from `project-class-alist'.
732         (dir-locals-directory-alist): Rename from `project-directory-alist'.
733         (dir-locals-get-class-variables): Rename from `project-get-alist'.
734         (dir-locals-collect-mode-variables): Rename from
735         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
736         `mode-variables', and arg `settings' to `variables'.
737         (dir-locals-collect-variables): Rename from
738         `project-collect-binding-list'.  Rename arg `binding-list' to
739         `class-variables', and arg `settings' to `variables'.
740         (dir-locals-set-directory-class): Rename from `set-directory-project'.
741         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
742         Rename arg `settings' to `variables'.
743         (dir-locals-file): New defconst.
744         (dir-locals-find-file): Rename from `project-find-settings-file'.
745         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
746         and `pda' to `dir-elt'.
747         (dir-locals-read-from-file): Rename from
748         `project-define-from-project-file'.  Rename arg `settings-file'
749         to `file'.  Rename let-bound `list' to `variables'.
750         (hack-dir-local-variables): Rename from `hack-project-variables'.
751         Rename let-bound `settings' to `variables-file', `root-dir'
752         to `dir-name', and `bindings' to `variables'.
754 2008-11-22  Lute Kamstra  <lute@gnu.org>
756         * simple.el (goto-line): Rename argument.
758 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
760         * makefile.w32-in (compile-first): New target.
761         (recompile): Depend on compile-first.
763         * Makefile.in (recompile): Depend on compile-first.
765 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
767         * files.el (switch-to-buffer-other-window)
768         (switch-to-buffer-other-frame): Rename buffer argument to
769         buffer-or-name.  Reword and mention new option
770         confirm-nonexistent-file-or-buffer in doc-string.
772 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
774         * viper.el: Date change.
776         * viper-cmd.el (viper-envelop-ESC-key):
777         viper-translate-all-ESC-keysequences is now a function.
779         * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
781 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
784         Use buffer-file-truename to handle symlinks in any part of the filename.
786 2008-11-22  Glenn Morris  <rgm@gnu.org>
788         * vc-mtn.el (vc-mtn-diff-switches): New option.
789         (vc-mtn-program): Rename from vc-mtn-command, for
790         consistency with other backends.  Keep old name as alias.
791         Update callers.  Make it a defcustom.
792         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
794         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
795         consistency with other backends.  Keep old name as alias.
796         Make it a defcustom.
797         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
799         * vc-hg.el (vc-hg-program): New option.
800         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
801         Use vc-hg-program rather than hard-coded "hg".
803         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
804         (vc-svn-program): Move defcustom to start.
805         (vc-svn-create-repo, vc-svn-modify-change-comment):
806         Use vc-svn-program rather than hard-coded "svn".
808         * menu-bar.el: Stylistic consistency fixes for various menu and
809         help texts.
811         * kmacro.el (kmacro-insert-counter): Doc fix.
813 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
815         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
817 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * international/quail.el (quail-indent-to): New function.
820         (quail-completion-1, quail-completion-list-translations)
821         (quail-insert-decode-map): Use it to improve alignment.
822         (quail-build-decode-map): Don't ignore latin-1 chars.
823         (quail-help): Increase the max decode-map size so that even the TeX map
824         gets printed.
826         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
827         Signal error for invalid bookmark.
828         (bookmark-get-bookmark-record): Undo last change.
829         (bookmark-store, bookmark-delete): Use new arg `noerror'.
831         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
832         Suggested by Toru TSUNEYOSHI.
834 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
836         * byte-opt.el (byte-compile-butlast): Move up in file.
837         (byte-optimize-plus): Don't call
838         byte-optimize-delay-constants-math (bug#1334).
839         Use byte-optimize-predicate to optimize constants.
840         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
841         Remove zero arguments first
842         if possible.  Call byte-optimize-predicate to optimize constants.
843         (byte-optimize-multiply): Remove optimizations for arguments of 0
844         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
845         Call byte-optimize-predicate.
846         (byte-optimize-divide): Leave runtime errors unchanged.
847         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
848         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
850 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
852         * bookmark.el (bookmark-jump-noselect): Add obsolescence
853         declaration and remove redundant info from docstring.
855         * isearch.el (isearch-search-string): Doc fix.
856         (search-exit-option, search-slow-window-lines, search-slow-speed)
857         (search-upper-case, search-nonincremental-instead)
858         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
859         (search-ring-update, search-highlight, isearch-lazy-highlight)
860         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
861         (lazy-highlight-interval): Remove * from defcustom docstrings.
862         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
863         Remove * from defcustom docstrings; fix typos.
864         (isearch-push-state-function, isearch-help-for-help-internal)
865         (isearch-help-for-help, isearch-describe-bindings)
866         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
867         (isearch-pop-fun-state, isearch-search-fun-function)
868         (isearch-lazy-highlight-search): Fix typos in docstrings.
869         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
870         (isearch-forward): Fix typo and reflow docstring.
871         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
872         (isearch-mode-map): Don't use `let*'.
874 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
876         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
878 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
880         * isearch.el (isearch-search-string): Simplify and convert docstring.
882         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
884 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
886         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
887         (lookup-nested-alist): Doc fix.
888         (with-coding-priority): Reflow docstring.
889         (detect-coding-with-priority): Fix typos in obsolescence declaration.
890         (char-displayable-p): Reflow docstring.  Use `when'.
892 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
894         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
895         week forward/backward.
897 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
899         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
900         (with-electric-help): Fix typo and reflow docstring.
902 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
905         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
906         (list-buffers-noselect): Don't need to pad.
908 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
910         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
911         Pay attention to char widths when computing string sizes.
913 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
915         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
916         (byte-compile-output-docform): Reflow docstrings.
917         (no-byte-compile): Fix typo in docstring.
918         (byte-recompile-directory, compile-defun): Doc fixes.
919         (emacs-lisp-file-regexp, byte-compile-verbose)
920         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
921         (byte-compile-dynamic-docstrings, byte-optimize-log)
922         (byte-compile-error-on-warn, byte-compile-warnings)
923         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
924         Remove * from defcustom docstrings.
926 2008-11-20  Glenn Morris  <rgm@gnu.org>
928         * format.el (format-alist, format-write-file): Doc fix.
930         * proced.el (proced-available): New variable.
931         (proced-process-attributes): Move availability check from previous
932         change from here...
933         (proced): ... to here.
935         * vc-hg.el (vc-hg-diff-switches): New option.
936         (vc-hg-diff): Apply diff switches.  (Bug#1017)
938         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
940         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
942 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
944         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
946 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
948         * calc/calc-units.el (math-units-table): Doc fix.
949         (math-standard-units): Fix typo in constant's description.
950         (math-additional-units): Fix typo in docstring.
952 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
954         * calc/calc-units.el (math-standard-units): Add eps0,
955         permittivity of vacuum.
957 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
959         * files.el (project-settings-file): Remove.
960         (project-find-settings-file): Undo previous change that added the
961         use of project-settings-file.
963 2008-11-19  Glenn Morris  <rgm@gnu.org>
965         * proced.el (proced, proced-format-time): Doc fixes.
966         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
968 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
970         * bookmark.el (bookmark-jump-noselect): Move the deprecation
971         notice into the doc string, following up to revision 1.117.
973 2008-11-19  Lute Kamstra  <lute@gnu.org>
975         * autoinsert.el (auto-insert-alist): Don't use match data.
977 2008-11-19  Glenn Morris  <rgm@gnu.org>
979         * progmodes/f90.el (f90-mode-map): Add some menu :help.
981         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
983         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
984         * term/w32-win.el (x-select-font): Declare.
986         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
987         Use the imperative for all help strings.
989 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
991         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
992         case where the default dictionary is French, Spanish, younameit.
994         * window.el (window--frame-usable-p): Consider dedicated windows
995         as usable.
997         * files.el (confirm-nonexistent-file-or-buffer):
998         Rename from find-file-confirm-nonexistent-file.
999         (read-buffer-to-switch): Use it.
1001 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1003         * server.el (server-temp-file-p): Use `string-match-p'.
1004         (server-socket-dir): Set to nil if local sockets are unsupported.
1005         (server-start): Don't try to delete local socket if unsupported.
1006         (server-kill-new-buffers): Reflow docstring.
1007         (server-delete-client, server-handle-delete-frame)
1008         (server-save-buffers-kill-terminal): Doc fixes.
1009         (server-send-string): Fix typo in docstring.
1011 2008-11-18  Sam Steingold  <sds@gnu.org>
1013         * progmodes/compile.el (compilation-start-hook): New hook.
1014         (compilation-start): Run it on the compilation process.
1016 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1018         * international/mule-cmds.el (update-leim-list-file): Simplify.
1019         (prefer-coding-system, find-coding-systems-for-charsets):
1020         Fix docstring typos.
1021         (select-safe-coding-system, input-method-exit-on-first-char)
1022         (language-info-alist, language-info-custom-alist): Reflow docstrings.
1023         (toggle-input-method, read-multilingual-string): Doc fixes.
1024         Reflow docstrings.
1025         (locale-name-match, sort-coding-systems, find-multibyte-characters)
1026         (read-char-by-name): Use `string-match-p'.
1027         (get-char-code-property, put-char-code-property)
1028         (char-code-property-description): Be silent while loading uni-* files.
1029         (ucs-names): Use `dotimes-with-progress-reporter', because loading
1030         the Unicode character names is *slow*.
1032 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
1034         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1036         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1038 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1040         * international/mule-cmds.el (ucs-completions): Mark as risky.
1042 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
1044         * help-macro.el (three-step-help): Remove * from defcustom.
1045         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
1046         Use when instead of if and cond within condition-case.
1048         * window.el (quit-window): Bind window to selected window when
1049         trying to delete it.
1051 2008-11-17  Glenn Morris  <rgm@gnu.org>
1053         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1054         definition of 'ignore, rather than nil.  (Bug#1353)
1056 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * window.el (window--frame-usable-p): Allow use for soft-dedication.
1060 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1062         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1064         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1065         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1066         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1067         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1068         (shell-command, repeat-complex-command): Reflow docstrings.
1069         (pop-to-mark-command): Fix typos in docstring.
1071 2008-11-17  Juri Linkov  <juri@jurta.org>
1073         * isearch.el (isearch-filter-predicate): Rename from
1074         `isearch-success-function'.  Rename default value from
1075         `isearch-success-function-default' to
1076         `isearch-filter-invisible'.  Doc fix.
1077         (isearch-filter-invisible): Rename from
1078         `isearch-success-function-default'.  Doc fix.
1079         (isearch-search, isearch-lazy-highlight-search):
1080         Rename `isearch-success-function' to `isearch-filter-predicate'.
1082         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1083         `dired-isearch-orig-success-function'.
1084         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1085         (dired-isearch-filenames-end): Rename `isearch-success-function' to
1086         `isearch-filter-predicate'.  Doc fix.
1087         (dired-isearch-filter-filenames): Rename from
1088         `dired-isearch-success-function'.
1090         * info.el (Info-search, Info-mode):
1091         Rename `isearch-success-function' to `isearch-filter-predicate'.
1092         (Info-isearch-filter-predicate): Rename from
1093         `Info-search-success-function'.
1095         * simple.el (minibuffer-default-add-function): Fix docstring to
1096         use clear text "default values" instead of obscure references to
1097         the dynamic variable `minibuffer-default'.
1099 2008-11-16  Glenn Morris  <rgm@gnu.org>
1101         * term/ns-win.el (ns-extended-platform-support-mode):
1102         Tweak menu entry from previous change.
1104         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1106         * cus-edit.el (custom-buffer-create-internal): Always insert the
1107         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
1109 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1111         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1113 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1115         * ielm.el (ielm-eval-input): Fix thinko in last change.
1117 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1119         * subr.el (read-passwd): Yank current kill if the user enters C-y.
1121 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
1123         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1124         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1126         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1127         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1128         Handle `file-name-as-directory'.
1130 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1132         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1133         usual variable-pitch face.
1135 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1137         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1138         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1139         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1140         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1141         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1142         (ange-ftp-quote-string, ange-ftp-process-handle-line)
1143         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1144         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1145         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1146         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1147         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1148         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1149         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1150         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1151         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1152         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1153         (ange-ftp-default-user, ange-ftp-default-password)
1154         (ange-ftp-default-account, ange-ftp-netrc-default-password)
1155         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1156         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1157         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1158         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1159         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1160         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1161         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1162         (ange-ftp-make-backup-files, ange-ftp-retry-time)
1163         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1164         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1165         (ange-ftp-gateway-tmp-name-template)
1166         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1167         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1168         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1169         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1170         (ange-ftp-gateway-program): Remove * from docstring and reflow.
1171         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1172         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1173         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1174         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1175         (ange-ftp-rename-local-to-remote): Doc fixes.
1176         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1177         Use `when', `unless'.
1178         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1179         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1180         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1181         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1182         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
1183         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
1184         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
1185         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1186         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1187         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1188         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1189         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1190         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1191         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1192         `(save-match-data (string-match ...))'.
1193         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1194         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1195         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1196         Doc fixes.
1198 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
1200         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1201         function instead of a variable.
1203         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1204         viper-ESC-keyseq-timeout as a function.
1205         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1206         defsubst.
1208         * emulation/viper-cmd.el: Let line-move-visual to nil when using
1209         next-line or previous-line.
1210         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1212         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1214         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1215         live.
1216         (ediff-save-buffer): Let window-min-height to 2.
1218         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1219         the minibuffer.
1221 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1223         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1224         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1225         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1226         (ielm-map): Define within defvar.  Add docstring.
1227         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1228         (ielm-complete-filename): Use `when', `unless'.
1229         (ielm-is-whitespace-or-comment): Use `string-match-p'.
1230         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1231         (ielm-change-working-buffer): Check that the buffer is live.
1232         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1233         Simplify.  Reflow docstring.
1234         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1235         New aliases, to satisfy `define-derived-mode' expectations.
1237 2008-11-15  Glenn Morris  <rgm@gnu.org>
1238             Martin Rudalics  <rudalics@gmx.at>
1240         * emacs-lisp/find-func.el (find-function-advised-original): New.
1241         (find-function-C-source, find-function-noselect):
1242         Use find-function-advised-original to handle advised funcs.  (Bug#789)
1244 2008-11-15  Glenn Morris  <rgm@gnu.org>
1246         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1247         alias message.
1249         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1250         Remove uniquify-after-kill-buffer-p dependency.
1251         (uniquify-kill-buffer-function): New function.
1252         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
1254         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1255         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1256         main Emacs manual.
1258 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
1260         * window.el (quit-window): Restore delete window with second
1261         arg non-nil behavior as of before 2008-10-30 change.
1263 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
1265         * help-fns.el (describe-function-1): Do char-range check for
1266         self-insert-command.
1268 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
1270         * files.el (file-precious-flag): Document that this flag is advisory.
1272 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1274         * emacs-lisp/bytecomp.el (byte-compile-associative)
1275         (byte-compile-minus, byte-compile-quo): If there are more than two
1276         operands, don't use binary operation code (bug#1334).
1278 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
1280         * w32-fns.el (w32-shell-dos-semantics):
1281         * calendar/diary-lib.el (diary-face-attrs):
1282         * international/mule-cmds.el (set-default-coding-systems)
1283         (prefer-coding-system):
1284         * net/tramp.el (tramp-set-completion-function):
1285         * progmodes/vhdl-mode.el (vhdl-file-header):
1286         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1288         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1290         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1291         (kill-matching-buffers, save-buffers-kill-emacs)
1292         (save-buffers-kill-terminal): Fix typos in docstrings.
1293         (switch-to-buffer-other-window): Reflow docstring.
1294         (revert-buffer): Doc fix.
1295         (define-project-bindings): Rename arg LIST to SETTINGS.
1296         (project-find-settings-file): Use `let', not `let*'.
1297         Use `when'.
1299 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
1301         * files.el (project-settings-file, locate-dominating-file):
1302         Fix typos in docstrings.
1303         (find-file-visit-truename): Remove * from defcustom docstring.
1305 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1307         * files.el (project-settings-file): New variable.
1308         (project-find-settings-file): Use it, instead of hardcoding
1309         .dir.settings.el.
1311 2008-11-13  Glenn Morris  <rgm@gnu.org>
1313         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1315 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
1317         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1318         in mail bodies.
1320 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
1322         * international/mule.el (autoload-coding-system, with-category-table)
1323         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1324         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1325         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1326         (set-file-name-coding-system, ctext-pre-write-conversion)
1327         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1328         Reflow docstrings.
1329         (charset-list, set-coding-priority): Remove redundant obsolescence info.
1330         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1331         (char-valid-p): Define with `define-obsolete-function-alias'.
1333         * textmodes/artist.el (artist-mode): Fix typos in docstring.
1335 2008-11-12  Sam Steingold  <sds@gnu.org>
1337         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1338         between hostname and path.
1340 2008-11-11  Juri Linkov  <juri@jurta.org>
1342         * dired-aux.el (dired-isearch-filenames)
1343         (dired-isearch-filenames-regexp):
1344         Let-bind isearch-message-prefix-add to "filename ".
1346         * isearch.el (isearch-message-prefix-add)
1347         (isearch-message-suffix-add): New variables.
1348         (isearch-message-prefix): Show additional text from
1349         `isearch-message-prefix-add' before "I-search".
1350         (isearch-message-suffix): Show additional text from
1351         `isearch-message-suffix-add' at the end.
1353         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1354         `isearch-search'.  Call isearch-success-function to skip matches
1355         outside the current isearch scope.  Let-bind search-invisible to
1356         nil to not match invisible text.
1358         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1359         Let-bind `isearch-recursive-edit' to nil to prevent calling
1360         `exit-recursive-edit' in `isearch-done' that terminates the
1361         execution of these commands when it is non-nil.  Call
1362         `exit-recursive-edit' explicitly at the end.
1363         (isearch-occur): For word search construct the correct regexp
1364         with word boundaries to proceed with occur.
1366         * isearch.el (isearch-search-fun): Compare the length of the
1367         current search string with the length of the string from the
1368         previous search state to detect the situation when the user
1369         adds or removes characters in the search string.
1370         Use word-search-forward-lax and word-search-backward-lax in this
1371         case, and otherwise word-search-forward and word-search-backward.
1373 2008-11-11  Sam Steingold  <sds@gnu.org>
1375         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1376         the "Version Control" group (for C-x v g).
1378 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1380         * server.el (server-process-filter): Fix typos and reflow docstring.
1382 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
1384         * mail/footnote.el (footnote-mode): Improve doc-string.
1385         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
1387 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
1389         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1391 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1393         * mail/smtpmail.el (smtpmail-open-stream): Use
1394         `starttls-any-program-available'.  Auto-load starttls.el for it.
1396 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
1398         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1399         version (bug@1285).
1401 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1403         * startup.el (command-line): Ignore init-file-user when checking
1404         user's home directory on MS-DOS as well.
1406 2008-11-07  Sam Steingold  <sds@gnu.org>
1408         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1410 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
1412         * frame.el (make-frame-on-display): Use `string-match-p'.
1414 2008-11-07  Glenn Morris  <rgm@gnu.org>
1416         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1418 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
1420         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1421         to initialize font-lock keyword case sensitivity.
1422         (lisp-mode): Use it.
1424 2008-11-06  Glenn Morris  <rgm@gnu.org>
1426         * eshell/esh-maint.el: Remove unused file.
1428         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1430         * cus-edit.el (custom-comment-tag): Doc fix.
1431         (custom-comment, custom-variable-value-create, custom-face):
1432         Use face names sans -face suffix rather than aliases.
1434 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
1436         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1437         window width.
1439 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
1441         * server.el (server-process-filter): Only default to emacsclient's
1442         terminal in daemon mode.
1444 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
1446         * window.el (quit-window): Restore prefix argument behavior
1447         removed in 2008-10-30 change.  (Bug#1308)
1449 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
1451         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1452         function to kill-buffer-hook, not to kill-buffer.
1453         Reported by Markus Triska <markus.triska@gmx.at>
1455 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
1457         * calc/calc.el (calc-quit): Make sure that the keypad buffer
1458         exists before deleting its windows.
1460 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1462         * server.el (server-process-filter): Don't call
1463         server-create-tty-frame when no tty name is specified.
1465 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
1467         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1469 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1471         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1472         (define-char-code-property):
1473         * textmodes/reftex.el (reftex-index):
1474         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1476 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1478         * vc-bzr.el (vc-bzr-dir-printer): Rename from
1479         vc-bzr-status-printer.
1481         * startup.el (startup-echo-area-message): Display a different
1482         message in daemon mode.  Suggested by Stephen Turnbull.
1484         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1485         Windows.
1487 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1489         * dframe.el (dframe-mouse-position-function)
1490         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1491         (dframe-mouse-set-point): Fix typos in docstrings.
1493 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1495         * vc-dir.el (vc-dir-headers): Undo previous change.
1497 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
1499         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1500         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1502 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
1504         * subr.el (looking-back): Fix doc-string typo.
1506         * electric.el (Electric-pop-up-window): Call window-end with
1507         UPDATE set to t.
1509         * window.el (save-selected-window): Make it behave like
1510         save-selected-window-norecord.
1511         (save-selected-window-norecord): Remove, since functionality
1512         fully taken over by save-selected-window.
1513         (walk-windows, set-window-text-height, fit-window-to-buffer):
1514         Use save-selected-window instead of save-selected-window-norecord.
1515         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1516         save-selected-window-norecord.
1517         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1518         indent-function for save-selected-window-norecord.
1520 2008-11-03  Alan Mackenzie  <acm@muc.de>
1522         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1524 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
1526         * subr.el (looking-back): Doc fix.
1528         * term/x-win.el (x-initialize-window-system):
1529         Call x-wm-set-size-hint after initialization.
1531         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1532         to t.
1534         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1535         2000-12-08 (bug#1297).
1537         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1539 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1541         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1542         when appropriate.
1544 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
1546         * window.el (save-selected-window-norecord): New macro.
1547         (walk-windows): Use save-selected-window-norecord and call
1548         select-window with NORECORD set.  (Bug#1237)
1549         (set-window-text-height, fit-window-to-buffer):
1550         Use save-selected-window-norecord and call select-window with
1551         NORECORD set.
1552         * subr.el (with-selected-window): Call set-frame-selected-window
1553         with new argument NORECORD set.  Update doc-string.
1554         (with-selected-frame): Call select-frame with new argument
1555         NORECORD set.  Update doc-string.
1556         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1557         Put indent-function for save-selected-window-norecord.
1558         * font-lock.el (lisp-font-lock-keywords-2):
1559         Add save-selected-window-norecord.
1561 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1563         * cus-edit.el (customize-apropos-options, custom-comment)
1564         (custom-comment-tag, custom-face-edit-attribute-tag):
1565         Fix typos in docstrings.
1566         (custom-buffer-done-kill): Remove * from defcustom docstring.
1567         (custom-file): Fix typo in doc of defcustom choice.
1569         * frame.el (display-visual-class): Fix typo in docstring.
1570         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1571         (special-display-frame-alist, show-trailing-whitespace)
1572         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1573         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1574         Remove * from defcustom docstrings.
1576         * md4.el (md4-buffer): Fix typo in docstring.
1577         (md4, md4-64): Doc fixes.
1578         (md4-pack-int32): Reflow docstring.
1580         * paths.el (rmail-file-name): Remove * from defcustom docstring.
1581         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1583         * rect.el (open-rectangle): Reflow docstring.
1584         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
1586         * select.el (x-get-cut-buffer): Fix typo in docstring.
1588         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1589         (timezone-time-zone-from-absolute, timezone-leap-year-p):
1590         Fix typos in docstrings.
1592         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1593         Fix typos in docstrings.
1595 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1597         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1599         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1600         (newsticker--treeview-list-update, newsticker--treeview-item-show)
1601         (newsticker--treeview-tree-update)
1602         (newsticker--treeview-tree-update-highlight)
1603         (newsticker-treeview-update)
1604         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1605         (newsticker-treeview-next-new-or-immortal-item)
1606         (newsticker-treeview-prev-new-or-immortal-item)
1607         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1608         (newsticker-treeview-tree-click): Watch for layout changes.
1609         (newsticker--treeview-set-current-node): Cleanup.
1610         (newsticker--treeview-restore-layout): Rename from
1611         newsticker--treeview-restore-buffers.
1612         (newsticker--treeview-mark-item): Update cache file.
1614 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1616         * calendar/icalendar.el (icalendar--uid-count): New.
1617         (icalendar--create-uid): New.  Extracted from
1618         `icalendar-export-region' and add uid counter.
1619         (icalendar-export-region): Use `icalendar--create-uid'.
1621 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
1623         * tooltip.el (tooltip-frame-parameters): Doc fix.
1625 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
1627         * window.el (window-body-height, window-current-scroll-bars)
1628         (walk-windows, get-window-with-predicate, get-buffer-window-list)
1629         (minibuffer-window-active-p, count-windows)
1630         (window-safely-shrinkable-p, window--splittable-p)
1631         (window--try-to-split-window, window--frame-usable-p)
1632         (window--even-window-heights, window--display-buffer-1)
1633         (window--display-buffer-2, set-window-text-height)
1634         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1635         (truncated-partial-width-window-p): Rewrite doc-string.
1636         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
1637         (split-window-vertically, split-window-horizontally):
1638         Rename args, rewrite doc-string, and simplify code.
1639         (split-window-save-restore-data): Rename args and use
1640         when instead of if.
1642 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1644         * indent.el (indent-for-tab-command): Use use-region-p.
1646         * vc.el (vc-revert): Limit the length of the query string.
1648 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
1650         * simple.el (idle-update-delay, next-error-highlight)
1651         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1652         (minibuffer-history-case-insensitive-variables, kill-ring-max)
1653         (kill-read-only-ok, backward-delete-char-untabify-method)
1654         (kill-whole-line, mark-ring-max, global-mark-ring-max)
1655         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1656         (goal-column, line-move-ignore-invisible, fill-prefix)
1657         (auto-fill-inhibit-regexp, blink-matching-paren)
1658         (blink-matching-paren-on-screen, blink-matching-paren-distance)
1659         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1660         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1661         (minibuffer-history-isearch-wrap, transient-mark-mode)
1662         (next-logical-line, auto-fill-mode, line-number-mode)
1663         (column-number-mode, size-indication-mode, clone-indirect-buffer)
1664         (normal-erase-is-backspace-mode): Doc fixes.
1665         (current-kill, transient-mark-mode, toggle-truncate-lines)
1666         (visible-mode): Reflow docstrings.
1667         (minibuffer-local-shell-command-map, interprogram-paste-function):
1668         Fix typos in docstrings.
1670 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1672         * server.el (server-process-filter): In daemon mode, default to
1673         emacsclient's tty if not opening a new frame and only the
1674         terminal-frame is available.
1676 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
1678         * window.el (quit-window): Simplify code.  Say in doc-string
1679         that it operates on the selected window's buffer.  (Bug#1259)
1681 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
1683         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1684         nil so that log-view-diff-changeset works.
1686 2008-10-30  Glenn Morris  <rgm@gnu.org>
1688         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1690         * resume.el: Move to obsolete/.
1691         * Makefile.in (ELCFILES): Update.
1693 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
1695         * electric.el (Electric-pop-up-window): Don't shrink the window if
1696         it's already big enough.
1698         * minibuffer.el (delete-minibuffer-contents): Delete all
1699         minibuffer contents instead of just the current field.
1701         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1703         * bookmark.el (bookmark-handle-bookmark): Rename from
1704         bookmark-jump-noselect.
1705         (bookmark--jump-via, bookmark-insert): Callers changed.
1706         (bookmark-jump-noselect): Wrapper function for
1707         bookmark-handle-bookmark.
1708         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1710         * textmodes/ispell.el (ispell-word): Use use-region-p.
1712 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
1714         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1715         to follow naming conventions for abnormal hooks.  Doc fix.
1716         (tooltip-mode, tooltip-timeout): Use it.
1717         (tooltip-hook): New obsolete alias.
1718         (tooltip-help-tips): Doc fix.
1720         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1722 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
1724         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1725         of hardcoded /tmp.
1727 2008-10-29  Glenn Morris  <rgm@gnu.org>
1729         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1731         * vc-hooks.el (vc-find-root): Remove bogus alias.
1733 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1735         * international/quail.el (quail-show-guidance): Don't create
1736         a guidance-frame if current buffer is not a minibuffer, since even if
1737         selected-window is mini-p, the buffer will never be displayed in it, so
1738         it wil be usable for guidance.
1740 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * smerge-mode.el: Require diff-mode at run-time as well.
1744 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
1746         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1747         * vc-hooks.el (vc-stay-local): Likewise.
1749 2008-10-28  Phil Sung  <psung@mit.edu>
1751         * follow.el (follow-scroll-down, follow-calc-win-end)
1752         (follow-estimate-first-window-start): Reduce effective window
1753         height when header line is present.  (Bug#925)
1755 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
1757         * subr.el (locate-user-emacs-file): Simplify.  Don't create
1758         `user-emacs-directory' when Emacs is running in batch mode.
1760         * startup.el (inhibit-startup-screen): Reflow docstring.
1761         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1763 2008-10-27  Kenichi Handa  <handa@m17n.org>
1765         * descr-text.el (describe-char): Fix terminal case (where font is nil).
1767 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
1769         * face-remap.el (text-scale-increase, text-scale-decrease)
1770         (text-scale-adjust): Remove &optional keyword from the arg list;
1771         the INC argument is not really optional, if the functions happen
1772         to be called from elisp.
1774 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
1776         * vc.el: Rename VC methods that were missed when vc-status was
1777         renamed to vc-dir.
1778         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1779         vc-svn-status-extra-headers.
1780         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1781         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1782         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1783         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1784         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1785         vc-dir-status-printer.
1786         (vc-dir-headers): Use `dir-extra-headers' instead of
1787         `status-extra-headers'.
1788         (vc-dir-printer): Rename from vc-dir-status-printer.
1789         (vc-default-dir-extra-headers): Rename from
1790         vc-default-status-extra-headers.
1791         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1792         vc-cvs-status-extra-headers.
1794         * startup.el (server-name): Pacify byte compiler.
1795         (command-line): If --daemon=SERVER_NAME was used, set server-name
1796         before calling server-start.
1798 2008-10-26  Romain Francoise  <romain@orebokech.com>
1800         * startup.el (command-line): Call daemon-initialized after
1801         starting the server.
1803 2008-10-26  Kenichi Handa  <handa@m17n.org>
1805         * help-fns.el (describe-categories): Display the terse legend at
1806         the head.
1808         * international/characters.el: Docstrings of categories improved.
1810 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1812         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1814         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1815         to the courier family.
1816         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1817         usually not serif'd and hence rather unlike verbatim's printed output.
1819 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
1821         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1822         when reporting the module.
1824         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1826         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1828 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * files.el (locate-dominating-stop-dir-regexp): New var.
1831         (locate-dominating-file): Change arg from a regexp to a file name.
1832         Rewrite using the vc-find-root code to avoid directory-files which is
1833         too slow.  Obey locate-dominating-stop-dir-regexp.
1834         Don't pay attention to changes in owner.
1835         (project-find-settings-file): Adjust call to locate-dominating-file.
1837         * progmodes/flymake.el (flymake-find-buildfile):
1838         Adjust call to locate-dominating-file.
1840         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1841         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1843 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1845         * subr.el (with-current-buffer): Rename buffer argument to
1846         buffer-or-name.
1847         * window.el (get-buffer-window-list): Rename buffer argument to
1848         buffer-or-name and make it optional.
1850 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
1852         * completion.el (add-completion-to-head, add-completion): Doc fixes.
1853         (completion-search-next, add-completions-from-file):
1854         Fix typos in docstrings.
1856         * filesets.el (filesets-menu-ensure-use-cached)
1857         (filesets-ingroup-patterns, filesets-filetype-property):
1858         * tutorial.el (get-lang-string):
1859         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1860         Fix typos in docstrings.
1862         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1863         (image-dired-line-up-method, image-dired-thumb-size)
1864         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1865         (image-dired-track-original-file, image-dired-track-thumbnail)
1866         (image-dired-dired-next-line, image-dired-dired-previous-line)
1867         (image-dired-write-comments): Reflow docstrings.
1868         (image-dired-show-all-from-dir-max-files)
1869         (image-dired-format-properties-string, image-dired-create-thumbs)
1870         (image-dired-mark-tagged-files, image-dired-gallery-generate):
1871         Fix typos in docstrings.
1873         * savehist.el (savehist-save-minibuffer-history, savehist-file)
1874         (savehist-additional-variables, savehist-ignored-variables)
1875         (savehist-file-modes, savehist-autosave-interval):
1876         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1877         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1878         (fancy-splash-image):
1879         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1880         (thumbs-conversion-program, thumbs-margin):
1881         Remove spurious * in docstrings.
1883 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
1885         * thingatpt.el (end-of-sexp, beginning-of-sexp)
1886         (forward-same-syntax): Omit default arguments to char-after and
1887         char-before.
1889 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
1891         * subr.el (locate-user-emacs-file): New function.
1892         (user-emacs-directory): Mention it in docstring.
1894         * completion.el (save-completions-file-name):
1895         * filesets.el (filesets-menu-cache-file):
1896         * image-dired.el (image-dired-dir, image-dired-db-file)
1897         (image-dired-temp-image-file, image-dired-gallery-dir)
1898         (image-dired-temp-rotate-image-file):
1899         * savehist.el (savehist-file):
1900         * server.el (server-auth-dir):
1901         * thumbs.el (thumbs-thumbsdir):
1902         * tutorial.el (tutorial--saved-dir):
1903         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
1905 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
1907         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1908         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1910 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
1912         * filesets.el: Update author email.
1913         (filesets-data): Doc fix.
1915 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
1917         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1919 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1921         * international/mule-cmds.el (describe-language-environment):
1922         Indent sample text.
1924 2008-10-23  Glenn Morris  <rgm@gnu.org>
1926         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1928         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1929         byte-compile a redefinition of a function with special byte-compile
1930         handling.  (Bug#411)
1932 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1934         * ps-print.el: Deal with page sizes for label printes.  Suggested by
1935         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1936         (ps-print-version): New version 7.3.3.
1937         (ps-page-dimensions-database): New page sizes for label printers.
1938         (ps-n-up-printing): Fix code.
1940 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1942         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
1944         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1945         (list-at-point): Add docstrings.
1947         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1949         * dired-aux.el (dired-do-create-files): Doc fix.
1951 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1953         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1954         with other documentation.
1956 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
1958         * replace.el (how-many): Fix typo in docstring.
1959         Reported by Leo <sdl.web@gmail.com>.
1961 2008-10-22  Glenn Morris  <rgm@gnu.org>
1963         * international/mule-cmds.el (universal-coding-system-argument):
1964         Check for C-g.  (Bug#1205)
1966 2008-10-22  Kenichi Handa  <handa@m17n.org>
1968         * international/characters.el: Don't setup
1969         find-word-boundary-function-table.
1970         (next-word-boundary-han, next-word-boundary-kana): Delete them.
1971         (word-combining-categories, word-separating-categories):
1972         Adjust to the change of the docstrings.
1974 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
1976         * simple.el (region-active-p): Doc fix.
1978 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1980         * subr.el (apply-partially): Move from here...
1982         * simple.el (apply-partially): ...to here.
1984 2008-10-20  Andreas Schwab  <schwab@suse.de>
1986         * subr.el (split-string-and-unquote): Simplify regexp.
1988 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1990         * subr.el (top-level): Require `cl' when compiling.
1992 2008-10-20  David Reitter  <david.reitter@gmail.com>
1994         * info.el (Info-mode): Do not remove an existing header line if
1995         `Info-use-header-line' is nil.
1997 2008-10-19  Juri Linkov  <juri@jurta.org>
1999         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2000         Add arg `delimited' as in `query-replace' for the case when
2001         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
2002         Add more indicators to the prompt ("word" and "in region").
2004         * replace.el (query-replace, query-replace-regexp)
2005         (replace-string, replace-regexp, perform-replace): Add "word"
2006         indicatiors to the prompt for word delimited replacements.
2008         * replace.el (read-regexp): Rename arg `default' to `default-value'.
2009         Doc fix.
2011 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2013         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
2015         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2017 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2019         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2020         Make argument names follow Elisp manual.
2022 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2024         * textmodes/remember.el (remember-data-file):
2025         * shadowfile.el (shadow-initialize)
2026         <shadow-info-file, shadow-todo-file>:
2027         * savehist.el (savehist-file):
2028         * recentf.el (recentf-save-file):
2029         * pcvs-defs.el (cvs-cvsrc-file):
2030         * international/kkc.el (kkc-init-file-name):
2031         * ido.el (ido-save-directory-list-file):
2032         * calendar/todo-mode.el (todo-file-do, todo-file-done)
2033         (todo-file-top): Run file names that begin with a period thru
2034         `convert-standard-filename'.
2036         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
2037         before-init-hook.
2039         Fix Bug #1183:
2041         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2042         coding-system-for-read to ediff-coding-system-for-write.
2044         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2045         coding-system-for-write to ediff-coding-system-for-write.
2047         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2048         (ediff-coding-system-for-write): Set to emacs-internal.
2050 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2052         * international/mule-conf.el (emacs-internal): New coding system alias.
2054 2008-10-18  Juri Linkov  <juri@jurta.org>
2056         * info.el (Info-file-supports-index-cookies-list): New variable.
2057         (Info-file-supports-index-cookies): New function.
2058         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2059         (Info-index-nodes): Let-bind Info-point-loc to nil for files
2060         without an index cookie to ignore it when Info-index-nodes is
2061         called during navigating from an index node with line numbers.
2062         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
2064         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2065         variable definition section.
2067         * info.el (Info-find-node-2): Put initial point below the header line
2068         and breadcrumbs line.
2070 2008-10-18  Glenn Morris  <rgm@gnu.org>
2072         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2073         the needed external programs were not found.
2075 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2077         * files.el (trash-directory): Run thru `convert-standard-filename'.
2078         (file-modes-char-to-who, file-modes-char-to-right)
2079         (file-modes-rights-to-number, file-modes-symbolic-to-number)
2080         (read-file-modes): Doc fixes.
2082 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2084         * abbrev.el (define-abbrev): Doc fix.
2086 2008-10-17  Alan Mackenzie  <acm@muc.de>
2088         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2089         foo bar [] = { ...".
2091 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2093         * faces.el (face-spec-set-2): Don't pass invalid attributes to
2094         set-face-attribute.
2096 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
2098         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2099         according to `locale-coding-system'.  (This fixes trivial bug reported
2100         as part of bug#1179).
2101         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2102         particular order).  Use `when'.
2104 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
2106         * w32-fns.el (w32-check-shell-configuration): Doc fix.
2107         (w32-add-charset-info): Fix typo in docstring.
2109 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2111         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2112         after discussion.
2114 2008-10-16  Magnus Henoch  <mange@freemail.hu>
2116         * vc-arch.el (vc-arch-dir-status): New function.
2117         (vc-arch-after-dir-status): New function.
2119 2008-10-16  Glenn Morris  <rgm@gnu.org>
2121         * man.el (Man-getpage-in-background): Force recent `man's to output
2122         escape sequences even when stdout is not a tty.  (Bug#1142)
2124 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2126         * international/mule-conf.el: Add `utf8' and `UTF8' as
2127         aliases for the `utf-8' coding system.
2129 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
2131         * find-file.el (ff-get-file): Doc fix.
2132         (ff-get-file-name): Use `let', not `let*'.
2133         (ff-search-directories): Fix typo in docstring.
2134         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2135         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2136         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2137         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2138         (cc-other-file-alist, modula2-other-file-alist):
2139         Remove spurious * in docstrings.
2141 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
2143         * faces.el (set-face-attribute): Set family and foundry before
2144         other attributes.
2145         (face-spec-set-2): Pass unmodified args to set-face-attribute.
2147 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
2149         * hl-line.el (hl-line-unload-function): New function.
2150         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2151         (hl-line-sticky-flag): Remove spurious * in docstring.
2153 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2155         * vc-git.el (vc-git-show-log-entry): Include the revision in the
2156         search string.
2158 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
2160         * net/tramp.el (tramp-process-one-action): Embed regexp in
2161         parentheses, before adding end-of-buffer construct.  Suggested by
2162         Markus Triska <markus.triska@gmx.at>.
2164 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
2166         * net/newst-plainview.el (w3m-toggle-inline-image):
2167         Define 'declare-function if necessary, for compatibility.
2169         * net/newst-treeview.el (w3m-toggle-inline-images):
2170         Define 'declare-function if necessary, for compatibility.
2172 2008-10-13  Alan Mackenzie  <acm@muc.de>
2174         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2175         so that the function works on one-line macros.
2177         * progmodes/cc-engine.el: Amend several doc strings and comments.
2179 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2181         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2183         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2184         (vc-cvs-stay-local): Add a new choice and default to it.
2185         (vc-cvs-dir-status): Use the new vc-stay-local choice.
2187         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2189 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
2191         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2192         Add support for extended return statement.
2194         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2195         and obj-dir; keep user order.
2197 2008-10-12  Glenn Morris  <rgm@gnu.org>
2199         * Makefile.in (ELCFILES): Update.
2201         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2202         (shell-file-name-quote-list): Declare.
2204 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
2206         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2208 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
2210         * startup.el (command-line): If toolbar is disabled but ought to
2211         be initialized, call tool-bar-setup.
2213         * tool-bar.el (tool-bar-setup): Variable deleted.
2214         (tool-bar-setup): Set it up unconditionally.
2216         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2218         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2219         tool-bar-map has been initialized before setting it up.
2221         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2222         tool-bar-map has been initialized before setting it up.
2224 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
2226         * emacs-lisp/warnings.el (display-warning): Issue a message if
2227         called during daemon initialization.
2229         * tool-bar.el (tool-bar-local-item)
2230         (tool-bar-local-item-from-menu): Put the check for number of
2231         display colors into the image expression.
2232         (tool-bar-setup): Don't be a no-op on ttys.
2234         * info.el (info-tool-bar-map):
2235         * progmodes/gud.el (gud-tool-bar-map):
2236         * progmodes/grep.el (grep-mode-tool-bar-map):
2237         * progmodes/compile.el (compilation-mode-tool-bar-map):
2238         Initialize it unconditionally.
2240 2008-10-11  Romain Francoise  <romain@orebokech.com>
2242         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2243         * kmacro.el (kmacro-edit-lossage): Ditto.
2244         * edmacro.el (edit-kbd-macro): Ditto.
2246 2008-10-11  Ulf Jasper  <ulf@web.de>
2248         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2249         Fix variable names.
2251 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
2253         * startup.el (command-line): Revert 2008-09-26 change, not
2254         necessary anymore.
2256 2008-10-10  Andreas Schwab  <schwab@suse.de>
2258         * simple.el (minibuffer-complete-shell-command):
2259         Bind comint-delimiter-argument-list, comint-file-name-chars and
2260         comint-file-name-quote-list like shell-mode.
2262 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2264         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2265         call of select-window.
2267 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
2269         * calc/calc.el (calc-embedded-word-regexp)
2270         (calc-embedded-word-regexp-alist): New variables.
2271         (calc-embedded-open-word, calc-embedded-close-word)
2272         (calc-embedded-open-close-word-alist): Remove unused variables.
2274         * calc/calc-embed.el (calc-embedded-make-info):
2275         Use `calc-embedded-word-regexp' to find words.
2277 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2279         * info.el (Info-extract-menu-counting): New argument no-detail to
2280         skip detailed node listings.
2281         (Info-forward-node): New argument not-up to inhibit going up.
2282         (Info-final-node): Call Info-extract-menu-counting and
2283         Info-forward-node with the new arguments set to avoid infinite
2284         looping.  (Bug#1116)
2286 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
2288         * startup.el (command-line): Don't invoke tool-bar-mode if it is
2289         not fboundp.
2291 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
2293         * startup.el (command-line): Enable tool-bar-mode as long as it is
2294         not suppressed by X resources, regardless of the terminal.
2296         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2297         graphical terminals.
2298         (tool-bar-setup): No-op if called on a tty.
2300 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
2302         * frame.el (make-frame-on-tty): Use "F" inside interactive.
2303         Support `pc' ``window-system''.
2305         * progmodes/compile.el (compilation-start): Resurrect the version
2306         for systems that don't support asynchronous subprocesses.
2308 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
2310         * window.el (pop-up-frames): Add choice graphic-only.
2311         (display-buffer): When pop-up-frames equals graphic-only do
2312         not pop up new frame on text-only terminals.  (Bug#1061)
2314 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
2316         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2317         (vc-cvs-dir-status): Use it.
2319 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
2321         * json.el (json-skip-whitespace): Fix last change.
2323 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
2325         * bs.el (bs-unload-function): New function.
2327 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
2329         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2330         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2331         For clarity, explicitly require cl.
2333 2008-10-08  Michael Olson  <mwolson@gnu.org>
2335         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2336         can avoid a bad interaction with programs that add functions to
2337         the window-scroll-functions hook.  This fixes Bug #858.
2339 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
2341         * startup.el (command-line): Use display-warning to warn about an
2342         init file error.
2343         (command-line-1): Remove init file error delay.
2345 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2347         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2348         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2349         (rx-group-if): New function.
2350         (rx-parent): New variable.
2351         (rx-and, rx-or): Put shy groups only when necessary.
2352         (rx-bracket): Remove.
2353         (rx-anything): New function.
2354         (rx-any-delete-from-range, rx-any-condense-range)
2355         (rx-check-any-string): New functions.
2356         (rx-check-any): Return result as a list.  Don't convert chars to
2357         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
2358         Check char category string.  Call rx-form instead of rx-to-string.
2359         (rx-any): Rebuid to complete the function.
2360         (rx-check-not): Fix char category regexp pattern string.
2361         Call rx-form instead of rx-to-string.
2362         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
2363         "[^^]".  Call regexp-quote for one char string when not called from
2364         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
2365         "\\[SCBW]" to toggle.
2366         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2367         instead of rx-to-string.
2368         (rx-kleene): Call rx-form instead of rx-to-string.
2369         Call rx-group-if to adjust putting of shy groups.
2370         (rx-atomic-p): Make check more precisely.
2371         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2372         (rx-regexp): Call rx-group-if.
2373         (rx-form): New function.
2374         (rx-to-string): Call rx-form, rx-group-if.
2375         Refine definition of NO-GROUP.
2377 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
2379         * json.el (json-advance): Use forward-char.
2380         (json-skip-whitespace): Use skip-syntax-forward.
2382 2008-10-07  Alan Mackenzie  <acm@muc.de>
2384         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2385         indenting a macro followed by blank lines doesn't backslash the
2386         following non-blank line into the macro.
2388 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
2390         * startup.el (before-init-time, after-init-time): Move into emacs.c.
2391         (command-line): Set after-init-time to nil before initialization.
2393 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
2395         * calc/calc-units.el (math-standard-units): Update the values
2396         of the units.
2398 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
2400         * bookmark.el (bookmark-unload-function): New function.
2402 2008-10-06  Andreas Schwab  <schwab@suse.de>
2404         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2406 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
2408         * mail/footnote.el: Remove * in defcustom docstrings and tell
2409         for most options that customizing them doesn't affect buffers
2410         already displaying footnotes.
2411         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2412         Fix handling of text properties and identical start/end tags.
2413         Do not use format when renumbering.
2414         (Footnote-set-style): Make it work.
2415         (Footnote-insert-numbered-footnote): Simplify.
2416         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2417         (Footnote-goto-footnote): Fix handling of empty section tag.
2418         (Footnote-delete-footnote): Fix handling of identical start/end
2419         tags, empty section tag, and spaced footnotes.  Do not use
2420         kill-region.
2421         (footnote-mode): Make most options buffer-local to avoid that
2422         customizing messes up handling of footnotes in buffers that
2423         already display them.
2425 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
2427         * faces.el (x-create-frame-with-faces): Undo previous change.
2429         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2430         existent files.
2432 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
2434         * international/mule-cmds.el (universal-coding-system-argument):
2435         Handle digit-argument too.
2437 2008-10-05  Mario Lang  <mlang@delysid.org>
2439         * xml.el (xml-parse-string): Use skip-chars-forward.
2441 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2443         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2444         existent files.
2445         (vc-bzr-dir-status-files): New function.
2447 2008-10-04  Glenn Morris  <rgm@gnu.org>
2449         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
2451         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2452         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2454         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2455         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2457 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
2459         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2460         Fix typo.  (Bug#1074)
2462 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
2464         * progmodes/compile.el (compilation-start): Make sure to move to
2465         point-max only when we are in the compilation buffer.  (Bug#1073)
2467 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
2469         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2470         tool-bar-mode is on.
2472         * vc-svn.el (vc-svn-dir-status-files):
2473         * vc-cvs.el (vc-cvs-dir-status-files): New function.
2475 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2477         * vc-hg.el (vc-hg-dir-status-files): New function.
2479 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
2481         * window.el (window--display-buffer-1): Don't care about
2482         visibility since raise-frame does.
2484 2008-10-03  Mario Lang  <mlang@delysid.org>
2486         * nxml/xmltok.el (xmltok-forward): Simplify.
2488 2008-10-03  Glenn Morris  <rgm@gnu.org>
2490         * Makefile.in (ELCFILES): Update.
2492         * frame.el (set-default-font): Make obsolete.
2493         * mouse.el (mouse-set-font): Use set-frame-font.
2495         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2496         (jka-compr-mode-alist-additions): Also match `.tbz2'.
2498         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2499         * files.el (auto-mode-alist): Add .PRO as per above autoload.
2501 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2503         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2504         (vc-dir-refresh): Set it here instead.  (Bug#1067)
2506 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
2508         * faces.el (inhibit-frame-set-background-mode): New var.
2509         (frame-set-background-mode): Use it to avoid a loop in
2510         face-spec-recalc.
2512 2008-10-02  Glenn Morris  <rgm@gnu.org>
2514         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2515         vc-diff-switches.
2517 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2519         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2520         that is, to take some action when a buffer is killed.  Suggested by
2521         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
2522         11.2.2.
2523         (whitespace-action): Docstring and :type fix.
2524         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2525         Code fix.
2526         (whitespace-add-local-hook, whitespace-remove-local-hook)
2527         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2529 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2531         * net/tls.el (open-tls-stream): Show the actual command being
2532         executed, instead of the format string.
2534 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
2536         * term/internal.el (dos-locale-alist): New alist.
2537         (dos-codepage-setup): Use it to compute a value of locale with
2538         which to call set-locale-environment.  Remove code to set
2539         terminal, keyboard, and file-name encoding (done by
2540         set-locale-environment).
2542         * international/mule-cmds.el
2543         (set-language-environment-nonascii-translation): Fix nonascii
2544         value for `pc' ``window-system''.
2545         (set-display-table-and-terminal-coding-system)
2546         (set-default-coding-systems): Don't special-case `pc'.
2548 2008-10-01  Glenn Morris  <rgm@gnu.org>
2550         * filesets.el (filesets-menu-name): Fix type.
2551         (filesets-menu-path, filesets-menu-before): Fix types.
2552         Change defaults to be consistent with recentf.  (Bug#1056)
2554 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2556         * term/xterm.el (xterm-turn-on-modify-other-keys)
2557         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2558         Don't forget to pass `terminal' to `send-string-to-terminal'.
2560 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
2562         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2563         (vc-file-not-found-hook): Check, that `buffer-file-name' is
2564         non-nil.  It is not clear, whether this is only fixing symptoms on
2565         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
2566         is embedded by that check.  So it might be TRT.  Suggested by Dan
2567         Nicolaescu <dann@ics.uci.edu>.
2569 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
2571         * Makefile.in (ELCFILES): Remove codepage.elc.
2573         * international/codepage.el: File removed, as even ms-dos doesn't
2574         need it anymore.
2576         * loadup.el [ms-dos]: Don't load ccl and codepage.
2578         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2579         (IT-character-translations, cjk-codepages-alist): Remove variables.
2580         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2581         (IT-unicode-translations): Remove charset and base elements.
2582         Add translations for Latin-1 characters.
2583         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
2584         base and chset elements of IT-unicode-translations.  Don't wrap
2585         translation in "{...}".  Set up translations only for characters
2586         for which unencodable-char-position returns non-nil.
2587         (dos-codepage-setup): Don't use special-case codepages in
2588         cjk-codepages-alist.
2590         * files.el (locate-dominating-file): Wrap directory-files with
2591         condition-case, instead of calling file-directory-p, which stats
2592         the directory one more time.
2594         * mail/mail-utils.el (mail-unquote-printable-region):
2595         Use insert-byte instead of insert-char, when the UNIBYTE arg is
2596         non-nil.
2598 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
2600         * epa-file.el (epa-file-insert-file-contents): Fix typo.
2602 2008-09-30  Glenn Morris  <rgm@gnu.org>
2604         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2606 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
2608         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2609         (which-function): Handle nested imenu trees.
2611         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2612         some nested menu items.
2614 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
2616         * calc/calc-units.el (math-standard-units): Add entries used to
2617         display the the values in the units buffer.
2618         (math-build-units-table): Add entries to the units table to be used
2619         to display the values in the units buffer.
2620         (math-build-units-table-buffer): Use the display entry of the units
2621         table when non-nil.
2622         (calc-define-unit): Add option to enter display value of unit.
2624 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2626         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2628 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
2630         * files.el (locate-dominating-file): Take file-attributes of
2631         `dir', not of `file' (which never changes).
2633 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2635         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2636         also be `localname'.
2638         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2639         IDENTIFICATION.
2641 2008-09-28  Glenn Morris  <rgm@gnu.org>
2643         * vc.el (vc-switches): Give it a doc string.
2645 2008-09-28  Romain Francoise  <romain@orebokech.com>
2647         * comint.el (comint-show-output): Adjust to stickiness changes of
2648         the output field.
2650         * startup.el (command-line): Start the daemon server later.
2652 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
2654         * subr.el (read-quoted-char): Call char-resolve-modifiers
2655         instead of char-resolve-modifers.
2657 2008-09-27  Glenn Morris  <rgm@gnu.org>
2659         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2660         than [return].  (Bug#1031)
2662 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
2664         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2666 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
2668         * epg.el (epg-wait-for-status): Check if there is no pending status.
2669         Reported by Ted Romer <ted@romerfamily.com>.
2671 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2673         * startup.el (command-line): Turn on menu-bar-mode and
2674         tool-bar-mode when running as a daemon.
2676 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
2678         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2679         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2680         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2681         ($(lisp)/progmodes/cc-engine.elc)
2682         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2683         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2684         ($(lisp)/progmodes/cc-subword.elc)
2685         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2687         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2688         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2689         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2690         ($(lisp)/progmodes/cc-engine.elc)
2691         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2692         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2693         ($(lisp)/progmodes/cc-subword.elc)
2694         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2696 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2698         * informat.el (Info-split-threshold): New variable.
2699         (Info-split): Use it.
2701         * textmodes/texinfmt.el (texinfo-format-buffer):
2702         Use Info-split-threshold to decide whether to split Info files.
2704 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2706         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2707         quoting.
2709         * comint.el (comint-dynamic-complete-as-filename): Quote directory
2710         name when reinserting it.
2712         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2713         word-search-backward-lax for incremental word search.
2715 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
2717         * generic-x.el (generic-other-modes): Fix typo in docstring.
2718         (generic-use-find-file-hook, generic-lines-to-scan)
2719         (generic-find-file-regexp, generic-ignore-files-regexp)
2720         (generic-define-mswindows-modes, generic-define-unix-modes):
2721         Remove `*' from docstring.
2722         (generic-mode-find-file-hook): Use `string-match-p'.
2723         (apache-log-generic-mode, mailagent-rules-generic-mode)
2724         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2725         (java-manifest-generic-mode, java-properties-generic-mode)
2726         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2727         for consistency with other modes in generic-x.el.
2729 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
2731         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2732         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2733         parens specially only if latex-handle-escaped-parens is non-nil.
2734         (latex-indent-within-escaped-parens): New option.
2735         (latex-find-indent): Bind latex-handle-escaped-parens to
2736         latex-indent-within-escaped-parens.  Do not treat escaped parens
2737         specially when this is nil.  (Bug#954)
2739 2008-09-25  Glenn Morris  <rgm@gnu.org>
2741         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
2743 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2745         * vc.el (vc-mark-resolved): Move message here from
2746         vc-default-mark-resolved.
2747         (vc-default-mark-resolved): Change to an alias for ignore.
2749 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2751         * term.el (term-emulate-terminal): Encode input string before
2752         checking its length.
2754 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
2756         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2757         is loaded.
2759         * server.el (server-buffer-done): Avoid changing the buffer when
2760         deleting the client's frame (bug#640).
2762         * vc.el (vc-default-mark-resolved): New function.
2764 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
2766         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2767         from raising a wrong-type-argument error.
2769 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
2771         * help-fns.el (describe-function-1, describe-variable): Print
2772         relative file name in help buffer.
2773         * faces.el (describe-face): Print relative file name in help
2774         buffer.
2776 2008-09-23  Romain Francoise  <romain@orebokech.com>
2778         * subr.el (with-output-to-string): Make sure that the temporary
2779         buffer gets killed.
2781 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
2783         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2784         indentation problem with keyword symbols when a list starts with
2785         ,@ or spaces.  (Bug#1012)
2787 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
2789         * textmodes/tex-mode.el (latex-find-indent): Try to handle
2790         escaped close parens correctly.  (Bug#954)
2792 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
2794         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2795         usage of `fortune-file' even though a FILE argument was passed to
2796         the function.
2798 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2800         * startup.el (command-line): Start the server when in daemon mode.
2801         Remove always true test.
2803         * frame.el (frame-initialize): Remove spurious setting of
2804         special-display-function with the default value.
2806 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2808         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2810 2008-09-20  Glenn Morris  <rgm@gnu.org>
2812         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2813         Fix custom type.  (Bug#1011)
2815 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
2817         * files.el (move-file-to-trash): Avoid recursive trashing if
2818         rename-file calls delete-file.
2820 2008-09-20  Glenn Morris  <rgm@gnu.org>
2822         * play/fortune.el: Remove leading `*' from defcustom docs.
2823         (fortune-program-options): Doc fix.  Allow to be a string again.
2824         Add :version.
2825         (fortune-in-buffer): Handle fortune-program-options as a string.
2826         Don't rely on fortune program accepting options after fortune file.
2828 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
2830         * play/fortune.el (fortune-program-options): Change to a list.
2831         (fortune-in-buffer): Use apply.
2833 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2835         * emacs-lisp/authors.el: Change encoding of file to utf-8.
2836         (authors-coding-system): Likewise.
2838 2008-09-20  Ami Fischman  <ami@fischman.org>
2840         * savehist.el (savehist-save): Handle errors in writing as well as
2841         reading.
2843 2008-09-20  Michael Olson  <mwolson@gnu.org>
2845         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2846         to provide a minimal performance boost.
2848 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2850         * proced.el (proced-grammar-alist, proced-custom-attributes)
2851         (proced-format-alist, proced-format, proced-filter-alist)
2852         (proced-filter, proced-sort): Use defcustom.
2853         (proced-mode): Fix docstring.
2854         (proced-process-attributes): Handle return value nil of functions
2855         in proced-custom-attributes.
2857 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
2859         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2860         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
2862 2008-09-19  Miles Bader  <miles@gnu.org>
2864         * comint.el (comint-output-filter): Make field properties for
2865         output text front-sticky.
2867 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
2869         * vc-bzr.el (vc-bzr-show-log-entry):
2870         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2871         C-x v l for a directory uses that.
2873 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2875         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2876         .sieve files.
2878 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
2880         * help-macro.el (make-help-screen): Preserve key bindings
2881         established in help-mode call when exiting this macro.
2883 2008-09-17  Kenichi Handa  <handa@m17n.org>
2885         * language/burmese.el: Fix setting of composition-function-table.
2887 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
2889         * info.el (Info-follow-nearest-node): Don't raise an error for
2890         mouse-1 clicks.
2892 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
2894         * calc/calc-units.el (calc-convert-temperature): Use default
2895         units when appropriate.
2897 2008-09-16  Markus Triska  <markus.triska@gmx.at>
2899         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
2900         catch errors raised in `texmathp'.
2901         (flyspell-tex-math-initialized): Remove.
2903 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
2905         * frame.el (select-frame-set-input-focus): With non-nil
2906         mouse-autoselect-window always move mouse cursor to frame's
2907         selected window.  Otherwise restore pre 2008-09-13 behavior.
2908         (select-frame-by-name): Use select-frame-set-input-focus.
2910         * files.el (switch-to-buffer-other-frame): Don't raise frame since
2911         pop-to-buffer already does it.
2912         (display-buffer-other-frame): Fix doc-string.
2914 2008-09-16  Glenn Morris  <rgm@gnu.org>
2916         * add-log.el (diff-find-source-location): Update declaration.
2918         * progmodes/make-mode.el (makefile-match-function-end):
2919         Move point.  (Bug#983)
2921 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
2923         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2925 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
2927         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2928         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2930 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2932         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2934 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
2936         * files.el (file-truename): Don't raise args-out-of-range error
2937         when filename has no separator on windows-nt.  (Bug#982)
2939 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2941         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2942         be more honest when we don't know.
2943         (diff-tell-file-name): Don't prompt before the actual prompt.
2944         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2945         (diff-find-source-location): Add `noprompt' argument.
2946         (diff-current-defun): Don't prompt.
2948 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2950         * proced.el (proced-mark-face, proced-marked-face)
2951         (proced-sort-header-face): Remove.
2952         (proced-font-lock-keywords): Simplify.
2953         (proced-format): Use face proced-sort-header.
2954         (proced-format-interactive, proced-sort-interactive)
2955         (proced-filter-interactive): Only call proced-update if the scheme
2956         has changed.
2957         (proced-sort-header): Use posn-actual-col-row.
2959 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
2961         * add-log.el (change-log-find-window): New variable.
2962         (change-log-goto-source-1, change-log-goto-source):
2963         Set change-log-find-window to window displaying source.
2964         (change-log-next-error): Select window specified by
2965         change-log-find-window.
2967 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
2969         * frame.el (select-frame-set-input-focus): With focus follows
2970         mouse move mouse cursor to right window.
2971         * window.el (pop-to-buffer): Select window before calling
2972         select-frame-set-input-focus.
2974 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2976         * proced.el (proced-sort-header): New face.
2977         (proced-sort-header-face): New variable.
2978         (proced-format): Allow format value nil.
2979         Use proced-sort-header-face for header of sort column.
2980         (proced-format-args): New function.
2981         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2982         (proced-header-help-echo, proced-field-help-echo, proced-timer)
2983         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2984         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
2985         (proced-sort-header): Bind also to mouse-1.
2986         (proced-move-to-goal-column): Return position of point.
2987         (proced-filter-interactive): Always revert listing.
2988         (proced-format-ttname): Simplify.
2989         (proced-update): Do not keep undo information.  Put point at
2990         beginning of buffer if we generate the first listing.
2992 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
2994         * doc-view.el (doc-view-scroll-up-or-next-page)
2995         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2996         vertically split windows.
2998 2008-09-12  Glenn Morris  <rgm@gnu.org>
3000         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3002         * indent.el (indent-line-function): Doc fix.
3003         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3005 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
3007         * window.el (pop-to-buffer): If the window for buffer-or-name is
3008         not on the selected frame, raise that window's frame and give it
3009         input focus.  (Bug#745)
3011 2008-09-11  Glenn Morris  <rgm@gnu.org>
3013         * ido.el (ido-mode): Initialize with custom-initialize-default,
3014         rather than a set function.  (Bug#947)
3016 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
3018         * replace.el (perform-replace): Don't set inhibit-read-only using
3019         query-replace-skip-read-only (bug#956).
3021         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3022         of the <<foo>> form.
3024 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
3026         * window.el (display-buffer): Fix doc-string typo.
3028 2008-09-10  Kenichi Handa  <handa@m17n.org>
3030         * composite.el (compose-gstring-for-graphic): Fix previous change.
3032 2008-09-10  Glenn Morris  <rgm@gnu.org>
3034         * info.el (Info-try-follow-nearest-node): Fix doc typo.
3036 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
3038         * info.el (Info-mouse-follow-nearest-node): Follow links to different
3039         manuals.  (Bug#886)
3041 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3043         * ido.el (ido-unload-function): New function.
3045 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
3047         * ido.el (ido-file-internal): Fix typo in prompt.
3048         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3049         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3050         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3051         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3052         Fix typos in docstrings.
3054 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
3056         * help-fns.el (describe-function-1): Don't print extra newline
3057         after filling.
3059 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3061         * help-fns.el (find-lisp-object-file-name): Handle case where
3062         library is compressed.
3064 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
3066         * complete.el (PC-do-completion): Don't replace buffer
3067         contents (bug#227).
3069 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
3071         * loadhist.el (unload-feature-special-hooks):
3072         Add `choose-completion-string-functions'.
3074 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3076         * vc-svn.el (vc-svn-root):
3077         * vc-sccs.el (vc-sccs-root):
3078         * vc-rcs.el (vc-rcs-root):
3079         * vc-cvs.el (vc-cvs-root): Delete.
3080         * vc-hooks.el (vc-find-root): Remove `invert' argument.
3082 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3084         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3085         errors occurring in different files.
3087 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
3089         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3090         (vc-bzr-status-printer): New function.
3091         (vc-bzr-after-dir-status): Deal with renamed files.
3093 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
3095         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3096         buffer's filename.
3098 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
3100         * subr.el (cancel-change-group): Widen buffer temporarily when
3101         undoing changes.  (Bug#810)
3103 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
3105         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3106         with gud-stop-subjob rather than exit debugger.
3108 2008-09-07  Kenichi Handa  <handa@m17n.org>
3110         * composite.el: Compose combining characters only when it
3111         follows a character matching with "[[:alpha:]]".
3113 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3115         * proced.el: Require time-date.
3116         (proced-command-alist, proced-command, proced-goal-header-re)
3117         (proced-sorting-schemes-alist, proced-sorting-scheme)
3118         (proced-header-alist, proced-sorting-schemes-re)
3119         (proced-skip-regexp, proced-next-line, proced-previous-line)
3120         (proced-listing-type, proced-sorting-scheme-p): Remove.
3121         (proced-grammar-alist, proced-custom-attributes)
3122         (proced-format-alist, proced-format, proced-filter-alist)
3123         (proced-filter, proced-sort, proced-goal-attribute)
3124         (proced-timer-interval, proced-timer-flag, proced-timer)
3125         (proced-process-alist, proced-sort-internal, proced-process-tree)
3126         (proced-header-help-echo, proced-field-help-echo): New variables.
3127         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3128         (proced-omit-process, proced-filter, proced-process-tree)
3129         (proced-filter-children, proced-children-pids)
3130         (proced-filter-parents, proced-<, proced-string-lessp)
3131         (proced-time-lessp, proced-xor, proced-sort-p)
3132         (proced-format-time, proced-format-start, proced-format-ttname)
3133         (proced-format, proced-process-attributes): New functions.
3134         (proced-toggle-timer-flag, proced-mark-children)
3135         (proced-mark-parents, proced-filter-interactive)
3136         (proced-filter-attribute, proced-sort-interactive)
3137         (proced-sort-header, proced-format-interactive): New commands.
3138         (proced-move-to-goal-column): Use goal-column.
3139         (proced-mode): Use proced-timer.
3140         (proced-do-mark-all): Display process count.  Use use-region-p.
3141         Simplify.
3142         (proced-omit-processes): Use use-region-p.
3143         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3144         (proced-sort-start, proced-sort-time, proced-sort-user):
3145         Use proced-sort-interactive.
3146         (proced-sort): Make it a function that performs the actual sort.
3147         (proced-update): New arg revert.  Use proced-process-alist,
3148         proced-filter, proced-sort, proced-format, and
3149         proced-grammar-alist.  Preserve position of point based on fields.
3150         Make header line and fields clickable.
3151         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3152         (proced-why): Use save-selected-window.
3153         (proced-log): Use buffer-read-only.
3155 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3157         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3159 2008-09-06  Glenn Morris  <rgm@gnu.org>
3161         * add-log.el (diff-find-source-location): Declare.
3162         (find-change-log): If called from a diff buffer, try to switch to the
3163         source buffer (e.g. to respect change-log-default-name there).
3165         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3166         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
3168         * Makefile.in (ELCFILES): Update.
3170 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3172         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3173         user enters a mouse event in another frame, or a special event.
3175         * server.el (server-switch-buffer): New arg.
3176         (server-execute): If reusing an existing window, set file position
3177         if required.
3179 2008-09-06  Kenichi Handa  <handa@m17n.org>
3181         * language/lao.el: Fix setting of composition-function-table.
3183 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
3185         * term/pc-win.el (msdos-show-help): Don't truncate lines while
3186         displaying help echo messages.
3188 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3190         * subr.el (symbol-file): Fix doc-string.
3192 2008-09-06  Glenn Morris  <rgm@gnu.org>
3194         * help-mode.el (help-xref-forward-stack): Doc fix.
3196         * add-log.el (change-log-default-name): Autoload safety.
3198 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
3200         * verilog-mode.el (verilog-library-extensions): Enable .sv
3201         filename extensions to call verilog-mode.
3202         (verilog-auto, verilog-auto-inst, verilog-faq)
3203         (verilog-submit-bug-report): Update author support URLs.
3204         (verilog-delete-auto, verilog-auto-inout-module)
3205         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3206         creating complemented testbench modules.  Suggested by Yishay Belkind.
3207         (verilog-auto-inst-port, verilog-simplify-range-expression):
3208         When verilog-auto-inst-param-value is set, don't require a
3209         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
3210         Yishay Belkind.
3211         (verilog-auto-inst-param-value): Add safe variable.
3212         (verilog-re-search-forward, verilog-re-search-backward):
3213         Fix returning wrong search results on Emacs 22.1.
3214         (verilog-modi-cache-results, verilog-auto): Fix warning message
3215         about "toggling font-lock-mode."
3216         (verilog-auto): Fix losing font-lock on errors.
3217         (verilog-auto-inst-param-value, verilog-mode-version)
3218         (verilog-mode-version-date, verilog-read-inst-param-value)
3219         (verilog-auto-inst, verilog-auto-inst-param)
3220         (verilog-auto-inst-port, verilog-simplify-range-expression):
3221         Allow parameters to be replaced with their values, on the expansion of
3222         an AUTOINST with Verilog 2001 style parameter settings.
3223         Suggested by David Rogoff.
3225 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
3227         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3228         Better support for the property statement.  Sometimes this keyword
3229         introduces a statement which requires an endproperty keyword, and
3230         sometimes it doesn't, depending on the work before the property
3231         word.  If property is prefixed with assert, assume or cover
3232         keyword, then the statement is ended with a ';'.  Otherwise,
3233         property is like task or specify, and is followed by some number
3234         of statements, which are ended with an endproperty keyword.
3235         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3236         in a highlighted region: indent each line in region according to
3237         mode.  Supply this so it works in XEmacs and older Emacs.
3239 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3241         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3242         Don't clean up a buffer when killing it.
3244 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3246         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3247         buffers (bug#360).  New version 11.2.1.
3248         (whitespace-action): New value `warn-read-only' to give a warning when
3249         buffer is read-only and whitespace action is cleanup or auto-cleanup.
3250         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3251         (whitespace-warn-read-only): New fun.
3253 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
3255         * international/quail.el: Require help-mode.
3256         (quail-help-init): Function removed.
3257         (quail-keyboard-layout-button, quail-keyboard-customize-button):
3258         Define directly.
3260         * dired.el (dired-get-filename): Rewrite octal escape character
3261         processor (bug#885).
3263 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
3265         * cus-edit.el (custom-button-pressed): Default to inverse-video.
3267         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3268         not just for terminal-frame.
3270 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
3272         * window.el (window--try-to-split-window): Don't split when window
3273         is not splittable in last disjunct.  (Bug#888)
3275 2008-09-05  Kenichi Handa  <handa@m17n.org>
3277         * language/tibetan.el: Fix setting of composition-function-table.
3279         * composite.el (find-composition): Mention about the automatic
3280         composition in the docstring.
3281         (compose-gstring-for-graphic): Fix handling "above" marks.
3283         * descr-text.el (describe-char): Fix handling of automatic composition.
3285 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
3287         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3288         (tramp-parse-connection-properties): Reflow docstring.
3290 2008-09-04  Kim F. Storm  <storm@cua.dk>
3292         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3293         and other-frame methods when switching between file and buffer modes.
3295 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
3297         * info.el (Info-dir-remove-duplicates): Narrow buffer when
3298         removing duplicate entries under same heading.  Don't skip char
3299         matching anything but a space or tab at bol.  (Bug#864)
3301 2008-09-03  Alan Mackenzie  <acm@muc.de>
3303         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3305 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3307         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3308         (completion-pcm--all-completions): Move the case-fold-search binding to
3309         it also applies to completion-regexp-list (used in all-completions).
3310         (completion-pcm--hilit-commonality): Add missing case-fold-search.
3312 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
3314         * window.el (pop-up-frame-function): Move ...
3315         * frame.el (pop-up-frame-function): ... here, to avoid
3316         "CHANGED outside Customize;".
3318 2008-09-03  Glenn Morris  <rgm@gnu.org>
3320         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3322 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
3324         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3325         non-alphabetical characters properly.
3327 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3329         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3331 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
3333         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3334         control-prefixed keys.  (Bug#835)
3336 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
3338         * image-mode.el (image-mode): Fix 2008-07-19 change.
3340 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
3342         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3344         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3346 2008-09-02  Glenn Morris  <rgm@gnu.org>
3348         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3350         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3352 2008-09-01  Glenn Morris  <rgm@gnu.org>
3354         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3355         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3356         and fix name typos.  (Bug#856)
3358 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
3360         * minibuffer.el (completion-pcm--pattern->regex):
3361         When completion-ignore-case is non-nil, generate a regexp that
3362         ignores case.
3364         * window.el (recenter-top-bottom): Doc fix.
3366 2008-09-01  Simon South  <ssouth@member.fsf.org>
3368         * progmodes/delphi.el: New maintainer.
3369         (delphi-interface-types): New var.
3370         (delphi-composite-types): Use it.
3371         (delphi-enclosing-indent-of): Distinguish between "interface"
3372         keyword as a unit separator and used like a class declaration.
3374 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
3376         * help-fns.el (describe-simplify-lib-file-name)
3377         (find-source-lisp-file): Remove.
3378         (find-lisp-object-file-name): New function giving preference to
3379         files found via load-path instead of loaddefs.el.
3380         (describe-function-1): Use new function instead of the removed
3381         ones.  (Bugs #587, #669, #690)
3382         * faces.el (describe-face): Use find-lisp-object-file-name instead
3383         of describe-simplify-lib-file-name.
3385 2008-09-01  Kenichi Handa  <handa@m17n.org>
3387         * international/mule-diag.el (font-show-log): Fix previous change.
3389         * international/mule-cmds.el (set-language-environment):
3390         Don't overwrite current-iso639-language if the current language
3391         environment doesn't provide that data.
3392         (set-locale-environment): Set current-iso639-language from the
3393         locale name.
3395         * international/fontset.el (script-representative-chars): Re-add
3396         the entry for symbol, but with vector of characters.
3397         (setup-default-fontset): Cancel previous change.
3399 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
3401         * ido.el: Move provide statement to the end of the file.
3403 2008-08-30  Markus Triska  <markus.triska@gmx.at>
3405         * linum.el (linum-mode): `window-size-change-functions' can now be
3406         buffer-local.
3407         (linum-update-window): Use result of `move-overlay'.
3409 2008-08-30  Glenn Morris  <rgm@gnu.org>
3411         * subr.el (make-variable-frame-local): Tweak obsolescence message.
3413         * info.el (Info-hide-note-references, Info-refill-paragraphs):
3414         Doc fixes.
3416         * apropos.el (apropos-command): Report documentation errors.
3417         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
3419 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
3421         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3422         string.
3424 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
3426         * bindings.el (mode-line-frame-identification): Fix last change.
3428 2008-08-29  Kenichi Handa  <handa@m17n.org>
3430         These changes are to adjust the automatic composition for the new
3431         implementation (avoid using text property).
3433         * composite.el (composition-function-table): Move declaration to
3434         composite.c.
3435         (terminal-composition-base-character-p): Delete it.
3436         (terminal-composition-function): Delete it.
3437         (terminal-composition-function-table): Delete it.
3438         (lgstring-header, lgstring-set-header, lgstring-font)
3439         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3440         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3441         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3442         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3443         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3444         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3445         (compose-glyph-string, compose-glyph-string-relative)
3446         (compose-gstring-for-graphic, compose-gstring-for-terminal):
3447         New functions.
3448         (auto-compose-chars): Argument changed.
3450         * language/european.el: Don't setup composition-function-table.
3451         (diacritic-composition-pattern, diacritic-compose-region)
3452         (diacritic-compose-string, diacritic-compose-buffer)
3453         (diacritic-composition-function): Delete them.
3455         * language/lao-util.el (lao-composition-function): Argument changed.
3457         * language/sinhala.el: Fix setting up of composition-function-table.
3459         * language/thai.el: Fix setting up of composition-function-table.
3461         * language/thai-util.el: Encoding changed to utf-8.
3462         (thai-composition-function): Argument changed.
3464         * language/indian.el: Fix setting up of composition-function-table.
3465         (devanagari-composable-pattern)
3466         (tamil-composable-pattern, kannada-composable-pattern)
3467         (malayalam-composable-pattern): New variables.
3469         * international/characters.el (unicode-category-table):
3470         Setup unicode-category-table.
3472         * international/fontset.el (setup-default-fontset): Prepend
3473         iso10646-1 fonts to the fallback font groups instead of appending.
3475 2008-08-29  Glenn Morris  <rgm@gnu.org>
3477         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3479 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3481         * term/x-win.el (x-win-suspend-error): Don't signal error if there
3482         are no X frames active.
3484 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
3486         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3487         `ignore-errors' (the function must succeed always).
3489 2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
3491         * json.el (json-read-number): New arg.  Handle explicitly signed
3492         numbers.
3493         (json-readtable): Add `+' and `.'.
3495 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
3497         * term/pc-win.el (msdos-previous-message): New variable.
3498         (msdos-show-help): New function.
3499         (msdos-initialize-window-system): Set show-help-function to
3500         msdos-show-help.
3502 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3504         * emacs-lisp/debug.el (debug): When killing a noninteractive
3505         Emacs, give an exit status of -1.
3507 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3509         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3511 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3513         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3514         not the same as the last modification time, fall back on the
3515         backend-specific check.
3517 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
3519         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3520         to go to the position of interest.
3522 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
3524         * textmodes/artist.el (artist-mode-init): Add comment on the
3525         setting up of the `artist-replacement-table' array.
3526         (artist-get-replacement-char): New defsubst.
3527         (artist-get-char-at-xy-conv, artist-replace-char)
3528         (artist-replace-chars, artist-replace-string): Use it instead of
3529         accessing `artist-replacement-table' directly.
3530         Reported by Rubén Berenguel <ruben@maia.ub.es>.
3532         (artist-mt): Fix structures for cut and copy operations.
3534 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
3536         * shell.el (shell-file-name-quote-list): Quote `$'.
3538         * comint.el (comint-dynamic-complete-as-filename): Generalize last
3539         change to allow quoting of characters before point.
3540         (comint-dynamic-list-filename-completions): Quote common substring.
3542 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
3544         * comint.el (comint-dynamic-complete-as-filename): If case is
3545         ignored while matching, replace the entire filename with completion.
3547         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3548         flyspell-pre-point is valid to avoid signalling an error in
3549         post-command-hook.
3551 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
3553         * linum.el (linum): Inherit remaining face attributes from default
3554         face.
3556 2008-08-26  Markus Triska  <markus.triska@gmx.at>
3558         * linum.el (linum-delay): Disable - it should no longer be
3559         necessary, and can lead to longer delays.
3560         (linum-update-window): Renumber if margin width has changed.
3562 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
3564         * epa.el (epa--key-widget-action): Save the selected window to
3565         make `widget-button-click-moves-point' work.  (Bug#733).
3567 2008-08-26  Glenn Morris  <rgm@gnu.org>
3569         * calendar/holidays.el (calendar-holidays): Doc fix.
3571         * progmodes/gud.el (tramp-file-name-localname)
3572         (tramp-dissect-file-name): Declare.
3574         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3576 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
3578         * bindings.el (mode-line-frame-control): New function, caters to
3579         `pc' ``window system''.
3580         (mode-line-frame-identification): Use it instead of accessing
3581         window-system directly.
3583 2008-08-25  Juri Linkov  <juri@jurta.org>
3585         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3586         `center-line' and "\eS" from `center-paragraph'.
3587         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3588         `center-paragraph'.
3590 2008-08-25  Ulf Jasper  <ulf@web.de>
3592         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3593         (newsticker-treeview-treewindow-width): New.
3594         (newsticker-treeview-listwindow-height): New.
3595         (newsticker-treeview-browse-url-item): New.
3596         (newsticker-treeview-mode-map):
3597         Add newsticker-treeview-browse-url-item.
3598         (newsticker--treeview-window-init):
3599         Use newsticker-treeview-treewindow-width and
3600         newsticker-treeview-listwindow-height.
3602         * net/newst-reader.el (newsticker-browse-url-item): New.
3604 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3606         * vc-dir.el (vc-dir-marked-only-files-and-states):
3607         (vc-dir-child-files-and-states): Reverse the list before returning it.
3609 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
3611         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3613 2008-08-24  Romain Francoise  <romain@orebokech.com>
3615         * progmodes/python.el (run-python): Remove '' from sys.path.
3617 2008-08-23  Glenn Morris  <rgm@gnu.org>
3619         * progmodes/fortran.el (fortran-tab-mode-string)
3620         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3622 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
3624         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3625         Add declare-function.
3627         * startup.el (command-line): Don't call tty-register-default-colors
3628         if initial-window-system is `pc'.
3630         * term/internal.el (local-function-key-map): Fix unbalanced parens.
3631         (msdos-key-remapping-map): New variable.  Move here all the special
3632         keys we will be remapping via local-function-key-map.
3633         (msdos-setup-keyboard): New function.
3635         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3636         make-msdos-frame.
3637         (terminal-init-internal): New function, errors out if called.
3638         (msdos-initialize-window-system): New function.
3639         (msdos-create-frame-with-faces): Set the terminal's
3640         `terminal-initted' (sic!) parameter.
3641         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3642         (window-system-initialization-alist):
3643         Add msdos-initialize-window-system.
3644         (handle-args-function-alist): Use tty-handle-args for `pc'
3645         ``window system'' as well.
3646         (pc-win): Provide.
3648         * term/tty-colors.el (tty-register-default-colors): Remove bogus
3649         code for using msdos-color-values.
3651         * loadup.el [ms-dos]: Load term/pc-win.
3653 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
3655         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3656         directory name.
3658 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
3660         * progmodes/gud.el (gud-common-init): Use absolute file so that
3661         perldb works with tramp (sudo).
3663         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3664         match data in process filters.
3666 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
3668         * dired.el (dired-buffer-stale-p): Do not revert buffer that
3669         can be written.
3671 2008-08-23  Glenn Morris  <rgm@gnu.org>
3673         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3674         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
3676 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3678         * subr.el (temp-buffer-show-hook): Doc fix.
3680 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3682         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3683         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
3684         <tassilo@member.fsf.org>.
3686         * net/trampver.el: Update release number.
3688         * net/xesam.el (xesam-minor-mode): New minor mode.
3689         (xesam-highlight-buffer): Remove.  Code moved to
3690         `xesam-minor-mode'.
3691         (xesam-refresh-entry): Use `xesam-minor-mode'.
3693 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
3695         * minibuffer.el (completion--try-word-completion):
3696         Disable partial-completion when considering the addition of a space
3697         or hyphen.
3699 2008-08-21  John Paul Wallington  <jpw@pobox.com>
3701         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3702         filename of `tofile' doesn't contain any colons on Windows,
3703         Cygwin, and MS-DOS systems.
3705 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
3707         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3708         (epg-context-set-progress-callback): Make sure the callback is a
3709         cons of a function and a handback.  Update all callers.
3711 2008-08-20  David Reitter  <david.reitter@gmail.com>
3713         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3714         Patch applied by Adrian Robert.
3716 2008-08-20  Kevin Ryde  <user42@zip.com.au>
3718         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3719         directive lines.
3721 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
3723         * net/xesam.el (xesam-highlight-string): Precise doc string.
3724         (xesam-highlight-buffer): New defun.
3725         (xesam-refresh-entry): Use it.  Better check for sourceModified.
3727 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3729         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3730         their names.
3732 2008-08-19  Kenichi Handa  <handa@m17n.org>
3734         * language/european.el ("Esperanto"): Change the preferred
3735         charsets to iso-8859-3.
3737         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3739         * international/fontset.el (script-representative-chars):
3740         Delete the entry for symbol.
3741         (setup-default-fontset): For symbol characters, don't specify
3742         :script property.
3744 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3746         * minibuffer.el (completion-table-dynamic): Doc fix.
3748         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3749         saved.
3751 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3753         * emulation/edt.el (edt-default-emulation-setup):
3754         Share global-buffers-menu-map with the emulated global map.
3756 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3758         * term/ns-win.el (global): Uncomment "put backspace
3759         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
3761 2008-08-18  Kenichi Handa  <handa@m17n.org>
3763         * international/mule-diag.el (font-show-log): Add optional arg N
3764         to control the limit of font listing.
3766 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3768         * window.el (recenter-top-bottom): Determine top and bottom
3769         positions using scroll-margin instead of scroll-conservatively.
3771 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3773         * proced.el (proced-send-signal): Use beginning-of-line.
3775 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3777         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3778         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
3779         listing types.
3780         (proced-log-buffer): New variable.
3781         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3782         region if transient-mark-mode is turned on and the region is active.
3783         (proced-omit-processes): Rename from proced-hide-processes to
3784         avoid key clash with describe-mode (bound to h).  Search for
3785         marked processes starting from point-min.
3786         (proced-header-space): Remove.
3787         (proced-send-signal): Handle errors.  Operate on current process
3788         if no process is marked.
3789         (proced-why): New command.
3790         (proced-log, proced-log-summary): New functions.
3791         (proced-help): Use proced-why.
3792         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3793         (bibtex-autokey-year-title-separator): Fix docstring.
3795 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
3797         * net/xesam.el (xesam-vendor, xesam-notify-function):
3798         New local variables.
3799         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
3800         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
3801         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3802         (xesam-new-search): Initialize `xesam-vendor'.
3804 2008-08-15  Glenn Morris  <rgm@gnu.org>
3806         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3807         a pipeline.
3808         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3809         unless at the end of the pipeline.  (Bug#699).
3811 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
3813         * minibuffer.el (completion-boundaries): Doc fix.
3814         (display-completion-list): Only default base-size to zero if
3815         completing in the minibuffer.
3817         * simple.el (completion-base-size): Doc fix.
3818         (choose-completion): Try reselecting completion-reference-buffer.
3820 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3822         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3823         also for remote directories.
3825 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3827         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3828         since those precomputed values aren't used any more.
3829         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3831 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
3833         * help.el (with-help-window): Return last value in BODY.
3835 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3837         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3838         notify function of the URL.
3839         (xesam-new-search): Encode special characters in the query string.
3841 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
3843         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3845 2008-08-13  Andreas Schwab  <schwab@suse.de>
3847         * net/tramp.el (tramp-handle-shell-command): Handle output going
3848         to current buffer like shell-command.  Don't disable undo.
3850 2008-08-13  Glenn Morris  <rgm@gnu.org>
3852         * eshell/esh-cmd.el (eshell/which): Handle the case where no
3853         description is found.
3855 2008-08-12  Alan Mackenzie  <acm@muc.de>
3857         * progmodes/cc-defs.el (c-emacs-features):
3858         argumentative-bod-function: bind mark-ring to avoid accumulating a
3859         spurious mark.
3861 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
3863         * simple.el (visual-line--saved-state): New var.
3864         (visual-line-mode): Save local values of variables, and restore
3865         them when visual-line-mode is disabled.
3867 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
3869         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3871 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
3873         * progmodes/cc-defs.el (c-emacs-features):
3874         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3875         moving point during the test.
3877         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3879 2008-08-11  Glenn Morris  <rgm@gnu.org>
3881         * term/ns-win.el (x-parse-geometry): Doc fix.
3883         * dired.el (x-popup-menu):
3884         * hi-lock.el (x-popup-menu):
3885         * mouse.el (font-face-attributes):
3886         * calendar/cal-menu.el (x-popup-menu):
3887         * calendar/calendar.el (x-popup-menu):
3888         * calendar/holidays.el (x-popup-menu):
3889         * progmodes/cperl-mode.el (x-popup-menu):
3890         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3891         (x-open-connection):
3892         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3893         (x-command-line-resources):
3894         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3895         (x-display-name, x-command-line-resources):
3896         Add declarations for builds without X.
3898 2008-08-10  Glenn Morris  <rgm@gnu.org>
3900         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
3902 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
3904         * vc-bzr.el (vc-bzr-find-revision): Rename from
3905         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3907 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
3909         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3910         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
3911         "DONE", when all hits are retrieved.
3912         (xesam-search): Autoload it.
3914 2008-08-11  John Paul Wallington  <jpw@pobox.com>
3916         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3917         empty string when no filename.
3918         (define-ibuffer-column filename): Accommodate that change.
3920         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3921         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3923 2008-08-10  Glenn Morris  <rgm@gnu.org>
3925         * Makefile.in (ELCFILES): Update.
3927 2008-08-10  John Paul Wallington  <jpw@pobox.com>
3929         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3931 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
3933         * battery.el (battery-echo-area-format, battery-status-function):
3934         Handle new Linux sysfs format for battery reporting.
3935         (battery-linux-sysfs): New function.
3937 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
3939         * add-log.el (change-log-search-tag-name)
3940         (change-log-goto-source): Fix behavior when point is not on tag.
3942 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3944         * startup.el (command-line-ns-option-alist): Use ignore instead of
3945         ns-ignore-0-arg.
3947         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3948         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3949         (ns-alternatives-map): New variable.
3950         (x-set-up-function-keys): Use it.
3951         (global): Comment out "put backspace ascii-character..." and friends.
3952         Move function-key-map into ns-alternatives-map.  Don't call
3953         precompute-menubar-bindings.  Don't set anything connected with
3954         browse-url.
3955         (after-make-frame-functions): Clarify comment why a hook is added.
3957 2008-08-06  Joakim Verona  <joakim@verona.se>
3959         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3960         in url:s.
3962 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3964         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3965         Fix 2008-01-01 change: use a shy group to not affect subsequent
3966         match calls.
3968 2008-08-06  Reto Zimmermann  <reto@gnu.org>
3970         * progmodes/vera-mode.el (vera-electric-tab):
3971         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3972         region when active.
3974 2008-08-06  Kenichi Handa  <handa@m17n.org>
3976         * faces.el (face-valid-attribute-values): Fix handling the value
3977         of (font-family-list) and font-XXX-table.
3979 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3981         * proced.el (proced-menu): Bind the correct function to for toggling.
3983         * vc-dir.el (vc-dir-mode): Fix typo.
3985 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3987         * whitespace.el (whitespace-newline-mode)
3988         (global-whitespace-newline-mode, whitespace-mode)
3989         (global-whitespace-mode): Improve docstring.
3991 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3993         * kmacro.el (kmacro-exec-ring-item): Add autoload.
3995         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3997         * cus-start.el (all): Handle auto-save-visited-file-name.
3999 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
4001         * files.el (hack-one-local-variable-eval-safep): Handle
4002         lisp-indent-function and scheme-indent-function in addition to the
4003         deprecated lisp-indent-hook.
4005 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
4007         * net/xesam.el (top): Require `wid-edit' always.
4008         (xesam-mode-line, xesam-highlight): New deffaces.
4009         (xesam-objects): New local variable.
4010         (xesam-search-engines): Fix error in field list.
4011         (xesam-mode): Use `xesam-mode-line' instead of
4012         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
4013         proper initialization (why?).
4014         (xesam-highlight-string, xesam-get-hits)
4015         (xesam-kill-buffer-function): New defuns.
4016         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
4017         result of "hit.fields", it isn't a string only.  Wrap an error of
4018         the strigi search engine ("xesam:size" is returned as string).
4019         Highlight search items.
4020         (xesam-refresh-search-buffer): Make logic of counters more simple.
4021         Prefetch next hits.
4022         (xesam-signal-handler): Use `xesam-mode-line' instead of
4023         `font-lock-type-face'.
4024         (xesam-new-search): Add `xesam-kill-buffer-function' to
4025         `kill-buffer-hook'.
4027 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
4029         * add-log.el (change-log-next-error, change-log-mode): Add support
4030         for `next-error' to call `change-log-goto-source' on named files
4031         in a ChangeLog.
4033 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4035         * calc/calc.el (math-read-number): Handle all C-like languages
4036         properly.
4038 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4040         * calc/calc.el (math-read-number): Handle C numbers beginning with
4041         0 correctly.
4043 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4045         * term/ns-win.el ([ns-new-frame]): New global key.
4047 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4049         * international/mule-cmds.el (read-char-by-name):
4050         Check UCS names with `assoc-string' and case folding.
4052 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
4054         * net/dbus.el (dbus-call-method-asynchronously)
4055         (dbus-method-return-internal, dbus-method-error-internal):
4056         Declare them with `declare-function'.
4058 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4060         * descr-text.el (describe-char-display): Fix last change:
4061         don't pass CHARSET to `encoded-string-description'.
4063 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
4065         * vc.el (vc-next-action): Update list var correctly after delete.
4067 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4069         * ido.el (ido-mode): Add toggle notification.
4071         * cus-edit.el (custom-save-all): Avoid destroying symlink if
4072         already visiting the custom file.
4074         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4075         pending output coming after the status change.
4077 2008-08-02  Jason Rumney  <jasonr@gnu.org>
4079         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4081 2008-08-01  Kenichi Handa  <handa@m17n.org>
4083         * international/mule-cmds.el (encode-coding-char):
4084         New optional arg CHARSET.
4086         * descr-text.el (describe-char-display): Call encode-coding-char
4087         with the arg CHARSET.
4088         (describe-char): Pay attention to the text-property `charset'.
4090 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
4092         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4093         error messages.
4094         (dbus-set-property): Call `dbus-introspect-get-property' instead
4095         of `dbus-get-property'.
4097         * net/xesam.el (xesam-all-fields): Remove source and content
4098         identifiers.
4099         (xesam-dbus-unique-names): New defvar.
4100         (xesam-dbus-call-method): New defun.  Replace all calls of
4101         `dbus-call-method' by `xesam-dbus-call-method'.
4102         (xesam-get-cached-property, xesam-set-cached-property):
4103         New defuns.
4104         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4105         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4106         (xesam-search-engines): Make it an association list.  Take changed
4107         layout into account in the corresponding function.
4108         (xesam-delete-search-engine): Remove check for consistency of
4109         `xesam-search-engines', not needed anymore.
4110         (xesam-mode): Show XML query string only in the debug case.
4112 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
4114         * files.el (read-file-modes): Fix typo in docstring.
4116 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4118         * Makefile.in: Avoid maintainer warning for autogenerated unicode
4119         files.
4121         * apropos.el (apropos-symbol): Don't set button skip by default.
4122         (apropos-print): Set button skip iff searching for multiple types.
4123         (apropos-print-doc): Insert blank label button when searching for
4124         a single type.
4126         * button.el (forward-button): Avoid infloop.
4128         * minibuffer.el (read-file-name-completion-ignore-case):
4129         Add cygwin to the list.
4131 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
4133         * files.el (abbreviate-file-name): When replacing $HOME with ~,
4134         turn off case-fold-search.
4136 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4138         * net/dbus.el (top): Don't register for "NameOwnerChanged".
4139         (dbus-message-type-invalid, dbus-message-type-method-call)
4140         (dbus-message-type-method-return, dbus-message-type-error)
4141         (dbus-message-type-signal): New defconst.
4142         (dbus-ignore-errors): Fix `edebug-form-spec' property.
4143         (dbus-return-values-table): New defvar.
4144         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4145         New defun.
4146         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4147         Extend docstring.  Adapt implementation according to new
4148         `dbus-event' layout.
4149         (dbus-event-service-name, dbus-event-path-name)
4150         (dbus-event-interface-name, dbus-event-member-name):
4151         Adapt implementation according to new `dbus-event' layout.
4152         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4154         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4155         (xesam-mode): Rework implementation.
4156         (xesam-new-search): Additional parameter TYPE.
4157         (xesam-search): Adapt call of `xesam-new-search'.
4159 2008-07-31  Juri Linkov  <juri@jurta.org>
4161         * dired-aux.el (dired-do-chmod): Set default value to the original
4162         mode string using absolute notation like u=rwx,g=rx,o=rx.
4163         Use it as a new arg `default' of `dired-mark-read-string'.
4164         (dired-mark-read-string): Add new optional arg `default'.
4166         * files.el (read-file-modes): Set default value to the original
4167         mode string using absolute notation like u=rwx,g=rx,o=rx.
4168         Use it as the `default' arg of `read-string'.
4170         * filesets.el (filesets-cmd-isearch-getargs): Check if the
4171         variable `files' is bound to avoid warnings.
4173         * isearch.el (isearch-forward-regexp, isearch-forward-word)
4174         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4175         to the command `isearch-forward' instead of displaying "See C-s".
4176         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4177         with their interactive specifications.  Move reading the face name to
4178         the main body after calls to isearch-done and isearch-clean-overlays.
4180         * mb-depth.el: Unify all names under one common name prefix
4181         `minibuffer-depth-'.
4182         (minibuffer-depth-indicator-function): Rename from
4183         `minibuf-depth-indicator-function'.
4184         (minibuffer-depth-overlay): Rename from
4185         `minibuf-depth-overlay'.
4186         (minibuffer-depth-setup): Rename from
4187         `minibuf-depth-setup-minibuffer'.
4188         (minibuffer-depth-indicate-mode): Rename from
4189         `minibuffer-indicate-depth-mode'.
4191 2008-07-31  Juri Linkov  <juri@jurta.org>
4193         * dired-aux.el (dired-isearch-filenames-toggle): New command.
4194         (dired-isearch-filenames-setup): Bind "\M-sf" to
4195         dired-isearch-filenames-toggle in isearch-mode-map.
4196         (dired-isearch-filenames-end): Bind "\M-sf" to nil
4197         in isearch-mode-map.
4199         * isearch.el (isearch-edit-string-set-word): New command.
4200         (minibuffer-local-isearch-map): Bind "\C-w" to
4201         isearch-edit-string-set-word.
4202         (isearch-new-word): Temporary internal variable.
4203         (isearch-edit-string): Remove special case of reading the
4204         first character and checking it for C-w.
4206         * simple.el (read-shell-command, shell-command):
4207         Move code that uses minibuffer-with-setup-hook to set
4208         minibuffer-default-add-function to minibuffer-default-add-shell-commands
4209         from the interactive spec of `shell-command' to `read-shell-command'.
4211         * international/mule-cmds.el (read-char-by-name):
4212         Accept hash notation.  Doc fix.
4213         (ucs-insert): Doc fix.  Convert to number only when `arg' is
4214         a string.  Use separate error message when `arg' is not an integer.
4215         Bind `ucs-insert' to `C-x 8 RET'.
4217 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
4219         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4220         move the (arglist-cont-nonempty) from c-offsets-alist to
4221         c-hanging-braces-alist like other styles already have.
4223 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4225         * textmodes/texinfmt.el:
4226         * nxml/nxml-enc.el:
4227         * mail/feedmail.el:
4228         * international/mule.el:
4229         * international/latexenc.el:
4230         * emulation/viper-util.el:
4231         * emulation/viper-init.el:
4232         * emulation/viper-ex.el:
4233         * emacs-lisp/bytecomp.el:
4234         * version.el:
4235         * subr.el:
4236         * startup.el:
4237         * sort.el:
4238         * shadowfile.el:
4239         * recentf.el:
4240         * printing.el:
4241         * paths.el:
4242         * minibuffer.el:
4243         * ls-lisp.el:
4244         * loadup.el:
4245         * hippie-exp.el:
4246         * finder.el:
4247         * files.el:
4248         * ediff-util.el:
4249         * ediff-ptch.el:
4250         * ediff-init.el:
4251         * ediff-diff.el:
4252         * dired.el:
4253         * dired-aux.el:
4254         * cus-edit.el:
4255         * bindings.el:
4256         * arc-mode.el:
4257         * add-log.el: Remove VMS support.
4258         * obsolete/vmsproc.el:
4259         * obsolete/vms-pmail.el:
4260         * obsolete/vms-patch.el: Remove file.
4262 2008-07-31  Alan Mackenzie  <acm@muc.de>
4264         * progmodes/cc-mode.el (c-before-hack-hook): New function
4265         (Top Level): Install c-before-hack-hook on
4266         before-hack-local-variables-hook, rather than
4267         c-postprocess-file-styles on hack-local-variables-hook.
4269 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4271         * files.el (normal-mode): Move call to hack-project-variables into
4272         hack-local-variables.
4273         (file-local-variables-alist, before-hack-local-variables-hook):
4274         New vars.
4275         (ignored-local-variables): Add file-local-variables-alist.
4276         (hack-local-variables-filter): Renamed from
4277         hack-local-variables-apply.  Add the result to
4278         file-local-variables-alist, without applying them.
4279         (hack-local-variables): Set file-local-variables-alist to nil.
4280         Call hack-project-variables and before-hack-local-variables-hook.
4281         Apply variables here, instead of hack-local-variables-apply.
4282         Based on a patch by Alan Mackenzie.
4284 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4286         * info-look.el (autoconf-mode :doc-spec): For
4287         "(autoconf)M4 Macro Index", if the item already
4288         begins with "AS_", don't prefix that string again.
4290 2008-07-30  Juri Linkov  <juri@jurta.org>
4292         * info.el (info, Info-mode): Doc fix.
4294         * isearch.el (isearch-mode-map): Bind `M-s r' to
4295         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4296         (search-map): Bind `M-s w' to `isearch-forward-word' globally
4297         in the global map `search-map'.
4298         (isearch-forward): Doc fix.
4299         (isearch-forward-word, isearch-toggle-case-fold): New commands.
4301         * simple.el (quoted-insert): Comment out code that treats
4302         0240-0377 specially.
4304 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
4306         * cus-start.el: Add customization info for
4307         read-buffer-completion-ignore-case.
4309 2008-07-30  Sam Steingold  <sds@gnu.org>
4311         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4313 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4315         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4316         (vc-dir-mode): Improve docstring.
4318 2008-07-30  Juri Linkov  <juri@jurta.org>
4320         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4321         for the sake of isearch-mode-hook in dired-mode in dired.el.
4323 2008-07-19  Markus Triska  <markus.triska@gmx.at>
4325         * image-mode.el (image-mode): Set image-mode-text-map when image
4326         cannot be displayed.
4328 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
4330         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4331         ada-xref-set-default-prj-values.
4332         (ada-prj-display-page): Ditto.
4334         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4335         (ada-make-filename-from-adaname): Fix free variable.
4337 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4339         * vc-git.el (vc-git-status-printer): Synchronize with the default.
4341 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
4343         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4344         for declarations inside a parenthetical list.  The code is ill-advised,
4345         and doesn't work given user defined types.
4346         (verilog-set-auto-endcomments): Enhance function automatic
4347         endcomment to support functions that return user defined types.
4348         (verilog-mode): Add code to tell which-function-mode minor mode
4349         that Verilog supports this feature.
4350         (verilog-beg-block-re-ordered, verilog-indent-re)
4351         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4352         (verilog-leap-to-head): Support the new virtual and/or protected
4353         tasks, as well as extern declarations of tasks for indenting and
4354         for forward/backward expression.
4356 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
4358         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4359         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
4360         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4361         (verilog-string-replace-matches): Avoid recursion with small
4362         replacements.
4363         (verilog-auto-inst-param-value, verilog-mode-version)
4364         (verilog-mode-version-date, verilog-read-inst-param-value)
4365         (verilog-auto-inst, verilog-auto-inst-param)
4366         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4367         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
4368         David Rogoff.  This allows parameters to be replaced with their
4369         values, on the expansion of an AUTOINST with Verilog 2001 style
4370         parameter settings.
4372 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
4374         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4375         to `cddr'.
4377 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4379         * Makefile.in (ELCFILES): Add mairix.elc.
4381 2008-07-29  David Engster  <deng@randomsample.de>
4383         * net/mairix.el: New file.
4385 2008-07-29  Juri Linkov  <juri@jurta.org>
4387         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4388         instead of variable-pitch with bold and 1.2 height.
4390         * dired-aux.el (dired-do-async-shell-command): New command.
4392         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4393         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
4395 2008-07-29  Juri Linkov  <juri@jurta.org>
4397         * international/mule-cmds.el (ucs-names): New internal variable.
4398         (ucs-names): New function.
4399         (ucs-completions): New lazy completion variable.
4400         (read-char-by-name): New function.
4401         (ucs-insert): Replace interactive spec letter "s" with the call to
4402         `read-char-by-name'.
4404         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
4406         * replace.el (occur-read-primary-args):
4407         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4408         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4409         second arg of `read-regexp'.
4411         * dired-aux.el (dired-isearch-filenames): New user option.
4412         (dired-isearch-orig-success-function): New internal variable.
4413         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4414         (dired-isearch-success-function): New functions.
4415         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4416         New commands.
4418         * dired.el (dired-insert-set-properties): Add new text property
4419         `dired-filename' to put on file names.
4420         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4421         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4422         Add menu items.
4423         (dired-mode): Add hook `dired-isearch-filenames-setup' to
4424         buffer-local `isearch-mode-hook'.
4426 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4428         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4429         (ada-create-case-exception): Fix typo in docstring.
4430         (ada-no-auto-case): Return nil, not the docstring.
4431         (ada-indent-current): Reflow docstring.
4433         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4434         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4435         (ada-prj-load-from-file): Reflow docstring.
4436         (ada-prj-display-page): Fix typo in widget.
4438         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4439         Fix typos in docstrings.
4441         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4442         (ada-compile-current, ada-check-current, ada-run-application)
4443         (ada-get-ali-file-name): Fix typos in docstrings.
4444         (ada-xref-confirm-compile, ada-find-references)
4445         (ada-find-local-references, ada-find-any-references): Doc fixes.
4446         (ada-get-all-references): Fix typo in error message.
4447         (ada-xref-current-project): Use `let', not `let*'.
4448         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4450 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4452         * whitespace.el (whitespace-newline): Change initialization to have a
4453         low contrast relative to the background color.  Suggested by David
4454         Reitter <david.reitter@gmail.com>.
4456 2008-07-28  Juri Linkov  <juri@jurta.org>
4458         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4459         New functions.
4461         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4462         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
4464 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
4466         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4467         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4469 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4471         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4472         Add support for add-log.
4473         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4475         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4476         (ada-prj-save): Prompt for file name if not given.
4477         (ada-prj-display-page): Display casing exceptions.
4479         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4480         Ada mode project files.  Delete 'main_unit' project variable;
4481         only need 'main'.  Simplify handling of default project values.
4482         Use cross-prefix consistently.
4483         (ada-find-executable): Throw error if not found.
4484         (ada-initialize-runtime-library): Improve error handling when
4485         gnatls not found.
4486         (ada-gnat-parse-gpr): New.
4487         (ada-treat-cmd-string): Allow process environment variables.
4488         (ada-xref-set-default-prj-values): Delete; replace with
4489         ada-default-prj-properties.
4490         (ada-parse-prj-file): Handle GNAT project files.
4491         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4492         (ada-select-prj-file): New.
4493         (ada-get-absolute-dir-list): Allow project and environment variables.
4495 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4497         Sync with Tramp 2.1.14.
4499         * net/tramp.el (tramp-perl-directory-files-and-attributes)
4500         (tramp-get-device): Make device number a cons cell.
4501         (tramp-convert-file-attributes): Make inode a cons cell.
4503         * net/trampver.el: Update release number.
4505 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4507         * faces.el (face-set-after-frame-default): Treat 'ns as all other
4508         window systems.
4510 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4512         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4514 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4516         Remove support for Mac Carbon.
4517         * term/mac-win.el: Remove file
4518         * international/mule-cmds.el:
4519         * version.el:
4520         * startup.el:
4521         * simple.el:
4522         * mwheel.el:
4523         * mouse.el:
4524         * loadup.el:
4525         * isearch.el:
4526         * info.el:
4527         * frame.el:
4528         * faces.el:
4529         * disp-table.el:
4530         * cus-start.el:
4531         * cus-face.el:
4532         * cus-edit.el:
4533         * Makefile.in: Remove code for Carbon.
4535 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4537         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4538         bindings for functions deleted by Dan N. 2008-07-21.  Set
4539         where-is-preferred-modifier.  Add show-manual option to Help menu.
4541 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
4543         * net/tramp.el (tramp-handle-start-file-process):
4544         Set query-on-exit flag.  Kill temporary buffer.
4545         (tramp-process-sentinel): Remove defun.
4546         (tramp-do-copy-or-rename-file-out-of-band)
4547         (tramp-maybe-open-connection): Don't call it.
4549         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4550         `tramp-process-sentinel'.
4552         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4553         `tramp-process-sentinel'.
4555         * net/xesam.el (xesam-from): Remove defvar.
4556         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
4557         and `mode-line-position'.
4558         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
4559         information to the widgets.  Don't set `mode-line-position'.
4560         (xesam-refresh-search-buffer): Correct hit number computing.
4561         Don't set `mode-line-position'.
4562         (xesam-new-search): Add debug information to the mode line.
4564 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4566         * diff-mode.el (diff-show-trailing-blanks): Renamed to
4567         diff-show-trailing-whitespaces.
4569 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4571         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4572         invalid filename strings when parsing tex errors (bug#376).
4574 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
4576         * menu-bar.el (menu-bar-file-menu): Fix typo.
4578 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
4580         * play/solitaire.el (solitaire-mode-map): Define within defvar.
4581         (solitaire-mode): Define with `define-derived-mode'.
4582         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4583         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4584         (solitaire-undo, solitaire-check): Use `when'.
4585         (solitaire-solve): Err out if the solitaire is already in progress.
4586         Use `when'.
4588         * descr-text.el (describe-char): Don't overwrite local variable char
4589         when describing characters with display-table entries.  Display font
4590         backend when describing composed characters.  Simplify: use `let'
4591         instead of `let*', and `or x y' instead of `if x x y'.
4593 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4595         * image-mode.el (image-minor-mode): Set up winprops.
4597 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4599         * diff-mode.el (diff-show-trailing-blanks): New fun.
4600         Show trailing blanks in modified lines for diff-mode.
4602 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
4604         * Makefile.in (ELCFILES): Add net/xesam.el.
4606         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4607         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
4609         * net/xesam.el: New file.
4611 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
4613         * dired-aux.el (dired-copy-file-recursive): Avoid calling
4614         set-file-modes when creating target directories.
4616 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
4618         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4619         Set `show-trailing-whitespace' to nil.
4620         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4621         Fix typos in docstrings.
4623 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
4625         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4626         key remapping, not directly.
4628 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4630         * whitespace.el: New version 11.2.
4631         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4632         minor mode visualization.
4634 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4636         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4638         * Makefile.in (ELCFILES): Add term/common-win.elc.
4640         * vc-dir.el (vc-dir-search, vc-dir-isearch)
4641         (vc-dir-isearch-regexp): New functions.
4642         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4644 2008-07-23  Juri Linkov  <juri@jurta.org>
4646         * isearch-multi.el: Remove file to avoid dos file name clashes
4647         with isearch-x.el.  Move most content to misearch.el.
4649         * misearch.el: New file with most content from isearch-multi.el.
4650         Rename `isearch-buffers' name prefixes to `multi-isearch'.
4651         Remove `isearch-buffers-minor-mode'.  Add new function
4652         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
4653         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4654         `multi-isearch-files', `multi-isearch-files-regexp'.
4656         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
4658         * isearch.el (isearch-message-prefix): Display "Multi" when
4659         `multi-isearch-next-buffer-current-function' is non-nil.
4660         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4661         with `multi-isearch-next-buffer-current-function', and
4662         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4664         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4665         `multi-isearch-next-buffer-function' instead of
4666         `isearch-buffers-next-buffer-function'.  Remove call to
4667         `isearch-buffers-minor-mode'.
4669         * buff-menu.el (Buffer-menu-marked-buffers)
4670         (Buffer-menu-isearch-buffers)
4671         (Buffer-menu-isearch-buffers-regexp): New functions.
4672         (Buffer-menu-mode-map): Bind "M-s a C-s" to
4673         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4674         `Buffer-menu-isearch-buffers-regexp'.
4675         (Buffer-menu-mode): Document new commands in docstring.
4676         (list-buffers-noselect): Add one space after Info file name
4677         according to the Info address convention.
4679         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4680         New functions.
4682         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4683         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4684         (ibuffer-mode): Document new commands in docstring.
4686         * filesets.el (filesets-commands): Add commands for "Isearch" and
4687         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
4688         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4689         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4690         or `multi-isearch-files-regexp'.
4691         (filesets-cmd-query-replace-getargs): Call standard function
4692         `query-replace-read-args' to read `query-replace' arguments.
4693         Add `multi-query-replace-map'.
4694         (filesets-cmd-query-replace-regexp-getargs)
4695         (filesets-cmd-isearch-getargs): New functions.
4697 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4699         * international/mule.el (recode-region): Deactivate mark at the end.
4701 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4703         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4704         Use more suitable colors on dark displays.
4706 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
4708         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4709         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4710         (tramp-temp-buffer-name): New defconst.
4711         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
4712         command.  No trailing prompt.
4713         (tramp-process-sentinel): Remove temporary buffer, if existing.
4714         Don't handle trailing prompt.
4715         (tramp-open-connection-setup-interactive-shell):
4716         Use `tramp-temp-buffer-name'.
4718 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4720         * shell.el (shell-dynamic-complete-functions):
4721         Use comint-dynamic-complete-filename as well (bug#361).
4723 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4725         * term/ns-win.el:
4726         * version.el (emacs-version):
4727         * loadup.el:
4728         * frame.el (make-frame-on-display): Check for ns instead of
4729         ns-windowing.
4731         * dired.el (dired-mode-map): Show the key binding for wdired.
4733         * menu-bar.el (menu-bar-file-menu): Show the key binding for
4734         exiting Emacs.
4736 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4738         * term/ns-win.el (x-list-fonts): Drop alias.
4740 2008-07-23  Juri Linkov  <juri@jurta.org>
4742         * replace.el (multi-query-replace-map): New variable.
4743         (perform-replace): Add processing of new multi-buffer keys bound
4744         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
4745         if last input char was `automatic-all'.  Set new local variable
4746         `multi-buffer' to t when one of new two keys were typed.  Return
4747         non-nil value of `multi-buffer' that tells to calling functions
4748         to continue replacement on the next file.
4750         * progmodes/etags.el (tags-query-replace): Set arg `map' of
4751         `perform-replace' to `multi-query-replace-map'.
4753 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4756         otherwise displayed in every buffer.
4758         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4759         (vc-arch-trim-one-revlib): Delete temp directories as well.
4761 2008-07-22  Stephen Eglen  <stephen@gnu.org>
4763         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
4765 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
4767         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4769 2008-07-22  Miles Bader  <miles@gnu.org>
4771         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4772         (sh-mode-map): Remove remapping of newline-and-indent.
4774 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4776         * vc.el (Todo): Update.
4778         * vc-hooks.el: Remove obsolete comment.
4780         * vc-git.el (vc-git-status-printer): Update the directory display
4781         to match the default.
4783         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4785 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4787         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4788         for "word wrap" command.
4790         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4792 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4794         * term/ns-win.el: Rename ns- functions/variables to the
4795         corresponding x- versions.
4796         (x-select-text, x-cut-buffer-or-selection-value)
4797         (x-disown-selection-internal, x-get-selection-internal)
4798         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4799         (x-display-mm-width, x-display-mm-height)
4800         (x-display-backing-store, x-display-save-under)
4801         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4802         defaliases.
4804         * frame.el (ns-display-name): Remove declaration.
4805         (make-frame-on-display): Use x-display-name instead
4806         ns-display-name.  Use unless.
4808         * startup.el (command-line-1): Fix indentation.
4810         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4811         checked in inadvertently.
4813 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4815         * term/ns-win.el: Standardize references to "Nextstep" in
4816         comments, messages, and docstrings.
4817         (ns-handle-args, x-parse-geometry)
4818         (ns-extended-platform-support-mode, x-setup-function-keys)
4819         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4820         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4821         (ns-initialized, ns-initialize-window-system): Doc fixes.
4823 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4825         * diff-mode.el (diff-auto-refine): Delete defcustom.
4826         (diff-auto-refine-mode): New func/var via define-minor-mode.
4827         Update var ref to use diff-auto-refine-mode.
4828         * smerge-mode.el (diff-mode): Require when compiling.
4829         (smerge-auto-refine): Delete defcustom.
4830         Update smerge-auto-refine ref to use diff-auto-refine-mode.
4832 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4834         * simple.el (visual-line): New custom group.
4835         (visual-line-fringe-indicators): New var.
4836         (visual-line-mode): Set fringe-indicator-alist based on
4837         visual-line-fringe-indicators.  Add lighter.
4839 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4841         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4842         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4843         (x-handle-geometry, x-handle-name-switch, x-display-name)
4844         (x-handle-display, x-handle-args, x-colors): Move ...
4845         * term/common-win.el: ... here.  New file.
4846         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4847         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4848         (x-handle-geometry, x-handle-name-switch, x-display-name)
4849         (x-handle-display, x-handle-args, x-colors): Remove.
4850         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4852 2008-07-19  Juri Linkov  <juri@jurta.org>
4854         * startup.el (fancy-startup-text): Move the line "To quit
4855         a partially entered command, type Control-g" a few lines below
4856         to be after the line "To start".  Add text "at gnu.org" to
4857         "Overview of Emacs features".
4859         * dired.el (dired-mode-map): Fix menu text of
4860         image-dired-display-thumbs.
4862         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4863         (image-dired-cmd-create-temp-image-options)
4864         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4865         ImageMagick command line to change the dimensions of the image
4866         only if its width or height exceeds the geometry specification.
4868         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4870         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4871         to docstrings.
4873 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4875         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4876         Vinicius Jose Latorre.
4878 2008-07-19  Glenn Morris  <rgm@gnu.org>
4880         * term/ns-win.el (ns-make-command-string): Use mapconcat.
4881         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
4883 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4885         * net/dbus.el (dbus-interface-properties): New defconst.
4886         (dbus-introspect): Update docstring.
4887         (dbus-introspect-xml, dbus-introspect-get-attribute)
4888         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4889         (dbus-introspect-get-interface-names)
4890         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4891         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4892         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4893         (dbus-introspect-get-property)
4894         (dbus-introspect-get-annotation-names)
4895         (dbus-introspect-get-annotation)
4896         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4897         (dbus-introspect-get-signature, dbus-get-property)
4898         (dbus-set-property, dbus-get-all-properties): New defuns.
4900 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
4902         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
4903         ns-grabenv.elc.
4905         * ns-carbon-compat.el: File removed.
4907         * ns-grabenv.el: File removed.
4909         * term/ns-win.el: Contents of ns-carbon-compat.el and
4910         ns-grabenv.el moved here.
4911         (ns-grabenv, ns-open-file-select-line): Doc fixes.
4912         (ns-submit-bug-report): Function removed.  Reports go to the main
4913         Emacs bug list.
4914         (ns-handle-args, ns-spi-service-call): Doc fixes.
4915         (info-ns-emacs): Function removed.  Nextstep port manual will be
4916         merged into the Emacs manual, so no separate link needed.
4918 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
4920         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4922 2008-07-18  Glenn Morris  <rgm@gnu.org>
4924         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4925         to XEmacs, since it does nothing for Emacs.
4927 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4929         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4930         BUFFER that is a string but does not exist as a buffer object, as
4931         mentioned in the doc-string.
4933 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
4935         * simple.el (line-move-visual): Make it a defcustom.
4936         (line-move-1): Convert temporary-goal-column back to an integer if
4937         it was set as a float by a previous call to line-move-visual.
4938         (end-of-visual-line, beginning-of-visual-line)
4939         (next-logical-line, previous-logical-line): New functions.
4941 2008-07-17  David Reitter  <david.reitter@gmail.com>
4943         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4944         functions.
4945         (visual-line-mode, global-visual-line-mode): New minor mode.
4946         (visual-line-mode-map): New variable.
4948 2008-07-17  Glenn Morris  <rgm@gnu.org>
4950         * term/ns-win.el (parameters): Declare for compiler.
4952 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
4954         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4955         for Windows.
4957 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
4959         * epa.el (epa-key-list-mode): Use run-mode-hooks.
4960         (epa-key-mode): Ditto.
4961         (epa-info-mode): Ditto.
4963 2008-07-17  Glenn Morris  <rgm@gnu.org>
4965         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
4966         (ns-handle-numeric-switch): Just call ns-handle-switch.
4967         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4968         (ns-handle-args): Simplify using `pop'.
4969         (ns-display-name): Define (used in frame.el).
4970         (menu-bar-select-frame): Add (ignored) arg to more closely match the
4971         original definition.
4972         (ns-perform-service): Declare.
4973         (ns-save-preferences): Use fewer `let's.
4975         * frame.el (ns-display-name): Declare for compiler.
4977 2008-07-17  Kenichi Handa  <handa@m17n.org>
4979         * descr-text.el (describe-char-unidata-list): Initialize to the
4980         list of name, general-category, decomposition, and old-name.
4982 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4984         * startup.el (command-line-1): Update processing of NS long options to
4985         mimic recent changes to processing of X long options.
4987 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
4989         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4990         list of #defines for remote files.
4991         (gdb-source-info): Only show main if it has been found.
4993 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4995         * term/ns-win.el: Require CL; fix up comment style; reindent.
4996         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
4997         (ns-save-preferences): Use `case'.
4998         (ns-initialize-window-system): Use `dolist'.
5000 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5002         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5003         windowing is used.
5004         * term/ns-win.el (ns-extended-platform-support-mode):
5005         Correct/improve documentation.
5007 2008-07-16  Glenn Morris  <rgm@gnu.org>
5009         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5010         Simply require 'cl (see comment in cl-compat.el).
5011         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5012         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5013         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5014         directly rather by subterfuge.  Provide cl before loading cl-macs.
5016         * paths.el (rmail-spool-directory): Remove settings for systems that are
5017         no longer supported.
5019         * frame.el (ns-initialize-window-system): Declare for compiler.
5021         * term/ns-win.el: Add numerous declarations for compiler.
5022         (ns-pop-up-frames): Move definition before use.  Doc fix.
5024         * emacs-lisp/check-declare.el (check-declare-locate)
5025         (check-declare-verify): Handle .m files.
5027 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
5029         * ns-carbon-compat.el: New file: user-visible compatibility of
5030         NeXTstep port with Carbon port.
5031         * ns-grabenv.el: New file: functionality useful on OS X platform to
5032         expose environment variables inside Emacs started from icon.
5033         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5034         * cus-edit.el:
5035         * cus-face.el:
5036         * disp-table.el:
5037         * faces.el:
5038         * info.el:
5039         * mouse.el:
5040         * mwheel.el:
5041         * simple.el: Add ns to window systems treated as GUIs.
5042         * facemenu.el (facemenu-read-color): Don't require a name match under
5043         NS, to allow numeric color entry.
5044         * frame.el (make-frame-on-display): Follow code for 'x in initializing
5045         'ns window system if need be.
5046         (various): Add 'ns as described above.
5047         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5048         ns-windowing is active.
5049         * startup.el (command-line-ns-option-alist): New constant to handle NS
5050         windowing system specific command line args analogous to how they are
5051         handled for X windows.
5052         (command-line-1): Use the above where appropriate.
5053         * version.el: Add NS port version.
5054         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5055         Darwin (usually OS X) systems.
5056         (woman-use-own-frame): Include 'ns in list of GUI window systems.
5057         * emulation/viper-util.el (ns-display-color-p)
5058         (ns-color-defined-p): Remove these (caustically-commented) outdated
5059         compensations for a port that was never itself integrated until now.
5060         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5061         for NS window system.
5062         * international/mule-cmds.el: Add 'ns to list of special-cased window
5063         systems (probably most of these, x/w32/mac/ns could be changed to
5064         window-system non-nil).
5065         * term/ns-win.el: New file: lisp-side support for NS windowing system.
5067 2008-07-14  Jason Rumney  <jasonr@gnu.org>
5069         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5070         (x-handle-numeric-switch, x-handle-initial-switch)
5071         (x-handle-xrm-switch, x-handle-args, x-handle-display)
5072         (xw-defined-colors, w32-initialize-window-system):
5073         Avoid use of cl pop and push macros.
5075 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
5077         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5078         error when change-log-search-file-name returns nil.
5080 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
5082         * add-log.el (change-log-search-file-name):
5083         Use match-string-no-properties.
5084         (change-log-search-tag-name-1, change-log-search-tag-name)
5085         (change-log-goto-source-1, change-log-goto-source): New functions.
5086         (change-log-tag-re, change-log-find-head, change-log-find-tail):
5087         New variables.
5088         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5090 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
5092         * calc/calc-help.el (calc-describe-key): Add angles to special key
5093         descriptions.
5095 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5097         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5098         search for regexp.
5100 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
5102         * simple.el (line-move-visual): Handle null pixel position gracefully.
5104 2008-07-11  Jason Rumney  <jasonr@gnu.org>
5106         * files.el (file-truename): Get truename of ancestors if file does
5107         not exist on Windows.
5109 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
5111         * simple.el (line-move-visual): Obey goal-column and no-error arg.
5112         (track-eol, temporary-goal-column, previous-line, next-line):
5113         Update docstring.
5114         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5115         to nil.
5117 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5119         * simple.el (line-move-visual): New var.
5120         (line-move-visual): New function.
5121         (line-move): Call line-move-visual.
5123 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5125         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5126         pattern and add patterns for C++ header files.
5128 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
5130         * window.el (truncated-partial-width-window-p): New function.
5132         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
5134         * faces.el (x-create-frame-with-faces): Don't pass parameters that
5135         are set later to x-create-frame.
5136         (face-set-after-frame-default): Apply X resources for non-default
5137         faces.
5139 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
5141         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
5142         frame-specific X resource settings.  Set faces using a list of
5143         frame parameters explicitly passed to the calling
5144         function (e.g. make-frame).
5145         (x-create-frame-with-faces, tty-create-frame-with-faces):
5146         Supply explicit frame parameter list to face-set-after-frame-default.
5148 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5150         * net/browse-url.el (browse-url-default-browser):
5151         Fix argument list in lambda.
5153 2008-07-07  Ulf Jasper  <ulf@web.de>
5155         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5156         from url-retrieve.
5157         (newsticker--sentinel-work): Fix xerror typo.
5159 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5161         * vc-dir.el (vc-dir-refresh): Only update files.
5163         * vc-git.el (vc-git--ls-files-state): Remove unused function.
5165         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5167 2008-07-06  John Paul Wallington  <jpw@pobox.com>
5169         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5171 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
5173         * vc-git.el (vc-git-registered): Return true for removed files.
5174         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5175         all the files instead of one per file.
5176         (vc-git-previous-revision): Add support for project-wide previous
5177         revision when specified file is nil.
5179 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5181         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5183         * vc-dir.el (vc-dir-find-child-files): New function.
5184         (vc-dir-resync-directory-files): New function.
5185         (vc-dir-recompute-file-state): New function, broken out of ...
5186         (vc-dir-resynch-file): ... here.  Also deal with directories.
5187         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5188         (vc-resynch-buffer): Use it.
5190         * vc-hg.el (vc-hg-registered): Do not set vc-state.
5192         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5194 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
5196         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5197         if it's not part of gdb-ui, e.g, at start.
5199         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5200         filenames in stack trace (text command mode).
5202 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5204         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5206         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5207         Use syntax-ppss on a position *before* the char we want to change.
5209 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
5211         * vc-dir.el (vc-dir-query-replace-regexp): New function.
5212         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5213         (vc-dir-mode-map): Likewise.
5215 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
5217         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5218         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5219         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5220         Remove spurious * in defcustom docstrings.
5222         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5223         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5224         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5225         (default-justification): Remove spurious * in defcustom docstrings.
5227         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5228         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5229         (rst-compare-decorations, rst-default-indent, rst-update-section)
5230         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5231         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5232         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5233         Fix typos in docstrings.
5234         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
5235         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5236         (rst-get-decorations-around, rst-section-tree-point)
5237         (rst-font-lock-adornment-point): Reflow docstrings.
5238         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5239         Doc fixes.
5240         (rst-re-enumerations): Comment out.
5242         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5243         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5244         (nxml-unicode-block-char-name-set):
5245         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5246         * nxml/rng-nxml.el (rng-set-state-after):
5247         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5249         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5250         (rng-c-parse-annotation-body):
5251         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5253         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5254         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5255         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5256         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5257         Fix typos in docstrings.
5258         (nxml-attribute-indent): Reflow docstring.
5259         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5260         (nxml-default-buffer-file-coding-system): Doc fixes.
5262         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5263         (nxml-ns-set-prefix): Fix typos in docstrings.
5264         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5265         Reflow docstring.
5266         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5268         * nxml/nxml-outln.el (nxml-hide-all-text-content)
5269         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5270         (nxml-hide-direct-text-content, nxml-hide-subheadings)
5271         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5272         (nxml-outline-display-rest, nxml-outline-set-overlay)
5273         (nxml-section-tag-forward, nxml-section-tag-backward)
5274         (nxml-back-to-section-start): Fix typos in docstrings.
5276         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5277         Doc fixes.
5279         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5280         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5281         (nxml-scan-after-change): Fix typo in docstring.
5283         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5284         (rng-name-class-possible-names): Doc fixes.
5285         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5286         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5287         Fix typos in docstrings.
5288         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5289         Reflow docstrings.
5291         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5292         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5294         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5295         (rng-xsd-convert-date-time): Reflow docstrings.
5296         (rng-xsd-compile): Fix typo in docstring.
5298         * nxml/rng-loc.el (rng-current-schema-file-name)
5299         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5300         Doc fixes.
5301         (rng-set-schema-file): Fix typo in docstring.
5303         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5304         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5305         Fix typos in docstrings.
5306         (rng-message-overlay, rng-conditional-up-to-date-start)
5307         (rng-conditional-up-to-date-end): Doc fixes.
5308         (rng-next-error, rng-previous-error): Reflow docstrings.
5310         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5311         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5312         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5313         (xmltok-merge-attributes): Fix typos in docstrings.
5314         (xmltok-make-attribute, xmltok-forward-special)
5315         (xmltok-get-declared-encoding-position): Reflow docstrings.
5317         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5318         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5319         Fix typos in docstrings.
5321 2008-07-02  John Paul Wallington  <jpw@pobox.com>
5323         * ibuffer.el (ibuffer-buffer-file-name):
5324         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
5325         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
5327 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
5329         * files.el (backup-extract-version): Handle versioned directories.
5330         (trash-directory): New variable.
5331         (move-file-to-trash): New function.
5333         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5335 2008-07-02  Magnus Henoch  <mange@freemail.hu>
5337         * vc-git.el (vc-git-annotate-command): Use proper option for
5338         specifying revision.
5340 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5342         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5343         if available.
5345 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
5347         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5349         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5350         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5352         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5354 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
5356         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5357         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
5358         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5359         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5360         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5361         (gdb-stack-list-locals-regexp): Future proof regexps better.
5363 2008-06-30  Juri Linkov  <juri@jurta.org>
5365         * faces.el (face-name-history): New variable.
5366         (make-face, make-empty-face): Replace interactive spec "S"
5367         with `read-from-minibuffer' where `read' arg is t and
5368         `hist' arg is `face-name-history'.
5369         (read-face-name): Set `hist' arg of `completing-read-multiple'
5370         to `face-name-history'.
5371         (list-faces-display): Use `read-regexp' instead of `read-string'
5372         to read regexp.
5374         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5375         to `regexp-history'.
5376         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5377         make it an obsolete alias to it.
5378         (hi-lock-face-defaults): New variable renamed from
5379         `hi-lock-face-history'.
5380         (hi-lock-line-face-buffer, hi-lock-face-buffer)
5381         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5382         `read-from-minibuffer'.  Doc fix.
5383         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5384         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
5385         Set `hist' arg of `completing-read' to `face-name-history'.
5386         Put a list of default faces to `default' arg instead of `hist' arg.
5388         * bindings.el (abbrev-map, narrow-map): New variables.
5389         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5390         Rebind related commands to these new maps.
5391         (ctl-x-r-map): New variable for rectangle, register and bookmark
5392         keys.  Move rectangle keybindings to rect.el and register
5393         keybindings to register.el.
5394         (next-buffer, previous-buffer): Remove C-x prefix and move
5395         keybindings to ctl-x-map.
5397         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5398         to the new map `ctl-x-r-map' in autoload cookies.
5400         * expand.el: Rebind two global `C-x a' keys "n", "p"
5401         to the new map `abbrev-map' in autoload cookies.
5403         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5405         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5407 2008-06-30  Miles Bader  <miles@gnu.org>
5409         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5410         after processing an escape sequence.
5412 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
5414         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5415         from 2008-06-28.  It does not work on W32.
5417 2008-06-29  Juri Linkov  <juri@jurta.org>
5419         * replace.el (read-regexp): New function.
5420         (keep-lines-read-args, occur-read-primary-args):
5421         Call `read-regexp' instead of code moved to new function.
5422         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5423         from the end of prompt.
5424         (replace-re-search-function): Doc fix.
5426 2008-06-29  Kenichi Handa  <handa@m17n.org>
5428         * descr-text.el (describe-char-display): Always return a string.
5429         (describe-char-padded-string): New function.
5430         (describe-char): Adjusted for the change of
5431         describe-char-display.  Use describe-char-padded-string.
5433 2008-06-29  Andreas Schwab  <schwab@suse.de>
5435         * vc-dir.el (vc-dir): Make backend argument optional and use
5436         vc-responsible-backend when nil.  Interactively pass nil for
5437         backend instead of using the backend of what happens to be
5438         default-directory at the time of the call.
5440         * find-dired.el (find-dired-filter): Preserve point.
5442 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
5444         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5445         (sasl-find-mechanism, sasl-next-step):
5446         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5447         (sasl-ntlm-response): Fix typos in docstrings.
5449 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
5451         * international/mule-cmds.el (view-hello-file): Doc fix.
5453 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
5455         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5456         (set-face-attribute, face-set-after-frame-default)): Don't use it.
5458 2008-06-28  John Paul Wallington  <jpw@pobox.com>
5460         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
5462 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
5464         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5465         (tramp-convert-file-attributes): Convert symlinks only when
5466         returned from `tramp-handle-file-attributes-with-stat'.
5468         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5469         `substitute-in-file-name' when unloading.
5470         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5472 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
5474         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5475         (vc-string-prefix-p): Move function ...
5476         * vc.el (vc-string-prefix-p): ... here.
5478 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5480         * vc-dir.el (vc-dir): Complete only directory names.
5482 2008-06-27  Jason Rumney  <jasonr@gnu.org>
5484         * w32-fns.el (top-level): Unconditionally define all charsets.
5486 2008-06-27  Alan Mackenzie  <acm@muc.de>
5488         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5489         the CC Mode specific functions; this is no longer needed, since
5490         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5492         * progmodes/cc-defs.el (c-emacs-features): New feature
5493         'argumentative-bod-function.
5495 2008-06-27  John Paul Wallington  <jpw@pobox.com>
5497         * chistory.el (list-command-history): Use `bound-and-true-p'.
5498         (command-history-map): Define within defvar.  Add docstring.
5500 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5502         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5503         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
5504         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5505         (image-type-from-buffer): Use `looking-at-p'.
5507 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5509         * ibuf-ext.el (diff-sentinel): Declare.
5511 2008-06-27  Glenn Morris  <rgm@gnu.org>
5513         * calendar/lunar.el (calendar-lunar-phases): Rename from
5514         calendar-phases-of-moon.  Keep old name as alias, update callers.
5515         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
5516         (diary-lunar-phases): Rename from diary-phases-of-moon.
5517         Keep old name as alias.
5518         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5519         (cal-menu-global-mouse-menu): Update for lunar name changes.
5520         * calendar/calendar.el (calendar-mode-map): Update for name change.
5521         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5523 2008-06-26  Glenn Morris  <rgm@gnu.org>
5525         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5526         argument `nolocation'.
5527         (calendar-sunrise-sunset-month): New function.
5528         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5529         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
5530         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5531         * calendar/calendar.el (solar-sunrises-buffer): New constant.
5532         (calendar-mode-map): Use cal-menu-sunmoon-menu.
5533         (calendar-buffer-list): Add solar-sunrises-buffer.
5535         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5537 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
5539         * cus-start.el: Add customization types for word-wrap and
5540         shift-select-mode.
5542 2008-06-26  John Paul Wallington  <jpw@pobox.com>
5544         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5545         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
5546         (ibuffer-mark-on-buffer): Don't display message when removing marks.
5547         (ibuffer-mark-by-mode): Use `buffer-local-value'.
5549 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5551         * vc-dir.el (tool-bar): Require.
5553         * vc.el (ewoc, tool-bar): Do not require.
5555 2008-06-26  Kenichi Handa  <handa@m17n.org>
5557         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5558         characters.
5560         * composite.el (terminal-composition-base-character-p): New function.
5561         (terminal-composition-function):
5562         Use terminal-composition-base-character-p.  Include the base character
5563         in the composition.
5564         (auto-compose-chars): Don't check font-object for terminal display.
5566 2008-06-26  Glenn Morris  <rgm@gnu.org>
5568         * doc-view.el (bookmark-make-record-default):
5569         * image-mode.el (bookmark-make-record-default): Fix declaration.
5571         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5572         Add default :value for sexp type.
5573         (calendar-month-edges): New variable.
5574         (calendar-month-edges): New function.
5575         (calendar-recompute-layout-variables): Set calendar-month-edges.
5576         (calendar-intermonth-header, calendar-intermonth-text): New options.
5577         (calendar-insert-at-column): New function.
5578         (calendar-generate-month): Use calendar-insert-at-column.
5579         Handle intermonth text.  Add 'date property.
5580         (calendar-column-to-month): Remove function.
5581         (calendar-column-to-segment): New function.
5582         (calendar-cursor-to-date): Use calendar-column-to-segment.
5583         Check 'date property.
5585         * calendar/calendar.el (calendar-print-other-dates):
5586         Handle mouse events.
5587         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5588         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5590         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5591         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5592         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5594         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5595         Use calendar-column-to-segment, calendar-month-edges, and
5596         the 'date property to handle intermonth text.
5598         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5600         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5601         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5602         Add doc strings.
5603         (cal-menu-context-mouse-menu): Add some :keys.
5604         (calendar-check-holidays): Declare rather than autoloading.
5605         (diary-show-holidays-flag): Remove unneeded declaration.
5607         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5608         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5609         event-start is nil.
5611 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5613         * minibuffer.el (completion-basic-try-completion): Use the text after
5614         point to constrain the completion candidates.
5615         (completion-basic-all-completions): Adjust accordingly.
5617 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
5619         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5620         courier.
5622         * faces.el (set-face-attribute): Doc fix.
5624 2008-06-25  Juri Linkov  <juri@jurta.org>
5626         * bindings.el (goto-map): New variable.  Rebind goto-related
5627         commands to this `M-g' prefix keymap.
5628         (search-map): New variable for `M-s' prefix keymap.
5629         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5630         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5631         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5632         `M-shw' to `hi-lock-write-interactive-patterns'.
5634         * isearch.el (isearch-mode-map): Bind `M-s h r' to
5635         `isearch-highlight-regexp'.
5636         (isearch-highlight-regexp): New function.
5638 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5640         * info.el (Info-bookmark-make-record):
5641         Use bookmark-make-record-default.
5642         (Info-bookmark-jump): Use bookmark-default-handler.
5644         * image-mode.el (image-bookmark-make-record):
5645         Use bookmark-make-record-default.
5646         (image-bookmark-jump): Use bookmark-default-handler.
5648         * doc-view.el (doc-view-bookmark-make-record):
5649         Use bookmark-make-record-default.
5650         (doc-view-bookmark-jump): Use bookmark-default-handler.
5652         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5653         used until now in bookmark.el's code.
5654         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5655         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5656         used until now in bookmark.el's code.
5657         (bookmark-set-filename): Remove special code, moved to its only caller.
5658         (bookmark-store): Use the newer format.
5659         (bookmark-make-record-default): Add arg `point-only'.
5660         Rename from bookmark-make-record-for-text-file.
5661         (bookmark--jump-via): New function.
5662         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5663         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5664         Use it.
5665         (bookmark-jump-noselect, bookmark-default-handler):
5666         Don't return an alist, instead return the data implicitly by changing
5667         current buffer and point.  Signal an error if the file doesn't exist.
5669         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5670         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5672         * bs.el: Use with-current-buffer.  Simplify.
5673         (bs-toggle-readonly): Avoid vc-toggle-read-only.
5675         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5676         is bound before using it.
5678 2008-06-25  Kenichi Handa  <handa@m17n.org>
5680         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5682 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
5684         * vc-hg.el:
5685         * vc-git.el: Require vc-dir when compiling.
5687         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5688         vc-dir-marked-only-files.  Change the return value.
5689         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5690         Change the return value.
5691         (vc-dir-deduce-fileset): New function broken out from ...
5692         * vc.el (vc-deduce-fileset): ... here and ...
5693         (vc-deduce-fileset): ... here.
5695         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5696         (vc-svn-parse-status): Do not set the vc-backend property.
5698 2008-06-25  Andreas Schwab  <schwab@suse.de>
5700         * faces.el (face-font-family-alternatives, variable-pitch):
5701         Use "Sans Serif", not "Sans-Serif".
5703 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
5705         * faces.el (face-font-family-alternatives, variable-pitch):
5706         Change "Sans" to the canonical name "Sans-Serif".
5708 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5710         * calc/calc.el (calc-mode-map): Add extra keybindings to
5711         `calc-missing-key'.
5712         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5713         `kill-ring-save'.
5715 2008-06-24  Miles Bader  <miles@gnu.org>
5717         * mouse.el (mouse-appearance-menu): Don't do anything if the user
5718         pops up the menu but doesn't select anything.
5720 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
5722         * add-log.el (add-change-log-entry): Add new arg to force each new
5723         entry to be on a new line.
5724         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5726         * vc-dir.el (vc-client-object): Remove.
5727         (vc-dir-prepare-status-buffer): Take a backend as an argument and
5728         use it when looking for a buffer.
5729         (vc-dir): Add a backend argument.  Set revert-buffer-function.
5730         Don't create a client object.  Move bindings ...
5731         (vc-dir-menu-map, vc-dir-mode-map): ... here.
5732         (vc-dir-revert-buffer-function): New function.
5733         (vc-generic-status-printer): Rename to ...
5734         (vc-dir-status-printer): ... this.
5735         (vc-generic-state, vc-generic-status-fileinfo-extra)
5736         (vc-dir-extra-menu, vc-make-backend-object): Remove.
5737         (vc-default-status-printer): Use a different face for
5738         directories.  Don't display any text for directories in the state
5739         column.  Add tooltips.
5741         * vc.el (Todo): Update.
5743         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5744         * vc-rcs.el (vc-annotate-convert-time):
5745         * vc-mtn.el (vc-annotate-convert-time):
5746         * vc-git.el (vc-annotate-convert-time):
5747         * vc-cvs.el (vc-annotate-convert-time):
5748         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5750 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5752         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5753         instead of using view-mode.
5755 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5757         * Makefile.in (distclean): Don't delete *.elc and autogen files.
5759 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5761         * vc.el:
5762         * vc-hooks.el:
5763         * vc-dispatcher.el: Move vc-dir variables and functions ...
5764         * vc-dir.el: ... here.  New file.
5765         * Makefile.in (ELCFILES): Add vc-dir.elc.
5767         * vc.el: Move vc-annotate variables and functions ...
5768         * vc-annotate.el: ... here.  New file.
5769         * Makefile.in (ELCFILES): Add vc-annotate.elc.
5771         * vc-dav.el: Move here from url/vc-dav.el.
5772         (Todo): Note work needed to make this backend functional.
5774         * Makefile.in (ELCFILES): Update vc-dav.el location.
5776 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5780 2008-06-21  John Paul Wallington  <jpw@pobox.com>
5782         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5784         * textmodes/rst.el (rst-mode): Put docstring in right place.
5786 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
5788         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5789         size for legibility.
5791         * faces.el (fixed-pitch): Use "Monospace" family.
5792         (variable-pitch): Use "Sans" family.
5793         (face-font-family-alternatives): Define alternatives for "Sans"
5794         and "Monospace".
5796 2008-06-21  Glenn Morris  <rgm@gnu.org>
5798         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5799         Require 'cl when compiling.
5801         * emacs-lisp/debug.el (help-xref-interned): Declare.
5803         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5804         Evaluate definition when compiling.
5806         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5807         rather than mouse-1.
5808         (bug-reference-url-format): Autoload safe if string.
5809         (bug-reference-bug-regexp): Make space after "bug" optional.
5811         * Makefile.in (all): Explicitly pass EMACS to sub-make,
5812         for some non-GNU makes.
5814         * cus-dep.el (custom-dependencies-no-scan-regexp):
5815         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5817         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5818         increments.
5820         * calendar/calendar.el: Factor out the magic numbers controlling the
5821         calendar layout.
5822         (calendar-month-digit-width, calendar-month-width)
5823         (calendar-right-margin): New variables.
5824         (calendar-recompute-layout-variables, calendar-set-layout-variable):
5825         New functions.
5826         (calendar-left-margin, calendar-intermonth-spacing)
5827         (calendar-column-width, calendar-day-header-width)
5828         (calendar-day-digit-width): New options.
5829         (calendar-first-date-row): New constant.
5830         (calendar-move-to-column, calendar-ensure-newline): New functions,
5831         replacing calendar-insert-indented.
5832         (calendar-insert-indented): Remove function.
5833         (calendar-generate-month): Use calendar-move-to-column and
5834         calendar-ensure-newline.  Use layout variables.
5835         (calendar-generate, calendar-update-mode-line)
5836         (calendar-font-lock-keywords): Use layout variables.
5837         (calendar-column-to-month): New function.
5838         (calendar-cursor-to-date): Use calendar-column-to-month.
5839         Use layout variables.
5840         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5841         Use layout variables.  Use calendar-column-to-month.
5842         (calendar-cursor-to-visible-date): Use layout variables.
5844 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5846         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5847         (all): Run compile-last.
5848         (compile-onefile): New target.
5849         (compile-first): Simplify.
5850         (compile-last): Don't treat COMPILE_FIRST specially.
5851         (COMPILE_FIRST): List the elc files rather than the el files.
5852         (ELCFILES): Update.
5854 2008-06-21  Ulf Jasper  <ulf@web.de>
5856         * net/newst-treeview.el: Remove dead code.
5857         (newsticker--window-config): Remove.
5858         (newsticker-treeview-quit): Do not save window config.
5859         (newsticker-treeview): Do not try to restore window config.
5860         (newsticker-groups, newsticker--treeview-list-sort-by-column)
5861         (newsticker--treeview-list-new-items)
5862         (newsticker--treeview-list-immortal-items)
5863         (newsticker--treeview-list-obsolete-items)
5864         (newsticker--treeview-list-all-items)
5865         (newsticker--treeview-list-feed-items): Fix documentation.
5867 2008-06-21  Miles Bader  <miles@gnu.org>
5869         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5871 2008-06-21  Alan Mackenzie  <acm@muc.de>
5873         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5874         infinite loop on invalid syntax.
5876 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5878         * textmodes/rst.el: Run rst-define-level-faces when loading.
5879         (rst-mode): Don't set the font-lock-multiline var.
5880         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5881         Set the font-lock-multiline property by hand.
5883         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5885         * Makefile.in (emacs-deps): Remove.
5886         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5887         (all): Use them.
5888         (autogen-clean): Remove.
5890 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5892         * Makefile.in (all): New target.
5893         (bootstrap-prepare): Remove.
5895         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5896         the .elc file to batch-byte-compile.
5898         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5899         set-keymap-parents if set-keymap-parent doesn't exist.
5901         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
5902         Allow more than one space before the |.
5904         * textmodes/rst.el: Fix up docstring conventions.
5905         Move vars to before their first use.
5906         (rst-mode): Don't mess with font-lock-support-mode.
5907         (rst-suggest-new-decoration, rst-adjust-decoration):
5908         Avoid CL's copy-list.
5909         (rst-delete-entire-line): Use line-beginning-position.
5910         (rst-position): New fun.
5911         (rst-straighten-decorations): Use it instead of CL's position.
5912         (rst-straighten-bullets-region): Avoid CL's mapcar*.
5913         (rst-toc-mode): Use define-derived-mode.
5914         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5915         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
5916         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
5917         (rst-replace-lines): Simplify.
5918         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5920         * simple.el (special-mode-map): New var.
5921         (special-mode): New major mode.
5923 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5925         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5926         log-view-file-re.
5928         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5929         (vc-switch-backend): Simplify.
5930         (Todo): Remove solved items.
5932         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5933         the vc-backend property.
5935 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5937         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5938         Bind inhibit-read-only since the buffer is always read-only.
5940 2008-06-20  Ulf Jasper  <ulf@web.de>
5942         * net/newst-treeview.el (newsticker-treeview-own-frame):
5943         Change default value to nil.
5944         (newsticker--treeview-list-add-item)
5945         (newsticker--treeview-propertize-tag): Show item title in tooltip.
5947 2008-06-20  Martin Blais  <blais@furius.ca>
5948             Stefan Merten  <smerten@oekonux.de>
5949             David Goodger  <goodger@python.org>
5951         * textmodes/rst.el: New file.
5953 2008-06-20  Sam Steingold  <sds@gnu.org>
5955         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5956         remove DIRECTORY entries.
5958 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5960         * makefile.w32-in (distclean): Depend on `clean'.
5961         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5962         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5963         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
5964         empty cus-load.el with `echo', and include "Local Variables"
5965         section to prevent the empty file from being compiled.
5966         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5967         that generate an empty cus-load.el.
5969 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
5971         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5972         Don't copy ldefs-boot.el over loaddefs.el.
5973         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5974         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5975         to loaddefs.el; they are not needed now.  Add coding cookie.
5977 2008-06-20  Miles Bader  <miles@gnu.org>
5979         * face-remap.el (face-remap-add-relative, face-remap-set-base):
5980         Strip unnecessary list levels from SPECS.
5981         (buffer-face-set, buffer-face-toggle):
5982         Change argument from FACE to &rest SPECS, and strip unnecessary
5983         list levels from SPECS.
5984         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5986 2008-06-20  Jason Rumney  <jasonr@gnu.org>
5988         * international/fontset.el (setup-default-fontset): Specify script
5989         for latin use of iso10646-1.  Fix use of lang tags.
5991 2008-06-19  Miles Bader  <miles@gnu.org>
5993         * face-remap.el (text-scale-increase): Start from zero if
5994         text-scale-mode isn't enabled.
5996 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5999         frame parameters after setting up the `default' face.
6001 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * faces.el (face-set-after-frame-default): Don't exclude `default'.
6005 2008-06-18  Glenn Morris  <rgm@gnu.org>
6007         * mouse.el (buffer-face-mode-invoke): Declare.
6009         * Makefile.in (ELCFILES): Add org/org-id.elc.
6011         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6012         * calendar/cal-menu.el (cal-menu-holidays-menu):
6013         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6014         (cal-menu-today-holidays): Remove function.
6016         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6017         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6018         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6019         Remove unused functions.
6020         (calendar-mouse-view-diary-entries): Use format rather than concat.
6022         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6023         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6024         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6026         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6027         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6028         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6029         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6030         cal-menu-event-to-date.
6032         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6033         Handle mouse events.
6034         * calendar/cal-tex.el (cal-tex-cursor-year)
6035         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6036         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6037         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6038         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6039         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6040         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
6041         (cal-tex-cursor-month): Mark N as optional.
6042         * calendar/cal-menu.el (calendar-mouse-tex-day)
6043         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6044         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6045         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6046         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6047         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6048         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6049         Remove functions.
6050         (cal-menu-context-mouse-menu): Replace the above functions with the
6051         cal-tex versions.  Add HTML submenu.
6053 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
6055         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6056         text command mode.
6057         (gdb): Explain that gud-gdb is needed for text command mode.
6059 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
6061         * window.el (split-height-threshold): Remove spurious extra line.
6063 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6065         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6066         (calendar-set-mark):
6067         * calendar/diary-lib.el (diary-insert-entry):
6068         * calendar/solar.el (calendar-sunrise-sunset): Use it.
6069         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6070         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6071         (cal-menu-context-mouse-menu): Use calendar-set-mark,
6072         diary-insert-entry, and calendar-sunrise-sunset instead.
6074         * vc.el (vc-deduce-fileset): Add arg `only-files'.
6075         (vc-next-action): Pass the new arg.
6076         (vc-register): Don't use `only-files'.
6077         Don't set `backup-inhibited' in the current buffer.
6079 2008-06-17  Miles Bader  <miles@gnu.org>
6081         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6083         * face-remap.el (buffer-face-mode-face)
6084         (buffer-face-mode-remapping): New variables.
6085         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6086         (buffer-face-mode-invoke): New functions.
6087         (variable-pitch-mode-remapping): Variable removed.
6088         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6090         * face-remap.el (internal-lisp-face-attributes): New variable.
6091         (face-attrs-more-relative-p, face-remap-order): New functions.
6092         (face-remap-add-relative): Use `face-remap-order'.
6094 2008-06-17  Glenn Morris  <rgm@gnu.org>
6096         * mouse.el (x-select-font): Declare.
6098         * calendar/calendar.el (calendar-move-hook):
6099         Add calendar-update-mode-line as an option.
6100         (calendar-date-echo-text): New user option.
6101         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
6102         (calendar-insert-indented): Simplify newline insertion.
6103         (calendar-describe-mode): Remove unused function.
6104         (calendar-mode-line-entry): New function.
6105         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
6106         Mark as risky.
6107         (calendar-mouse-other-month): Remove function.
6108         (calendar-other-month): Handle mouse events.
6109         (calendar-goto-info-node): Call fit-window-to-buffer.
6110         (calendar-mode): Use define-derived-mode.  Doc fix.
6111         (calendar-update-mode-line): Tweak whitespace.
6113 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6116         (vc-dir-marked-only-files): vc-string-prefix-p.
6118 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
6120         * progmodes/gdb-ui.el (gdb-memory-set-address)
6121         (gdb-memory-set-repeat-count): Allow keyboard bindings.
6122         (gdb-memory-mode-map): Bind above functions respectively
6123         to 'S' and 'N'.
6125 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
6127         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6129 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
6131         * log-view.el (vc-diff-internal): Declare for compiler.
6133         * vc-bzr.el (log-view-per-file-logs):
6134         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6136 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
6138         * mouse.el (mouse-appearance-menu-map): New var.
6139         (mouse-appearance-menu): New function.
6140         Bind it to S-down-mouse-1.
6142 2008-06-15  Juri Linkov  <juri@jurta.org>
6144         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6145         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6146         as the second element.
6147         (Info-build-toc): Add PARENT element extracted from the Up pointer.
6148         Don't print progress messages.
6149         (Info-toc-nodes): New variable and function.
6150         (Info-index-nodes): Optimize non-string file name case.
6151         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6152         (Info-insert-breadcrumbs): Use the cached document structure instead
6153         of visiting all ancestor nodes.  Remove the initial `>'.
6155 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6157         * log-view.el (log-view-diff-changeset): New function.
6158         (log-view-mode-map, log-view-mode-menu): Bind it.
6159         (log-view-per-file-logs, log-view-vc-fileset)
6160         (log-view-vc-backend): New variables.
6161         (log-view-find-revision, log-view-modify-change-comment)
6162         (log-view-annotate-version): Throw an error if the log is for more
6163         than one file and we can't find the current file.  Get the current
6164         file from log-view-vc-fileset if necessary.
6165         (log-view-diff): Get the current file from log-view-vc-fileset if
6166         necessary.
6168         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6170         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6171         (vc-hg-log-view-mode): Declare for compiler.
6172         (vc-hg-log-view-mode): Set log-view-per-file-logs and
6173         log-view-file-re.
6174         (vc-hg-diff): If no file is passed, use default-directory for cwd.
6176         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6178         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6180 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
6182         * net/tramp.el (tramp-handle-start-file-process):
6183         Clear modification time of the connection buffer.
6184         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6185         (tramp-open-connection-setup-interactive-shell): Flush cache, and
6186         restart `tramp-maybe-open-connection' when the remote system has
6187         been changed.  Throw 'uname-changed event.
6188         (tramp-maybe-open-connection): Catch it.
6190         * net/tramp-cmds.el (tramp-cleanup-all-connections):
6191         Reset `tramp-locked'.
6193 2008-06-15  Ulf Jasper  <ulf@web.de>
6195         * net/newst-treeview.el (newsticker--treeview-list-update)
6196         (newsticker--treeview-item-update)
6197         (newsticker--treeview-tree-update)
6198         (newsticker-treeview-jump, newsticker-group-add-group)
6199         (newsticker-group-move-feed, newsticker-group-delete-group):
6200         Remove window dedication.
6201         (newsticker--group-manage-orphan-feeds): Handle ill-valued
6202         newsticker-groups.
6203         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6205 2008-06-15  Andreas Schwab  <schwab@suse.de>
6207         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6208         when parsing CVS/Repository.
6210         * wdired.el (wdired-search-and-rename): Fix undocumented change.
6212 2008-06-15  Ulf Jasper  <ulf@web.de>
6214         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6215         (newsticker-extra-face, newsticker-enclosure-face): Moved to
6216         net/newst-reader.el.
6218         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6219         (newsticker-extra-face, newsticker-enclosure-face): Moved from
6220         net/newst-reader.el.
6222 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6224         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6225         Catch and recover from case when the bytes we thought we were reading
6226         turn out to be something else entirely, such as latin-1 chars from
6227         quail.  See bug#396.
6229 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6231         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6232         (vc-register): Call the backend function only once, instead of
6233         once for each file.
6234         (vc-next-action): Update call to vc-register.
6235         (vc-dir-register): Remove function.
6236         (vc-dir): Bind vc-register instead of vc-dir-register.
6238 2008-06-14  Glenn Morris  <rgm@gnu.org>
6240         * Makefile.in (ELCFILES): Add net/newst-*.el.
6242 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6244         * wdired.el (wdired-do-renames): New function.
6245         (wdired-finish-edit): Use it to.
6246         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6248 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6252 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
6254         * window.el (window--even-window-heights): Even window heights
6255         only if the selected window is higher than WINDOW.
6256         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6258 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6260         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6262 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6264         * term/linux.el (terminal-init-linux): Load t-mouse.
6266 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6267             Drew Adams  <drew.adams@oracle.com>
6269         * info.el (Info-breadcrumbs-depth): New var.
6270         (Info-insert-breadcrumbs): New function.
6271         (Info-fontify-node): Use it.
6272         (Info-mode-map): Move initialization into declaration.
6274 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
6276         Rename net/newsticker-*.el to net/newst-*.el.
6277         * net/newst-backend.el: Rename from net/newsticker-backend.el.
6278         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6279         * net/newst-reader.el: Rename from net/newsticker-reader.el.
6280         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6281         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6282         * net/newsticker-backend.el: Rename to net/newst-backend.el.
6283         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6284         * net/newsticker-reader.el: Rename to net/newst-reader.el.
6285         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6286         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6288 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * progmodes/compile.el (compilation-start): Don't disable undo in
6291         comint buffer.  Don't override the comint-filter with our own.
6292         (compilation-filter): Change point's insertion-type.
6294         * comint.el (comint-output-filter): Use copy-marker.
6296 2008-06-13  David Reitter  <david.reitter@gmail.com>
6298         * textmodes/flyspell.el (mail-mode-flyspell-verify):
6299         Check message-signature-separator exists before using it.
6301 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
6303         * vc.el (vc-delete-file): Bind default-directory before calling
6304         the backend.
6305         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6306         (vc-annotate-show-diff-revision-at-line-internal): ... here.
6307         New function.
6308         (vc-annotate-show-changeset-diff-revision-at-line): New function.
6309         (vc-annotate-mode-menu): Bind it.
6311 2008-06-13  Jason Rumney  <jasonr@gnu.org>
6313         * term/w32-win.el (mouse-set-font): Remove overridden function.
6314         (w32-select-font): Declare as obsolete alias for x-select-font.
6316 2008-06-13  Daniel Engeler  <engeler@gmail.com>
6318         These changes add serial port access.
6319         * term.el (term-update-mode-line): Modify.
6320         (serial-port-is-file-p, serial-nice-speed-history)
6321         (serial-no-speed, serial-mode-line-speed-menu)
6322         (serial-mode-line-config-menu): New variables and constants.
6323         (serial-name-history, serial-speed-history)
6324         (serial-supported-or-barf, serial-read-name, serial-read-speed)
6325         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6326         (serial-mode-line-speed-menu, serial-update-speed-menu)
6327         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6328         (serial-update-config-menu): New functions.
6330 2008-06-13  Glenn Morris  <rgm@gnu.org>
6332         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6334         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6336 2008-06-13  Kenichi Handa  <handa@m17n.org>
6338         * cus-face.el (custom-face-attributes): Add :foundry.
6340         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6341         (face-x-resources): Add :foundry.
6342         (face-valid-attribute-values): Likewise.
6343         (face-attribute-name-alist): Likewise.
6344         (describe-face): Likewise.
6346 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6348         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6350 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6352         * longlines.el (longlines-search-forward, longlines-search-backward)
6353         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6355 2008-06-12  Sam Steingold  <sds@gnu.org>
6357         * vc.el (vc-rename-file): DTRT when the destination is a directory
6358         name and the source is a file.
6360 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6362         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6364 2008-06-12  Glenn Morris  <rgm@gnu.org>
6366         * progmodes/f90.el (f90-beginning-of-subprogram)
6367         (f90-end-of-subprogram): Only give a message when interactive.
6369         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6371         * progmodes/cperl-mode.el (cperl-info-on-command):
6372         Use display-pixel-height rather than x-display-pixel-height.
6374         * mail/rmailedit.el (rmail-cease-edit):
6375         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6377         * emulation/edt.el (edt-xserver):
6378         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6380         * emulation/edt-mapper.el: Drop test for Emacs < 19.
6382         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6383         Evaluate definitions when compiling.  Reverse tests.
6385         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6386         use unless.
6388         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6390         * textmodes/artist.el (x-pointer-shape):
6391         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6392         (x-open-connection, x-server-max-request-size, x-get-resource):
6393         * term/w32console.el (x-setup-function-keys):
6394         * term/w32-win.el (x-parse-geometry, x-resource-name)
6395         (generate-fontset-menu, image-library-alist, x-open-connection)
6396         (setup-default-fontset, set-fontset-font, setup-default-fontset)
6397         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6398         (x-get-resource):
6399         * term/mac-win.el (x-parse-geometry, x-resource-name)
6400         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6401         (new-fontset, x-display-list, x-open-connection, x-get-resource):
6402         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6403         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6404         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6405         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6406         (tooltip-identifier-from-point, define-fringe-bitmap):
6407         * play/gamegrid.el (image-size):
6408         * play/bubbles.el (image-size):
6409         * mail/emacsbug.el (x-server-vendor, x-server-version):
6410         * international/mule-util.el (internal-char-font):
6411         * international/mule-diag.el (font-info, query-fontset, fontset-info)
6412         (fontset-alias-alist, fontset-list, fontset-plain-name):
6413         * international/mule-cmds.el (x-server-vendor, x-server-version):
6414         * international/fontset.el (font-encoding-charset-alist)
6415         (otf-script-alist, new-fontset, set-fontset-font)
6416         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6417         (fontset-list, query-fontset, x-get-resource):
6418         * emulation/edt.el (x-server-vendor):
6419         * emulation/edt-mapper.el (x-server-vendor):
6420         * emacs-lisp/map-ynp.el (x-popup-dialog):
6421         * emacs-lisp/lmenu.el (x-popup-dialog):
6422         * x-dnd.el (x-window-property, x-change-window-property)
6423         (x-get-selection-internal):
6424         * woman.el (x-list-fonts):
6425         * w32-fns.el (x-server-version):
6426         * tooltip.el (x-show-tip, x-hide-tip):
6427         * tool-bar.el (image-mask-p):
6428         * thumbs.el (image-size):
6429         * term.el (overflow-newline-into-fringe):
6430         * subr.el (scroll-bar-scale):
6431         * startup.el (x-get-resource, tool-bar-mode, image-size):
6432         * select.el (x-get-selection-internal, x-own-selection-internal)
6433         (x-disown-selection-internal):
6434         * mouse.el (generate-fontset-menu):
6435         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6436         * image.el (image-library-alist):
6437         * image-mode.el (image-size, image-refresh):
6438         * image-dired.el (clear-image-cache):
6439         * gs.el (x-display-mm-width, x-display-pixel-width)
6440         (x-display-mm-height, x-display-pixel-height)
6441         (x-change-window-property, x-display-grayscale-p, x-window-property):
6442         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6443         (x-focus-frame, x-list-fonts, x-display-screens)
6444         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6445         (x-display-mm-width, x-display-backing-store, x-display-save-under)
6446         (x-display-planes, x-display-color-cells, x-display-visual-class):
6447         * faces.el (internal-face-x-get-resource)
6448         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6449         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6450         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6451         (x-parse-geometry, x-create-frame, x-setup-function-keys)
6452         (tool-bar-setup):
6453         * doc-view.el (clear-image-cache, image-size, tooltip-show):
6454         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6455         * dframe.el (x-display-pixel-width, x-display-pixel-height):
6456         * descr-text.el (internal-char-font):
6457         Define for compiler, for builds without X.
6459 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6463 2008-06-11  Glenn Morris  <rgm@gnu.org>
6465         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6466         before trying to move there.
6467         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6468         is non-nil, indent most terminating statements like loop body.
6470         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6471         Gregorian date, and add it, not the local date, to diary-entries-list.
6472         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6474 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         * progmodes/compile.el (compilation-filter): Fix up last change.
6478         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6480         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6481         (gpm-mouse-mode): Make it into a proper global minor mode.
6483         * files.el (save-some-buffers-action-alist): Only use recursive-edit
6484         if the user enabled recursive-minibuffers.
6486         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6487         Add support for scroll-other-window.
6489 2008-06-11  Jason Rumney  <jasonr@gnu.org>
6491         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6492         Use tmm-menubar if menu is disabled in this frame.
6494         * menu-bar.el (menu-bar-open): Determine how to open menu bar
6495         from frame type, per documentation.  Add w32 case.
6497 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6499         * minibuffer.el (completion--merge-suffix): New function.
6500         (completion-basic-try-completion): Use it.
6501         (completion-pcm--find-all-completions): Add argument `filter'.
6502         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6503         New functions.
6504         (completion-pcm-try-completion): Use them.
6506         * xt-mouse.el (turn-on-xterm-mouse-tracking)
6507         (turn-off-xterm-mouse-tracking): Use terminal-list.
6509         * cus-start.el (underline-minimum-offset): Rename from
6510         x-underline-minimum-display-offset.
6512 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
6514         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6516 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
6518         * mouse.el (mouse-select-font): New function.
6520         * faces.el (face-spec-recalc): When the face is set using
6521         Customize, avoid recalculating it twice.
6523         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
6524         Font" menu item to it.  Apply selected font to all frames, and
6525         make it savable.
6526         (menu-bar-options-save): Save `default' font if changed.
6528 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * ffap.el (ffap-string-at-point-mode-alist):
6531         Use alpha rather than lower.
6533         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6535         * subr.el (momentary-string-display): Use an overlay.
6537         * progmodes/compile.el (compilation-mode):
6538         Set window-point-insertion-type.
6539         (compilation-filter): Don't use insert-before-markers any more.
6540         * emacs-lisp/trace.el (trace-make-advice):
6541         Set window-point-insertion-type in the trace buffer.
6542         * startup.el (normal-top-level): Set window-point-insertion-type in
6543         *Messages*.
6544         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6545         (telnet-filter): Don't use insert-before-markers any more.
6546         * comint.el (comint-mode): Set window-point-insertion-type.
6547         (comint-output-filter): Don't use insert-before-markers any more.
6548         * button.el (make-text-button): Allow `start' to be a string.
6550 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
6552         * emacs-lisp/autoload.el (autoload-rubric):
6553         Fix coding cookie not to force Unix EOL.
6555 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
6557         * window.el (window--splittable-p, window--try-to-split-window):
6558         Don't use with-selected-window to avoid messing up get-lru-window.
6559         Reported by David Hansen <david.hansen@gmx.net>.
6561 2008-06-10  Glenn Morris  <rgm@gnu.org>
6563         * subr.el (locate-library): Doc fix.
6565         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6566         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6567         Check tool-bar-map is bound, for non-X builds.
6569         * net/newsticker-reader.el (newsticker--next-item-image)
6570         (newsticker--previous-item-image, newsticker--previous-feed-image)
6571         (newsticker--next-feed-image, newsticker--mark-read-image)
6572         (ewsticker--mark-immortal-image, newsticker--narrow-image)
6573         (newsticker--get-all-image, newsticker--update-image)
6574         (newsticker--browse-image): Check xpm images are available.
6575         (newsticker--mark-read-image, newsticker--mark-immortal-image)
6576         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6578         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6579         (newsticker--plainview-tool-bar-map, newsticker-mode):
6580         Check tool-bar-map is bound, for non-X builds.
6581         (w3m-toggle-inline-image): Declare.
6583         * net/newsticker-backend.el (tool-bar-map): Don't declare.
6585         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6587         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6588         (finder-compile-keywords): Move let to where needed.
6589         (finder-mouse-face-on-line): Go back one more line if needed.
6590         (finder-list-matches): Use cadr.
6591         (finder-goto-xref): New function.
6592         (finder-commentary): Add buttons to jump to foo.el libraries.
6594 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6596         * apropos.el (apropos-function, apropos-macro, apropos-command)
6597         (apropos-variable, apropos-face, apropos-group, apropos-widget)
6598         (apropos-plist): Add apropos-short-label property.
6599         (apropos-multi-type): New variables.
6600         (apropos-command, apropos-value): Set it.
6601         (apropos-compact-layout): New custom.
6602         (apropos-print, apropos-print-doc): Use it.
6603         (apropos-print): Truncate lines.
6605 2008-06-09  Kenichi Handa  <handa@m17n.org>
6607         * international/fontset.el (font-encoding-alist):
6608         Add an entry for "ascii-0".
6610 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
6612         * language/hanja-util.el (hanja-init-load): Show the message only
6613         when loading a table.
6615 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6617         * net/newsticker-treeview.el (newsticker-treeview):
6618         * net/newsticker-plainview.el (newsticker-plainview):
6619         Add autoload cookie.
6621 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6623         * net/newsticker.el: Split up into newsticker-backend, -ticker,
6624         -reader, -plainview, and -treeview.
6625         (newsticker-version): Change to 1.99.
6627         * net/newsticker-backend.el: New.  Move backend functionality from
6628         newsticker.el to newsticker-backend.el.
6629         (newsticker--download-logos): New.
6630         (newsticker--sentinel-callback): New.
6631         (newsticker--set-customvar): Remove.  Split up into specific
6632         functions related to retrieval, ticker, buffer, and display.
6633         (newsticker--set-customvar-retrieval): New.  Extracted from
6634         `newsticker--set-customvar'.
6635         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
6636         (newsticker-url-list-defaults):
6637         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6638         (newsticker-url-list): Doc changed.  URL can be a function.
6639         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6640         (newsticker-retrieval-method): New.
6641         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6642         (newsticker-retrieval-interval):
6643         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6644         (newsticker-desc-comp-max): Change :group.
6645         (newsticker--cache): Doc changed.
6646         (newsticker--guid-to-string): New.
6647         (newsticker--guid): Use `newsticker--guid-to-string'.
6648         (newsticker--real-feed-name): New.
6649         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
6650         (newsticker-start): Use `insert-file-contents' for reading cache.
6651         Use `newsticker--start-feed'.
6652         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
6653         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6654         Use `newsticker--stop-feed'.
6655         (newsticker-save-item): New.
6656         (newsticker--get-news-by-funcall): New.
6657         (newsticker-get-news): Handle new retrieval methods.
6658         (newsticker--sentinel): Use `newsticker--sentinel-work'.
6659         (newsticker--sentinel-work): New.  Extracted from
6660         `newsticker--sentinel'.  Use `newsticker--download-logos',
6661         `newsticker--sentinel-callback'.
6662         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6663         (newsticker--parse-atom-1.0): Fix link determination.
6664         (newsticker--parse-rss-0.91): Fix time determination.
6665         (newsticker--parse-rss-0.92): Fix time determination.
6666         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6667         (newsticker--parse-generic-feed): New arg order in
6668         `newsticker--cache-add'.
6669         (newsticker--parse-generic-items): Fix for multiple items.
6670         New arg order in `newsticker--cache-add'.
6671         (newsticker--forget-preformatted): Check whether
6672         `newsticker--buffer-set-uptodate' is fbound.
6673         (newsticker--decode-iso8601-date): Handle fractions of seconds.
6674         (newsticker--decode-rfc822-date): Partial timezone handling.
6675         (newsticker--cache-contains): Fix guid problem.
6676         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
6677         (newsticker--cache-save): New.
6678         (newsticker--cache-update): Use temp buffer.
6679         (newsticker--stat-num-items): Allow multiple AGE args.
6680         (newsticker--stat-num-items-total): New.
6681         (newsticker--opml-import-outlines): New.
6682         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6683         (newsticker--do-run-auto-mark-filter): Doc changed.
6684         (newsticker-retrieve-random-message): New.
6686         * net/newsticker-ticker.el: New.  Move ticker functionality from
6687         net/newsticker.el to net/newsticker-ticker.el.
6688         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6689         `newsticker--ticker-timer'.
6690         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6691         to `newsticker--ticker-timer'.
6692         (newsticker--set-customvar-ticker): New.  Extracted from
6693         `newsticker--set-customvar'.
6694         (newsticker-ticker-interval): Rename `newsticker-display-interval'
6695         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
6696         for :set.  Change :group.
6697         (newsticker-scroll-smoothly): Doc changed.  Change :group.
6698         (newsticker-hide-immortal-items-in-echo-area)
6699         (newsticker-hide-old-items-in-echo-area)
6700         (newsticker-hide-obsolete-items-in-echo-area):
6701         Use `newsticker--set-customvar-ticker for :set.  Change :group.
6702         (newsticker-start-ticker): Rename `newsticker--display-timer' to
6703         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
6704         to `newsticker-ticker-interval'.
6705         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6706         `newsticker--ticker-timer'.
6708         * net/newsticker-reader.el: New.  Move reader functionality from
6709         net/newsticker.el to net/newsticker-reader.el.
6710         (newsticker--set-customvar-formatting): New.  Extracted from
6711         `newsticker--set-customvar'.
6712         (newsticker-reader, newsticker-frontend): New.
6713         (newsticker-enable-logo-manipulations): Change :group.
6714         (newsticker-justification): Use `newsticker--set-customvar-formatting'
6715         for :set.  Change :group.
6716         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6717         for :set.  Change :group.
6718         (newsticker-html-renderer): Doc changed.
6719         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6720         (newsticker-date-format):
6721         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6722         (newsticker--insert-enclosure):
6723         Rename `newsticker--buffer-insert-enclosure' to
6724         `newsticker--insert-enclosure'.  Add keymap arg.
6725         (newsticker--print-extra-elements):
6726         Rename `newsticker--buffer-print-extra-elements' to
6727         `newsticker--print-extra-elements'.  Add keymap arg.
6728         (newsticker--do-print-extra-element):
6729         Rename `newsticker--buffer-do-print-extra-element' to
6730         `newsticker--do-print-extra-element'.  Add keymap arg.
6731         (newsticker-show-news): Use `newsticker-frontend'.
6733         * net/newsticker-plainview.el: New.  Move plainview functionality
6734         from net/newsticker.el to net/newsticker-reader.el.
6735         (newsticker-plainview): New.
6736         (newsticker--set-customvar-sorting): New.  Extracted from
6737         `newsticker--set-customvar'.
6738         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6739         for :set.  Changed :group.
6740         (newsticker-heading-format, newsticker-item-format)
6741         (newsticker-desc-format, newsticker-statistics-format):
6742         Use `newsticker--set-customvar-formatting for :set.  Change :group.
6743         (newsticker-faces): Change :group.
6744         (newsticker-default-face): Enable again.
6745         (newsticker-hide-old-items-in-newsticker-buffer)
6746         (newsticker-show-descriptions-of-new-items):
6747         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
6748         (newsticker-show-all-news-elements): Change :group.
6749         (newsticker-plainview-hooks): New.
6750         (newsticker-select-item-hook, newsticker-select-feed-hook)
6751         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6752         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6753         to `newsticker--plainview-tool-bar-map'.
6754         (newsticker--url-keymap): Add mouse-1 binding.
6755         (newsticker-plainview): New.
6756         (newsticker-mark-all-items-of-feed-as-read): Change doc.
6757         (newsticker--buffer-do-insert-text): Use renamed
6758         newsticker--[buffer-]insert-enclosure and
6759         newsticker--[buffer-]print-extra-elements.
6760         (newsticker--buffer-set-faces): Use newsticker-default-face.
6762         * net/newsticker-treeview.el: New.
6764 2008-06-08  Andreas Schwab  <schwab@suse.de>
6766         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6768         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6770         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6771         empty line.
6773         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6775 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
6777         * window.el (split-height-threshold, split-width-threshold):
6778         Add choice nil.
6779         (split-window-preferred-function): Allow either nil or a function.
6780         (window--splittable-p, window--try-to-split-window):
6781         Handle changed option values.
6783         (window--frame-usable-p): Handle nil argument.
6785         (display-buffer): Call get-lru-window when pop-up-windows is nil
6786         and window can't be split.
6788 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6790         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6792         * net/tramp.el (top): Quote feature names.  Remove
6793         `tramp-rfn-eshadow-setup-minibuffer' from
6794         `rfn-eshadow-setup-minibuffer-hook' when unloading.
6795         (tramp-read-passwd): There is only one call to
6796         `auth-source-user-or-password' needed.  Pacify byte compiler.
6798 2008-06-08  Andreas Schwab  <schwab@suse.de>
6800         * window.el (display-buffer): Use lru window if current window
6801         cannot be split.
6803 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * apropos.el (apropos-library): New command and new button.
6806         (apropos-library-button): New function.
6808         * apropos.el: Remove spurious * in docstrings.
6809         (apropos-label-face): Use variable pitch.
6810         (apropos-print): Use dolist and with-current-buffer.
6811         (apropos-print-doc): Use when.
6813         * window.el (special-display-p, display-buffer):
6814         Fix up C->Elisp transcription error.
6816 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6819         (byte-compile-file): Initialize it.
6820         (byte-compile-nogroup-warn): Keep track of the current group.
6822 2008-06-08  Glenn Morris  <rgm@gnu.org>
6824         * Makefile.in (compile, compile-always, bootstrap-prepare):
6825         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6827 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
6829         * language/hanja-util.el (hanja-init-load): Use a char-table for
6830         hanja-table.
6831         (hangul-to-hanja-char): Adjust for the above change.
6833 2008-06-07  Glenn Morris  <rgm@gnu.org>
6835         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6836         lm-keywords.
6838         * mail/sendmail.el (mail-interactive): Add :version.
6840         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6841         obsolete alias.
6843         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6844         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6845         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6846         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6847         * eshell/esh-util.el, international/mule-cmds.el:
6848         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6849         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6850         Remove unnecessary eval-when-compiles and eval-and-compiles.
6852         * Makefile.in (bootstrap-clean): Run autogen-clean.
6853         (maintainer-clean): No need to run autogen-clean now it is included in
6854         bootstrap-clean.
6856 2008-06-06  Miles Bader  <miles@gnu.org>
6858         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6860 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
6862         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6863         longlines mode.
6865         * replace.el (replace-search-function)
6866         (replace-re-search-function): New vars.
6867         (perform-replace): Use them.
6869         * longlines.el (longlines-re-search-forward): New function.
6870         (longlines-mode): Bind replace-search-function and
6871         replace-re-search-function, to ensure that replacement commands
6872         treat newlines as spaces.
6873         (longlines-show-effect): Default to a pilcrow sign.
6875 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * help.el (function-called-at-point):
6878         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6879         even when calling find-tag-default.
6881 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
6883         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6884         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6885         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6886         (nxml-fontify-buffer, nxml-do-fontify):
6887         Remove obsolete variables and functions.
6888         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6889         (nxml-degrade, nxml-after-change, nxml-after-change1)
6890         (nxml-extend-region, nxml-extend-after-change-region)
6891         (nxml-extend-after-change-region1, nxml-fontify-matcher)
6892         (nxml-toggle-char-ref-extra-display): Use font-lock, and
6893         font-lock-extend-region-functions in particular, to fontify
6894         nxml-mode buffers.
6895         (nxml-debug-region): New debugging helper function.
6897         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6898         (nxml-scan-after-change, nxml-move-tag-backwards):
6899         Adapt for font-lock changes.
6901         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
6902         (nxml-debug-set-inside, nxml-debug-clear-inside):
6903         New debugging functions.
6904         (nxml-with-degradation-on-error): New helper macro.
6906 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
6908         * window.el (display-buffer): Remove dead call to get-lru-window.
6910 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6912         * mail/sendmail.el (mail-interactive): Change default.
6914 2008-06-05  John Paul Wallington  <jpw@pobox.com>
6916         * bindings.el (completion-ignored-extensions):
6917         Add .p64fsl, .d64fsl, and .dx64fsl.
6919 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6921         * ffap.el (ffap-prompter): Don't use the region.
6923 2008-06-05  Sam Steingold  <sds@gnu.org>
6925         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6926         subdirectory to be registered.
6928 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
6930         * window.el (display-buffer-function, special-display-p)
6931         (special-display-buffer-names, special-display-regexps)
6932         (special-display-function, same-window-p, same-window-buffer-names)
6933         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6934         (pop-up-frame-function, pop-up-windows, even-window-heights)
6935         (split-window-preferred-function, split-height-threshold)
6936         (window--display-buffer-1, display-buffer, pop-to-buffer):
6937         Move from window.c and buffer.c.
6938         (window--splittable-p, window--try-to-split-window)
6939         (window--frame-usable-p, window--display-buffer-2)
6940         (window--even-window-heights): New functions.
6941         (split-width-threshold): New option.
6942         (split-window-preferred-horizontally): Remove.
6944         * cus-start.el: Remove corresponding declarations.
6946 2008-06-05  Sam Steingold  <sds@gnu.org>
6948         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6949         an error on modified buffers.
6951 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6953         * progmodes/etags.el (tags-verify-table): Be careful to use and update
6954         tags-file-name and tags-table-list from the right buffer.
6955         (tags-table-check-computed-list, tags-table-extend-computed-list)
6956         (find-tag-noselect): Use with-current-buffer.
6958         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6959         Use print-circle.
6961         * minibuffer.el (minibuffer-local-must-match-filename-map):
6962         Declare obsolete alias for the old name.
6964         * abbrev.el (unexpand-abbrev): Better preserve markers.
6966 2008-06-05  Glenn Morris  <rgm@gnu.org>
6968         * emacs-lisp/autoload.el (autoload-rubric): New function,
6969         extracted from autoload-ensure-default-file.
6970         (autoload-ensure-default-file): Use autoload-rubric.
6972         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6973         (custom-dependencies-no-scan-regexp): New variable.
6974         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6975         Don't scan files matching custom-dependencies-no-scan-regexp.
6976         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
6978         * finder.el (finder-headmark): Initialize and add doc string.
6979         (generated-finder-keywords-file): Doc fix.
6980         (finder-no-scan-regexp): New variable.
6981         (finder-compile-keywords): Use a single let binding.
6982         Disable undo in the output buffer.  Use autoload-rubric.
6983         Use mapc rather than mapcar.  Don't scan files matching
6984         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
6985         rather than concat.  Use directory-files to do regexp matching.
6986         No need to require jka-compr.
6987         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
6988         (finder-list-matches): Disable undo.
6989         (finder-commentary): Use let rather than let*.  Disable undo.
6990         (finder-current-item): Use zerop.
6991         (finder-mode): Use define-derived-mode.
6992         (finder-exit): Doc fix.  Use dolist.
6994         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6995         (custom-deps): Don't require $(lisp)/cus-load.el.
6996         (custom-deps, finder-data): Don't depend on autoloads.
6997         Should not be needed now, and doing so was causing make install to
6998         re-dump emacs post-bootstrap.
6999         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7000         mid-build forces some things to be rebuilt.
7002 2008-06-05  Miles Bader  <miles@gnu.org>
7004         * face-remap.el
7005         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7006         (face-remap-remove-relative): Renamed from
7007         `remove-relative-face-remapping'.
7008         (face-remap-reset-base): Renamed from
7009         `set-default-base-face-remapping'.
7010         (face-remap-set-base): Renamed from `set-base-face-remapping'.
7011         (text-scale-increase): Renamed from `increase-buffer-face-height'.
7012         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7013         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7015         * face-remap.el (variable-pitch-mode): Autoload.
7017 2008-06-04  Sam Steingold  <sds@gnu.org>
7019         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7020         Generate extra status headers for a Mercurial tree.
7022 2008-06-04  John Paul Wallington  <jpw@pobox.com>
7024         * echistory.el (electric-history-map): Define within defvar.
7025         Add docstring.
7027         * font-lock.el (font-lock-turn-off-thing-lock)
7028         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7029         Use `bound-and-true-p'.
7030         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7031         Doc fixes.
7033         * international/ccl.el (define-ccl-program): Add `doc-string'
7034         declaration.
7036 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
7038         * face-remap.el (variable-pitch-mode): Reflow docstrings.
7039         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7041 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
7043         * emacs-lisp/rx.el (rx): Doc fix.
7045 2008-06-04  Markus Triska  <markus.triska@gmx.at>
7047         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7049 2008-06-04  Miles Bader  <miles@gnu.org>
7051         * face-remap.el (adjust-buffer-face-height): New function.
7052         Add autoloaded keybindings in ctl-x-map.
7053         (increase-buffer-face-height, decrease-buffer-face-height):
7054         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
7056 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
7058         * simple.el (line-move-1): If we did not move as far as desired,
7059         ensure that point-left and point-entered hooks are called.
7061 2008-06-03  Sam Steingold  <sds@gnu.org>
7063         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7065 2008-06-03  John Paul Wallington  <jpw@pobox.com>
7067         * progmodes/make-mode.el (makefile-cleanup-continuations)
7068         (makefile-warn-suspicious-lines, makefile-warn-continuations):
7069         Use `derived-mode-p'.
7071 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7073         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7074         (ELCFILES): Update.
7076 2008-06-03  Miles Bader  <miles@gnu.org>
7078         * face-remap.el: New file.
7079         * Makefile.in (ELCFILES): Add face-remap.elc.
7081 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7083         * progmodes/flymake.el (flymake-process-filter): Make sure the source
7084         buffer isn't dead.
7086         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7087         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7088         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7089         * obsolete/auto-show.el, obsolete/hscroll.el:
7090         Remove packages that were obsolete in Emacs-20, or that were obsolete
7091         in Emacs-21 and do not contain any more code.
7093         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7094         vc-client-mode is not set.
7096         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7097         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7099         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7100         yet a bit more clever at distinguishing / from /.
7102 2008-06-03  Kenichi Handa  <handa@m17n.org>
7104         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7106 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
7108         * language/hanja-util.el: New file.
7110 2008-06-03  Glenn Morris  <rgm@gnu.org>
7112         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7113         Check that end-of-word follows "type".
7115 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
7117         * epa-file.el (epa-file-write-region): Write the entire buffer
7118         content if START is nil.
7120 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
7122         * select.el (x-get-selection): Fix typo.
7124 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
7126         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
7127         (describe-char): Use `looking-at-p', `string-match-p' when possible.
7129 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7131         * tar-mode.el (tar-header-block-summarize): Ensure one space around
7132         user&group.
7134 2008-05-31  John Paul Wallington  <jpw@pobox.com>
7136         * help-fns.el (describe-variable-custom-version-info):
7137         Handle dotted `package-version' info.
7139 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
7141         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
7143 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
7145         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7146         names and improve support for unregistered files.
7148 2008-05-31  Glenn Morris  <rgm@gnu.org>
7150         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7151         Remove shell variable `elc'.  Split tests to hopefully be more portable.
7152         Fix `sel' assignment.
7154 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
7156         * minibuffer.el (completion-table-dynamic): Doc fix.
7158 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7160         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7161         Try and return `unregistered' when applicable.
7163         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7164         Don't encourage naming variables with "-flag".
7166 2008-05-30  Glenn Morris  <rgm@gnu.org>
7168         * Makefile.in (update-elclist): Hide the warning when it does not apply,
7169         make it milder when it does.
7170         (autogen-clean): New target.
7171         (maintainer-clean): Use autogen-clean.
7173         * calendar/diary-lib.el (diary-display-function): New name for
7174         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
7175         Change custom type and version.
7176         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7177         (diary-fancy-display): Doc fixes.
7178         (diary-list-entries, diary-include-other-diary-files)
7179         (diary-mail-entries):
7180         Use diary-display-function rather than diary-display-hook.
7182         * calendar/appt.el (appt-check): Use diary-display-function rather than
7183         diary-display-hook.
7184         * calendar/cal-x.el (calendar-dedicate-diary): Update for
7185         diary-display-function replacing diary-display-hook.
7186         * org/org-agenda.el (org-get-entries-from-diary): Also set
7187         diary-display-function.
7189         * calendar/cal-html.el (cal-html-list-diary-entries):
7190         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7191         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7192         argument of diary-list-entries rather than setting diary-display-hook.
7194 2008-05-30  Kenichi Handa  <handa@m17n.org>
7196         * international/mule-conf.el (utf-8-with-signature): Renamed from
7197         utf-8-sig.
7198         (utf-8-auto): Adjusted for the above change.
7200         * international/mule-diag.el (describe-font): Don't check fontset
7201         here, and just call font-info.  Get the default font by from the
7202         default face.
7204 2008-05-29  Kenichi Handa  <handa@m17n.org>
7206         * international/mule-conf.el (utf-8-sig, utf-8-auto):
7207         New coding systems.
7209         * international/mule.el (define-coding-system): Accept :bom for utf-8.
7211 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
7213         * international/utf-7.el (utf-7-encode): Use the right escape char
7214         depending on imap/nonimap encoding.
7216 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7218         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7220 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
7222         * icomplete.el (icomplete-prospects-height): Add :group.
7224 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7226         * icomplete.el (icomplete-prospects-length): Make obsolete.
7227         (icomplete-prospects-height): New var.
7228         (icomplete-completions): Use it.
7230 2008-05-29  David Kastrup  <dak@gnu.org>
7232         * autoinsert.el (auto-insert): Add :link.
7234 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * tar-mode.el (tar-header): New field `header-start'.
7237         (tar-header-block-tokenize): Set it when useful.
7238         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7239         (tar-header-data-end): New function.
7240         (tar-summarize-buffer): Use it.
7241         (tar-next-line): Fix goal column for long usernames.
7242         (tar-expunge-internal): Use header-start.
7243         (tar-rename-entry): Handle ustar-style long names.
7244         (tar-alter-one-field): Add optional `descriptor' argument.
7245         (tar-subfile-save-buffer): Use it.
7247 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7249         * tar-mode.el (tar-header): New field `header-start'.
7250         (tar-header-block-tokenize): Set header-start for longlink entries.
7251         (tar-expunge-internal): Use header-start to expunge longlink entries.
7253         * files.el (hack-local-variables): Don't signal an error if the local
7254         variable section is not properly terminated.
7256         * emacs-lisp/easymenu.el (easy-menu-convert-item)
7257         (easy-menu-convert-item-1): Move the duplicate-generation outside of
7258         the caching so it also works for identical entries.
7260         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7261         (tar-mode): Use write-region-annotate-functions rather than
7262         write-contents-functions.
7263         (tar-extract): Remove unused var `pos'.
7264         (tar-subfile-save-buffer): Remove unused var `following-descs'.
7265         (tar-mode-write-file): Remove.
7266         (tar-write-region-annotate): New function.
7268         * progmodes/flymake.el (flymake-save-buffer-in-file):
7269         * shadowfile.el (shadow-copy-file):
7270         * arc-mode.el (archive-*-write-file-member):
7271         * files.el (diff-buffer-with-file):
7272         * subr.el (with-temp-file): Pass nil to write-region.
7273         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7275         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7276         the custom.
7278         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7279         to write-region.
7281 2008-05-28  Glenn Morris  <rgm@gnu.org>
7283         * Makefile.in (update-elclist): Work around non-portability of "\"
7284         in various implementations of echo.
7286 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * international/mule-diag.el (describe-current-coding-system):
7289         Don't assume selection-coding-system is always defined.
7291         * tar-mode.el: Use defstruct and markers.
7292         (tar-setf): Remove.
7293         (tar-header): Use defstruct.  Add `data-start' field.
7294         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7295         (tar-desc-data-start): Remove (now called tar-header-data-start).
7296         (tar-roundup-512): New fun.
7297         (tar-header-block-tokenize): Receive a buffer position rather than
7298         a string.  Handle @longLink here, be more careful about it.
7299         Create a marker for data-start.
7300         (tar-summarize-buffer): Don't handle @LongLink here any more.
7301         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7302         data-start on the following entries any more.
7303         (tar-chown-entry, tar-chgrp-entry): Use read-number.
7305         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7306         (tar-header-offset): Remove.
7307         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7308         Not permanent any more.
7309         (tar-data-buffer): New var.
7310         (tar-data-swapped-p, tar-change-major-mode-hook)
7311         (tar-mode-kill-buffer-hook): New funs.
7312         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7313         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7314         (tar-clear-modification-flags, tar-alter-one-field)
7315         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7316         Change accordingly.
7318 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7320         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7321         (vc-dir-resynch-file): ... this.  Update callers.
7322         Use vc-string-prefix-p.  Ignore directory args.
7323         (vc-string-prefix-p): CSE.
7324         (vc-resynch-buffer): Restore conditional.
7326         * vc-hooks.el (vc-after-save): Improve test.
7327         (vc-mode-line): Fix indentation.
7329 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7331         * calendar/parse-time.el (parse-time-months)
7332         (parse-time-weekdays): Add long-form month and day names.
7334 2008-05-27  Glenn Morris  <rgm@gnu.org>
7336         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7338 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7340         * vc-dispatcher.el (vc-string-prefix-p): New function.
7341         (vc-dir-parent-marked-p): Use it.
7343 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7345         * vc.el (Problems): Remove fixed issues.
7346         (vc-expand-dirs): Avoid returning directories.
7347         (vc-dir): Fix C-x v v binding.
7348         (vc-make-backend-object): Fix name.
7349         (vc-dir-show-fileentry): Fix docstring.
7350         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
7351         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
7352         Reset the state for directories.
7353         (vc-dir-headers): Align labels.
7354         (vc-default-status-printer): Do no call prettify-state-info.
7355         (vc-deduce-fileset): Replace implementation with one based on a
7356         working older version.
7357         (vc-next-action): Use the new form of vc-deduce-fileset.
7358         Fix dealing with unregistered files.
7360         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7361         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7362         (vc-dir-child-files): New function.
7363         (vc-dir-node-directory): New function.
7364         (vc-dir-update, vc-dir-parent-marked-p)
7365         (vc-dir-children-marked-p, vc-dir-mark-all-files)
7366         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7368         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7370 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7373         (diff-font-lock-keywords, diff-context->unified)
7374         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7375         (diff-hunk-text, diff-find-source-location): Use it.
7376         (diff-post-command-hook): Let the user edit the hunk headers.
7378 2008-05-26  Andreas Schwab  <schwab@suse.de>
7380         * vc.el (vc-default-prettify-state-info): Fix formatting of an
7381         unknown state.
7383         * tar-mode.el (tar-summarize-buffer): Comment fix.
7385 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7387         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7389 2008-05-26  Glenn Morris  <rgm@gnu.org>
7391         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7393 2008-05-25  John Paul Wallington  <jpw@pobox.com>
7395         * proced.el (proced-next-line, proced-previous-line):
7396         Avoid calling `next-line' and `previous-line' from Lisp code.
7398 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
7400         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7401         Use diary-ordinal-suffix.
7403 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
7405         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7406         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7407         (edebug-save-displayed-buffer-points, edebug-initial-mode)
7408         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7409         (edebug-print-length, edebug-print-level, edebug-print-circle)
7410         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7411         (edebug-global-break-condition, edebug-sit-for-seconds):
7412         Remove spurious * from defcustom docstrings.
7413         (edebug-unwrap*, edebug-signal, edebug-eval-display):
7414         Improve argument/docstring consistency.
7415         (edebug-test-coverage, edebug-gensym, edebug-read)
7416         (edebug-top-level-nonstop, edebug-eval-result-list)
7417         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7418         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7419         (edebug-display-freq-count): Reflow docstrings.
7420         (edebug-restore-status): Doc fix.
7422 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7424         * proced.el (proced-header-line): Use the :align-to 0 feature
7425         rather than computing the corresponding position manually.
7426         (proced-update): Don't hardcode point-min==1.
7428 2008-05-24  Alan Mackenzie  <acm@muc.de>
7430         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7431         if c-file-style is set to a non-string.
7433         (c-neutralize-CPP-line): Surround by `save-excursion'.
7434         (c-neutralize-syntax-in-CPP): Optimize for speed.
7436 2008-05-24  Glenn Morris  <rgm@gnu.org>
7438         * Makefile.in (update-elclist): New target, to update ELCFILES.
7439         (bootstrap-after): Run update-elclist.
7441 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
7443         * icalendar.el (icalendar-version): Increase to "0.19".
7444         (icalendar--date-style): New function.
7445         (icalendar--datetime-to-diary-date): Doc fix.
7446         Use icalendar--date-style.
7447         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
7448         (icalendar--convert-yearly-to-ical)
7449         (icalendar--convert-recurring-to-diary): Handle iso date style,
7450         use icalendar-date-style.
7452 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
7454         * vc.el (vc-delete-file): Make sure the buffer is deleted and
7455         vc-dir buffers are updated.
7457 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * vc.el (vc-delete-file): Don't try to resynch the buffer.
7461 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
7463         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7464         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7465         (reftex-extra-bindings): Use it.
7467         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7468         away from the user-reserved keys.
7470         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7471         New vars.
7472         (ada-create-keymap): Use them.
7474 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7476         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7477         a properly-grouped regexp.
7479 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
7481         * progmodes/cap-words.el (capitalized-words-mode):
7482         Fix typos in docstring.
7484 2008-05-23  Kenichi Handa  <handa@m17n.org>
7486         * international/mule-conf.el: Don't define the charset `emacs'
7487         here, just put :docstring, :short-name, and :long-name.
7489 2008-05-22  Kenichi Handa  <handa@m17n.org>
7491         * international/mule-diag.el (font-show-log): Limit each listing
7492         to 20 items.
7494 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
7496         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7497         (gdb-annotation-rules): New entry for "thread-changed".
7498         (gdb-thread-changed): New function.
7500 2008-05-23  Glenn Morris  <rgm@gnu.org>
7502         * Makefile.in (SOURCES): Remove, unused.
7503         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7504         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7505         Exclude more '*loaddefs' files.
7506         (compile-always): Simplify '.elc' deletion.
7508 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7510         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7511         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7513         * minibuffer.el (completion-boundaries): Change calling
7514         convention, so `string' has the same semantics as in
7515         try-completion and all-completions.
7516         (completion-table-with-context, completion--embedded-envvar-table)
7517         (completion--file-name-table)
7518         (completion-pcm--find-all-completions): Adjust code accordingly.
7520 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
7522         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7523         prune image-mode-winprops-alist, preventing it from growing
7524         indefinitely.
7525         (image-mode-reapply-winprops): Use it.
7527 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
7529         * net/netrc.el (netrc-machine): Always match if the port is not given.
7531 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7533         * minibuffer.el (completion-pcm--find-all-completions):
7534         Don't add pseudo-completions.
7536         * icomplete.el (icomplete-eoinput): Remove.
7537         (icomplete-overlay): New var to replace it.
7538         (icomplete-tidy): Rewrite.
7539         (icomplete-exhibit): Use an overlay.
7540         (icomplete-completions): Use completion-all-sorted-completions.
7541         Obey completion-ignore-case.
7543         * files.el (locate-dominating-file): Accept non-existing argument.
7544         (project-find-settings-file): Rewrite, using locate-dominating-file.
7546 2008-05-22  Kenichi Handa  <handa@m17n.org>
7548         * faces.el (font-weight-table, font-slant-table, font-width-table):
7549         Delete them.  Don't call internal-set-font-style-table.
7551         * international/mule-diag.el (font-show-log): New function.
7553         * international/fontset.el (script-representative-chars): Add more
7554         chars for latin.  Add data for symbol.
7555         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7557 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7559         * minibuffer.el (completion-all-sorted-completions): New var.
7560         (completion--flush-all-sorted-completions)
7561         (completion-all-sorted-completions): New functions.
7562         (minibuffer-force-complete): New command.
7564 2008-05-21  Glenn Morris  <rgm@gnu.org>
7566         * files.el (c-postprocess-file-styles): Declare for compiler.
7568         * Makefile.in: Allow for parallel byte-compiling.
7569         (ELCFILES): New variable.
7570         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
7571         (compile-first, compile-main, compile-last): New targets.
7572         (compile-always): Simplify - delete .elc files, then `make compile'.
7574         * Makefile.in (compile-calc): Use glob rather than find.
7575         ($(lisp)/progmodes/cc-mode.elc): Use $@.
7577         * eshell/esh-module.el: No need for cl when compiling.
7579         * eshell/eshell.el (eshell-defgroup): New alias.
7580         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7581         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7582         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7583         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7584         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7585         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7586         Autoload the custom group.  Set generated-autoload-file.
7587         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7588         for eshell-defgroup.
7589         * eshell/esh-module.el (eshell-load-defgroups): Remove.
7590         Require esh-groups rather than loading it.
7592 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7594         * proced.el (proced-header-line): New variable and new function.
7595         (proced-mode): Set header-line-format.
7596         (proced-update): Set proced-header-line.
7597         (proced-send-signal): Use proced-header-line.
7599 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7601         * macros.el (insert-kbd-macro): Use prin1-char.
7603 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7605         * minibuffer.el (completion-boundaries): New function.
7606         (completion--some): Delay errors.
7607         (complete-with-action, completion-table-with-context):
7608         Handle `boundaries' case.
7609         (completion--try-word-completion): Avoid partial-completion
7610         when the user hasn't entered anything yet.
7611         (minibuffer-local-map, minibuffer-local-filename-completion-map)
7612         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7613         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7614         Setup default keybindings.
7615         (completion--embedded-envvar-re): New var.
7616         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
7617         (completion--file-name-table): Handle `boundaries' case.
7618         (completion-pcm--pattern->regex): Avoid pathological backtracking.
7619         (completion-pcm--all-completions): Add a `prefix' arg.
7620         (completion-pcm--find-all-completions): New function.
7621         (completion-pcm-all-completions, completion-pcm-try-completion):
7622         Use it.
7624         * icomplete.el (icomplete-completions): Don't use `predicate' with
7625         a table of a different type than `candidates'.
7627 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7629         * proced.el (proced-goal-column): Rename from proced-procname-column.
7630         (proced-goal-header-re): Rename from proced-procname-column-regexp.
7631         (proced-move-to-goal-column): Rename from proced-move-to-procname.
7632         (proced-header-face, proced-header-regexp): Remove.
7633         (proced-font-lock-keywords): Remove proced-header-face.
7634         (proced-header-alist, proced-sorting-schemes-re): New variables.
7635         (proced): Rename Proced buffer to *Proced*.
7636         (proced-next-line, proced-previous-line): New commands.
7637         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7638         (proced-hide-processes): Do not treat first line as special.
7639         (proced-header-space): New function.
7640         (proced-update): Use header-line-format.
7641         Initialize proced-header-alist and proced-sorting-schemes-re.
7642         Set proced-goal-column.  Include proced-command in mode-name.
7643         (proced-send-signal): Use header-line-format for *Marked
7644         Processes* buffer.
7645         (proced-sort): Restrict minibuffer completion to applicable
7646         sorting schemes.
7647         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7649 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7651         * icomplete.el (icomplete-simple-completing-p):
7652         Allow icomplete-with-completion-tables to say "use it everywhere".
7653         (icomplete-completions): Obey completion-styles.  Try to accommodate
7654         partial-completion style.
7656 2008-05-20  Michael Olson  <mwolson@gnu.org>
7658         * files.el (project-find-settings-file): Change concat to
7659         expand-file-name.
7661 2008-05-19  Tom Tromey  <tromey@redhat.com>
7663         * files.el (normal-mode): Call hack-project-variables.
7664         (hack-local-variables-confirm): Add 'project' argument.
7665         (hack-local-variables-apply): New function.
7666         (hack-local-variables): Use it.
7667         (project-class-alist, project-directory-alist): New variables.
7668         (project-get-alist): New function.
7669         (project-collect-bindings-from-alist)
7670         (project-collect-binding-list, set-directory-project)
7671         (project-find-settings-file, project-define-from-project-file)
7672         (hack-project-variables): New functions.
7674 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7676         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7678 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
7680         * faces.el (font-weight-table): Fix typo in docstring.
7682 2008-05-18  David Hull  <david@snap.com>  (tiny change)
7684         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7685         (vc-hg-annotate-command): Allow white space before version number.
7687 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7689         * calc/calc-yank.el (calc-register-alist): New variable.
7690         (calc-set-register, calc-get-register, calc-copy-to-register)
7691         (calc-insert-register, calc-add-to-register, calc-append-to-register)
7692         (calc-prepend-to-register): New functions.
7694         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7695         `calc-copy-to-register' and `calc-insert-register'.
7696         Autoload new register functions.
7698         * calc/calc-help.el (calc-r-prefix-help): Add help for register
7699         functions.
7701 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
7703         * vc.el (Todo): Add known problems.
7704         (vc-dir-backend): New variable.
7705         (vc-dir): Set it.
7706         (vc-make-backend-object, vc-generic-status-printer)
7707         (vc-generic-state, vc-generic-status-fileinfo-extra)
7708         (vc-dir-extra-menu): Use it.
7709         (vc-generic-dir-headers): Remove, unused.
7711         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7712         vc-dir-prev-directory for consistency with vc-dir-previous-line.
7713         (vc-dir-mode-map): Fix bindings.
7715         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7717 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7719         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7720         operated on.
7721         (calc-kill-region): Kill entire lines.
7723 2008-05-17  Glenn Morris  <rgm@gnu.org>
7725         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7726         simplify initial value.
7727         (defezimage): Drop support for Emacs without defimage, use a featurep
7728         test rather than fboundp when defining, drop with-no-warnings.
7729         (ezimage-insert-over-text): Move featurep test inside
7730         add-text-properties.
7732         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7734         * net/tramp.el (top-level): Load auth-source when compiling.
7736         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7738 2008-05-17  Andreas Schwab  <schwab@suse.de>
7740         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7742 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
7744         * vc.el (vc-annotate-show-diff-revision-at-line): Change
7745         vc-diff-internal arg to match what vc-deduce-fileset returns now.
7747 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7749         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7751 2008-05-17  Jim Meyering  <meyering@redhat.com>
7753         * ido.el (ido-save-history): Do not emit a trailing newline at the
7754         end of the ido history file.
7756 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7758         * vc-dispatcher.el (top-level): Revert previous change: require cl
7759         when compiling.
7761 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7763         * vc.el (vc-default-status-printer)
7764         (vc-default-prettify-state-info): Enhance the state prettyprinter
7765         to deal better with unknown states and indirect through it when
7766         painting vc-dir buffers.
7768 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7770         * vc-dispatcher.el (top-level): Don't require cl when compiling.
7771         (vc-dir-mode-map): Fix backquote.
7772         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
7774 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
7776         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7777         Reported by Glenn Morris <rgm@gnu.org>.
7779 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7781         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7782         the end of the file, it was good work at one time but has been
7783         stale since 1995 and may now be actively misleading.
7784         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7785         CVS repository and module (assumptions for the latter a bit iffy).
7786         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7787         SVN repository.
7789 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
7791         * vc-rcs.el (vc-rcs-create-tag):
7792         * vc-sccs.el (vc-sccs-create-tag):
7793         Fix typo in error message and pass backend arg.
7795 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
7797         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7799 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7801         * net/tramp.el: Load auth-source library.
7802         (tramp-read-passwd): Use it for password, not login.
7804 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
7806         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7807         (ses-print-cell): Use string-width, truncate-string-to-width,
7808         delete-region rather than length, substring, delete-char.
7809         (ses-setup): Set inhibit-point-motion-hooks to t.
7810         Calculate position by actually moving point rather than just using
7811         unibyte character length.
7812         (ses-mode): Set indent-tabs-mode to nil.
7813         (ses-center): Use string-width rather than length.
7815 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
7817         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7818         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7819         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7820         vc-*-create-tag and vc-*-retrieve-tag respectively.
7822         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7823         unneeded defalias.
7825         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7827         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7828         about buffer names.
7830 2008-05-15  Glenn Morris  <rgm@gnu.org>
7832         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7834         * org/org-exp.el (org-infojs-options-inbuffer-template):
7835         Fix declaration.
7837         * progmodes/cc-mode.el (declare-function): Add compat definition.
7838         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7840 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7842         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7843         list to a cons so the caller can get back both expanded and
7844         unexpanded filesets.
7845         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7846         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7847         Change handling of selection-set returns as required.
7849 2008-05-15  John Paul Wallington  <jpw@pobox.com>
7851         * add-log.el (top-level): Don't require cl when compiling.
7853         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7854         (archive-*-extract): Use `zerop'.
7855         (archive-*-write-file-member): Use `or', use `zerop'.
7857         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7859         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7860         (ibuffer-mark-interactive, ibuffer-set-mark)
7861         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7862         (ibuffer-map-lines, ibuffer-switch-format)
7863         (ibuffer-update-title-and-summary)
7864         (ibuffer-redisplay-engine): Use it.
7866         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7867         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7868         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7869         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7870         (ibuffer-mark-read-only-buffers)
7871         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7873         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7874         (define-ibuffer-column, define-ibuffer-sorter)
7875         (define-ibuffer-op, define-ibuffer-filter): Add declarations
7876         containing indentation specs, replacing equivalent top-level
7877         forms that set `lisp-indent-function' properties.
7878         (define-ibuffer-op): Use `derived-mode-p'.
7879         (define-ibuffer-filter): Remove redundant `concat' call.
7881 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
7883         * net/tramp.el (tramp-echo-mark): Update docstring.
7884         (tramp-echo-mark-marker): New defconst.
7885         (tramp-check-for-regexp): Use it.
7887 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7889         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7890         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7891         as parent.
7893 2008-05-14  John Paul Wallington  <jpw@pobox.com>
7895         * international/mule.el (convert-define-charset-argument):
7896         Remove period from end of error message.
7897         (coding-system-mnemonic): Doc fix.
7898         (ctext-pre-write-conversion): Doc fix.
7900 2008-05-14  Simon Marshall  <simon@gnu.org>
7902         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
7903         from its default value and give it the risky-local-variable
7904         property (CVE-2008-2142).
7906 2008-05-14  Kenichi Handa  <handa@m17n.org>
7908         * language/korean.el ("Korean"): Set `iso639-language'
7909         property to `ko'.
7911         * language/japanese.el ("Japanese"): Set `iso639-language'
7912         property to `ja'.
7914         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7915         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7916         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7918         * international/mule-cmds.el (set-language-environment):
7919         Set current-iso639-language.
7921         * international/fontset.el (setup-default-fontset): For kana, han,
7922         hangul, and cjk-misc, move an entry with font-spec at the end.
7923         (generate-fontset-menu): Exclude fontset-auto* from the list.
7925         * composite.el (compose-chars-after): Assume that WINDOW is always
7926         non-nil.
7928         * faces.el (font-weight-table, font-slant-table)
7929         (font-swidth-table): Declare them by defconst.  Change the format
7930         of elements.  Call internal-set-font-style-table after their
7931         declaration.
7932         (face-valid-attribute-values): Call font-family-list.  Get values
7933         for width, weight, and slant from font-xxx-table.
7935         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7937 2008-05-13  John Paul Wallington  <jpw@pobox.com>
7939         * ibuffer.el (ibuffer-buffer-file-name): New function.
7940         (define-ibuffer-column filename): Use it.
7942         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7944 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7946         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
7947         as a string.
7948         (talk-add-display): Simplify.  Accept only string args.
7950 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
7952         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7954 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7956         * Makefile.in (bootstrap-prepare): Don't chmod files.
7957         (autoloads): Do it here instead, where it's actually needed.
7959 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7961         * tool-bar.el (tool-bar-make-keymap): Account for the optional
7962         KEY-BINDING-DATA field in menu-item list.
7964 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7966         * dired.el (dired-read-dir-and-switches): Move things about to use less
7967         recursion during macroexpansion.
7969         * dired.el (dired-read-dir-and-switches): Use read-file-name.
7971         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7972         completion-ignored-extension directories if there's something else.
7973         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7974         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7975         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7976         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7977         buffer-read-only -> inhibit-read-only.
7979 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
7981         * vc.el (vc-expand-dirs): Stop this function from tossing out
7982         explicitly specified files.
7984 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7986         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7987         to `insert'.
7989 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7991         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7992         cons.  Use vc-annotate-backend.
7993         (with-vc-file, edit-vc-file): Remove unused macros.
7995 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
7997         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7998         (smtpmail-try-auth-methods): Use it.
8000 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8002         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8003         (setf (nthcdr ..) ..) doesn't require CL at runtime.
8005 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
8007         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8009 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8011         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8012         (vc-bzr-revision-completion-table): Use process-file.
8013         (vc-bzr-working-revision): Pass relative file names.
8015         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8017 2008-05-11  Juri Linkov  <juri@jurta.org>
8019         * wid-edit.el (widget-image-directory): Change default image data
8020         subdirectory from "custom" to "images/custom".
8022         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8023         before recursive call to `Info-next-preorder' to not add
8024         intermediate nodes to the history.
8026         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8028         * emulation/cua-base.el: Put isearch-scroll property
8029         on cua-scroll-up and cua-scroll-down.
8031 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
8033         * vc-hooks.el (vc-recompute-state): Remove (dead code).
8035 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8037         * vc-dispatcher.el (ewoc): Require.
8038         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8040         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8042 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
8044         * term/w32-win.el (x-colors):
8045         * term/mac-win.el (x-colors):
8046         * term/x-win.el (x-colors): Re-order colors.
8048 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
8050         * smerge-mode.el (smerge-command-prefix): Fix custom type.
8052 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
8054         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8055         New functions implementing motion to next and previous directory.
8057         * vc-arch.el (vc-arch-command):
8058         * vc-bzr.el (vc-bzr-command):
8059         * vc-cvs.el (vc-cvs-command):
8060         * vc-dispatcher.el (vc-do-command):
8061         * vc-git.el (vc-git-command):
8062         * vc-hg.el (vc-hg-command):
8063         * vc-mcvs.el (vc-mvcs-command):
8064         * vc-mtn.el (vc-mtn-command):
8065         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8066         (vc-sccs-workfile-unchanged-p):
8067         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8068         * vc-rcs.el (all methods): Remove assumption about what a nil
8069         argument to vc-do-command means.  This means no buffer name needs
8070         to be hardcoded into the dispatcher layer, and it's better to be
8071         explicit anyway.
8073         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8075 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8077         * vc.el: Update todo.
8079         * vc-sccs.el (vc-sccs-dir-status):
8080         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8081         backends and returning up to date files.
8083         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8085 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8087         * vc.el (vc-dir):
8088         * vc-hooks.el: Tweak the VC directory bindings.  These are now
8089         documented in the manual.
8091         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8092         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8093         (vc-dispatcher-selection-set): Allow callers to pass in an
8094         observer flag that says no buffer sync is required.
8095         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8096         Use the observer flag.
8098 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
8100         * simple.el (start-file-process): Clarify docstring.
8102 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8104         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8105         Remove stub implementations of, and references to, wash-log.
8106         * vc-rcs.el (vc-rcs-comment-history):
8107         * vc-cvs.el (vc-cvs-comment-history):
8108         Inline the code that used to be wash-log.
8110         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8111         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8112         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8113         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8114         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8115         (vc-rcs-print-log): Grok directories.
8117 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8119         * vc.el (vc-mark-resolved): Add `backend' argument.
8120         (vc-next-action): Pass it the backend.
8121         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8122         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8123         (vc-default-comment-history, vc-default-create-snapshot)
8124         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8125         (vc-annotate-revision-previous-to-line)
8126         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8127         * vc-svn.el (vc-svn-checkout):
8128         * vc-mcvs.el (vc-mcvs-checkout):
8129         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8130         (vc-working-revision, vc-before-save, vc-mode-line):
8131         Prefer vc-call-backend to vc-call so as not to recompute the backend.
8133         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8134         state to be consistent since it's often an unwarranted restriction.
8135         Don't return the state either.
8136         (vc-next-action): Check that the state is consistent.
8137         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8138         (vc-rollback, vc-update): Adapt to new return value of
8139         vc-deduce-fileset.
8141         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8142         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8143         (vc-dispatcher-in-fileset-p): New fun.
8144         (vc-dispatcher-selection-set): Use it to properly handle directories.
8146 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
8148         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8149         (vc-update): Remove unused let bindings.
8151 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8153         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8154         (vc-diff, vc-revert, vc-rollback, vc-update):
8155         * vc-dispatcher.el (vc-dispatcher-selection-set):
8156         Get rid of 4 special cases in fileset selection.  This involved
8157         changing the return value of (vc-deduce-fileset) so that it passes
8158         back a deduced state as well as a deduced back end.
8160 2008-05-08  Sam Steingold  <sds@gnu.org>
8162         * progmodes/compile.el (compilation-minor-mode-map)
8163         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8164         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8165         it to `compilation-minor-mode-map' (instead of an explicit `cons').
8167 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8169         * org/org.el (org-modules, org-format-latex-options):
8170         * org/org-archive.el (org-archive-stamp-time)
8171         (org-archive-save-context-info):
8172         * org/org-faces.el (org-hide):
8173         * org/org-irc.el (org-irc-parse-link):
8174         * org/org-macs.el (org-call-with-arg, org-autoload):
8175         * org/org-mew.el (org-mew-store-link):
8176         * org/org-remember.el (org-remember-store-without-prompt)
8177         (org-remember-templates): Fix typos in docstrings.
8179         * org/org-info.el (org-info-store-link): Remove leftover docstring.
8181         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8182         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8183         (org-bbdb-anniv-split): Fix typos in docstrings.
8185         * org/org-publish.el (org-publish-project-alist): Doc fixes.
8186         (org-publish-use-timestamps-flag): Reflow docstring.
8187         (org-publish-files-alist): Fix typos in docstring.
8189 2008-05-07  Sam Steingold  <sds@gnu.org>
8191         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8192         appears to be too aggressive with window removal.
8194 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
8196         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8197         Add leda and 0in as pragma keywords.
8198         (verilog-pretty-expr): Support lining up assignments which include
8199         part selects.
8200         (verilog-mode): More portable check for the availability of
8201         hideshow support.
8202         (verilog-do-indent): Remove special indent for declarations inside
8203         a parenthetical list.  The code is ill-advised, and doesn't work
8204         given the new user defined types.
8205         (verilog-set-auto-endcomments): Enhance function automatic
8206         endcomment to support functions that return user defined types.
8207         (verilog-mode): Add code to tell which-function-mode minor mode
8208         that Verilog supports this feature.
8210 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
8212         * epa-file.el: Require epa-hook.
8214         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8216         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8217         file-names clashes on 8+3 filesystems.  Provide epa-hook.
8219         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8220         file-names clashes on 8+3 filesystems.
8222 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
8224         * org/org.el (org-read-date-get-relative): Interpret lone
8225         weekday abbreviation as relative to today.
8227 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8229         * abbrev.el (define-abbrev-table):
8230         * composite.el (toggle-auto-composition):
8231         * json.el (json-alist-p, json-plist-p):
8232         * minibuffer.el (completion-table-with-predicate):
8233         * ps-mule.el (ps-mule-external-libraries):
8234         * emacs-lisp/advice.el (ad-special-form-p):
8235         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8236         * eshell/em-smart.el (eshell-review-quick-commands):
8237         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8238         (python-skip-out, python-check-comint-prompt):
8239         Don't use `iff' in docstrings.
8241         * international/robin.el (robin-package-alist): Fix typo in docstring.
8242         (robin-current-package-name): Doc fix.
8243         (robin-activate): Don't use `iff' in docstring.
8245 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
8247         * vc.el, vc-dispatcher.el: VC-Dired support removed.
8248         The code uses a ewoc-based implementation now.
8249         * vc-hooks.el: Support for Meta-CVS has been removed.
8251 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8253         * tool-bar.el: Choose images dynamically.
8254         (tool-bar-make-keymap, tool-bar-find-image): New function.
8255         (tool-bar-find-image-cache): New var.
8256         (tool-bar-local-item, tool-bar-local-item-from-menu):
8257         Don't select the image yet, do it later in tool-bar-make-keymap.
8259 2008-05-07  Andreas Schwab  <schwab@suse.de>
8261         * window.el: Require 'cl when compiling.
8263 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
8265         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8267 2008-05-07  Glenn Morris  <rgm@gnu.org>
8269         * subr.el (ignore-errors): Move here from cl-macs.el.
8270         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8272         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8273         oddness.
8275 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
8277         * vc-hooks.el (vc-find-file-hook):
8278         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8279         further from vc.el.
8280         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8282 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
8284         * progmodes/verilog-mode.el (verilog-getopt-file):
8285         Cleanup warning message format.
8286         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8287         (verilog-auto-inout, verilog-auto-inout-module)
8288         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8289         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8290         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8291         (verilog-auto-sense-sigs, verilog-auto-tieoff)
8292         (verilog-auto-unused, verilog-auto-wire)
8293         (verilog-decls-get-assigns, verilog-decls-get-consts)
8294         (verilog-decls-get-gparams, verilog-decls-get-inouts)
8295         (verilog-decls-get-inputs, verilog-decls-get-outputs)
8296         (verilog-decls-get-ports, verilog-decls-get-regs)
8297         (verilog-decls-get-signals, verilog-decls-get-wires)
8298         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8299         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8300         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8301         (verilog-inject-sense, verilog-library-filenames)
8302         (verilog-mode-release-date, verilog-mode-version)
8303         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8304         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8305         (verilog-modi-get-assigns, verilog-modi-get-consts)
8306         (verilog-modi-get-gparams, verilog-modi-get-inouts)
8307         (verilog-modi-get-inputs, verilog-modi-get-outputs)
8308         (verilog-modi-get-ports, verilog-modi-get-regs)
8309         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8310         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8311         (verilog-modi-get-wires, verilog-preserve-cache)
8312         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8313         (verilog-read-sub-decls, verilog-read-sub-decls-line)
8314         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8315         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8316         Add caching of additional state, and rework signal extraction
8317         routines to improve AUTO expansion performance by 300%++.
8319 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
8321         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8322         Tweak Open Watcom regexp to distinguish between errors and warnings.
8324 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8326         * dired.el (dired-read-dir-and-switches): Fix up last change.
8328 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
8330         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8331         out of this function, move it to vc-dispatcher-selection-set.
8333 2008-05-05  Sam Steingold  <sds@gnu.org>
8335         * window.el (delete-other-windows-vertically): New function.
8337 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8339         * dired.el (dired-read-dir-and-switches):
8340         Obey read-file-name-completion-ignore-case.
8342 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
8344         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8345         Add regexp for Open Watcom compiler output.
8347 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
8349         * progmodes/python.el (python-block-pairs): Align finally with except.
8351 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8353         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8355 2008-05-05  Tom Tromey  <tromey@redhat.com>
8357         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8358         looking at conflict marker.
8360 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8362         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8363         client-mode -> vc-client-object, and guess `funcall' was meant.
8364         (vc-dir-mode): Rename client-mode -> vc-client-mode.
8366 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8368         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8369         (dbus-debug): Move declarations outside eval-when-compile.
8371 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8373         * proced.el (proced-command-alist): Fix system-type values.
8374         Fix defcustom.
8375         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8376         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8377         (proced-sort-start, proced-sort, proced-sort-time): New commands.
8378         (proced-update): Use proced-sorting-scheme.  Update modeline.
8379         (proced-send-signal): Use nreverse.
8380         (proced-sorting-scheme-p): New function.
8382 2008-05-04  Andreas Schwab  <schwab@suse.de>
8384         * vc.el: Require dired when compiling.
8386         * minibuffer.el (completion--insert-strings): Don't delete past bol.
8388 2008-05-03  Glenn Morris  <rgm@gnu.org>
8390         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8391         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8392         Simplify compilation requirements.
8393         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8394         declarations.
8396 2008-05-03  Dave Love  <fx@gnu.org>
8398         * progmodes/python.el (python-beginning-of-statement):
8399         Loop at least once (fixes 2008-02-21 change).
8401 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
8403         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8404         instead of `length' for comparing length of user and group names.
8406 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
8408         * vc-dispatcher.el: New file, separates out the UI and command
8409         execution machinery from VCS-specific logic left in vc.el.
8410         The separation is not yet completely clean, but it's a good start.
8411         * vc.el: This file is about 1700 lines shorter now.
8412         Remove obsolete logentry-check from the backend API.
8413         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
8414         implementation of the logentry-check method, and it guarded against
8415         a log length limit that has probably been obsolete for 15 years (!).
8417 2008-05-02  Sam Steingold  <sds@gnu.org>
8419         * progmodes/compile.el (compilation-start): Move setting of
8420         compilation-directory after (funcall mode) as that resets local
8421         variables, this fixes recompile in grep buffers.
8422         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8423         in dired &c).
8425 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8427         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8428         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8429         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8430         has one of these and that all are called in compatible ways.
8431         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8432         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8433         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8434         backend has one of these.
8436 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8438         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8439         initialization into define-abbrev-table.  Use :regexp.
8440         (octave-mode-syntax-table): Don't set word syntax for `.
8442         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8443         than only value.
8445         * dired.el (dired-read-dir-and-switches):
8446         Set minibuffer-completing-file-name and call substitute-in-file-name.
8447         (dired-format-columns-of-files): Use completion--insert-strings.
8449         * minibuffer.el (completion-hilit-commonality): Revert last change:
8450         the leftover code was actually useful.
8451         (completion--insert-strings): Use string-width rather than length.
8453 2008-05-02  Sam Steingold  <sds@gnu.org>
8455         * vc.el (vc-dir-mode-map): Enable mouse bindings.
8456         (vc-at-event): New macro: run the body at the even location.
8457         (vc-dir-menu, vc-dir-toggle-mark): Use it.
8458         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8459         * subr.el (mouse-event-p): Check if the event is mouse-related.
8461 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
8463         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8464         Don't throw error if no file is found.
8466 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8468         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8469         (vc-default-state-heuristic): Doc fix.
8471 2008-05-02  Richard Sharman  <rsharman@pobox.com>
8473         * hilit-chg.el (highlight-changes-mode): Remove references to
8474         hooks that no longer exist.  Because define-minor-mode is used the
8475         hook highlight-changes-mode-hook exists and can do what both the
8476         old hooks used to do.  The documentation at the top of the file
8477         was updated to demonstrate this.
8478         (highlight-changes-mode): Remove commented out call to a hook
8479         function that is no longer there.
8480         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8482 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8484         * vc.el (vc-default-dired-state-info): Change name of primitive
8485         to prettify-state-info, in preparation for ripping out dired mode.
8486         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8487         to prettify-state-info, in preparation for ripping out dired mode.
8488         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8489         tries this on a version-controlled buffer.  It will do useless or
8490         actively bad things on any version control system newer than RCS.
8491         * vc-hooks.el (vc-dired-resynch-file):
8492         * vc.el (vc-dired-resynch-file): Change name of primitive to
8493         vc-directory-resynch-file, preparing to remove dired.
8495 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8497         * vc-rcs.el (vc-rcs-state): Fix typos.
8499         * vc.el (vc-register): Change argument order so that the prefix
8500         argument is assigned correctly.
8501         (vc-next-action, vc-dir-register): Update for the above change.
8503 2008-05-01  Juri Linkov  <juri@jurta.org>
8505         * replace.el (occur-read-primary-args): Set default to the car of
8506         regexp-history and display it in the prompt, but don't add to the
8507         list of minibuffer defaults.  Bind history-add-new-input to nil to
8508         not add automatically `default'.  For empty input return `default'.
8509         Otherwise, add `input' to regexp-history and return it.
8510         (occur-1): Signal an error for the empty regexp.
8512         * progmodes/compile.el (compilation-auto-jump):
8513         Set window point to `pos' explicitly.
8515 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
8517         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8518         when appropriate.
8519         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8520         we report the 'unregistered state reliably.
8521         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8522         we report the 'unregistered state reliably.
8523         * vc-git.el (vc-git-state): Call vc-git-unregistered so
8524         we report the 'unregistered state reliably.
8525         * vc-hooks.el (vc-state): Document that vc-unregistered is
8526         now expected to be returned reliably.
8527         * vc.el (vc-default-dired-state): Change needs-patch state to
8528         needs-update, since the name now shows up in dir-status listings
8529         and was somewhat misleading.
8530         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8531         immediately after removing the file.
8532         * vc.el (vc-next-action): More informative messages when a fileset
8533         is in a mixed state or files are missing.
8535 2008-05-01  Sam Steingold  <sds@gnu.org>
8537         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8539 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8541         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8543 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
8545         * epa-file-hook.el: New file split from epa-file.el.
8546         * epa-file.el: Require 'epa-file-hook.
8547         (epa-file-handler): Add autoload cookie.
8548         * loadup.el: Load epa-file-hook.
8549         * startup.el (command-line): Eval the body of auto-encryption-mode.
8551 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
8553         * vc.el (vc-dir-mode-map): Don't bind "r".
8555         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8556         (vc-hg-status-printer): New function.
8557         (vc-hg-after-dir-status): Deal with copied and renamed files.
8558         (vc-hg-dir-status): Add flag to show copied files.
8560 2008-05-01  John Paul Wallington  <jpw@pobox.com>
8562         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8563         (ibuffer-do-sort-by-recency): Reverse sorting order if last
8564         sorting mode was recency.
8566         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8567         reverse sorting order if last sorting mode was the sorter's.
8569 2008-05-01  Jason Rumney  <jasonr@gnu.org>
8571         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8573 2008-04-30  John Paul Wallington  <jpw@pobox.com>
8575         * ibuffer.el (define-ibuffer-column filename): When the major mode
8576         is `vc-dir-mode' show the buffer's default directory.
8578         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8579         major mode is `vc-dir-mode' use the buffer's default directory.
8581 2008-04-30  Sam Steingold  <sds@gnu.org>
8583         * vc.el (vc-dir-delete-file): Add.
8584         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8585         (vc-delete-file): Do not barf when the file has been already deleted.
8587 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8589         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8591 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8593         * progmodes/octave-mod.el (octave-help): New function.
8594         * progmodes/octave-hlp.el: Delete.
8595         * info-look.el (octave-mode): Add operator index.
8597         * vc.el (vc-checkout): Typo.
8599 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8601         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8602         Add "..." in the appropriate places.
8604         * epa.el (epa-key-list-mode-map): Add more menu entries.
8605         Add "..." in the appropriate places.
8607         * dired.el (dired-mode-map): Add :help.
8609         * vc.el (vc-deduce-fileset): Add new parameter.
8610         (vc-dir-marked-only-files): New function.
8611         (vc-next-action): Don't ignore directories, look at the files
8612         inside them.
8613         (vc-dir-mode): Document how the mark/unmark commands work.
8615 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8617         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8618         Rule out trailing spaces in file and directory names as well.
8620         * minibuffer.el (completion--do-completion): Move point even if the
8621         completion makes no change.
8622         (completion-pcm-try-completion): Fix computation of new point.
8624 2008-04-30  David Hansen  <david.hansen@gmx.net>
8626         * dired.el: Require 'cl.
8628 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
8630         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8631         hollow if not in innermost frame.
8633 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8634         Make `checkout-model' apply to filesets.
8635         * vc-hooks.el (vc-checkout-model): Rewrite.
8636         (vc-before-save, vc-after-save): Adjust callers accordingly.
8637         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8638         (vc-transfer-file): Adjust callers accordingly.
8639         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8640         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8641         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8642         instead of vc-checkout-model.
8643         * vc-mcvs.el (vc-mcvs-revert):
8644         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8645         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8646         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8647         * vc-svn.el (vc-svn-checkout-model):
8648         * vc-hg.el (vc-hg-checkout-model):
8649         * vc-git.el (vc-git-checkout-model):
8650         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8652         * dired.el (dired-read-dir-and-switches): Replace last change with
8653         a new approach that mixes read-file-name and read-directory-name.
8655         * files.el (read-buffer-to-switch):
8656         Avoid making assumptions about `other-buffer'.
8658 2008-04-29  Sam Steingold  <sds@gnu.org>
8660         * vc.el (vc-dir-mode-hook): Add normal hook.
8661         (vc-dir-mode): Run it.
8663 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8665         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8666         Always split windows.
8667         (gdb-speedbar-timer-fn): Only raise frame after user input.
8668         (gdb-same-frame): Reverse initial value.
8669         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8671         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8672         gdb-speedbar-timer-fn.
8674 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8676         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8678 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
8680         * epa.el (epa-key-list-mode-map): Add menu.
8681         (epa-delete-keys, epa-import-keys): Fix typo.
8683 2008-04-29  Glenn Morris  <rgm@gnu.org>
8685         * find-cmd.el (top-level): Does not need cl when compiling.
8687 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
8689         * find-cmd.el: New file.
8691 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8693         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8694         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8695         (completion-pcm--hilit-commonality): New function.
8696         (completion-pcm-all-completions): Use it.
8698         * minibuffer.el (completion-common-substring): Mark obsolete.
8699         (completions-first-difference, completions-common-part):
8700         Move from simple.el.
8701         (completion-hilit-commonality): New fun.
8702         (display-completion-list, completion-emacs21-all-completions)
8703         (completion-emacs22-all-completions): Use it.
8704         * simple.el (completions-first-difference, completions-common-part):
8705         Move to minibuffer.el.
8706         (choose-completion-string): Use field functions and minibufferp.
8707         (completion-setup-function): Don't set completions faces.
8709 2008-04-29  Glenn Morris  <rgm@gnu.org>
8711         * calendar/calendar.el (calendar-nth-named-absday)
8712         (calendar-nth-named-day):
8713         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8714         * calendar/holidays.el (holiday-float): Doc fixes.
8716         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8717         the `full' case.
8719         * org/org-agenda.el (calendar-iso-from-absolute):
8720         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8721         Fix declarations.
8723 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
8725         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8726         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8727         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8728         (gdb-assembler-custom): Be careful not to match other addresses.
8730 2008-04-29  Jason Rumney  <jasonr@gnu.org>
8732         * battery.el (battery-status-function): Use w32-battery-status
8733         on Windows.
8734         (battery-echo-area-format): Make apm format the general case.
8735         (battery-mode-line-format): Merge apm and pmset formats as the
8736         general case.
8738 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8740         * progmodes/gdb-ui.el (gdb-info-stack-custom):
8741         Use gud-tool-bar-item-visible-no-fringe.
8742         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8743         is already visible in frame.  Remove optional size parameter
8744         and add optional frame parameter.
8746         * progmodes/gud.el (gud-display-line): Only consider visible
8747         frames when looking for source buffer.
8749 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
8751         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8752         argument to get-char-property, in case the current buffer hasn't
8753         been assigned to that window yet.
8754         (doc-view-display): Default to selected window if the current
8755         buffer hasn't been assigned to a window yet.
8757 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
8759         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8761 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
8763         * net/tramp.el (tramp-mode): New defcustom.
8764         (tramp-file-name-handler, tramp-completion-file-name-handler):
8765         Use it.
8766         (tramp-replace-environment-variables): Handle "$$".
8768 2008-04-28  Sam Steingold  <sds@gnu.org>
8770         * vc-hg.el (vc-hg-rename-file): Fix argument order.
8772 2008-04-28  Bastien Guerry  <bzg@altern.org>
8774         * whitespace.el (whitespace-trailing): Fix typo.
8776 2008-04-28  Sam Steingold  <sds@gnu.org>
8778         * textmodes/remember.el (diary-make-entry): Update the autoload.
8780 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8783         all-completions.
8785 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
8787         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8789 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
8791         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8792         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8793         (vc-dir-mark-file): Add an optional argument.
8794         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8796 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
8798         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8799         rather than obsolete alias find-file-hooks.
8800         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
8801         Use find-file-hook rather than obsolete alias find-file-hooks.
8802         Add to find-file-not-found-functions.
8803         (epa-file-handler): Put 'safe-magic and 'operations properties.
8805         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8806         (epa-menu-items): Remove.
8808         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8809         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8810         (epa-dired-mode, epa-global-dired-mode): Remove.
8812         * dired.el (dired-mode-map): Bind encryption/decryption commands.
8814         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8816         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8818 2008-04-27  Glenn Morris  <rgm@gnu.org>
8820         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8821         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
8823 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8825         * org/org.el (org-html-level-start): Always have id's in HTML.
8826         (org-export-as-html): Use `org-link-protocols' to
8827         retrieve the export form of the link.
8828         (org-add-link-type): Final parameter renamed from PUBLISH.
8829         Better documentation of how it is to be used.  Avoid double entries for
8830         the same link type.
8831         (org-add-link-props): New function.
8832         (org-modules-loaded): New variable.
8833         (org-load-modules-maybe, org-set-modules): New function.
8834         (org-modules): New option.
8835         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8836         (orgtbl-mode, org-store-link, org-insert-link-global)
8837         (org-open-at-point): Call `org-load-modules-maybe'.
8838         (org-search-view): Add more text properties.
8839         (org-agenda-schedule, org-agenda-deadline): Allow also in
8840         search-type agendas.
8841         (org-search-view): Order of arguments has been changed.
8842         Interpret prefix-arg as TODO-ONLY.
8843         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8844         Take new argument order of `org-search-view' into account.
8845         (org-todo-only): New variable.
8846         (org-search-syntax-table): New variable and function.
8847         (org-search-view): Do the search with the special syntax table.
8848         (define-obsolete-function-alias): Make work with XEmacs.
8849         (org-add-planning-info): Use old date as default when modifying an
8850         existing deadline or scheduled item.
8851         (org-agenda-compute-time-span): Make argument N optional.
8852         (org-agenda-format-date-aligned): Require `cal-iso'.
8853         (org-agenda-list): Include week into agenda heading, don't
8854         list it at each date (only on Mondays).
8855         (org-read-date-analyze): Define local variable `iso-date'.
8856         (org-agenda-format-date-aligned): Remove dependency on
8857         `calendar-time-from-absolute'.
8858         (org-remember-apply-template, org-go-to-remember-target):
8859         Interpret filenames relative to `org-directory'.
8860         (org-complete): Silently fail when trying to complete
8861         keywords that don't have a default value.
8862         (org-get-current-options): Add a #+DATE: option.
8863         (org-additional-option-like-keywords): Remove "DATE:" from the
8864         list of additional keywords.
8865         (org-export-as-html): Remove (current-time) as unnecessary second
8866         argument of `format-time-string'.
8867         (org-clock-find-position): Handle special case at end of buffer.
8868         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8869         `org-agenda-change-time-span'.
8870         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8871         `org-agenda-change-time-span'.
8872         (org-agenda-month-view): New argument MONTH, pass it on to
8873         `org-agenda-change-time-span'.
8874         (org-agenda-year-view): New argument YEAR, pass it on to
8875         `org-agenda-change-time-span'.
8876         (org-agenda-change-time-span): New optional argument N, pass it on
8877         to `org-agenda-compute-time-span'.
8878         (org-agenda-compute-time-span): New argument N, interpret it by
8879         changing the starting day.
8880         (org-small-year-to-year): New function.
8881         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8882         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8883         into the future, and that the shift is at least one interval, never 0.
8884         (org-update-checkbox-count): Fix bug with checkbox counting.
8885         (org-add-note): New command.
8886         (org-add-log-setup): Rename from `org-add-log-maybe'.
8887         (org-log-note-headings): New entry for plain notes (i.e. notes not
8888         related to state changes or clocking).
8889         (org-get-org-file): Check for availability of `remember-data-file'.
8890         (org-cached-entry-get): Allow a regexp value for
8891         `org-use-property-inheritance'.
8892         (org-use-property-inheritance): Allow regexp value.  Fix bug in
8893         customization type.
8894         (org-use-tag-inheritance): Allow a list and a regexp value for
8895         this variable.
8896         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8897         (org-entry-get): Respect value `selective' for the INHERIT argument.
8898         (org-tag-inherit-p, org-property-inherit-p): New functions.
8899         (org-agenda-format-date-aligned): Allow 10 characters for
8900         weekday, to accommodate German locale.
8901         (org-add-archive-files): New function.
8902         (org-agenda-files): New argument `ext', to get archive files as well.
8903         (org-tbl-menu): Protect the use of variables that
8904         are only available when org-table.el gets loaded.
8905         (org-read-agenda-file-list): Error if `org-agenda-files' is a
8906         single directory.
8907         (org-open-file): Allow a batch process to trigger
8908         waiting after executing a system command.
8909         (org-store-link): Link to headline when there is not
8910         target and no region in an org-mode buffer when creating a link.
8911         (org-link-types-re): New variable.
8912         (org-make-link-regexps): Compute `org-link-types-re'.
8913         (org-make-link-description-function): New option.
8914         (org-agenda-date, org-agenda-date-weekend): New faces.
8915         (org-archive-sibling-heading): New option.
8916         (org-archive-to-archive-sibling): New function.
8917         (org-iswitchb): New command.
8918         (org-buffer-list): New function.
8919         (org-agenda-columns): Also try the #+COLUMNS line in
8920         the buffer associated with the entry at point (or with the first
8921         entry in the agenda view).
8922         (org-modules): Add entry for org-bibtex.el.
8923         (org-completion-fallback-command): Move into `org-completion' group.
8924         (org-clock-heading-function): Move to `org-progress' group.
8925         (org-auto-repeat-maybe): Make sure that a note can
8926         be enforces if `org-log-repeat' is `note'.
8927         (org-modules): Allow additional symbols for external packages.
8928         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8929         (org-clock-goto): Hide drawers after showing an
8930         entry with `org-clock-goto'.
8931         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8932         Try also a clocktable block shift.
8933         (org-clocktable-try-shift): New function.
8934         (org-columns-hscoll-title): New function.
8935         (org-columns-previous-hscroll): New variable.
8936         (org-columns-full-header-line-format): New variable.
8937         (org-columns-display-here-title, org-columns-remove-overlays):
8938         Install `org-columns-hscoll-title' in post-command-hook.
8940         * org/org.el: Split into many small files.
8942         * org/org-agenda.el: New file, split off from org.el.
8944         * org/org-archive.el: New file, split off from org.el.
8946         * org/org-bbdb.el: New file.
8948         * org/org-bibtex.el: New file, split off from org.el.
8950         * org/org-clock.el: New file, split off from org.el.
8952         * org/org-colview.el: New file, split off from org.el.
8954         * org/org-compat.el: New file, split off from org.el.
8956         * org/org-exp.el: New file, split off from org.el.
8958         * org/org-faces.el: New file, split off from org.el.
8960         * org/org-gnus.el: New file, split off from org.el.
8962         * org/org-info.el: New file, split off from org.el.
8964         * org/org-infojs.el: New file.
8966         * org/org-irc.el: New file.
8968         * org/org-macs.el: New file, split off from org.el.
8970         * org/org-mew.el: New file.
8972         * org/org-mhe.el: New file, split off from org.el.
8974         * org/org-publish.el: New file, split off from org.el.
8976         * org/org-remember.el: New file, split off from org.el.
8978         * org/org-rmail.el: New file, split off from org.el.
8980         * org/org-table.el: New file, split off from org.el.
8982         * org/org-vm.el: New file, split off from org.el.
8984         * org/org-wl.el: New file, split off from org.el.
8986 2008-04-27  Jason Riedy  <jason@acm.org>
8988         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8989         parameter that suppresses lines that evaluate to NIL.
8990         (orgtbl-get-fmt): New inline function for
8991         picking apart formats that may be lists.
8992         (orgtbl-apply-fmt): New inline function for applying formats that
8993         may be functions.
8994         (orgtbl-eval-str): New inline function for strings that may be
8995         functions.
8996         (orgtbl-format-line, orgtbl-to-generic): Use and document.
8997         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8998         (*orgtbl-llfmt*, *orgtbl-llstart*)
8999         (*orgtbl-llend*): Dynamic variables for last-line formatting.
9000         (orgtbl-format-section): Shift formatting to support detecting the
9001         last line and formatting it specially.
9002         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
9003         formats unless overridden.
9004         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9005         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9006         bound variables to hold the input collection of lines and output
9007         formatted text.
9008         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9009         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9010         format parameters.
9011         (orgtbl-format-line): New function encapsulating formatting for a
9012         single line.
9013         (orgtbl-format-section): Similar for each section.  Rebinding the
9014         dynamic vars customizes the formatting for each section.
9015         (orgtbl-to-generic): Use orgtbl-format-line and
9016         orgtbl-format-section.
9017         (org-get-param): Now unused, so delete.
9018         (orgtbl-gather-send-defs): New function to
9019         gather all the SEND definitions before a table.
9020         (orgtbl-send-replace-tbl): New function to find the RECEIVE
9021         corresponding to the current name.
9022         (orgtbl-send-table): Use the previous two functions and implement
9023         multiple destinations for each table.
9025         * doc/org.texi (A LaTeX example): Note that fmt may be a
9026         one-argument function, and efmt may be a two-argument function.
9027         (Radio tables): Document multiple destinations.
9029 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9031         * org/org-agenda.el (org-add-to-diary-list): New function.
9032         (org-prefix-has-effort): New variable.
9033         (org-sort-agenda-noeffort-is-high): New option.
9034         (org-agenda-columns-show-summaries)
9035         (org-agenda-columns-compute-summary-properties): New options.
9036         (org-format-agenda-item): Compute the duration of the item.
9037         (org-agenda-weekend-days): New variable.
9038         (org-agenda-list, org-timeline): Use the proper faces for dates in
9039         the agenda and timeline buffers.
9040         (org-agenda-archive-to-archive-sibling): New command.
9041         (org-agenda-start-with-clockreport-mode): New option.
9042         (org-agenda-clockreport-parameter-plist): New option.
9043         (org-agenda-clocktable-mode): New variable.
9044         (org-agenda-deadline-leaders): Allow a function value for the
9045         deadline leader.
9046         (org-agenda-get-deadlines): Deal with new function value.
9048         * org/org-clock.el (org-clock): New customization group.
9049         (org-clock-into-drawer, org-clock-out-when-done)
9050         (org-clock-in-switch-to-state, org-clock-heading-function):
9051         Move into the new group.
9052         (org-clock-out-remove-zero-time-clocks): New option.
9053         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9054         (org-dblock-write:clocktable): Allow a Lisp form for the scope
9055         parameter.
9056         (org-dblock-write:clocktable): Fix bug with total time calculation.
9057         (org-dblock-write:clocktable): Request the unrestricted list of files.
9058         (org-get-clocktable): New function.
9059         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9060         be strings but also integers (an absolute day number) and lists (m d y).
9062         * org/org-colview.el (org-columns-next-allowed-value)
9063         (org-columns-edit-value): Limit the effort for updating in the
9064         agenda to recomputing a single file.
9065         (org-columns-compute): Only write property value if it has changed.
9066         This avoids raising the buffer-change-flag unnecessarily.
9067         (org-agenda-colview-summarize)
9068         (org-agenda-colview-compute): New functions.
9069         (org-agenda-columns): Call `org-agenda-colview-summarize'.
9071         * org/org-exp.el (org-export-run-in-background): New option.
9072         (org-export-icalendar): Allow a batch process to trigger waiting
9073         after executing a system command.
9074         (org-export-preprocess-string): Rename from
9075         `org-cleaned-string-for-export'.
9076         (org-export-html-style): Made target class look like normal text.
9077         (org-export-as-html): Make use of the better preprocessing in
9078         `org-cleaned-string-for-export'.
9079         (org-cleaned-string-for-export): Better treatment of heuristic
9080         targets, many more internal links will now work in HTML export.
9081         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9082         (org-export-inbuffer-options-extra): New variable.
9083         (org-export-options-filters): New hook.
9084         (org-infile-export-plist): Find also the settings keywords in
9085         `org-export-inbuffer-options-extra'.
9086         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9087         multiple #+INFOJS_OPT lines.
9088         (org-export-html-handle-js-options): New function.
9089         (org-export-html-infojs-setup): New option.
9090         (org-export-as-html): Call `org-export-html-handle-js-options'.
9091         Add autoload to all entry points.
9092         (org-skip-comments): Function removed.
9094         * org/org-table.el (org-table-make-reference): Extra parenthesis
9095         around single fields, to make sure that algebraic formulas get
9096         correctly interpreted by calc.
9097         (org-table-current-column): No longer interactive.
9099         * org/org-export-latex.el (org-export-latex-preprocess):
9100         Rename from `org-export-latex-cleaned-string'.
9102 2008-04-27  Bastien Guerry  <bzg@altern.org>
9104         * org/org-publish.el (org-publish-get-base-files-1): New function.
9105         (org-publish-get-base-files): Use it.
9106         (org-publish-temp-files): New variable.
9107         Don't require 'dired-aux anymore.
9108         (org-publish-initial-buffer): New variable.
9109         (org-publish-org-to, org-publish): Use it.
9110         (org-publish-get-base-files-1): Bug fix: get
9111         the proper list of files when recursing thru a directory.
9112         (org-publish-get-base-files): Use the :exclude property to skip
9113         both files and directories.
9115 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9117         * net/tramp.el (tramp-handle-make-symbolic-link)
9118         (tramp-handle-file-name-directory)
9119         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9120         (tramp-do-copy-or-rename-file-directly)
9121         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9122         (tramp-handle-substitute-in-file-name)
9123         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9124         * net/tramp-cache.el (tramp-get-file-property)
9125         (tramp-set-file-property, tramp-flush-file-property)
9126         (tramp-flush-directory-property)
9127         * net/tramp-compat.el (tramp-compat-make-temp-file)
9128         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9129         Disable `file-name-handler-alist' when handling localname.
9130         It could have a remote file syntax, like a VMS file name.
9132 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9134         * whitespace.el: New version 11.1.
9135         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9136         enclosed by \\( and \\)$.  Docstring fix.
9137         (whitespace-trailing-regexp): Fun removed.
9138         (whitespace-report-list): Const initialization fix.
9139         (whitespace-color-on): Code fix.
9141 2008-04-27  Andreas Schwab  <schwab@suse.de>
9143         * Makefile.el: Unbreak bootstrap.
9145 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9147         * net/tramp.el (tramp-replace-environment-variables): New defun.
9148         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9149         Use it.
9151 2008-04-27  Glenn Morris  <rgm@gnu.org>
9153         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9155         * calculator.el (calculator-expt): Replace cl function `oddp'.
9157 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
9159         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9160         Simplify.  Collect `defun' and `autoload' entries.
9161         Avoid modifying load-history.
9163 2008-04-26  Glenn Morris  <rgm@gnu.org>
9165         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9167         * simple.el (quoted-insert, zap-to-char): Revert previous change.
9169 2008-04-26  John Paul Wallington  <jpw@pobox.com>
9171         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9172         `hexl-mode-old-eldoc-documentation-function'.
9173         (hexl-mode-exit): Restore it.
9174         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9176         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9178 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
9180         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9181         (completion-pcm--all-completions): Doc fix.
9182         (completion-styles-alist, completion-all-completions):
9183         Fix typos in docstrings.
9185 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9187         * whitespace.el: There is now only one variable (whitespace-style) to
9188         specify which kind of blank is visualized.  Doc and docstring fix.
9189         New version 11.0.
9190         (whitespace-style): New option, replace whitespace-style-mark and
9191         whitespace-style-color.
9192         (whitespace-style-mark, whitespace-style-color): Options removed.
9193         (whitespace-hspace, whitespace-tab, whitespace-newline)
9194         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9195         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9196         (whitespace-hspace-regexp, whitespace-space-regexp)
9197         (whitespace-tab-regexp, whitespace-trailing-regexp)
9198         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9199         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9200         (whitespace-space-after-tab-regexp, whitespace-line-column)
9201         (whitespace-display-mappings, whitespace-report): Docstring fix.
9202         (whitespace-color-value-list, whitespace-mark-value-list)
9203         (whitespace-active-color, whitespace-active-mark)
9204         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9205         (whitespace-style-value-list, whitespace-active-style)
9206         (whitespace-toggle-style): New vars.
9207         (whitespace-toggle-option-alist, whitespace-help-text):
9208         Var initialization and docstring fix.
9209         (whitespace-toggle-options, global-whitespace-toggle-options)
9210         (whitespace-cleanup, whitespace-cleanup-region)
9211         (whitespace-report-region, whitespace-interactive-char)
9212         (whitespace-toggle-list): Docstring and code fix.
9213         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9214         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9215         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9216         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9218 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9220         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9221         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9222         (diff-sanity-check-hunk): Adjust code accordingly.
9224 2008-04-26  Glenn Morris  <rgm@gnu.org>
9226         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9228         * forms-d2.dat: Move to ../etc.
9229         * forms-d2.el (forms-file): Adapt for above change.
9231         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9232         `translation-table-for-input'.
9234         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9235         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9237         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9238         to punctuation now it's not needed for abbrevs.
9239         (fortran-mode-abbrev-table): Remove defvar, make use of new
9240         define-abbrev-table :regexp feature.
9242         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9243         insert, now that translation-table-for-input is not needed.
9245 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
9247         * emacs-lisp/pp.el (pp-display-expression): New function,
9248         extracted from pp-eval-expression.
9249         (pp-eval-expression): Use pp-display-expression.
9250         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9251         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9252         (pp-eval-last-sexp): Use pp-last-sexp.
9254 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * abbrev.el (define-abbrev-table): Apply props even if the table
9257         exists already.
9259         * minibuffer.el (completion-table-with-context): Fix `pred' for the
9260         various kinds of completion tables.
9261         (completion-emacs22-try-completion): Place cursor after the /, as was
9262         done in Emacs-22's minibuffer-complete-word.
9263         Fix bug reported by David Hansen <david.hansen@gmx.net>.
9264         (completion-emacs22-try-completion): Merge all mergeable text rather
9265         than just /.
9266         (completion-pcm--delim-wild-regex): New var.
9267         (completion-pcm-word-delimiters): New custom.
9268         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9269         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9270         (completion-pcm--all-completions, completion-pcm-all-completions)
9271         (completion-pcm--merge-completions, completion-pcm--pattern->string)
9272         (completion-pcm-try-completion): New functions.
9273         (completion-styles-alist): Add them.
9274         (completion-styles): Add it to the default.
9276 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
9278         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9279         (gdb-var-create-handler): ...until here when there are values.
9280         (gdb-post-prompt): Don't do -var-update with no watch expressions.
9281         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9283 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
9285         * ls-lisp.el (ls-lisp-format): Fix last change.
9286         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9287         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9288         (ls-lisp-filesize-f-fmt): New defvars.
9289         (ls-lisp-insert-directory): Dynamically compute format specifiers
9290         for displaying UID, GID, and file size, and store them in the
9291         above variables.
9292         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9293         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9294         instead of constant format strings.
9295         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9296         ls-lisp-filesize-d-fmt instead of constant format strings.
9298 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
9300         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9301         value of addresses rather than (partial) string value.
9302         (gdb-frame-handler): Change regexp according to above change.
9303         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9304         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9305         (gdb-assembler-mode): Disable undo in these buffers.
9307 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
9309         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9310         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9312 2008-04-24  Sam Steingold  <sds@gnu.org>
9314         * textmodes/remember.el (remember-diary-extract-entries): Use
9315         diary-make-entry instead of the obsolete make-diary-entry.
9317 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * subr.el (translation-table-for-input): Mark as obsolete.
9321         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9323         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9325         * textmodes/ispell.el (ispell-dictionary-alist-1)
9326         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9327         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9328         (ispell-dictionary-alist-6): Remove.
9329         (ispell-dictionary-base-alist): New var, merges the above.
9330         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9331         Use it.
9332         (ispell-dictionary-alist): Default to nil.  Remove autoload.
9333         (ispell-local-dictionary-alist): Remove autoload.
9335         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9336         (f90-mode-abbrev-table): Use the new :regexp feature.
9337         Merge defvar and mapc into define-abbrev-table.
9338         (f90-imenu-type-matcher): Remove unused `l'.
9339         (f90-imenu-generic-expression): Remove unused `not-ib'.
9340         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9341         (f90-change-keywords): Use restore-buffer-modified-p.
9343 2008-04-24  Glenn Morris  <rgm@gnu.org>
9345         * net/goto-addr.el (goto-address-prog-mode):
9346         * progmodes/bug-reference.el (bug-reference-prog-mode):
9347         Define for compiler.
9349         * minibuffer.el (x-file-dialog): Declare as function.
9351         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9352         dframe-update-speed rather than obsolete alias speedbar-update-speed.
9354         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9355         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9356         work with easymenu.  Add :keys where needed.
9358         * calendar/cal-move.el (calendar-scroll-left): Handle case when
9359         event-start is nil.
9361         * calendar/calendar.el (calendar-mode-map): Fix typo.
9363 2008-04-24  Tom Tromey  <tromey@redhat.com>
9365         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9366         Document keywords.  Add :suppress.
9367         * pcvs-defs.el (cvs-mode-map): Use :suppress.
9369         * net/goto-addr.el (goto-address-unfontify): New function.
9370         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
9371         (goto-address-fontify-region, goto-address-mode)
9372         (goto-address-prog-mode): New functions.
9374         * progmodes/bug-reference.el: New file.
9376 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9378         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9380 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9382         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9383         macros within lambdas.
9385 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9387         * minibuffer.el (completion-try-completion): Add `point' argument.
9388         Change return value.
9389         (completion-all-completions): Add `point' argument.
9390         (minibuffer-completion-help): Pass the new `point' argument.
9391         (completion--do-completion): Pass the whole field to try-completion.
9392         (completion--try-word-completion): Rewrite, making fewer assumptions.
9393         (completion-emacs21-try-completion, completion-emacs21-all-completions)
9394         (completion-emacs22-try-completion, completion-emacs22-all-completions)
9395         (completion-basic-try-completion, completion-basic-all-completions):
9396         New functions.
9397         (completion-styles-alist): Use them.
9399 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
9401         * textmodes/ispell.el (ispell-set-spellchecker-params):
9402         New function to make sure right params and dictionary alists are used
9403         after spellchecker changes.
9404         (ispell-aspell-dictionary-alist, ispell-last-program-name)
9405         (ispell-initialize-spellchecker-hook): New variables and hook.
9406         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9407         (ispell-maybe-find-aspell-dictionaries): Remove.
9408         Calls replaced by (ispell-set-spellchecker-params) calls.
9409         (ispell-have-aspell-dictionaries): Remove.
9411         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9412         by ispell-set-spellchecker-params.
9414 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * complete.el (PC-do-completion): Be more robust in the presence of
9417         unexpected values in minibuffer-completion-predicate.
9419         * minibuffer.el (read-file-name): Don't let-bind default-directory.
9420         Only abbreviate default-filename if it's a file.
9422         * minibuffer.el (read-file-name-function, read-file-name-predicate)
9423         (read-file-name-completion-ignore-case, insert-default-directory):
9424         New vars, moved from fileio.c.
9425         (read-file-name): New fun, moved from fileio.c.
9426         * cus-start.el: Remove insert-default-directory and
9427         read-file-name-completion-ignore-case.
9429 2008-04-23  Magnus Henoch  <mange@freemail.hu>
9431         * tar-mode.el (tar-untar-buffer): If the entry has directory
9432         link type, extract it as a directory even if its file name doesn't
9433         end with a slash.  Fixes extraction of NetBSD tar archives.
9435 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         * server.el (server-start): Also don't get confused by CRs since we
9438         don't quote them.
9440 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9442         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9443         (gdb-set-gud-minor-mode-existing-buffers)
9444         (gdb-info-breakpoints-custom, gdb-get-location)
9445         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9446         Previously gdb-create-define-alist wasn't always run and added to
9447         after-save-hook.
9449         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9451 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9453         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9454         comments like unindented ones.
9456 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9458         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9459         parameter origins.
9461 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9463         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9464         Bind print-level to ensure output forms aren't truncated if
9465         print-level is set to eval-expression-print-level when going via
9466         eval-defun and friends, or has been otherwise fiddled with.
9468 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * progmodes/cc-mode.el (c-basic-common-init): Don't set
9471         font-lock-extend-after-change-region-function globally.
9473 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
9475         * speedbar.el (speedbar-use-tool-tips-flag)
9476         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9477         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9478         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9479         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9480         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9481         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9482         (speedbar-separator-face): Fix typos in docstrings.
9483         (speedbar-stealthy-function-list, speedbar-verbosity-level)
9484         (speedbar-supported-extension-expressions, speedbar-update-current-file)
9485         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9486         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9487         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9488         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9489         (speedbar-check-vc-this-line, speedbar-files-line-directory)
9490         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9491         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9492         (speedbar-recenter): Doc fixes.
9493         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9494         declaration and remove redundant info in docstring.
9496 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
9498         * vc-git.el (vc-git-status-printer): Deal with directories.
9500         * vc.el (vc-next-action): Look at more than the first file to
9501         determine the state.
9503 2008-04-23  Glenn Morris  <rgm@gnu.org>
9505         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9506         timers.  Doc fix.
9507         (dframe-update-speed): Drop support for XEmacs < 20.
9508         (dframe-frame-mode): Drop support for Emacs < 20.
9509         (dframe-set-timer-internal): Drop support for Emacs without timers.
9510         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9512         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9513         versions.  Add doc-string.  Mark as obsolete.
9515         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9517         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9518         rather than using an Emacs version test.
9520         * tree-widget.el (tree-widget-image-enable): Use display-images-p
9521         rather than an Emacs version test.
9523         * calendar/cal-china.el (holiday-chinese-qingming)
9524         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9525         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9526         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9528         * calendar/cal-islam.el (holiday-islamic): Doc fix.
9530         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9531         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9532         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9534 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9536         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9537         (gdb-previous-frame-pc-address): ...to this.
9538         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9539         of "info frame" with Gdb 6.4+.
9540         (gdb-stack-list-frames-regexp): New regexp.
9541         (gdb-frame-handler-1): Parse output of -stack-info-frame.
9543 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
9545         * tar-mode.el (tar-prefix-offset): New constant.
9546         (tar-header-block-tokenize): Support paths with long names
9547         which use the "ustar" standard.
9549 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
9551         * image-dired.el (image-dired-track-original-file)
9552         (image-dired-modify-mark-on-thumb-original-file):
9553         Use `dired-goto-file' instead of `search-forward'.  This solves
9554         a bug with finding files where the file name is a subset of other
9555         file names.  Doc fix.
9557 2008-04-22  Juri Linkov  <juri@jurta.org>
9559         * menu-bar.el (buffers-menu-max-size): Move its definition down to
9560         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
9561         (yank-menu-length): Change group name `mouse' to `menu'.
9562         (buffers-menu-buffer-name-length): New user option.
9563         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9564         instead of the hard-coded number 27.
9566 2008-04-22  Juri Linkov  <juri@jurta.org>
9568         * isearch.el (eval-when-compile): Require `help-macro'.
9569         (isearch-help-for-help-internal): Isearch specific Help screen
9570         created by `make-help-screen'.
9571         (isearch-help-map): New variable that binds "b", "k", "m" to
9572         isearch-specific commands, and binds other keys to
9573         isearch-other-control-char, thus allowing other Help keys to
9574         exit isearch mode and execute their global definitions.
9575         (isearch-help-for-help, isearch-describe-bindings)
9576         (isearch-describe-key, isearch-describe-mode): New commands.
9577         (isearch-mode-help): Define alias to isearch-describe-mode
9578         and remove its old function definition.
9579         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9580         Remove old comments because this issue is settled now.
9581         (isearch-forward): Describe three new Help commands in the docstring.
9582         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9583         leave the single sentence at the first line of the docstring,
9584         and prepend the word "function" before `isearch-forward'
9585         to make the Help link to the function instead of variable.
9587 2008-04-22  Juri Linkov  <juri@jurta.org>
9589         * isearch.el (isearch-success-function): New variable with default
9590         to `isearch-success-function-default'.
9591         (isearch-search): Call a function from `isearch-success-function'
9592         instead of calling the hard-coded `isearch-range-invisible'.
9593         (isearch-success-function-default): New function that calls
9594         `isearch-range-invisible' and inverts its return value.
9596         * info.el (Info-search): In two similar places that skip
9597         undesired search matches move code to Info-search-success-function,
9598         and call `isearch-success-function' instead.
9599         (Info-search-success-function): New function copied from code
9600         in Info-search.  Replace isearch-range-invisible with
9601         text-property-not-all that checks for 'invisible and 'display
9602         properties to skip partially invisible matches (whose display
9603         properties were set by Info-fontify-node).
9604         (Info-mode): Set buffer-local isearch-success-function
9605         to Info-search-success-function.
9607 2008-04-22  Juri Linkov  <juri@jurta.org>
9609         * minibuffer.el (internal-complete-buffer-except): New function.
9611         * files.el (read-buffer-to-switch): New function.
9612         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9613         Change interactive spec to call read-buffer-to-switch instead of
9614         using the letter "B".
9616         * simple.el (minibuffer-default-add-shell-commands): New function.
9617         Use declare-function for mailcap-file-default-commands from "mailcap".
9618         (shell-command): Set local minibuffer-default-add-function to
9619         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9620         before calling read-shell-command.  Set 4th arg default-value of
9621         read-shell-command to relative buffer-file-name in file buffers.
9623         * dired-aux.el (dired-read-shell-command-default): Move it to
9624         gnus/mailcap.el and change its name to more general name
9625         mailcap-file-default-commands.
9626         (minibuffer-default-add-dired-shell-commands): New function.
9627         Use declare-function for mailcap-file-default-commands from "mailcap".
9628         (dired-read-shell-command): Set local minibuffer-default-add-function
9629         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9630         before calling read-shell-command.  Remove dired-read-shell-command-default
9631         from the default value arg because default values are not set in
9632         minibuffer-default-add-dired-shell-commands.  Doc fix.
9634         * dired-x.el (dired-smart-shell-command): Sync arguments and
9635         interactive spec with changes in `shell-command'.
9636         Use dired-get-filename to get the dired file name at point
9637         as the default value in dired mode.
9639 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9641         * info.el (Info-complete-menu-item): Add missing parenthesis.
9643 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9645         * info.el (Info-complete-menu-item): Save point.
9647 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9649         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9651 2008-04-22  Andreas Schwab  <schwab@suse.de>
9653         * Makefile.in (emacs-deps): Define.
9654         Use it instead of $(lisp)/subdirs.el.
9656 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
9658         * vc.el (vc-next-action): Do not consider directories when
9659         checking for state compatibility.
9660         (vc-transfer-file): Use when not if.
9661         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9662         (vc-dir-mark-file): Use them.
9663         (vc-deduce-fileset): Also return the backend.
9664         (vc-diff-internal): Take as argument the value returned by
9665         vc-deduce-fileset instead of just the fileset.
9666         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9667         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9668         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9670 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
9672         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9673         set-window-vscroll but image-scroll-down.  Fixes a bug where a
9674         command following SPC scrolled up again.
9676 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
9678         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9679         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9680         (gud-watch): Add "$" prefix when in registers buffer.
9682 2008-04-22  Glenn Morris  <rgm@gnu.org>
9684         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9686         * whitespace.el (whitespace-display-table)
9687         (whitespace-display-table-was-local): Move definitions before use.
9689         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9690         (copyright-limit): Respect copyright-at-end-flag.
9691         (copyright-re-search, copyright-start-point)
9692         (copyright-offset-too-large-p): New functions.
9693         (copyright-update-year): Use copyright-re-search.
9694         (copyright-update, copyright-fix-years): Use copyright-start-point,
9695         and copyright-re-search.
9696         (copyright): Use copyright-offset-too-large-p.
9697         * add-log.el (change-log-mode): Set copyright-at-end-flag.
9699         * add-log.el (top-level): Require 'cl when compiling.
9701 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9703         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9704         Treat minibuffer-completion-predicate as a predicate.
9706         * minibuffer.el (completion--file-name-table): Accept both the old
9707         `dir' arg or the new `pred' arg.
9709         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9710         `predicate' argument to pass non-predicate data.
9711         (ffap-read-url-internal, ffap-read-file-or-url-internal):
9712         Use second arg as proper predicate.
9714         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9715         (vc-bzr-revision-completion-table): Use completion-table-with-context
9716         instead.
9718         * simple.el (choose-completion-string): Use minibuffer-completion-table.
9720 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
9722         * term.el (term-emulate-terminal): Perform redisplay after the
9723         process filter has finished running.
9725 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9729         * minibuffer.el (completion-try-completion): Change magic symbol
9730         property name.  Rename from minibuffer-try-completion.
9731         (completion-all-completions): Rename from minibuffer-all-completions.
9732         Remove hide-spaces argument.
9733         (completion--do-completion): Rename from minibuffer--do-completion.
9734         (minibuffer-complete-and-exit): Call just try-completion rather than
9735         completion-try-completion to fix up the case.
9736         (completion--try-word-completion): Try to add space or hyphen before
9737         making `string' a prefix of `completion'.
9738         (completion--insert-strings): Rename from minibuffer--insert-strings.
9740 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9742         * net/tls.el (tls-program): Add -ign_eof argument to call the
9743         openssl commands.
9744         (tls-checktrust): Ditto.
9746 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
9748         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9750         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9751         (vc-check-master-templates, vc-file-not-found-hook)
9752         (vc-kill-buffer-hook):
9753         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9754         (vc-find-position-by-context, vc-buffer-context)
9755         (vc-restore-buffer-context, vc-responsible-backend)
9756         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9757         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9758         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9759         (vc-version-diff, vc-diff, vc-insert-headers)
9760         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9761         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9762         (vc-revert, vc-rollback, vc-version-backup-file)
9763         (vc-rename-master, vc-delete-file, vc-rename-file)
9764         (vc-branch-part, vc-default-retrieve-snapshot)
9765         (vc-annotate-display-autoscale, vc-annotate-display-select)
9766         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9767         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9768         (vc-dir-update): Handle directories.
9769         (vc-default-status-printer): Simplify.
9771         * progmodes/asm-mode.el (asm-mode-map):
9772         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9774         * progmodes/m4-mode.el (m4-mode-map): Add menu.
9776 2008-04-21  Kenichi Handa  <handa@m17n.org>
9778         * select.el (xselect-convert-to-string): Send a C_STRING only if
9779         the polymorphic target TEXT is requested.
9781 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
9783         * minibuffer.el (completion-setup-hook, display-completion-list)
9784         (completion--file-name-table): Fix typos in docstrings.
9785         (completion-table-dynamic): Fix typo, and reflow docstring.
9787 2008-04-20  Andreas Schwab  <schwab@suse.de>
9789         * server.el (server-switch-buffer): Also consider clients in the
9790         selected frame.
9792 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9794         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9795         Select window clicked on first.
9796         (gdb): Display thread number in mode-line.
9797         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9798         (gdb-breakpoints-header): New variable.
9799         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9801 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9803         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
9804         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9805         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9806         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9807         (vc-sccs-print-log): Use it.
9809         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9811         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9812         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9814         * tooltip.el (tooltip-previous-message): New var.
9815         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9816         the C code (avoid overwriting a minibuffer, restore previous echo
9817         message, ...).
9818         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9819         Simplify.
9821 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9823         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9824         (gdb-init-1): Initialise it.
9825         (gdb-annotation-rules): New entry for "new-thread".
9826         (gdb-thread-identification): New function to customize
9827         mode-line-buffer-identification.
9828         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9829         (gdb-assembler-mode): Use it.
9830         (gdb-threads-mode): Force "info threads" onto queue.
9832 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9834         * files.el (locate-file-completion-table): Rename from
9835         locate-file-completion and make it use `pred' in the normal way.
9836         (locate-file-completion): New compatibility wrapper.
9837         (load-library): Use locate-file-completion-table.
9838         * finder.el (finder-commentary):
9839         * subr.el (locate-library):
9840         * emacs-lisp/find-func.el (find-library): Likewise.
9841         * info.el: Use with-current-buffer and inhibit-read-only.
9842         (Info-read-node-name-2): Change to use `predicate' in the normal way.
9843         (Info-read-node-name-1): Adjust uses accordingly.
9845         * minibuffer.el (completion-table-with-context): Add support for `pred'.
9846         (completion-table-with-terminator): Don't use complete-with-action
9847         since we have to distinguish all three cases anyway.
9848         (completion-table-with-predicate): New function.
9849         (dynamic-completion-table): Add obsolete alias.
9851         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9853 2008-04-18  Sam Steingold  <sds@gnu.org>
9855         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9856         Use quit-window instead of bury-buffer.
9858 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9860         * minibuffer.el (completion-table-with-terminator): Fix last fix.
9862 2008-04-18  Andreas Schwab  <schwab@suse.de>
9864         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9865         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9866         Depend on $(lisp)/subdirs.el.
9868 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
9870         * descr-text.el (describe-char-after):
9871         Use `define-obsolete-function-alias'.
9873         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9875         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9877         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9878         Remove redundant obsolescence info in docstring.
9880         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9881         (vc-header-alist): Add WHEN to obsolescence declaration.
9882         (vc-state): Fix typo in docstring.
9884         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9885         Use `define-obsolete-variable-alias'.
9887         * emulation/tpu-edt.el (tpu-have-ispell):
9888         * international/codepage.el (codepage-setup):
9889         Fix typo in obsolescence declaration.
9891         * international/mule.el (char-coding-system-table):
9892         Remove redundant obsolescence info in docstring.
9893         (charset-list, generic-char-p, set-char-table-default):
9894         Fix typos in obsolescence declarations.
9896         * international/mule-diag.el (non-iso-charset-alist):
9897         Fix typo in obsolescence declaration.
9898         (decode-codepage-char): Remove redundant obsolescence info in docstring.
9900         * font-core.el (font-lock-defaults-alist):
9901         * font-lock.el (font-lock-reference-face):
9902         * frame.el (screen-height, screen-width, set-screen-width)
9903         (set-screen-height):
9904         * hilit-chg.el (highlight-changes-initial-state):
9905         * isearch.el (isearch-return-char):
9906         * log-edit.el (cvs-commit-buffer-require-final-newline)
9907         (cvs-changelog-full-paragraphs):
9908         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9909         (mouse-popup-menubar-stuff):
9910         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9911         (mouse-wheel-click-button):
9912         * outline.el (outline-visible):
9913         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9914         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9915         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9916         * progmodes/compile.el (compile-internal):
9917         Add WHEN to obsolescence declarations.
9919 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9921         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9922         is not better anyway.
9924 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9926         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9927         properly.
9929 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9931         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9932         (python-use-skeletons): Remove, unused.
9933         (python-skeletons): Remove.  Use the abbrev table instead.
9934         (python-mode-abbrev-table): Fix regexp;
9935         add enable-function and case-fixed.
9936         (def-python-skeleton): Simplify.
9937         (python-expand-template): Use the abbrev-table and abbrev-insert.
9938         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9939         Remove.
9940         (python-mode): Don't set pre-abbrev-expand-hook.
9942         * skeleton.el: Set coding-tag.
9944         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9945         (expand-abbrev): Use it.
9946         (abbrev-table-menu): New function.
9948         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9950         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9952 2008-04-17  Sam Steingold  <sds@gnu.org>
9954         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9955         idiosyncratic bury-buffer/delete-window logic.
9957 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
9959         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9960         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9962 2008-04-17  Kenichi Handa  <handa@m17n.org>
9964         * international/characters.el: Don't make the width of U+00AD to 0.
9966 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
9968         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9969         (gdb, gdb-starting, gdb-frames-mode): Use it.
9970         (gdb-invalidate-frames): Advise to call "info stack" only if
9971         execution has occurred.
9972         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9973         selected frame if no execution has occurred.
9974         (gdb-frames-force-update): New interactive function.
9975         (gdb-frames-mode-map): Bind it to "F".
9977 2008-04-17  Michael Olson  <mwolson@gnu.org>
9979         * textmodes/remember.el (remember-version): Release Remember 2.0.
9981 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
9983         * textmodes/artist.el:
9984         * progmodes/vhdl-mode.el:
9985         * progmodes/verilog-mode.el:
9986         * progmodes/vera-mode.el:
9987         * progmodes/simula.el:
9988         * progmodes/ps-mode.el:
9989         * progmodes/cmacexp.el:
9990         * obsolete/hilit19.el:
9991         * emulation/viper.el:
9992         * ediff.el: Cleanup the bug-report email addresses and make sure the
9993         maintainer is still willing to handle bug reports.
9995 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
9997         * vc.el (vc-dir-kill-query): Fix thinko.
9999 2008-04-16  Glenn Morris  <rgm@gnu.org>
10001         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10002         by diary-sexp-entry.
10004 2008-04-16  Markus Triska  <markus.triska@gmx.at>
10006         * proced.el (proced-command-alist): Add support for darwin.
10008 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * proced.el (proced-mode): Redefine as just the major-mode.
10011         (proced): Separate it from proced-mode.
10013         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10015 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10017         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10018         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
10019         `tab-width' setting from user.  New version 10.0.  Doc and docstring
10020         fix.
10021         (whitespace-style, whitespace-chars): Remove options.
10022         (whitespace-style-mark): New option, replace whitespace-style deleted
10023         option.  Fix docstring.
10024         (whitespace-style-color): New option, replace whitespace-chars deleted
10025         option.  Fix docstring.
10026         (whitespace-space, whitespace-hspace, whitespace-tab)
10027         (whitespace-newline, whitespace-trailing, whitespace-line)
10028         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10029         (whitespace-space-after-tab, whitespace-hspace-regexp)
10030         (whitespace-space-regexp, whitespace-tab-regexp)
10031         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10032         (whitespace-empty-at-eob-regexp, whitespace-line-column)
10033         (whitespace-toggle-option-alist): Fix docstring.
10034         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10035         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10036         docstring and initialization.
10037         (global-whitespace-mode): Autoloaded global minor mode.
10038         (whitespace-chars-value-list, whitespace-style-value-list)
10039         (whitespace-active-chars, whitespace-active-style)
10040         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10041         (whitespace-color-value-list): New var, replace
10042         whitespace-chars-value-list removed var.
10043         (whitespace-mark-value-list): New var, replace
10044         whitespace-style-value-list removed var.
10045         (whitespace-active-color): New var, replace whitespace-active-chars
10046         removed var.
10047         (whitespace-active-mark): New var, replace whitespace-active-style
10048         removed var.
10049         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10050         removed var.
10051         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10052         removed var.
10053         (whitespace-toggle-option-alist, whitespace-report-list)
10054         (whitespace-report-text, whitespace-help-text): Fix initialization.
10055         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10056         (whitespace-toggle-options, global-whitespace-toggle-options)
10057         (whitespace-cleanup-region, whitespace-report-region)
10058         (whitespace-interactive-char): Fix docstring and code.
10059         (whitespace-cleanup, whitespace-report): Fix docstring.
10060         (whitespace-replace-spaces-by-tabs): Remove fun.
10061         (whitespace-replace-action): New fun, replace
10062         whitespace-replace-spaces-by-tabs removed fun.
10063         (whitespace-regexp, whitespace-indentation-regexp)
10064         (whitespace-space-after-tab-regexp, whitespace-insert-value)
10065         (whitespace-kill-buffer): New funs.
10066         (whitespace-insert-option-mark, whitespace-help-on)
10067         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10068         (whitespace-color-on, whitespace-color-off)
10069         (whitespace-display-char-on): Fix code.
10071 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10073         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10074         (mouse-throw-magnifier-with-mouse-movement): Remove.
10075         (mouse-throw-magnifier-base): New const.
10076         (mouse-drag-scroll-delta): New fun.
10077         (mouse-drag-throw): Use it.
10079 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
10081         * international/uni-bidi.el, international/uni-category.el:
10082         * international/uni-combining.el, international/uni-comment.el:
10083         * international/uni-decimal.el, international/uni-decomposition.el:
10084         * international/uni-digit.el, international/uni-lowercase.el:
10085         * international/uni-mirrored.el, international/uni-name.el:
10086         * international/uni-numeric.el, international/uni-old-name.el:
10087         * international/uni-titlecase.el, international/uni-uppercase.el:
10088         * international/charprop.el: Regenerate.
10090 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
10092         * vc.el (vc-status-fileinfo): Add new member directoryp.
10093         (vc-default-status-printer): Print directories.
10094         (vc-status-update): Sort files before subdirectories.
10096         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10097         Add alternative implementation based on "cvs update".
10099 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
10101         * doc-view.el: Changed requirements section to tell that only one
10102         of dvipdf or dvipdfm is needed.
10103         (doc-view-already-converted-p): Fix bug that forced reconversion
10104         if doc was already converted.
10106 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         * minibuffer.el (minibuffer-message):
10109         Make sure we can put-text-property.
10111         * emacs-lisp/crm.el: Complete rewrite.
10113         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10114         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10115         case of an error in display-completion-list.
10117         * filecache.el (file-cache-completions-keymap): Move init from
10118         file-cache-completion-setup-function into declaration.
10119         (file-cache-minibuffer-complete): Simplify.
10120         (file-cache-completion-setup-function): Use standard-output,
10121         preserve current-buffer.
10123         * vc.el (vc-status-update): Fix typo.
10124         (vc-status-update): Set needs-update.
10125         (vc-status-refresh): Î·-reduce.
10127 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10129         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10130         to image-eol.
10132 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
10134         * vc.el (vc-status-update): Undo the previous revert.
10136 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * minibuffer.el (completion-table-with-terminator): Those completions
10139         are never valid w.r.t test-completion.
10140         (completion--file-name-table):
10141         Check completion-all-completions-with-base-size.
10143 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10145         * doc-view.el (doc-view-dvipdf-program): New variable.
10146         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10147         (doc-view-mode-p): Check for doc-view-dvipdf-program as
10148         alternative for doc-view-dvipdfm-program.
10149         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10151         * doc-view.el (doc-view-start-process): Don't set
10152         default-directory to "~/" if the current value is valid.
10153         This broke PS files that run other files in the same directory.
10155 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
10157         * vc.el (vc-status-kill-query): New function.
10158         (vc-status-mode): Add it to kill-buffer-query-functions.
10159         (vc-status-show-fileentry): New function.
10160         (vc-status-menu-map): Bind it.  Bind vc-next-action.
10162 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10164         * minibuffer.el (minibuffer-message): Put cursor at the right place.
10166 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10168         * proced.el (proced-send-signal): Fix error recognition.
10170 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10172         * proced.el (proced-command-alist): Remove sort column.
10173         (proced-command, proced-procname-column):
10174         Use make-variable-buffer-local.
10175         (proced-signal-function): Rename from proced-kill-program.
10176         Allow for elisp symbols and string values representing system calls.
10177         (proced-marker-regexp, proced-success-message): New functions.
10178         (proced): Use defalias.  Add autoload cookie.
10179         (proced-unmark-backward, proced-toggle-marks)
10180         (proced-hide-processes): New commands.
10181         (proced-do-mark): Simplify code.
10182         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10183         (proced-update): Remove sorting.
10184         (proced-send-signal): Display number of processes to operate on.
10185         Allow for system calls or elisp functions to send signals.
10186         Check if signal was sent successfully.
10188 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10190         * minibuffer.el (completion-all-completion-with-base-size): New var.
10191         (completion--some): New function.
10192         (completion-table-with-context, completion--file-name-table):
10193         Return the base-size if requested.
10194         (completion-table-in-turn): Generalize to multiple arguments.
10195         (complete-in-turn): Compatibility alias.
10196         (completion-styles-alist): New var.
10197         (completion-styles): New customization.
10198         (minibuffer-try-completion, minibuffer-all-completions):
10199         New functions.
10200         (minibuffer--do-completion, minibuffer-complete-and-exit)
10201         (minibuffer-try-word-completion): Use them.
10202         (display-completion-list, minibuffer-completion-help): Use them.
10203         Handle all-completions's new base-size info to set completion-base-size.
10204         * info.el (Info-read-node-name-1): Use completion-table-with-context,
10205         completion-table-with-terminator and complete-with-action.
10206         Remove the now obsolete completion-base-size-function property.
10207         * simple.el (completion-list-mode-map): Move init into declaration.
10208         (completion-list-mode): Use define-derived-mode.
10209         (completion-setup-function): Use any completion-base-size that may
10210         have been set before.  Remove handling of completion-base-size-function.
10211         * loadup.el: Move abbrev.el up earlier.
10213 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
10215         * vc-git.el (vc-git-after-dir-status-stage)
10216         (vc-git-dir-status-goto-stage): New functions.
10217         (vc-git-after-dir-status-stage1)
10218         (vc-git-after-dir-status-stage1-empty-db)
10219         (vc-git-after-dir-status-stage2): Remove, functionality moved
10220         into the new generic stage functions.
10221         (vc-git-dir-status-files): New function.
10223         * vc.el (vc-status-update): Revert an incorrect rewrite.
10224         Add some comments.
10225         (vc-status-refresh-files): New function.
10226         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10227         state of up-to-date files.
10228         (vc-default-dir-status-files): New function.
10230 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
10232         * minibuffer.el (completion--embedded-envvar-table)
10233         (read-file-name-internal): Fix typos in 2008-04-11 change.
10235         * faces.el (read-face-name): Use `completion-table-in-turn',
10236         not `complete-in-turn'.
10238 2008-04-13  Andreas Schwab  <schwab@suse.de>
10240         * progmodes/etags.el: Require 'cl when compiling.
10242 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
10244         * progmodes/gud.el (gud-menu-map): Expand tooltip.
10246         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10247         (menu): Add/expand menu tooltips.
10249 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
10251         * progmodes/sh-script.el (sh-show-indent): Fix typo.
10252         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10254         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10255         considered registered.
10257 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10259         * emacs-lisp/copyright.el (copyright-update-directory): New command.
10261         * ediff-wind.el (ediff-split-window-function)
10262         (ediff-merge-split-window-function): Improve custom type.
10264 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
10266         * loadup.el ("minibuffer"): Move after "faces".
10268 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10270         * progmodes/hideif.el (hif-factor): Handle unary minus.
10272 2008-04-12  Glenn Morris  <rgm@gnu.org>
10274         * calendar/cal-china.el (chinese-calendar-time-zone):
10275         Mark obsolete name as risky too.
10277         * calendar/calendar.el (calendar-faces): New custom group.
10278         (calendar-today, diary, holiday): Doc fix.
10279         Move to calendar-faces group.
10280         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10281         (diary-button): Doc fix.  Move to calendar-faces group.
10283         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10284         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10285         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10286         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10287         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10288         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10289         not in dumped files before the associated defcustom.
10291 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
10293         * minibuffer.el (lazy-completion-table): Fix debug spec.
10295 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10297         * minibuffer.el (complete-with-action, lazy-completion-table):
10298         Move from subr.el.
10299         (apply-partially, completion-table-dynamic)
10300         (completion-table-with-context, completion-table-with-terminator)
10301         (completion-table-in-turn): New funs.
10302         (completion--make-envvar-table, completion--embedded-envvar-table):
10303         New funs.
10304         (read-file-name-internal): Use them.
10305         (completion-setup-hook): Move from simple.el.
10306         * subr.el (complete-with-action, lazy-completion-table):
10307         * simple.el (completion-setup-hook): Move to minibuffer.el.
10309 2008-04-11  Glenn Morris  <rgm@gnu.org>
10311         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10313 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10315         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10317         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10319         * textmodes/fill.el (fill-forward-paragraph-function): New var.
10320         (fill-forward-paragraph): New fun.
10321         (fill-paragraph, fill-region): Use it.
10323         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10324         (vc-status-create-fileinfo): Make `extra' optional.
10325         (vc-status-busy): New fun.
10326         (vc-status-menu-map): Use it.
10327         (vc-status-crt-marked): Remove.
10328         (vc-status-update): Rename from vc-status-add-entries.
10329         Add argument so as to prevent addition of entries.  Rewrite.
10330         (vc-update-vc-status-buffer): Remove.
10331         (vc-status-refresh): Don't remove old entries, set them to
10332         up-to-date instead.  Also do it after the update is complete.
10333         (vc-status-marked-files): Î·-reduce.
10335         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10336         for non-dialogs.
10338         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10340         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10342 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
10344         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10345         to t and don't truncate msg.
10347 2008-04-11  Glenn Morris  <rgm@gnu.org>
10349         * calendar/calendar.el (diary, holidays):
10350         Move custom groups to other files.
10351         (holiday-general-holidays, holiday-oriental-holidays)
10352         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10353         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10354         (holiday-hebrew-holidays, holiday-christian-holidays)
10355         (holiday-islamic-holidays, holiday-bahai-holidays)
10356         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10357         * calendar/diary-lib.el: Move custom group here from calendar.el.
10358         * calendar/holidays.el: Move custom group and variables here
10359         from calendar.el.
10361         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10363         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10364         Fix custom group.
10365         (calendar-current-time-zone-cache): Autoload riskiness.
10367         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10369 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
10371         * woman.el (woman2-TH): Use string-equal instead of string-match.
10373 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10375         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10376         (smerge-resolve): Merge the "2-way refinement" case with one half of
10377         the "mere whitespace" resolution.
10379 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10381         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10383 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
10385         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10386         Add WHEN to obsolescence declaration.
10388         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10390 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10392         * vc-hooks.el (vc-state): Add new state `conflict'.
10393         (vc-after-save): Use when not if.
10394         (vc-default-mode-line-string): Deal with the conflict state.
10395         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10397         * vc.el (vc-editable-p, vc-default-status-printer)
10398         (vc-next-action): Deal with the conflict state.
10399         (vc-mark-resolved): New function.
10400         (vc-status-mode): Fix mode name.
10401         (vc-default-comment-history): Use when not if.
10402         (Todo): Add new entries, remove old ones.
10404         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10405         (vc-cvs-parse-status, vc-cvs-after-dir-status):
10406         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10407         Detect the conflict state.
10409         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10411 2008-04-10  Glenn Morris  <rgm@gnu.org>
10413         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10414         Respect truncate-partial-width-windows in non-full windows,
10415         with regards to :toggle and :enable state.
10417         * simple.el (toggle-truncate-lines): Doc fix.
10419         * Makefile.in (MH_E_DIR): New variable.
10420         (MH_E_SRC): Restore variable removed 2008-03-13.
10421         (mh-loaddefs.el): Depend on $MH_E_SRC.
10422         (CAL_DIR, CAL_SRC): New variables.
10423         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10424         Depend on CAL_SRC.
10426         * calendar/calendar.el (calendar, diary): Add :prefix.
10427         (holidays): Change :prefix.
10428         (calendar-today, holiday, calendar-holiday-marker)
10429         (european-calendar-style): Change custom groups.
10431         * calendar/calendar.el (diary-hook, diary-display-hook):
10432         Move to diary-lib.el.
10433         * calendar/diary-lib.el (diary-hook, diary-display-hook):
10434         Move here from calendar.el.
10435         * calendar/appt.el: Require diary-lib rather than calendar.
10436         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10438         * calendar/appt.el (appt): Add :prefix.
10440         * calendar/diary-lib.el (diary-hook): Doc fix.
10441         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10443 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10446         New functions.
10448         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10449         the arg to recursive calls.
10451 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10453         * minibuffer.el (completion-auto-help): Fix typo.
10455 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10457         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10459 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
10461         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10462         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10464 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10466         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10468         * minibuffer.el (minibuffer): Move group from cus-edit.el.
10469         (completion-auto-help): Move from C code.
10470         (minibuffer--maybe-completion-help): Remove.
10471         (minibuffer--bitset): New function.
10472         (minibuffer--do-completion): Rename from minibuffer-do-completion.
10473         Renumber a bit.  Really complete on string *before* point.
10474         Add argument used for word-completion.
10475         Join trailing / in completion with following text, as done in
10476         minibuffer-complete-word.
10477         Handle new value `lazy' for completion-auto-help.
10478         (minibuffer-try-word-completion): New function extracted from
10479         minibuffer-complete-word.
10480         (minibuffer-complete-word): Use minibuffer--do-completion.
10481         (minibuffer--insert-strings): Rename from
10482         minibuffer-complete-insert-strings.
10483         (exit-minibuffer): Fix typo.
10484         * cus-edit.el (minibuffer): Move group to minibuffer.el.
10485         * cus-start.el: Remove completion-auto-help.
10487 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
10489         * vc.el (vc-status-add-entries): New function.
10490         (vc-status-add-entry): Remove.
10491         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10492         Use vc-status-add-entries.
10494         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10495         order.
10497 2008-04-09  Jason Rumney  <jasonr@gnu.org>
10499         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10500         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10501         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10502         (AUTOGENEL): New variable.
10503         (distclean, maintainer-clean): New targets.
10505 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10507         * emacs-lisp/regexp-opt.el (regexp-opt):
10508         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10510 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
10512         * nxml/nxml-mode.el (nxml-cleanup): New function.
10513         (nxml-mode): Add it to change-major-mode-hook.
10515 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10517         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10519 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10521         * calc/.cvsignore: New file.
10523 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10525         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10527         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10528         show-help-function when turning tooltip off.
10529         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10530         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10532 2008-04-09  Alan Mackenzie  <acm@muc.de>
10534         * font-lock.el (font-lock-extend-after-change-region-function):
10535         Make it buffer local.
10537 2008-04-09  Glenn Morris  <rgm@gnu.org>
10539         * calendar/calendar.el (diary-file, european-calendar-style):
10540         Remove autoload cookies.
10542 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10544         * outline.el (outline-mode-menu-bar-map):
10545         * log-view.el (log-view-mode-menu):
10546         * log-edit.el (log-edit-menu): Add :help.
10548 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10550         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10551         Use substring-no-properties for correct handling of unibyte strings.
10553 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10555         * add-log.el (change-log-next-buffer): Handle the case where version<
10556         signals an error.
10558         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10559         mouse-major-mode-menu.
10560         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10561         (mouse-major-mode-menu, mouse-popup-menubar)
10562         (mouse-popup-menubar-stuff): Use them.
10563         (C-down-mouse-3): Bind to a dynamic map rather than to
10564         mouse-popup-menubar-stuff.
10566         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10567         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10569 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10571         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10572         file:// access method.
10574 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10576         * minibuffer.el: New file.
10577         * loadup.el: Load it.
10579 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10581         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10582         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
10584         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10585         (calc-mode-map, calc-digit-map, calc-dispatch-map):
10586         Move initialization into declaration.
10587         * calc/calc-yank.el:
10588         * calc/calc-misc.el:
10589         * calc/calc-embed.el:
10590         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
10592 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
10594         * ps-samp.el (ps-add-printer, ps-remove-printer)
10595         (ps-make-dynamic-printer-menu): New functions.
10597         * net/zeroconf.el: New file.
10599 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10601         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10603 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10605         * vc-rcs.el (vc-rcs-modify-change-comment):
10606         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10608         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10610 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
10612         * international/mule-cmds.el (set-locale-environment): Don't warn if
10613         coding system doesn't agree with system locale (this reverts changes
10614         by Dave Love, dated 2002-10-27 and 2002-10-09).
10616         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10617         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10619         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10621 2008-04-08  Glenn Morris  <rgm@gnu.org>
10623         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10624         * textmodes/remember.el (remember-diary-convert-entry):
10625         Require calendar.
10627         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10628         diary-file, since it is the default for make-diary-entry anyway.
10630         * calendar/cal-menu.el (cal-menu-event-to-date):
10631         Rename calendar-event-to-date.  Update callers.
10632         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10633         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10634         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10635         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10636         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10637         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10638         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10639         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10640         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10641         (calendar-mouse-tex-month-landscape):
10642         Rename cal-tex-mouse-month-landscape.
10643         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10644         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10645         (calendar-mouse-tex-year-landscape):
10646         Rename cal-tex-mouse-year-landscape.
10647         (cal-menu-context-mouse-menu): Update for above name changes.
10649         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10650         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10651         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10652         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10653         * calendar/holidays.el: Replace int-to-string with number-to-string.
10655 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
10657         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10658         region if point moves.
10660 2008-04-08  Kenichi Handa  <handa@m17n.org>
10662         * faces.el (font-slant-table): Change numeric values for `r',
10663         `roman', and `normal'.
10665 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
10667         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10669 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
10671         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10672         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
10674 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
10676         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10677         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
10679 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10683 2008-04-07  Sam Steingold  <sds@gnu.org>
10685         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10686         Add helper functions.
10687         (lisp-do-defun): Extract the common part of lisp-eval-defun and
10688         lisp-compile-defun; DEFVAR forms reset the variables to the init
10689         values, just like in emacs-lisp mode eval-defun.
10690         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10691         (lisp-compile-region): Use lisp-compile-string.
10693 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10695         * subr.el (combine-and-quote-strings): Also quote strings that contain
10696         the separator.
10698         * pcvs-util.el (cvs-map): Avoid recursion :-(
10700 2008-04-07  Glenn Morris  <rgm@gnu.org>
10702         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10704         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10705         view-diary-entries-initially.  Keep old name as alias, update users.
10706         (calendar-mark-diary-entries-flag): Rename
10707         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
10708         (calendar-view-holidays-initially-flag): Rename
10709         view-calendar-holidays-initially.  Keep old name as alias, update users.
10710         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10711         Keep old name as alias, update users.
10712         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10713         Keep old name as alias, update users.
10714         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10715         Keep old name as alias, update users.
10716         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10717         Keep old name as alias, update users.
10718         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
10719         (diary-american-date-forms): Rename american-date-diary-pattern.
10720         Keep old name as alias, update users.
10721         (diary-european-date-forms): Rename european-date-diary-pattern.
10722         Keep old name as alias, update users.
10723         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10724         Keep old name as alias, update users.
10725         (calendar-european-date-display-form): Rename
10726         european-calendar-display-form.  Keep old name as alias, update users.
10727         (calendar-american-date-display-form): Rename
10728         european-calendar-display-form.  Keep old name as alias, update users.
10729         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10730         Keep old name as alias, update users.
10731         (holiday-general-holidays): Rename general-holidays.
10732         Keep old name as alias, update users.
10733         (holiday-oriental-holidays): Rename oriental-holidays.
10734         Keep old name as alias, update users.
10735         (holiday-local-holidays): Rename local-holidays.
10736         Keep old name as alias, update users.
10737         (holiday-other-holidays): Rename other-holidays.
10738         Keep old name as alias, update users.
10739         (holiday-hebrew-holidays): Rename hebrew-holidays.
10740         Keep old name as alias, update users.
10741         (holiday-christian-holidays): Rename christian-holidays.
10742         Keep old name as alias, update users.
10743         (holiday-islamic-holidays): Rename islamic-holidays.
10744         Keep old name as alias, update users.
10745         (holiday-bahai-holidays): Rename bahai-holidays.
10746         Keep old name as alias, update users.
10747         (holiday-solar-holidays): Rename solar-holidays.
10748         Keep old name as alias, update users.
10749         (diary-fancy-buffer): Rename fancy-diary-buffer.
10750         Keep old name as alias, update users.
10751         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10752         Update users.
10753         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10754         Update users.
10755         (calendar-increment-month): Rename increment-calendar-month.
10756         Keep old name as alias, update callers.
10757         (calendar-increment-month-cons): Rename old calendar-increment-month.
10758         Update callers.
10759         (calendar-extract-month): Rename extract-calendar-month.
10760         Keep old name as alias, update callers.
10761         (calendar-extract-day): Rename extract-calendar-day.
10762         Keep old name as alias, update callers.
10763         (calendar-extract-year): Rename extract-calendar-year.
10764         Keep old name as alias, update callers.
10765         (calendar-generate-window): Rename generate-calendar-window.
10766         Update callers.
10767         (calendar-generate): Rename generate-calendar.  Update callers.
10768         (calendar-generate-month): Rename generate-calendar-month.
10769         Update callers.
10770         (calendar-redraw): Rename redraw-calendar.  Update callers.
10771         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
10772         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10773         Update callers.
10774         (calendar-update-mode-line): Rename update-calendar-mode-line.
10775         Update callers.
10776         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
10777         update callers.
10778         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10779         Keep old name as alias, update callers.
10780         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10781         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10782         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10783         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10784         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10785         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10786         * calendar/solar.el: Update for calendar.el name changes.
10787         * org/org.el (org-agenda-format-date-aligned)
10788         (org-agenda-execute-calendar-command): Access date elements directly
10789         rather than using calendar functions.
10790         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10791         Also set calendar-view-diary-initially-flag,
10792         calendar-view-holidays-initially-flag.
10793         (org-get-entries-from-diary): Also set diary-fancy-buffer.
10794         (org-agenda-execute-calendar-command): No need to set displayed-day.
10796 2008-04-06  Alan Mackenzie  <acm@muc.de>
10798         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10799         typo in the doc string.
10801         * progmodes/cc-mode.el (c-basic-common-init):
10802         Set font-lock-extend-after-change-region-function.
10803         (c-extend-after-change-region): New function, used in
10804         font-lock-extend-after-change-region-function, thus superseding
10805         advice on the Font Lock after change functions.
10806         (c-advise-fl-for-region): Remove this macro.
10808 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10810         * textmodes/flyspell.el (flyspell-duplicate-distance):
10811         Improve custom type.
10813 2008-04-06  Glenn Morris  <rgm@gnu.org>
10815         * calendar/diary-lib.el (diary-sexp-entry-symbol):
10816         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
10817         (diary-list-entries-hook): Rename list-diary-entries-hook.
10818         Keep old name as alias, update users.
10819         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10820         Keep old name as alias, update users.
10821         (diary-nongregorian-listing-hook): Rename
10822         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
10823         (diary-nongregorian-marking-hook): Rename
10824         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
10825         (diary-print-entries-hook): Rename print-diary-entries-hook.
10826         Keep old name as alias, update users.
10827         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10828         Keep old name as alias, update users.
10829         (diary-number-of-entries): Rename number-of-diary-entries.
10830         Keep old name as alias, update users.
10831         (view-diary-entries, list-diary-entries, show-all-diary-entries):
10832         Give version of obsolescence.
10833         (diary-view-other-diary-entries): Rename view-other-diary-entries.
10834         Keep old name as alias, update callers.
10835         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
10836         update callers.
10837         (diary-include-other-diary-files): Rename include-other-diary-files.
10838         Keep old name as alias, update callers.
10839         (diary-simple-display): Rename simple-diary-display.
10840         Keep old name as alias, update callers.
10841         (diary-fancy-display): Rename fancy-diary-display.
10842         Keep old name as alias, update callers.
10843         (diary-print-entries): Rename print-diary-entries.
10844         Keep old name as alias, update callers.
10845         (diary-marking-entries-flag): Rename marking-diary-entries.
10846         Update users.
10847         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
10848         (diary-mark-entries): Rename mark-diary-entries.
10849         Keep old name as alias, update callers.
10850         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10851         Keep old name as alias, update callers.
10852         (diary-mark-included-diary-files): Rename mark-included-diary-files.
10853         Keep old name as alias, update callers.
10854         (calendar-mark-days-named): Rename mark-calendar-days-named.
10855         Keep old name as alias, update callers.
10856         (calendar-mark-month): Rename mark-calendar-month.
10857         Keep old name as alias, update callers.
10858         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10859         Keep old name as alias, update callers.
10860         (diary-sort-entries): Rename sort-diary-entries.
10861         Keep old name as alias, update callers.
10862         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10863         Keep old name as alias, update callers.
10864         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
10865         update callers.
10866         (diary-insert-entry): Rename insert-diary-entry.
10867         Keep old name as alias.
10868         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10869         Keep old name as alias.
10870         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10871         Keep old name as alias.
10872         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10873         Keep old name as alias.
10874         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10875         Keep old name as alias.
10876         (diary-insert-block-entry): Rename insert-block-diary-entry.
10877         Keep old name as alias.
10878         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10879         Keep old name as alias.
10880         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10881         Keep old name as alias, update users.
10882         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10883         Keep old name as alias, update callers.
10884         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10885         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10886         * calendar/icalendar.el: Update for diary-lib name changes.
10888 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
10890         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10892         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10893         for copy, move, and link operations.
10895 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10897         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10898         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10900         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
10901         'require' statements with 1-argument ones (wrapped in if's).
10902         For compatibility with the current stable version of XEmacs.
10904 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
10906         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10908 2008-04-06  Jason Rumney  <jasonr@gnu.org>
10910         * language/burmese.el ("Burmese"): Make sample text consistent with
10911         language name.
10913 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
10915         * progmodes/gdb-ui.el (gdb): New group.
10916         (gdb-debug-log-max, gdb-enable-debug)
10917         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10918         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10919         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10920         (gdb-show-changed-values, gdb-max-children)
10921         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10922         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10923         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10924         (gdb-memory-unit): Move to new group from GUD group.
10925         (menu): Allow customization from GDB-UI menu-item.
10927 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10929         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10931 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10933         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10934         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10935         Revision numbers can include ".".
10937         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10938         "+" lines not accounted for by counting "-" and context lines.
10940 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10942         * term/mac-win.el (mac-service-open-file): Use file URL instead of
10943         file name string.
10945 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10947         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10948         (vc-bzr-annotate-time): Accept space used to preserve alignment.
10950 2008-04-05  Richard Stallman  <rms@gnu.org>
10952         * emacs-lisp/advice.el (defadvice): Add usage pattern.
10954 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
10956         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10957         thread in [h-e-w]).
10959 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
10961         * files.el (abort-if-file-too-large): Fix typo in docstring.
10963 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10965         * subr.el (functionp): Return nil for special forms.
10967 2008-04-05  Glenn Morris  <rgm@gnu.org>
10969         * emacs-lisp/autoload.el (autoload-ensure-default-file):
10970         Provide a feature.
10971         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10972         Require loaddefs file rather than loading it.
10973         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10974         autoload-ensure-default-file provides a feature.
10976         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10977         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10978         (compile, compile-always, recompile): Use $LOADDEFS.
10979         (cal-autoloads): Remove.
10981         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10982         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
10984         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10985         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10987         * calendar/calendar.el (diary-hebrew-entry-symbol):
10988         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
10989         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10990         Keep old name as alias.
10991         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10992         Keep old name as alias.
10993         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10994         to diary-bahai-entry-symbol.
10995         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10996         to diary-hebrew-entry-symbol.
10997         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10998         to diary-islamic-entry-symbol.
10999         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11001         * calendar/solar.el (diary-sabbath-candles-minutes)
11002         (diary-sabbath-candles): Move to cal-hebrew.
11003         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11004         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11005         Doc fix.  Keep old name as alias.
11006         (diary-hebrew-sabbath-candles): Simplify.
11007         (solar-setup, solar-sunrise-sunset, calendar-latitude)
11008         (calendar-longitude, calendar-time-zone): Declare for compiler.
11009         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11010         rename.
11012         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11013         Rename coptic-calendar-month-name-array.  Update callers.
11014         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
11015         (calendar-coptic-name): Rename coptic-name.  Update callers.
11016         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11017         Update callers.
11018         (calendar-coptic-last-day-of-month):
11019         Rename coptic-calendar-last-day-of-month.  Update callers.
11020         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11021         Keep old name as alias, update callers.
11022         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11023         Keep old name as alias, update callers.
11024         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11025         Keep old name as alias.
11026         (calendar-ethiopic-month-name-array):
11027         Rename ethiopic-calendar-month-name-array.  Update callers.
11028         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11029         Update callers.
11030         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
11031         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11032         Keep old name as alias, update callers.
11033         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11034         Keep old name as alias, update callers.
11035         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11036         Keep old name as alias.
11038         * calendar/cal-french.el (calendar-french-epoch):
11039         Rename french-calendar-epoch.  Update callers.
11040         (calendar-french-month-name-array): Rename variable and function
11041         french-calendar-month-name-array.  Update callers.
11042         (calendar-french-multibyte-month-name-array):
11043         Rename french-calendar-multibyte-month-name-array.  Update callers.
11044         (calendar-french-day-name-array): Rename variable and function
11045         french-calendar-day-name-array.  Update callers.
11046         (calendar-french-special-days-array): Rename variable and function
11047         french-calendar-special-days-array.  Update callers.
11048         (calendar-french-multibyte-special-days-array):
11049         Rename french-calendar-multibyte-special-days-array.  Update callers.
11050         (calendar-french-accents-p): Rename french-calendar-accents.
11051         Update callers.
11052         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11053         Update callers.
11054         (calendar-french-last-day-of-month):
11055         Rename french-calendar-last-day-of-month.  Update callers.
11056         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11057         Keep old name as alias, update callers.
11058         (calendar-french-print-date): Rename calendar-print-french-date.
11059         Keep old name as alias, update callers.
11060         (calendar-french-goto-date): Rename calendar-goto-french-date.
11061         Keep old name as alias.
11063         * calendar/cal-menu.el, calendar/calendar.el:
11064         Update for Coptic and French name changes.
11066         * calendar/cal-china.el (calendar-chinese): Rename custom group
11067         from chinese-calendar.  Update users.
11068         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11069         Keep old name as alias, update users.
11070         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11071         Keep old name as alias.
11072         (calendar-chinese-daylight-time-offset):
11073         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
11074         update users.
11075         (calendar-chinese-standard-time-zone-name):
11076         Rename chinese-calendar-standard-time-zone-name.
11077         Keep old name as alias, update users.
11078         (calendar-chinese-daylight-saving-start):
11079         Rename chinese-calendar-daylight-savings-starts.
11080         Keep old name as alias, update users.
11081         (calendar-chinese-daylight-saving-end):
11082         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
11083         update users.
11084         (calendar-chinese-daylight-saving-start-time):
11085         Rename chinese-calendar-daylight-savings-starts-time.
11086         Keep old name as alias, update users.
11087         (calendar-chinese-daylight-saving-end-time):
11088         Rename chinese-calendar-daylight-savings-ends-time.
11089         Keep old name as alias, update users.
11090         (calendar-chinese-celestial-stem): Rename
11091         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
11092         (calendar-chinese-terrestrial-branch):
11093         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
11094         update users.
11095         (calendar-chinese-zodiac-sign-on-or-after):
11096         Rename chinese-zodiac-sign-on-or-after.  Update callers.
11097         (calendar-chinese-new-moon-on-or-after):
11098         Rename chinese-new-moon-on-or-after.  Update callers.
11099         (calendar-chinese-month-list): Rename chinese-month-list.
11100         Update callers.
11101         (calendar-chinese-number-months): Rename number-chinese-months.
11102         Update callers.
11103         (calendar-chinese-compute-year): Rename compute-chinese-year.
11104         Update callers.
11105         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
11106         (calendar-chinese-year): Rename chinese-year.  Update callers.
11107         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11108         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11109         Keep old name as alias, update callers.
11110         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11111         Keep old name as alias, update callers.
11112         (calendar-chinese-months-to-alist):
11113         Rename make-chinese-month-assoc-list.  Update callers.
11114         (calendar-chinese-months): Rename chinese-months.  Update callers.
11115         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11116         Keep old name as alias, update callers.
11118         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11119         Rename hebrew-calendar-leap-year-p.  Update callers.
11120         (calendar-hebrew-last-month-of-year):
11121         Rename hebrew-calendar-last-month-of-year.  Update callers.
11122         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11123         Update callers.
11124         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11125         Update callers.
11126         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11127         Update callers.
11128         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11129         Update callers.
11130         (calendar-hebrew-last-day-of-month):
11131         Rename hebrew-calendar-last-day-of-month.  Update callers.
11132         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11133         Keep old name as alias, update callers.
11134         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11135         Keep old name as alias, update callers.
11136         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11137         Keep old name as alias, update callers.
11138         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11139         Keep old name as alias.
11140         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11141         Keep old name as alias.
11142         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11143         Keep old name as alias.
11144         (holiday-hebrew-passover): Rename holiday-passover-etc.
11145         Keep old name as alias.
11146         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11147         Keep old name as alias, update callers.
11148         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11149         Keep old name as alias.
11150         (calendar-hebrew-mark-date-pattern):
11151         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
11152         update callers.
11153         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11154         Keep old name as alias.
11155         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11156         Keep old name as alias.
11157         (diary-hebrew-insert-monthly-entry):
11158         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
11159         (diary-hebrew-insert-yearly-entry):
11160         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
11161         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11162         Keep old name as alias.
11163         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
11164         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
11165         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11166         Keep old name as alias.
11167         (calendar-hebrew-parashiot-names):
11168         Rename hebrew-calendar-parashiot-names.  Update callers.
11169         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11170         (calendar-hebrew-year-Saturday-incomplete-Sunday):
11171         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11172         (calendar-hebrew-year-Saturday-complete-Tuesday):
11173         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11174         (calendar-hebrew-year-Monday-incomplete-Tuesday):
11175         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11176         (calendar-hebrew-year-Monday-complete-Thursday):
11177         Rename hebrew-calendar-year-Monday-complete-Thursday.
11178         (calendar-hebrew-year-Tuesday-regular-Thursday):
11179         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11180         (calendar-hebrew-year-Thursday-regular-Saturday):
11181         Rename hebrew-calendar-year-Thursday-regular-Saturday.
11182         (calendar-hebrew-year-Thursday-complete-Sunday):
11183         Rename hebrew-calendar-year-Thursday-complete-Sunday.
11184         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11185         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11186         (calendar-hebrew-year-Saturday-complete-Thursday):
11187         Rename hebrew-calendar-year-Saturday-complete-Thursday.
11188         (calendar-hebrew-year-Monday-incomplete-Thursday):
11189         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11190         (calendar-hebrew-year-Monday-complete-Saturday):
11191         Rename hebrew-calendar-year-Monday-complete-Saturday.
11192         (calendar-hebrew-year-Tuesday-regular-Saturday):
11193         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11194         (calendar-hebrew-year-Thursday-incomplete-Sunday):
11195         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11196         (calendar-hebrew-year-Thursday-complete-Tuesday):
11197         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11198         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
11199         Update for above name changes of constants.
11201         * calendar/cal-menu.el, calendar/calendar.el:
11202         Update for chinese and hebrew name changes.
11203         * calendar/diary-lib.el: Update for hebrew name changes.
11205 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11207         * subr.el (keymap-canonicalize): Correct thinko.
11209         * server.el: Undo part of the multi-tty change, which is only
11210         needed if server.el is preloaded, and broke server-running-p.
11211         (server-socket-dir): Initialize in the defvar, as before.
11212         (server-start): Remove initialization of server-socket-dir.
11214 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
11216         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11217         3-member cons cells.
11219 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11221         * cus-face.el (custom-face-attributes): Handle roman slant.
11223         * faces.el (default): Ensure the face-defface-spec property is set.
11225 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
11227         * files.el (abort-if-file-too-large): New function.
11228         (find-file-noselect, insert-file-1): Use it.
11230 2008-04-05  Reto Zimmermann  <reto@gnu.org>
11232         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11233         Replace C-c[a-zA-Z] key bindings.
11235 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11237         * progmodes/hideif.el (hif-token-alist): New var.
11238         (hif-token-regexp, hif-tokenize): Use it.
11239         (hif-mathify-binop): New macro.
11240         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11241         (hif-greater-equal, hif-less-equal): Use it.
11242         (hif-logior, hif-logand): New functions.
11243         (hif-math): Accept | and & as well.
11245         * progmodes/etags.el: Fix problem with completion for buffer-local
11246         tables.  Reported by Radey Shouman <shouman@comcast.net>.
11247         (tags-complete-tag): Remove.
11248         (tags-lazy-completion-table): New function to replace it.
11249         (find-tag-tag, complete-tag): Update users.
11251 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11253         * vc-rcs.el (vc-rcs-dir-status):
11254         * vc-sccs.el (vc-sccs-dir-status): New function.
11256         * outline.el (outline-mode-menu-bar-map):
11257         * term.el (terminal-signal-menu): Add :help.
11259         * net/eudc.el (eudc-mode-map): Declare and define in one step.
11260         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11262         * emacs-lisp/re-builder.el (reb-mode-map):
11263         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11265         * diff-mode.el (diff-file-junk-re): Recognize the git format for
11266         new files, deleted files and for changing permissions.
11267         (diff-mode): Set beginning-of-defun-function and
11268         end-of-defun-function.
11270         * vc-bzr.el (vc-bzr-state): Use when instead of if.
11272         * vc.el (vc-default-status-fileinfo-extra): New function.
11273         (vc-status-mark-buffer-changed): Use it.
11274         (vc-update-vc-status-buffer): Allow for partial updates.
11276 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11278         * net/tramp.el (after-init-hook): Don't wrap a lambda around
11279         tramp-register-completion-file-name-handler.
11281         * subr.el (keymap-canonicalize): New function.
11282         * mouse.el (mouse-menu-non-singleton): Use it.
11283         (mouse-major-mode-menu): Remove hack made unnecessary.
11285         * simple.el (set-fill-column): Prompt rather than error by default.
11287 2008-04-04  Andreas Schwab  <schwab@suse.de>
11289         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11290         Reset new-rules after each round.
11292         * Makefile.in (cal-autoloads): New target.
11293         (compile, compile-always, recompile): Depend on it.
11294         ($(lisp)/calendar/cal-loaddefs.el)
11295         ($(lisp)/calendar/diary-loaddefs.el)
11296         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11298 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11300         * ediff*.el: Replace load with require in eval-when-compile.
11302         * ediff-hook.el: Delete all invocations of (autoload ...).
11304         * ediff-util.el (ediff-setup): Make window-min-height a local variable
11305         in ediff control window, and set its min height to 2.
11306         (ediff-setup-control-buffer): Dedicate the control window.
11307         (ediff-toggle-multiframe): Undedicate control window.
11308         Work directly with ediff-setup-windows-multiframe and
11309         ediff-setup-windows-plain.
11311         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11312         New function.
11313         (ediff-window-setup-function): Change initialization.
11314         (ediff-setup-windows-automatic): Delete.
11315         (ediff-setup-windows-plain-merge): Make control window dedicated.
11316         (ediff-destroy-control-frame): Do not skip frames if working in a
11317         single frame.
11319         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11320         eval-when-compile.
11322         * emulation/viper-util.el: Move provide's forward, prevent recursion in
11323         eval-when-compile.
11325 2008-04-04  Glenn Morris  <rgm@gnu.org>
11327         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11328         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
11330         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11331         Rename islamic-calendar-leap-year-p.  Update callers.
11332         (calendar-islamic-last-day-of-month):
11333         Rename islamic-calendar-last-day-of-month.  Update callers.
11334         (calendar-islamic-day-number):
11335         Rename islamic-calendar-day-number.  Update callers.
11336         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11337         Update callers, keep old name as alias.
11338         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11339         Update callers, keep old name as alias.
11340         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11341         Keep old name as alias.
11342         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11343         Update callers, keep old name as alias.
11344         (calendar-islamic-mark-date-pattern):
11345         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
11346         name as alias.
11347         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11348         Keep old name as alias.
11349         (diary-islamic-insert-monthly-entry):
11350         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
11351         (diary-islamic-insert-yearly-entry):
11352         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
11354         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11355         calendar-absolute-from-iso.  Update callers, keep old name as alias.
11356         (calendar-iso-print-date): Rename calendar-print-iso-date.
11357         Update callers, keep old name as alias.
11358         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11359         Keep old name as alias.
11360         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11361         Keep old name as alias.
11363         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11364         calendar-absolute-from-julian.  Update callers, keep old name as alias.
11365         (calendar-julian-print-date): Rename calendar-print-julian-date.
11366         Update callers, keep old name as alias.
11367         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11368         Update callers, keep old name as alias.
11369         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11370         Update callers, keep old name as alias.
11371         (calendar-astro-print-day-number):
11372         Rename calendar-print-astro-day-number.  Update callers, keep old
11373         name as alias.
11374         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11375         Update callers, keep old name as alias.
11377         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11378         Rename calendar-string-to-mayan-long-count.  Update callers.
11379         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11380         Update callers, keep old name as alias.
11381         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11382         Update callers.
11383         (calendar-mayan-read-tzolkin-date):
11384         Rename calendar-read-mayan-tzolkin-date.  Update callers.
11385         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11386         Keep old name as alias.
11387         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11388         Keep old name as alias.
11389         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11390         Keep old name as alias.
11391         (calendar-mayan-previous-tzolkin-date):
11392         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
11393         (calendar-mayan-next-round-date):
11394         Rename calendar-next-calendar-round-date.  Keep old name as alias.
11395         (calendar-mayan-previous-round-date):
11396         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
11397         (calendar-mayan-long-count-to-absolute): Rename
11398         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
11399         (calendar-mayan-goto-long-count-date):
11400         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
11402         * calendar/cal-persia.el (calendar-persian-month-name-array):
11403         Rename persian-calendar-month-name-array.  Update callers.
11404         (calendar-persian-epoch): Rename persian-calendar-epoch.
11405         Update callers.
11406         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11407         Update callers.
11408         (calendar-persian-last-day-of-month):
11409         Rename persian-calendar-last-day-of-month.  Update callers.
11410         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11411         Update callers, keep old name as alias.
11412         (calendar-persian-print-date): Rename calendar-print-persian-date.
11413         Update callers, keep old name as alias.
11414         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11415         Keep old name as alias.
11417         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11418         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11419         * calendar/solar.el: Update for cal-julian name changes.
11421         * calendar/cal-dst.el: Update for persian name changes.
11423         * calendar/cal-menu.el, calendar/calendar.el:
11424         Update for islamic, iso, julian, mayan, persian name changes.
11426         * calendar/diary-lib.el: Update for islamic name changes.
11428         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11429         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
11430         as alias.
11431         (calendar-christian-all-holidays-flag):
11432         Rename all-christian-calendar-holidays.  Update callers, keep old
11433         name as alias.
11434         (calendar-islamic-all-holidays-flag):
11435         Rename all-islamic-calendar-holidays.  Update callers, keep old
11436         name as alias.
11437         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11438         Update callers, keep old name as alias.
11439         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11440         Update for the above name changes.
11442 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
11444         * hilit-chg.el (global-highlight-changes-mode)
11445         (highlight-changes-passive-string, highlight-changes-active-string):
11446         Mark as obsolete since 23.1, not 22.1.
11448 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
11450         * hilit-chg.el (highlight-changes-visibility-initial-state)
11451         (hilit-chg-update, highlight-changes-mode-turn-on):
11452         Fix typos in docstrings.
11454 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
11456         * newcomment.el (comment-enter-backward): Be careful to restore
11457         position changed during narrowing.
11459 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
11461         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11462         Recognize `sub ($$)'.
11464 2008-04-03  Richard Sharman  <rsharman@pobox.com>
11466         * hilit-chg.el (highlight-changes-mode): Rename from
11467         highlight-changes; no longer uses sub-modes active and passive;
11468         implemented by define-minor-mode.
11469         (highlight-changes-toggle-visibility): New function, to replace
11470         the old passive/active submodes of global-highlight-changes-mode;
11471         implemented by define-minor-mode.
11472         (global-highlight-changes-mode): Rename from global-highlight-changes;
11473         rewrite using define-globalized-minor-mode.
11474         (hilit-chg-major-mode-hook, hilit-chg-check-global)
11475         (hilit-chg-post-command-hook, hilit-chg-check-global)
11476         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11477         to use of define-globalized-minor-mode.
11478         (highlight-changes-global-initial-state): Change to be boolean.
11479         (highlight-changes-visible-string, highlight-changes-invisible-string):
11480         Rename from highlight-changes-active-string and
11481         highlight-changes-passive-string.
11482         (hilit-chg-update, hilit-chg-set): Use them.
11483         (global-highlight-changes-mode): Rename from global-highlight-changes.
11484         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11485         docstring.
11486         (hilit-chg-hide-changes): Rewrite to use dolist.
11487         (hilit-chg-set-face-on-change, hilit-chg-update)
11488         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11489         variable instead of testing highlight-changes-mode.
11490         (highlight-markup-buffers): Add require ediff-util; argument on calls
11491         to highlight-changes-mode changed.
11492         (highlight-compare-with-file): Fix problems with interactive
11493         call giving invalid default file.
11495 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
11497         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11498         Fix in disassembly buffer (regression in 22.2).
11500 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11502         * emulation/viper-macs.el (viper-read-fast-keysequence):
11503         Use viper-read-event instead of viper-read-key.
11505         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11507         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11508         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11509         let-statements.
11511         * emulation/viper-ex.el, emulation/viper-macs.el:
11512         * emulation/viper-mous.el:
11513         Replace load with require in eval-when-compile.
11515 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11517         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11519         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11520         (archive-try-jka-compr): New function.
11521         (archive-set-buffer-as-visiting-file): Use it.
11523         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11525 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11527         * simple.el (handle-shift-selection): New arg.
11529 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11531         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11533         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11535 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11537         * shell.el (shell-dynamic-complete-filename): New fun.
11538         (shell-dynamic-complete-functions): Use it.
11540         * help-fns.el (describe-variable): Undo 2008-02-25 change.
11542 2008-04-03  Kenichi Handa  <handa@m17n.org>
11544         * international/fontset.el (create-fontset-from-x-resource):
11545         Handle the error of X resource more gracefully.
11547         * international/latin1-disp.el (latin1-display): Don't use make-char.
11548         Fix the argument to set-char-table-range.
11549         (latin1-display-identities): Don't use make-char.
11550         (latin1-display-reset): Use map-charset-chars instead of directly
11551         calling standard-display-default.
11552         (latin1-display-check-font): Don't use make-char.
11553         (latin1-display-setup): Likewise.
11554         (latin1-display-ucs-per-lynx): Likewise.
11556 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11558         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11559         name the fields, to make the code clearer.
11560         Rewrite all `aset' and `aref' using the defined accessors.
11561         (timer--time): New pseudo-field.
11562         (timer-set-time, timer-set-idle-time, timer-inc-time)
11563         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11564         (timer--time-less-p): New function.
11565         (timer--activate): New function, extracted from timer-activate.
11566         (timer-activate-when-idle, timer-activate): Use it.
11567         (cancel-function-timers): Use dolist.
11569 2008-04-03  Glenn Morris  <rgm@gnu.org>
11571         * add-log.el (c-beginning-of-defun, c-end-of-defun):
11572         Remove declarations; no longer used.
11573         (c-cpp-define-name, c-defun-name): Declare as functions.
11575         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11576         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11578         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11579         (holiday-passover-etc, holiday-hanukkah): Doc fix.
11580         Add optional argument.  Simplify.
11581         (holiday-tisha-b-av-etc): Use memq rather than unless.
11582         (holiday-julian): Autoload it.
11583         (holiday-hebrew-misc): New function.
11585         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11587         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11588         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11589         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11590         all-hebrew-calendar-holidays.
11591         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11592         Simplify using new functions.
11593         (calendar-holidays): Doc fix.
11594         (generate-calendar-window): Use bound-and-true-p.
11596         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11598         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11599         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
11600         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
11601         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11603         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11605 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11607         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11609         * vc-bzr.el (vc-bzr-checkout): Simplify.
11611         * image-mode.el (image-mode-fit-frame): New command.
11613         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11614         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11615         (keyboard-escape-quit): Check region-active-p i.s.o
11616         transient-mark-mode.
11618 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11620         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11621         (imap-message-copyuid-1): Use it.
11622         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11623         J. Williams in
11624         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11626 2008-04-02  Alan Mackenzie  <acm@muc.de>
11628         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11629         New optimised functions to get the name of the current defun/macro.
11631         * add-log.el (add-log-current-defun): Move the functionality which
11632         gets the current function name for C like modes to cc-cmds.el,
11633         thus optimising for speed.
11635 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
11637         * simple.el (deactivate-mark): When the mark is temporarily
11638         active, restore the original value of transient-mark-mode.
11639         (set-mark-command): First deactivate the mark if was temporarily active.
11640         (exchange-point-and-mark): Reactivate the mark if it was
11641         temporarily active.
11642         (handle-shift-selection): New fun.
11643         (transient-mark-mode): Move var documentation here from buffer.c.
11644         (next-line, previous-line, backward-word, move-end-of-line)
11645         (move-beginning-of-line, forward-to-indentation)
11646         (backward-to-indentation, back-to-indentation)
11647         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11649         * mouse.el (mouse-set-region-1): Save the old value of
11650         transient-mark-mode.
11651         (mouse-drag-track): Ignore the now-obsolete value `identity' for
11652         transient-mark-mode.
11654         * textmodes/paragraphs.el (forward-paragraph)
11655         (backward-paragraph, forward-sentence, backward-sentence): Add ^
11656         interactive spec.
11658         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11660 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
11662         * net/tramp.el (tramp-make-tramp-temp-file):
11663         Use `tramp-drop-volume-letter' for the local file name part.
11665 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11667         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
11668         Add menu entries corresponding to all the key bindings.
11670         * emacs-lisp/debug.el (debugger-mode-map):
11671         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11672         (conf-align-assignments): Only work on the region if it is active.
11673         (conf-quote-normal): Use when instead of if.  Remove redundant test.
11675         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11676         for tracing and re-builder.
11678 2008-04-02  Glenn Morris  <rgm@gnu.org>
11680         * calendar/appt.el (appt-disp-window-function): Doc fix.
11681         (appt-display-message): Move beep before display.
11682         (appt-check): Make interactive.  Reduce the number of lets.
11683         Use string-equal to compare mode-line strings.
11684         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
11685         read-only.
11686         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11687         (appt-delete): Simplify.
11689         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11691         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11693         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11694         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11695         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11697         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11698         (calendar-holiday-marker, mark-visible-calendar-date):
11699         * calendar/diary-lib.el (fancy-diary-display):
11700         Check for font-lock-mode before using faces.
11702         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11703         (calendar-gregorian-from-absolute): Reduce the number of lets.
11704         (hebrew-holidays-4, generate-calendar-window): Simplify.
11705         (calendar-for-loop): Make obsolete.
11706         (calendar-nth-named-day): Doc fix.
11708         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11709         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11710         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11711         Reduce the number of lets.
11712         (mark-sexp-diary-entries, calendar-mark-complex):
11713         Expand calendar-for-loops.
11715 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
11717         * find-dired.el (find-dired-filter): Fix last patch to handle
11718         multi-line process input.  Pad link numbers too.
11720 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
11722         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11724 2008-04-01  Jason Rumney  <jasonr@gnu.org>
11726         * international/characters.el (script-list): Add phonetic script,
11727         covering IPA (previously Latin), Phonetic Extensions and
11728         Phonetic Extensions Supplement (both previously unassigned).
11730         * international/fontset.el (setup-default-fontset): Use unicode fonts
11731         that cover bopomofo script for bopomofo.
11732         Likewise for braille and mathematical.
11733         Use unicode scripts that cover the phonetic script for IPA.
11735 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
11737         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11738         return the assigned value.
11740 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11742         * abbrev.el (abbrev-mode): Use define-minor-mode.
11744         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
11745         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11746         Use map-keymap.
11747         (minor-mode-menu-from-indicator): Use it.  Simplify.
11749         * bindings.el (mode-line-mode-menu): Move before (new) first use.
11750         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11751         Bind the key directly to the menu.
11752         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11754 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
11756         * epa.el (epa-decrypt-region): Explain the reason why this
11757         function should not be used in Lisp programs.
11758         (epa-decrypt-armor-in-region): Ditto.
11759         (epa-verify-region): Ditto.
11760         (epa-verify-cleartext-in-region): Ditto.
11761         (epa-sign-region): Ditto.
11762         (epa-encrypt-region): Ditto.
11764         * epg.el (epg-start-receive-keys): Fix typo in docstring.
11766         * epa.el (epa-select-keys): Show menu even if there is no key in
11767         GnuPG's keyring.
11769 2008-04-01  Glenn Morris  <rgm@gnu.org>
11771         * calendar/calendar.el (calendar-make-temp-face): New function.
11772         (mark-visible-calendar-date):
11773         * calendar/diary-lib.el (fancy-diary-display): Use it.
11775         * vc-hooks.el (vc-responsible-backend): Declare as function.
11777         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11778         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11779         * calendar/cal-julian.el (holiday-julian): Use it.
11781         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11782         (calendar-hebrew-date-is-visible-p): Extract some common code into
11783         separate function.
11784         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11786         * calendar/cal-menu.el (cal-menu-holidays-menu):
11787         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11788         rather than obsolete alias.
11790         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11791         for mark characters.
11792         (calendar-unmark): Unmark by removing all overlays, rather than
11793         redrawing.
11794         (calendar-starred-day): Remove.
11795         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
11796         (calendar-cursor-to-date): No need for special star handling now
11797         using overlays.
11798         (calendar-star-date): Use overlays.
11800         * calendar/cal-french.el (calendar-goto-french-date):
11801         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11802         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11803         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11804         * calendar/cal-persia.el (calendar-persian-date-string):
11805         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11806         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11807         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11808         * calendar/solar.el (solar-equinoxes-solstices):
11809         Reduce nesting of some lets.
11811         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11812         (calendar-goto-mayan-long-count-date): Simplify.
11814         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11815         Simplify by using mapcar.
11816         (calendar-list-holidays): Return holiday-list.
11817         (list-holidays): Use let rather than let*.  Remove un-needed locals
11818         `d', `never'.
11819         (calendar-check-holidays): Return result from dolist.
11820         (holiday-float): Use a single let*.  Simplify if-and to and.
11821         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11822         single let*.
11824 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
11826         * calc/calc.el: Autoload `calc-yank'.
11827         (calc-mode-map): Add keybindings for `calc-yank'.
11828         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11829         assignments for `calc-yank'.
11831 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
11833         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11834         (vc-status-mark-buffer-changed): Handle the extra field.
11836         * vc-bzr.el (vc-bzr-after-dir-status):
11837         * vc-cvs.el (vc-cvs-after-dir-status):
11838         * vc-hg.el (vc-hg-after-dir-status):
11839         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11841 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11843         * doc-view.el: Compute displayed pages first (in PDF).
11844         (doc-view-current-converter-processes): Rename from
11845         doc-view-current-converter-process.  Update users.
11846         (doc-view-sentinel): Test buffer's liveness.
11847         (doc-view-pdf/ps->png-sentinel): Remove.
11848         (doc-view-start-process): New function.
11849         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11850         (doc-view-ps->pdf): Use it.
11851         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11852         New functions.
11853         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11854         (doc-view-mode): Kill the processes when leaving the mode.
11856 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
11858         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11859         Use `byte-compile-warning-types'.  Add docstring.
11861 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11864         (smerge-resolve): Add various resolution heuristics.
11866         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11867         in 3-way conflicts.
11869 2008-03-31  Glenn Morris  <rgm@gnu.org>
11871         * calendar/cal-bahai.el (diary-bahai-mark-entries):
11872         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11873         * calendar/cal-islam.el (mark-islamic-diary-entries):
11874         Fix argument order in call to diary-mark-entries-1.
11876         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11877         pre-Bahai dates.
11878         (holiday-bahai): Use an algorithm actually relevant to this calendar
11879         system.
11881         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11883         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11884         Use and.
11886         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11887         in the last fortnight in Julian October.
11889         * calendar/calendar.el (increment-calendar-month): Optionally handle
11890         systems without 12 months per year.
11891         (calendar-date-is-visible-p): Doc fix.  Simplify.
11893         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11894         from dolist.
11896 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
11898         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11899         (hi-lock-unload-function): New function.
11901 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
11903         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
11904         overwriting when NEWNAME is a local file.
11906         * net/trampver.el: Update release number.
11908 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
11910         * vc-git.el: Make vc-status display information about copies,
11911         renames and permission changes.
11912         (vc-git-extra-fileinfo): New defstruct.
11913         (vc-git-escape-file-name, vc-git-file-type-as-string)
11914         (vc-git-rename-as-string, vc-git-permissions-as-string)
11915         (vc-git-status-printer): New functions.
11916         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11917         (vc-git-after-dir-status-stage1): Look for copies, renames and
11918         permission changes.
11919         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11920         (vc-git-dir-status): Ask for staged files and renames.
11922 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
11924         * vc.el: Allow backends to display backend specific information in
11925         the vc-status listing.
11926         (vc-status-fileinfo): Add a field for backend specific information.
11927         (vc-status-printer): Rename to ...
11928         (vc-default-status-printer): ... this.
11929         (vc-status-printer): New function.
11930         (vc-update-vc-status-buffer): Set the backend specific file info
11931         if provided.
11933 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11935         * textmodes/remember.el (remember-diary-convert-entry): Revert last
11936         change (ill-conceived).
11938 2008-03-29  Glenn Morris  <rgm@gnu.org>
11940         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11941         * calendar/cal-julian.el (holiday-julian): Simplify.
11943         * calendar/holidays.el (list-holidays): Use or.
11945 2008-03-29  Juri Linkov  <juri@jurta.org>
11947         * window.el (split-window-preferred-horizontally): New function.
11949         * cus-start.el (split-window-preferred-function):
11950         Set choice for "vertically" to nil instead of split-window.
11951         Set choice for "horizontally" to split-window-preferred-horizontally
11952         instead of lambda.
11954 2008-03-29  Juri Linkov  <juri@jurta.org>
11956         * simple.el (minibuffer-default-add-function): New variable with
11957         the default to minibuffer-default-add-completions.
11958         (minibuffer-default-add-done): New variable.  Make it buffer-local.
11959         (minibuffer-default-add-completions): New function.
11960         (goto-history-element): Set minibuffer-default-add-done to t and
11961         call a function in minibuffer-default-add-function when the
11962         specified absolute history position is greater than the length of
11963         the minibuffer-default list and minibuffer-default-add-done is nil.
11964         Change "^End of history; no next item$" to "^End of defaults;
11965         no next item$".
11967         * bindings.el (debug-ignored-errors): Change "^End of history;
11968         no next item$" to "^End of defaults; no next item$".
11970 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11972         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11974         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11975         to with-no-warnings.
11977 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
11979         Sync with Tramp 2.1.13.
11981         * net/tramp-ftp.el: Require 'cl when byte-compiling.
11983         * net/trampver.el: Update release number.
11985 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11987         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11988         the current backend.
11990         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11991         (vc-status-refresh): Create a temporary buffer and call the
11992         `dir-status' backend function from that buffer.
11994         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11995         (vc-bzr-after-dir-status): Don't kill the buffer.
11997         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11998         (vc-cvs-after-dir-status): Don't kill the buffer.
12000         * vc-git.el (vc-git-dir-status): Don't create a buffer.
12001         (vc-git-after-dir-status-stage2): Don't kill the buffer.
12003         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12004         (vc-hg-after-dir-status): Don't kill the buffer.
12006         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12007         (vc-svn-after-dir-status): Don't kill the buffer.
12009 2008-03-29  Glenn Morris  <rgm@gnu.org>
12011         * calendar/calendar.el (diary-file, american-date-diary-pattern)
12012         (european-date-diary-pattern, european-calendar-display-form)
12013         (american-calendar-display-form, diary-display-hook): Doc fixes.
12014         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
12015         custom :set.  Mark as obsolete.
12016         (calendar-date-style, iso-date-diary-pattern)
12017         (iso-calendar-display-form): New user variables.
12018         (diary-date-forms, calendar-date-display-form): Set using
12019         calendar-date-style.  Doc fix.
12020         (calendar-set-date-style): New command.
12021         (european-calendar, american-calendar): Use calendar-set-date-style.
12022         Mark as obsolete.
12024         * calendar/diary-lib.el (number): Move declaration where needed.
12025         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12026         (diary-make-date): New function.
12027         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12028         Use diary-make-date.
12029         (diary-date-display-form, diary-insert-entry-1): New functions.
12030         (insert-monthly-diary-entry, insert-yearly-diary-entry):
12031         Use diary-insert-entry-1.
12032         (insert-anniversary-diary-entry, insert-block-diary-entry)
12033         (insert-cyclic-diary-entry): Use diary-date-display-form.
12035         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12036         Autoload diary-insert-entry-1.
12037         * calendar/cal-bahai.el (diary-bahai-insert-entry)
12038         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12039         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12040         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12041         * calendar/cal-islam.el (insert-islamic-diary-entry)
12042         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12043         Use diary-insert-entry-1.
12045         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12046         (diary-yahrzeit): Doc fix.  Use diary-make-date.
12048         * calendar/icalendar.el (icalendar--datetime-to-american-date):
12049         New name for icalendar--datetime-to-noneuropean-date.  Make old name
12050         obsolete alias.
12051         (icalendar--datetime-to-iso-date): New function.
12052         (icalendar--datetime-to-diary-date): Doc fix.  Respect
12053         calendar-date-style if bound.
12055         * textmodes/remember.el (remember-diary-convert-entry):
12056         Respect calendar-date-style if bound.
12058 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12060         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12061         (xterm-mouse-handle-delete-frame): Delete.
12063         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12064         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12065         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12066         in xterm-modify-other-keys-terminal-list.
12068         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12069         are conflicts.
12071 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12073         * vc.el (vc-update): Check if the buffer is unsaved only if it
12074         actually exists.
12075         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12076         vc-print-log.
12078 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12080         * net/dns.el (dns-write): Use set-buffer-multibyte.
12082 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12084         * vc-bzr.el (vc-bzr-sha1): New fun.
12085         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12086         (vc-bzr-registered): Use it.
12088 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12090         * vc.el (vc-status-kill-dir-status-process): Simplify.
12091         (vc-status-refresh): Make sure the buffer is live.
12092         (ring): Don't require it, not used.
12094 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
12096         * progmodes/verilog-mode.el (verilog-auto-inout-module):
12097         Add optional regular expression to AUTOINOUTMODULE.
12098         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12099         (verilog-auto-inst-param, verilog-auto-reg)
12100         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12101         (verilog-auto-output-every, verilog-auto-input)
12102         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12103         (verilog-auto-unused, verilog-auto): Update documentation to use
12104         more obvious instance module names versus cell names.
12106 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
12108         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12109         kill if a process is running.
12111         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12113 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12115         * vc.el: Add new backend function 'status-extra-headers.
12116         (vc-default-status-extra-headers): New function.
12117         (vc-status-headers): Call 'status-extra-headers.  Add colors.
12119         * vc-git.el (vc-git-status-extra-headers): New function.
12121 2008-03-28  Glenn Morris  <rgm@gnu.org>
12123         * calendar/cal-menu.el (cal-menu-holidays-menu)
12124         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12125         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12126         holiday-list is optional.
12127         (calendar-mouse-holidays): Remove un-needed local `l'.
12129         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12130         Remove un-needed local `date'.
12131         (calendar-cursor-to-visible-date): Use let rather than let*.
12132         Remove un-needed local `first-of-month-weekday'.
12134         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12136         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12137         Doc fixes.
12138         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
12139         (diary-header-line-flag, diary-header-line-format): Declare.
12140         (diary-pull-attrs): Check for multiple matches.
12141         (diary-list-entries-2): Simplify finding start of date.
12142         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12143         pop-up-frames.
12144         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12145         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12147 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
12149         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12151         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12153 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12155         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12157         * image-mode.el (image-mode-reapply-winprops): Fix last change.
12159 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
12161         * international/mule-conf.el (define-iso-single-byte-charset):
12162         Don't make latin-iso8859-* supplementary.
12163         (#'set-charset-priority): Don't change the priority of charsets
12164         `unicode' and `emacs'.
12166 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12168         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12169         temp buffer.
12171 2008-03-27  Glenn Morris  <rgm@gnu.org>
12173         * calendar/cal-bahai.el (diary-bahai-list-entries):
12174         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12175         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12177         * calendar/calendar.el (diary-file): Doc fix.
12179         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12180         (list-diary-entries-hook, mark-diary-entries-hook)
12181         (include-other-diary-files, diary-mail-entries)
12182         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12183         (diary-set-header): New function.
12184         (diary-header-line-flag, diary-header-line-format):
12185         Use diary-set-header for custom :set function.
12186         (diary-set-maybe-redraw): Use symbol-value rather than eval.
12187         (diary-attrtype-convert): Use intern-soft rather than read.
12188         (diary-display-no-entries): New function.
12189         (simple-diary-display, fancy-diary-display): Use it.
12190         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
12191         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12193         * calendar/holidays.el (list-holidays): Doc fix.
12195 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
12197         * calc/calc-store.el (calc-read-var-name-history): New variable.
12198         (calc-read-var-name): Use `calc-read-var-name-history'.
12200 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12202         * image-mode.el (image-mode-reapply-winprops): Simplify now that
12203         window-configuration-change-hook works buffer-locally.
12205 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12207         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12208         for Emacs Lisp, not Lisp.
12210 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
12212         * help-fns.el (describe-function-1, describe-variable):
12213         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12215         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12216         replacement is provided, don't print "use nil instead".
12218 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12220         * complete.el (PC-do-completion): Use regexp-quote.
12222 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12224         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12225         Detect missing files.
12227         * vc-git.el (vc-git-extra-menu-map): New key map.
12228         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12229         New functions.
12231         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12232         and 'missing files.
12234 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12236         * calendar/holidays.el (list-holidays): Make Y2 optional.
12238         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12239         buffers shown to the user.
12240         (appt-disp-window): Disable undo explicitly now that the leading space
12241         is gone.
12243         * simple.el (activate-mark): New function.
12244         (set-mark-command): Use it with region-active-p to clean up the code.
12245         (exchange-point-and-mark): Invert the meaning of C-u when
12246         transient-mark-mode is active.
12248         * dired-aux.el (dired-create-files): Use dolist.
12250         * bindings.el (mode-line-change-eol): Use with-selected-window.
12252         * apropos.el (apropos-command): Include macros.
12254 2008-03-26  Glenn Morris  <rgm@gnu.org>
12256         * calendar/cal-bahai.el: Require calendar, not cal-julian.
12257         (calendar-bahai-epoch): Doc fix.
12259         * calendar/cal-china.el: Explicitly require calendar.
12261         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12262         Require calendar rather than cal-julian.
12263         Autoload calendar-absolute-from-julian.
12264         * calendar/cal-coptic.el (coptic-calendar-epoch):
12265         * calendar/cal-islam.el (calendar-islamic-epoch):
12266         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12268         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12270         * calendar/cal-dst.el: Don't require cal-persia.
12271         (calendar-absolute-from-persian): Autoload it.
12272         (dst-adjust-time): Doc fix.
12274         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12275         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12276         calendar.
12278         * calendar/cal-menu.el: Require calendar rather than declaring
12279         functions.
12280         * calendar/calendar.el: Provide calendar before requiring cal-menu.
12282         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12283         calendar-after-frame-setup-hooks.  Update callers, make old name an
12284         obsolete alias.  Doc fix.
12285         (calendar-frame-1): Doc fix.
12287         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12289         * calendar/calendar.el (oriental-holidays, solar-holidays):
12290         * calendar/holidays.el (list-holidays): Assume atan always bound.
12292         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12293         Explicitly require calendar, not cal-julian.
12294         * calendar/lunar.el: Explicitly require cal-dst.
12296 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12298         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12300         * help-fns.el (describe-function-1, describe-variable): If no
12301         replacement is provided, don't print "use nil instead".
12303 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12305         * proced.el: New file.
12307 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12309         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12311 2008-03-25  Juri Linkov  <juri@jurta.org>
12313         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12314         in battery-mode-line-format.
12316         * bindings.el (minibuffer-local-map): For the command
12317         file-cache-minibuffer-complete replace keymap minibuffer-local-map
12318         with map which is already locally bound to minibuffer-local-map.
12320 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12322         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12323         Remove `sort-first' argument.
12325         * subr.el (redisplay-end-trigger-functions)
12326         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12327         (process-filter-multibyte-p, set-process-filter-multibyte):
12328         Mark as obsolete.
12330 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
12332         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12333         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12334         use the LOCAL arg of `add-hook'.
12335         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12336         Remove spurious * from defcustom docstrings.
12337         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12338         Fix typos in messages.
12339         (reb-mode-buffer-p): New function.
12340         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
12341         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12342         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12343         Use `unless', `when'.
12344         (re-builder-unload-function): New function.
12346 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
12348         * vc-hooks.el (vc-state): Add documentation for 'missing.
12350 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
12352         * progmodes/verilog-mode.el (verilog-auto-output)
12353         (verilog-auto-input, verilog-auto-inout, verilog-auto)
12354         (verilog-delete-auto): Add optional regular expression to
12355         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12356         (verilog-signals-matching-regexp): New internal function for
12357         signal matching.
12359 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
12361         * info.el (Info-isearch-search): Always return point.
12363 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12365         * diff-mode.el (diff-remembered-defdir): New var.
12366         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12368 2008-03-25  Glenn Morris  <rgm@gnu.org>
12370         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12371         calendar-bahai-prompt-for-date.  Update callers, make old name an
12372         obsolete alias.  Doc fix.
12373         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12374         coptic-prompt-for-date.  Update callers, make old name an
12375         obsolete alias.  Doc fix.
12376         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12377         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
12378         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12379         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
12380         * calendar/cal-iso.el (calendar-iso-read-date): New name for
12381         calendar-iso-read-args.  Update callers, make old name an obsolete
12382         alias.
12383         * calendar/cal-persia.el (calendar-persian-read-date): New name for
12384         persian-prompt-for-date.  Update callers, make old name an
12385         obsolete alias.  Doc fix.  Move definition before use.
12387         * calendar/cal-x.el (diary-frame-parameters)
12388         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12389         (calendar-frame-1): Doc fixes.
12390         (make-fancy-diary-buffer): Remove declaration.
12391         (calendar-dedicate-diary): Replace call to deleted function
12392         make-fancy-diary-buffer.
12393         (calendar-frame-setup): New function.
12394         (calendar-one-frame-setup, calendar-only-one-frame-setup)
12395         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12396         work, and mark as obsolete.
12397         (special-display-buffer-names): Don't mess with this; it's not our
12398         business.
12399         (cal-x-load-hook): Defvar it, and mark as obsolete.
12401         * calendar/calendar.el (calendar-remove-frame-by-deleting):
12402         Default to t.  Add to 'calendar group.
12403         (calendar): Doc fix.  Use calendar-frame-setup.
12404         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
12405         (generate-calendar-window): Doc fix.
12407 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12409         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12411 2008-03-24  Drew Adams  <drew.adams@oracle.com>
12413         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12414         New variables.
12415         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
12416         (finder-exit): Ignore errors rather than avoiding them.
12417         Kill *Finder-package* buffer also.
12419 2008-03-24  Andreas Schwab  <schwab@suse.de>
12421         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12423 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
12425         * vc-hg.el (vc-hg-after-dir-status):
12426         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12428         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12429         Detect removed files.
12431         * vc.el (vc-status-printer): Use a different face for missing files.
12432         (vc-status-hide-up-to-date): Rename from
12433         vc-status-remove-up-to-date.  Update all callers.
12434         (vc-status-mode-map): Bind C-m.
12436 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
12438         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12439         code ...
12440         (vc-git--state-code): ... to this new function.
12441         (vc-git-state): Use it.
12443 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
12445         * textmodes/remember.el (remember-mail-date)
12446         (remember-store-in-mailbox): Write date and From line in such a
12447         way that Mutt can read it.
12449 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
12451         * simple.el (transient-mark-mode): Turn on by default.
12453 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12455         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12456         'unregistered for unregistered files.
12458         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12460         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12462         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12463         subdirectories.
12465         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12466         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12467         Add :enable for vc-status-refresh.
12468         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12469         (vc-status-tool-bar-map): Add binding for
12470         vc-status-kill-dir-status-process.
12471         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12472         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12473         Reset vc-status-process-buffer.
12474         (vc-status-refresh): Don't run two refreshes at a time.
12475         (vc-status): If the buffer is already in vc-status-mode only refresh.
12476         (vc-status-mark-buffer-changed): Add an optional file parameter.
12477         (vc-resynch-buffer): Use it.
12478         (vc-delete-file): Expand the file name before using it.
12479         Be careful to not create a new buffer with the old file contents.
12480         Update the VC state after performing the operation.
12482 2008-03-23  Andreas Schwab  <schwab@suse.de>
12484         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12485         Fix radio button condition.
12486         [box]: Likewise.
12487         [customize]: Add radio button.
12489 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
12491         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12492         (calc-user-parse-tables, calc-gnuplot-default-device)
12493         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12494         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12495         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12496         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12497         (calc-undo-list, calc-redo-list, calc-main-buffer)
12498         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12499         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12500         (calc-said-hello, calc-executing-macro, calc-any-selections)
12501         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12502         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12503         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12504         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12505         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12506         (calc-create-buffer, calc-quit): Add docstrings.
12508 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
12510         * makefile.w32-in (WINS_ALMOST): Add org.
12512 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12514         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12515         New functions to implement vc-status support.
12517 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12519         * vc.el (vc-status-prepare-status-buffer): New function.
12520         (vc-status): Use it.
12522         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12523         appropriate.
12525 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
12527         * vc-git.el (vc-git--empty-db-p)
12528         (vc-git-after-dir-status-stage1-empty-db): New functions.
12529         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12530         Add support for empty repositories.
12532 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12534         * vc-git.el (vc-git-annotate-extract-revision-at-line):
12535         Allow "^" in a version name.
12537         * vc-mtn.el (vc-mtn-state): Support the added state.
12539 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
12541         * org: New directory for Org-mode.
12543         * org/org-export-latex.el: Moved from lisp/texmodes.
12545         * org/org-irc.el: Moved from lisp/texmodes.
12547         * org/org-mac-message.el: Moved from lisp/texmodes.
12549         * org/org-mouse.el: Moved from lisp/texmodes.
12551         * org/org-publish.el: Moved from lisp/texmodes.
12553 2008-03-21  Juri Linkov  <juri@jurta.org>
12555         * comint.el (comint-dynamic-simple-complete):
12556         Use variable `stub' for the second arg `common-substring'
12557         of `comint-dynamic-list-completions'.
12558         (comint-dynamic-list-filename-completions):
12559         Use variable `filenondir' for the second arg `common-substring'
12560         of `comint-dynamic-list-completions'.
12561         (comint-dynamic-list-completions): Add new optional arg
12562         `common-substring'.  Add `common-substring' as the second arg of
12563         the call to `display-completion-list'.  Doc fix.
12565         * comint.el (comint-dynamic-complete-as-filename)
12566         (comint-dynamic-list-filename-completions)
12567         (comint-dynamic-simple-complete): Use `minibuffer-message'
12568         to display message "No completions of %s" when a command
12569         is called in the minibuffer.
12570         (comint-dynamic-simple-complete): Don't display other
12571         completion messages when a command is called in the minibuffer.
12572         (comint-dynamic-list-completions): Use `minibuffer-message'
12573         to display message " [Type space to flush ...]" when a command
12574         is called in the minibuffer.
12576         * shell.el (shell-dynamic-complete-command)
12577         (shell-dynamic-complete-environment-variable): Don't display
12578         completion messages when command is called in the minibuffer.
12580         * emacs-lisp/lisp.el (lisp-complete-symbol):
12581         Use `minibuffer-message' to display message "No completions of %s"
12582         when this command is called in the minibuffer.
12584         * bindings.el (standard-mode-line-modes): Put special help-echo
12585         tooltip on recursive edit %[ %] mode-line constructs.
12587         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12588         "^No dynamic expansion for .* found$" to allow error messages like
12589         "No dynamic expansion for \"%s\" found in this-buffer".
12591 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
12593         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12594         "psftp".
12596 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12598         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12599         * vc.el (vc-default-dired-state-info): Use just "modified".
12600         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12601         (vc-cvs-mode-line-string): Make use of the better default.
12602         (vc-cvs-parse-entry): Use the new `added'.
12603         (vc-cvs-dired-state-info): Remove.
12604         * vc-svn.el (vc-svn-dired-state-info): Remove.
12605         * vc-hg.el (vc-hg-dired-state-info): Remove.
12606         * vc-git.el (vc-git-dired-state-info): Remove.
12608 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12610         * vc-git.el (vc-git-status-result): New variable.
12611         (vc-git-dir-status): Split out ...
12612         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12613         ... these new functions and work asynchronously.
12615 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
12617         * vc-git.el (vc-git-after-dir-status): Remove.
12618         (vc-git-dired-state-info): Reimplement.
12620 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12622         * replace.el (occur-mode-map): Add :help.
12624         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12625         for disassemble.
12627         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12628         the 'added state.
12629         (vc-status-remove-up-to-date): New function.
12630         (vc-status-mode-map, vc-status-menu-map): Bind it.
12631         (vc-status-printer): Use a different face up-to-date files.
12632         (vc-resynch-buffer): Update the vc-status buffer if it exists.
12633         (Todo): Remove solved entries.
12635         * vc-hg.el (vc-hg-state):
12636         * vc-git.el (vc-git-state):
12637         * vc-cvs.el (vc-cvs-parse-status):
12638         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12639         state.
12641 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12643         * progmodes/compile.el (compile):
12644         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12646         * simple.el (minibuffer-local-shell-command-map): New var.
12647         (minibuffer-complete-shell-command, read-shell-command): New funs.
12648         (shell-command, shell-command-on-region): Use them.
12650 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12652         * vc.el (vc-status-mark-buffer-changed): New function to implement
12653         updating of the *vc-status* buffer when a buffer is saved.
12654         (vc-status-mode): Use it for after-change-hook.
12655         (vc-add-to-vc-status-buffer): Rename to ...
12656         (vc-status-add-entry): ... this.
12657         (Todo): Add new entry.
12659 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12661         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12663 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
12665         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12666         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12667         Remove spurious * from defcustom docstrings.
12668         (icomplete-compute-delay): Fix docstring and remove spurious *.
12669         (icomplete-delay-completions-threshold): Fix typo in docstring and
12670         remove spurious *.
12671         (icomplete-completions): While collecting the list of prospective
12672         candidates, don't overshoot `icomplete-prospects-length'.
12674 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12676         * textmodes/refbib.el:
12677         * textmodes/reftex.el:
12678         * textmodes/reftex-global.el:
12679         * textmodes/reftex-vars.el:
12680         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12681         compiler pacifying defvars.
12682         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12683         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12684         not needed.
12686 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
12688         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12689         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12690         (verilog-customize, verilog-font-customize)
12691         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12692         (verilog-mode): Update documentation strings to match tool tips.
12693         (verilog-auto-search-do, verilog-auto-re-search-do)
12694         (verilog-skip-forward-comment-or-string): Fix verilog-auto
12695         expansion when a .* appears inside a string.
12696         (verilog-re-search-forward, verilog-re-search-backward):
12697         Add comment to recall how this works.
12698         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12700 2008-03-20  Glenn Morris  <rgm@gnu.org>
12702         * calendar/calendar.el (calendar-other-dates): New function.
12703         (calendar-print-other-dates): Use calendar-other-dates.
12704         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12705         the declarations it replaces.
12706         (calendar-mouse-print-dates): Use calendar-other-dates.
12708         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12709         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12710         (calendar-absolute-from-bahai): Fix the leap-year case.
12711         (calendar-bahai-from-absolute): Re-use the Gregorian month.
12712         (calendar-bahai-date-string, calendar-bahai-print-date):
12713         Handle pre-Bahai dates.
12715         * calendar/cal-china.el (chinese-calendar-celestial-stem)
12716         (chinese-calendar-terrestrial-branch): Make defcustoms.
12718         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12719         (calendar-mouse-view-diary-entries): Use or.
12720         (calendar-mouse-chinese-date): Remove unused command.
12721         (cal-menu-load-hook): Mark as obsolete.
12723         * calendar/solar.el (calendar-location-name, calendar-latitude)
12724         (calendar-longitude, solar-arctan, sunrise-sunset)
12725         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12727 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
12729         * calc/calc.el: Remove outdated comments.
12730         (defcalcmodevar, calc-mode-var-list-restore-default-values)
12731         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12732         Add docstrings.
12734 2008-03-19  Jason Rumney  <jasonr@gnu.org>
12736         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12738 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12740         * net/tls.el (open-tls-stream): Reindent.
12742 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
12744         * net/tramp.el (tramp-let-maybe): Removed.
12745         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12746         It does not exist under XEmacs.
12747         (tramp-handle-file-truename, tramp-handle-expand-file-name)
12748         (tramp-completion-file-name-handler): Let-bind
12749         `directory-sep-char'.
12751         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12752         `directory-sep-char'.
12754 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12756         * help-fns.el (describe-function-1): Don't signal "missing arglist"
12757         for autoloaded keymaps.
12759         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12760         (electric-verilog-terminate-line, verilog-in-struct-region-p)
12761         (verilog-backward-ws&directives, verilog-forward-ws&directives)
12762         (verilog-in-comment-p, verilog-in-star-comment-p)
12763         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12764         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12765         (verilog-skip-forward-comment-or-string, verilog-in-paren)
12766         (verilog-skip-forward-comment-p): Use it.
12768 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12770         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12771         (org-remember-templates, org-time-stamp-rounding-minutes)
12772         (org-back-over-empty-lines, org-find-base-buffer-visiting)
12773         (org-columns-new): Fix typos in docstrings.
12775 2008-03-19  Glenn Morris  <rgm@gnu.org>
12777         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12778         (tramp-handle-shell-command): Use condition-case rather than
12779         ignore-errors.
12781 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
12783         * diff-mode.el (diff-header): Make the color louder.
12784         (diff-refine-change): Tone the color down.
12786 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12788         * descr-text.el (describe-char): When `describe-char-unidata-list'
12789         is set to show all properties, list them in the right order.
12791 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12793         * international/mule.el (load-with-code-conversion): Avoid setting
12794         default-enable-multibyte-characters.
12796 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
12798         * vc.el (vc-annotate-background): Fix custom type.
12800 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12802         * descr-text.el (describe-char-unidata-list): Allow specifying
12803         just all properties.
12804         (describe-char): Handle that new value.
12806         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12808 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12810         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12811         instead of file name extension to make docs with uncommon
12812         extensions work.
12814 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12816         * doc-view.el (require): Require cl at compile time because
12817         `assert' needs it.
12819 2008-03-18  Glenn Morris  <rgm@gnu.org>
12821         * calendar/calendar.el (initial-calendar-window-hook)
12822         (today-visible-calendar-hook): Doc fixes.
12824 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
12826         * net/tramp.el (tramp-root-regexp): Simplify.
12827         (tramp-completion-file-name-regexp-separate): Don't insist on
12828         leading "[".  This prevents method or user or host completion.
12829         (tramp-let-maybe): Autoload it.
12830         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
12831         is an alias for `identity'.
12832         (tramp-handle-write-region): Protect `last-coding-system-used'
12833         over the trailing statements.
12834         (tramp-completion-file-name-handler-post-function): Remove.
12835         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12836         instead of calling `tramp-drop-volume-letter'.
12838         * net/tramp.el:
12839         * net/tramp-uu.el:
12840         * net/trampver.el: Move coding cookie at the end.
12842 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12844         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12845         elements which may be something else than characters.
12847 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
12849         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12850         New functions to implement vc-status support.
12852         * vc.el (vc-default-extra-status-menu)
12853         (vc-add-to-vc-status-buffer): New functions.
12855         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12856         for eldoc and ielm.
12858 2008-03-17  Glenn Morris  <rgm@gnu.org>
12860         * calendar/cal-x.el (diary-frame-parameters)
12861         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12862         Fix custom type; add options.
12863         (calendar-frame, diary-frame): Doc fixes.
12864         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12865         new functions.
12866         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12867         Use calendar-frame-1 and calendar-dedicate-diary.
12868         (calendar-one-frame-setup): Also handle only-one-frame case.
12869         (calendar-only-one-frame-setup): Doc fix.  Just call
12870         calendar-one-frame-setup.
12872         * calendar/diary-lib.el: Re-order some definitions before their use.
12873         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12874         (diary-list-entries): Doc fixes.
12875         (make-fancy-diary-display): Remove function.
12877         * calendar/calendar.el (calendar-today-marker)
12878         (initial-calendar-window-hook, today-visible-calendar-hook)
12879         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12880         (calendar-star-date, calendar-mark-today): Doc fixes.
12881         (today-visible-calendar-hook): Add options.
12882         (calendar-in-read-only-buffer): New macro.
12883         (calendar-basic-setup): Adapt for change in calendar-read-date.
12884         Place holiday let inside if.
12885         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12886         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12887         (calendar-print-other-dates): Use one let rather than many.
12889         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12890         (calendar-print-other-dates):
12891         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12892         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12893         * calendar/holidays.el (calendar-list-holidays, list-holidays)
12894         (calendar-cursor-holidays):
12895         * calendar/lunar.el (calendar-phases-of-moon): Use
12896         calendar-in-read-only-buffer to replace previous code and disable undo.
12898 2008-03-16  Juri Linkov  <juri@jurta.org>
12900         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12901         and regexp-search-ring-yank-pointer for the HISTPOS argument of
12902         read-from-minibuffer to provide the correct initial minibuffer
12903         history position in isearch-edit-string when it is called from
12904         isearch-ring-adjust.
12906         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12907         to check if the current buffer is the minibuffer, and in this case
12908         call abort-recursive-edit to kill the minibuffer.  Doc fix.
12909         (kill-this-buffer-enabled-p): Allow this function to return non-nil
12910         when the current buffer is the minibuffer.
12912         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
12914 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
12916         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12917         Use non-nil PARENTS attribute of make-directory instead of
12918         explicitly checking existence the current cache directory.
12920 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
12922         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12923         M-x epa-file-select-keys.
12925 2008-03-16  Kenichi Handa  <handa@m17n.org>
12927         * international/mule.el (auto-coding-alist):
12928         Use no-conversion-multibyte for archive files.
12930 2008-03-16  Glenn Morris  <rgm@gnu.org>
12932         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12933         New functions.
12934         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12935         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12936         Use calendar-mark-1.
12937         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12938         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12939         Use calendar-mark-complex.
12940         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12941         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12942         Use calendar-mark-1.
12944         * calendar/calendar.el (calendar-mod): Remove.
12945         * calendar/cal-china.el (calendar-chinese-from-absolute)
12946         (calendar-chinese-date-string): Expand calendar-mod calls.
12947         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12948         Expand calendar-mod calls.
12950         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12951         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12952         (diary-bahai-insert-yearly-entry): Use let rather than let*.
12953         Move obsolete aliases after the functions that replaced them.
12955         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12956         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12957         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12958         Use let rather than let*.
12959         (calendar-hebrew-prompt-for-date): New function.
12960         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12961         (holiday-tisha-b-av-etc): Use unless, let.
12963         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12964         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12966         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12968         * calendar/calendar.el (calendar-for-loop): Add indent spec.
12970         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12971         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12972         than concat.
12973         (diary): Remove un-needed let.
12974         (view-other-diary-entries): Rename argument.
12975         (diary-list-entries-2): New function.
12976         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12977         (print-diary-entries): Use unless.
12978         (diary-mark-entries-1): Change argument order, make all but
12979         markfunc optional.  Handle the standard (Gregorian) case.
12980         Use match-string-no-properties.  Handle marks.
12981         (mark-diary-entries): Use diary-mark-entries-1.
12982         (diary-font-lock-keywords-1): New macro.
12983         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12985 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
12987         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12988         (icalendar-export-hidden-diary-entries): New variable.
12989         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12990         In case of error, insert full error-val.
12991         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
12992         Use calendar-day-of-week.  Return the day number.
12993         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12995 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
12997         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12998         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12999         (icalendar-export-region): Ignore hidden diary entries.
13000         (icalendar--convert-ordinary-to-ical): Fix case where event
13001         spans across midnight boundary.
13002         (icalendar-first-weekday-of-year): New function.
13003         (icalendar--convert-weekly-to-ical): Allow user-selectable start
13004         year for recurring events (Mozilla calendars do not propagate
13005         recurring events forever, so year 2000 start date was not working).
13006         (icalendar--convert-yearly-to-ical): Remove extra spaces in
13007         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13009 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
13011         * net/tramp.el (tramp-root-regexp): New defconst.
13012         (tramp-completion-file-name-regexp-unified)
13013         (tramp-completion-file-name-regexp-separate)
13014         (tramp-completion-file-name-regexp-url): Use it.
13015         (tramp-do-copy-or-rename-file-via-buffer):
13016         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
13017         t for `insert-file-contents-literally'.
13018         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13019         Autoload it.
13020         (tramp-completion-file-name-handler-post-function): New defconst.
13021         (tramp-completion-file-name-handler): Use it.
13022         (tramp-maybe-open-connection): Update calls to
13023         `tramp-flush-connection-property' for removed 2nd argument.
13025 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13027         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13028         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13029         New functions.
13031 2008-03-15  Glenn Morris  <rgm@gnu.org>
13033         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13034         New functions.
13035         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13036         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13037         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13038         (diary-bahai-list-entries): Use diary-list-entries-1.
13039         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
13040         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13041         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13042         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13043         (list-hebrew-diary-entries): Use diary-list-entries-1.
13044         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
13045         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13046         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13047         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13048         (list-islamic-diary-entries): Use diary-list-entries-1.
13049         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
13051         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13053         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13055         * calendar/cal-china.el (number-chinese-months)
13056         (calendar-chinese-from-absolute): Use nth, caar.
13058         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13060         * calendar/cal-french.el (french-calendar-accents): Doc fix.
13062         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13063         (calendar-hebrew-month-name-array-leap-year)
13064         (hebrew-calendar-parashiot-names): Make constants.
13065         (diary-parasha): Move definition after constants it uses.
13067         * calendar/cal-html.el (cal-html-insert-link-yearpage)
13068         (cal-html-htmlify-list): Doc fix.
13069         (cal-html-htmlify-entry): Use nth.
13071         * calendar/cal-islam.el (calendar-islamic-month-name-array)
13072         (calendar-islamic-epoch): Make constants.
13073         (calendar-islamic-epoch): Doc fix.
13075         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13077         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13078         (cal-tex-month-name): Doc fix.
13079         (cal-tex-last-blank-p): Use zerop.
13081         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13082         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13083         (calendar-cursor-to-date): Doc fix.
13084         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13085         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13086         (calendar-day-number): Use when.
13087         (generate-calendar-month): Use dotimes.
13088         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13089         (calendar-set-mark): Reverse conditional.
13090         (calendar-make-alist): Move definition before use.
13092         * calendar/diary-lib.el (diary-face-attrs)
13093         (diary-glob-file-regexp-prefix, diary-selective-display)
13094         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13095         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13096         (diary-anniversary, diary-cyclic)
13097         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13098         (diary-header-line-format): Change wording.
13099         (diary-list-entries): Set `date-start' in let.
13100         (include-other-diary-files, mark-included-diary-files): Use format.
13101         (simple-diary-display, fancy-diary-display): Use cadr, unless.
13102         (mark-diary-entries): Use 1+.
13103         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13104         (mark-calendar-month): Use dotimes.
13106         * calendar/holidays.el (displayed-month, displayed-year):
13107         Move declarations where needed.
13108         (calendar-list-holidays): Doc fix.
13110         * calendar/parse-time.el (parse-time-string): Simplify.
13112         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13113         Make constants.
13114         (solar-sunrise-sunset): Rename some local variables for clarity.
13115         (sunrise-sunset): Use zerop.
13116         (solar-mean-equinoxes/solstices): Doc fix.
13118         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13119         Use nth.
13120         (timeclock-completing-read, timeclock-generate-report): Use zerop.
13121         (timeclock-mean, timeclock-generate-report): Use dolist.
13123         * calendar/todo-mode.el (todo-add-category): Simplify.
13124         (todo-more-important-p, todo-delete-item, todo-file-item):
13125         Use unless, when.
13126         (todo-top-priorities): Use zerop.
13128 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
13130         * buff-menu.el (list-buffers-noselect): Display buffer name in
13131         tooltip instead of mouse binding when it doesn't fit in the list.
13133 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13135         * faces.el (xw-defined-colors):
13136         * simple.el (widget-convert, shell-mode): Declare as functions
13137         instead of autoloading.
13139         * abbrev.el:
13140         * button.el:
13141         * cus-face.el:
13142         * ediff-hook.el:
13143         * emacs-lisp/backquote.el:
13144         * emacs-lisp/timer.el:
13145         * facemenu.el:
13146         * faces.el:
13147         * menu-bar.el:
13148         * simple.el:
13149         * subr.el:
13150         * textmodes/fill.el:
13151         * textmodes/paragraphs.el: Remove autoloads, redundant when the
13152         files are preloaded.
13154 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13156         * desktop.el (desktop-create-buffer): Don't catch errors if
13157         debug-on-error is set.
13159 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
13161         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13162         ($(lisp)/calendar/diary-loaddefs.el)
13163         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13164         (LOADDEFS): New macro.
13165         (autoloads): Depend on $(LOADDEFS).
13167 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13169         * font-lock.el (featurep): Remove test, not useful anymore.
13170         (facemenu-keymap): Move key binding ...
13171         * facemenu.el (facemenu-keymap): ... here.
13173         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
13174         for each file in the list.
13175         (vc-bzr-log-view-mode): Recognize the file marker.
13177         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13178         for checkdoc and profiling.
13180 2008-03-14  Bastien Guerry  <bzg@altern.org>
13182         * textmodes/flyspell.el (nxml-mode): Add the right
13183         `flyspell-mode-predicate'.
13185         * wid-edit.el (link): Use 'mouse-face for :follow-link.
13187 2008-03-14  Glenn Morris  <rgm@gnu.org>
13189         * calendar/solar.el: Reorder so that functions are defined before use.
13190         (displayed-month, displayed-year): Move declarations where needed.
13191         (solar-get-number): Move definition before use.  Use unless.
13192         (solar-equatorial-coordinates): Simplify.
13193         (solar-sunrise-and-sunset): Use let rather than let*.
13194         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13196         * startup.el (command-line-1): Rename -internal-script back to
13197         -scriptload (reverts previous change).
13199         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13200         (calendar-bahai-leap-base): Add doc strings.
13201         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13202         Move definition before use.
13203         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13204         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13205         variables outside the loop.  Use dolist.
13206         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13208         * calendar/cal-china.el: Re-order so that functions are defined before
13209         use.
13210         (displayed-month, displayed-year): Move declarations where needed.
13211         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13212         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13213         Add doc strings.
13214         (chinese-year-cache): Recenter on 2010.  Doc fix.
13215         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13216         Doc fix.  Simplify.
13217         (chinese-year-cache-init): New function.
13218         (compute-chinese-year, holiday-chinese-new-year)
13219         (calendar-chinese-date-string, calendar-goto-chinese-date)
13220         (make-chinese-month-assoc-list): Use cadr, nth.
13221         (chinese-months): Remove un-needed let.
13223         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13224         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13225         (coptic-prompt-for-date): Move definition before use.
13227         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13228         (calendar-dst-find-data, calendar-daylight-time-offset)
13229         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13230         (calendar-daylight-savings-starts-time)
13231         (calendar-daylight-savings-ends-time): Use cadr, nth.
13233         * calendar/cal-french.el (french-calendar-epoch)
13234         (calendar-goto-french-date): Doc fix.
13235         (french-calendar-month-name-array)
13236         (french-calendar-multibyte-month-name-array)
13237         (french-calendar-day-name-array, french-calendar-special-days-array):
13238         Add doc strings.
13240         * calendar/cal-hebrew.el (displayed-month, displayed-year)
13241         (original-date): Move declarations where needed.
13242         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13243         Doc fix.
13244         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13245         constant variables outside the loop.  Use dolist.
13247         * calendar/cal-islam.el (displayed-month, displayed-year)
13248         (original-date): Move declarations where needed.
13249         (islamic-calendar-day-number): Remove unused local variable `day'.
13250         (calendar-goto-islamic-date): Doc fix.
13251         (holiday-islamic): Use unless.
13252         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13253         constant variables outside the loop.  Use dolist.
13254         (mark-islamic-calendar-date-pattern): Move definition before use.
13255         Use unless.
13256         (mark-islamic-diary-entries): Doc fix.
13257         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13258         (insert-yearly-islamic-diary-entry): Use let rather than let*.
13260         * calendar/cal-julian.el (calendar-absolute-from-julian):
13261         Move definition before use.  Remove un-needed local `day'.
13262         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13264         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13265         (calendar-mayan-tzolkin-names-array): Add doc strings.
13266         (calendar-mayan-long-count-from-absolute): Use a single let.
13267         (calendar-string-to-mayan-long-count): Simplify.
13268         (calendar-next-haab-date, calendar-previous-haab-date)
13269         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13270         (calendar-previous-calendar-round-date)
13271         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13272         Doc fix.
13273         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13274         (calendar-mayan-date-string, calendar-print-mayan-date)
13275         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13276         (calendar-mayan-long-count-common-era): Move definitions before use.
13278         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13279         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13280         Doc fix.
13281         (calendar-mouse-goto-date): Move definition before use.
13283         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13284         Move definition before use.
13285         (calendar-cursor-to-visible-date): Move definition before use.
13286         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
13287         and place inside the conditional.
13288         (calendar-forward-day): Simplify.
13289         (calendar-end-of-month): Use unless.
13290         (calendar-goto-day-of-year): Doc fix.
13291         Relocate obsolete aliases after their replacements.
13293         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13295         * calendar/diary-lib.el (mark-diary-entries): Move some constant
13296         variables outside the diary-date-forms loop.
13298         * calendar/calendar.el (diary-file): Doc fix.
13299         (calendar-buffer-list): Return buffers rather than strings (fixes
13300         previous change).
13301         (hebrew-holidays-4): Fix typo.
13303         * calendar/holidays.el (displayed-month, displayed-year):
13304         Move declarations where needed.
13305         (calendar-holiday-list, calendar-list-holidays)
13306         (holiday-filter-visible-calendar): Move definitions before use.
13307         (list-holidays): Use cadr.
13308         Relocate obsolete aliases after their replacements.
13310         * calendar/lunar.el (date, displayed-month, displayed-year):
13311         Move declarations where needed.
13312         (lunar-phase-list): Move definition after functions it uses.
13313         (calendar-phases-of-moon, diary-phases-of-moon)
13314         (lunar-new-moon-on-or-after): Use cadr, nth.
13315         (lunar-new-moon-on-or-after): Doc fix.
13317         * textmodes/org-irc.el (top-level): CL not required when compiling.
13318         (org-irc-visit-erc): Replace runtime CL functions.
13320         * textmodes/org-publish.el (declare-function): Add compatibility stub.
13321         (org-publish-delete-dups): Declare as function.
13323 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13325         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13326         (vc-bzr-show-log-entry): Make regexp match more cases.
13327         (vc-diff-switches-list): Remove autoload, not needed.
13329 2008-03-14  Juri Linkov  <juri@jurta.org>
13331         * isearch.el (isearch-edit-string): Remove one call to
13332         `isearch-push-state' not to push an inconsistent state,
13333         but keep another correct call to `isearch-push-state'.
13334         (isearch-ring-adjust): Call `isearch-push-state' only when
13335         `search-ring-update' is non-nil since `isearch-edit-string'
13336         already pushes its state.
13337         (isearch-message): Improve matching the failed part by checking
13338         if the original message starts with the last successful message.
13340         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13341         (dired-perm-write): Rename from `dired-warn-writable'.
13342         Change parent face from `font-lock-warning-face' to
13343         `font-lock-comment-delimiter-face'.
13344         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13345         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13346         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13347         with `dired-perm-write-face'.
13349 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
13351         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13352         Create cache dir only if it doesn't already exist.
13354 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13356         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13357         of \ and '.
13359 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
13361         * net/browse-url.el (browse-url-text-xterm):
13362         Unquote browse-url-text-browser.
13364 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
13366         * textmodes/org-mouse.el: Version number change.
13368         * textmodes/org-publish.el (org-publish-expand-components):
13369         Remove null projects from the list of components.
13370         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13371         Remove unused retrieval of the :publishing-directory property.
13372         (org-publish-file): Bugfix: when using a relative directory as the
13373         publishing directory, convert it to a directory filename.
13374         (org-publish-project): New alias.
13375         (org-publish-get-files): Protect against empty p.
13376         (org-publish-file): Send an error when file is not part of any project.
13377         (org-publish-file): Offer to refresh the list of files in known
13378         project when the current file is not part of any project.
13379         (org-publish-before-export-hook)
13380         (org-publish-after-export-hook): New hooks.
13381         (org-publish-org-to): Use new hooks and kill buffers.
13382         (org-publish-file): Remove the code for killing buffers.
13383         (org-publish-initialize-files-alist): Use interactive.
13384         (org-publish-file): If the publishing function creates a new
13385         buffer, kill it after publishing.
13386         (org-publish-timestamp-filename): Protect ":" in file name path
13387         under windows.
13389         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13390         change that killed the LaTeX buffer.
13392         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13393         in the decision tree.
13394         (org-select-remember-template): Clean the code.
13395         (org-prepare-dblock): Add the extra :content parameter.
13396         (org-write-agenda): New output type ".ics" files.
13397         (org-write-agenda): Call `org-icalendar-verify-function', both for
13398         time stamps and for TODO entries.
13399         (org-agenda-collect-markers, org-create-marker-find-array)
13400         (org-check-agenda-marker-table): New functions.
13401         (org-agenda-marker-table): New variable.
13402         (org-export-as-html): Revert the change that killed the html
13403         buffer.  Side effects first need to be studied carefully.
13404         (org-get-tags-at): Fix the structure of the condition-case statement.
13405         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13406         (org-timestamp-change): Fix regular expressions to swallow the
13407         extra character for repeat-shift control.
13408         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13409         (org-get-legal-level): Alias to `org-get-valid-level'.
13410         (org-dblock-write:clocktable): Add a :link parameter, linking
13411         headlines to their location in the Org agenda files.
13412         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13413         throwing an error when getting tags before headlines.
13414         (org-timestamp-change, org-modify-ts-extra)
13415         (org-ts-regexp1): Fix timestamp editing.
13416         (org-agenda-custom-commands-local-options): New constant.
13417         (org-agenda-custom-commands):
13418         Use `org-agenda-custom-commands-local-options' to improve customize
13419         type.  "htmlize": Removed hack to fix face problem with htmlize,
13420         it no longer seem necessary.
13421         (org-follow-link-hook): New hook.
13422         (org-agenda-custom-commands): Add "Component" as a tag for each
13423         item in a command series.
13424         (org-open-at-point): Run `org-follow-link-hook'.
13425         (org-agenda-schedule): Bugfix: don't display marker type when it
13426         is nil.
13427         (org-store-link): org-irc required.
13428         (org-set-regexps-and-options): Parse the new logging options.
13429         (org-extract-log-state-settings): New function.
13430         (org-todo): Handle the new ways of recording state change stuff.
13431         (org-local-logging): New function.
13432         (org-columns-open-link): Fix bug with opening link in column view.
13433         (org-local-logging): New function.
13434         (org-todo): Make sure that LOGGING properties are honoured.
13435         (org-todo-keywords): Improve docstring.
13436         (org-startup-options): Cleanup startup options.
13437         (org-set-regexps-and-options): Process the "!" markers.
13438         (org-todo): Respect the new logging stuff.
13439         (org-log-note-how): New variable.
13440         (org-add-log-maybe): New parameter HOW that defines how logging
13441         should be done and also overrides PURPOSE.  Add a docstring.
13442         (org-add-log-note): Check if we really need to ask for a note.
13443         (org-get-current-options): Digest the new keyword.
13444         (org-agenda-reset-markers): Rename from
13445         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
13446         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13447         function, without force argument.
13448         (org-buffer-property-keys): Bind local variables s and p.
13449         (org-make-tags-matcher): Allow "" to match an empty or
13450         non-existent property value.
13451         (org-export-as-html): Join unsorted lists when they directly
13452         follow each other.  Such lists may be created by headlines that
13453         are converted to lists.
13454         (org-nofm-to-completion): New function.
13455         (org-export-as-html): Use :html-extension instead of
13456         org-export-html-extension.
13457         (org-store-link): Support for links from `rmail-summary-mode'.
13458         (org-columns-new, org-complete, org-set-property): Set the
13459         `include-columns' argument in the call to
13460         `org-buffer-property-keys'.
13461         (org-buffer-property-keys): New argument `include-columns', to
13462         include properties expected by any of the COLUMNS formats in the
13463         current buffer.
13464         (org-cleaned-string-for-export): Get rid of drawers first, so that
13465         they will be removed also in the text before the first headline.
13466         (org-clock-report): Show the clocktable when found.
13467         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13468         (org-version): With prefix argument, insert `org-version' at point.
13469         (org-agenda-goto): Recenter the window after finding the target
13470         location, to make sure the correct position will be displayed.
13471         (org-agenda-get-deadlines): Don't scale priority with the warning
13472         period.
13473         (org-insert-heading): Don't break line in the middle of the line.
13474         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13475         be 0.
13476         (org-update-checkbox-count): Revamp to deal with hierarchical
13477         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
13478         (org-remove-timestamp-with-keyword): New function.
13479         (org-schedule, org-deadline):
13480         Use `org-remove-timestamp-with-keyword' to make sure all such time
13481         stamps are removed.
13482         (org-mode): Support for `align'.
13483         (org-agenda-get-deadlines): Make sure priorities increase as the
13484         due date approaches and is passed.
13485         (org-remember-apply-template): Fix problem with tags that
13486         contain "_" or "@".
13487         (org-make-link-regexps): Improve the regular expression for plain links.
13488         (org-agenda-get-closed): List each clocking entry.
13489         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13490         (org-special-ctrl-k): New option.
13491         (org-kill-line): New function.
13492         (org-archive-all-done): Fix incorrect number of stars in regexp.
13493         (org-refile-get-location): New function.
13494         (org-refile-goto-last-stored): New function.
13495         (org-global-tags-completion-table): Add the value of org-tag-alist
13496         in each buffer, to make sure that also unused tags will be
13497         available for completion.
13498         (org-columns-edit-value)
13499         (org-columns-next-allowed-value): Only update if not in agenda.
13500         (org-clocktable-steps): New function.
13501         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13502         (org-archive-subtree): Add the outline tree context as a property.
13503         (org-closest-date): New optional argument `prefer'.
13504         (org-goto-auto-isearch): New option.
13505         (org-goto-map, org-get-location): Implement auto-isearch.
13506         (org-goto-local-auto-isearch-map): New variable.
13507         (org-goto-local-search-forward-headings)
13508         (org-goto-local-auto-isearch): New functions.
13510 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
13512         * textmodes/org-irc.el: New file.
13514 2008-03-13  John Wiegley  <johnw@gnu.org>
13516         * textmodes/org-mac-message.el: New file.
13518 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
13520         * font-lock.el (font-lock-comment-face): Set the foreground for
13521         the light background 8 colors case.
13523 2008-03-13  Glenn Morris  <rgm@gnu.org>
13525         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13526         generate-autoload-cookie patterns.
13528         * startup.el (command-line-1): Rename -scriptload to -internal-script.
13530         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13531         (MH_E_SRC): Remove variable.
13532         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13533         Simplify file header.  Use $@ for generated-autoload-file.
13535         * Makefile.in (LOADDEFS): New variable.
13536         (AUTOGENEL): Use $LOADDEFS.
13537         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13538         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13539         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13540         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13541         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13542         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13543         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13544         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13545         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13546         Add calendar-specific autoload cookies, and remove any setting of
13547         generated-autoload-file.
13548         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13549         * calendar/diary-lib.el: Replace explicit autoloads with reading of
13550         diary-loaddefs.
13551         * calendar/holidays.el: Replace explicit autoloads with reading of
13552         hol-loaddefs.
13554         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13555         (calendar-buffer-list): Simplify.
13556         (generate-calendar-window): Use calendar-mark-holidays rather than
13557         obsolete alias.
13559         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13560         Use cal-hebrew-yahrzeit-buffer.
13562         * calendar/cal-x.el (calendar-only-one-frame-setup)
13563         (calendar-two-frame-setup): Doc fixes.
13564         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13566         * calendar/appt.el (appt-mode-string): Mark as risky.
13567         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13569         * calendar/cal-html.el (diary-list-entries):
13570         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13571         (calendar-iso-from-absolute): Fix autoloads.
13573         * calendar/cal-iso.el (calendar-absolute-from-iso)
13574         (calendar-iso-read-args): Simplify.
13575         (calendar-iso-date-string, calendar-iso-read-args)
13576         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13578         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13579         (displayed-month, displayed-year): Move declarations where needed.
13580         (calendar-print-astro-day-number): Doc fix.
13582         * calendar/cal-persia.el (persian-calendar-month-name-array)
13583         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13584         (persian-prompt-for-date): Remove local variable `today'.
13586         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13588         * calendar/solar.el (solar-moment, solar-exact-local-noon)
13589         (solar-sunrise-sunset, solar-sunrise-sunset-string)
13590         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13591         (diary-sabbath-candles, solar-equinoxes/solstices)
13592         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13593         (solar-time-equation, solar-date-to-et): Simplify.
13595         * mail/supercite.el: Remove the `function' in `(function (lambda'.
13596         Replace `(car (cdr' with cadr'.
13598         * progmodes/f90.el (f90-font-lock-n): New function.
13599         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13600         Use f90-font-lock-n.
13601         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13603         * progmodes/f90.el (f90-mode-abbrev-table):
13604         * progmodes/fortran.el (fortran-mode-abbrev-table):
13605         Use newer form of define-abbrev, where supported.  No need to bind
13606         abbrevs-changed for system abbrevs.
13608 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13610         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13611         delete-frame-functions.
13613         * bookmark.el (Info-current-node): Remove.
13615 2008-03-12  Juri Linkov  <juri@jurta.org>
13617         * help.el (describe-project): Remove defaliases for view-todo and
13618         describe-project that are now unnecessary after the merge from
13619         emacs--rel--22 that added define-obsolete-function-alias.
13621         * startup.el (inhibit-startup-screen): Revert incomplete
13622         2008-03-10 merge from emacs--rel--22 that partly reverted
13623         2008-02-28 change that added initial message to *scratch* buffer
13624         regardless of the value of `inhibit-startup-screen'.
13625         Now keep this change in the trunk, but not in the 22 branch.
13627 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13629         * international/quail.el (quail-setup-completion-buf, quail-help):
13630         * mail/binhex.el (binhex-decode-region-internal):
13631         * mail/uudecode.el (uudecode-decode-region-internal):
13632         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13633         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13634         setting default-enable-multibyte-characters.
13636         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13638         * comint.el: Fix up indentation and comment style.  Remove `function'.
13640         * international/mule-cmds.el (reset-language-environment)
13641         (set-language-environment-nonascii-translation):
13642         Don't set-unibyte-charset.
13644         * doc-view.el: Remove all cb-args, use closures instead.
13645         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13646         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13647         doing an incorrect check).  Update all callers to use the new name.
13648         (doc-view-doc->txt): Add missing `txt' argument.
13650 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13652         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13653         md5 sum calculation to single-byte.
13655 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13657         * doc-view.el (doc-view-new-window-function): Add assertion.
13658         (doc-view-doc-type): New var.
13659         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13660         (doc-view-intersection): New fun.
13661         (doc-view-mode): Use it to set the new var.
13663 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13665         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13666         (doc-view-already-converted-p): New functions.
13667         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13668         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13669         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13670         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13671         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13672         (doc-view-convert-current-doc): Don't hardwire the functions the
13673         sentinels call.  Now they're provided by two args CALLBACK and
13674         CB-ARGS to the functions.
13675         (doc-view-search): Use doc-view-doc->txt.
13676         (doc-view-initiate-display): Use doc-view-already-converted-p.
13677         Mention new binding C-c C-t if doc-view-mode doesn't work.
13679 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
13681         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13683 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13685         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13686         Mark " outside of tags as punctuation.
13688 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13690         * menu-bar.el (minibuffer-local-map): Use the same command for the
13691         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13692         Prefer RET over C-j for exit-minibuffer.
13694         * files.el (display-buffer-other-frame): Eliminate problematic code.
13696         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13697         (menu-bar-select-buffer): Remove.
13698         (menu-bar-select-frame): Make non-interactive and take a frame arg.
13699         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13701 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
13703         * icomplete.el (icomplete-completions): Remove obsolete code.
13705         * net/net-utils.el (iwconfig-program-options): Doc fix.
13706         (net-utils-run-program, run-network-program): Define as functions.
13708 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
13710         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13712 2008-03-11  Glenn Morris  <rgm@gnu.org>
13714         * faces.el (mode-line-emphasis): New face.
13715         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13717         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13719 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
13721         * simple.el (set-mark-command): Doc fix.
13723 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13725         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13727         * emacs-lisp/autoload.el (autoload-find-destination):
13728         Don't force raw-text.
13730         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13731         * calendar/cal-loaddefs.el: Don't version control.
13733 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13735         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13736         entries and add :help to the existing ones.
13738 2008-03-10  Glenn Morris  <rgm@gnu.org>
13740         * calendar/cal-hebrew.el (date, entry, number): Move declarations
13741         to where they are needed.
13743         * calendar/calendar.el (diary-file, hebrew-holidays-1)
13744         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13745         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13746         (calendar-version): Doc fixes.
13747         (calendar-absolute-from-gregorian): Use zerop.
13748         (calendar-mode-line-format): Make it a defcustom.
13750         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13751         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13752         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13753         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13754         (mark-included-diary-files, mark-calendar-days-named)
13755         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13756         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13757         (insert-monthly-diary-entry, insert-yearly-diary-entry)
13758         (insert-anniversary-diary-entry, insert-block-diary-entry)
13759         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13760         (diary-font-lock-sexps): Doc fixes.
13761         (diary-remind-message, mark-calendar-month): Use zerop.
13762         (diary-attrtype-convert, diary-pull-attrs): Simplify.
13763         (diary-list-entries): Revert let to let* (previous change).
13765         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13767 2008-03-10  Kim F. Storm  <storm@cua.dk>
13769         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13770         function aliases for the old names.
13772 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
13774         * iswitchb.el (iswitchb-use-faces): Doc fix.
13775         (iswitchb-buffer-ignore, iswitchb-read-buffer):
13776         Fix typos in docstrings.
13778 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13780         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13781         Fix typo.
13782         (verilog-type-font-keywords): Reindent.
13784 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
13786         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13787         Fix bug in the grouping-keyword regular expression.
13788         (verilog-font-lock-keywords): Allow users to toggle special
13789         highlight of grouping-keywords.
13790         (verilog-highlight-grouping-keywords): The toggle for special
13791         highlighting of grouping keywords.
13793 2008-03-10  Juri Linkov  <juri@jurta.org>
13795         * startup.el: Revert 2008-02-28 change that adds initial message
13796         to *scratch* buffer regardless of the value of
13797         `inhibit-startup-screen'.
13799 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13801         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13802         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13803         * progmodes/verilog-mode.el (verilog-mode):
13804         * net/socks.el (socks):
13805         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13807 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13809         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13810         (doc-view-bookmark-make-record): Use them.
13811         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
13812         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13814         * bookmark.el (bookmark-make-record-function): Change expected return
13815         value to include a suggested bookmark name.
13816         (bookmark-make): Split into bookmark-make-record and bookmark-store.
13817         Fix reversed `overwrite' semantics.
13818         (bookmark-set): Call bookmark-make-record before prompting the user.
13819         Then pass the result to bookmark-store later on.
13820         (bookmark-make-name-function): Remove.
13821         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13822         * info.el (bookmark-make-name-function): Remove.
13823         (Info-mode): Don't set it.
13824         (Info-bookmark-make-name): Remove.
13825         (Info-bookmark-make-record): Use Info-current-node as suggested default
13826         bookmark name.
13828         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13829         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13830         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13831         (bookmark-annotation-buffer, bookmark-annotation-file)
13832         (bookmark-annotation-point, bookmark-send-annotation)
13833         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13834         (bookmark-edit-annotation-text-func): Rename from
13835         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
13836         (bookmark-edit-annotation-mode-map): Move initialization into
13837         declaration.
13839         * bookmark.el: Remove spurious * in docstrings.
13840         (bookmark-minibuffer-read-name-map): New var.
13841         (bookmark-set): Use it.  Also pass the default value as it should.
13842         (bookmark-send-edited-annotation): Take no chances with text properties.
13843         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13844         (bookmark-insert-buffer-name): Remove.
13845         (bookmark-buffer-file-name): Signal an error rather than returning nil.
13847 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
13849         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13851 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
13853         * diff-mode.el (diff-mode-menu): Add :help.
13855 2008-03-09  Glenn Morris  <rgm@gnu.org>
13857         * calendar/calendar.el (general-holidays, oriental-holidays)
13858         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13859         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13860         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13861         (calendar-holidays): Restore autoload cookies, because people are
13862         used to using these variables without loading calendar.el.
13864         * calendar/cal-islam.el (diary-islamic-date): Move to end.
13865         (date, number): Declare where needed.
13867         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13868         (list-sexp-diary-entries): Doc fixes.
13869         (diary-list-entries): Doc fix.  Remove free variable `entry'.
13870         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
13871         Simplify setting of `date-holiday-list'.
13872         (mark-diary-entries): Remove free variable `entry'.
13873         (diary-list-entries, include-other-diary-files, fancy-diary-display):
13874         Use let where let* is not needed.
13876 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13878         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13879         make-record function, instead paste it in afterwards.
13880         (bookmark-make-record-for-text-file):
13881         * doc-view.el (doc-view-bookmark-make-record):
13882         * info.el (Info-bookmark-make-record): Don't mess with annotations.
13884 2008-03-08  Glenn Morris  <rgm@gnu.org>
13886         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13888 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13890         * calendar/diary-lib.el (diary-list-entries)
13891         (include-other-diary-files, mark-diary-entries)
13892         (mark-sexp-diary-entries, mark-included-diary-files)
13893         (diary-entry-time, list-sexp-diary-entries): Remove the special
13894         handling of ^M that dates back to the use of selective-display.
13895         (simple-diary-display): Obey setting of pop-up-frames.
13896         (body, entry): Remove unnecessary declarations.
13898         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13899         (bookmark-get-annotation, bookmark-set-annotation)
13900         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13901         (bookmark-set-position, bookmark-get-front-context-string)
13902         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13903         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
13904         * info.el (Info-bookmark-make-record): Don't bother recording point.
13905         (bookmark-get-filename, bookmark-get-front-context-string)
13906         (bookmark-get-rear-context-string, bookmark-get-position):
13907         Don't declare any more.
13908         (bookmark-get-info-node): Remove.
13909         (bookmark-prop-get): Declare.
13910         (Info-bookmark-jump): Use it.
13912 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
13914         * subr.el (while-no-input): Don't splice BODY directly into the
13915         `or' form.
13917 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
13919         * diff-mode.el (diff-ignore-whitespace-hunk):
13920         Bind inhibit-read-only before trying to change the buffer.
13922 2008-03-08  Glenn Morris  <rgm@gnu.org>
13924         * calendar/appt.el (appt): Move custom group here from calendar.el.
13925         (appt-disp-window, appt-convert-time): Doc fixes.
13927         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13928         (calendar-bahai-mark-date-pattern):
13929         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13930         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13931         * calendar/cal-julian.el (calendar-absolute-from-julian):
13932         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13934         * calendar/cal-china.el (chinese-calendar): Move custom group here from
13935         calendar.el.
13936         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13937         Make constants.
13938         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13939         (chinese-calendar-daylight-savings-starts)
13940         (chinese-calendar-daylight-savings-ends)
13941         (chinese-calendar-daylight-savings-starts-time)
13942         (chinese-calendar-daylight-savings-ends-time)
13943         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13944         Doc fixes.
13946         * calendar/cal-coptic.el (coptic-name): Add doc string.
13948         * calendar/cal-french.el (french-calendar-month-name-array)
13949         (french-calendar-day-name-array, french-calendar-special-days-array):
13950         Add doc strings.
13952         * calendar/cal-bahai.el (diary-bahai-mark-entries)
13953         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13954         (diary-bahai-insert-yearly-entry):
13955         * calendar/cal-dst.el (calendar-next-time-zone-transition)
13956         (calendar-time-zone):
13957         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13958         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13959         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13960         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13961         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13962         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13963         (list-islamic-diary-entries, mark-islamic-diary-entries)
13964         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13965         (insert-yearly-islamic-diary-entry):
13966         * calendar/cal-iso.el (calendar-iso-read-args):
13967         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13968         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13969         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13970         (calendar-next-calendar-round-date)
13971         (calendar-mayan-long-count-common-era):
13972         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13973         (cal-menu-x-popup-menu, calendar-mouse-holidays)
13974         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13975         (calendar-mouse-goto-date):
13976         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13977         * calendar/holidays.el (holidays):
13978         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13979         * calendar/time-date.el (date-to-time, time-subtract, time-add)
13980         (safe-date-to-time): Doc fixes.
13982         * calendar/cal-persia.el (persian-calendar-month-name-array)
13983         (persian-calendar-epoch): Make constants.
13985         * calendar/cal-tex.el (calendar-tex): Move custom group here from
13986         calendar.el.
13988         * calendar/cal-x.el (diary-frame-parameters)
13989         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13990         (calendar-after-frame-setup-hooks): Make defcustoms.
13991         (calendar-one-frame-setup, calendar-only-one-frame-setup)
13992         (calendar-two-frame-setup): Doc fix.
13994         * calendar/cal-loaddefs.el: New file.
13996         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13997         * calendar/cal-french.el, calendar/cal-html.el:
13998         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13999         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14000         * calendar/cal-tex.el, calendar/cal-x.el:
14001         Unquote lambda functions.  Add autoload cookies to functions formerly
14002         autoloaded in calendar.el.  Set `generated-autoload-file' to
14003         "cal-loaddefs.el".
14005         * calendar/calendar.el: Move many autoloads to separate file,
14006         cal-loaddefs.el.  Move defcustoms to start and re-order.
14007         (calendar-month-name-array, calendar-starred-day): No need to
14008         declare for compiler.
14009         (cal-loaddefs): Require it.
14010         (appt, chinese-calendar, calendar-tex): Move custom groups to the
14011         appropriate file.
14012         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14013         Reverse logic.
14014         (diary-face, diary-file-name-prefix-function, diary-include-string)
14015         (diary-glob-file-regexp-prefix, diary-face-attrs)
14016         (diary-file-name-prefix, sexp-diary-entry-symbol)
14017         (print-diary-entries-hook, list-diary-entries-hook)
14018         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14019         (nongregorian-diary-marking-hook, diary-list-include-blanks):
14020         Move to diary-lib.
14021         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14022         (all-bahai-calendar-holidays): Doc fix.
14023         (calendar-insert-indented): Doc fix.  Use when rather than if.
14024         (exit-calendar): Use mapc rather than mapcar.
14025         (calendar-cursor-to-date): Use zerop.
14026         (calendar-mark-ring): Add doc-string.
14027         (calendar-starred-day): Defvar it.
14028         (calendar-mode): Make calendar-starred-day local.
14029         (calendar-star-date): No need to make calendar-starred-day local.
14031         * calendar/diary-lib.el: Move defcustoms to start.
14032         (diary-include-string, diary-list-include-blanks)
14033         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14034         (diary-file-name-prefix, diary-file-name-prefix-function)
14035         (sexp-diary-entry-symbol, list-diary-entries-hook)
14036         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14037         (nongregorian-diary-marking-hook, print-diary-entries-hook):
14038         Move here from calendar.el.
14039         (diary-file-name-prefix-function): Use 'identity.
14040         (diary-face): Make it a defcustom, and mark as obsolete.
14041         (top-level): No need to require cal-hebrew, cal-islam when compiling.
14042         (calendar-hebrew-month-name-array-leap-year)
14043         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14044         Define for compiler.
14045         (diary-font-lock-keywords): Use format rather than concat.
14046         Add bahai-diary-entry-symbol.
14048         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14049         * calendar/solar.el: Unquote lambda functions.
14051         * calendar/solar.el (calendar-location-name, calendar-latitude)
14052         (calendar-longitude, solar-setup, solar-sin-degrees)
14053         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14054         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14055         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14056         (solar-exact-local-noon, solar-julian-ut-centuries)
14057         (solar-ephemeris-time, solar-date-next-longitude)
14058         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14059         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14060         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14061         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14062         Doc fixes.
14063         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14064         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14065         (solar-ecliptic-coordinates): Use unless.
14066         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14067         Use or.
14069         * calendar/timeclock.el: Add doc-strings to all functions.
14070         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14071         (timeclock-entry-list-length, timeclock-entry-list-projects)
14072         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14074         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14076         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14077         (org-get-entries-from-diary): Require diary-lib.
14079 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
14081         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14082         Pacify byte-compiler.
14084 2008-03-07  Alan Mackenzie  <acm@muc.de>
14086         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14087         paren/bracket pairs parsed, to solve performance problem.
14089 2008-03-07  Bastien Guerry  <bzg@altern.org>
14091         * bookmark.el (bookmark-set): Don't check for
14092         `bookmark-make-name-function' since `bookmark-buffer-file-name'
14093         already takes care of this.
14094         (bookmark-buffer-name, bookmark-buffer-file-name):
14095         Remove Info-mode specific code.
14097         * info.el (bookmark-get-info-node): Define this function in
14098         info.el, not in bookmark.el.
14099         (Info-mode): Set `bookmark-make-name-function' to
14100         `Info-bookmark-make-name' locally.
14101         (Info-bookmark-make-name): New function.
14103         * bookmark.el (bookmark-make-name-function): New variable.
14105 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14107         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14108         buffer-local, not `bookmark-make-cell-function' (the old name).
14110 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
14112         * doc-view.el (doc-view-bookmark-make-record):
14113         * image-mode.el (image-bookmark-make-record):
14114         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14116 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
14118         * vc.el (vc-status-menu-map-filter): Return orig-binding if
14119         boundp 'vc-ignore-menu-filter.
14120         (vc-status-tool-bar-map): Make it defvar.
14121         (vc-status-mode): vc-status-tool-bar-map now variable.
14122         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14124 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14126         Give a better name to part of the bookmark interface.
14128         This was originally a much larger change, but halfway through I
14129         updated and discovered that Stefan Monnier had done the rest.
14130         It looks like he anticipated the new name too, because he used
14131         `the-record' instead of `the-cell' for some internal variable names.
14133         * bookmark.el (bookmark-make-record-function): Was
14134         `bookmark-make-cell-function'.
14135         (bookmark-make, bookmark-send-annotation): Update for above.
14136         (bookmark-make-record-for-text-file):
14137         Was `bookmark-make-cell-for-text-file'.  Fix doc string re rev 1.102.
14139         * info.el: Adjust accordingly.
14140         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14142         * image-mode.el: Adjust accordingly.
14143         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14145         * doc-view.el: Adjust accordingly.
14146         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14148 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14150         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14151         Move initialization into declaration.
14152         (bookmark-get-info-node, bookmark-set-info-node): Remove.
14153         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14154         (bookmark-info-current-node): Remove.
14155         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14156         Add relocation fallback.  Set bookmark-current-bookmark.
14157         (bookmark-default-handler): Rename from bookmark-jump-noselect.
14158         Remove relocation fallback.  Don't set bookmark-current-bookmark.
14159         (bookmark-set): Let it be used even if there's no buffer-file-name
14160         as long as there is a bookmark-make-cell-function.
14161         * info.el (Info-bookmark-jump): Remove relocation fallback.
14162         Don't set bookmark-current-bookmark.
14164 2008-03-07  Glenn Morris  <rgm@gnu.org>
14166         * calendar/appt.el (appt-issue-message)
14167         (appt-message-warning-time, appt-audible, appt-visible)
14168         (appt-msg-window, appt-display-mode-line, appt-display-duration)
14169         (appt-display-diary): Remove autoload cookies.
14171         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14172         Remove leading `*' from defcustom doc-strings.
14174         * calendar/cal-dst.el (calendar-dst): New custom group.
14175         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14176         (calendar-time-zone, calendar-daylight-time-offset)
14177         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14178         (calendar-daylight-savings-starts-time)
14179         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14180         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14181         Move to start.
14183         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14185         * calendar/calendar.el (calendar-version): Use emacs-version and
14186         make it obsolete.  Move to end.
14187         (calendar-offset, view-diary-entries-initially)
14188         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14189         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14190         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14191         (all-bahai-calendar-holidays, calendar-load-hook)
14192         (initial-calendar-window-hook, today-visible-calendar-hook)
14193         (today-invisible-calendar-hook, calendar-move-hook)
14194         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14195         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14196         (diary-include-string, sexp-diary-entry-symbol)
14197         (abbreviated-calendar-year, american-date-diary-pattern)
14198         (european-date-diary-pattern, european-calendar-display-form)
14199         (american-calendar-display-form, print-diary-entries-hook)
14200         (list-diary-entries-hook, diary-hook, diary-display-hook)
14201         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14202         (nongregorian-diary-marking-hook, diary-list-include-blanks)
14203         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14204         (local-holidays, other-holidays, hebrew-holidays-1)
14205         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14206         (hebrew-holidays, christian-holidays, islamic-holidays)
14207         (bahai-holidays, solar-holidays, calendar-setup)
14208         (calendar-week-start-day): Remove autoload cookies.
14209         (diary-glob-file-regexp-prefix): Doc fix.
14210         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14211         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14212         (calendar-week-start-day, calendar-debug-sexp): Move to start.
14214         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14215         (calendar-time-display-form, calendar-latitude)
14216         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14217         cookies.
14218         (calendar-latitude, calendar-longitude): Move functions after
14219         variables.
14220         (diary-sabbath-candles-minutes): Move to start.
14221         (solar-setup): Use or rather than if.
14222         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14223         Remove condition-case.
14224         (solar-atn2): Use zerop.
14225         (solar-equinoxes-solstices): Doc fix.
14227         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14228         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
14230         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14231         (calendar-longitude, calendar-latitude, calendar-location-name):
14232         Declare for compiler.
14234 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14236         * arc-mode.el (archive-ar-file-header-re): New const.
14237         (archive-ar-summarize, archive-ar-extract): New funs.
14238         (archive-find-type): Recognize ar archives.
14240         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14241         New functions.
14243         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14245 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
14247         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14248         Replace :enable (mark-active) with :enable mark-active.
14250 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
14252         * vms-patch.el (make-legal-file-name): New obsolete alias.
14253         (make-valid-file-name): Rename from `make-legal-file-name'.
14254         (make-auto-save-file-name): Use it.
14256         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14257         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14258         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14260         * textmodes/org.el (org-export-html-style): Doc fix.
14261         (org-get-legal-level): New obsolete alias.
14262         (org-get-valid-level): Rename from `org-get-legal-level'.
14263         (org-promote, org-demote, org-archive-subtree)
14264         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14266 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
14268         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14270         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14271         (vc-status-toggle-mark): New functions.
14272         (vc-status-mode): Set tool bar map.
14274 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
14276         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14277         Reported by Drew Adams <drew.adams@oracle.com>.
14279 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
14281         * subr.el (read-quoted-char): Resolve modifiers of the character
14282         event.
14284         * comint.el (comint-exec-1): Don't change the coding-system for
14285         decoding to dos-like EOL.
14286         (comint-carriage-motion): Fully rewrite.
14288 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
14290         * epg.el (epg-context-include-certs): Reflow docstring.
14291         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14292         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14293         (epg-context-set-signers, epg-context-set-sig-notations)
14294         (epg-make-import-status, epg-make-import-result)
14295         (epg-start-delete-keys): Fix typos in docstrings.
14296         (epg-start-sign-keys, epg-sign-keys):
14297         Fix typos in obsolescence declarations.
14299         * iswitchb.el: Don't check for `cadr' and `last'.
14300         (iswitchb-define-mode-map, iswitchb-default-keybindings):
14301         Add obsolescence declaration and remove redundant info from docstring.
14302         (iswitchb-set-common-completion, iswitchb-set-matches)
14303         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14304         (recentf-list, most-len, most-is-exact):
14305         Don't wrap defvars within `eval-when-compile'.
14307 2008-03-05  Glenn Morris  <rgm@gnu.org>
14309         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14310         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14311         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14312         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14313         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14315         * ediff-hook.el (ediff-window-setup-function): Don't autoload
14316         declaration for compiler.
14317         (ediff-xemacs-init-menus): Use when rather than if.
14319         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14320         if+and to just and.
14321         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14322         (ediff-delete-overlay): Move the XEmacs test inside the definition.
14324         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14326         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14327         test inside XEmacs test.
14328         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14329         since it was doing nothing on Emacs.
14330         (ediff-make-bullet-proof-overlay): Use when rather than if.
14332         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14333         (ediff-setup-control-frame): Remove
14334         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14335         a (featurep 'xemacs) test.
14337 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
14339         * calc/calc-ext.el (calc-extended-command-history): New variable.
14340         (calc-execute-extended-command): Use `calc-extended-command-history'.
14342 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
14344         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
14345         (standard-mode-line-position): Add mouse-face.
14347         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14348         * progmodes/grep.el (grep-mode-map): Add :help.
14350         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14351         initialize in one step.  Add :help.  Use :enable to activate menu
14352         items.  Show the key binding for edebug-defun.
14353         (lisp-interaction-mode-map): Add a menu.
14355         * term.el (term-mode-map): Define and initialize in one step.
14357         * ediff-init.el (ediff-color-display-p): Simplify.
14358         (Xor): Remove unused function.
14359         (ediff-with-syntax-table): Simplify for Emacs.
14361         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14362         menu-bar being loaded, it always is.
14364 2008-03-05  Glenn Morris  <rgm@gnu.org>
14366         * textmodes/tex-mode.el (tex-mode): Suppress warning about
14367         multiple definitions when compiling.
14369 2008-03-04  Alan Mackenzie  <acm@muc.de>
14371         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14373         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14374         doc-string, "c-old-LEN" -> "c-old-END".
14376 2008-03-04  Jason Rumney  <jasonr@gnu.org>
14378         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14379         namespaces.
14381 2008-03-04  Glenn Morris  <rgm@gnu.org>
14383         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14385         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14386         than mapcar.
14388 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14390         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14391         (byte-compile-nilconstp): Can't use recursion in a defsubst.
14393         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14394         so that M-q can fill comments.
14395         (tex-executable-exists-p, tex-compile): Extend with special syntax for
14396         commands implemented in elisp.
14397         (tex-compile-commands): Add an entry to use doc-view for pdf files.
14398         (tex-format-cmd): New function.
14399         (tex-compile): Use it to let the user specify default arguments.
14400         (tex-cmd-bibtex-args): New var.
14401         (tex-cmd-doc-view): New function.
14403 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
14405         * faces.el (face-spec-set): Fix typos in docstring.
14407 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
14409         * bindings.el (mode-line-column-line-number-mode-map): New variable.
14410         (standard-mode-line-position): Use it to add a menu for toggling
14411         column number and line number display.
14413 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14415         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14416         Remove optimization that was working around the form-code-walker bug.
14418         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14419         Walk into the body of lambdas after byte-compile-unfold-lambda.
14421 2008-03-03  Glenn Morris  <rgm@gnu.org>
14423         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14424         value, if set, over frame value.
14426         * simple.el (transient-mark-mode): Don't turn on by default.
14428         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14429         accidentally removed by the 2007-12-05 merge from Gnus.
14431 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
14433         * progmodes/compile.el (compilation-menu-map): Add menu entries
14434         for useful options.
14436 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
14437             Glenn Morris  <rgm@gnu.org>
14439         * emacs-lisp/bytecomp.el (byte-recompile-directory)
14440         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14441         Give a `bytecomp-' prefix to local variables with common names.
14443 2008-03-01  Glenn Morris  <rgm@gnu.org>
14445         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14446         Restore code commented out 2007-11-10.
14448         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14450         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14451         Delete macro.
14452         * emulation/viper-cmd.el, emulation/viper-ex.el:
14453         * emulation/viper-init.el, emulation/viper-keym.el:
14454         * emulation/viper-mous.el, emulation/viper-util.el:
14455         * emulation/viper.el:
14456         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14457         featurep test.
14459         Replace obsolete frame-local variables with frame-parameters.
14460         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14461         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14462         (viper-vi-state-cursor-color): Only call make-variable-frame-local
14463         on XEmacs.
14464         * emulation/viper-util.el (viper-frame-value): New macro.
14465         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14466         (viper-R-state-post-command-sentinel)
14467         (viper-replace-state-post-command-sentinel)
14468         (viper-change-state-to-insert, viper-change-state-to-emacs):
14469         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14470         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14471         (viper-get-saved-cursor-color-in-insert-mode)
14472         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14473         Use viper-frame-value for viper-replace-overlay-cursor-color,
14474         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14475         viper-vi-state-cursor-color values.
14477         * emulation/viper-cmd.el (zmacs-region-stays):
14478         * emulation/viper-util.el (zmacs-region-stays): No need to define
14479         for compiler.
14481         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14482         mapcar on Emacs.
14484         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14485         on XEmacs.
14487         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14488         rather than if.
14490 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14492         * whitespace.el: New version 9.3.  As the glyph code generation was
14493         fixed, it is possible now to use character code above ?\x1FFFF in the
14494         display table.  Fix `whitespace-indentation-regexp' to not include an
14495         extra ending character.  Reported by Michael Welsh Duggan
14496         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
14497         the original whitespace package had.  Suggested by Eric Cooper
14498         <ecc@cmu.edu>.  Doc fix.
14499         (whitespace-action): New option.
14500         (whitespace-display-mappings): Changed default newline visualization to
14501         display downwards arrow, as the glyph code generation was fixed.
14502         (whitespace-unload-function): Assure that all local whitespace mode is
14503         turned off.
14504         (whitespace-global-modes): Fix type customization.
14505         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14506         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14507         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14508         Fix code.
14509         (whitespace-buffer): Command removed.
14510         (whitespace-trailing-regexp, whitespace-mark-x)
14511         (whitespace-display-window, whitespace-action-when-on)
14512         (whitespace-add-local-hook, whitespace-remove-local-hook)
14513         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14514         (whitespace-action): New funs.
14515         (whitespace-report-list, whitespace-report-text)
14516         (whitespace-report-buffer-name): New consts.
14517         (whitespace-report, whitespace-report-region): New commands.
14519 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14521         * disp-table.el (make-glyph-code): Don't test the result of
14522         `face-id', which already signals an error for invalid faces.
14523         (glyph-face): Simplify.
14525         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14526         running `desktop-not-loaded-hook' to allow modifying it.
14527         Don't show warning message if `desktop-dirname' was modified.
14529 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14531         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14532         we still expect more lines.
14534         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14535         comment-paragraph filling if the commark doesn't match
14536         comment-start-skip.
14538 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
14540         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14541         the `imap' variant.
14543 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14545         * files.el (make-auto-save-file-name): Encode more characters in
14546         non-file buffer names.  Use url-encoding.
14548 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14550         * net/net-utils.el (ftp-program): Fix typo in docstring.
14551         (ifconfig-program-options, netstat-program-options)
14552         (arp-program-options, route-program-options, nslookup-program-options)
14553         (ftp-program-options, smbclient-program-options)
14554         (dns-lookup-program-options, arp, route): Doc fixes.
14556         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14557         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14558         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14559         Fix typos in docstrings.
14560         (gdb-pending-triggers): Reflow docstring.
14561         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14563 2008-03-01  Alan Mackenzie  <acm@muc.de>
14565         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14566         typing "#" at EOB.
14568 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14570         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14572 2008-02-29  Kim F. Storm  <storm@cua.dk>
14574         * emulation/cua-base.el (cua-remap-control-v)
14575         (cua-remap-control-z): New defcustoms.
14576         (cua-mode): Add them to set-after property.
14577         (cua--init-keymaps): Use them.
14578         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14580         * help.el (view-emacs-todo): Rename from view-todo.
14581         (describe-gnu-project): Rename from describe-project.  Users changed.
14582         (view-help-file): New helper function.
14583         (describe-distribution, describe-copying, describe-gnu-project)
14584         (view-todo, view-order-manuals, view-emacs-problems): Use it.
14585         (view-emacs-debugging, view-external-packages): New commands.
14586         (help-map): Move describe-distribution to C-h C-o (ordering).
14587         Move view-emacs-problems to C-h C-p (problems).
14588         Bind view-emacs-debugging to C-h C-d (debugging).
14589         Bind view-external-packages to C-h C-e (extras).
14590         (help-for-help-internal): Cleanup and align descriptions.
14591         Remove command names to reduce clutter.
14593 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14595         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14596         and quieter face (not a warning).
14598 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
14600         * vc.el (vc-status-crt-marked): New variable.
14601         (vc-status-mode): Make it local.
14602         (vc-status-refresh): Use it to save the marked files.
14603         (vc-update-vc-status-buffer): Use it to restore the marked files.
14605         * vc-svn.el (vc-svn-after-dir-status):
14606         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14608 2008-02-29  Glenn Morris  <rgm@gnu.org>
14610         * allout.el (allout-topic-encryption-bullet)
14611         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14612         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14613         from 22.0 to 22.1.
14615         * net/imap.el (imap-ping-server):
14616         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14617         Change defcustom :version from 23.0 to 23.1.
14619 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
14621         * desktop.el (desktop-save): Save the buffer name if the
14622         uniquified base name is empty.
14624 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14626         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14627         correctly when user has "set print address off".
14629 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
14631         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14632         version number of the next major Emacs release, not 23.0.
14634         * longlines.el (longlines-unload-function): New function.
14636 2008-02-28  Juri Linkov  <juri@jurta.org>
14638         * startup.el (normal-splash-screen): Add argument `concise'.
14639         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
14640         to the created buffer.  If `concise' is non-nil, call
14641         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
14642         (display-startup-screen): Add argument `concise' to the call to
14643         `normal-splash-screen'.
14645 2008-02-28  Kim F. Storm  <storm@cua.dk>
14647         * startup.el (startup-echo-area-message): Check for about-emacs.
14649 2008-02-28  Juri Linkov  <juri@jurta.org>
14651         * startup.el: Always add initial message to *scratch* buffer if
14652         `initial-scratch-message' is non-nil regardless of the value of
14653         `inhibit-startup-screen'.
14654         (inhibit-startup-screen, initial-scratch-message): Doc fix.
14655         (command-line-1): Move code that inserts `initial-scratch-message'
14656         up before the if-form that checks for `inhibit-startup-screen'.
14657         Suggested by Jonathan Rockway <jon@jrock.us>.
14659 2008-02-28  Juri Linkov  <juri@jurta.org>
14661         * cus-edit.el (custom-mode-map, custom-mode-link-map):
14662         Rename `custom-mode' to `Custom-mode' in docstrings.
14663         (custom-buffer-create-internal, customize-browse):
14664         Rename `custom-mode' to `Custom-mode'.
14665         (custom-mode-hook): Rename to `Custom-mode-hook'.
14666         (Custom-mode-hook): Renamed from `custom-mode-hook'.
14667         (custom-mode): Rename to `Custom-mode'.
14668         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
14669         (custom-mode): Add backward-compatible non-interactive variant of
14670         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
14671         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14673         * info-look.el: Rename `custom-mode' to `Custom-mode'.
14675         * emulation/viper.el (viper-emacs-state-mode-list):
14676         Rename `custom-mode' to `Custom-mode'.
14678         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14679         Capitalize "Tagged Files".
14680         (minibuffer-local-map): Add menu items for next/previous
14681         history elements and isearch history forward/backward.
14683         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14684         `hs-isearch-open' with t instead of `comment' in :selected
14685         for "Code and Comment blocks" menu item.
14687 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14689         * uniquify.el (uniquify-buffer-base-name): Undo last change.
14690         Should be done in desktop.el instead.
14692 2008-02-28  Glenn Morris  <rgm@gnu.org>
14694         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14696         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14698         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14699         (Info-menu, Info-goto-node): Remove declarations.
14700         (report-emacs-bug-info): Use info rather than Info-goto-node.
14702         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14703         (idlwave-convert-xml-system-routine-info): Don't require xml.
14704         (idlwave-show-commentary, idlwave-shell-show-commentary):
14705         Don't require finder.
14706         (idlwave-info): Don't require info.  Use info rather than
14707         Info-goto-node.
14709         * textmodes/org.el (Info-goto-node): Remove declaration.
14710         (org-info): Use info rather than Info-goto-node.
14712         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14713         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
14715 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
14717         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14718         the menu.
14720         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14721         (vc-finish-logentry): Check for vc-status-mode, not only for
14722         vc-dired-mode.
14724 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
14726         * isearch.el (isearch-printing-char): Don't check
14727         keyboard-coding-system.
14728         Call isearch-process-search-multibyte-characters only when
14729         current-input-method is non-nil.
14731 2008-02-27  Kim F. Storm  <storm@cua.dk>
14733         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14734         (glyph-char, glyph-face): Handle cons encoding.
14736 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
14738         * uniquify.el (uniquify-buffer-base-name): If the base name is an
14739         empty string, return nil to allow the caller to default to the
14740         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
14742         * tool-bar.el (tool-bar-setup): Doc fix.
14744         * mail/supercite.el (sc-describe):
14745         Fix typos in obsolescence declaration.
14747 2008-02-27  Glenn Morris  <rgm@gnu.org>
14749         * autoinsert.el (auto-insert-alist): Change permission text to
14750         match FSF's GPLv3 form.
14752         * mail/supercite.el (sc-cite-original): Doc fix.
14753         (sc-version): Make obsolete.
14754         (sc-describe): Show the SC info page.  Make obsolete.
14756 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14758         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14759         when using transient-mark-mode.
14760         (default-indicate-unused-lines): Remove unused var.
14762 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
14764         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14765         and previous.
14767         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14769 2008-02-26  Glenn Morris  <rgm@gnu.org>
14771         * net/net-utils.el (top-level): Don't require comint when compiling.
14772         (nslookup-font-lock-keywords): Don't require font-lock.
14773         Use font-lock faces rather than variables.
14774         (nslookup, ftp, smbclient, network-service-connection):
14775         Don't require comint.
14776         (comint-prompt-regexp, comint-input-autoexpand)
14777         (comint-input-ring): Declare for compiler.
14778         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14779         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
14781         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14782         doc-string.
14784 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14786         * doc-view.el (doc-view-current-page): Add a `win' argument.
14788 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14790         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14791         Demote it to plain defvar.
14792         (doc-view-conversion-refresh-interval): Reduce interval.
14793         (doc-view-goto-page): Allow moving to pages not yet rendered.
14794         (doc-view-goto-page): Construct a file name rather than extracting it
14795         from doc-view-current-files.
14796         (doc-view-kill-proc): Ignore errors from kill-process.
14797         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14798         (doc-view-insert-image): Use appropriate text if the page hasn't been
14799         rendered yet.  Adjust scrolling so the text is displayed.
14800         (doc-view-display): Detect not just that a page is available, but also
14801         that it wasn't available before, so as to avoid refreshing all pages
14802         repeatedly.
14803         (doc-view-mode): Make doc-view-cache-directory if needed.
14805 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14807         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14808         toggle-read-only.
14810         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14811         refering to a missing required field with the OPT prefix.
14812         Make unwindform more robust.
14814         * textmodes/bibtex.el: Remove support for hideshow minor mode as
14815         it duplicates the bibtex support in progmodes/hideshow.el.
14816         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14817         entries that do not start at the beginning of a line.
14819 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
14821         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14823 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
14825         * help-fns.el (describe-variable): Add phrases about
14826         initialization file with and without customization;
14827         use new button type help-info-variable.
14829         * help-mode.el (help-info-variable):
14830         New button able to read Info files for help-fns.el.
14832 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14834         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14835         (grep-mode): Use grep-mode-tool-bar-map.
14837         * progmodes/compile.el (tool-bar): Require tool-bar.
14838         (compilation-mode-tool-bar-map): New variable.
14839         (compilation-mode): Use compilation-mode-tool-bar-map.
14841         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
14843 2008-02-25  Glenn Morris  <rgm@gnu.org>
14845         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14847 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14849         * diff-mode.el (diff-file-junk-re): New const.
14850         (diff-beginning-of-file-and-junk): Use it.
14851         (diff-file-kill): Make sure we were really inside a file diff.
14853         * diff-mode.el: Make it more robust in the presence of empty context
14854         lines in unified hunks.
14855         (diff-valid-unified-empty-line): New var.
14856         (diff-unified->context, diff-sanity-check-hunk): Obey it.
14857         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
14858         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14859         (diff-hunk-header-re-unified): New const.
14860         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14861         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14862         (diff-sanity-check-hunk): Use it.
14864         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14865         Index: line, don't search backward for the previous one.
14867 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
14869         * international/fontset.el (setup-default-fontset): Add non-OTF
14870         lao font for lao script.
14872         * language/tibetan.el: Register tibetan-composition-function in
14873         composition-function-table.
14875         * language/tibet-util.el (tibetan-composition-function):
14876         Adjust for the new calling way (argument changed).  Try font-shape-text
14877         if possible.
14879         * language/lao.el: Register lao-composition-function in
14880         composition-function-table.
14882         * language/lao-util.el (lao-composition-function): Adjust for the new
14883         calling way (argument changed).  Try font-shape-text if possible.
14885 2008-02-25  Jason Rumney  <jasonr@gnu.org>
14887         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14889 2008-02-25  Juri Linkov  <juri@jurta.org>
14891         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14892         background, "red4" for a dark background, "red" for 16 and
14893         8 colors, "grey" for grayscale, and inverse video otherwise.
14894         Add :version tag.
14895         (isearch-message): Keep the original isearch-message intact, and
14896         add text properties to it where necessary.  Add `isearch-error' to
14897         the condition that checks if isearch is unsuccessful.
14899 2008-02-24  Juri Linkov  <juri@jurta.org>
14901         * progmodes/compile.el (compilation-handle-exit):
14902         Use compilation-error face instead of font-lock-warning-face.
14903         Display the same message in the minibuffer as is inserted
14904         at the end of the compilation buffer.
14906 2008-02-24  Glenn Morris  <rgm@gnu.org>
14908         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14909         multiple file case.
14911         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14913         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14914         multiple file case.  Use a single `let' rather than two.
14916 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14918         * progmodes/compile.el (compilation-start): Specify a face for
14919         mode-line-process.
14920         (compilation-handle-exit): Specify a face and a tooltip for
14921         mode-line-process.
14923 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14925         * hilit-chg.el: Remove spurious * in defcustom docstrings.
14926         (hilit-chg-make-ov): Simplify.
14927         (hilit-chg-fixup): Use remove-overlays.
14928         (hilit-chg-set-face-on-change): Remove redundant call to
14929         `remove-text-properties'.
14931         * dired.el (dired-mark-prompt): Don't count/display the t element.
14932         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14934 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14936         * progmodes/verilog-mode.el (eval-when-compile): Don't define
14937         add-submenu.
14938         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14939         Remove.  Move contents to the only use ...
14940         (verilog-menu): ... here.
14941         (verilog-statement-menu): Remove.  Move contents to the only use ...
14942         (verilog-stmt-menu): ... here.
14943         (verilog-mark-defun): Simply call mark-defun for emacs.
14944         (occur-pos-list): Declare for byte compiler.
14945         (mode-popup-menu): Don't defvar.
14946         (verilog-add-statement-menu): Remove.
14947         (verilog-mode-hook): Don't add verilog-add-statement-menu.
14948         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14950 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14952         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14953         conditional.
14954         (verilog-font-grouping-keywords-face): Make the begin..end
14955         keywords standout more than other verilog keywords.
14956         (verilog-type-font-keywords): Move the begin..end out of this list
14957         to facilitate making them to (potentially) stand out more.
14958         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14959         function & task blocks.
14960         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14961         initial, function & task blocks.
14962         (verilog-forward-sexp): Handle the new "disable fork" statement of
14963         IEEE-1800 Verilog.
14964         (verilog-beg-block-re-ordered): Handle the new "disable fork"
14965         statement of IEEE-1800 Verilog.
14966         (verilog-calc-1): Handle the new "disable fork" statement of
14967         IEEE-1800 Verilog.
14968         (verilog-disable-fork-re): Add const to help handle the new
14969         "disable fork" statement of IEEE-1800 Verilog.
14970         (verilog-declaration-core-re): Add port directions by themselves,
14971         with no qualification, as base item of a declaration.
14972         (verilog-pretty-declarations): Add new flag to ask it to refrain
14973         from printing to the message buffer.
14974         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14975         printing to the message buffer.  Improve handling of the many
14976         types of expression line up.
14977         (verilog-just-one-space): Remove printing of an empty message.
14978         (verilog-get-lineup-indent): Rework to support the better handling
14979         of expression lineup for verilog-pretty-expr.
14980         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14982 2008-02-24  Alan Mackenzie  <acm@muc.de>
14984         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14985         yesterday's commit.
14987 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14989         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14990         to mouse-set-point in buffers that aren't associated with files.
14992         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14994 2008-02-24  Alan Mackenzie  <acm@muc.de>
14996         Set of changes so that "obtrusive" syntactic elements in a
14997         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14998         unmatched paren) don't interact syntactically with stuff outside
14999         the CPP line.
15001         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15002         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15003         off-by-one bug.
15004         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15005         a bit of refactoring.
15006         (c-awk-extend-and-syntax-tablify-region): Takes some of the
15007         functionality of c-awk-advise-fl-for-awk-region, which has been
15008         refactored away.
15010         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15011         (c-clear-char-property-with-value): New function and macro which
15012         remove text-properties `equal' to a supplied value.
15014         * progmodes/cc-engine.el: Comment about text properties amended.
15016         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15017         parens around "error\\|warning".
15019         * progmodes/cc-langs.el (c-get-state-before-change-function)
15020         (c-before-font-lock-function, c-anchored-cpp-prefix):
15021         New language variables.
15022         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15024         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15025         syntax-table text properties.
15026         (c-common-init): Call language specific before/after-change
15027         functions at mode initialisation.
15028         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15029         (c-extend-region-for-CPP, c-neutralize-CPP-line)
15030         (c-neutralize-syntax-in-CPP): New functions.
15031         (c-before-change, c-after-change): Call the new language specific
15032         change functions defined in cc-langs.el.
15033         (c-advise-fl-for-region): New macro.
15034         (awk-mode): Remove AWK specific stuff which has been refactored
15035         into language independent stuff.
15037 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15039         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15040         (gdb): (Re)set gdb-flush-pending-output to nil here...
15041         (gdb-init-1): ...instead of here (before gdb-prompt).
15043 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15045         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15046         Recognize ''' just like any other char-constant.
15048 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15050         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15051         careful enough.  Detect the uid-change all within the main loop.
15053 2008-02-24  Stefan Monnier  <monnier@pastel.home>
15055         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15057 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15059         * hilit-chg.el (highlight-save-buffer-state): New macro.
15060         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15061         (hilit-chg-clear): Use it to preserve the modified-p flag.
15062         (highlight-changes-rotate-faces): Don't mess with the undo-list.
15064 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15066         * font-lock.el (font-lock-set-defaults): Unset previously set variables
15067         when needed.
15069 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
15071         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15072         from gnus-button-url-regexp.
15074 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
15076         * progmodes/compile.el (compilation-next-error): Doc fix.
15077         (compilation-find-file): Doc fix.
15079 2008-02-24  Glenn Morris  <rgm@gnu.org>
15081         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15082         Add obsolete aliases to the old names.
15084 2008-02-24  Richard Stallman  <rms@gnu.org>
15086         * net/net-utils.el (ifconfig): Rename from ipconfig.
15087         (ipconfig): Alias to ifconfig.
15088         (ifconfig-program): Rename from ipconfig-program.
15089         (ifconfig-program-options): Rename from ipconfig-program-options.
15091 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15093         * progmodes/verilog-mode.el (verilog-declaration-core-re):
15094         Add port directions by themselves, with no qualification, as base
15095         item of a declaration.
15096         (verilog-pretty-declarations): Add new flag that inhibits printing
15097         to the message buffer.
15098         (verilog-pretty-expr): Add new flag that inhibits printing to the
15099         message buffer.  Improve handling of the many types of expression
15100         line up.
15101         (verilog-just-one-space): Don't print an empty message.
15102         (verilog-get-lineup-indent): Rework to support the better handling
15103         of expression lineup for verilog-pretty-expr.
15104         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15105         (verilog-mode-version, verilog-mode-release-date): Update.
15107 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15109         * subr.el (cancel-change-group): Don't move point.
15111 2008-02-23  Markus Triska  <markus.triska@gmx.at>
15113         * linum.el (linum-after-config): Update all visible windows.
15115 2008-02-23  Glenn Morris  <rgm@gnu.org>
15117         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15118         Add :help for Solitaire and Tetris.
15120         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15122         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15123         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
15124         (smtpmail-queue-index-file): Make it a defcustom.
15125         (smtpmail-queue-index): Delete.
15126         (smtpmail-send-it, smtpmail-send-queued-mail):
15127         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15128         smtpmail-queue-index.
15130         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15131         Add :version.
15133 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
15135         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15136         New variables.
15137         (iwconfig): New function.
15139 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
15141         * vc.el (vc-find-revision): Make vc-parent-buffer local before
15142         setting it.
15143         (vc-status-menu-map): Do not define using easy-menu.
15144         (vc-status-menu-map): New defalias.
15145         (vc-status-mode-map): Hook up the menu.
15146         (top-level): Update TODO.
15148         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15150         * vc-bzr.el (vc-bzr-init-version): Rename to ...
15151         (vc-bzr-init-revision): ... this.
15153 2008-02-23  Jason Rumney  <jasonr@gnu.org>
15155         * makefile.w32-in (WINS_ALMOST): Remove term.
15156         (WINS): Add term here.
15157         (custom-deps, finder-data): Use WINS_ALMOST.
15159 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
15161         * faces.el (font-weight-table): Fix value of `semi-light'.
15163 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15165         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15166         Make those tables bijective.
15168 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
15170         Finish pdbtrack integration cleanup, settling missing-functions
15171         byte compiler warnings appropriately.
15173         * progmodes/python.el (python-point): Remove this - beginning-of-line
15174         was all that was necessary for `python-pdbtrack-overlay-arrow'.
15175         (python-end-of-def-or-class, python-beginning-of-def-or-class)
15176         (python-goto-initial-line): Drop these - they were only needed for
15177         python-point.
15178         (python-comint-output-filter-function): Use condition-case and
15179         beginning-of-line directly, instead of python-mode.el functions
15180         which require all sorts of baggage.
15181         (point-safe): Unnecessary - we're using condition-case directly,
15182         instead.
15183         (python-execute-file): Include for python-shell, which I'm leaving
15184         in keeping despite it being unnecessary for pdb tracking.
15186 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
15188         * progmodes/scheme.el (scheme-font-lock-keywords-2):
15189         Add SRFI 11 support.
15190         (let-values, let*-values): Specify scheme-indent-function.
15192 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
15194         * vc.el (vc-exec-after): Move setting mode-line-process in the
15195         busy case ...
15196         (vc-set-mode-line-busy-indicator): ... in this new function.
15197         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15198         (vc-update-vc-status-buffer): Reset mode-line-process.
15199         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15200         mark/unmark all the files with the same state as the current one.
15201         With a prefix argument mark/unmark all files.
15202         (vc-status-mode-menu): Adjust strings.
15203         (vc-update-vc-status-buffer): Only do something when the argument
15204         is not nil.
15205         (vc-status-kill-dir-status-process): New function.
15206         (vc-status-mode-map): Bind it.
15207         (vc-status-process-buffer): New variable.
15208         (vc-status-mode): Make it local.
15209         (vc-status-refresh): Set it.
15211         * vc-hg.el (vc-hg-dir-status):
15212         * vc-git.el (vc-git-dir-status):
15213         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15214         command is run.
15216 2008-02-22  Glenn Morris  <rgm@gnu.org>
15218         * json.el (top-level): No need to require thingatpt.
15219         (json-read-keyword): Use thing-at-point rather than word-at-point.
15221         * time.el (top-level): No need to require time-date when compiling.
15223         * emacs-lisp/copyright.el (copyright-update-year):
15224         Fix subexpression numbering for the case when years are split over
15225         lines, and for the replace case.
15227         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
15228         (tpu-caar, tpu-cadr): Delete functions.
15229         (zmacs-regions): No need to declare for compiler.
15230         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15231         (tpu-spell-check): Rewrite, and handle mark after point.
15232         (tpu-special-insert): Use or rather than if.
15234         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15235         rather than spell-region.
15237         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15238         warnings about spell-region.
15240 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
15242         * ldefs-boot.el: Regenerated.
15244         * loadup.el: Don't load language/devanagari, language/kannada,
15245         language/malayalam, and language/tamil.  Load language/sinhala.
15247         * language/indian.el (indian-font-foundry)
15248         (indian-script-language-alist, indian-font-char-index-table)
15249         (indian-font-char, indian-font-char-range, indian-script-table)
15250         (indian-default-script, indian-composable-pattern): Delete them.
15251         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15252         language environments moved to here.
15253         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15254         New language environments.
15256         * language/devanagari.el, language/devan-util.el,
15257         * language/kannada.el, language/knd-util.el, language/malayalam.el,
15258         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15259         Delete them.
15261         * language/sinhala.el: New file.
15263 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
15265         Update Nick Robert's port of pdb tracking from python-mode.el.
15267         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15268         Clarify docstring.
15269         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15270         tracking is happening.
15271         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15272         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15273         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15274         Tracking is plugged in to all comint buffers once python.el is loaded.
15275         (python-pdbtrack-overlay-arrow): Toggle activation of
15276         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15277         (python-pdbtrack-track-stack-file): Use new
15278         `python-pdbtrack-get-source-buffer' for more flexible access to
15279         debugging source files.
15280         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15281         according to pdb stack trace, optionally using new
15282         `python-pdbtrack-grub-for-buffer' if file is not locally available.
15283         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15284         named buffer, or having function with indicated name.
15285         (python-shell): Remove comint-output-filter-functions hook
15286         addition, it's being done elsewhere.  Wrap long line.
15288 2008-02-21  Michael Olson  <mwolson@gnu.org>
15290         * json.el: Replace XEmacs compatibility code to get rid of
15291         compiler warnings.
15293         * time.el: Fix compiler warning.
15295 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
15297         * json.el: New file (JavaScript Object Notation parser / generator).
15299 2008-02-21  Dave Love  <fx@gnu.org>
15301         * progmodes/sym-comp.el: New file.
15303         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15304         Require sym-comp.  Add Python buffer to same-window-buffer-names.
15305         Fixup whitespaces.
15306         (python-font-lock-keywords): Add highlighting for Python builtins.
15307         (python-font-lock-syntactic-keywords): Rewrite.
15308         (python-quote-syntax): Use syntax-ppss-context instead of parsing
15309         ppss directly.
15310         (python-mode-map): Add binding for python-find-function.
15311         (python-calculate-indentation): Clean up the logic.
15312         (python-beginning-of-defun): Explicitly set return value.
15313         (python-beginning-of-statement): Stop looping if we get stuck
15314         going backwards.
15315         (python-next-statement): Stop looping if we somehow end up inside
15316         a string while advancing.
15317         (python-preoutput-continuation, python-version-checked): New vars.
15318         (python-check-version): New function.
15319         (run-python): Set default command to python-command instead of
15320         python-python-command.
15321         (run-python): Use python-check-version.  Give PYTHONPATH
15322         precedence over data-directory in the process environment.
15323         Load function definitions in python process after.
15324         (python-check-comint-prompt): New function.
15325         (python-send-command, python-send-receive): Use it.
15326         (python-complete-symbol, python-try-complete): Functions deleted.
15327         Use symbol-complete instead of python-complete-symbol throughout.
15328         (python-fill-paragraph): Further refine the fenced-string regexp.
15329         (def-python-skeleton): Expand to the original abbrev instead if in
15330         a comment or string.  Tweak skeletons for `if', `while', `for',
15331         `try/except', `try/finally', `name'.
15332         (python-pea-hook, python-abbrev-pc-hook): New functions.
15333         (python-abbrev-syntax-table): New var.
15334         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15335         Use symbol-completion-try-complete for hippie expansion.
15336         Turn on font lock unconditionally.
15337         (python-mode-hook): Defcustom it.  No need to use make-local
15338         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15339         option, since it's buffer-local.
15341 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
15343         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15345 2008-02-21  Drew Adams  <drew.adams@oracle.com>
15347         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15348         "Turn off" and a "Help" entry when the minor mode has no menu.
15350 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
15352         * vc.el (vc-status-mark, vc-status-unmark): New functions.
15353         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15354         vc-status-mark-file and vc-status-unmark-file.
15355         (vc-status-mark-unmark): New function.
15356         (vc-status-previous-line, vc-status-next-line): No longer interactive.
15358 2008-02-21  Glenn Morris  <rgm@gnu.org>
15360         * composite.el (encode-composition-rule): Fix typo in error message.
15361         (composition-function-table, auto-composition-mode): Doc fixes.
15363         * subr.el (sit-for): Fix obsolete form for nil second argument.
15365         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15366         (spell-string): Make obsolete, in favor of ispell.
15368 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
15370         * language/devanagari.el: Don't setup composition-function-table
15371         here.
15372         ("Devanagari"): Change charset, coding-system, coding-priority to
15373         Unicode-based ones.  Don't require the feature devan-util.
15375         * composite.el (compose-chars-after): Fix arguments for a function
15376         in composition-function-table.
15377         (auto-compose-region): Likewise.
15379         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15380         for Ethiopic.
15381         (ps-mule-plot-string): Ignore glyph-string based compositions.
15383 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15385         * doc-view.el: Allow different windows to show different pages.
15386         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15387         (doc-view-current-image, doc-view-current-overlay): Remove variables,
15388         add them back as macros instead, using image-mode-winprops instead.
15389         Update all users of those variables.
15390         (doc-view-new-window-function): New function to create a new overlay
15391         for each new window.
15392         (doc-view-mode): Use it and image-mode-setup-winprops.
15393         (doc-view-clone-buffer-hook): Rewrite accordingly.
15395         * image-mode.el: Extend [hv]scroll support to per-window properties.
15396         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15397         (image-mode-winprops-alist): New var to replace them.
15398         (image-mode-new-window-functions): New hook.
15399         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15400         New funs.
15401         (image-set-window-vscroll, image-set-window-hscroll): Use them.
15402         Remove the `window' argument, update callers.
15403         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15404         Use the new functions.
15405         (image-mode-reapply-winprops): New fun.
15406         (image-mode): Use it.
15408 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
15410         * calc/calc-math.el (math-sin-raw): Add optional argument
15411         to keep track of original argument.
15412         (math-cos-raw): Use optional argument when calling math-sin-raw.
15413         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15414         with close to original precision.
15416 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15418         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15419         args in calls of sit-for.
15421 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
15423         * vc-svn.el (vc-svn-program): Fix typo in docstring.
15424         (vc-svn-checkin): Fix typo in error message.
15426         * help-mode.el: Require easymenu when compiling.
15428 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
15430         * help-mode.el (help-mode-menu): New menu.
15432 2008-02-20  Glenn Morris  <rgm@gnu.org>
15434         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15435         on Windows.
15437 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
15439         * ps-mule.el (ps-mule-encode-region): Return a single string.
15440         (ps-mule-plot-string): Adjust for the above change.
15441         (ps-mule-encode-header-string): Likewise.
15443         * international/latin1-disp.el (latin1-display): Don't use
15444         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
15445         standard-display-table.
15446         (latin1-display-identities): Adjust for the change of what is
15447         returned by (get-language-info charset 'charset).
15449         * international/mule-util.el (char-displayable-p): Fix for Latin-1
15450         characters and terminal case.
15452 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
15454         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15456         * progmodes/python.el: Also require comint when loading.
15457         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15458         Replace python-shell with run-python on menu bar.
15459         (python-shell-map): New map.
15460         (python-default-interpreter, python-python-command-args)
15461         (python-jython-command-args, python-pdbtrack-do-tracking-p):
15462         New options.
15463         (python-which-shell, python-which-args, python-which-bufname):
15464         New buffer local variables.
15465         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15467         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15468         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15469         New constants.
15471         Pdbtrack features:
15473         (python-point, python-end-of-def-or-class)
15474         (python-beginning-of-def-or-class, python-goto-initial-line)
15475         (python-comint-output-filter-function)
15476         (python-pdbtrack-overlay-arrow)
15477         (python-pdbtrack-track-stack-file, python-toggle-shells)
15478         (python-shell, python-pdbtrack-toggle-stack-tracking)
15479         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15480         New functions.
15482 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15484         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15485         when the argument is nil.
15487 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15489         * vc.el (dir-status): Add a brief description.
15491 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
15493         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15494         If non-nil, reverse the sense of the check.
15496         * vc-rcs.el (vc-rcs-root): New func.
15497         * vc-cvs.el (vc-cvs-root): New func.
15498         * vc-svn.el (vc-svn-root): New func.
15499         * vc-sccs.el (vc-sccs-root): New func.
15501 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
15503         * language/japan-util.el (setup-japanese-environment-internal):
15504         Call use-cjk-char-width-table.
15506         * language/japanese.el ("Japanese"): Set exit-function to
15507         use-default-char-width-table.
15509         * international/characters.el: Delete occurrences of non-Unicode
15510         tibetan and ethiopic characters.
15511         (cjk-char-width-table): New variable.
15512         (use-cjk-char-width-table, use-default-char-width-table):
15513         New functions.
15515 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15517         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15518         (vc-status-mode-menu): Add a :filter.
15519         (vc-status-printer): Add faces.
15521         * vc-hg.el (vc-hg-extra-status-menu): New function.
15522         (vc-hg-dir-status): Clean up the buffer before using it.
15524 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15526         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15527         (gdb): Initialize it here instead.
15529         * files.el (locate-dominating-file): Fix thinko in last change.
15530         Reported by Bruce Stephens <bruce.stephens@isode.com>.
15532 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
15534         * vc.el (vc-status-mode-menu): New menu for vc-status.
15536 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
15538         * progmodes/verilog-mode.el (customize): Fix typo in error message.
15539         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15540         (verilog-mode-auto, verilog-indent-level-module)
15541         (verilog-minimum-comment-distance, verilog-library-flags)
15542         (verilog-library-directories, verilog-library-files)
15543         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15544         (verilog-xemacs-menu, verilog-set-compile-command)
15545         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15546         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15547         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15548         (verilog-batch-inject-auto, verilog-batch-indent)
15549         (verilog-continued-line, verilog-type-keywords)
15550         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15551         (verilog-read-inst-pins, verilog-read-arg-pins)
15552         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15553         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15554         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15555         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15556         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15557         (verilog-mode-version, verilog-mode-release-date)
15558         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15559         (verilog-simulator, verilog-compiler)
15560         (verilog-auto-sense-defines-constant, verilog-company)
15561         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15562         Fix typos in docstrings.
15563         (verilog-set-auto-endcomments, verilog-calculate-indent)
15564         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15565         Reflow docstrings.
15566         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15567         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15568         (electric-verilog-forward-sexp, verilog-in-case-region-p)
15569         (verilog-in-struct-region-p, verilog-in-generate-region-p)
15570         (verilog-leap-to-head, verilog-current-indent-level)
15571         (verilog-case-indent-level, verilog-cpp-keywords)
15572         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15573         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15574         (verilog-signals-not-in, verilog-symbol-detick-text)
15575         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15576         (verilog-forward-close-paren, verilog-backward-open-paren)
15577         (verilog-backward-open-bracket): Doc fixes.
15579         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15580         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15581         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15582         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15583         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15584         Fix typos in docstrings.
15586         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15588 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
15590         * info.el (Info-read-node-name): Removed unused `default' arg.
15592 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15594         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15596 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15598         * image-mode.el (image-get-display-property): New fun.
15599         (image-forward-hscroll, image-next-line, image-eol, image-eob)
15600         (image-mode, image-minor-mode, image-toggle-display-text)
15601         (image-toggle-display): Use it.
15603 2008-02-18  Jason Rumney  <jasonr@gnu.org>
15605         * international/mule.el (xml-find-file-coding-system): Don't warn
15606         about utf-16 with BOM.
15608         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15610         * international/mule.el (sgml-xml-auto-coding-function): Detect and
15611         warn if file encoding is not utf-8 and encoding not specified.
15612         (xml-find-file-coding-system): New function.
15613         * international/mule-conf.el (file-coding-system-alist): Use it.
15615 2008-02-17  Glenn Morris  <rgm@gnu.org>
15617         * international/mule-cmds.el (set-locale-environment):
15618         Pass `frame' to getenv for LC_MESSAGES.
15620 2008-02-17  Juri Linkov  <juri@jurta.org>
15622         * time.el (emacs-init-time): Use format instead of format-seconds.
15624 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15626         * textmodes/bibtex.el (bibtex-search-entry): Rename from
15627         bibtex-find-entry.  Add autoload cookie.
15628         (bibtex-find-entry): Alias for bibtex-search-entry.
15629         (bibtex-search-crossref): Rename from bibtex-find-crossref.
15630         (bibtex-find-crossref): Alias for bibtex-search-crossref.
15631         (bibtex-clean-entry): atomic-change-group removed.
15632         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
15633         to locate buffer location where error occurred.
15634         Make error messages more specific.
15635         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15637 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
15639         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15640         top level.
15642         * simple.el (transient-mark-mode): Add an :init-value.
15644         * startup.el (command-line): Use custom-reevaluate-setting for
15645         transient-mark-mode.
15647 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
15649         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15651 2008-02-16  Juri Linkov  <juri@jurta.org>
15653         * startup.el (after-init-time): New variable.
15654         (command-line): Set `after-init-time' to the current time.
15656         * time.el (emacs-init-time): New function.
15658 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15660         * files.el (locate-dominating-file): Remove initial loop because it's
15661         not careful enough.  Detect the uid-change all within the main loop.
15663 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15665         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15667 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15669         * vc.el (vc-annotate): Add new argument.
15670         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15672         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15673         Move make-variable-buffer-local code after the corresponding defvar.
15674         (hs-minor-mode-map): Define and initialize in one step.
15675         (hs-minor-mode): Change from defun to define-minor-mode.
15677 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
15679         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15680         (gdb-ready): Move declaration...
15682         * progmodes/gdb-ui.el (gdb-ready): ...to here.
15683         (gdb-early-user-input): New variable.
15684         (gdb): Reset gdb-flush-pending-output to nil and set
15685         comint-input-sender here (before gdb-prompt), instead of...
15686         (gdb-init-1): ...here.
15687         (gdb-send): If Emacs is not ready, defer user input to...
15688         (gdb-prompt): ...here.
15690 2008-02-16  Glenn Morris  <rgm@gnu.org>
15692         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15694         * startup.el (emacs-startup-time): Rename to `before-init-time'.
15695         (before-init-time): New name for `emacs-startup-time'.
15696         (command-line): Use before-init-time rather than emacs-startup-time.
15697         * time.el (emacs-uptime): Use before-init-time rather than
15698         emacs-startup-time.
15700         * composite.el (composition-function-table): Doc fix.
15702         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15703         in favor of `%z' specifier.
15704         (emacs-uptime): Move to time.el.
15705         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
15706         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
15707         argument of format-seconds.
15709 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15711         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15713 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15715         * ielm.el (ielm-is-whitespace): Remove.
15716         (ielm-is-whitespace-or-comment): New function.
15717         (ielm-eval-input): Use it.
15719 2008-02-15  Jason Rumney  <jasonr@gnu.org>
15721         * term/mac-win.el: Fix coding tag.
15723 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
15725         * vc-hooks.el (vc-menu-map):
15726         * bindings.el (mode-line-mode-menu): Add tooltips.
15728         * bindings.el (help-echo): Add more tooltips.  Use a less
15729         telegraphic style for existing tooltips.
15731 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15733         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15734         from the auto-generated one.
15736 2008-02-14  Glenn Morris  <rgm@gnu.org>
15738         * mail/rmail-spam-filter.el (rmail-spam-filter):
15739         Let-bind message-spam-status.
15741         * mail/smtpmail.el (password-cache-add): Declare as function.
15743 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
15745         * mail/smtpmail.el: Use password-cache.
15747 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
15749         * uniquify.el (uniquify-buffer-base-name): New function.
15750         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15752         * desktop.el (uniquify-managed): Don't defvar.
15753         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15754         `uniquify-managed'.  Return also the buffer's base name.
15755         (desktop-save): When saving the buffer info, filter out the base name,
15756         and save it as buffer name if the buffer is managed by uniquify.
15757         (uniquify-item-base): Don't declare; not called anymore.
15759 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
15761         * vc.el (vc-annotate-find-revision-at-line): New function.
15762         (vc-annotate-mode-map): Bind it.
15763         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
15764         some entries.
15766 2008-02-14  Glenn Morris  <rgm@gnu.org>
15768         * calendar/time-date.el (format-seconds): New function.
15769         (emacs-uptime): Use format-seconds.
15771         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15772         Remove `LC_ALL=C', since it's included in $(emacs) now.
15774 2008-02-14  Zhang Wei  <id.brep@gmail.com>
15776         * textmodes/org-publish.el (org-publish-timestamp-filename):
15777         Replace colon characters in filename too.
15779 2008-02-13  Bastien Guerry  <bzg@altern.org>
15781         * mail/rmail.el (rmail-header-name): New face.
15782         (rmail-font-lock-keywords): Use rmail-header-name.
15784         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15785         against X-Spam-Status header field.
15786         (rmail-spam-filter): Also check X-Spam-Status header field.
15788 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
15790         * progmodes/flymake.el (flymake-allowed-file-name-masks):
15791         Add support for .pm files and .php files.
15792         (flymake-err-line-patterns): Add pattern for PHP errors.
15793         (flymake-php-init): New function.  PHP support for flymake.
15795         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15796         Add regular expression for PHP errors.
15798 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
15800         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15801         This DTRT even on w32 machines.
15802         (ange-ftp-cf1): Quote FILENAME.
15804 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15806         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15807         (smerge-auto-combine): New fun.
15809 2008-02-12  Juri Linkov  <juri@jurta.org>
15811         * startup.el (fancy-startup-screen, normal-splash-screen):
15812         Set default-directory to command-line-default-directory.
15814         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15815         after reading the desktop.
15817         * progmodes/compile.el (compilation-auto-jump):
15818         Call compile-goto-error only when compilation-auto-jump-to-first-error
15819         is non-nil.
15820         (compilation-scroll-output): Replace :type 'boolean with a choice
15821         that has three options including a third option `first-error'.
15822         Doc fix.
15823         (compilation-start, compilation-forget-errors): Add an alternate
15824         condition comparing compilation-scroll-output with `first-error'
15825         in addition to compilation-auto-jump-to-first-error (to call
15826         compilation-auto-jump in the proper place).
15828 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15830         * international/mule.el (sgml-html-meta-auto-coding-function):
15831         Make sure the search limit is ahead.
15833         * tar-mode.el: Fix broken indentation.
15834         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15835         Use with-current-buffer.
15837 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
15839         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15840         it is already automatically buffer-local.
15842 2008-02-12  Drew Adams  <drew.adams@oracle.com>
15844         * help.el (describe-key): Join some split lines to facilitate filling.
15845         * help-fns.el (describe-function-1): Fill text of overlong lines.
15847 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
15849         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15850         Use unibyte-string instead of string-make-unibyte.
15852         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15854 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15856         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15857         works also for buffers w/o buffer-file-name.  Update callers.
15858         (doc-view-clone-buffer-hook): New fun.
15859         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
15860         the `doc-view' property so they can be recognized.
15862         * simple.el (clone-indirect-buffer-hook): New hook.
15863         (clone-indirect-buffer): Run it.
15865 2008-02-11  Michael Olson  <mwolson@gnu.org>
15867         * epa-setup.el:
15868         * epg-package-info.el: Files removed.
15870 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
15872         * epa.el (epa-menu-mode): Merge into epa-mode.
15873         (epa-menu-items): Rename the label "EasyPG Assistant" to
15874         "Encryption/Decryption".
15876         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15877         (epa-dired-mode-map): Rename from epa-dired-map.
15878         (epa-global-dired-mode): Rename the global minor mode.
15880 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15882         * isearch.el (isearch-fail): New face.
15883         (isearch-message): Highlight failure part of input.
15885 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15887         * ibuffer.el (ibuffer-header-line-format): New var.
15888         (ibuffer-mode): Set it instead of header-line-format.
15889         (ibuffer-update): Use it to set header-line-format.
15891         * international/mule-cmds.el (ucs-insert): Inherit surrounding
15892         properties like self-insert-command.
15894 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15896         * progmodes/etags.el: Add many doc strings.
15898 2008-02-11  Jason Rumney  <jasonr@gnu.org>
15900         * ldefs-boot.el: Regenerated.
15902 2008-02-11  Glenn Morris  <rgm@gnu.org>
15904         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15905         Shorten some names.
15907         * ffap.el (ffap-rfc-directories): Add :version.
15909 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
15911         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15912         files, and backup files of same.
15914 2008-02-11  Kevin Ryde  <user42@zip.com.au>
15916         * ffap.el (ffap-rfc-directories): New variable.
15917         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15919         * info.el (Info-next-reference, Info-prev-reference)
15920         (Info-try-follow-nearest-node): Move to and follow https:// links too.
15922         * simple.el (completion-list-mode): Show full completion-list-mode-map
15923         in the docstring.
15925 2008-02-11  Sam Steingold  <sds@gnu.org>
15927         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15929 2008-02-11  Glenn Morris  <rgm@gnu.org>
15931         * startup.el (emacs-startup-time): New variable.
15932         (command-line): Set emacs-startup-time.
15934         * calendar/time-date.el (emacs-uptime): New function.
15936 2008-02-10  Bastien Guerry  <bzg@altern.org>
15938         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15939         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15940         it is nil.
15942 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15944         * epg-config.el: Expand the contents of epg-package-info.el.
15945         (epg-package-name): New constant.
15946         (epg-version-number): New constant.
15947         (epg-bug-report-address): New constant.
15949         * epa-mail.el (epa-mail-mode): Add autoload cookie.
15950         (epa-global-mail-mode): New global minor mode.
15952         * epa-file.el (epa-file-mode): New global minor mode.
15954         * epa-dired.el (epa-dired-mode): New global minor mode.
15956         * epa.el (epa-menu): New variable.
15957         (epa-menu-items): New variable.
15958         (epa-menu-mode): New global minor mode.
15959         (epa-global-minor-modes): New user option.
15960         (epa-mode): New global minor mode.
15962 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
15964         * net/dbus.el: Remove `no-byte-compile' cookie.
15965         (dbus-call-method, dbus-register-signal, dbus-debug)
15966         (dbus-registered-functions-table): Declare them with
15967         `declare-function' or `defvar', respectively.
15968         (top): Don't assert any longer.  Require 'cl when compiling.
15969         Apply `ignore-errors' but `dbus-ignore-errors'.
15971 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
15973         * diff-mode.el (diff-add-change-log-entries-other-window):
15974         Use add-change-log-entry.
15976 2008-02-09  Jason Rumney  <jasonr@gnu.org>
15978         * button.el (button-map):
15979         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15980         * ldefs-boot.el: Regenerate.
15982 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
15984         * epa.el (epa-faces, epa):
15985         * epa-file.el (epa-file):
15986         * epg-config.el (epg): Add :version.
15988 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
15990         * vc.el (vc-exec-after): Append CODE to previous fragments.
15991         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15992         take MESSAGES instead of VERBOSE; use it when non-nil.
15993         (vc-diff-internal): Compute messages once; use them;
15994         update call to vc-diff-finish.
15996 2008-02-09  Michael Olson  <mwolson@gnu.org>
15998         * net/tramp.el (tramp-process-sentinel): Avoid error when process
15999         buffer has been killed, such as by
16000         `tramp-cleanup-all-connections'.
16002 2008-02-09  Miles Bader  <miles@gnu.org>
16004         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16006 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16008         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16009         splitter in context hunks.
16011 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
16013         * international/fontset.el (setup-default-fontset): Fix arabic otf
16014         font specification.
16016 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
16018         * epa-dired.el:
16019         * epa-file.el:
16020         * epa-mail.el:
16021         * epa-setup.el:
16022         * epa.el:
16023         * epg-config.el:
16024         * epg-package-info.el:
16025         * epg.el: Initial check-in of EasyPG.
16027 2008-02-08  Glenn Morris  <rgm@gnu.org>
16029         * woman.el (woman-locale): New defcustom.
16030         (woman-expand-locale, woman-manpath-add-locales): New functions.
16031         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
16033         * international/mule-cmds.el (locale-translate): New function,
16034         with old code extracted from set-locale-environment.
16035         (set-locale-environment): Use locale-translate.  Set woman-locale.
16037         * cus-start.el (selection-coding-system): Remove, since it's now
16038         defined in select.el rather than in xselect.c.
16039         * select.el (selection-coding-system): Make it a defcustom, and
16040         add the properties from cus-start.el.  Bump :version.
16042         * custom.el (custom-theme-set-variables): Sort symbols that are
16043         dependencies before symbols that depend on them.
16044         (custom-enabled-themes): Set after custom-theme-directory.
16046         * pcmpl-unix.el (top-level): Move provide statement to end.
16047         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16048         `*' from doc-string.  Allow to be nil.
16049         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16050         Allow to be nil.  Add :version.
16051         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
16052         without hostnames, and multiple hostnames per line.
16054         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16056 2008-02-08  Phil Hagelberg  <phil@evri.com>
16058         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16059         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16061 2008-02-07  Timo Savola  <timo.savola@iki.fi>
16063         * startup.el (command-line-x-option-alist): Add --parent-id.
16065         * term/x-win.el (x-handle-parent-id): New function.
16067 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16069         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16070         "Font Menu".
16072 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
16074         * net/dbus.el (dbus-interface-peer): New defconst.
16075         (dbus-ping): New defun.
16077 2008-02-06  Sam Steingold  <sds@gnu.org>
16079         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16081 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16083         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16084         Just return nil and let the C code provide a fallback.
16086 2008-02-05  Glenn Morris  <rgm@gnu.org>
16088         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16089         tramp-flush-connection-property for removed 2nd argument.
16091 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16093         * diff-mode.el (diff-add-change-log-entries-other-window):
16094         Rename from diff-create-changelog.  Change users.
16095         Minor change to hopefully work with plain diffs.
16096         (diff-mode-map): Add binding for it.
16098 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
16100         * diff-mode.el: Add new TODO entry.
16101         (diff-create-changelog): New function.
16102         (diff-mode-menu): Bind it.
16104 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
16106         * international/mule-diag.el (print-fontset-element): Handle the
16107         case of inhibiting the fallback fonts.
16109 2008-02-04  Kim F. Storm  <storm@cua.dk>
16111         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16112         (ido-magic-delete-char): Use prefix arg.
16114 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
16116         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16117         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16118         of today, the most recent libpng is 1.2.24).
16120 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
16122         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16124         * net/dbus.el (top): Check (featurep 'dbusbind).
16126         * net/tramp.el (tramp-process-sentinel): New defun.
16127         (tramp-do-copy-or-rename-file-out-of-band)
16128         (tramp-maybe-open-connection): Use it as process sentinel.
16129         (tramp-handle-delete-directory): Don't use the "-f" option; it
16130         isn't portable.
16131         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16132         after the command.
16133         (tramp-handle-shell-command): Set `mode-line-process' in the
16134         asynchronous case.
16136         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16138         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16139         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16140         Use `tramp-process-sentinel' as process sentinel.
16142 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
16144         * whitespace.el (global-whitespace-mode): Revert last change.
16145         (whitespace-unload-function): Force `global-whitespace-mode'
16146         to deactivate local modes in a slightly less intrusive way.
16148 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
16150         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16152 2008-02-02  Glenn Morris  <rgm@gnu.org>
16154         * international/latin1-disp.el (latin1-display):
16155         * progmodes/fortran.el (fortran-comment-indent-char):
16156         * progmodes/idlw-shell.el (top-level):
16157         * term/mac-win.el (mac-keyboard-translate-char):
16158         * whitespace.el (whitespace-char-valid-p):
16159         * wid-edit.el (widget-key-sequence-read-event):
16160         Use characterp rather than char-valid-p.
16162         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16163         to capitalized-find-word-boundary.  Doc fix.  Update callers.
16164         (capitalized-next-word-boundary-function-table): Rename to
16165         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
16167         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16168         string-to-int.
16170         * ps-def.el (declare-function): Add compatibility definition.
16171         (ps-plot-with-face, ps-plot-string): Declare as functions.
16172         (ps-bold-faces, ps-italic-faces): Declare variables.
16174         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16175         (ps-mule-end-job): Declare as functions.
16177         * wid-edit.el (widget-string-complete): Use assoc-string rather
16178         than assoc-ignore-case.
16180 See ChangeLog.13 for earlier changes.
16182 ;; Local Variables:
16183 ;; coding: utf-8
16184 ;; add-log-time-zone-rule: t
16185 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16186 ;; End:
16188     Copyright (C) 2008  Free Software Foundation, Inc.
16190   This file is part of GNU Emacs.
16192   GNU Emacs is free software: you can redistribute it and/or modify
16193   it under the terms of the GNU General Public License as published by
16194   the Free Software Foundation, either version 3 of the License, or
16195   (at your option) any later version.
16197   GNU Emacs is distributed in the hope that it will be useful,
16198   but WITHOUT ANY WARRANTY; without even the implied warranty of
16199   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16200   GNU General Public License for more details.
16202   You should have received a copy of the GNU General Public License
16203   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16205 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc