(Info-isearch-search): Implement lax version of
[emacs.git] / lisp / ChangeLog
blobe43cacea51f5bfb575541e5066d62fba6b4b071c
1 2008-12-19  Juri Linkov  <juri@jurta.org>
3         * info.el (Info-isearch-search): Implement lax version of
4         incremental word search in Info.
5         (Info-isearch-start): Set Info-isearch-initial-node to the
6         current node when search is nonincremental to not stop at the
7         initial node in this case.
8         (Info-mode-map): Unbind "\M-s" from `Info-search'.
10 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
12         * textmodes/rst.el (rst-promote-region): Reflow docstring.
13         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
14         (rst-repeat-last-character): Fix typos in docstrings.
15         (rst-mode, rst-backward-section): Doc fixes.
17 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
19         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
20         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
21         (newsticker--treeview-load): Check whether groups file exists.
23         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
24         (newsticker-dir): Use `locate-user-emacs-file'.
26 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
28         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
29         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
31 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
33         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
35         * startup.el (command-line): Do not mention the server name in
36         case the user has not mentioned it, print a more explicit message.
38         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.  Change
39         all callers.
41 2008-12-18  Sam Steingold  <sds@gnu.org>
43         * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
45 2008-12-18  Juri Linkov  <juri@jurta.org>
47         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
48         `isearch-edit-string-set-word'.
49         (isearch-edit-string-set-word): Remove.
50         (isearch-occur): Imitate the C function `wordify' by replacing
51         non-word character with the \\W+ regexp.
52         (isearch-search-fun): Add `isearch-nonincremental' to the
53         condition of using a non-lax version of `word-search-forward'.
55 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
57         * epa-file.el (epa-file-insert-file-contents): Set
58         buffer-file-name before decrypting a file.
60 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
62         * server.el (server-start): If unable to start the server,
63         display a warning instead of raising an error.
65         * startup.el (server-process): Add defvar.
66         (command-line): If the daemon is unable to start the server,
67         display a message and exit Emacs.
69 2008-12-15  Sam Steingold  <sds@gnu.org>
71         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
72         mostly for CLISP modules, but could also be useful elsewhere.
74 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
76         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
77         * icomplete.el (icomplete-prospects-height):
78         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
80 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
82         * international/mule.el (find-auto-coding): Fix typo in docstring.
84         * international/mule-cmds.el (select-safe-coding-system):
85         * mail/rmail.el (rmail-require-mime-maybe):
86         Fix arguments of `display-warning'.
88         * simple.el (bad-package-check): Fix arguments of `display-warning',
89         using the package name as TYPE.  Use `string-match-p'.
91 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
93         * proced.el (proced-sort-interactive, proced-sort-pcpu)
94         (proced-sort-pmem, proced-sort-start, proced-sort-time)
95         (proced-sort-user, proced-sort-header): Prefix arg determines
96         sorting order.  Suggested by Dan Nicolaescu.
97         (proced-revert): Doc fix.
99 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
101         * proced.el (proced-grammar-alist): Allow refiner elements that
102         are cons pairs (function . help-echo) or nil.
103         (proced-refine): Use them.
104         (proced-format-alist): Allow alternatives.
105         (proced-descend): New variable.
106         (proced-sort): New arg descend.
107         (proced-sort-interactive): Repeated calls toggle sort order.
108         (proced-format): Accomodate changes of proced-format-alist.
109         Undefined attributes are displayed as "?".
110         (proced-process-attributes): New optional arg pid-list.
111         Ignore processes with empty attribute list.
113 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
115         * proced.el (proced-auto-update-interval): Renamed from
116         proced-timer-interval.
117         (proced-auto-update-flag): Renamed from proced-timer-flag.
118         (proced-auto-update-timer): Renamed from proced-timer.
119         (proced-toggle-auto-update): Renamed from
120         proced-toggle-timer-flag.
121         (proced-available): Initialize appropriately.
123 2008-12-13  Glenn Morris  <rgm@gnu.org>
125         * subr.el (declare-function): Doc fix.
127         * font-core.el (font-lock-defaults): Doc fix: mention levels;
128         refer to elisp manual.
130 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
132         * window.el (fit-window-to-buffer): Return non-nil when height
133         was orderly adjusted, nil otherwise.
135 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
136             Stefan Monnier  <monnier@iro.umontreal.ca>
138         * server.el (server-sentinel): Uncomment code to delete connection file.
139         (server-start): Save the connection file in the server property list.
140         Delete it only when we are reasonably convinced that it is not owned by
141         a running server.
142         (server-force-delete): New command to force-delete the connection file,
143         and stop the server if it is running.
144         (server-running-p): Return t also for local TCP servers when we find a
145         process with a matching PID, and :other for undecided cases.
147 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
149         * window.el (fit-window-to-buffer): Use with-selected-window and
150         condition-case.  Do not delete more windows than necessary in
151         the shrinking (delta < 0) case.  Do not raise an error when the
152         containing frame is too small to show all of buffer.  (Bug#1488)
153         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
154         min-height arg 1 to make sure that small buffers are shown.
156 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
158         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
159         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
160         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
161         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
162         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
163         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
164         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
165         (ruby-backward-sexp, ruby-add-log-current-method)
166         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
167         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
168         (ruby-deep-indent-paren): Doc fix.
169         (ruby-insert-encoding-magic-comment): Remove * from docstring.
170         (ruby-here-doc-find-end): Reflow docstring.
172 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
174         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
175         dired-shrink-to-fit is non-nil.  (Bug#1488)
177 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
179         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
180         decoding of long locale info is now done in `w32-get-locale-info'.
182 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
184         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
186 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
188         * Makefile.in (ELCFILES): Add ruby-mode.elc.
190         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
191         terminal variable assignment.
193 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
194             Nobuyoshi Nakada  <nobu@ruby-lang.org>
196         * progmodes/ruby-mode.el: New file.
198 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
200         * net/tramp.el (top): Don't fail if there is no current message.
201         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
203 2008-12-10  Kenichi Handa  <handa@m17n.org>
205         * international/fontset.el (setup-default-fontset): Add an entry
206         for characters in the Unicode SIP area.
208 2008-12-10  Glenn Morris  <rgm@gnu.org>
210         * vc-mcvs.el: Move to obsolete/, with warning comment.
211         * Makefile.in (ELCFILES): Update.
213 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
215         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
216         buffer unmodified.  (Bug#1509)
217         * epa-file.el (epa-file-insert-file-contents): Set buffer's
218         modification time if visiting a file and the content is
219         successfully decrypted.
221 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
223         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
224         check whether the buffer is still alive.
226 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
230 2008-12-09  Glenn Morris  <rgm@gnu.org>
232         * Makefile.in (ELCFILES): Update.
234 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
237         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
239 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
241         * term/xterm.el (terminal-init-xterm): Discard pending input
242         before reading a reply to the terminal attributes query.
244 2008-12-05  Andreas Schwab  <schwab@suse.de>
246         * dired.el (dired-font-lock-keywords): Fix last change.
248 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
250         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
251         into (defcustom ... "..." :type ... :group...).
253 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
255         * international/mule-diag.el (mule-diag): Display the window
256         system version in a less laconic way.
258 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
260         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
261         if the sorting functions are not loaded.  (Bug#1432)
263 2008-12-04  Sam Steingold  <sds@gnu.org>
265         * progmodes/compile.el (compilation-read-command): Extract from
266         compile.
267         (compile): Use it.
268         (recompile): Accept an optional argument to enable editing the
269         command line.
271 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
273         * net/tramp.el (top): Write a message, when loading Tramp.
275         * net/tramp-cache.el (tramp-dump-connection-properties):
276         Polish the check, whether to dump the data.
278 2008-12-04  Lute Kamstra  <lute@gnu.org>
280         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
281         check if the file "CVS/Entries" exists.
283 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
285         * international/mule-diag.el (list-character-sets): Doc fix.
286         (list-character-sets-2): Fix info in header.  Simplify.
287         (print-coding-system): Simplify.
288         (list-input-methods-1): Simplify.
289         (mule-diag): Display current font/fontset for all window systems,
290         not just X.  Simplify.
292 2008-12-04  Glenn Morris  <rgm@gnu.org>
294         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
295         (vc-cvs-register): Doc fix.
296         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
297         (vc-mcvs-register): Doc fix.
298         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
299         (vc-rcs-register): Doc fix.
300         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
301         (vc-sccs-register): Doc fix.
302         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
303         (vc-svn-register): Doc fix.
305         * files.el (toggle-read-only): Doc fix.
307 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
309         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
310         be used in compact layout and vice-versa.
312 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
314         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
315         like most list-* commands.
317         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
318         They already exist in descr-text.el as `describe-char-unicodedata-file'
319         and `describe-char-unicode-data'.
320         (print-list): Simplify.
321         (read-charset): Reflow docstring.
322         (list-coding-systems): Doc fix.
324 2008-12-03  Glenn Morris  <rgm@gnu.org>
326         * vc.el (vc-diff-switches): Doc fix.
327         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
328         (vc-bzr-log-switches): Doc fix.
329         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
330         * vc-git.el (vc-git-diff-switches): Doc fix.
331         * vc-hg.el (vc-hg-diff-switches): Doc fix.
332         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
333         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
334         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
335         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
337         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
338         other backends.
339         (vc-arch-diff): Apply switches.
341         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
342         than appending.
344         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
346 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
348         * epa.el (epa--show-key): Use past tense of "expire" if the key
349         has already been expired.  Thanks to Peter BARABAS.
351 2008-12-03  Lute Kamstra  <lute@gnu.org>
353         * align.el:
354         * allout.el:
355         * apropos.el:
356         * arc-mode.el:
357         * autoinsert.el:
358         * avoid.el:
359         * battery.el:
360         * bookmark.el:
361         * buff-menu.el:
362         * calculator.el:
363         * chistory.el:
364         * cmuscheme.el:
365         * comint.el:
366         * compare-w.el:
367         * dabbrev.el:
368         * delim-col.el:
369         * desktop.el:
370         * diff-mode.el:
371         * diff.el:
372         * dired-aux.el:
373         * dired-x.el:
374         * dired.el:
375         * dos-vars.el:
376         * ediff-diff.el:
377         * ediff-help.el:
378         * ediff-init.el:
379         * ediff-merg.el:
380         * ediff-mult.el:
381         * ediff-ptch.el:
382         * ediff-vers.el:
383         * ediff-wind.el:
384         * ediff.el:
385         * emerge.el:
386         * facemenu.el:
387         * faces.el:
388         * ffap.el:
389         * filecache.el:
390         * find-dired.el:
391         * font-core.el:
392         * font-lock.el:
393         * forms.el:
394         * fringe.el:
395         * help-at-pt.el:
396         * hippie-exp.el:
397         * ido.el:
398         * image-file.el:
399         * imenu.el:
400         * indent.el:
401         * info.el:
402         * isearchb.el:
403         * iswitchb.el:
404         * jit-lock.el:
405         * jka-compr.el:
406         * log-edit.el:
407         * lpr.el:
408         * ls-lisp.el:
409         * man.el:
410         * menu-bar.el:
411         * midnight.el:
412         * mouse-sel.el:
413         * mouse.el:
414         * msb.el:
415         * outline.el:
416         * paren.el:
417         * pcmpl-cvs.el:
418         * pcmpl-gnu.el:
419         * pcomplete.el:
420         * pcvs-info.el:
421         * pcvs-parse.el:
422         * printing.el:
423         * ps-mule.el:
424         * ps-print.el:
425         * replace.el:
426         * ruler-mode.el:
427         * saveplace.el:
428         * sb-image.el:
429         * scroll-bar.el:
430         * sha1.el:
431         * shadowfile.el:
432         * shell.el:
433         * sort.el:
434         * speedbar.el:
435         * strokes.el:
436         * tempo.el:
437         * term.el:
438         * terminal.el:
439         * time-stamp.el:
440         * time.el:
441         * tree-widget.el:
442         * type-break.el:
443         * vc-cvs.el:
444         * vc-hg.el:
445         * vc-mcvs.el:
446         * vc-rcs.el:
447         * vc-sccs.el:
448         * vc.el:
449         * view.el:
450         * w32-vars.el:
451         * whitespace.el:
452         * wid-edit.el: Remove leading * from docstrings of defcustoms,
453         deffaces, defconsts and defuns.
455 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
458         the prompt was added to the minibuffer.
460 2008-12-02  Glenn Morris  <rgm@gnu.org>
462         * format.el (format-write-file): Rewrite doc yet again.
464         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
465         Doc fix.  (Bug#1368)
467         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
469 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
471         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
472         case where point is at the beginning of the buffer.  (Bug#1239)
474 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
476         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
477         already have the correct indentation.  (Bug#859)
479 2008-12-02  Kenichi Handa  <handa@m17n.org>
481         * international/uni-decomposition.el: Re-generated.
483 2008-12-01  Andreas Schwab  <schwab@suse.de>
485         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
486         ending in a colon as directory header.
488 2008-12-01  Kenichi Handa  <handa@m17n.org>
490         * international/uni-numeric.el: Re-generated.
492         * international/charprop.el: Re-generated.
494 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
496         * international/mule-cmds.el (locale-preferred-coding-systems):
497         Fix alist item.
499 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
501         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
502         (tramp-set-connection-property, tramp-flush-connection-property)
503         (tramp-dump-connection-properties): Use it.
505 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
507         * wdired.el (wdired-finish-edit): If displaying a single file,
508         change dired-directory if that file was renamed.
510         * emacs-lisp/byte-run.el (macro-declaration-function):
511         Disallow declare specs with lengths of 3 or more.
513         * dirtrack.el (dirtrack): Fix error message.
515 2008-11-30  Glenn Morris  <rgm@gnu.org>
517         * vc-svn.el (vc-svn-diff-switches): Doc fix.
518         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
520         * vc-git.el (vc-git-diff):
521         * vc-hg.el (vc-hg-diff):
522         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
524         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
525         (eshell-needs-pipe-p): New function.
526         (eshell-gather-process-output): Set process-connection-type according to
527         eshell-needs-pipe-p.  (Bug#1388)
529 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
531         * calendar/diary-lib.el (diary-cyclic): Doc fix.
532         (diary-remind-message, diary-number-of-entries)
533         (diary-include-other-diary-files, diary-mark-included-diary-files)
534         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
535         (diary-font-lock-keywords-1): Reflow docstrings.
536         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
537         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
539         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
540         (timer-duration): Use `string-match-p'.
542 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
544         * complete.el (PC-do-complete-and-exit):
545         Use minibuffer-confirm-exit-commands.
547         * minibuffer.el (minibuffer-confirm-exit-commands):
548         Add PC-complete and PC-complete-word to the list.
550 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
552         * files.el (break-hardlink-on-save): Fix typo in docstring.
553         Add :version tag.
555         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
556         (reb-mode): Define with `define-derived-mode'.
558 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
560         * files.el (break-hardlink-on-save): New variable.
561         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
562         (file-precious-flag): Mention it in doc string.
564 2008-11-29  Miles Bader  <miles@gnu.org>
566         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
567         (minibuffer-complete-and-exit): Use it.
569 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
571         * term/x-win.el (x-gtk-stock-cache): New hash table.
572         (x-gtk-map-stock): Perform caching to prevent excess consing
573         during redisplay.
575 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
577         * minibuffer.el (completion--try-word-completion): Don't ignore
578         partial-completion if it's the only style.
580 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
582         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
583         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
584         (reb-initialize-buffer): Update matches, in case we're reentering
585         RE Builder mode.
587 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
589         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
590         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
591         values for minibuffer-completion-confirm.
593 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
595         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
596         any but the first "*" in a doc-string.
598 2008-11-28  Glenn Morris  <rgm@gnu.org>
600         * format.el (format-write-file): Improve previous doc fix.
602 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
604         * simple.el (use-empty-active-region, use-region-p)
605         (region-active-p): Doc fix.
607 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
609         * window.el (display-buffer): Fix handling of not-this-window
610         argument.  (Bug#1415)
612 2008-11-27  Kenichi Handa  <handa@m17n.org>
614         * international/characters.el: Set category 'C' to characters
615         #x20000..#x2AFFF, #x2F800..#x2FFFF.
617         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
619 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
621         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
622         (tool-bar-find-image): Function deleted.
623         (tool-bar-local-item, tool-bar-local-item-from-menu):
624         Use find-image instead of tool-bar-find-image.
625         (tool-bar-keymap-cache): New hash table.
626         (tool-bar-make-keymap): Use it.
627         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
629 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
631         * net/dbus.el (dbus-handle-event): The result of a message call
632         handler can also be an object, which is not a consp.
634 2008-11-25  Alan Mackenzie  <acm@muc.de>
636         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
637         (forward-list, backward-list, down-list, backward-up-list)
638         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
639         (insert-pair, insert-parentheses): State that the command assumes
640         that point is not in a string or comment.
642 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
644         * net/dbus.el (dbus-string-to-byte-array)
645         (dbus-byte-array-to-string, dbus-escape-as-identifier)
646         (dbus-unescape-from-identifier): New defuns.
647         (dbus-handle-event): The result of a message call is a list of
648         arguments, which must be expanded when passing to
649         `dbus-method-return-internal'.
651         * net/tramp.el (tramp-handle-write-region): Improve the check for
652         calling direct copy.
653         (tramp-find-inline-encoding): Don't raise an error but a warning,
654         when no inline encoding is found.
655         (tramp-get-remote-coding): Check for a symbol.  The negative check
656         for a string fails, when there is an empty string.
658 2008-11-26  Glenn Morris  <rgm@gnu.org>
660         * vc-git.el (vc-git-diff-switches): New option.
661         (vc-git-diff): Apply diff switches.  (Bug#1386)
662         Give it a basic doc string.
664         * term/pc-win.el (x-font-family-list): Replace redefinition with
665         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
667 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
669         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
670         of the polynomial rather than the whole polynomial.
672 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
674         * mail/mailabbrev.el (define-mail-abbrev): When reading from
675         mailrc, recognize string quoting.  When reading from Lisp, accept
676         rfc822-like addresses.
678         * mail/mailalias.el (define-mail-alias): Sync code with
679         define-mail-abbrev.
681 2008-11-25  Glenn Morris  <rgm@gnu.org>
683         * eshell/esh-proc.el (eshell-gather-process-output):
684         Revert previous change.  (re-opens Bug#1388)
686         * select.el (x-set-cut-buffer): Fix signal arguments.
688         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
690 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
692         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
693         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
694         (bubbles--empty-char): Use "\s".
696 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
698         * calc/calc.el (calc-settings-file, calc-language-alist)
699         (calc-embedded-announce-formula)
700         (calc-embedded-announce-formula-alist)
701         (calc-embedded-open-formula, calc-embedded-close-formula)
702         (calc-embedded-open-close-formula-alist)
703         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
704         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
705         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
706         (calc-embedded-open-close-new-formula-alist)
707         (calc-embedded-open-mode, calc-embedded-close-mode)
708         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
709         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
710         (calc-multiplication-has-precedence): Remove unnecessary asterisks
711         from docstrings.
713 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
715         * calculator.el (calculator-op-or-exp): Reflow docstring.
716         (calculator-remove-zeros, calculator-repR, calculator-repL):
717         Fix typos in docstrings.
719 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
721         * log-view.el (log-view-annotate-version): Let vc-annotate manage
722         windows instead of calling switch-to-buffer.
724         * diff.el (diff-sentinel): Take note of diff error return value.
726 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
728         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
729         frame can't be split.
731 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
733         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
734         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
735         (newsticker--treeview-tree-update-tag): Remove dead code.
736         (newsticker-treeview-update): Don't update cache.
737         (newsticker-treeview-quit): Don't save cache.
738         (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
739         (newsticker-treeview-save): Use `newsticker-dir'.
740         (newsticker--treeview-load): Use `newsticker-dir'.
741         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
742         Update tags.
743         (newsticker-treeview-tree-do-click): Slightly simplified.
745         * net/newst-backend.el (newsticker-dir): New.
746         (newsticker-start): Use `newsticker--cache-read'.
747         (newsticker-stop): Use `newsticker--cache-save'.
748         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
749         (newsticker--images-dir): New.
750         (newsticker--image-get, newsticker--image-sentinel):
751         Use `newsticker--images-dir'.
752         (newsticker--cache-save-version1): Backup version of
753         `newsticker--cache-save'.
754         (newsticker--cache-update): Create newsticker-dir if necessary.
755         (newsticker--cache-dir): New.
756         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
757         (newsticker--cache-save-feed): New.
758         (newsticker--cache-read-version1): New. Backuped version for reading
759         cache data..
760         (newsticker--cache-read, newsticker--cache-do-read): New.
762         * net/newst-reader.el (newsticker--image-read):
763         Use `newsticker--images-dir'.
765 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
767         * files.el (confirm-nonexistent-file-or-buffer):
768         Allow `after-completion' value to request confirm only after TAB.
769         (confirm-nonexistent-file-or-buffer): New function.
770         (read-buffer-to-switch, find-file, find-file-other-window)
771         (find-file-other-frame, find-file-read-only)
772         (find-file-read-only-other-window)
773         (find-file-read-only-other-frame): Use it.
774         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
775         Thanks to Alan Mackenzie for suggesting the new behavior.
777         * minibuffer.el (minibuffer-complete-and-exit):
778         Change `confirm-only' value of minibuffer-completion-confirm to
779         `confirm', and handle a `confirm-after-completion' value.
781 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
783         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
785 2008-11-24  Andreas Schwab  <schwab@suse.de>
787         * image.el (image-type-header-regexps): Recognize more xbm format
788         variants.
790 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
792         * textmodes/artist.el (artist-charlist-to-string): Simplify.
793         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
794         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
795         (artist-replace-string, artist-draw-rect, artist-draw-line)
796         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
797         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
798         (artist-pen, artist-pen-line, artist-text-insert-common)
799         (artist-text-overwrite, artist-spray-get-interval)
800         (artist-spray-clear-circle, artist-erase-char)
801         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
802         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
803         (artist-key-draw-1point, artist-key-draw-2points)
804         (artist-mouse-draw-continously): Fix typos in docstrings.
805         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
806         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
807         (artist-backward-char, artist-forward-char): Doc fixes.
808         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
809         Reflow docstrings.
811 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * international/quail.el (quail-vunion): New function.
814         (quail-defrule-internal): Use it to prevent accumulating redundant
815         alternatives when `append' is set.
816         (quail-insert-decode-map): Simplify computation of the max-key-width.
817         Compute it right for multiple-list.
819 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
821         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
822         explicitly.  Doc fix.
824 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
826         * calendar/appt.el (appt-disp-window): Move minibuffer check
827         after binding this-window and do not set-buffer to make sure we
828         won't deselect the minibuffer.  (Bug#1413)
830 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
832         * vc-hg.el (vc-hg-program): Remove.
833         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
834         Undo previous change.
836 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
838         * info-look.el (info-lookup): When Info buffer is visible on
839         another frame, raise that frame.
841 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
843         * allout.el (allout-mode): Fix typo in docstring.
845         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
846         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
848 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * vc-hooks.el (vc-follow-link): Complete last change.
852 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
854         * textmodes/remember.el (remember-region): Doc fix.
855         (remember-filter-functions, remember-handler-functions)
856         (remember-save-after-remembering, remember-mailbox)
857         (remember-default-priority, remember-data-file, remember-leader-text)
858         (remember-diary-file): Remove * from defcustom docstrings.
859         (remember-run-all-annotation-functions-flag)
860         (remember-all-handler-functions): Reflow docstrings.
861         (remember-store-in-mailbox): Fix typo in docstring.
862         (remember-mode): Define with `define-derived-mode'.  Doc fix.
864 2008-11-23  Glenn Morris  <rgm@gnu.org>
866         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
867         (eshell-do-pipelines): Add optional argument to distinguish recursive
868         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
869         in a pipeline.
871         * eshell/esh-proc.el (eshell-gather-process-output):
872         Set process-connection-type nil for all but the first element of a
873         pipeline.  (Bug#1388)
875 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
877         * ediff-hook.el: Add tooltips to Emacs menus.
879         * ediff.el: Change date of last update.
881 2008-11-22  Juri Linkov  <juri@jurta.org>
883         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
884         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
885         Doc fix.
886         (dired-isearch-filenames-setup): Run filename Isearch only when
887         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
888         and the text property `dired-filename' at point is non-nil.
889         In this case also set isearch-message-prefix-add to "filename ".
890         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
891         (dired-isearch-filenames, dired-isearch-filenames-regexp):
892         Don't let-bind isearch-message-prefix-add since this is done now
893         in dired-isearch-filenames-setup.
895         * isearch.el (isearch-mode): Change the order of calling
896         `isearch-update' and running the `isearch-mode-hook' to call
897         `isearch-update' with Isearch parameters set in this hook.
899         * progmodes/compile.el (compilation-auto-jump-to-first-error):
900         Fix docstring - change "during `compile'" to "during compilation".
902         * descr-text.el (describe-char-unidata-list): Move `old-name' to
903         be immediately after `name'.
905         * startup.el (initial-buffer-choice): Change an abstract file name
906         "file.txt" to more reasonable default file name value "~/.emacs".
908 2008-11-22  Juri Linkov  <juri@jurta.org>
910         * files.el (hack-local-variables-confirm): Rename arg `project' to
911         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
912         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
913         (hack-local-variables): Rename call of `hack-project-variables' to
914         `hack-dir-local-variables'.  Change error text to "Directory-local
915         variables error".
916         (dir-locals-class-alist): Rename from `project-class-alist'.
917         (dir-locals-directory-alist): Rename from `project-directory-alist'.
918         (dir-locals-get-class-variables): Rename from `project-get-alist'.
919         (dir-locals-collect-mode-variables): Rename from
920         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
921         `mode-variables', and arg `settings' to `variables'.
922         (dir-locals-collect-variables): Rename from
923         `project-collect-binding-list'.  Rename arg `binding-list' to
924         `class-variables', and arg `settings' to `variables'.
925         (dir-locals-set-directory-class): Rename from `set-directory-project'.
926         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
927         Rename arg `settings' to `variables'.
928         (dir-locals-file): New defconst.
929         (dir-locals-find-file): Rename from `project-find-settings-file'.
930         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
931         and `pda' to `dir-elt'.
932         (dir-locals-read-from-file): Rename from
933         `project-define-from-project-file'.  Rename arg `settings-file'
934         to `file'.  Rename let-bound `list' to `variables'.
935         (hack-dir-local-variables): Rename from `hack-project-variables'.
936         Rename let-bound `settings' to `variables-file', `root-dir'
937         to `dir-name', and `bindings' to `variables'.
939 2008-11-22  Lute Kamstra  <lute@gnu.org>
941         * simple.el (goto-line): Rename argument.
943 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
945         * makefile.w32-in (compile-first): New target.
946         (recompile): Depend on compile-first.
948         * Makefile.in (recompile): Depend on compile-first.
950 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
952         * files.el (switch-to-buffer-other-window)
953         (switch-to-buffer-other-frame): Rename buffer argument to
954         buffer-or-name.  Reword and mention new option
955         confirm-nonexistent-file-or-buffer in doc-string.
957 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
959         * emulation/viper.el: Date change.
961         * emulation/viper-cmd.el (viper-envelop-ESC-key):
962         viper-translate-all-ESC-keysequences is now a function.
964         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
965         Make this variable.
967 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
970         Use buffer-file-truename to handle symlinks in any part of the filename.
972 2008-11-22  Glenn Morris  <rgm@gnu.org>
974         * vc-mtn.el (vc-mtn-diff-switches): New option.
975         (vc-mtn-program): Rename from vc-mtn-command, for
976         consistency with other backends.  Keep old name as alias.
977         Update callers.  Make it a defcustom.
978         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
980         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
981         consistency with other backends.  Keep old name as alias.
982         Make it a defcustom.
983         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
985         * vc-hg.el (vc-hg-program): New option.
986         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
987         Use vc-hg-program rather than hard-coded "hg".
989         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
990         (vc-svn-program): Move defcustom to start.
991         (vc-svn-create-repo, vc-svn-modify-change-comment):
992         Use vc-svn-program rather than hard-coded "svn".
994         * menu-bar.el: Stylistic consistency fixes for various menu and
995         help texts.
997         * kmacro.el (kmacro-insert-counter): Doc fix.
999 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
1001         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1003 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * international/quail.el (quail-indent-to): New function.
1006         (quail-completion-1, quail-completion-list-translations)
1007         (quail-insert-decode-map): Use it to improve alignment.
1008         (quail-build-decode-map): Don't ignore latin-1 chars.
1009         (quail-help): Increase the max decode-map size so that even the TeX map
1010         gets printed.
1012         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1013         Signal error for invalid bookmark.
1014         (bookmark-get-bookmark-record): Undo last change.
1015         (bookmark-store, bookmark-delete): Use new arg `noerror'.
1017         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1018         Suggested by Toru TSUNEYOSHI.
1020 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1022         * byte-opt.el (byte-compile-butlast): Move up in file.
1023         (byte-optimize-plus): Don't call
1024         byte-optimize-delay-constants-math (bug#1334).
1025         Use byte-optimize-predicate to optimize constants.
1026         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1027         Remove zero arguments first
1028         if possible.  Call byte-optimize-predicate to optimize constants.
1029         (byte-optimize-multiply): Remove optimizations for arguments of 0
1030         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
1031         Call byte-optimize-predicate.
1032         (byte-optimize-divide): Leave runtime errors unchanged.
1033         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
1034         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
1036 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
1038         * bookmark.el (bookmark-jump-noselect): Add obsolescence
1039         declaration and remove redundant info from docstring.
1041         * isearch.el (isearch-search-string): Doc fix.
1042         (search-exit-option, search-slow-window-lines, search-slow-speed)
1043         (search-upper-case, search-nonincremental-instead)
1044         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1045         (search-ring-update, search-highlight, isearch-lazy-highlight)
1046         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1047         (lazy-highlight-interval): Remove * from defcustom docstrings.
1048         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1049         Remove * from defcustom docstrings; fix typos.
1050         (isearch-push-state-function, isearch-help-for-help-internal)
1051         (isearch-help-for-help, isearch-describe-bindings)
1052         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1053         (isearch-pop-fun-state, isearch-search-fun-function)
1054         (isearch-lazy-highlight-search): Fix typos in docstrings.
1055         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1056         (isearch-forward): Fix typo and reflow docstring.
1057         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
1058         (isearch-mode-map): Don't use `let*'.
1060 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
1062         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1064 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * isearch.el (isearch-search-string): Simplify and convert docstring.
1068         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1070 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1072         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
1073         (lookup-nested-alist): Doc fix.
1074         (with-coding-priority): Reflow docstring.
1075         (detect-coding-with-priority): Fix typos in obsolescence declaration.
1076         (char-displayable-p): Reflow docstring.  Use `when'.
1078 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1080         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1081         week forward/backward.
1083 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1085         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1086         (with-electric-help): Fix typo and reflow docstring.
1088 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1091         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1092         (list-buffers-noselect): Don't need to pad.
1094 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1096         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1097         Pay attention to char widths when computing string sizes.
1099 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1101         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1102         (byte-compile-output-docform): Reflow docstrings.
1103         (no-byte-compile): Fix typo in docstring.
1104         (byte-recompile-directory, compile-defun): Doc fixes.
1105         (emacs-lisp-file-regexp, byte-compile-verbose)
1106         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1107         (byte-compile-dynamic-docstrings, byte-optimize-log)
1108         (byte-compile-error-on-warn, byte-compile-warnings)
1109         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1110         Remove * from defcustom docstrings.
1112 2008-11-20  Glenn Morris  <rgm@gnu.org>
1114         * format.el (format-alist, format-write-file): Doc fix.
1116         * proced.el (proced-available): New variable.
1117         (proced-process-attributes): Move availability check from previous
1118         change from here...
1119         (proced): ... to here.
1121         * vc-hg.el (vc-hg-diff-switches): New option.
1122         (vc-hg-diff): Apply diff switches.  (Bug#1017)
1124         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1126         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1128 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
1130         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1132 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
1134         * calc/calc-units.el (math-units-table): Doc fix.
1135         (math-standard-units): Fix typo in constant's description.
1136         (math-additional-units): Fix typo in docstring.
1138 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1140         * calc/calc-units.el (math-standard-units): Add eps0,
1141         permittivity of vacuum.
1143 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
1145         * files.el (project-settings-file): Remove.
1146         (project-find-settings-file): Undo previous change that added the
1147         use of project-settings-file.
1149 2008-11-19  Glenn Morris  <rgm@gnu.org>
1151         * proced.el (proced, proced-format-time): Doc fixes.
1152         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
1154 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
1156         * bookmark.el (bookmark-jump-noselect): Move the deprecation
1157         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1159 2008-11-19  Lute Kamstra  <lute@gnu.org>
1161         * autoinsert.el (auto-insert-alist): Don't use match data.
1163 2008-11-19  Glenn Morris  <rgm@gnu.org>
1165         * progmodes/f90.el (f90-mode-map): Add some menu :help.
1167         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1169         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1170         * term/w32-win.el (x-select-font): Declare.
1172         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1173         Use the imperative for all help strings.
1175 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1177         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1178         case where the default dictionary is French, Spanish, younameit.
1180         * window.el (window--frame-usable-p): Consider dedicated windows
1181         as usable.
1183         * files.el (confirm-nonexistent-file-or-buffer):
1184         Rename from find-file-confirm-nonexistent-file.
1185         (read-buffer-to-switch): Use it.
1187 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1189         * server.el (server-temp-file-p): Use `string-match-p'.
1190         (server-socket-dir): Set to nil if local sockets are unsupported.
1191         (server-start): Don't try to delete local socket if unsupported.
1192         (server-kill-new-buffers): Reflow docstring.
1193         (server-delete-client, server-handle-delete-frame)
1194         (server-save-buffers-kill-terminal): Doc fixes.
1195         (server-send-string): Fix typo in docstring.
1197 2008-11-18  Sam Steingold  <sds@gnu.org>
1199         * progmodes/compile.el (compilation-start-hook): New hook.
1200         (compilation-start): Run it on the compilation process.
1202 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1204         * international/mule-cmds.el (update-leim-list-file): Simplify.
1205         (prefer-coding-system, find-coding-systems-for-charsets):
1206         Fix docstring typos.
1207         (select-safe-coding-system, input-method-exit-on-first-char)
1208         (language-info-alist, language-info-custom-alist): Reflow docstrings.
1209         (toggle-input-method, read-multilingual-string): Doc fixes.
1210         Reflow docstrings.
1211         (locale-name-match, sort-coding-systems, find-multibyte-characters)
1212         (read-char-by-name): Use `string-match-p'.
1213         (get-char-code-property, put-char-code-property)
1214         (char-code-property-description): Be silent while loading uni-* files.
1215         (ucs-names): Use `dotimes-with-progress-reporter', because loading
1216         the Unicode character names is *slow*.
1218 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
1220         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1222         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1224 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1226         * international/mule-cmds.el (ucs-completions): Mark as risky.
1228 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
1230         * help-macro.el (three-step-help): Remove * from defcustom.
1231         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
1232         Use when instead of if and cond within condition-case.
1234         * window.el (quit-window): Bind window to selected window when
1235         trying to delete it.
1237 2008-11-17  Glenn Morris  <rgm@gnu.org>
1239         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1240         definition of 'ignore, rather than nil.  (Bug#1353)
1242 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * window.el (window--frame-usable-p): Allow use for soft-dedication.
1246 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1248         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1250         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1251         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1252         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1253         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1254         (shell-command, repeat-complex-command): Reflow docstrings.
1255         (pop-to-mark-command): Fix typos in docstring.
1257 2008-11-17  Juri Linkov  <juri@jurta.org>
1259         * isearch.el (isearch-filter-predicate): Rename from
1260         `isearch-success-function'.  Rename default value from
1261         `isearch-success-function-default' to
1262         `isearch-filter-invisible'.  Doc fix.
1263         (isearch-filter-invisible): Rename from
1264         `isearch-success-function-default'.  Doc fix.
1265         (isearch-search, isearch-lazy-highlight-search):
1266         Rename `isearch-success-function' to `isearch-filter-predicate'.
1268         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1269         `dired-isearch-orig-success-function'.
1270         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1271         (dired-isearch-filenames-end): Rename `isearch-success-function' to
1272         `isearch-filter-predicate'.  Doc fix.
1273         (dired-isearch-filter-filenames): Rename from
1274         `dired-isearch-success-function'.
1276         * info.el (Info-search, Info-mode):
1277         Rename `isearch-success-function' to `isearch-filter-predicate'.
1278         (Info-isearch-filter-predicate): Rename from
1279         `Info-search-success-function'.
1281         * simple.el (minibuffer-default-add-function): Fix docstring to
1282         use clear text "default values" instead of obscure references to
1283         the dynamic variable `minibuffer-default'.
1285 2008-11-16  Glenn Morris  <rgm@gnu.org>
1287         * term/ns-win.el (ns-extended-platform-support-mode):
1288         Tweak menu entry from previous change.
1290         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1292         * cus-edit.el (custom-buffer-create-internal): Always insert the
1293         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
1295 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1297         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1299 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1301         * ielm.el (ielm-eval-input): Fix thinko in last change.
1303 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1305         * subr.el (read-passwd): Yank current kill if the user enters C-y.
1307 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
1309         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1310         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1312         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1313         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1314         Handle `file-name-as-directory'.
1316 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1318         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1319         usual variable-pitch face.
1321 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1323         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1324         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1325         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1326         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1327         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1328         (ange-ftp-quote-string, ange-ftp-process-handle-line)
1329         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1330         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1331         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1332         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1333         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1334         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1335         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1336         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1337         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1338         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1339         (ange-ftp-default-user, ange-ftp-default-password)
1340         (ange-ftp-default-account, ange-ftp-netrc-default-password)
1341         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1342         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1343         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1344         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1345         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1346         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1347         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1348         (ange-ftp-make-backup-files, ange-ftp-retry-time)
1349         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1350         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1351         (ange-ftp-gateway-tmp-name-template)
1352         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1353         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1354         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1355         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1356         (ange-ftp-gateway-program): Remove * from docstring and reflow.
1357         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1358         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1359         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1360         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1361         (ange-ftp-rename-local-to-remote): Doc fixes.
1362         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1363         Use `when', `unless'.
1364         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1365         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1366         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1367         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1368         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
1369         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
1370         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
1371         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1372         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1373         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1374         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1375         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1376         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1377         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1378         `(save-match-data (string-match ...))'.
1379         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1380         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1381         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1382         Doc fixes.
1384 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
1386         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1387         function instead of a variable.
1389         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1390         viper-ESC-keyseq-timeout as a function.
1391         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1392         defsubst.
1394         * emulation/viper-cmd.el: Let line-move-visual to nil when using
1395         next-line or previous-line.
1396         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1398         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1400         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1401         live.
1402         (ediff-save-buffer): Let window-min-height to 2.
1404         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1405         the minibuffer.
1407 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1409         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1410         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1411         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1412         (ielm-map): Define within defvar.  Add docstring.
1413         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1414         (ielm-complete-filename): Use `when', `unless'.
1415         (ielm-is-whitespace-or-comment): Use `string-match-p'.
1416         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1417         (ielm-change-working-buffer): Check that the buffer is live.
1418         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1419         Simplify.  Reflow docstring.
1420         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1421         New aliases, to satisfy `define-derived-mode' expectations.
1423 2008-11-15  Glenn Morris  <rgm@gnu.org>
1424             Martin Rudalics  <rudalics@gmx.at>
1426         * emacs-lisp/find-func.el (find-function-advised-original): New.
1427         (find-function-C-source, find-function-noselect):
1428         Use find-function-advised-original to handle advised funcs.  (Bug#789)
1430 2008-11-15  Glenn Morris  <rgm@gnu.org>
1432         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1433         alias message.
1435         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1436         Remove uniquify-after-kill-buffer-p dependency.
1437         (uniquify-kill-buffer-function): New function.
1438         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
1440         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1441         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1442         main Emacs manual.
1444 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
1446         * window.el (quit-window): Restore delete window with second
1447         arg non-nil behavior as of before 2008-10-30 change.
1449 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
1451         * help-fns.el (describe-function-1): Do char-range check for
1452         self-insert-command.
1454 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
1456         * files.el (file-precious-flag): Document that this flag is advisory.
1458 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1460         * emacs-lisp/bytecomp.el (byte-compile-associative)
1461         (byte-compile-minus, byte-compile-quo): If there are more than two
1462         operands, don't use binary operation code (bug#1334).
1464 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
1466         * w32-fns.el (w32-shell-dos-semantics):
1467         * calendar/diary-lib.el (diary-face-attrs):
1468         * international/mule-cmds.el (set-default-coding-systems)
1469         (prefer-coding-system):
1470         * net/tramp.el (tramp-set-completion-function):
1471         * progmodes/vhdl-mode.el (vhdl-file-header):
1472         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1474         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1476         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1477         (kill-matching-buffers, save-buffers-kill-emacs)
1478         (save-buffers-kill-terminal): Fix typos in docstrings.
1479         (switch-to-buffer-other-window): Reflow docstring.
1480         (revert-buffer): Doc fix.
1481         (define-project-bindings): Rename arg LIST to SETTINGS.
1482         (project-find-settings-file): Use `let', not `let*'.
1483         Use `when'.
1485 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
1487         * files.el (project-settings-file, locate-dominating-file):
1488         Fix typos in docstrings.
1489         (find-file-visit-truename): Remove * from defcustom docstring.
1491 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1493         * files.el (project-settings-file): New variable.
1494         (project-find-settings-file): Use it, instead of hardcoding
1495         .dir.settings.el.
1497 2008-11-13  Glenn Morris  <rgm@gnu.org>
1499         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1501 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
1503         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1504         in mail bodies.
1506 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
1508         * international/mule.el (autoload-coding-system, with-category-table)
1509         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1510         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1511         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1512         (set-file-name-coding-system, ctext-pre-write-conversion)
1513         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1514         Reflow docstrings.
1515         (charset-list, set-coding-priority): Remove redundant obsolescence info.
1516         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1517         (char-valid-p): Define with `define-obsolete-function-alias'.
1519         * textmodes/artist.el (artist-mode): Fix typos in docstring.
1521 2008-11-12  Sam Steingold  <sds@gnu.org>
1523         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1524         between hostname and path.
1526 2008-11-11  Juri Linkov  <juri@jurta.org>
1528         * dired-aux.el (dired-isearch-filenames)
1529         (dired-isearch-filenames-regexp):
1530         Let-bind isearch-message-prefix-add to "filename ".
1532         * isearch.el (isearch-message-prefix-add)
1533         (isearch-message-suffix-add): New variables.
1534         (isearch-message-prefix): Show additional text from
1535         `isearch-message-prefix-add' before "I-search".
1536         (isearch-message-suffix): Show additional text from
1537         `isearch-message-suffix-add' at the end.
1539         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1540         `isearch-search'.  Call isearch-success-function to skip matches
1541         outside the current isearch scope.  Let-bind search-invisible to
1542         nil to not match invisible text.
1544         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1545         Let-bind `isearch-recursive-edit' to nil to prevent calling
1546         `exit-recursive-edit' in `isearch-done' that terminates the
1547         execution of these commands when it is non-nil.  Call
1548         `exit-recursive-edit' explicitly at the end.
1549         (isearch-occur): For word search construct the correct regexp
1550         with word boundaries to proceed with occur.
1552         * isearch.el (isearch-search-fun): Compare the length of the
1553         current search string with the length of the string from the
1554         previous search state to detect the situation when the user
1555         adds or removes characters in the search string.
1556         Use word-search-forward-lax and word-search-backward-lax in this
1557         case, and otherwise word-search-forward and word-search-backward.
1559 2008-11-11  Sam Steingold  <sds@gnu.org>
1561         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1562         the "Version Control" group (for C-x v g).
1564 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1566         * server.el (server-process-filter): Fix typos and reflow docstring.
1568 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
1570         * mail/footnote.el (footnote-mode): Improve doc-string.
1571         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
1573 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
1575         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1577 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1579         * mail/smtpmail.el (smtpmail-open-stream): Use
1580         `starttls-any-program-available'.  Auto-load starttls.el for it.
1582 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
1584         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1585         version (bug@1285).
1587 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1589         * startup.el (command-line): Ignore init-file-user when checking
1590         user's home directory on MS-DOS as well.
1592 2008-11-07  Sam Steingold  <sds@gnu.org>
1594         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1596 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
1598         * frame.el (make-frame-on-display): Use `string-match-p'.
1600 2008-11-07  Glenn Morris  <rgm@gnu.org>
1602         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1604 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1607         to initialize font-lock keyword case sensitivity.
1608         (lisp-mode): Use it.
1610 2008-11-06  Glenn Morris  <rgm@gnu.org>
1612         * eshell/esh-maint.el: Remove unused file.
1614         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1616         * cus-edit.el (custom-comment-tag): Doc fix.
1617         (custom-comment, custom-variable-value-create, custom-face):
1618         Use face names sans -face suffix rather than aliases.
1620 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
1622         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1623         window width.
1625 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
1627         * server.el (server-process-filter): Only default to emacsclient's
1628         terminal in daemon mode.
1630 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
1632         * window.el (quit-window): Restore prefix argument behavior
1633         removed in 2008-10-30 change.  (Bug#1308)
1635 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
1637         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1638         function to kill-buffer-hook, not to kill-buffer.
1639         Reported by Markus Triska <markus.triska@gmx.at>
1641 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
1643         * calc/calc.el (calc-quit): Make sure that the keypad buffer
1644         exists before deleting its windows.
1646 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1648         * server.el (server-process-filter): Don't call
1649         server-create-tty-frame when no tty name is specified.
1651 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
1653         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1655 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1657         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1658         (define-char-code-property):
1659         * textmodes/reftex.el (reftex-index):
1660         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1662 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1664         * vc-bzr.el (vc-bzr-dir-printer): Rename from
1665         vc-bzr-status-printer.
1667         * startup.el (startup-echo-area-message): Display a different
1668         message in daemon mode.  Suggested by Stephen Turnbull.
1670         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1671         Windows.
1673 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1675         * dframe.el (dframe-mouse-position-function)
1676         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1677         (dframe-mouse-set-point): Fix typos in docstrings.
1679 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1681         * vc-dir.el (vc-dir-headers): Undo previous change.
1683 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
1685         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1686         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1688 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
1690         * subr.el (looking-back): Fix doc-string typo.
1692         * electric.el (Electric-pop-up-window): Call window-end with
1693         UPDATE set to t.
1695         * window.el (save-selected-window): Make it behave like
1696         save-selected-window-norecord.
1697         (save-selected-window-norecord): Remove, since functionality
1698         fully taken over by save-selected-window.
1699         (walk-windows, set-window-text-height, fit-window-to-buffer):
1700         Use save-selected-window instead of save-selected-window-norecord.
1701         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1702         save-selected-window-norecord.
1703         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1704         indent-function for save-selected-window-norecord.
1706 2008-11-03  Alan Mackenzie  <acm@muc.de>
1708         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1710 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
1712         * subr.el (looking-back): Doc fix.
1714         * term/x-win.el (x-initialize-window-system):
1715         Call x-wm-set-size-hint after initialization.
1717         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1718         to t.
1720         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1721         2000-12-08 (bug#1297).
1723         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1725 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1727         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1728         when appropriate.
1730 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
1732         * window.el (save-selected-window-norecord): New macro.
1733         (walk-windows): Use save-selected-window-norecord and call
1734         select-window with NORECORD set.  (Bug#1237)
1735         (set-window-text-height, fit-window-to-buffer):
1736         Use save-selected-window-norecord and call select-window with
1737         NORECORD set.
1738         * subr.el (with-selected-window): Call set-frame-selected-window
1739         with new argument NORECORD set.  Update doc-string.
1740         (with-selected-frame): Call select-frame with new argument
1741         NORECORD set.  Update doc-string.
1742         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1743         Put indent-function for save-selected-window-norecord.
1744         * font-lock.el (lisp-font-lock-keywords-2):
1745         Add save-selected-window-norecord.
1747 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1749         * cus-edit.el (customize-apropos-options, custom-comment)
1750         (custom-comment-tag, custom-face-edit-attribute-tag):
1751         Fix typos in docstrings.
1752         (custom-buffer-done-kill): Remove * from defcustom docstring.
1753         (custom-file): Fix typo in doc of defcustom choice.
1755         * frame.el (display-visual-class): Fix typo in docstring.
1756         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1757         (special-display-frame-alist, show-trailing-whitespace)
1758         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1759         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1760         Remove * from defcustom docstrings.
1762         * md4.el (md4-buffer): Fix typo in docstring.
1763         (md4, md4-64): Doc fixes.
1764         (md4-pack-int32): Reflow docstring.
1766         * paths.el (rmail-file-name): Remove * from defcustom docstring.
1767         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1769         * rect.el (open-rectangle): Reflow docstring.
1770         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
1772         * select.el (x-get-cut-buffer): Fix typo in docstring.
1774         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1775         (timezone-time-zone-from-absolute, timezone-leap-year-p):
1776         Fix typos in docstrings.
1778         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1779         Fix typos in docstrings.
1781 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1783         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1785         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1786         (newsticker--treeview-list-update, newsticker--treeview-item-show)
1787         (newsticker--treeview-tree-update)
1788         (newsticker--treeview-tree-update-highlight)
1789         (newsticker-treeview-update)
1790         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1791         (newsticker-treeview-next-new-or-immortal-item)
1792         (newsticker-treeview-prev-new-or-immortal-item)
1793         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1794         (newsticker-treeview-tree-click): Watch for layout changes.
1795         (newsticker--treeview-set-current-node): Cleanup.
1796         (newsticker--treeview-restore-layout): Rename from
1797         newsticker--treeview-restore-buffers.
1798         (newsticker--treeview-mark-item): Update cache file.
1800 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1802         * calendar/icalendar.el (icalendar--uid-count): New.
1803         (icalendar--create-uid): New.  Extracted from
1804         `icalendar-export-region' and add uid counter.
1805         (icalendar-export-region): Use `icalendar--create-uid'.
1807 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
1809         * tooltip.el (tooltip-frame-parameters): Doc fix.
1811 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
1813         * window.el (window-body-height, window-current-scroll-bars)
1814         (walk-windows, get-window-with-predicate, get-buffer-window-list)
1815         (minibuffer-window-active-p, count-windows)
1816         (window-safely-shrinkable-p, window--splittable-p)
1817         (window--try-to-split-window, window--frame-usable-p)
1818         (window--even-window-heights, window--display-buffer-1)
1819         (window--display-buffer-2, set-window-text-height)
1820         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1821         (truncated-partial-width-window-p): Rewrite doc-string.
1822         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
1823         (split-window-vertically, split-window-horizontally):
1824         Rename args, rewrite doc-string, and simplify code.
1825         (split-window-save-restore-data): Rename args and use
1826         when instead of if.
1828 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1830         * indent.el (indent-for-tab-command): Use use-region-p.
1832         * vc.el (vc-revert): Limit the length of the query string.
1834 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
1836         * simple.el (idle-update-delay, next-error-highlight)
1837         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1838         (minibuffer-history-case-insensitive-variables, kill-ring-max)
1839         (kill-read-only-ok, backward-delete-char-untabify-method)
1840         (kill-whole-line, mark-ring-max, global-mark-ring-max)
1841         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1842         (goal-column, line-move-ignore-invisible, fill-prefix)
1843         (auto-fill-inhibit-regexp, blink-matching-paren)
1844         (blink-matching-paren-on-screen, blink-matching-paren-distance)
1845         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1846         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1847         (minibuffer-history-isearch-wrap, transient-mark-mode)
1848         (next-logical-line, auto-fill-mode, line-number-mode)
1849         (column-number-mode, size-indication-mode, clone-indirect-buffer)
1850         (normal-erase-is-backspace-mode): Doc fixes.
1851         (current-kill, transient-mark-mode, toggle-truncate-lines)
1852         (visible-mode): Reflow docstrings.
1853         (minibuffer-local-shell-command-map, interprogram-paste-function):
1854         Fix typos in docstrings.
1856 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1858         * server.el (server-process-filter): In daemon mode, default to
1859         emacsclient's tty if not opening a new frame and only the
1860         terminal-frame is available.
1862 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
1864         * window.el (quit-window): Simplify code.  Say in doc-string
1865         that it operates on the selected window's buffer.  (Bug#1259)
1867 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
1869         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1870         nil so that log-view-diff-changeset works.
1872 2008-10-30  Glenn Morris  <rgm@gnu.org>
1874         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1876         * resume.el: Move to obsolete/.
1877         * Makefile.in (ELCFILES): Update.
1879 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
1881         * electric.el (Electric-pop-up-window): Don't shrink the window if
1882         it's already big enough.
1884         * minibuffer.el (delete-minibuffer-contents): Delete all
1885         minibuffer contents instead of just the current field.
1887         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1889         * bookmark.el (bookmark-handle-bookmark): Rename from
1890         bookmark-jump-noselect.
1891         (bookmark--jump-via, bookmark-insert): Callers changed.
1892         (bookmark-jump-noselect): Wrapper function for
1893         bookmark-handle-bookmark.
1894         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1896         * textmodes/ispell.el (ispell-word): Use use-region-p.
1898 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
1900         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1901         to follow naming conventions for abnormal hooks.  Doc fix.
1902         (tooltip-mode, tooltip-timeout): Use it.
1903         (tooltip-hook): New obsolete alias.
1904         (tooltip-help-tips): Doc fix.
1906         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1908 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
1910         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1911         of hardcoded /tmp.
1913 2008-10-29  Glenn Morris  <rgm@gnu.org>
1915         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1917         * vc-hooks.el (vc-find-root): Remove bogus alias.
1919 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1921         * international/quail.el (quail-show-guidance): Don't create
1922         a guidance-frame if current buffer is not a minibuffer, since even if
1923         selected-window is mini-p, the buffer will never be displayed in it, so
1924         it wil be usable for guidance.
1926 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1928         * smerge-mode.el: Require diff-mode at run-time as well.
1930 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
1932         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1933         * vc-hooks.el (vc-stay-local): Likewise.
1935 2008-10-28  Phil Sung  <psung@mit.edu>
1937         * follow.el (follow-scroll-down, follow-calc-win-end)
1938         (follow-estimate-first-window-start): Reduce effective window
1939         height when header line is present.  (Bug#925)
1941 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
1943         * subr.el (locate-user-emacs-file): Simplify.  Don't create
1944         `user-emacs-directory' when Emacs is running in batch mode.
1946         * startup.el (inhibit-startup-screen): Reflow docstring.
1947         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1949 2008-10-27  Kenichi Handa  <handa@m17n.org>
1951         * descr-text.el (describe-char): Fix terminal case (where font is nil).
1953 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
1955         * face-remap.el (text-scale-increase, text-scale-decrease)
1956         (text-scale-adjust): Remove &optional keyword from the arg list;
1957         the INC argument is not really optional, if the functions happen
1958         to be called from elisp.
1960 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
1962         * vc.el: Rename VC methods that were missed when vc-status was
1963         renamed to vc-dir.
1964         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1965         vc-svn-status-extra-headers.
1966         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1967         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1968         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1969         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1970         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1971         vc-dir-status-printer.
1972         (vc-dir-headers): Use `dir-extra-headers' instead of
1973         `status-extra-headers'.
1974         (vc-dir-printer): Rename from vc-dir-status-printer.
1975         (vc-default-dir-extra-headers): Rename from
1976         vc-default-status-extra-headers.
1977         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1978         vc-cvs-status-extra-headers.
1980         * startup.el (server-name): Pacify byte compiler.
1981         (command-line): If --daemon=SERVER_NAME was used, set server-name
1982         before calling server-start.
1984 2008-10-26  Romain Francoise  <romain@orebokech.com>
1986         * startup.el (command-line): Call daemon-initialized after
1987         starting the server.
1989 2008-10-26  Kenichi Handa  <handa@m17n.org>
1991         * help-fns.el (describe-categories): Display the terse legend at
1992         the head.
1994         * international/characters.el: Docstrings of categories improved.
1996 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1998         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2000         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2001         to the courier family.
2002         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2003         usually not serif'd and hence rather unlike verbatim's printed output.
2005 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
2007         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2008         when reporting the module.
2010         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2012         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2014 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * files.el (locate-dominating-stop-dir-regexp): New var.
2017         (locate-dominating-file): Change arg from a regexp to a file name.
2018         Rewrite using the vc-find-root code to avoid directory-files which is
2019         too slow.  Obey locate-dominating-stop-dir-regexp.
2020         Don't pay attention to changes in owner.
2021         (project-find-settings-file): Adjust call to locate-dominating-file.
2023         * progmodes/flymake.el (flymake-find-buildfile):
2024         Adjust call to locate-dominating-file.
2026         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2027         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2029 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2031         * subr.el (with-current-buffer): Rename buffer argument to
2032         buffer-or-name.
2033         * window.el (get-buffer-window-list): Rename buffer argument to
2034         buffer-or-name and make it optional.
2036 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
2038         * completion.el (add-completion-to-head, add-completion): Doc fixes.
2039         (completion-search-next, add-completions-from-file):
2040         Fix typos in docstrings.
2042         * filesets.el (filesets-menu-ensure-use-cached)
2043         (filesets-ingroup-patterns, filesets-filetype-property):
2044         * tutorial.el (get-lang-string):
2045         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2046         Fix typos in docstrings.
2048         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2049         (image-dired-line-up-method, image-dired-thumb-size)
2050         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2051         (image-dired-track-original-file, image-dired-track-thumbnail)
2052         (image-dired-dired-next-line, image-dired-dired-previous-line)
2053         (image-dired-write-comments): Reflow docstrings.
2054         (image-dired-show-all-from-dir-max-files)
2055         (image-dired-format-properties-string, image-dired-create-thumbs)
2056         (image-dired-mark-tagged-files, image-dired-gallery-generate):
2057         Fix typos in docstrings.
2059         * savehist.el (savehist-save-minibuffer-history, savehist-file)
2060         (savehist-additional-variables, savehist-ignored-variables)
2061         (savehist-file-modes, savehist-autosave-interval):
2062         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2063         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2064         (fancy-splash-image):
2065         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2066         (thumbs-conversion-program, thumbs-margin):
2067         Remove spurious * in docstrings.
2069 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
2071         * thingatpt.el (end-of-sexp, beginning-of-sexp)
2072         (forward-same-syntax): Omit default arguments to char-after and
2073         char-before.
2075 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
2077         * subr.el (locate-user-emacs-file): New function.
2078         (user-emacs-directory): Mention it in docstring.
2080         * completion.el (save-completions-file-name):
2081         * filesets.el (filesets-menu-cache-file):
2082         * image-dired.el (image-dired-dir, image-dired-db-file)
2083         (image-dired-temp-image-file, image-dired-gallery-dir)
2084         (image-dired-temp-rotate-image-file):
2085         * savehist.el (savehist-file):
2086         * server.el (server-auth-dir):
2087         * thumbs.el (thumbs-thumbsdir):
2088         * tutorial.el (tutorial--saved-dir):
2089         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2091 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
2093         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2094         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2096 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
2098         * filesets.el: Update author email.
2099         (filesets-data): Doc fix.
2101 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
2103         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2105 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2107         * international/mule-cmds.el (describe-language-environment):
2108         Indent sample text.
2110 2008-10-23  Glenn Morris  <rgm@gnu.org>
2112         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2114         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2115         byte-compile a redefinition of a function with special byte-compile
2116         handling.  (Bug#411)
2118 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2120         * ps-print.el: Deal with page sizes for label printes.  Suggested by
2121         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2122         (ps-print-version): New version 7.3.3.
2123         (ps-page-dimensions-database): New page sizes for label printers.
2124         (ps-n-up-printing): Fix code.
2126 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2128         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
2130         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2131         (list-at-point): Add docstrings.
2133         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2135         * dired-aux.el (dired-do-create-files): Doc fix.
2137 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2139         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2140         with other documentation.
2142 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
2144         * replace.el (how-many): Fix typo in docstring.
2145         Reported by Leo <sdl.web@gmail.com>.
2147 2008-10-22  Glenn Morris  <rgm@gnu.org>
2149         * international/mule-cmds.el (universal-coding-system-argument):
2150         Check for C-g.  (Bug#1205)
2152 2008-10-22  Kenichi Handa  <handa@m17n.org>
2154         * international/characters.el: Don't setup
2155         find-word-boundary-function-table.
2156         (next-word-boundary-han, next-word-boundary-kana): Delete them.
2157         (word-combining-categories, word-separating-categories):
2158         Adjust to the change of the docstrings.
2160 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
2162         * simple.el (region-active-p): Doc fix.
2164 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2166         * subr.el (apply-partially): Move from here...
2168         * simple.el (apply-partially): ...to here.
2170 2008-10-20  Andreas Schwab  <schwab@suse.de>
2172         * subr.el (split-string-and-unquote): Simplify regexp.
2174 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2176         * subr.el (top-level): Require `cl' when compiling.
2178 2008-10-20  David Reitter  <david.reitter@gmail.com>
2180         * info.el (Info-mode): Do not remove an existing header line if
2181         `Info-use-header-line' is nil.
2183 2008-10-19  Juri Linkov  <juri@jurta.org>
2185         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2186         Add arg `delimited' as in `query-replace' for the case when
2187         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
2188         Add more indicators to the prompt ("word" and "in region").
2190         * replace.el (query-replace, query-replace-regexp)
2191         (replace-string, replace-regexp, perform-replace): Add "word"
2192         indicatiors to the prompt for word delimited replacements.
2194         * replace.el (read-regexp): Rename arg `default' to `default-value'.
2195         Doc fix.
2197 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2199         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
2201         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2203 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2205         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2206         Make argument names follow Elisp manual.
2208 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2210         * textmodes/remember.el (remember-data-file):
2211         * shadowfile.el (shadow-initialize)
2212         <shadow-info-file, shadow-todo-file>:
2213         * savehist.el (savehist-file):
2214         * recentf.el (recentf-save-file):
2215         * pcvs-defs.el (cvs-cvsrc-file):
2216         * international/kkc.el (kkc-init-file-name):
2217         * ido.el (ido-save-directory-list-file):
2218         * calendar/todo-mode.el (todo-file-do, todo-file-done)
2219         (todo-file-top): Run file names that begin with a period thru
2220         `convert-standard-filename'.
2222         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
2223         before-init-hook.
2225         Fix Bug #1183:
2227         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2228         coding-system-for-read to ediff-coding-system-for-write.
2230         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2231         coding-system-for-write to ediff-coding-system-for-write.
2233         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2234         (ediff-coding-system-for-write): Set to emacs-internal.
2236 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2238         * international/mule-conf.el (emacs-internal): New coding system alias.
2240 2008-10-18  Juri Linkov  <juri@jurta.org>
2242         * info.el (Info-file-supports-index-cookies-list): New variable.
2243         (Info-file-supports-index-cookies): New function.
2244         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2245         (Info-index-nodes): Let-bind Info-point-loc to nil for files
2246         without an index cookie to ignore it when Info-index-nodes is
2247         called during navigating from an index node with line numbers.
2248         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
2250         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2251         variable definition section.
2253         * info.el (Info-find-node-2): Put initial point below the header line
2254         and breadcrumbs line.
2256 2008-10-18  Glenn Morris  <rgm@gnu.org>
2258         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2259         the needed external programs were not found.
2261 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2263         * files.el (trash-directory): Run thru `convert-standard-filename'.
2264         (file-modes-char-to-who, file-modes-char-to-right)
2265         (file-modes-rights-to-number, file-modes-symbolic-to-number)
2266         (read-file-modes): Doc fixes.
2268 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2270         * abbrev.el (define-abbrev): Doc fix.
2272 2008-10-17  Alan Mackenzie  <acm@muc.de>
2274         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2275         foo bar [] = { ...".
2277 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2279         * faces.el (face-spec-set-2): Don't pass invalid attributes to
2280         set-face-attribute.
2282 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
2284         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2285         according to `locale-coding-system'.  (This fixes trivial bug reported
2286         as part of bug#1179).
2287         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2288         particular order).  Use `when'.
2290 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
2292         * w32-fns.el (w32-check-shell-configuration): Doc fix.
2293         (w32-add-charset-info): Fix typo in docstring.
2295 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2297         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2298         after discussion.
2300 2008-10-16  Magnus Henoch  <mange@freemail.hu>
2302         * vc-arch.el (vc-arch-dir-status): New function.
2303         (vc-arch-after-dir-status): New function.
2305 2008-10-16  Glenn Morris  <rgm@gnu.org>
2307         * man.el (Man-getpage-in-background): Force recent `man's to output
2308         escape sequences even when stdout is not a tty.  (Bug#1142)
2310 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2312         * international/mule-conf.el: Add `utf8' and `UTF8' as
2313         aliases for the `utf-8' coding system.
2315 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
2317         * find-file.el (ff-get-file): Doc fix.
2318         (ff-get-file-name): Use `let', not `let*'.
2319         (ff-search-directories): Fix typo in docstring.
2320         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2321         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2322         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2323         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2324         (cc-other-file-alist, modula2-other-file-alist):
2325         Remove spurious * in docstrings.
2327 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
2329         * faces.el (set-face-attribute): Set family and foundry before
2330         other attributes.
2331         (face-spec-set-2): Pass unmodified args to set-face-attribute.
2333 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
2335         * hl-line.el (hl-line-unload-function): New function.
2336         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2337         (hl-line-sticky-flag): Remove spurious * in docstring.
2339 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2341         * vc-git.el (vc-git-show-log-entry): Include the revision in the
2342         search string.
2344 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
2346         * net/tramp.el (tramp-process-one-action): Embed regexp in
2347         parentheses, before adding end-of-buffer construct.  Suggested by
2348         Markus Triska <markus.triska@gmx.at>.
2350 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
2352         * net/newst-plainview.el (w3m-toggle-inline-image):
2353         Define 'declare-function if necessary, for compatibility.
2355         * net/newst-treeview.el (w3m-toggle-inline-images):
2356         Define 'declare-function if necessary, for compatibility.
2358 2008-10-13  Alan Mackenzie  <acm@muc.de>
2360         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2361         so that the function works on one-line macros.
2363         * progmodes/cc-engine.el: Amend several doc strings and comments.
2365 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2367         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2369         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2370         (vc-cvs-stay-local): Add a new choice and default to it.
2371         (vc-cvs-dir-status): Use the new vc-stay-local choice.
2373         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2375 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
2377         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2378         Add support for extended return statement.
2380         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2381         and obj-dir; keep user order.
2383 2008-10-12  Glenn Morris  <rgm@gnu.org>
2385         * Makefile.in (ELCFILES): Update.
2387         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2388         (shell-file-name-quote-list): Declare.
2390 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
2392         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2394 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
2396         * startup.el (command-line): If toolbar is disabled but ought to
2397         be initialized, call tool-bar-setup.
2399         * tool-bar.el (tool-bar-setup): Variable deleted.
2400         (tool-bar-setup): Set it up unconditionally.
2402         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2404         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2405         tool-bar-map has been initialized before setting it up.
2407         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2408         tool-bar-map has been initialized before setting it up.
2410 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
2412         * emacs-lisp/warnings.el (display-warning): Issue a message if
2413         called during daemon initialization.
2415         * tool-bar.el (tool-bar-local-item)
2416         (tool-bar-local-item-from-menu): Put the check for number of
2417         display colors into the image expression.
2418         (tool-bar-setup): Don't be a no-op on ttys.
2420         * info.el (info-tool-bar-map):
2421         * progmodes/gud.el (gud-tool-bar-map):
2422         * progmodes/grep.el (grep-mode-tool-bar-map):
2423         * progmodes/compile.el (compilation-mode-tool-bar-map):
2424         Initialize it unconditionally.
2426 2008-10-11  Romain Francoise  <romain@orebokech.com>
2428         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2429         * kmacro.el (kmacro-edit-lossage): Ditto.
2430         * edmacro.el (edit-kbd-macro): Ditto.
2432 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
2434         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2435         Fix variable names.
2437 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
2439         * startup.el (command-line): Revert 2008-09-26 change, not
2440         necessary anymore.
2442 2008-10-10  Andreas Schwab  <schwab@suse.de>
2444         * simple.el (minibuffer-complete-shell-command):
2445         Bind comint-delimiter-argument-list, comint-file-name-chars and
2446         comint-file-name-quote-list like shell-mode.
2448 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2450         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2451         call of select-window.
2453 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
2455         * calc/calc.el (calc-embedded-word-regexp)
2456         (calc-embedded-word-regexp-alist): New variables.
2457         (calc-embedded-open-word, calc-embedded-close-word)
2458         (calc-embedded-open-close-word-alist): Remove unused variables.
2460         * calc/calc-embed.el (calc-embedded-make-info):
2461         Use `calc-embedded-word-regexp' to find words.
2463 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2465         * info.el (Info-extract-menu-counting): New argument no-detail to
2466         skip detailed node listings.
2467         (Info-forward-node): New argument not-up to inhibit going up.
2468         (Info-final-node): Call Info-extract-menu-counting and
2469         Info-forward-node with the new arguments set to avoid infinite
2470         looping.  (Bug#1116)
2472 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
2474         * startup.el (command-line): Don't invoke tool-bar-mode if it is
2475         not fboundp.
2477 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
2479         * startup.el (command-line): Enable tool-bar-mode as long as it is
2480         not suppressed by X resources, regardless of the terminal.
2482         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2483         graphical terminals.
2484         (tool-bar-setup): No-op if called on a tty.
2486 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
2488         * frame.el (make-frame-on-tty): Use "F" inside interactive.
2489         Support `pc' ``window-system''.
2491         * progmodes/compile.el (compilation-start): Resurrect the version
2492         for systems that don't support asynchronous subprocesses.
2494 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
2496         * window.el (pop-up-frames): Add choice graphic-only.
2497         (display-buffer): When pop-up-frames equals graphic-only do
2498         not pop up new frame on text-only terminals.  (Bug#1061)
2500 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
2502         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2503         (vc-cvs-dir-status): Use it.
2505 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
2507         * json.el (json-skip-whitespace): Fix last change.
2509 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
2511         * bs.el (bs-unload-function): New function.
2513 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
2515         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2516         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2517         For clarity, explicitly require cl.
2519 2008-10-08  Michael Olson  <mwolson@gnu.org>
2521         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2522         can avoid a bad interaction with programs that add functions to
2523         the window-scroll-functions hook.  This fixes Bug #858.
2525 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
2527         * startup.el (command-line): Use display-warning to warn about an
2528         init file error.
2529         (command-line-1): Remove init file error delay.
2531 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2533         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2534         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2535         (rx-group-if): New function.
2536         (rx-parent): New variable.
2537         (rx-and, rx-or): Put shy groups only when necessary.
2538         (rx-bracket): Remove.
2539         (rx-anything): New function.
2540         (rx-any-delete-from-range, rx-any-condense-range)
2541         (rx-check-any-string): New functions.
2542         (rx-check-any): Return result as a list.  Don't convert chars to
2543         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
2544         Check char category string.  Call rx-form instead of rx-to-string.
2545         (rx-any): Rebuid to complete the function.
2546         (rx-check-not): Fix char category regexp pattern string.
2547         Call rx-form instead of rx-to-string.
2548         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
2549         "[^^]".  Call regexp-quote for one char string when not called from
2550         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
2551         "\\[SCBW]" to toggle.
2552         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2553         instead of rx-to-string.
2554         (rx-kleene): Call rx-form instead of rx-to-string.
2555         Call rx-group-if to adjust putting of shy groups.
2556         (rx-atomic-p): Make check more precisely.
2557         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2558         (rx-regexp): Call rx-group-if.
2559         (rx-form): New function.
2560         (rx-to-string): Call rx-form, rx-group-if.
2561         Refine definition of NO-GROUP.
2563 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
2565         * json.el (json-advance): Use forward-char.
2566         (json-skip-whitespace): Use skip-syntax-forward.
2568 2008-10-07  Alan Mackenzie  <acm@muc.de>
2570         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2571         indenting a macro followed by blank lines doesn't backslash the
2572         following non-blank line into the macro.
2574 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
2576         * startup.el (before-init-time, after-init-time): Move into emacs.c.
2577         (command-line): Set after-init-time to nil before initialization.
2579 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
2581         * calc/calc-units.el (math-standard-units): Update the values
2582         of the units.
2584 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
2586         * bookmark.el (bookmark-unload-function): New function.
2588 2008-10-06  Andreas Schwab  <schwab@suse.de>
2590         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2592 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
2594         * mail/footnote.el: Remove * in defcustom docstrings and tell
2595         for most options that customizing them doesn't affect buffers
2596         already displaying footnotes.
2597         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2598         Fix handling of text properties and identical start/end tags.
2599         Do not use format when renumbering.
2600         (Footnote-set-style): Make it work.
2601         (Footnote-insert-numbered-footnote): Simplify.
2602         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2603         (Footnote-goto-footnote): Fix handling of empty section tag.
2604         (Footnote-delete-footnote): Fix handling of identical start/end
2605         tags, empty section tag, and spaced footnotes.  Do not use
2606         kill-region.
2607         (footnote-mode): Make most options buffer-local to avoid that
2608         customizing messes up handling of footnotes in buffers that
2609         already display them.
2611 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
2613         * faces.el (x-create-frame-with-faces): Undo previous change.
2615         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2616         existent files.
2618 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
2620         * international/mule-cmds.el (universal-coding-system-argument):
2621         Handle digit-argument too.
2623 2008-10-05  Mario Lang  <mlang@delysid.org>
2625         * xml.el (xml-parse-string): Use skip-chars-forward.
2627 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2629         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2630         existent files.
2631         (vc-bzr-dir-status-files): New function.
2633 2008-10-04  Glenn Morris  <rgm@gnu.org>
2635         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
2637         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2638         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2640         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2641         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2643 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
2645         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2646         Fix typo.  (Bug#1074)
2648 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
2650         * progmodes/compile.el (compilation-start): Make sure to move to
2651         point-max only when we are in the compilation buffer.  (Bug#1073)
2653 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
2655         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2656         tool-bar-mode is on.
2658         * vc-svn.el (vc-svn-dir-status-files):
2659         * vc-cvs.el (vc-cvs-dir-status-files): New function.
2661 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2663         * vc-hg.el (vc-hg-dir-status-files): New function.
2665 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
2667         * window.el (window--display-buffer-1): Don't care about
2668         visibility since raise-frame does.
2670 2008-10-03  Mario Lang  <mlang@delysid.org>
2672         * nxml/xmltok.el (xmltok-forward): Simplify.
2674 2008-10-03  Glenn Morris  <rgm@gnu.org>
2676         * Makefile.in (ELCFILES): Update.
2678         * frame.el (set-default-font): Make obsolete.
2679         * mouse.el (mouse-set-font): Use set-frame-font.
2681         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2682         (jka-compr-mode-alist-additions): Also match `.tbz2'.
2684         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2685         * files.el (auto-mode-alist): Add .PRO as per above autoload.
2687 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2689         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2690         (vc-dir-refresh): Set it here instead.  (Bug#1067)
2692 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
2694         * faces.el (inhibit-frame-set-background-mode): New var.
2695         (frame-set-background-mode): Use it to avoid a loop in
2696         face-spec-recalc.
2698 2008-10-02  Glenn Morris  <rgm@gnu.org>
2700         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2701         vc-diff-switches.
2703 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2705         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2706         that is, to take some action when a buffer is killed.  Suggested by
2707         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
2708         11.2.2.
2709         (whitespace-action): Docstring and :type fix.
2710         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2711         Code fix.
2712         (whitespace-add-local-hook, whitespace-remove-local-hook)
2713         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2715 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2717         * net/tls.el (open-tls-stream): Show the actual command being
2718         executed, instead of the format string.
2720 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
2722         * term/internal.el (dos-locale-alist): New alist.
2723         (dos-codepage-setup): Use it to compute a value of locale with
2724         which to call set-locale-environment.  Remove code to set
2725         terminal, keyboard, and file-name encoding (done by
2726         set-locale-environment).
2728         * international/mule-cmds.el
2729         (set-language-environment-nonascii-translation): Fix nonascii
2730         value for `pc' ``window-system''.
2731         (set-display-table-and-terminal-coding-system)
2732         (set-default-coding-systems): Don't special-case `pc'.
2734 2008-10-01  Glenn Morris  <rgm@gnu.org>
2736         * filesets.el (filesets-menu-name): Fix type.
2737         (filesets-menu-path, filesets-menu-before): Fix types.
2738         Change defaults to be consistent with recentf.  (Bug#1056)
2740 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2742         * term/xterm.el (xterm-turn-on-modify-other-keys)
2743         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2744         Don't forget to pass `terminal' to `send-string-to-terminal'.
2746 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
2748         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2749         (vc-file-not-found-hook): Check, that `buffer-file-name' is
2750         non-nil.  It is not clear, whether this is only fixing symptoms on
2751         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
2752         is embedded by that check.  So it might be TRT.  Suggested by Dan
2753         Nicolaescu <dann@ics.uci.edu>.
2755 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
2757         * Makefile.in (ELCFILES): Remove codepage.elc.
2759         * international/codepage.el: File removed, as even ms-dos doesn't
2760         need it anymore.
2762         * loadup.el [ms-dos]: Don't load ccl and codepage.
2764         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2765         (IT-character-translations, cjk-codepages-alist): Remove variables.
2766         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2767         (IT-unicode-translations): Remove charset and base elements.
2768         Add translations for Latin-1 characters.
2769         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
2770         base and chset elements of IT-unicode-translations.  Don't wrap
2771         translation in "{...}".  Set up translations only for characters
2772         for which unencodable-char-position returns non-nil.
2773         (dos-codepage-setup): Don't use special-case codepages in
2774         cjk-codepages-alist.
2776         * files.el (locate-dominating-file): Wrap directory-files with
2777         condition-case, instead of calling file-directory-p, which stats
2778         the directory one more time.
2780         * mail/mail-utils.el (mail-unquote-printable-region):
2781         Use insert-byte instead of insert-char, when the UNIBYTE arg is
2782         non-nil.
2784 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
2786         * epa-file.el (epa-file-insert-file-contents): Fix typo.
2788 2008-09-30  Glenn Morris  <rgm@gnu.org>
2790         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2792 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
2794         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2795         (which-function): Handle nested imenu trees.
2797         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2798         some nested menu items.
2800 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
2802         * calc/calc-units.el (math-standard-units): Add entries used to
2803         display the the values in the units buffer.
2804         (math-build-units-table): Add entries to the units table to be used
2805         to display the values in the units buffer.
2806         (math-build-units-table-buffer): Use the display entry of the units
2807         table when non-nil.
2808         (calc-define-unit): Add option to enter display value of unit.
2810 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2812         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2814 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
2816         * files.el (locate-dominating-file): Take file-attributes of
2817         `dir', not of `file' (which never changes).
2819 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2821         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2822         also be `localname'.
2824         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2825         IDENTIFICATION.
2827 2008-09-28  Glenn Morris  <rgm@gnu.org>
2829         * vc.el (vc-switches): Give it a doc string.
2831 2008-09-28  Romain Francoise  <romain@orebokech.com>
2833         * comint.el (comint-show-output): Adjust to stickiness changes of
2834         the output field.
2836         * startup.el (command-line): Start the daemon server later.
2838 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
2840         * subr.el (read-quoted-char): Call char-resolve-modifiers
2841         instead of char-resolve-modifers.
2843 2008-09-27  Glenn Morris  <rgm@gnu.org>
2845         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2846         than [return].  (Bug#1031)
2848 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
2850         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2852 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
2854         * epg.el (epg-wait-for-status): Check if there is no pending status.
2855         Reported by Ted Romer <ted@romerfamily.com>.
2857 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2859         * startup.el (command-line): Turn on menu-bar-mode and
2860         tool-bar-mode when running as a daemon.
2862 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
2864         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2865         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2866         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2867         ($(lisp)/progmodes/cc-engine.elc)
2868         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2869         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2870         ($(lisp)/progmodes/cc-subword.elc)
2871         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2873         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2874         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2875         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2876         ($(lisp)/progmodes/cc-engine.elc)
2877         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2878         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2879         ($(lisp)/progmodes/cc-subword.elc)
2880         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2882 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2884         * informat.el (Info-split-threshold): New variable.
2885         (Info-split): Use it.
2887         * textmodes/texinfmt.el (texinfo-format-buffer):
2888         Use Info-split-threshold to decide whether to split Info files.
2890 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2892         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2893         quoting.
2895         * comint.el (comint-dynamic-complete-as-filename): Quote directory
2896         name when reinserting it.
2898         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2899         word-search-backward-lax for incremental word search.
2901 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
2903         * generic-x.el (generic-other-modes): Fix typo in docstring.
2904         (generic-use-find-file-hook, generic-lines-to-scan)
2905         (generic-find-file-regexp, generic-ignore-files-regexp)
2906         (generic-define-mswindows-modes, generic-define-unix-modes):
2907         Remove `*' from docstring.
2908         (generic-mode-find-file-hook): Use `string-match-p'.
2909         (apache-log-generic-mode, mailagent-rules-generic-mode)
2910         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2911         (java-manifest-generic-mode, java-properties-generic-mode)
2912         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2913         for consistency with other modes in generic-x.el.
2915 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
2917         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2918         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2919         parens specially only if latex-handle-escaped-parens is non-nil.
2920         (latex-indent-within-escaped-parens): New option.
2921         (latex-find-indent): Bind latex-handle-escaped-parens to
2922         latex-indent-within-escaped-parens.  Do not treat escaped parens
2923         specially when this is nil.  (Bug#954)
2925 2008-09-25  Glenn Morris  <rgm@gnu.org>
2927         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
2929 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2931         * vc.el (vc-mark-resolved): Move message here from
2932         vc-default-mark-resolved.
2933         (vc-default-mark-resolved): Change to an alias for ignore.
2935 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2937         * term.el (term-emulate-terminal): Encode input string before
2938         checking its length.
2940 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
2942         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2943         is loaded.
2945         * server.el (server-buffer-done): Avoid changing the buffer when
2946         deleting the client's frame (bug#640).
2948         * vc.el (vc-default-mark-resolved): New function.
2950 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
2952         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2953         from raising a wrong-type-argument error.
2955 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
2957         * help-fns.el (describe-function-1, describe-variable): Print
2958         relative file name in help buffer.
2959         * faces.el (describe-face): Print relative file name in help
2960         buffer.
2962 2008-09-23  Romain Francoise  <romain@orebokech.com>
2964         * subr.el (with-output-to-string): Make sure that the temporary
2965         buffer gets killed.
2967 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
2969         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2970         indentation problem with keyword symbols when a list starts with
2971         ,@ or spaces.  (Bug#1012)
2973 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
2975         * textmodes/tex-mode.el (latex-find-indent): Try to handle
2976         escaped close parens correctly.  (Bug#954)
2978 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
2980         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2981         usage of `fortune-file' even though a FILE argument was passed to
2982         the function.
2984 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2986         * startup.el (command-line): Start the server when in daemon mode.
2987         Remove always true test.
2989         * frame.el (frame-initialize): Remove spurious setting of
2990         special-display-function with the default value.
2992 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2994         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2996 2008-09-20  Glenn Morris  <rgm@gnu.org>
2998         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2999         Fix custom type.  (Bug#1011)
3001 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
3003         * files.el (move-file-to-trash): Avoid recursive trashing if
3004         rename-file calls delete-file.
3006 2008-09-20  Glenn Morris  <rgm@gnu.org>
3008         * play/fortune.el: Remove leading `*' from defcustom docs.
3009         (fortune-program-options): Doc fix.  Allow to be a string again.
3010         Add :version.
3011         (fortune-in-buffer): Handle fortune-program-options as a string.
3012         Don't rely on fortune program accepting options after fortune file.
3014 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
3016         * play/fortune.el (fortune-program-options): Change to a list.
3017         (fortune-in-buffer): Use apply.
3019 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3021         * emacs-lisp/authors.el: Change encoding of file to utf-8.
3022         (authors-coding-system): Likewise.
3024 2008-09-20  Ami Fischman  <ami@fischman.org>
3026         * savehist.el (savehist-save): Handle errors in writing as well as
3027         reading.
3029 2008-09-20  Michael Olson  <mwolson@gnu.org>
3031         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3032         to provide a minimal performance boost.
3034 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3036         * proced.el (proced-grammar-alist, proced-custom-attributes)
3037         (proced-format-alist, proced-format, proced-filter-alist)
3038         (proced-filter, proced-sort): Use defcustom.
3039         (proced-mode): Fix docstring.
3040         (proced-process-attributes): Handle return value nil of functions
3041         in proced-custom-attributes.
3043 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
3045         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3046         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
3048 2008-09-19  Miles Bader  <miles@gnu.org>
3050         * comint.el (comint-output-filter): Make field properties for
3051         output text front-sticky.
3053 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3055         * vc-bzr.el (vc-bzr-show-log-entry):
3056         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3057         C-x v l for a directory uses that.
3059 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3061         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3062         .sieve files.
3064 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
3066         * help-macro.el (make-help-screen): Preserve key bindings
3067         established in help-mode call when exiting this macro.
3069 2008-09-17  Kenichi Handa  <handa@m17n.org>
3071         * language/burmese.el: Fix setting of composition-function-table.
3073 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
3075         * info.el (Info-follow-nearest-node): Don't raise an error for
3076         mouse-1 clicks.
3078 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
3080         * calc/calc-units.el (calc-convert-temperature): Use default
3081         units when appropriate.
3083 2008-09-16  Markus Triska  <markus.triska@gmx.at>
3085         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3086         catch errors raised in `texmathp'.
3087         (flyspell-tex-math-initialized): Remove.
3089 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
3091         * frame.el (select-frame-set-input-focus): With non-nil
3092         mouse-autoselect-window always move mouse cursor to frame's
3093         selected window.  Otherwise restore pre 2008-09-13 behavior.
3094         (select-frame-by-name): Use select-frame-set-input-focus.
3096         * files.el (switch-to-buffer-other-frame): Don't raise frame since
3097         pop-to-buffer already does it.
3098         (display-buffer-other-frame): Fix doc-string.
3100 2008-09-16  Glenn Morris  <rgm@gnu.org>
3102         * add-log.el (diff-find-source-location): Update declaration.
3104         * progmodes/make-mode.el (makefile-match-function-end):
3105         Move point.  (Bug#983)
3107 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
3109         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3111 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
3113         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3114         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3116 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3118         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3120 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
3122         * files.el (file-truename): Don't raise args-out-of-range error
3123         when filename has no separator on windows-nt.  (Bug#982)
3125 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3127         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3128         be more honest when we don't know.
3129         (diff-tell-file-name): Don't prompt before the actual prompt.
3130         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3131         (diff-find-source-location): Add `noprompt' argument.
3132         (diff-current-defun): Don't prompt.
3134 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3136         * proced.el (proced-mark-face, proced-marked-face)
3137         (proced-sort-header-face): Remove.
3138         (proced-font-lock-keywords): Simplify.
3139         (proced-format): Use face proced-sort-header.
3140         (proced-format-interactive, proced-sort-interactive)
3141         (proced-filter-interactive): Only call proced-update if the scheme
3142         has changed.
3143         (proced-sort-header): Use posn-actual-col-row.
3145 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
3147         * add-log.el (change-log-find-window): New variable.
3148         (change-log-goto-source-1, change-log-goto-source):
3149         Set change-log-find-window to window displaying source.
3150         (change-log-next-error): Select window specified by
3151         change-log-find-window.
3153 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
3155         * frame.el (select-frame-set-input-focus): With focus follows
3156         mouse move mouse cursor to right window.
3157         * window.el (pop-to-buffer): Select window before calling
3158         select-frame-set-input-focus.
3160 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3162         * proced.el (proced-sort-header): New face.
3163         (proced-sort-header-face): New variable.
3164         (proced-format): Allow format value nil.
3165         Use proced-sort-header-face for header of sort column.
3166         (proced-format-args): New function.
3167         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3168         (proced-header-help-echo, proced-field-help-echo, proced-timer)
3169         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3170         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
3171         (proced-sort-header): Bind also to mouse-1.
3172         (proced-move-to-goal-column): Return position of point.
3173         (proced-filter-interactive): Always revert listing.
3174         (proced-format-ttname): Simplify.
3175         (proced-update): Do not keep undo information.  Put point at
3176         beginning of buffer if we generate the first listing.
3178 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
3180         * doc-view.el (doc-view-scroll-up-or-next-page)
3181         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3182         vertically split windows.
3184 2008-09-12  Glenn Morris  <rgm@gnu.org>
3186         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3188         * indent.el (indent-line-function): Doc fix.
3189         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3191 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
3193         * window.el (pop-to-buffer): If the window for buffer-or-name is
3194         not on the selected frame, raise that window's frame and give it
3195         input focus.  (Bug#745)
3197 2008-09-11  Glenn Morris  <rgm@gnu.org>
3199         * ido.el (ido-mode): Initialize with custom-initialize-default,
3200         rather than a set function.  (Bug#947)
3202 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
3204         * replace.el (perform-replace): Don't set inhibit-read-only using
3205         query-replace-skip-read-only (bug#956).
3207         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3208         of the <<foo>> form.
3210 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
3212         * window.el (display-buffer): Fix doc-string typo.
3214 2008-09-10  Kenichi Handa  <handa@m17n.org>
3216         * composite.el (compose-gstring-for-graphic): Fix previous change.
3218 2008-09-10  Glenn Morris  <rgm@gnu.org>
3220         * info.el (Info-try-follow-nearest-node): Fix doc typo.
3222 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
3224         * info.el (Info-mouse-follow-nearest-node): Follow links to different
3225         manuals.  (Bug#886)
3227 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3229         * ido.el (ido-unload-function): New function.
3231 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
3233         * ido.el (ido-file-internal): Fix typo in prompt.
3234         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3235         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3236         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3237         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3238         Fix typos in docstrings.
3240 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
3242         * help-fns.el (describe-function-1): Don't print extra newline
3243         after filling.
3245 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3247         * help-fns.el (find-lisp-object-file-name): Handle case where
3248         library is compressed.
3250 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
3252         * complete.el (PC-do-completion): Don't replace buffer
3253         contents (bug#227).
3255 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
3257         * loadhist.el (unload-feature-special-hooks):
3258         Add `choose-completion-string-functions'.
3260 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3262         * vc-svn.el (vc-svn-root):
3263         * vc-sccs.el (vc-sccs-root):
3264         * vc-rcs.el (vc-rcs-root):
3265         * vc-cvs.el (vc-cvs-root): Delete.
3266         * vc-hooks.el (vc-find-root): Remove `invert' argument.
3268 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3270         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3271         errors occurring in different files.
3273 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
3275         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3276         (vc-bzr-status-printer): New function.
3277         (vc-bzr-after-dir-status): Deal with renamed files.
3279 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
3281         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3282         buffer's filename.
3284 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
3286         * subr.el (cancel-change-group): Widen buffer temporarily when
3287         undoing changes.  (Bug#810)
3289 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
3291         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3292         with gud-stop-subjob rather than exit debugger.
3294 2008-09-07  Kenichi Handa  <handa@m17n.org>
3296         * composite.el: Compose combining characters only when it
3297         follows a character matching with "[[:alpha:]]".
3299 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3301         * proced.el: Require time-date.
3302         (proced-command-alist, proced-command, proced-goal-header-re)
3303         (proced-sorting-schemes-alist, proced-sorting-scheme)
3304         (proced-header-alist, proced-sorting-schemes-re)
3305         (proced-skip-regexp, proced-next-line, proced-previous-line)
3306         (proced-listing-type, proced-sorting-scheme-p): Remove.
3307         (proced-grammar-alist, proced-custom-attributes)
3308         (proced-format-alist, proced-format, proced-filter-alist)
3309         (proced-filter, proced-sort, proced-goal-attribute)
3310         (proced-timer-interval, proced-timer-flag, proced-timer)
3311         (proced-process-alist, proced-sort-internal, proced-process-tree)
3312         (proced-header-help-echo, proced-field-help-echo): New variables.
3313         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3314         (proced-omit-process, proced-filter, proced-process-tree)
3315         (proced-filter-children, proced-children-pids)
3316         (proced-filter-parents, proced-<, proced-string-lessp)
3317         (proced-time-lessp, proced-xor, proced-sort-p)
3318         (proced-format-time, proced-format-start, proced-format-ttname)
3319         (proced-format, proced-process-attributes): New functions.
3320         (proced-toggle-timer-flag, proced-mark-children)
3321         (proced-mark-parents, proced-filter-interactive)
3322         (proced-filter-attribute, proced-sort-interactive)
3323         (proced-sort-header, proced-format-interactive): New commands.
3324         (proced-move-to-goal-column): Use goal-column.
3325         (proced-mode): Use proced-timer.
3326         (proced-do-mark-all): Display process count.  Use use-region-p.
3327         Simplify.
3328         (proced-omit-processes): Use use-region-p.
3329         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3330         (proced-sort-start, proced-sort-time, proced-sort-user):
3331         Use proced-sort-interactive.
3332         (proced-sort): Make it a function that performs the actual sort.
3333         (proced-update): New arg revert.  Use proced-process-alist,
3334         proced-filter, proced-sort, proced-format, and
3335         proced-grammar-alist.  Preserve position of point based on fields.
3336         Make header line and fields clickable.
3337         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3338         (proced-why): Use save-selected-window.
3339         (proced-log): Use buffer-read-only.
3341 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3343         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3345 2008-09-06  Glenn Morris  <rgm@gnu.org>
3347         * add-log.el (diff-find-source-location): Declare.
3348         (find-change-log): If called from a diff buffer, try to switch to the
3349         source buffer (e.g. to respect change-log-default-name there).
3351         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3352         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
3354         * Makefile.in (ELCFILES): Update.
3356 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3358         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3359         user enters a mouse event in another frame, or a special event.
3361         * server.el (server-switch-buffer): New arg.
3362         (server-execute): If reusing an existing window, set file position
3363         if required.
3365 2008-09-06  Kenichi Handa  <handa@m17n.org>
3367         * language/lao.el: Fix setting of composition-function-table.
3369 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
3371         * term/pc-win.el (msdos-show-help): Don't truncate lines while
3372         displaying help echo messages.
3374 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3376         * subr.el (symbol-file): Fix doc-string.
3378 2008-09-06  Glenn Morris  <rgm@gnu.org>
3380         * help-mode.el (help-xref-forward-stack): Doc fix.
3382         * add-log.el (change-log-default-name): Autoload safety.
3384 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
3386         * verilog-mode.el (verilog-library-extensions): Enable .sv
3387         filename extensions to call verilog-mode.
3388         (verilog-auto, verilog-auto-inst, verilog-faq)
3389         (verilog-submit-bug-report): Update author support URLs.
3390         (verilog-delete-auto, verilog-auto-inout-module)
3391         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3392         creating complemented testbench modules.  Suggested by Yishay Belkind.
3393         (verilog-auto-inst-port, verilog-simplify-range-expression):
3394         When verilog-auto-inst-param-value is set, don't require a
3395         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
3396         Yishay Belkind.
3397         (verilog-auto-inst-param-value): Add safe variable.
3398         (verilog-re-search-forward, verilog-re-search-backward):
3399         Fix returning wrong search results on Emacs 22.1.
3400         (verilog-modi-cache-results, verilog-auto): Fix warning message
3401         about "toggling font-lock-mode."
3402         (verilog-auto): Fix losing font-lock on errors.
3403         (verilog-auto-inst-param-value, verilog-mode-version)
3404         (verilog-mode-version-date, verilog-read-inst-param-value)
3405         (verilog-auto-inst, verilog-auto-inst-param)
3406         (verilog-auto-inst-port, verilog-simplify-range-expression):
3407         Allow parameters to be replaced with their values, on the expansion of
3408         an AUTOINST with Verilog 2001 style parameter settings.
3409         Suggested by David Rogoff.
3411 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
3413         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3414         Better support for the property statement.  Sometimes this keyword
3415         introduces a statement which requires an endproperty keyword, and
3416         sometimes it doesn't, depending on the work before the property
3417         word.  If property is prefixed with assert, assume or cover
3418         keyword, then the statement is ended with a ';'.  Otherwise,
3419         property is like task or specify, and is followed by some number
3420         of statements, which are ended with an endproperty keyword.
3421         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3422         in a highlighted region: indent each line in region according to
3423         mode.  Supply this so it works in XEmacs and older Emacs.
3425 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3427         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3428         Don't clean up a buffer when killing it.
3430 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3432         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3433         buffers (bug#360).  New version 11.2.1.
3434         (whitespace-action): New value `warn-read-only' to give a warning when
3435         buffer is read-only and whitespace action is cleanup or auto-cleanup.
3436         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3437         (whitespace-warn-read-only): New fun.
3439 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
3441         * international/quail.el: Require help-mode.
3442         (quail-help-init): Function removed.
3443         (quail-keyboard-layout-button, quail-keyboard-customize-button):
3444         Define directly.
3446         * dired.el (dired-get-filename): Rewrite octal escape character
3447         processor (bug#885).
3449 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
3451         * cus-edit.el (custom-button-pressed): Default to inverse-video.
3453         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3454         not just for terminal-frame.
3456 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
3458         * window.el (window--try-to-split-window): Don't split when window
3459         is not splittable in last disjunct.  (Bug#888)
3461 2008-09-05  Kenichi Handa  <handa@m17n.org>
3463         * language/tibetan.el: Fix setting of composition-function-table.
3465         * composite.el (find-composition): Mention about the automatic
3466         composition in the docstring.
3467         (compose-gstring-for-graphic): Fix handling "above" marks.
3469         * descr-text.el (describe-char): Fix handling of automatic composition.
3471 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
3473         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3474         (tramp-parse-connection-properties): Reflow docstring.
3476 2008-09-04  Kim F. Storm  <storm@cua.dk>
3478         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3479         and other-frame methods when switching between file and buffer modes.
3481 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
3483         * info.el (Info-dir-remove-duplicates): Narrow buffer when
3484         removing duplicate entries under same heading.  Don't skip char
3485         matching anything but a space or tab at bol.  (Bug#864)
3487 2008-09-03  Alan Mackenzie  <acm@muc.de>
3489         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3491 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3494         (completion-pcm--all-completions): Move the case-fold-search binding to
3495         it also applies to completion-regexp-list (used in all-completions).
3496         (completion-pcm--hilit-commonality): Add missing case-fold-search.
3498 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
3500         * window.el (pop-up-frame-function): Move ...
3501         * frame.el (pop-up-frame-function): ... here, to avoid
3502         "CHANGED outside Customize;".
3504 2008-09-03  Glenn Morris  <rgm@gnu.org>
3506         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3508 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
3510         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3511         non-alphabetical characters properly.
3513 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3515         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3517 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
3519         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3520         control-prefixed keys.  (Bug#835)
3522 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
3524         * image-mode.el (image-mode): Fix 2008-07-19 change.
3526 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
3528         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3530         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3532 2008-09-02  Glenn Morris  <rgm@gnu.org>
3534         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3536         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3538 2008-09-01  Glenn Morris  <rgm@gnu.org>
3540         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3541         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3542         and fix name typos.  (Bug#856)
3544 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
3546         * minibuffer.el (completion-pcm--pattern->regex):
3547         When completion-ignore-case is non-nil, generate a regexp that
3548         ignores case.
3550         * window.el (recenter-top-bottom): Doc fix.
3552 2008-09-01  Simon South  <ssouth@member.fsf.org>
3554         * progmodes/delphi.el: New maintainer.
3555         (delphi-interface-types): New var.
3556         (delphi-composite-types): Use it.
3557         (delphi-enclosing-indent-of): Distinguish between "interface"
3558         keyword as a unit separator and used like a class declaration.
3560 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
3562         * help-fns.el (describe-simplify-lib-file-name)
3563         (find-source-lisp-file): Remove.
3564         (find-lisp-object-file-name): New function giving preference to
3565         files found via load-path instead of loaddefs.el.
3566         (describe-function-1): Use new function instead of the removed
3567         ones.  (Bugs #587, #669, #690)
3568         * faces.el (describe-face): Use find-lisp-object-file-name instead
3569         of describe-simplify-lib-file-name.
3571 2008-09-01  Kenichi Handa  <handa@m17n.org>
3573         * international/mule-diag.el (font-show-log): Fix previous change.
3575         * international/mule-cmds.el (set-language-environment):
3576         Don't overwrite current-iso639-language if the current language
3577         environment doesn't provide that data.
3578         (set-locale-environment): Set current-iso639-language from the
3579         locale name.
3581         * international/fontset.el (script-representative-chars): Re-add
3582         the entry for symbol, but with vector of characters.
3583         (setup-default-fontset): Cancel previous change.
3585 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
3587         * ido.el: Move provide statement to the end of the file.
3589 2008-08-30  Markus Triska  <markus.triska@gmx.at>
3591         * linum.el (linum-mode): `window-size-change-functions' can now be
3592         buffer-local.
3593         (linum-update-window): Use result of `move-overlay'.
3595 2008-08-30  Glenn Morris  <rgm@gnu.org>
3597         * subr.el (make-variable-frame-local): Tweak obsolescence message.
3599         * info.el (Info-hide-note-references, Info-refill-paragraphs):
3600         Doc fixes.
3602         * apropos.el (apropos-command): Report documentation errors.
3603         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
3605 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
3607         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3608         string.
3610 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
3612         * bindings.el (mode-line-frame-identification): Fix last change.
3614 2008-08-29  Kenichi Handa  <handa@m17n.org>
3616         These changes are to adjust the automatic composition for the new
3617         implementation (avoid using text property).
3619         * composite.el (composition-function-table): Move declaration to
3620         composite.c.
3621         (terminal-composition-base-character-p): Delete it.
3622         (terminal-composition-function): Delete it.
3623         (terminal-composition-function-table): Delete it.
3624         (lgstring-header, lgstring-set-header, lgstring-font)
3625         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3626         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3627         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3628         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3629         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3630         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3631         (compose-glyph-string, compose-glyph-string-relative)
3632         (compose-gstring-for-graphic, compose-gstring-for-terminal):
3633         New functions.
3634         (auto-compose-chars): Argument changed.
3636         * language/european.el: Don't setup composition-function-table.
3637         (diacritic-composition-pattern, diacritic-compose-region)
3638         (diacritic-compose-string, diacritic-compose-buffer)
3639         (diacritic-composition-function): Delete them.
3641         * language/lao-util.el (lao-composition-function): Argument changed.
3643         * language/sinhala.el: Fix setting up of composition-function-table.
3645         * language/thai.el: Fix setting up of composition-function-table.
3647         * language/thai-util.el: Encoding changed to utf-8.
3648         (thai-composition-function): Argument changed.
3650         * language/indian.el: Fix setting up of composition-function-table.
3651         (devanagari-composable-pattern)
3652         (tamil-composable-pattern, kannada-composable-pattern)
3653         (malayalam-composable-pattern): New variables.
3655         * international/characters.el (unicode-category-table):
3656         Setup unicode-category-table.
3658         * international/fontset.el (setup-default-fontset): Prepend
3659         iso10646-1 fonts to the fallback font groups instead of appending.
3661 2008-08-29  Glenn Morris  <rgm@gnu.org>
3663         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3665 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3667         * term/x-win.el (x-win-suspend-error): Don't signal error if there
3668         are no X frames active.
3670 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
3672         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3673         `ignore-errors' (the function must succeed always).
3675 2008-08-28  Edward O'Connor  <hober0@gmail.com>
3677         * json.el (json-read-number): New arg.  Handle explicitly signed
3678         numbers.
3679         (json-readtable): Add `+' and `.'.
3681 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
3683         * term/pc-win.el (msdos-previous-message): New variable.
3684         (msdos-show-help): New function.
3685         (msdos-initialize-window-system): Set show-help-function to
3686         msdos-show-help.
3688 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3690         * emacs-lisp/debug.el (debug): When killing a noninteractive
3691         Emacs, give an exit status of -1.
3693 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3695         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3697 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3699         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3700         not the same as the last modification time, fall back on the
3701         backend-specific check.
3703 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
3705         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3706         to go to the position of interest.
3708 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
3710         * textmodes/artist.el (artist-mode-init): Add comment on the
3711         setting up of the `artist-replacement-table' array.
3712         (artist-get-replacement-char): New defsubst.
3713         (artist-get-char-at-xy-conv, artist-replace-char)
3714         (artist-replace-chars, artist-replace-string): Use it instead of
3715         accessing `artist-replacement-table' directly.
3716         Reported by Rubén Berenguel <ruben@maia.ub.es>.
3718         (artist-mt): Fix structures for cut and copy operations.
3720 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
3722         * shell.el (shell-file-name-quote-list): Quote `$'.
3724         * comint.el (comint-dynamic-complete-as-filename): Generalize last
3725         change to allow quoting of characters before point.
3726         (comint-dynamic-list-filename-completions): Quote common substring.
3728 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
3730         * comint.el (comint-dynamic-complete-as-filename): If case is
3731         ignored while matching, replace the entire filename with completion.
3733         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3734         flyspell-pre-point is valid to avoid signalling an error in
3735         post-command-hook.
3737 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
3739         * linum.el (linum): Inherit remaining face attributes from default
3740         face.
3742 2008-08-26  Markus Triska  <markus.triska@gmx.at>
3744         * linum.el (linum-delay): Disable - it should no longer be
3745         necessary, and can lead to longer delays.
3746         (linum-update-window): Renumber if margin width has changed.
3748 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
3750         * epa.el (epa--key-widget-action): Save the selected window to
3751         make `widget-button-click-moves-point' work.  (Bug#733).
3753 2008-08-26  Glenn Morris  <rgm@gnu.org>
3755         * calendar/holidays.el (calendar-holidays): Doc fix.
3757         * progmodes/gud.el (tramp-file-name-localname)
3758         (tramp-dissect-file-name): Declare.
3760         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3762 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
3764         * bindings.el (mode-line-frame-control): New function, caters to
3765         `pc' ``window system''.
3766         (mode-line-frame-identification): Use it instead of accessing
3767         window-system directly.
3769 2008-08-25  Juri Linkov  <juri@jurta.org>
3771         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3772         `center-line' and "\eS" from `center-paragraph'.
3773         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3774         `center-paragraph'.
3776 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
3778         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3779         (newsticker-treeview-treewindow-width): New.
3780         (newsticker-treeview-listwindow-height): New.
3781         (newsticker-treeview-browse-url-item): New.
3782         (newsticker-treeview-mode-map):
3783         Add newsticker-treeview-browse-url-item.
3784         (newsticker--treeview-window-init):
3785         Use newsticker-treeview-treewindow-width and
3786         newsticker-treeview-listwindow-height.
3788         * net/newst-reader.el (newsticker-browse-url-item): New.
3790 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3792         * vc-dir.el (vc-dir-marked-only-files-and-states):
3793         (vc-dir-child-files-and-states): Reverse the list before returning it.
3795 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
3797         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3799 2008-08-24  Romain Francoise  <romain@orebokech.com>
3801         * progmodes/python.el (run-python): Remove '' from sys.path.
3803 2008-08-23  Glenn Morris  <rgm@gnu.org>
3805         * progmodes/fortran.el (fortran-tab-mode-string)
3806         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3808 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
3810         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3811         Add declare-function.
3813         * startup.el (command-line): Don't call tty-register-default-colors
3814         if initial-window-system is `pc'.
3816         * term/internal.el (local-function-key-map): Fix unbalanced parens.
3817         (msdos-key-remapping-map): New variable.  Move here all the special
3818         keys we will be remapping via local-function-key-map.
3819         (msdos-setup-keyboard): New function.
3821         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3822         make-msdos-frame.
3823         (terminal-init-internal): New function, errors out if called.
3824         (msdos-initialize-window-system): New function.
3825         (msdos-create-frame-with-faces): Set the terminal's
3826         `terminal-initted' (sic!) parameter.
3827         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3828         (window-system-initialization-alist):
3829         Add msdos-initialize-window-system.
3830         (handle-args-function-alist): Use tty-handle-args for `pc'
3831         ``window system'' as well.
3832         (pc-win): Provide.
3834         * term/tty-colors.el (tty-register-default-colors): Remove bogus
3835         code for using msdos-color-values.
3837         * loadup.el [ms-dos]: Load term/pc-win.
3839 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
3841         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3842         directory name.
3844 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
3846         * progmodes/gud.el (gud-common-init): Use absolute file so that
3847         perldb works with tramp (sudo).
3849         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3850         match data in process filters.
3852 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
3854         * dired.el (dired-buffer-stale-p): Do not revert buffer that
3855         can be written.
3857 2008-08-23  Glenn Morris  <rgm@gnu.org>
3859         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3860         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
3862 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3864         * subr.el (temp-buffer-show-hook): Doc fix.
3866 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3868         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3869         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
3870         <tassilo@member.fsf.org>.
3872         * net/trampver.el: Update release number.
3874         * net/xesam.el (xesam-minor-mode): New minor mode.
3875         (xesam-highlight-buffer): Remove.  Code moved to
3876         `xesam-minor-mode'.
3877         (xesam-refresh-entry): Use `xesam-minor-mode'.
3879 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
3881         * minibuffer.el (completion--try-word-completion):
3882         Disable partial-completion when considering the addition of a space
3883         or hyphen.
3885 2008-08-21  John Paul Wallington  <jpw@pobox.com>
3887         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3888         filename of `tofile' doesn't contain any colons on Windows,
3889         Cygwin, and MS-DOS systems.
3891 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
3893         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3894         (epg-context-set-progress-callback): Make sure the callback is a
3895         cons of a function and a handback.  Update all callers.
3897 2008-08-20  David Reitter  <david.reitter@gmail.com>
3899         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3900         Patch applied by Adrian Robert.
3902 2008-08-20  Kevin Ryde  <user42@zip.com.au>
3904         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3905         directive lines.
3907 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
3909         * net/xesam.el (xesam-highlight-string): Precise doc string.
3910         (xesam-highlight-buffer): New defun.
3911         (xesam-refresh-entry): Use it.  Better check for sourceModified.
3913 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3915         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3916         their names.
3918 2008-08-19  Kenichi Handa  <handa@m17n.org>
3920         * language/european.el ("Esperanto"): Change the preferred
3921         charsets to iso-8859-3.
3923         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3925         * international/fontset.el (script-representative-chars):
3926         Delete the entry for symbol.
3927         (setup-default-fontset): For symbol characters, don't specify
3928         :script property.
3930 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3932         * minibuffer.el (completion-table-dynamic): Doc fix.
3934         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3935         saved.
3937 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3939         * emulation/edt.el (edt-default-emulation-setup):
3940         Share global-buffers-menu-map with the emulated global map.
3942 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3944         * term/ns-win.el (global): Uncomment "put backspace
3945         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
3947 2008-08-18  Kenichi Handa  <handa@m17n.org>
3949         * international/mule-diag.el (font-show-log): Add optional arg N
3950         to control the limit of font listing.
3952 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3954         * window.el (recenter-top-bottom): Determine top and bottom
3955         positions using scroll-margin instead of scroll-conservatively.
3957 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3959         * proced.el (proced-send-signal): Use beginning-of-line.
3961 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3963         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3964         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
3965         listing types.
3966         (proced-log-buffer): New variable.
3967         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3968         region if transient-mark-mode is turned on and the region is active.
3969         (proced-omit-processes): Rename from proced-hide-processes to
3970         avoid key clash with describe-mode (bound to h).  Search for
3971         marked processes starting from point-min.
3972         (proced-header-space): Remove.
3973         (proced-send-signal): Handle errors.  Operate on current process
3974         if no process is marked.
3975         (proced-why): New command.
3976         (proced-log, proced-log-summary): New functions.
3977         (proced-help): Use proced-why.
3978         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3979         (bibtex-autokey-year-title-separator): Fix docstring.
3981 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
3983         * net/xesam.el (xesam-vendor, xesam-notify-function):
3984         New local variables.
3985         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
3986         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
3987         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3988         (xesam-new-search): Initialize `xesam-vendor'.
3990 2008-08-15  Glenn Morris  <rgm@gnu.org>
3992         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3993         a pipeline.
3994         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3995         unless at the end of the pipeline.  (Bug#699).
3997 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
3999         * minibuffer.el (completion-boundaries): Doc fix.
4000         (display-completion-list): Only default base-size to zero if
4001         completing in the minibuffer.
4003         * simple.el (completion-base-size): Doc fix.
4004         (choose-completion): Try reselecting completion-reference-buffer.
4006 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4008         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4009         also for remote directories.
4011 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4013         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4014         since those precomputed values aren't used any more.
4015         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4017 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
4019         * help.el (with-help-window): Return last value in BODY.
4021 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4023         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4024         notify function of the URL.
4025         (xesam-new-search): Encode special characters in the query string.
4027 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
4029         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4031 2008-08-13  Andreas Schwab  <schwab@suse.de>
4033         * net/tramp.el (tramp-handle-shell-command): Handle output going
4034         to current buffer like shell-command.  Don't disable undo.
4036 2008-08-13  Glenn Morris  <rgm@gnu.org>
4038         * eshell/esh-cmd.el (eshell/which): Handle the case where no
4039         description is found.
4041 2008-08-12  Alan Mackenzie  <acm@muc.de>
4043         * progmodes/cc-defs.el (c-emacs-features):
4044         argumentative-bod-function: bind mark-ring to avoid accumulating a
4045         spurious mark.
4047 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
4049         * simple.el (visual-line--saved-state): New var.
4050         (visual-line-mode): Save local values of variables, and restore
4051         them when visual-line-mode is disabled.
4053 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
4055         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4057 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
4059         * progmodes/cc-defs.el (c-emacs-features):
4060         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4061         moving point during the test.
4063         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4065 2008-08-11  Glenn Morris  <rgm@gnu.org>
4067         * term/ns-win.el (x-parse-geometry): Doc fix.
4069         * dired.el (x-popup-menu):
4070         * hi-lock.el (x-popup-menu):
4071         * mouse.el (font-face-attributes):
4072         * calendar/cal-menu.el (x-popup-menu):
4073         * calendar/calendar.el (x-popup-menu):
4074         * calendar/holidays.el (x-popup-menu):
4075         * progmodes/cperl-mode.el (x-popup-menu):
4076         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4077         (x-open-connection):
4078         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4079         (x-command-line-resources):
4080         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4081         (x-display-name, x-command-line-resources):
4082         Add declarations for builds without X.
4084 2008-08-10  Glenn Morris  <rgm@gnu.org>
4086         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4088 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
4090         * vc-bzr.el (vc-bzr-find-revision): Rename from
4091         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4093 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
4095         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4096         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
4097         "DONE", when all hits are retrieved.
4098         (xesam-search): Autoload it.
4100 2008-08-11  John Paul Wallington  <jpw@pobox.com>
4102         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4103         empty string when no filename.
4104         (define-ibuffer-column filename): Accommodate that change.
4106         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4107         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4109 2008-08-10  Glenn Morris  <rgm@gnu.org>
4111         * Makefile.in (ELCFILES): Update.
4113 2008-08-10  John Paul Wallington  <jpw@pobox.com>
4115         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4117 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
4119         * battery.el (battery-echo-area-format, battery-status-function):
4120         Handle new Linux sysfs format for battery reporting.
4121         (battery-linux-sysfs): New function.
4123 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
4125         * add-log.el (change-log-search-tag-name)
4126         (change-log-goto-source): Fix behavior when point is not on tag.
4128 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4130         * startup.el (command-line-ns-option-alist): Use ignore instead of
4131         ns-ignore-0-arg.
4133         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4134         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4135         (ns-alternatives-map): New variable.
4136         (x-set-up-function-keys): Use it.
4137         (global): Comment out "put backspace ascii-character..." and friends.
4138         Move function-key-map into ns-alternatives-map.  Don't call
4139         precompute-menubar-bindings.  Don't set anything connected with
4140         browse-url.
4141         (after-make-frame-functions): Clarify comment why a hook is added.
4143 2008-08-06  Joakim Verona  <joakim@verona.se>
4145         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4146         in url:s.
4148 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4150         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4151         Fix 2008-01-01 change: use a shy group to not affect subsequent
4152         match calls.
4154 2008-08-06  Reto Zimmermann  <reto@gnu.org>
4156         * progmodes/vera-mode.el (vera-electric-tab):
4157         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4158         region when active.
4160 2008-08-06  Kenichi Handa  <handa@m17n.org>
4162         * faces.el (face-valid-attribute-values): Fix handling the value
4163         of (font-family-list) and font-XXX-table.
4165 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4167         * proced.el (proced-menu): Bind the correct function to for toggling.
4169         * vc-dir.el (vc-dir-mode): Fix typo.
4171 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4173         * whitespace.el (whitespace-newline-mode)
4174         (global-whitespace-newline-mode, whitespace-mode)
4175         (global-whitespace-mode): Improve docstring.
4177 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
4179         * kmacro.el (kmacro-exec-ring-item): Add autoload.
4181         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4183         * cus-start.el (all): Handle auto-save-visited-file-name.
4185 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
4187         * files.el (hack-one-local-variable-eval-safep): Handle
4188         lisp-indent-function and scheme-indent-function in addition to the
4189         deprecated lisp-indent-hook.
4191 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
4193         * net/xesam.el (top): Require `wid-edit' always.
4194         (xesam-mode-line, xesam-highlight): New deffaces.
4195         (xesam-objects): New local variable.
4196         (xesam-search-engines): Fix error in field list.
4197         (xesam-mode): Use `xesam-mode-line' instead of
4198         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
4199         proper initialization (why?).
4200         (xesam-highlight-string, xesam-get-hits)
4201         (xesam-kill-buffer-function): New defuns.
4202         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
4203         result of "hit.fields", it isn't a string only.  Wrap an error of
4204         the strigi search engine ("xesam:size" is returned as string).
4205         Highlight search items.
4206         (xesam-refresh-search-buffer): Make logic of counters more simple.
4207         Prefetch next hits.
4208         (xesam-signal-handler): Use `xesam-mode-line' instead of
4209         `font-lock-type-face'.
4210         (xesam-new-search): Add `xesam-kill-buffer-function' to
4211         `kill-buffer-hook'.
4213 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
4215         * add-log.el (change-log-next-error, change-log-mode): Add support
4216         for `next-error' to call `change-log-goto-source' on named files
4217         in a ChangeLog.
4219 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4221         * calc/calc.el (math-read-number): Handle all C-like languages
4222         properly.
4224 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4226         * calc/calc.el (math-read-number): Handle C numbers beginning with
4227         0 correctly.
4229 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4231         * term/ns-win.el ([ns-new-frame]): New global key.
4233 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4235         * international/mule-cmds.el (read-char-by-name):
4236         Check UCS names with `assoc-string' and case folding.
4238 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
4240         * net/dbus.el (dbus-call-method-asynchronously)
4241         (dbus-method-return-internal, dbus-method-error-internal):
4242         Declare them with `declare-function'.
4244 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4246         * descr-text.el (describe-char-display): Fix last change:
4247         don't pass CHARSET to `encoded-string-description'.
4249 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
4251         * vc.el (vc-next-action): Update list var correctly after delete.
4253 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4255         * ido.el (ido-mode): Add toggle notification.
4257         * cus-edit.el (custom-save-all): Avoid destroying symlink if
4258         already visiting the custom file.
4260         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4261         pending output coming after the status change.
4263 2008-08-02  Jason Rumney  <jasonr@gnu.org>
4265         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4267 2008-08-01  Kenichi Handa  <handa@m17n.org>
4269         * international/mule-cmds.el (encode-coding-char):
4270         New optional arg CHARSET.
4272         * descr-text.el (describe-char-display): Call encode-coding-char
4273         with the arg CHARSET.
4274         (describe-char): Pay attention to the text-property `charset'.
4276 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
4278         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4279         error messages.
4280         (dbus-set-property): Call `dbus-introspect-get-property' instead
4281         of `dbus-get-property'.
4283         * net/xesam.el (xesam-all-fields): Remove source and content
4284         identifiers.
4285         (xesam-dbus-unique-names): New defvar.
4286         (xesam-dbus-call-method): New defun.  Replace all calls of
4287         `dbus-call-method' by `xesam-dbus-call-method'.
4288         (xesam-get-cached-property, xesam-set-cached-property):
4289         New defuns.
4290         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4291         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4292         (xesam-search-engines): Make it an association list.  Take changed
4293         layout into account in the corresponding function.
4294         (xesam-delete-search-engine): Remove check for consistency of
4295         `xesam-search-engines', not needed anymore.
4296         (xesam-mode): Show XML query string only in the debug case.
4298 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
4300         * files.el (read-file-modes): Fix typo in docstring.
4302 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4304         * Makefile.in: Avoid maintainer warning for autogenerated unicode
4305         files.
4307         * apropos.el (apropos-symbol): Don't set button skip by default.
4308         (apropos-print): Set button skip iff searching for multiple types.
4309         (apropos-print-doc): Insert blank label button when searching for
4310         a single type.
4312         * button.el (forward-button): Avoid infloop.
4314         * minibuffer.el (read-file-name-completion-ignore-case):
4315         Add cygwin to the list.
4317 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
4319         * files.el (abbreviate-file-name): When replacing $HOME with ~,
4320         turn off case-fold-search.
4322 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4324         * net/dbus.el (top): Don't register for "NameOwnerChanged".
4325         (dbus-message-type-invalid, dbus-message-type-method-call)
4326         (dbus-message-type-method-return, dbus-message-type-error)
4327         (dbus-message-type-signal): New defconst.
4328         (dbus-ignore-errors): Fix `edebug-form-spec' property.
4329         (dbus-return-values-table): New defvar.
4330         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4331         New defun.
4332         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4333         Extend docstring.  Adapt implementation according to new
4334         `dbus-event' layout.
4335         (dbus-event-service-name, dbus-event-path-name)
4336         (dbus-event-interface-name, dbus-event-member-name):
4337         Adapt implementation according to new `dbus-event' layout.
4338         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4340         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4341         (xesam-mode): Rework implementation.
4342         (xesam-new-search): Additional parameter TYPE.
4343         (xesam-search): Adapt call of `xesam-new-search'.
4345 2008-07-31  Juri Linkov  <juri@jurta.org>
4347         * dired-aux.el (dired-do-chmod): Set default value to the original
4348         mode string using absolute notation like u=rwx,g=rx,o=rx.
4349         Use it as a new arg `default' of `dired-mark-read-string'.
4350         (dired-mark-read-string): Add new optional arg `default'.
4352         * files.el (read-file-modes): Set default value to the original
4353         mode string using absolute notation like u=rwx,g=rx,o=rx.
4354         Use it as the `default' arg of `read-string'.
4356         * filesets.el (filesets-cmd-isearch-getargs): Check if the
4357         variable `files' is bound to avoid warnings.
4359         * isearch.el (isearch-forward-regexp, isearch-forward-word)
4360         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4361         to the command `isearch-forward' instead of displaying "See C-s".
4362         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4363         with their interactive specifications.  Move reading the face name to
4364         the main body after calls to isearch-done and isearch-clean-overlays.
4366         * mb-depth.el: Unify all names under one common name prefix
4367         `minibuffer-depth-'.
4368         (minibuffer-depth-indicator-function): Rename from
4369         `minibuf-depth-indicator-function'.
4370         (minibuffer-depth-overlay): Rename from
4371         `minibuf-depth-overlay'.
4372         (minibuffer-depth-setup): Rename from
4373         `minibuf-depth-setup-minibuffer'.
4374         (minibuffer-depth-indicate-mode): Rename from
4375         `minibuffer-indicate-depth-mode'.
4377 2008-07-31  Juri Linkov  <juri@jurta.org>
4379         * dired-aux.el (dired-isearch-filenames-toggle): New command.
4380         (dired-isearch-filenames-setup): Bind "\M-sf" to
4381         dired-isearch-filenames-toggle in isearch-mode-map.
4382         (dired-isearch-filenames-end): Bind "\M-sf" to nil
4383         in isearch-mode-map.
4385         * isearch.el (isearch-edit-string-set-word): New command.
4386         (minibuffer-local-isearch-map): Bind "\C-w" to
4387         isearch-edit-string-set-word.
4388         (isearch-new-word): Temporary internal variable.
4389         (isearch-edit-string): Remove special case of reading the
4390         first character and checking it for C-w.
4392         * simple.el (read-shell-command, shell-command):
4393         Move code that uses minibuffer-with-setup-hook to set
4394         minibuffer-default-add-function to minibuffer-default-add-shell-commands
4395         from the interactive spec of `shell-command' to `read-shell-command'.
4397         * international/mule-cmds.el (read-char-by-name):
4398         Accept hash notation.  Doc fix.
4399         (ucs-insert): Doc fix.  Convert to number only when `arg' is
4400         a string.  Use separate error message when `arg' is not an integer.
4401         Bind `ucs-insert' to `C-x 8 RET'.
4403 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
4405         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4406         move the (arglist-cont-nonempty) from c-offsets-alist to
4407         c-hanging-braces-alist like other styles already have.
4409 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4411         * textmodes/texinfmt.el:
4412         * nxml/nxml-enc.el:
4413         * mail/feedmail.el:
4414         * international/mule.el:
4415         * international/latexenc.el:
4416         * emulation/viper-util.el:
4417         * emulation/viper-init.el:
4418         * emulation/viper-ex.el:
4419         * emacs-lisp/bytecomp.el:
4420         * version.el:
4421         * subr.el:
4422         * startup.el:
4423         * sort.el:
4424         * shadowfile.el:
4425         * recentf.el:
4426         * printing.el:
4427         * paths.el:
4428         * minibuffer.el:
4429         * ls-lisp.el:
4430         * loadup.el:
4431         * hippie-exp.el:
4432         * finder.el:
4433         * files.el:
4434         * ediff-util.el:
4435         * ediff-ptch.el:
4436         * ediff-init.el:
4437         * ediff-diff.el:
4438         * dired.el:
4439         * dired-aux.el:
4440         * cus-edit.el:
4441         * bindings.el:
4442         * arc-mode.el:
4443         * add-log.el: Remove VMS support.
4444         * obsolete/vmsproc.el:
4445         * obsolete/vms-pmail.el:
4446         * obsolete/vms-patch.el: Remove file.
4448 2008-07-31  Alan Mackenzie  <acm@muc.de>
4450         * progmodes/cc-mode.el (c-before-hack-hook): New function
4451         (Top Level): Install c-before-hack-hook on
4452         before-hack-local-variables-hook, rather than
4453         c-postprocess-file-styles on hack-local-variables-hook.
4455 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4457         * files.el (normal-mode): Move call to hack-project-variables into
4458         hack-local-variables.
4459         (file-local-variables-alist, before-hack-local-variables-hook):
4460         New vars.
4461         (ignored-local-variables): Add file-local-variables-alist.
4462         (hack-local-variables-filter): Renamed from
4463         hack-local-variables-apply.  Add the result to
4464         file-local-variables-alist, without applying them.
4465         (hack-local-variables): Set file-local-variables-alist to nil.
4466         Call hack-project-variables and before-hack-local-variables-hook.
4467         Apply variables here, instead of hack-local-variables-apply.
4468         Based on a patch by Alan Mackenzie.
4470 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4472         * info-look.el (autoconf-mode :doc-spec): For
4473         "(autoconf)M4 Macro Index", if the item already
4474         begins with "AS_", don't prefix that string again.
4476 2008-07-30  Juri Linkov  <juri@jurta.org>
4478         * info.el (info, Info-mode): Doc fix.
4480         * isearch.el (isearch-mode-map): Bind `M-s r' to
4481         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4482         (search-map): Bind `M-s w' to `isearch-forward-word' globally
4483         in the global map `search-map'.
4484         (isearch-forward): Doc fix.
4485         (isearch-forward-word, isearch-toggle-case-fold): New commands.
4487         * simple.el (quoted-insert): Comment out code that treats
4488         0240-0377 specially.
4490 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
4492         * cus-start.el: Add customization info for
4493         read-buffer-completion-ignore-case.
4495 2008-07-30  Sam Steingold  <sds@gnu.org>
4497         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4499 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4501         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4502         (vc-dir-mode): Improve docstring.
4504 2008-07-30  Juri Linkov  <juri@jurta.org>
4506         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4507         for the sake of isearch-mode-hook in dired-mode in dired.el.
4509 2008-07-19  Markus Triska  <markus.triska@gmx.at>
4511         * image-mode.el (image-mode): Set image-mode-text-map when image
4512         cannot be displayed.
4514 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
4516         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4517         ada-xref-set-default-prj-values.
4518         (ada-prj-display-page): Ditto.
4520         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4521         (ada-make-filename-from-adaname): Fix free variable.
4523 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4525         * vc-git.el (vc-git-status-printer): Synchronize with the default.
4527 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
4529         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4530         for declarations inside a parenthetical list.  The code is ill-advised,
4531         and doesn't work given user defined types.
4532         (verilog-set-auto-endcomments): Enhance function automatic
4533         endcomment to support functions that return user defined types.
4534         (verilog-mode): Add code to tell which-function-mode minor mode
4535         that Verilog supports this feature.
4536         (verilog-beg-block-re-ordered, verilog-indent-re)
4537         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4538         (verilog-leap-to-head): Support the new virtual and/or protected
4539         tasks, as well as extern declarations of tasks for indenting and
4540         for forward/backward expression.
4542 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
4544         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4545         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
4546         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4547         (verilog-string-replace-matches): Avoid recursion with small
4548         replacements.
4549         (verilog-auto-inst-param-value, verilog-mode-version)
4550         (verilog-mode-version-date, verilog-read-inst-param-value)
4551         (verilog-auto-inst, verilog-auto-inst-param)
4552         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4553         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
4554         David Rogoff.  This allows parameters to be replaced with their
4555         values, on the expansion of an AUTOINST with Verilog 2001 style
4556         parameter settings.
4558 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
4560         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4561         to `cddr'.
4563 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4565         * Makefile.in (ELCFILES): Add mairix.elc.
4567 2008-07-29  David Engster  <deng@randomsample.de>
4569         * net/mairix.el: New file.
4571 2008-07-29  Juri Linkov  <juri@jurta.org>
4573         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4574         instead of variable-pitch with bold and 1.2 height.
4576         * dired-aux.el (dired-do-async-shell-command): New command.
4578         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4579         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
4581 2008-07-29  Juri Linkov  <juri@jurta.org>
4583         * international/mule-cmds.el (ucs-names): New internal variable.
4584         (ucs-names): New function.
4585         (ucs-completions): New lazy completion variable.
4586         (read-char-by-name): New function.
4587         (ucs-insert): Replace interactive spec letter "s" with the call to
4588         `read-char-by-name'.
4590         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
4592         * replace.el (occur-read-primary-args):
4593         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4594         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4595         second arg of `read-regexp'.
4597         * dired-aux.el (dired-isearch-filenames): New user option.
4598         (dired-isearch-orig-success-function): New internal variable.
4599         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4600         (dired-isearch-success-function): New functions.
4601         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4602         New commands.
4604         * dired.el (dired-insert-set-properties): Add new text property
4605         `dired-filename' to put on file names.
4606         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4607         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4608         Add menu items.
4609         (dired-mode): Add hook `dired-isearch-filenames-setup' to
4610         buffer-local `isearch-mode-hook'.
4612 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4614         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4615         (ada-create-case-exception): Fix typo in docstring.
4616         (ada-no-auto-case): Return nil, not the docstring.
4617         (ada-indent-current): Reflow docstring.
4619         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4620         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4621         (ada-prj-load-from-file): Reflow docstring.
4622         (ada-prj-display-page): Fix typo in widget.
4624         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4625         Fix typos in docstrings.
4627         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4628         (ada-compile-current, ada-check-current, ada-run-application)
4629         (ada-get-ali-file-name): Fix typos in docstrings.
4630         (ada-xref-confirm-compile, ada-find-references)
4631         (ada-find-local-references, ada-find-any-references): Doc fixes.
4632         (ada-get-all-references): Fix typo in error message.
4633         (ada-xref-current-project): Use `let', not `let*'.
4634         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4636 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4638         * whitespace.el (whitespace-newline): Change initialization to have a
4639         low contrast relative to the background color.  Suggested by David
4640         Reitter <david.reitter@gmail.com>.
4642 2008-07-28  Juri Linkov  <juri@jurta.org>
4644         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4645         New functions.
4647         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4648         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
4650 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
4652         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4653         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4655 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4657         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4658         Add support for add-log.
4659         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4661         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4662         (ada-prj-save): Prompt for file name if not given.
4663         (ada-prj-display-page): Display casing exceptions.
4665         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4666         Ada mode project files.  Delete 'main_unit' project variable;
4667         only need 'main'.  Simplify handling of default project values.
4668         Use cross-prefix consistently.
4669         (ada-find-executable): Throw error if not found.
4670         (ada-initialize-runtime-library): Improve error handling when
4671         gnatls not found.
4672         (ada-gnat-parse-gpr): New.
4673         (ada-treat-cmd-string): Allow process environment variables.
4674         (ada-xref-set-default-prj-values): Delete; replace with
4675         ada-default-prj-properties.
4676         (ada-parse-prj-file): Handle GNAT project files.
4677         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4678         (ada-select-prj-file): New.
4679         (ada-get-absolute-dir-list): Allow project and environment variables.
4681 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4683         Sync with Tramp 2.1.14.
4685         * net/tramp.el (tramp-perl-directory-files-and-attributes)
4686         (tramp-get-device): Make device number a cons cell.
4687         (tramp-convert-file-attributes): Make inode a cons cell.
4689         * net/trampver.el: Update release number.
4691 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4693         * faces.el (face-set-after-frame-default): Treat 'ns as all other
4694         window systems.
4696 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4698         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4700 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4702         Remove support for Mac Carbon.
4703         * term/mac-win.el: Remove file
4704         * international/mule-cmds.el:
4705         * version.el:
4706         * startup.el:
4707         * simple.el:
4708         * mwheel.el:
4709         * mouse.el:
4710         * loadup.el:
4711         * isearch.el:
4712         * info.el:
4713         * frame.el:
4714         * faces.el:
4715         * disp-table.el:
4716         * cus-start.el:
4717         * cus-face.el:
4718         * cus-edit.el:
4719         * Makefile.in: Remove code for Carbon.
4721 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4723         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4724         bindings for functions deleted by Dan N. 2008-07-21.  Set
4725         where-is-preferred-modifier.  Add show-manual option to Help menu.
4727 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
4729         * net/tramp.el (tramp-handle-start-file-process):
4730         Set query-on-exit flag.  Kill temporary buffer.
4731         (tramp-process-sentinel): Remove defun.
4732         (tramp-do-copy-or-rename-file-out-of-band)
4733         (tramp-maybe-open-connection): Don't call it.
4735         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4736         `tramp-process-sentinel'.
4738         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4739         `tramp-process-sentinel'.
4741         * net/xesam.el (xesam-from): Remove defvar.
4742         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
4743         and `mode-line-position'.
4744         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
4745         information to the widgets.  Don't set `mode-line-position'.
4746         (xesam-refresh-search-buffer): Correct hit number computing.
4747         Don't set `mode-line-position'.
4748         (xesam-new-search): Add debug information to the mode line.
4750 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4752         * diff-mode.el (diff-show-trailing-blanks): Renamed to
4753         diff-show-trailing-whitespaces.
4755 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4757         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4758         invalid filename strings when parsing tex errors (bug#376).
4760 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
4762         * menu-bar.el (menu-bar-file-menu): Fix typo.
4764 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
4766         * play/solitaire.el (solitaire-mode-map): Define within defvar.
4767         (solitaire-mode): Define with `define-derived-mode'.
4768         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4769         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4770         (solitaire-undo, solitaire-check): Use `when'.
4771         (solitaire-solve): Err out if the solitaire is already in progress.
4772         Use `when'.
4774         * descr-text.el (describe-char): Don't overwrite local variable char
4775         when describing characters with display-table entries.  Display font
4776         backend when describing composed characters.  Simplify: use `let'
4777         instead of `let*', and `or x y' instead of `if x x y'.
4779 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4781         * image-mode.el (image-minor-mode): Set up winprops.
4783 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4785         * diff-mode.el (diff-show-trailing-blanks): New fun.
4786         Show trailing blanks in modified lines for diff-mode.
4788 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
4790         * Makefile.in (ELCFILES): Add net/xesam.el.
4792         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4793         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
4795         * net/xesam.el: New file.
4797 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
4799         * dired-aux.el (dired-copy-file-recursive): Avoid calling
4800         set-file-modes when creating target directories.
4802 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
4804         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4805         Set `show-trailing-whitespace' to nil.
4806         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4807         Fix typos in docstrings.
4809 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
4811         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4812         key remapping, not directly.
4814 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4816         * whitespace.el: New version 11.2.
4817         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4818         minor mode visualization.
4820 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4822         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4824         * Makefile.in (ELCFILES): Add term/common-win.elc.
4826         * vc-dir.el (vc-dir-search, vc-dir-isearch)
4827         (vc-dir-isearch-regexp): New functions.
4828         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4830 2008-07-23  Juri Linkov  <juri@jurta.org>
4832         * isearch-multi.el: Remove file to avoid dos file name clashes
4833         with isearch-x.el.  Move most content to misearch.el.
4835         * misearch.el: New file with most content from isearch-multi.el.
4836         Rename `isearch-buffers' name prefixes to `multi-isearch'.
4837         Remove `isearch-buffers-minor-mode'.  Add new function
4838         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
4839         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4840         `multi-isearch-files', `multi-isearch-files-regexp'.
4842         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
4844         * isearch.el (isearch-message-prefix): Display "Multi" when
4845         `multi-isearch-next-buffer-current-function' is non-nil.
4846         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4847         with `multi-isearch-next-buffer-current-function', and
4848         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4850         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4851         `multi-isearch-next-buffer-function' instead of
4852         `isearch-buffers-next-buffer-function'.  Remove call to
4853         `isearch-buffers-minor-mode'.
4855         * buff-menu.el (Buffer-menu-marked-buffers)
4856         (Buffer-menu-isearch-buffers)
4857         (Buffer-menu-isearch-buffers-regexp): New functions.
4858         (Buffer-menu-mode-map): Bind "M-s a C-s" to
4859         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4860         `Buffer-menu-isearch-buffers-regexp'.
4861         (Buffer-menu-mode): Document new commands in docstring.
4862         (list-buffers-noselect): Add one space after Info file name
4863         according to the Info address convention.
4865         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4866         New functions.
4868         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4869         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4870         (ibuffer-mode): Document new commands in docstring.
4872         * filesets.el (filesets-commands): Add commands for "Isearch" and
4873         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
4874         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4875         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4876         or `multi-isearch-files-regexp'.
4877         (filesets-cmd-query-replace-getargs): Call standard function
4878         `query-replace-read-args' to read `query-replace' arguments.
4879         Add `multi-query-replace-map'.
4880         (filesets-cmd-query-replace-regexp-getargs)
4881         (filesets-cmd-isearch-getargs): New functions.
4883 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4885         * international/mule.el (recode-region): Deactivate mark at the end.
4887 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4889         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4890         Use more suitable colors on dark displays.
4892 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
4894         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4895         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4896         (tramp-temp-buffer-name): New defconst.
4897         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
4898         command.  No trailing prompt.
4899         (tramp-process-sentinel): Remove temporary buffer, if existing.
4900         Don't handle trailing prompt.
4901         (tramp-open-connection-setup-interactive-shell):
4902         Use `tramp-temp-buffer-name'.
4904 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4906         * shell.el (shell-dynamic-complete-functions):
4907         Use comint-dynamic-complete-filename as well (bug#361).
4909 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4911         * term/ns-win.el:
4912         * version.el (emacs-version):
4913         * loadup.el:
4914         * frame.el (make-frame-on-display): Check for ns instead of
4915         ns-windowing.
4917         * dired.el (dired-mode-map): Show the key binding for wdired.
4919         * menu-bar.el (menu-bar-file-menu): Show the key binding for
4920         exiting Emacs.
4922 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4924         * term/ns-win.el (x-list-fonts): Drop alias.
4926 2008-07-23  Juri Linkov  <juri@jurta.org>
4928         * replace.el (multi-query-replace-map): New variable.
4929         (perform-replace): Add processing of new multi-buffer keys bound
4930         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
4931         if last input char was `automatic-all'.  Set new local variable
4932         `multi-buffer' to t when one of new two keys were typed.  Return
4933         non-nil value of `multi-buffer' that tells to calling functions
4934         to continue replacement on the next file.
4936         * progmodes/etags.el (tags-query-replace): Set arg `map' of
4937         `perform-replace' to `multi-query-replace-map'.
4939 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4941         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4942         otherwise displayed in every buffer.
4944         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4945         (vc-arch-trim-one-revlib): Delete temp directories as well.
4947 2008-07-22  Stephen Eglen  <stephen@gnu.org>
4949         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
4951 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
4953         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4955 2008-07-22  Miles Bader  <miles@gnu.org>
4957         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4958         (sh-mode-map): Remove remapping of newline-and-indent.
4960 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4962         * vc.el (Todo): Update.
4964         * vc-hooks.el: Remove obsolete comment.
4966         * vc-git.el (vc-git-status-printer): Update the directory display
4967         to match the default.
4969         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4971 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4973         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4974         for "word wrap" command.
4976         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4978 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4980         * term/ns-win.el: Rename ns- functions/variables to the
4981         corresponding x- versions.
4982         (x-select-text, x-cut-buffer-or-selection-value)
4983         (x-disown-selection-internal, x-get-selection-internal)
4984         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4985         (x-display-mm-width, x-display-mm-height)
4986         (x-display-backing-store, x-display-save-under)
4987         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4988         defaliases.
4990         * frame.el (ns-display-name): Remove declaration.
4991         (make-frame-on-display): Use x-display-name instead
4992         ns-display-name.  Use unless.
4994         * startup.el (command-line-1): Fix indentation.
4996         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4997         checked in inadvertently.
4999 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5001         * term/ns-win.el: Standardize references to "Nextstep" in
5002         comments, messages, and docstrings.
5003         (ns-handle-args, x-parse-geometry)
5004         (ns-extended-platform-support-mode, x-setup-function-keys)
5005         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5006         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5007         (ns-initialized, ns-initialize-window-system): Doc fixes.
5009 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5011         * diff-mode.el (diff-auto-refine): Delete defcustom.
5012         (diff-auto-refine-mode): New func/var via define-minor-mode.
5013         Update var ref to use diff-auto-refine-mode.
5014         * smerge-mode.el (diff-mode): Require when compiling.
5015         (smerge-auto-refine): Delete defcustom.
5016         Update smerge-auto-refine ref to use diff-auto-refine-mode.
5018 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5020         * simple.el (visual-line): New custom group.
5021         (visual-line-fringe-indicators): New var.
5022         (visual-line-mode): Set fringe-indicator-alist based on
5023         visual-line-fringe-indicators.  Add lighter.
5025 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5027         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5028         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5029         (x-handle-geometry, x-handle-name-switch, x-display-name)
5030         (x-handle-display, x-handle-args, x-colors): Move ...
5031         * term/common-win.el: ... here.  New file.
5032         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5033         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5034         (x-handle-geometry, x-handle-name-switch, x-display-name)
5035         (x-handle-display, x-handle-args, x-colors): Remove.
5036         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5038 2008-07-19  Juri Linkov  <juri@jurta.org>
5040         * startup.el (fancy-startup-text): Move the line "To quit
5041         a partially entered command, type Control-g" a few lines below
5042         to be after the line "To start".  Add text "at gnu.org" to
5043         "Overview of Emacs features".
5045         * dired.el (dired-mode-map): Fix menu text of
5046         image-dired-display-thumbs.
5048         * image-dired.el (image-dired-cmd-create-thumbnail-options)
5049         (image-dired-cmd-create-temp-image-options)
5050         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5051         ImageMagick command line to change the dimensions of the image
5052         only if its width or height exceeds the geometry specification.
5054         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5056         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5057         to docstrings.
5059 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5061         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5062         Vinicius Jose Latorre.
5064 2008-07-19  Glenn Morris  <rgm@gnu.org>
5066         * term/ns-win.el (ns-make-command-string): Use mapconcat.
5067         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
5069 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
5071         * net/dbus.el (dbus-interface-properties): New defconst.
5072         (dbus-introspect): Update docstring.
5073         (dbus-introspect-xml, dbus-introspect-get-attribute)
5074         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5075         (dbus-introspect-get-interface-names)
5076         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5077         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5078         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5079         (dbus-introspect-get-property)
5080         (dbus-introspect-get-annotation-names)
5081         (dbus-introspect-get-annotation)
5082         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5083         (dbus-introspect-get-signature, dbus-get-property)
5084         (dbus-set-property, dbus-get-all-properties): New defuns.
5086 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
5088         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5089         ns-grabenv.elc.
5091         * ns-carbon-compat.el: File removed.
5093         * ns-grabenv.el: File removed.
5095         * term/ns-win.el: Contents of ns-carbon-compat.el and
5096         ns-grabenv.el moved here.
5097         (ns-grabenv, ns-open-file-select-line): Doc fixes.
5098         (ns-submit-bug-report): Function removed.  Reports go to the main
5099         Emacs bug list.
5100         (ns-handle-args, ns-spi-service-call): Doc fixes.
5101         (info-ns-emacs): Function removed.  Nextstep port manual will be
5102         merged into the Emacs manual, so no separate link needed.
5104 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
5106         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5108 2008-07-18  Glenn Morris  <rgm@gnu.org>
5110         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5111         to XEmacs, since it does nothing for Emacs.
5113 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5115         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5116         BUFFER that is a string but does not exist as a buffer object, as
5117         mentioned in the doc-string.
5119 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
5121         * simple.el (line-move-visual): Make it a defcustom.
5122         (line-move-1): Convert temporary-goal-column back to an integer if
5123         it was set as a float by a previous call to line-move-visual.
5124         (end-of-visual-line, beginning-of-visual-line)
5125         (next-logical-line, previous-logical-line): New functions.
5127 2008-07-17  David Reitter  <david.reitter@gmail.com>
5129         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5130         functions.
5131         (visual-line-mode, global-visual-line-mode): New minor mode.
5132         (visual-line-mode-map): New variable.
5134 2008-07-17  Glenn Morris  <rgm@gnu.org>
5136         * term/ns-win.el (parameters): Declare for compiler.
5138 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
5140         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5141         for Windows.
5143 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
5145         * epa.el (epa-key-list-mode): Use run-mode-hooks.
5146         (epa-key-mode): Ditto.
5147         (epa-info-mode): Ditto.
5149 2008-07-17  Glenn Morris  <rgm@gnu.org>
5151         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
5152         (ns-handle-numeric-switch): Just call ns-handle-switch.
5153         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5154         (ns-handle-args): Simplify using `pop'.
5155         (ns-display-name): Define (used in frame.el).
5156         (menu-bar-select-frame): Add (ignored) arg to more closely match the
5157         original definition.
5158         (ns-perform-service): Declare.
5159         (ns-save-preferences): Use fewer `let's.
5161         * frame.el (ns-display-name): Declare for compiler.
5163 2008-07-17  Kenichi Handa  <handa@m17n.org>
5165         * descr-text.el (describe-char-unidata-list): Initialize to the
5166         list of name, general-category, decomposition, and old-name.
5168 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5170         * startup.el (command-line-1): Update processing of NS long options to
5171         mimic recent changes to processing of X long options.
5173 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
5175         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5176         list of #defines for remote files.
5177         (gdb-source-info): Only show main if it has been found.
5179 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5181         * term/ns-win.el: Require CL; fix up comment style; reindent.
5182         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
5183         (ns-save-preferences): Use `case'.
5184         (ns-initialize-window-system): Use `dolist'.
5186 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5188         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5189         windowing is used.
5190         * term/ns-win.el (ns-extended-platform-support-mode):
5191         Correct/improve documentation.
5193 2008-07-16  Glenn Morris  <rgm@gnu.org>
5195         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5196         Simply require 'cl (see comment in cl-compat.el).
5197         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5198         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5199         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5200         directly rather by subterfuge.  Provide cl before loading cl-macs.
5202         * paths.el (rmail-spool-directory): Remove settings for systems that are
5203         no longer supported.
5205         * frame.el (ns-initialize-window-system): Declare for compiler.
5207         * term/ns-win.el: Add numerous declarations for compiler.
5208         (ns-pop-up-frames): Move definition before use.  Doc fix.
5210         * emacs-lisp/check-declare.el (check-declare-locate)
5211         (check-declare-verify): Handle .m files.
5213 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
5215         * ns-carbon-compat.el: New file: user-visible compatibility of
5216         NeXTstep port with Carbon port.
5217         * ns-grabenv.el: New file: functionality useful on OS X platform to
5218         expose environment variables inside Emacs started from icon.
5219         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5220         * cus-edit.el:
5221         * cus-face.el:
5222         * disp-table.el:
5223         * faces.el:
5224         * info.el:
5225         * mouse.el:
5226         * mwheel.el:
5227         * simple.el: Add ns to window systems treated as GUIs.
5228         * facemenu.el (facemenu-read-color): Don't require a name match under
5229         NS, to allow numeric color entry.
5230         * frame.el (make-frame-on-display): Follow code for 'x in initializing
5231         'ns window system if need be.
5232         (various): Add 'ns as described above.
5233         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5234         ns-windowing is active.
5235         * startup.el (command-line-ns-option-alist): New constant to handle NS
5236         windowing system specific command line args analogous to how they are
5237         handled for X windows.
5238         (command-line-1): Use the above where appropriate.
5239         * version.el: Add NS port version.
5240         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5241         Darwin (usually OS X) systems.
5242         (woman-use-own-frame): Include 'ns in list of GUI window systems.
5243         * emulation/viper-util.el (ns-display-color-p)
5244         (ns-color-defined-p): Remove these (caustically-commented) outdated
5245         compensations for a port that was never itself integrated until now.
5246         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5247         for NS window system.
5248         * international/mule-cmds.el: Add 'ns to list of special-cased window
5249         systems (probably most of these, x/w32/mac/ns could be changed to
5250         window-system non-nil).
5251         * term/ns-win.el: New file: lisp-side support for NS windowing system.
5253 2008-07-14  Jason Rumney  <jasonr@gnu.org>
5255         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5256         (x-handle-numeric-switch, x-handle-initial-switch)
5257         (x-handle-xrm-switch, x-handle-args, x-handle-display)
5258         (xw-defined-colors, w32-initialize-window-system):
5259         Avoid use of cl pop and push macros.
5261 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
5263         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5264         error when change-log-search-file-name returns nil.
5266 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
5268         * add-log.el (change-log-search-file-name):
5269         Use match-string-no-properties.
5270         (change-log-search-tag-name-1, change-log-search-tag-name)
5271         (change-log-goto-source-1, change-log-goto-source): New functions.
5272         (change-log-tag-re, change-log-find-head, change-log-find-tail):
5273         New variables.
5274         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5276 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
5278         * calc/calc-help.el (calc-describe-key): Add angles to special key
5279         descriptions.
5281 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5283         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5284         search for regexp.
5286 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
5288         * simple.el (line-move-visual): Handle null pixel position gracefully.
5290 2008-07-11  Jason Rumney  <jasonr@gnu.org>
5292         * files.el (file-truename): Get truename of ancestors if file does
5293         not exist on Windows.
5295 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
5297         * simple.el (line-move-visual): Obey goal-column and no-error arg.
5298         (track-eol, temporary-goal-column, previous-line, next-line):
5299         Update docstring.
5300         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5301         to nil.
5303 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5305         * simple.el (line-move-visual): New var.
5306         (line-move-visual): New function.
5307         (line-move): Call line-move-visual.
5309 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5311         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5312         pattern and add patterns for C++ header files.
5314 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
5316         * window.el (truncated-partial-width-window-p): New function.
5318         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
5320         * faces.el (x-create-frame-with-faces): Don't pass parameters that
5321         are set later to x-create-frame.
5322         (face-set-after-frame-default): Apply X resources for non-default
5323         faces.
5325 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
5327         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
5328         frame-specific X resource settings.  Set faces using a list of
5329         frame parameters explicitly passed to the calling
5330         function (e.g. make-frame).
5331         (x-create-frame-with-faces, tty-create-frame-with-faces):
5332         Supply explicit frame parameter list to face-set-after-frame-default.
5334 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5336         * net/browse-url.el (browse-url-default-browser):
5337         Fix argument list in lambda.
5339 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
5341         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5342         from url-retrieve.
5343         (newsticker--sentinel-work): Fix xerror typo.
5345 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5347         * vc-dir.el (vc-dir-refresh): Only update files.
5349         * vc-git.el (vc-git--ls-files-state): Remove unused function.
5351         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5353 2008-07-06  John Paul Wallington  <jpw@pobox.com>
5355         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5357 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
5359         * vc-git.el (vc-git-registered): Return true for removed files.
5360         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5361         all the files instead of one per file.
5362         (vc-git-previous-revision): Add support for project-wide previous
5363         revision when specified file is nil.
5365 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5367         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5369         * vc-dir.el (vc-dir-find-child-files): New function.
5370         (vc-dir-resync-directory-files): New function.
5371         (vc-dir-recompute-file-state): New function, broken out of ...
5372         (vc-dir-resynch-file): ... here.  Also deal with directories.
5373         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5374         (vc-resynch-buffer): Use it.
5376         * vc-hg.el (vc-hg-registered): Do not set vc-state.
5378         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5380 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
5382         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5383         if it's not part of gdb-ui, e.g, at start.
5385         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5386         filenames in stack trace (text command mode).
5388 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5390         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5392         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5393         Use syntax-ppss on a position *before* the char we want to change.
5395 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
5397         * vc-dir.el (vc-dir-query-replace-regexp): New function.
5398         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5399         (vc-dir-mode-map): Likewise.
5401 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
5403         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5404         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5405         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5406         Remove spurious * in defcustom docstrings.
5408         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5409         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5410         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5411         (default-justification): Remove spurious * in defcustom docstrings.
5413         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5414         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5415         (rst-compare-decorations, rst-default-indent, rst-update-section)
5416         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5417         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5418         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5419         Fix typos in docstrings.
5420         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
5421         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5422         (rst-get-decorations-around, rst-section-tree-point)
5423         (rst-font-lock-adornment-point): Reflow docstrings.
5424         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5425         Doc fixes.
5426         (rst-re-enumerations): Comment out.
5428         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5429         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5430         (nxml-unicode-block-char-name-set):
5431         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5432         * nxml/rng-nxml.el (rng-set-state-after):
5433         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5435         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5436         (rng-c-parse-annotation-body):
5437         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5439         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5440         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5441         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5442         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5443         Fix typos in docstrings.
5444         (nxml-attribute-indent): Reflow docstring.
5445         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5446         (nxml-default-buffer-file-coding-system): Doc fixes.
5448         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5449         (nxml-ns-set-prefix): Fix typos in docstrings.
5450         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5451         Reflow docstring.
5452         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5454         * nxml/nxml-outln.el (nxml-hide-all-text-content)
5455         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5456         (nxml-hide-direct-text-content, nxml-hide-subheadings)
5457         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5458         (nxml-outline-display-rest, nxml-outline-set-overlay)
5459         (nxml-section-tag-forward, nxml-section-tag-backward)
5460         (nxml-back-to-section-start): Fix typos in docstrings.
5462         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5463         Doc fixes.
5465         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5466         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5467         (nxml-scan-after-change): Fix typo in docstring.
5469         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5470         (rng-name-class-possible-names): Doc fixes.
5471         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5472         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5473         Fix typos in docstrings.
5474         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5475         Reflow docstrings.
5477         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5478         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5480         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5481         (rng-xsd-convert-date-time): Reflow docstrings.
5482         (rng-xsd-compile): Fix typo in docstring.
5484         * nxml/rng-loc.el (rng-current-schema-file-name)
5485         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5486         Doc fixes.
5487         (rng-set-schema-file): Fix typo in docstring.
5489         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5490         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5491         Fix typos in docstrings.
5492         (rng-message-overlay, rng-conditional-up-to-date-start)
5493         (rng-conditional-up-to-date-end): Doc fixes.
5494         (rng-next-error, rng-previous-error): Reflow docstrings.
5496         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5497         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5498         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5499         (xmltok-merge-attributes): Fix typos in docstrings.
5500         (xmltok-make-attribute, xmltok-forward-special)
5501         (xmltok-get-declared-encoding-position): Reflow docstrings.
5503         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5504         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5505         Fix typos in docstrings.
5507 2008-07-02  John Paul Wallington  <jpw@pobox.com>
5509         * ibuffer.el (ibuffer-buffer-file-name):
5510         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
5511         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
5513 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
5515         * files.el (backup-extract-version): Handle versioned directories.
5516         (trash-directory): New variable.
5517         (move-file-to-trash): New function.
5519         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5521 2008-07-02  Magnus Henoch  <mange@freemail.hu>
5523         * vc-git.el (vc-git-annotate-command): Use proper option for
5524         specifying revision.
5526 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5528         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5529         if available.
5531 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
5533         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5535         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5536         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5538         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5540 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
5542         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5543         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
5544         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5545         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5546         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5547         (gdb-stack-list-locals-regexp): Future proof regexps better.
5549 2008-06-30  Juri Linkov  <juri@jurta.org>
5551         * faces.el (face-name-history): New variable.
5552         (make-face, make-empty-face): Replace interactive spec "S"
5553         with `read-from-minibuffer' where `read' arg is t and
5554         `hist' arg is `face-name-history'.
5555         (read-face-name): Set `hist' arg of `completing-read-multiple'
5556         to `face-name-history'.
5557         (list-faces-display): Use `read-regexp' instead of `read-string'
5558         to read regexp.
5560         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5561         to `regexp-history'.
5562         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5563         make it an obsolete alias to it.
5564         (hi-lock-face-defaults): New variable renamed from
5565         `hi-lock-face-history'.
5566         (hi-lock-line-face-buffer, hi-lock-face-buffer)
5567         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5568         `read-from-minibuffer'.  Doc fix.
5569         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5570         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
5571         Set `hist' arg of `completing-read' to `face-name-history'.
5572         Put a list of default faces to `default' arg instead of `hist' arg.
5574         * bindings.el (abbrev-map, narrow-map): New variables.
5575         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5576         Rebind related commands to these new maps.
5577         (ctl-x-r-map): New variable for rectangle, register and bookmark
5578         keys.  Move rectangle keybindings to rect.el and register
5579         keybindings to register.el.
5580         (next-buffer, previous-buffer): Remove C-x prefix and move
5581         keybindings to ctl-x-map.
5583         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5584         to the new map `ctl-x-r-map' in autoload cookies.
5586         * expand.el: Rebind two global `C-x a' keys "n", "p"
5587         to the new map `abbrev-map' in autoload cookies.
5589         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5591         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5593 2008-06-30  Miles Bader  <miles@gnu.org>
5595         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5596         after processing an escape sequence.
5598 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
5600         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5601         from 2008-06-28.  It does not work on W32.
5603 2008-06-29  Juri Linkov  <juri@jurta.org>
5605         * replace.el (read-regexp): New function.
5606         (keep-lines-read-args, occur-read-primary-args):
5607         Call `read-regexp' instead of code moved to new function.
5608         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5609         from the end of prompt.
5610         (replace-re-search-function): Doc fix.
5612 2008-06-29  Kenichi Handa  <handa@m17n.org>
5614         * descr-text.el (describe-char-display): Always return a string.
5615         (describe-char-padded-string): New function.
5616         (describe-char): Adjusted for the change of
5617         describe-char-display.  Use describe-char-padded-string.
5619 2008-06-29  Andreas Schwab  <schwab@suse.de>
5621         * vc-dir.el (vc-dir): Make backend argument optional and use
5622         vc-responsible-backend when nil.  Interactively pass nil for
5623         backend instead of using the backend of what happens to be
5624         default-directory at the time of the call.
5626         * find-dired.el (find-dired-filter): Preserve point.
5628 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
5630         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5631         (sasl-find-mechanism, sasl-next-step):
5632         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5633         (sasl-ntlm-response): Fix typos in docstrings.
5635 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
5637         * international/mule-cmds.el (view-hello-file): Doc fix.
5639 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
5641         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5642         (set-face-attribute, face-set-after-frame-default)): Don't use it.
5644 2008-06-28  John Paul Wallington  <jpw@pobox.com>
5646         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
5648 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
5650         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5651         (tramp-convert-file-attributes): Convert symlinks only when
5652         returned from `tramp-handle-file-attributes-with-stat'.
5654         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5655         `substitute-in-file-name' when unloading.
5656         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5658 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
5660         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5661         (vc-string-prefix-p): Move function ...
5662         * vc.el (vc-string-prefix-p): ... here.
5664 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5666         * vc-dir.el (vc-dir): Complete only directory names.
5668 2008-06-27  Jason Rumney  <jasonr@gnu.org>
5670         * w32-fns.el (top-level): Unconditionally define all charsets.
5672 2008-06-27  Alan Mackenzie  <acm@muc.de>
5674         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5675         the CC Mode specific functions; this is no longer needed, since
5676         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5678         * progmodes/cc-defs.el (c-emacs-features): New feature
5679         'argumentative-bod-function.
5681 2008-06-27  John Paul Wallington  <jpw@pobox.com>
5683         * chistory.el (list-command-history): Use `bound-and-true-p'.
5684         (command-history-map): Define within defvar.  Add docstring.
5686 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5688         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5689         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
5690         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5691         (image-type-from-buffer): Use `looking-at-p'.
5693 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5695         * ibuf-ext.el (diff-sentinel): Declare.
5697 2008-06-27  Glenn Morris  <rgm@gnu.org>
5699         * calendar/lunar.el (calendar-lunar-phases): Rename from
5700         calendar-phases-of-moon.  Keep old name as alias, update callers.
5701         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
5702         (diary-lunar-phases): Rename from diary-phases-of-moon.
5703         Keep old name as alias.
5704         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5705         (cal-menu-global-mouse-menu): Update for lunar name changes.
5706         * calendar/calendar.el (calendar-mode-map): Update for name change.
5707         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5709 2008-06-26  Glenn Morris  <rgm@gnu.org>
5711         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5712         argument `nolocation'.
5713         (calendar-sunrise-sunset-month): New function.
5714         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5715         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
5716         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5717         * calendar/calendar.el (solar-sunrises-buffer): New constant.
5718         (calendar-mode-map): Use cal-menu-sunmoon-menu.
5719         (calendar-buffer-list): Add solar-sunrises-buffer.
5721         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5723 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
5725         * cus-start.el: Add customization types for word-wrap and
5726         shift-select-mode.
5728 2008-06-26  John Paul Wallington  <jpw@pobox.com>
5730         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5731         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
5732         (ibuffer-mark-on-buffer): Don't display message when removing marks.
5733         (ibuffer-mark-by-mode): Use `buffer-local-value'.
5735 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5737         * vc-dir.el (tool-bar): Require.
5739         * vc.el (ewoc, tool-bar): Do not require.
5741 2008-06-26  Kenichi Handa  <handa@m17n.org>
5743         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5744         characters.
5746         * composite.el (terminal-composition-base-character-p): New function.
5747         (terminal-composition-function):
5748         Use terminal-composition-base-character-p.  Include the base character
5749         in the composition.
5750         (auto-compose-chars): Don't check font-object for terminal display.
5752 2008-06-26  Glenn Morris  <rgm@gnu.org>
5754         * doc-view.el (bookmark-make-record-default):
5755         * image-mode.el (bookmark-make-record-default): Fix declaration.
5757         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5758         Add default :value for sexp type.
5759         (calendar-month-edges): New variable.
5760         (calendar-month-edges): New function.
5761         (calendar-recompute-layout-variables): Set calendar-month-edges.
5762         (calendar-intermonth-header, calendar-intermonth-text): New options.
5763         (calendar-insert-at-column): New function.
5764         (calendar-generate-month): Use calendar-insert-at-column.
5765         Handle intermonth text.  Add 'date property.
5766         (calendar-column-to-month): Remove function.
5767         (calendar-column-to-segment): New function.
5768         (calendar-cursor-to-date): Use calendar-column-to-segment.
5769         Check 'date property.
5771         * calendar/calendar.el (calendar-print-other-dates):
5772         Handle mouse events.
5773         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5774         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5776         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5777         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5778         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5780         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5781         Use calendar-column-to-segment, calendar-month-edges, and
5782         the 'date property to handle intermonth text.
5784         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5786         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5787         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5788         Add doc strings.
5789         (cal-menu-context-mouse-menu): Add some :keys.
5790         (calendar-check-holidays): Declare rather than autoloading.
5791         (diary-show-holidays-flag): Remove unneeded declaration.
5793         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5794         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5795         event-start is nil.
5797 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5799         * minibuffer.el (completion-basic-try-completion): Use the text after
5800         point to constrain the completion candidates.
5801         (completion-basic-all-completions): Adjust accordingly.
5803 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
5805         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5806         courier.
5808         * faces.el (set-face-attribute): Doc fix.
5810 2008-06-25  Juri Linkov  <juri@jurta.org>
5812         * bindings.el (goto-map): New variable.  Rebind goto-related
5813         commands to this `M-g' prefix keymap.
5814         (search-map): New variable for `M-s' prefix keymap.
5815         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5816         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5817         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5818         `M-shw' to `hi-lock-write-interactive-patterns'.
5820         * isearch.el (isearch-mode-map): Bind `M-s h r' to
5821         `isearch-highlight-regexp'.
5822         (isearch-highlight-regexp): New function.
5824 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * info.el (Info-bookmark-make-record):
5827         Use bookmark-make-record-default.
5828         (Info-bookmark-jump): Use bookmark-default-handler.
5830         * image-mode.el (image-bookmark-make-record):
5831         Use bookmark-make-record-default.
5832         (image-bookmark-jump): Use bookmark-default-handler.
5834         * doc-view.el (doc-view-bookmark-make-record):
5835         Use bookmark-make-record-default.
5836         (doc-view-bookmark-jump): Use bookmark-default-handler.
5838         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5839         used until now in bookmark.el's code.
5840         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5841         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5842         used until now in bookmark.el's code.
5843         (bookmark-set-filename): Remove special code, moved to its only caller.
5844         (bookmark-store): Use the newer format.
5845         (bookmark-make-record-default): Add arg `point-only'.
5846         Rename from bookmark-make-record-for-text-file.
5847         (bookmark--jump-via): New function.
5848         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5849         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5850         Use it.
5851         (bookmark-jump-noselect, bookmark-default-handler):
5852         Don't return an alist, instead return the data implicitly by changing
5853         current buffer and point.  Signal an error if the file doesn't exist.
5855         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5856         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5858         * bs.el: Use with-current-buffer.  Simplify.
5859         (bs-toggle-readonly): Avoid vc-toggle-read-only.
5861         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5862         is bound before using it.
5864 2008-06-25  Kenichi Handa  <handa@m17n.org>
5866         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5868 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
5870         * vc-hg.el:
5871         * vc-git.el: Require vc-dir when compiling.
5873         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5874         vc-dir-marked-only-files.  Change the return value.
5875         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5876         Change the return value.
5877         (vc-dir-deduce-fileset): New function broken out from ...
5878         * vc.el (vc-deduce-fileset): ... here and ...
5879         (vc-deduce-fileset): ... here.
5881         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5882         (vc-svn-parse-status): Do not set the vc-backend property.
5884 2008-06-25  Andreas Schwab  <schwab@suse.de>
5886         * faces.el (face-font-family-alternatives, variable-pitch):
5887         Use "Sans Serif", not "Sans-Serif".
5889 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
5891         * faces.el (face-font-family-alternatives, variable-pitch):
5892         Change "Sans" to the canonical name "Sans-Serif".
5894 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5896         * calc/calc.el (calc-mode-map): Add extra keybindings to
5897         `calc-missing-key'.
5898         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5899         `kill-ring-save'.
5901 2008-06-24  Miles Bader  <miles@gnu.org>
5903         * mouse.el (mouse-appearance-menu): Don't do anything if the user
5904         pops up the menu but doesn't select anything.
5906 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
5908         * add-log.el (add-change-log-entry): Add new arg to force each new
5909         entry to be on a new line.
5910         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5912         * vc-dir.el (vc-client-object): Remove.
5913         (vc-dir-prepare-status-buffer): Take a backend as an argument and
5914         use it when looking for a buffer.
5915         (vc-dir): Add a backend argument.  Set revert-buffer-function.
5916         Don't create a client object.  Move bindings ...
5917         (vc-dir-menu-map, vc-dir-mode-map): ... here.
5918         (vc-dir-revert-buffer-function): New function.
5919         (vc-generic-status-printer): Rename to ...
5920         (vc-dir-status-printer): ... this.
5921         (vc-generic-state, vc-generic-status-fileinfo-extra)
5922         (vc-dir-extra-menu, vc-make-backend-object): Remove.
5923         (vc-default-status-printer): Use a different face for
5924         directories.  Don't display any text for directories in the state
5925         column.  Add tooltips.
5927         * vc.el (Todo): Update.
5929         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5930         * vc-rcs.el (vc-annotate-convert-time):
5931         * vc-mtn.el (vc-annotate-convert-time):
5932         * vc-git.el (vc-annotate-convert-time):
5933         * vc-cvs.el (vc-annotate-convert-time):
5934         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5936 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5938         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5939         instead of using view-mode.
5941 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5943         * Makefile.in (distclean): Don't delete *.elc and autogen files.
5945 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5947         * vc.el:
5948         * vc-hooks.el:
5949         * vc-dispatcher.el: Move vc-dir variables and functions ...
5950         * vc-dir.el: ... here.  New file.
5951         * Makefile.in (ELCFILES): Add vc-dir.elc.
5953         * vc.el: Move vc-annotate variables and functions ...
5954         * vc-annotate.el: ... here.  New file.
5955         * Makefile.in (ELCFILES): Add vc-annotate.elc.
5957         * vc-dav.el: Move here from url/vc-dav.el.
5958         (Todo): Note work needed to make this backend functional.
5960         * Makefile.in (ELCFILES): Update vc-dav.el location.
5962 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5964         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5966 2008-06-21  John Paul Wallington  <jpw@pobox.com>
5968         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5970         * textmodes/rst.el (rst-mode): Put docstring in right place.
5972 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
5974         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5975         size for legibility.
5977         * faces.el (fixed-pitch): Use "Monospace" family.
5978         (variable-pitch): Use "Sans" family.
5979         (face-font-family-alternatives): Define alternatives for "Sans"
5980         and "Monospace".
5982 2008-06-21  Glenn Morris  <rgm@gnu.org>
5984         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5985         Require 'cl when compiling.
5987         * emacs-lisp/debug.el (help-xref-interned): Declare.
5989         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5990         Evaluate definition when compiling.
5992         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5993         rather than mouse-1.
5994         (bug-reference-url-format): Autoload safe if string.
5995         (bug-reference-bug-regexp): Make space after "bug" optional.
5997         * Makefile.in (all): Explicitly pass EMACS to sub-make,
5998         for some non-GNU makes.
6000         * cus-dep.el (custom-dependencies-no-scan-regexp):
6001         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6003         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6004         increments.
6006         * calendar/calendar.el: Factor out the magic numbers controlling the
6007         calendar layout.
6008         (calendar-month-digit-width, calendar-month-width)
6009         (calendar-right-margin): New variables.
6010         (calendar-recompute-layout-variables, calendar-set-layout-variable):
6011         New functions.
6012         (calendar-left-margin, calendar-intermonth-spacing)
6013         (calendar-column-width, calendar-day-header-width)
6014         (calendar-day-digit-width): New options.
6015         (calendar-first-date-row): New constant.
6016         (calendar-move-to-column, calendar-ensure-newline): New functions,
6017         replacing calendar-insert-indented.
6018         (calendar-insert-indented): Remove function.
6019         (calendar-generate-month): Use calendar-move-to-column and
6020         calendar-ensure-newline.  Use layout variables.
6021         (calendar-generate, calendar-update-mode-line)
6022         (calendar-font-lock-keywords): Use layout variables.
6023         (calendar-column-to-month): New function.
6024         (calendar-cursor-to-date): Use calendar-column-to-month.
6025         Use layout variables.
6026         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6027         Use layout variables.  Use calendar-column-to-month.
6028         (calendar-cursor-to-visible-date): Use layout variables.
6030 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6033         (all): Run compile-last.
6034         (compile-onefile): New target.
6035         (compile-first): Simplify.
6036         (compile-last): Don't treat COMPILE_FIRST specially.
6037         (COMPILE_FIRST): List the elc files rather than the el files.
6038         (ELCFILES): Update.
6040 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
6042         * net/newst-treeview.el: Remove dead code.
6043         (newsticker--window-config): Remove.
6044         (newsticker-treeview-quit): Do not save window config.
6045         (newsticker-treeview): Do not try to restore window config.
6046         (newsticker-groups, newsticker--treeview-list-sort-by-column)
6047         (newsticker--treeview-list-new-items)
6048         (newsticker--treeview-list-immortal-items)
6049         (newsticker--treeview-list-obsolete-items)
6050         (newsticker--treeview-list-all-items)
6051         (newsticker--treeview-list-feed-items): Fix documentation.
6053 2008-06-21  Miles Bader  <miles@gnu.org>
6055         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6057 2008-06-21  Alan Mackenzie  <acm@muc.de>
6059         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6060         infinite loop on invalid syntax.
6062 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         * textmodes/rst.el: Run rst-define-level-faces when loading.
6065         (rst-mode): Don't set the font-lock-multiline var.
6066         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6067         Set the font-lock-multiline property by hand.
6069         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6071         * Makefile.in (emacs-deps): Remove.
6072         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6073         (all): Use them.
6074         (autogen-clean): Remove.
6076 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6078         * Makefile.in (all): New target.
6079         (bootstrap-prepare): Remove.
6081         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6082         the .elc file to batch-byte-compile.
6084         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6085         set-keymap-parents if set-keymap-parent doesn't exist.
6087         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6088         Allow more than one space before the |.
6090         * textmodes/rst.el: Fix up docstring conventions.
6091         Move vars to before their first use.
6092         (rst-mode): Don't mess with font-lock-support-mode.
6093         (rst-suggest-new-decoration, rst-adjust-decoration):
6094         Avoid CL's copy-list.
6095         (rst-delete-entire-line): Use line-beginning-position.
6096         (rst-position): New fun.
6097         (rst-straighten-decorations): Use it instead of CL's position.
6098         (rst-straighten-bullets-region): Avoid CL's mapcar*.
6099         (rst-toc-mode): Use define-derived-mode.
6100         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6101         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
6102         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
6103         (rst-replace-lines): Simplify.
6104         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6106         * simple.el (special-mode-map): New var.
6107         (special-mode): New major mode.
6109 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6111         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6112         log-view-file-re.
6114         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6115         (vc-switch-backend): Simplify.
6116         (Todo): Remove solved items.
6118         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6119         the vc-backend property.
6121 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6123         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6124         Bind inhibit-read-only since the buffer is always read-only.
6126 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
6128         * net/newst-treeview.el (newsticker-treeview-own-frame):
6129         Change default value to nil.
6130         (newsticker--treeview-list-add-item)
6131         (newsticker--treeview-propertize-tag): Show item title in tooltip.
6133 2008-06-20  Martin Blais  <blais@furius.ca>
6134             Stefan Merten  <smerten@oekonux.de>
6135             David Goodger  <goodger@python.org>
6137         * textmodes/rst.el: New file.
6139 2008-06-20  Sam Steingold  <sds@gnu.org>
6141         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6142         remove DIRECTORY entries.
6144 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6146         * makefile.w32-in (distclean): Depend on `clean'.
6147         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6148         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6149         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
6150         empty cus-load.el with `echo', and include "Local Variables"
6151         section to prevent the empty file from being compiled.
6152         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6153         that generate an empty cus-load.el.
6155 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
6157         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6158         Don't copy ldefs-boot.el over loaddefs.el.
6159         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6160         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6161         to loaddefs.el; they are not needed now.  Add coding cookie.
6163 2008-06-20  Miles Bader  <miles@gnu.org>
6165         * face-remap.el (face-remap-add-relative, face-remap-set-base):
6166         Strip unnecessary list levels from SPECS.
6167         (buffer-face-set, buffer-face-toggle):
6168         Change argument from FACE to &rest SPECS, and strip unnecessary
6169         list levels from SPECS.
6170         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6172 2008-06-20  Jason Rumney  <jasonr@gnu.org>
6174         * international/fontset.el (setup-default-fontset): Specify script
6175         for latin use of iso10646-1.  Fix use of lang tags.
6177 2008-06-19  Miles Bader  <miles@gnu.org>
6179         * face-remap.el (text-scale-increase): Start from zero if
6180         text-scale-mode isn't enabled.
6182 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6184         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6185         frame parameters after setting up the `default' face.
6187 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6189         * faces.el (face-set-after-frame-default): Don't exclude `default'.
6191 2008-06-18  Glenn Morris  <rgm@gnu.org>
6193         * mouse.el (buffer-face-mode-invoke): Declare.
6195         * Makefile.in (ELCFILES): Add org/org-id.elc.
6197         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6198         * calendar/cal-menu.el (cal-menu-holidays-menu):
6199         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6200         (cal-menu-today-holidays): Remove function.
6202         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6203         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6204         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6205         Remove unused functions.
6206         (calendar-mouse-view-diary-entries): Use format rather than concat.
6208         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6209         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6210         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6212         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6213         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6214         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6215         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6216         cal-menu-event-to-date.
6218         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6219         Handle mouse events.
6220         * calendar/cal-tex.el (cal-tex-cursor-year)
6221         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6222         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6223         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6224         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6225         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6226         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
6227         (cal-tex-cursor-month): Mark N as optional.
6228         * calendar/cal-menu.el (calendar-mouse-tex-day)
6229         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6230         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6231         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6232         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6233         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6234         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6235         Remove functions.
6236         (cal-menu-context-mouse-menu): Replace the above functions with the
6237         cal-tex versions.  Add HTML submenu.
6239 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
6241         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6242         text command mode.
6243         (gdb): Explain that gud-gdb is needed for text command mode.
6245 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
6247         * window.el (split-height-threshold): Remove spurious extra line.
6249 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6251         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6252         (calendar-set-mark):
6253         * calendar/diary-lib.el (diary-insert-entry):
6254         * calendar/solar.el (calendar-sunrise-sunset): Use it.
6255         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6256         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6257         (cal-menu-context-mouse-menu): Use calendar-set-mark,
6258         diary-insert-entry, and calendar-sunrise-sunset instead.
6260         * vc.el (vc-deduce-fileset): Add arg `only-files'.
6261         (vc-next-action): Pass the new arg.
6262         (vc-register): Don't use `only-files'.
6263         Don't set `backup-inhibited' in the current buffer.
6265 2008-06-17  Miles Bader  <miles@gnu.org>
6267         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6269         * face-remap.el (buffer-face-mode-face)
6270         (buffer-face-mode-remapping): New variables.
6271         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6272         (buffer-face-mode-invoke): New functions.
6273         (variable-pitch-mode-remapping): Variable removed.
6274         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6276         * face-remap.el (internal-lisp-face-attributes): New variable.
6277         (face-attrs-more-relative-p, face-remap-order): New functions.
6278         (face-remap-add-relative): Use `face-remap-order'.
6280 2008-06-17  Glenn Morris  <rgm@gnu.org>
6282         * mouse.el (x-select-font): Declare.
6284         * calendar/calendar.el (calendar-move-hook):
6285         Add calendar-update-mode-line as an option.
6286         (calendar-date-echo-text): New user option.
6287         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
6288         (calendar-insert-indented): Simplify newline insertion.
6289         (calendar-describe-mode): Remove unused function.
6290         (calendar-mode-line-entry): New function.
6291         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
6292         Mark as risky.
6293         (calendar-mouse-other-month): Remove function.
6294         (calendar-other-month): Handle mouse events.
6295         (calendar-goto-info-node): Call fit-window-to-buffer.
6296         (calendar-mode): Use define-derived-mode.  Doc fix.
6297         (calendar-update-mode-line): Tweak whitespace.
6299 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6301         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6302         (vc-dir-marked-only-files): vc-string-prefix-p.
6304 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
6306         * progmodes/gdb-ui.el (gdb-memory-set-address)
6307         (gdb-memory-set-repeat-count): Allow keyboard bindings.
6308         (gdb-memory-mode-map): Bind above functions respectively
6309         to 'S' and 'N'.
6311 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
6313         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6315 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
6317         * log-view.el (vc-diff-internal): Declare for compiler.
6319         * vc-bzr.el (log-view-per-file-logs):
6320         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6322 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
6324         * mouse.el (mouse-appearance-menu-map): New var.
6325         (mouse-appearance-menu): New function.
6326         Bind it to S-down-mouse-1.
6328 2008-06-15  Juri Linkov  <juri@jurta.org>
6330         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6331         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6332         as the second element.
6333         (Info-build-toc): Add PARENT element extracted from the Up pointer.
6334         Don't print progress messages.
6335         (Info-toc-nodes): New variable and function.
6336         (Info-index-nodes): Optimize non-string file name case.
6337         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6338         (Info-insert-breadcrumbs): Use the cached document structure instead
6339         of visiting all ancestor nodes.  Remove the initial `>'.
6341 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6343         * log-view.el (log-view-diff-changeset): New function.
6344         (log-view-mode-map, log-view-mode-menu): Bind it.
6345         (log-view-per-file-logs, log-view-vc-fileset)
6346         (log-view-vc-backend): New variables.
6347         (log-view-find-revision, log-view-modify-change-comment)
6348         (log-view-annotate-version): Throw an error if the log is for more
6349         than one file and we can't find the current file.  Get the current
6350         file from log-view-vc-fileset if necessary.
6351         (log-view-diff): Get the current file from log-view-vc-fileset if
6352         necessary.
6354         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6356         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6357         (vc-hg-log-view-mode): Declare for compiler.
6358         (vc-hg-log-view-mode): Set log-view-per-file-logs and
6359         log-view-file-re.
6360         (vc-hg-diff): If no file is passed, use default-directory for cwd.
6362         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6364         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6366 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
6368         * net/tramp.el (tramp-handle-start-file-process):
6369         Clear modification time of the connection buffer.
6370         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6371         (tramp-open-connection-setup-interactive-shell): Flush cache, and
6372         restart `tramp-maybe-open-connection' when the remote system has
6373         been changed.  Throw 'uname-changed event.
6374         (tramp-maybe-open-connection): Catch it.
6376         * net/tramp-cmds.el (tramp-cleanup-all-connections):
6377         Reset `tramp-locked'.
6379 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6381         * net/newst-treeview.el (newsticker--treeview-list-update)
6382         (newsticker--treeview-item-update)
6383         (newsticker--treeview-tree-update)
6384         (newsticker-treeview-jump, newsticker-group-add-group)
6385         (newsticker-group-move-feed, newsticker-group-delete-group):
6386         Remove window dedication.
6387         (newsticker--group-manage-orphan-feeds): Handle ill-valued
6388         newsticker-groups.
6389         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6391 2008-06-15  Andreas Schwab  <schwab@suse.de>
6393         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6394         when parsing CVS/Repository.
6396         * wdired.el (wdired-search-and-rename): Fix undocumented change.
6398 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6400         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6401         (newsticker-extra-face, newsticker-enclosure-face): Moved to
6402         net/newst-reader.el.
6404         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6405         (newsticker-extra-face, newsticker-enclosure-face): Moved from
6406         net/newst-reader.el.
6408 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6410         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6411         Catch and recover from case when the bytes we thought we were reading
6412         turn out to be something else entirely, such as latin-1 chars from
6413         quail.  See bug#396.
6415 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6417         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6418         (vc-register): Call the backend function only once, instead of
6419         once for each file.
6420         (vc-next-action): Update call to vc-register.
6421         (vc-dir-register): Remove function.
6422         (vc-dir): Bind vc-register instead of vc-dir-register.
6424 2008-06-14  Glenn Morris  <rgm@gnu.org>
6426         * Makefile.in (ELCFILES): Add net/newst-*.el.
6428 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * wdired.el (wdired-do-renames): New function.
6431         (wdired-finish-edit): Use it to.
6432         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6434 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6438 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
6440         * window.el (window--even-window-heights): Even window heights
6441         only if the selected window is higher than WINDOW.
6442         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6444 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6446         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6448 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6450         * term/linux.el (terminal-init-linux): Load t-mouse.
6452 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6453             Drew Adams  <drew.adams@oracle.com>
6455         * info.el (Info-breadcrumbs-depth): New var.
6456         (Info-insert-breadcrumbs): New function.
6457         (Info-fontify-node): Use it.
6458         (Info-mode-map): Move initialization into declaration.
6460 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
6462         Rename net/newsticker-*.el to net/newst-*.el.
6463         * net/newst-backend.el: Rename from net/newsticker-backend.el.
6464         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6465         * net/newst-reader.el: Rename from net/newsticker-reader.el.
6466         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6467         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6468         * net/newsticker-backend.el: Rename to net/newst-backend.el.
6469         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6470         * net/newsticker-reader.el: Rename to net/newst-reader.el.
6471         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6472         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6474 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         * progmodes/compile.el (compilation-start): Don't disable undo in
6477         comint buffer.  Don't override the comint-filter with our own.
6478         (compilation-filter): Change point's insertion-type.
6480         * comint.el (comint-output-filter): Use copy-marker.
6482 2008-06-13  David Reitter  <david.reitter@gmail.com>
6484         * textmodes/flyspell.el (mail-mode-flyspell-verify):
6485         Check message-signature-separator exists before using it.
6487 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
6489         * vc.el (vc-delete-file): Bind default-directory before calling
6490         the backend.
6491         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6492         (vc-annotate-show-diff-revision-at-line-internal): ... here.
6493         New function.
6494         (vc-annotate-show-changeset-diff-revision-at-line): New function.
6495         (vc-annotate-mode-menu): Bind it.
6497 2008-06-13  Jason Rumney  <jasonr@gnu.org>
6499         * term/w32-win.el (mouse-set-font): Remove overridden function.
6500         (w32-select-font): Declare as obsolete alias for x-select-font.
6502 2008-06-13  Daniel Engeler  <engeler@gmail.com>
6504         These changes add serial port access.
6505         * term.el (term-update-mode-line): Modify.
6506         (serial-port-is-file-p, serial-nice-speed-history)
6507         (serial-no-speed, serial-mode-line-speed-menu)
6508         (serial-mode-line-config-menu): New variables and constants.
6509         (serial-name-history, serial-speed-history)
6510         (serial-supported-or-barf, serial-read-name, serial-read-speed)
6511         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6512         (serial-mode-line-speed-menu, serial-update-speed-menu)
6513         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6514         (serial-update-config-menu): New functions.
6516 2008-06-13  Glenn Morris  <rgm@gnu.org>
6518         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6520         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6522 2008-06-13  Kenichi Handa  <handa@m17n.org>
6524         * cus-face.el (custom-face-attributes): Add :foundry.
6526         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6527         (face-x-resources): Add :foundry.
6528         (face-valid-attribute-values): Likewise.
6529         (face-attribute-name-alist): Likewise.
6530         (describe-face): Likewise.
6532 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6536 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6538         * longlines.el (longlines-search-forward, longlines-search-backward)
6539         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6541 2008-06-12  Sam Steingold  <sds@gnu.org>
6543         * vc.el (vc-rename-file): DTRT when the destination is a directory
6544         name and the source is a file.
6546 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6548         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6550 2008-06-12  Glenn Morris  <rgm@gnu.org>
6552         * progmodes/f90.el (f90-beginning-of-subprogram)
6553         (f90-end-of-subprogram): Only give a message when interactive.
6555         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6557         * progmodes/cperl-mode.el (cperl-info-on-command):
6558         Use display-pixel-height rather than x-display-pixel-height.
6560         * mail/rmailedit.el (rmail-cease-edit):
6561         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6563         * emulation/edt.el (edt-xserver):
6564         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6566         * emulation/edt-mapper.el: Drop test for Emacs < 19.
6568         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6569         Evaluate definitions when compiling.  Reverse tests.
6571         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6572         use unless.
6574         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6576         * textmodes/artist.el (x-pointer-shape):
6577         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6578         (x-open-connection, x-server-max-request-size, x-get-resource):
6579         * term/w32console.el (x-setup-function-keys):
6580         * term/w32-win.el (x-parse-geometry, x-resource-name)
6581         (generate-fontset-menu, image-library-alist, x-open-connection)
6582         (setup-default-fontset, set-fontset-font, setup-default-fontset)
6583         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6584         (x-get-resource):
6585         * term/mac-win.el (x-parse-geometry, x-resource-name)
6586         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6587         (new-fontset, x-display-list, x-open-connection, x-get-resource):
6588         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6589         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6590         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6591         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6592         (tooltip-identifier-from-point, define-fringe-bitmap):
6593         * play/gamegrid.el (image-size):
6594         * play/bubbles.el (image-size):
6595         * mail/emacsbug.el (x-server-vendor, x-server-version):
6596         * international/mule-util.el (internal-char-font):
6597         * international/mule-diag.el (font-info, query-fontset, fontset-info)
6598         (fontset-alias-alist, fontset-list, fontset-plain-name):
6599         * international/mule-cmds.el (x-server-vendor, x-server-version):
6600         * international/fontset.el (font-encoding-charset-alist)
6601         (otf-script-alist, new-fontset, set-fontset-font)
6602         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6603         (fontset-list, query-fontset, x-get-resource):
6604         * emulation/edt.el (x-server-vendor):
6605         * emulation/edt-mapper.el (x-server-vendor):
6606         * emacs-lisp/map-ynp.el (x-popup-dialog):
6607         * emacs-lisp/lmenu.el (x-popup-dialog):
6608         * x-dnd.el (x-window-property, x-change-window-property)
6609         (x-get-selection-internal):
6610         * woman.el (x-list-fonts):
6611         * w32-fns.el (x-server-version):
6612         * tooltip.el (x-show-tip, x-hide-tip):
6613         * tool-bar.el (image-mask-p):
6614         * thumbs.el (image-size):
6615         * term.el (overflow-newline-into-fringe):
6616         * subr.el (scroll-bar-scale):
6617         * startup.el (x-get-resource, tool-bar-mode, image-size):
6618         * select.el (x-get-selection-internal, x-own-selection-internal)
6619         (x-disown-selection-internal):
6620         * mouse.el (generate-fontset-menu):
6621         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6622         * image.el (image-library-alist):
6623         * image-mode.el (image-size, image-refresh):
6624         * image-dired.el (clear-image-cache):
6625         * gs.el (x-display-mm-width, x-display-pixel-width)
6626         (x-display-mm-height, x-display-pixel-height)
6627         (x-change-window-property, x-display-grayscale-p, x-window-property):
6628         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6629         (x-focus-frame, x-list-fonts, x-display-screens)
6630         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6631         (x-display-mm-width, x-display-backing-store, x-display-save-under)
6632         (x-display-planes, x-display-color-cells, x-display-visual-class):
6633         * faces.el (internal-face-x-get-resource)
6634         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6635         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6636         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6637         (x-parse-geometry, x-create-frame, x-setup-function-keys)
6638         (tool-bar-setup):
6639         * doc-view.el (clear-image-cache, image-size, tooltip-show):
6640         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6641         * dframe.el (x-display-pixel-width, x-display-pixel-height):
6642         * descr-text.el (internal-char-font):
6643         Define for compiler, for builds without X.
6645 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6647         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6649 2008-06-11  Glenn Morris  <rgm@gnu.org>
6651         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6652         before trying to move there.
6653         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6654         is non-nil, indent most terminating statements like loop body.
6656         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6657         Gregorian date, and add it, not the local date, to diary-entries-list.
6658         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6660 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6662         * progmodes/compile.el (compilation-filter): Fix up last change.
6664         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6666         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6667         (gpm-mouse-mode): Make it into a proper global minor mode.
6669         * files.el (save-some-buffers-action-alist): Only use recursive-edit
6670         if the user enabled recursive-minibuffers.
6672         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6673         Add support for scroll-other-window.
6675 2008-06-11  Jason Rumney  <jasonr@gnu.org>
6677         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6678         Use tmm-menubar if menu is disabled in this frame.
6680         * menu-bar.el (menu-bar-open): Determine how to open menu bar
6681         from frame type, per documentation.  Add w32 case.
6683 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * minibuffer.el (completion--merge-suffix): New function.
6686         (completion-basic-try-completion): Use it.
6687         (completion-pcm--find-all-completions): Add argument `filter'.
6688         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6689         New functions.
6690         (completion-pcm-try-completion): Use them.
6692         * xt-mouse.el (turn-on-xterm-mouse-tracking)
6693         (turn-off-xterm-mouse-tracking): Use terminal-list.
6695         * cus-start.el (underline-minimum-offset): Rename from
6696         x-underline-minimum-display-offset.
6698 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
6700         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6702 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
6704         * mouse.el (mouse-select-font): New function.
6706         * faces.el (face-spec-recalc): When the face is set using
6707         Customize, avoid recalculating it twice.
6709         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
6710         Font" menu item to it.  Apply selected font to all frames, and
6711         make it savable.
6712         (menu-bar-options-save): Save `default' font if changed.
6714 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6716         * ffap.el (ffap-string-at-point-mode-alist):
6717         Use alpha rather than lower.
6719         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6721         * subr.el (momentary-string-display): Use an overlay.
6723         * progmodes/compile.el (compilation-mode):
6724         Set window-point-insertion-type.
6725         (compilation-filter): Don't use insert-before-markers any more.
6726         * emacs-lisp/trace.el (trace-make-advice):
6727         Set window-point-insertion-type in the trace buffer.
6728         * startup.el (normal-top-level): Set window-point-insertion-type in
6729         *Messages*.
6730         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6731         (telnet-filter): Don't use insert-before-markers any more.
6732         * comint.el (comint-mode): Set window-point-insertion-type.
6733         (comint-output-filter): Don't use insert-before-markers any more.
6734         * button.el (make-text-button): Allow `start' to be a string.
6736 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
6738         * emacs-lisp/autoload.el (autoload-rubric):
6739         Fix coding cookie not to force Unix EOL.
6741 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
6743         * window.el (window--splittable-p, window--try-to-split-window):
6744         Don't use with-selected-window to avoid messing up get-lru-window.
6745         Reported by David Hansen <david.hansen@gmx.net>.
6747 2008-06-10  Glenn Morris  <rgm@gnu.org>
6749         * subr.el (locate-library): Doc fix.
6751         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6752         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6753         Check tool-bar-map is bound, for non-X builds.
6755         * net/newsticker-reader.el (newsticker--next-item-image)
6756         (newsticker--previous-item-image, newsticker--previous-feed-image)
6757         (newsticker--next-feed-image, newsticker--mark-read-image)
6758         (ewsticker--mark-immortal-image, newsticker--narrow-image)
6759         (newsticker--get-all-image, newsticker--update-image)
6760         (newsticker--browse-image): Check xpm images are available.
6761         (newsticker--mark-read-image, newsticker--mark-immortal-image)
6762         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6764         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6765         (newsticker--plainview-tool-bar-map, newsticker-mode):
6766         Check tool-bar-map is bound, for non-X builds.
6767         (w3m-toggle-inline-image): Declare.
6769         * net/newsticker-backend.el (tool-bar-map): Don't declare.
6771         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6773         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6774         (finder-compile-keywords): Move let to where needed.
6775         (finder-mouse-face-on-line): Go back one more line if needed.
6776         (finder-list-matches): Use cadr.
6777         (finder-goto-xref): New function.
6778         (finder-commentary): Add buttons to jump to foo.el libraries.
6780 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * apropos.el (apropos-function, apropos-macro, apropos-command)
6783         (apropos-variable, apropos-face, apropos-group, apropos-widget)
6784         (apropos-plist): Add apropos-short-label property.
6785         (apropos-multi-type): New variables.
6786         (apropos-command, apropos-value): Set it.
6787         (apropos-compact-layout): New custom.
6788         (apropos-print, apropos-print-doc): Use it.
6789         (apropos-print): Truncate lines.
6791 2008-06-09  Kenichi Handa  <handa@m17n.org>
6793         * international/fontset.el (font-encoding-alist):
6794         Add an entry for "ascii-0".
6796 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
6798         * language/hanja-util.el (hanja-init-load): Show the message only
6799         when loading a table.
6801 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6803         * net/newsticker-treeview.el (newsticker-treeview):
6804         * net/newsticker-plainview.el (newsticker-plainview):
6805         Add autoload cookie.
6807 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6809         * net/newsticker.el: Split up into newsticker-backend, -ticker,
6810         -reader, -plainview, and -treeview.
6811         (newsticker-version): Change to 1.99.
6813         * net/newsticker-backend.el: New.  Move backend functionality from
6814         newsticker.el to newsticker-backend.el.
6815         (newsticker--download-logos): New.
6816         (newsticker--sentinel-callback): New.
6817         (newsticker--set-customvar): Remove.  Split up into specific
6818         functions related to retrieval, ticker, buffer, and display.
6819         (newsticker--set-customvar-retrieval): New.  Extracted from
6820         `newsticker--set-customvar'.
6821         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
6822         (newsticker-url-list-defaults):
6823         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6824         (newsticker-url-list): Doc changed.  URL can be a function.
6825         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6826         (newsticker-retrieval-method): New.
6827         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6828         (newsticker-retrieval-interval):
6829         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6830         (newsticker-desc-comp-max): Change :group.
6831         (newsticker--cache): Doc changed.
6832         (newsticker--guid-to-string): New.
6833         (newsticker--guid): Use `newsticker--guid-to-string'.
6834         (newsticker--real-feed-name): New.
6835         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
6836         (newsticker-start): Use `insert-file-contents' for reading cache.
6837         Use `newsticker--start-feed'.
6838         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
6839         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6840         Use `newsticker--stop-feed'.
6841         (newsticker-save-item): New.
6842         (newsticker--get-news-by-funcall): New.
6843         (newsticker-get-news): Handle new retrieval methods.
6844         (newsticker--sentinel): Use `newsticker--sentinel-work'.
6845         (newsticker--sentinel-work): New.  Extracted from
6846         `newsticker--sentinel'.  Use `newsticker--download-logos',
6847         `newsticker--sentinel-callback'.
6848         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6849         (newsticker--parse-atom-1.0): Fix link determination.
6850         (newsticker--parse-rss-0.91): Fix time determination.
6851         (newsticker--parse-rss-0.92): Fix time determination.
6852         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6853         (newsticker--parse-generic-feed): New arg order in
6854         `newsticker--cache-add'.
6855         (newsticker--parse-generic-items): Fix for multiple items.
6856         New arg order in `newsticker--cache-add'.
6857         (newsticker--forget-preformatted): Check whether
6858         `newsticker--buffer-set-uptodate' is fbound.
6859         (newsticker--decode-iso8601-date): Handle fractions of seconds.
6860         (newsticker--decode-rfc822-date): Partial timezone handling.
6861         (newsticker--cache-contains): Fix guid problem.
6862         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
6863         (newsticker--cache-save): New.
6864         (newsticker--cache-update): Use temp buffer.
6865         (newsticker--stat-num-items): Allow multiple AGE args.
6866         (newsticker--stat-num-items-total): New.
6867         (newsticker--opml-import-outlines): New.
6868         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6869         (newsticker--do-run-auto-mark-filter): Doc changed.
6870         (newsticker-retrieve-random-message): New.
6872         * net/newsticker-ticker.el: New.  Move ticker functionality from
6873         net/newsticker.el to net/newsticker-ticker.el.
6874         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6875         `newsticker--ticker-timer'.
6876         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6877         to `newsticker--ticker-timer'.
6878         (newsticker--set-customvar-ticker): New.  Extracted from
6879         `newsticker--set-customvar'.
6880         (newsticker-ticker-interval): Rename `newsticker-display-interval'
6881         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
6882         for :set.  Change :group.
6883         (newsticker-scroll-smoothly): Doc changed.  Change :group.
6884         (newsticker-hide-immortal-items-in-echo-area)
6885         (newsticker-hide-old-items-in-echo-area)
6886         (newsticker-hide-obsolete-items-in-echo-area):
6887         Use `newsticker--set-customvar-ticker for :set.  Change :group.
6888         (newsticker-start-ticker): Rename `newsticker--display-timer' to
6889         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
6890         to `newsticker-ticker-interval'.
6891         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6892         `newsticker--ticker-timer'.
6894         * net/newsticker-reader.el: New.  Move reader functionality from
6895         net/newsticker.el to net/newsticker-reader.el.
6896         (newsticker--set-customvar-formatting): New.  Extracted from
6897         `newsticker--set-customvar'.
6898         (newsticker-reader, newsticker-frontend): New.
6899         (newsticker-enable-logo-manipulations): Change :group.
6900         (newsticker-justification): Use `newsticker--set-customvar-formatting'
6901         for :set.  Change :group.
6902         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6903         for :set.  Change :group.
6904         (newsticker-html-renderer): Doc changed.
6905         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6906         (newsticker-date-format):
6907         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6908         (newsticker--insert-enclosure):
6909         Rename `newsticker--buffer-insert-enclosure' to
6910         `newsticker--insert-enclosure'.  Add keymap arg.
6911         (newsticker--print-extra-elements):
6912         Rename `newsticker--buffer-print-extra-elements' to
6913         `newsticker--print-extra-elements'.  Add keymap arg.
6914         (newsticker--do-print-extra-element):
6915         Rename `newsticker--buffer-do-print-extra-element' to
6916         `newsticker--do-print-extra-element'.  Add keymap arg.
6917         (newsticker-show-news): Use `newsticker-frontend'.
6919         * net/newsticker-plainview.el: New.  Move plainview functionality
6920         from net/newsticker.el to net/newsticker-reader.el.
6921         (newsticker-plainview): New.
6922         (newsticker--set-customvar-sorting): New.  Extracted from
6923         `newsticker--set-customvar'.
6924         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6925         for :set.  Changed :group.
6926         (newsticker-heading-format, newsticker-item-format)
6927         (newsticker-desc-format, newsticker-statistics-format):
6928         Use `newsticker--set-customvar-formatting for :set.  Change :group.
6929         (newsticker-faces): Change :group.
6930         (newsticker-default-face): Enable again.
6931         (newsticker-hide-old-items-in-newsticker-buffer)
6932         (newsticker-show-descriptions-of-new-items):
6933         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
6934         (newsticker-show-all-news-elements): Change :group.
6935         (newsticker-plainview-hooks): New.
6936         (newsticker-select-item-hook, newsticker-select-feed-hook)
6937         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6938         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6939         to `newsticker--plainview-tool-bar-map'.
6940         (newsticker--url-keymap): Add mouse-1 binding.
6941         (newsticker-plainview): New.
6942         (newsticker-mark-all-items-of-feed-as-read): Change doc.
6943         (newsticker--buffer-do-insert-text): Use renamed
6944         newsticker--[buffer-]insert-enclosure and
6945         newsticker--[buffer-]print-extra-elements.
6946         (newsticker--buffer-set-faces): Use newsticker-default-face.
6948         * net/newsticker-treeview.el: New.
6950 2008-06-08  Andreas Schwab  <schwab@suse.de>
6952         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6954         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6956         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6957         empty line.
6959         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6961 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
6963         * window.el (split-height-threshold, split-width-threshold):
6964         Add choice nil.
6965         (split-window-preferred-function): Allow either nil or a function.
6966         (window--splittable-p, window--try-to-split-window):
6967         Handle changed option values.
6969         (window--frame-usable-p): Handle nil argument.
6971         (display-buffer): Call get-lru-window when pop-up-windows is nil
6972         and window can't be split.
6974 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6976         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6978         * net/tramp.el (top): Quote feature names.  Remove
6979         `tramp-rfn-eshadow-setup-minibuffer' from
6980         `rfn-eshadow-setup-minibuffer-hook' when unloading.
6981         (tramp-read-passwd): There is only one call to
6982         `auth-source-user-or-password' needed.  Pacify byte compiler.
6984 2008-06-08  Andreas Schwab  <schwab@suse.de>
6986         * window.el (display-buffer): Use lru window if current window
6987         cannot be split.
6989 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * apropos.el (apropos-library): New command and new button.
6992         (apropos-library-button): New function.
6994         * apropos.el: Remove spurious * in docstrings.
6995         (apropos-label-face): Use variable pitch.
6996         (apropos-print): Use dolist and with-current-buffer.
6997         (apropos-print-doc): Use when.
6999         * window.el (special-display-p, display-buffer):
7000         Fix up C->Elisp transcription error.
7002 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7004         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7005         (byte-compile-file): Initialize it.
7006         (byte-compile-nogroup-warn): Keep track of the current group.
7008 2008-06-08  Glenn Morris  <rgm@gnu.org>
7010         * Makefile.in (compile, compile-always, bootstrap-prepare):
7011         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7013 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
7015         * language/hanja-util.el (hanja-init-load): Use a char-table for
7016         hanja-table.
7017         (hangul-to-hanja-char): Adjust for the above change.
7019 2008-06-07  Glenn Morris  <rgm@gnu.org>
7021         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7022         lm-keywords.
7024         * mail/sendmail.el (mail-interactive): Add :version.
7026         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7027         obsolete alias.
7029         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7030         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7031         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7032         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7033         * eshell/esh-util.el, international/mule-cmds.el:
7034         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7035         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7036         Remove unnecessary eval-when-compiles and eval-and-compiles.
7038         * Makefile.in (bootstrap-clean): Run autogen-clean.
7039         (maintainer-clean): No need to run autogen-clean now it is included in
7040         bootstrap-clean.
7042 2008-06-06  Miles Bader  <miles@gnu.org>
7044         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7046 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
7048         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7049         longlines mode.
7051         * replace.el (replace-search-function)
7052         (replace-re-search-function): New vars.
7053         (perform-replace): Use them.
7055         * longlines.el (longlines-re-search-forward): New function.
7056         (longlines-mode): Bind replace-search-function and
7057         replace-re-search-function, to ensure that replacement commands
7058         treat newlines as spaces.
7059         (longlines-show-effect): Default to a pilcrow sign.
7061 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7063         * help.el (function-called-at-point):
7064         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7065         even when calling find-tag-default.
7067 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
7069         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7070         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7071         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7072         (nxml-fontify-buffer, nxml-do-fontify):
7073         Remove obsolete variables and functions.
7074         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7075         (nxml-degrade, nxml-after-change, nxml-after-change1)
7076         (nxml-extend-region, nxml-extend-after-change-region)
7077         (nxml-extend-after-change-region1, nxml-fontify-matcher)
7078         (nxml-toggle-char-ref-extra-display): Use font-lock, and
7079         font-lock-extend-region-functions in particular, to fontify
7080         nxml-mode buffers.
7081         (nxml-debug-region): New debugging helper function.
7083         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7084         (nxml-scan-after-change, nxml-move-tag-backwards):
7085         Adapt for font-lock changes.
7087         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7088         (nxml-debug-set-inside, nxml-debug-clear-inside):
7089         New debugging functions.
7090         (nxml-with-degradation-on-error): New helper macro.
7092 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
7094         * window.el (display-buffer): Remove dead call to get-lru-window.
7096 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7098         * mail/sendmail.el (mail-interactive): Change default.
7100 2008-06-05  John Paul Wallington  <jpw@pobox.com>
7102         * bindings.el (completion-ignored-extensions):
7103         Add .p64fsl, .d64fsl, and .dx64fsl.
7105 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7107         * ffap.el (ffap-prompter): Don't use the region.
7109 2008-06-05  Sam Steingold  <sds@gnu.org>
7111         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7112         subdirectory to be registered.
7114 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
7116         * window.el (display-buffer-function, special-display-p)
7117         (special-display-buffer-names, special-display-regexps)
7118         (special-display-function, same-window-p, same-window-buffer-names)
7119         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7120         (pop-up-frame-function, pop-up-windows, even-window-heights)
7121         (split-window-preferred-function, split-height-threshold)
7122         (window--display-buffer-1, display-buffer, pop-to-buffer):
7123         Move from window.c and buffer.c.
7124         (window--splittable-p, window--try-to-split-window)
7125         (window--frame-usable-p, window--display-buffer-2)
7126         (window--even-window-heights): New functions.
7127         (split-width-threshold): New option.
7128         (split-window-preferred-horizontally): Remove.
7130         * cus-start.el: Remove corresponding declarations.
7132 2008-06-05  Sam Steingold  <sds@gnu.org>
7134         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7135         an error on modified buffers.
7137 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7139         * progmodes/etags.el (tags-verify-table): Be careful to use and update
7140         tags-file-name and tags-table-list from the right buffer.
7141         (tags-table-check-computed-list, tags-table-extend-computed-list)
7142         (find-tag-noselect): Use with-current-buffer.
7144         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7145         Use print-circle.
7147         * minibuffer.el (minibuffer-local-must-match-filename-map):
7148         Declare obsolete alias for the old name.
7150         * abbrev.el (unexpand-abbrev): Better preserve markers.
7152 2008-06-05  Glenn Morris  <rgm@gnu.org>
7154         * emacs-lisp/autoload.el (autoload-rubric): New function,
7155         extracted from autoload-ensure-default-file.
7156         (autoload-ensure-default-file): Use autoload-rubric.
7158         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7159         (custom-dependencies-no-scan-regexp): New variable.
7160         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7161         Don't scan files matching custom-dependencies-no-scan-regexp.
7162         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
7164         * finder.el (finder-headmark): Initialize and add doc string.
7165         (generated-finder-keywords-file): Doc fix.
7166         (finder-no-scan-regexp): New variable.
7167         (finder-compile-keywords): Use a single let binding.
7168         Disable undo in the output buffer.  Use autoload-rubric.
7169         Use mapc rather than mapcar.  Don't scan files matching
7170         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
7171         rather than concat.  Use directory-files to do regexp matching.
7172         No need to require jka-compr.
7173         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
7174         (finder-list-matches): Disable undo.
7175         (finder-commentary): Use let rather than let*.  Disable undo.
7176         (finder-current-item): Use zerop.
7177         (finder-mode): Use define-derived-mode.
7178         (finder-exit): Doc fix.  Use dolist.
7180         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7181         (custom-deps): Don't require $(lisp)/cus-load.el.
7182         (custom-deps, finder-data): Don't depend on autoloads.
7183         Should not be needed now, and doing so was causing make install to
7184         re-dump emacs post-bootstrap.
7185         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7186         mid-build forces some things to be rebuilt.
7188 2008-06-05  Miles Bader  <miles@gnu.org>
7190         * face-remap.el
7191         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7192         (face-remap-remove-relative): Renamed from
7193         `remove-relative-face-remapping'.
7194         (face-remap-reset-base): Renamed from
7195         `set-default-base-face-remapping'.
7196         (face-remap-set-base): Renamed from `set-base-face-remapping'.
7197         (text-scale-increase): Renamed from `increase-buffer-face-height'.
7198         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7199         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7201         * face-remap.el (variable-pitch-mode): Autoload.
7203 2008-06-04  Sam Steingold  <sds@gnu.org>
7205         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7206         Generate extra status headers for a Mercurial tree.
7208 2008-06-04  John Paul Wallington  <jpw@pobox.com>
7210         * echistory.el (electric-history-map): Define within defvar.
7211         Add docstring.
7213         * font-lock.el (font-lock-turn-off-thing-lock)
7214         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7215         Use `bound-and-true-p'.
7216         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7217         Doc fixes.
7219         * international/ccl.el (define-ccl-program): Add `doc-string'
7220         declaration.
7222 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
7224         * face-remap.el (variable-pitch-mode): Reflow docstrings.
7225         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7227 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
7229         * emacs-lisp/rx.el (rx): Doc fix.
7231 2008-06-04  Markus Triska  <markus.triska@gmx.at>
7233         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7235 2008-06-04  Miles Bader  <miles@gnu.org>
7237         * face-remap.el (adjust-buffer-face-height): New function.
7238         Add autoloaded keybindings in ctl-x-map.
7239         (increase-buffer-face-height, decrease-buffer-face-height):
7240         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
7242 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
7244         * simple.el (line-move-1): If we did not move as far as desired,
7245         ensure that point-left and point-entered hooks are called.
7247 2008-06-03  Sam Steingold  <sds@gnu.org>
7249         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7251 2008-06-03  John Paul Wallington  <jpw@pobox.com>
7253         * progmodes/make-mode.el (makefile-cleanup-continuations)
7254         (makefile-warn-suspicious-lines, makefile-warn-continuations):
7255         Use `derived-mode-p'.
7257 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7259         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7260         (ELCFILES): Update.
7262 2008-06-03  Miles Bader  <miles@gnu.org>
7264         * face-remap.el: New file.
7265         * Makefile.in (ELCFILES): Add face-remap.elc.
7267 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7269         * progmodes/flymake.el (flymake-process-filter): Make sure the source
7270         buffer isn't dead.
7272         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7273         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7274         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7275         * obsolete/auto-show.el, obsolete/hscroll.el:
7276         Remove packages that were obsolete in Emacs-20, or that were obsolete
7277         in Emacs-21 and do not contain any more code.
7279         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7280         vc-client-mode is not set.
7282         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7283         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7285         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7286         yet a bit more clever at distinguishing / from /.
7288 2008-06-03  Kenichi Handa  <handa@m17n.org>
7290         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7292 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
7294         * language/hanja-util.el: New file.
7296 2008-06-03  Glenn Morris  <rgm@gnu.org>
7298         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7299         Check that end-of-word follows "type".
7301 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
7303         * epa-file.el (epa-file-write-region): Write the entire buffer
7304         content if START is nil.
7306 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
7308         * select.el (x-get-selection): Fix typo.
7310 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
7312         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
7313         (describe-char): Use `looking-at-p', `string-match-p' when possible.
7315 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * tar-mode.el (tar-header-block-summarize): Ensure one space around
7318         user&group.
7320 2008-05-31  John Paul Wallington  <jpw@pobox.com>
7322         * help-fns.el (describe-variable-custom-version-info):
7323         Handle dotted `package-version' info.
7325 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
7327         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
7329 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
7331         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7332         names and improve support for unregistered files.
7334 2008-05-31  Glenn Morris  <rgm@gnu.org>
7336         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7337         Remove shell variable `elc'.  Split tests to hopefully be more portable.
7338         Fix `sel' assignment.
7340 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
7342         * minibuffer.el (completion-table-dynamic): Doc fix.
7344 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7346         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7347         Try and return `unregistered' when applicable.
7349         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7350         Don't encourage naming variables with "-flag".
7352 2008-05-30  Glenn Morris  <rgm@gnu.org>
7354         * Makefile.in (update-elclist): Hide the warning when it does not apply,
7355         make it milder when it does.
7356         (autogen-clean): New target.
7357         (maintainer-clean): Use autogen-clean.
7359         * calendar/diary-lib.el (diary-display-function): New name for
7360         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
7361         Change custom type and version.
7362         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7363         (diary-fancy-display): Doc fixes.
7364         (diary-list-entries, diary-include-other-diary-files)
7365         (diary-mail-entries):
7366         Use diary-display-function rather than diary-display-hook.
7368         * calendar/appt.el (appt-check): Use diary-display-function rather than
7369         diary-display-hook.
7370         * calendar/cal-x.el (calendar-dedicate-diary): Update for
7371         diary-display-function replacing diary-display-hook.
7372         * org/org-agenda.el (org-get-entries-from-diary): Also set
7373         diary-display-function.
7375         * calendar/cal-html.el (cal-html-list-diary-entries):
7376         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7377         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7378         argument of diary-list-entries rather than setting diary-display-hook.
7380 2008-05-30  Kenichi Handa  <handa@m17n.org>
7382         * international/mule-conf.el (utf-8-with-signature): Renamed from
7383         utf-8-sig.
7384         (utf-8-auto): Adjusted for the above change.
7386         * international/mule-diag.el (describe-font): Don't check fontset
7387         here, and just call font-info.  Get the default font by from the
7388         default face.
7390 2008-05-29  Kenichi Handa  <handa@m17n.org>
7392         * international/mule-conf.el (utf-8-sig, utf-8-auto):
7393         New coding systems.
7395         * international/mule.el (define-coding-system): Accept :bom for utf-8.
7397 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
7399         * international/utf-7.el (utf-7-encode): Use the right escape char
7400         depending on imap/nonimap encoding.
7402 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7404         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7406 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
7408         * icomplete.el (icomplete-prospects-height): Add :group.
7410 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * icomplete.el (icomplete-prospects-length): Make obsolete.
7413         (icomplete-prospects-height): New var.
7414         (icomplete-completions): Use it.
7416 2008-05-29  David Kastrup  <dak@gnu.org>
7418         * autoinsert.el (auto-insert): Add :link.
7420 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * tar-mode.el (tar-header): New field `header-start'.
7423         (tar-header-block-tokenize): Set it when useful.
7424         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7425         (tar-header-data-end): New function.
7426         (tar-summarize-buffer): Use it.
7427         (tar-next-line): Fix goal column for long usernames.
7428         (tar-expunge-internal): Use header-start.
7429         (tar-rename-entry): Handle ustar-style long names.
7430         (tar-alter-one-field): Add optional `descriptor' argument.
7431         (tar-subfile-save-buffer): Use it.
7433 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7435         * tar-mode.el (tar-header): New field `header-start'.
7436         (tar-header-block-tokenize): Set header-start for longlink entries.
7437         (tar-expunge-internal): Use header-start to expunge longlink entries.
7439         * files.el (hack-local-variables): Don't signal an error if the local
7440         variable section is not properly terminated.
7442         * emacs-lisp/easymenu.el (easy-menu-convert-item)
7443         (easy-menu-convert-item-1): Move the duplicate-generation outside of
7444         the caching so it also works for identical entries.
7446         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7447         (tar-mode): Use write-region-annotate-functions rather than
7448         write-contents-functions.
7449         (tar-extract): Remove unused var `pos'.
7450         (tar-subfile-save-buffer): Remove unused var `following-descs'.
7451         (tar-mode-write-file): Remove.
7452         (tar-write-region-annotate): New function.
7454         * progmodes/flymake.el (flymake-save-buffer-in-file):
7455         * shadowfile.el (shadow-copy-file):
7456         * arc-mode.el (archive-*-write-file-member):
7457         * files.el (diff-buffer-with-file):
7458         * subr.el (with-temp-file): Pass nil to write-region.
7459         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7461         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7462         the custom.
7464         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7465         to write-region.
7467 2008-05-28  Glenn Morris  <rgm@gnu.org>
7469         * Makefile.in (update-elclist): Work around non-portability of "\"
7470         in various implementations of echo.
7472 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * international/mule-diag.el (describe-current-coding-system):
7475         Don't assume selection-coding-system is always defined.
7477         * tar-mode.el: Use defstruct and markers.
7478         (tar-setf): Remove.
7479         (tar-header): Use defstruct.  Add `data-start' field.
7480         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7481         (tar-desc-data-start): Remove (now called tar-header-data-start).
7482         (tar-roundup-512): New fun.
7483         (tar-header-block-tokenize): Receive a buffer position rather than
7484         a string.  Handle @longLink here, be more careful about it.
7485         Create a marker for data-start.
7486         (tar-summarize-buffer): Don't handle @LongLink here any more.
7487         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7488         data-start on the following entries any more.
7489         (tar-chown-entry, tar-chgrp-entry): Use read-number.
7491         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7492         (tar-header-offset): Remove.
7493         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7494         Not permanent any more.
7495         (tar-data-buffer): New var.
7496         (tar-data-swapped-p, tar-change-major-mode-hook)
7497         (tar-mode-kill-buffer-hook): New funs.
7498         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7499         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7500         (tar-clear-modification-flags, tar-alter-one-field)
7501         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7502         Change accordingly.
7504 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7506         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7507         (vc-dir-resynch-file): ... this.  Update callers.
7508         Use vc-string-prefix-p.  Ignore directory args.
7509         (vc-string-prefix-p): CSE.
7510         (vc-resynch-buffer): Restore conditional.
7512         * vc-hooks.el (vc-after-save): Improve test.
7513         (vc-mode-line): Fix indentation.
7515 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7517         * calendar/parse-time.el (parse-time-months)
7518         (parse-time-weekdays): Add long-form month and day names.
7520 2008-05-27  Glenn Morris  <rgm@gnu.org>
7522         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7524 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7526         * vc-dispatcher.el (vc-string-prefix-p): New function.
7527         (vc-dir-parent-marked-p): Use it.
7529 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7531         * vc.el (Problems): Remove fixed issues.
7532         (vc-expand-dirs): Avoid returning directories.
7533         (vc-dir): Fix C-x v v binding.
7534         (vc-make-backend-object): Fix name.
7535         (vc-dir-show-fileentry): Fix docstring.
7536         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
7537         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
7538         Reset the state for directories.
7539         (vc-dir-headers): Align labels.
7540         (vc-default-status-printer): Do no call prettify-state-info.
7541         (vc-deduce-fileset): Replace implementation with one based on a
7542         working older version.
7543         (vc-next-action): Use the new form of vc-deduce-fileset.
7544         Fix dealing with unregistered files.
7546         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7547         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7548         (vc-dir-child-files): New function.
7549         (vc-dir-node-directory): New function.
7550         (vc-dir-update, vc-dir-parent-marked-p)
7551         (vc-dir-children-marked-p, vc-dir-mark-all-files)
7552         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7554         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7556 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7558         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7559         (diff-font-lock-keywords, diff-context->unified)
7560         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7561         (diff-hunk-text, diff-find-source-location): Use it.
7562         (diff-post-command-hook): Let the user edit the hunk headers.
7564 2008-05-26  Andreas Schwab  <schwab@suse.de>
7566         * vc.el (vc-default-prettify-state-info): Fix formatting of an
7567         unknown state.
7569         * tar-mode.el (tar-summarize-buffer): Comment fix.
7571 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7573         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7575 2008-05-26  Glenn Morris  <rgm@gnu.org>
7577         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7579 2008-05-25  John Paul Wallington  <jpw@pobox.com>
7581         * proced.el (proced-next-line, proced-previous-line):
7582         Avoid calling `next-line' and `previous-line' from Lisp code.
7584 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
7586         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7587         Use diary-ordinal-suffix.
7589 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
7591         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7592         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7593         (edebug-save-displayed-buffer-points, edebug-initial-mode)
7594         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7595         (edebug-print-length, edebug-print-level, edebug-print-circle)
7596         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7597         (edebug-global-break-condition, edebug-sit-for-seconds):
7598         Remove spurious * from defcustom docstrings.
7599         (edebug-unwrap*, edebug-signal, edebug-eval-display):
7600         Improve argument/docstring consistency.
7601         (edebug-test-coverage, edebug-gensym, edebug-read)
7602         (edebug-top-level-nonstop, edebug-eval-result-list)
7603         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7604         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7605         (edebug-display-freq-count): Reflow docstrings.
7606         (edebug-restore-status): Doc fix.
7608 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7610         * proced.el (proced-header-line): Use the :align-to 0 feature
7611         rather than computing the corresponding position manually.
7612         (proced-update): Don't hardcode point-min==1.
7614 2008-05-24  Alan Mackenzie  <acm@muc.de>
7616         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7617         if c-file-style is set to a non-string.
7619         (c-neutralize-CPP-line): Surround by `save-excursion'.
7620         (c-neutralize-syntax-in-CPP): Optimize for speed.
7622 2008-05-24  Glenn Morris  <rgm@gnu.org>
7624         * Makefile.in (update-elclist): New target, to update ELCFILES.
7625         (bootstrap-after): Run update-elclist.
7627 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
7629         * icalendar.el (icalendar-version): Increase to "0.19".
7630         (icalendar--date-style): New function.
7631         (icalendar--datetime-to-diary-date): Doc fix.
7632         Use icalendar--date-style.
7633         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
7634         (icalendar--convert-yearly-to-ical)
7635         (icalendar--convert-recurring-to-diary): Handle iso date style,
7636         use icalendar-date-style.
7638 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
7640         * vc.el (vc-delete-file): Make sure the buffer is deleted and
7641         vc-dir buffers are updated.
7643 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * vc.el (vc-delete-file): Don't try to resynch the buffer.
7647 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
7649         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7650         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7651         (reftex-extra-bindings): Use it.
7653         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7654         away from the user-reserved keys.
7656         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7657         New vars.
7658         (ada-create-keymap): Use them.
7660 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7663         a properly-grouped regexp.
7665 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
7667         * progmodes/cap-words.el (capitalized-words-mode):
7668         Fix typos in docstring.
7670 2008-05-23  Kenichi Handa  <handa@m17n.org>
7672         * international/mule-conf.el: Don't define the charset `emacs'
7673         here, just put :docstring, :short-name, and :long-name.
7675 2008-05-22  Kenichi Handa  <handa@m17n.org>
7677         * international/mule-diag.el (font-show-log): Limit each listing
7678         to 20 items.
7680 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
7682         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7683         (gdb-annotation-rules): New entry for "thread-changed".
7684         (gdb-thread-changed): New function.
7686 2008-05-23  Glenn Morris  <rgm@gnu.org>
7688         * Makefile.in (SOURCES): Remove, unused.
7689         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7690         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7691         Exclude more '*loaddefs' files.
7692         (compile-always): Simplify '.elc' deletion.
7694 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7696         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7697         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7699         * minibuffer.el (completion-boundaries): Change calling
7700         convention, so `string' has the same semantics as in
7701         try-completion and all-completions.
7702         (completion-table-with-context, completion--embedded-envvar-table)
7703         (completion--file-name-table)
7704         (completion-pcm--find-all-completions): Adjust code accordingly.
7706 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
7708         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7709         prune image-mode-winprops-alist, preventing it from growing
7710         indefinitely.
7711         (image-mode-reapply-winprops): Use it.
7713 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
7715         * net/netrc.el (netrc-machine): Always match if the port is not given.
7717 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7719         * minibuffer.el (completion-pcm--find-all-completions):
7720         Don't add pseudo-completions.
7722         * icomplete.el (icomplete-eoinput): Remove.
7723         (icomplete-overlay): New var to replace it.
7724         (icomplete-tidy): Rewrite.
7725         (icomplete-exhibit): Use an overlay.
7726         (icomplete-completions): Use completion-all-sorted-completions.
7727         Obey completion-ignore-case.
7729         * files.el (locate-dominating-file): Accept non-existing argument.
7730         (project-find-settings-file): Rewrite, using locate-dominating-file.
7732 2008-05-22  Kenichi Handa  <handa@m17n.org>
7734         * faces.el (font-weight-table, font-slant-table, font-width-table):
7735         Delete them.  Don't call internal-set-font-style-table.
7737         * international/mule-diag.el (font-show-log): New function.
7739         * international/fontset.el (script-representative-chars): Add more
7740         chars for latin.  Add data for symbol.
7741         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7743 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7745         * minibuffer.el (completion-all-sorted-completions): New var.
7746         (completion--flush-all-sorted-completions)
7747         (completion-all-sorted-completions): New functions.
7748         (minibuffer-force-complete): New command.
7750 2008-05-21  Glenn Morris  <rgm@gnu.org>
7752         * files.el (c-postprocess-file-styles): Declare for compiler.
7754         * Makefile.in: Allow for parallel byte-compiling.
7755         (ELCFILES): New variable.
7756         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
7757         (compile-first, compile-main, compile-last): New targets.
7758         (compile-always): Simplify - delete .elc files, then `make compile'.
7760         * Makefile.in (compile-calc): Use glob rather than find.
7761         ($(lisp)/progmodes/cc-mode.elc): Use $@.
7763         * eshell/esh-module.el: No need for cl when compiling.
7765         * eshell/eshell.el (eshell-defgroup): New alias.
7766         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7767         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7768         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7769         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7770         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7771         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7772         Autoload the custom group.  Set generated-autoload-file.
7773         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7774         for eshell-defgroup.
7775         * eshell/esh-module.el (eshell-load-defgroups): Remove.
7776         Require esh-groups rather than loading it.
7778 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7780         * proced.el (proced-header-line): New variable and new function.
7781         (proced-mode): Set header-line-format.
7782         (proced-update): Set proced-header-line.
7783         (proced-send-signal): Use proced-header-line.
7785 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * macros.el (insert-kbd-macro): Use prin1-char.
7789 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7791         * minibuffer.el (completion-boundaries): New function.
7792         (completion--some): Delay errors.
7793         (complete-with-action, completion-table-with-context):
7794         Handle `boundaries' case.
7795         (completion--try-word-completion): Avoid partial-completion
7796         when the user hasn't entered anything yet.
7797         (minibuffer-local-map, minibuffer-local-filename-completion-map)
7798         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7799         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7800         Setup default keybindings.
7801         (completion--embedded-envvar-re): New var.
7802         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
7803         (completion--file-name-table): Handle `boundaries' case.
7804         (completion-pcm--pattern->regex): Avoid pathological backtracking.
7805         (completion-pcm--all-completions): Add a `prefix' arg.
7806         (completion-pcm--find-all-completions): New function.
7807         (completion-pcm-all-completions, completion-pcm-try-completion):
7808         Use it.
7810         * icomplete.el (icomplete-completions): Don't use `predicate' with
7811         a table of a different type than `candidates'.
7813 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7815         * proced.el (proced-goal-column): Rename from proced-procname-column.
7816         (proced-goal-header-re): Rename from proced-procname-column-regexp.
7817         (proced-move-to-goal-column): Rename from proced-move-to-procname.
7818         (proced-header-face, proced-header-regexp): Remove.
7819         (proced-font-lock-keywords): Remove proced-header-face.
7820         (proced-header-alist, proced-sorting-schemes-re): New variables.
7821         (proced): Rename Proced buffer to *Proced*.
7822         (proced-next-line, proced-previous-line): New commands.
7823         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7824         (proced-hide-processes): Do not treat first line as special.
7825         (proced-header-space): New function.
7826         (proced-update): Use header-line-format.
7827         Initialize proced-header-alist and proced-sorting-schemes-re.
7828         Set proced-goal-column.  Include proced-command in mode-name.
7829         (proced-send-signal): Use header-line-format for *Marked
7830         Processes* buffer.
7831         (proced-sort): Restrict minibuffer completion to applicable
7832         sorting schemes.
7833         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7835 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7837         * icomplete.el (icomplete-simple-completing-p):
7838         Allow icomplete-with-completion-tables to say "use it everywhere".
7839         (icomplete-completions): Obey completion-styles.  Try to accommodate
7840         partial-completion style.
7842 2008-05-20  Michael Olson  <mwolson@gnu.org>
7844         * files.el (project-find-settings-file): Change concat to
7845         expand-file-name.
7847 2008-05-19  Tom Tromey  <tromey@redhat.com>
7849         * files.el (normal-mode): Call hack-project-variables.
7850         (hack-local-variables-confirm): Add 'project' argument.
7851         (hack-local-variables-apply): New function.
7852         (hack-local-variables): Use it.
7853         (project-class-alist, project-directory-alist): New variables.
7854         (project-get-alist): New function.
7855         (project-collect-bindings-from-alist)
7856         (project-collect-binding-list, set-directory-project)
7857         (project-find-settings-file, project-define-from-project-file)
7858         (hack-project-variables): New functions.
7860 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7862         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7864 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
7866         * faces.el (font-weight-table): Fix typo in docstring.
7868 2008-05-18  David Hull  <david@snap.com>  (tiny change)
7870         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7871         (vc-hg-annotate-command): Allow white space before version number.
7873 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7875         * calc/calc-yank.el (calc-register-alist): New variable.
7876         (calc-set-register, calc-get-register, calc-copy-to-register)
7877         (calc-insert-register, calc-add-to-register, calc-append-to-register)
7878         (calc-prepend-to-register): New functions.
7880         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7881         `calc-copy-to-register' and `calc-insert-register'.
7882         Autoload new register functions.
7884         * calc/calc-help.el (calc-r-prefix-help): Add help for register
7885         functions.
7887 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
7889         * vc.el (Todo): Add known problems.
7890         (vc-dir-backend): New variable.
7891         (vc-dir): Set it.
7892         (vc-make-backend-object, vc-generic-status-printer)
7893         (vc-generic-state, vc-generic-status-fileinfo-extra)
7894         (vc-dir-extra-menu): Use it.
7895         (vc-generic-dir-headers): Remove, unused.
7897         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7898         vc-dir-prev-directory for consistency with vc-dir-previous-line.
7899         (vc-dir-mode-map): Fix bindings.
7901         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7903 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7905         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7906         operated on.
7907         (calc-kill-region): Kill entire lines.
7909 2008-05-17  Glenn Morris  <rgm@gnu.org>
7911         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7912         simplify initial value.
7913         (defezimage): Drop support for Emacs without defimage, use a featurep
7914         test rather than fboundp when defining, drop with-no-warnings.
7915         (ezimage-insert-over-text): Move featurep test inside
7916         add-text-properties.
7918         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7920         * net/tramp.el (top-level): Load auth-source when compiling.
7922         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7924 2008-05-17  Andreas Schwab  <schwab@suse.de>
7926         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7928 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
7930         * vc.el (vc-annotate-show-diff-revision-at-line): Change
7931         vc-diff-internal arg to match what vc-deduce-fileset returns now.
7933 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7935         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7937 2008-05-17  Jim Meyering  <meyering@redhat.com>
7939         * ido.el (ido-save-history): Do not emit a trailing newline at the
7940         end of the ido history file.
7942 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7944         * vc-dispatcher.el (top-level): Revert previous change: require cl
7945         when compiling.
7947 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7949         * vc.el (vc-default-status-printer)
7950         (vc-default-prettify-state-info): Enhance the state prettyprinter
7951         to deal better with unknown states and indirect through it when
7952         painting vc-dir buffers.
7954 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7956         * vc-dispatcher.el (top-level): Don't require cl when compiling.
7957         (vc-dir-mode-map): Fix backquote.
7958         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
7960 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
7962         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7963         Reported by Glenn Morris <rgm@gnu.org>.
7965 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7967         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7968         the end of the file, it was good work at one time but has been
7969         stale since 1995 and may now be actively misleading.
7970         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7971         CVS repository and module (assumptions for the latter a bit iffy).
7972         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7973         SVN repository.
7975 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
7977         * vc-rcs.el (vc-rcs-create-tag):
7978         * vc-sccs.el (vc-sccs-create-tag):
7979         Fix typo in error message and pass backend arg.
7981 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
7983         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7985 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7987         * net/tramp.el: Load auth-source library.
7988         (tramp-read-passwd): Use it for password, not login.
7990 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
7992         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7993         (ses-print-cell): Use string-width, truncate-string-to-width,
7994         delete-region rather than length, substring, delete-char.
7995         (ses-setup): Set inhibit-point-motion-hooks to t.
7996         Calculate position by actually moving point rather than just using
7997         unibyte character length.
7998         (ses-mode): Set indent-tabs-mode to nil.
7999         (ses-center): Use string-width rather than length.
8001 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
8003         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8004         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8005         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8006         vc-*-create-tag and vc-*-retrieve-tag respectively.
8008         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8009         unneeded defalias.
8011         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8013         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8014         about buffer names.
8016 2008-05-15  Glenn Morris  <rgm@gnu.org>
8018         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8020         * org/org-exp.el (org-infojs-options-inbuffer-template):
8021         Fix declaration.
8023         * progmodes/cc-mode.el (declare-function): Add compat definition.
8024         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8026 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8028         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8029         list to a cons so the caller can get back both expanded and
8030         unexpanded filesets.
8031         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8032         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8033         Change handling of selection-set returns as required.
8035 2008-05-15  John Paul Wallington  <jpw@pobox.com>
8037         * add-log.el (top-level): Don't require cl when compiling.
8039         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8040         (archive-*-extract): Use `zerop'.
8041         (archive-*-write-file-member): Use `or', use `zerop'.
8043         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8045         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8046         (ibuffer-mark-interactive, ibuffer-set-mark)
8047         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8048         (ibuffer-map-lines, ibuffer-switch-format)
8049         (ibuffer-update-title-and-summary)
8050         (ibuffer-redisplay-engine): Use it.
8052         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8053         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8054         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8055         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8056         (ibuffer-mark-read-only-buffers)
8057         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8059         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8060         (define-ibuffer-column, define-ibuffer-sorter)
8061         (define-ibuffer-op, define-ibuffer-filter): Add declarations
8062         containing indentation specs, replacing equivalent top-level
8063         forms that set `lisp-indent-function' properties.
8064         (define-ibuffer-op): Use `derived-mode-p'.
8065         (define-ibuffer-filter): Remove redundant `concat' call.
8067 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
8069         * net/tramp.el (tramp-echo-mark): Update docstring.
8070         (tramp-echo-mark-marker): New defconst.
8071         (tramp-check-for-regexp): Use it.
8073 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8075         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8076         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8077         as parent.
8079 2008-05-14  John Paul Wallington  <jpw@pobox.com>
8081         * international/mule.el (convert-define-charset-argument):
8082         Remove period from end of error message.
8083         (coding-system-mnemonic): Doc fix.
8084         (ctext-pre-write-conversion): Doc fix.
8086 2008-05-14  Simon Marshall  <simon@gnu.org>
8088         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8089         from its default value and give it the risky-local-variable
8090         property (CVE-2008-2142).
8092 2008-05-14  Kenichi Handa  <handa@m17n.org>
8094         * language/korean.el ("Korean"): Set `iso639-language'
8095         property to `ko'.
8097         * language/japanese.el ("Japanese"): Set `iso639-language'
8098         property to `ja'.
8100         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8101         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8102         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8104         * international/mule-cmds.el (set-language-environment):
8105         Set current-iso639-language.
8107         * international/fontset.el (setup-default-fontset): For kana, han,
8108         hangul, and cjk-misc, move an entry with font-spec at the end.
8109         (generate-fontset-menu): Exclude fontset-auto* from the list.
8111         * composite.el (compose-chars-after): Assume that WINDOW is always
8112         non-nil.
8114         * faces.el (font-weight-table, font-slant-table)
8115         (font-swidth-table): Declare them by defconst.  Change the format
8116         of elements.  Call internal-set-font-style-table after their
8117         declaration.
8118         (face-valid-attribute-values): Call font-family-list.  Get values
8119         for width, weight, and slant from font-xxx-table.
8121         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8123 2008-05-13  John Paul Wallington  <jpw@pobox.com>
8125         * ibuffer.el (ibuffer-buffer-file-name): New function.
8126         (define-ibuffer-column filename): Use it.
8128         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8130 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8132         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
8133         as a string.
8134         (talk-add-display): Simplify.  Accept only string args.
8136 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
8138         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8140 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8142         * Makefile.in (bootstrap-prepare): Don't chmod files.
8143         (autoloads): Do it here instead, where it's actually needed.
8145 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8147         * tool-bar.el (tool-bar-make-keymap): Account for the optional
8148         KEY-BINDING-DATA field in menu-item list.
8150 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8152         * dired.el (dired-read-dir-and-switches): Move things about to use less
8153         recursion during macroexpansion.
8155         * dired.el (dired-read-dir-and-switches): Use read-file-name.
8157         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8158         completion-ignored-extension directories if there's something else.
8159         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8160         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8161         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8162         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8163         buffer-read-only -> inhibit-read-only.
8165 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
8167         * vc.el (vc-expand-dirs): Stop this function from tossing out
8168         explicitly specified files.
8170 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8172         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8173         to `insert'.
8175 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8177         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8178         cons.  Use vc-annotate-backend.
8179         (with-vc-file, edit-vc-file): Remove unused macros.
8181 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
8183         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8184         (smtpmail-try-auth-methods): Use it.
8186 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8189         (setf (nthcdr ..) ..) doesn't require CL at runtime.
8191 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
8193         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8195 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8197         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8198         (vc-bzr-revision-completion-table): Use process-file.
8199         (vc-bzr-working-revision): Pass relative file names.
8201         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8203 2008-05-11  Juri Linkov  <juri@jurta.org>
8205         * wid-edit.el (widget-image-directory): Change default image data
8206         subdirectory from "custom" to "images/custom".
8208         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8209         before recursive call to `Info-next-preorder' to not add
8210         intermediate nodes to the history.
8212         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8214         * emulation/cua-base.el: Put isearch-scroll property
8215         on cua-scroll-up and cua-scroll-down.
8217 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
8219         * vc-hooks.el (vc-recompute-state): Remove (dead code).
8221 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8223         * vc-dispatcher.el (ewoc): Require.
8224         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8226         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8228 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
8230         * term/w32-win.el (x-colors):
8231         * term/mac-win.el (x-colors):
8232         * term/x-win.el (x-colors): Re-order colors.
8234 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
8236         * smerge-mode.el (smerge-command-prefix): Fix custom type.
8238 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
8240         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8241         New functions implementing motion to next and previous directory.
8243         * vc-arch.el (vc-arch-command):
8244         * vc-bzr.el (vc-bzr-command):
8245         * vc-cvs.el (vc-cvs-command):
8246         * vc-dispatcher.el (vc-do-command):
8247         * vc-git.el (vc-git-command):
8248         * vc-hg.el (vc-hg-command):
8249         * vc-mcvs.el (vc-mvcs-command):
8250         * vc-mtn.el (vc-mtn-command):
8251         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8252         (vc-sccs-workfile-unchanged-p):
8253         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8254         * vc-rcs.el (all methods): Remove assumption about what a nil
8255         argument to vc-do-command means.  This means no buffer name needs
8256         to be hardcoded into the dispatcher layer, and it's better to be
8257         explicit anyway.
8259         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8261 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8263         * vc.el: Update todo.
8265         * vc-sccs.el (vc-sccs-dir-status):
8266         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8267         backends and returning up to date files.
8269         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8271 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8273         * vc.el (vc-dir):
8274         * vc-hooks.el: Tweak the VC directory bindings.  These are now
8275         documented in the manual.
8277         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8278         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8279         (vc-dispatcher-selection-set): Allow callers to pass in an
8280         observer flag that says no buffer sync is required.
8281         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8282         Use the observer flag.
8284 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
8286         * simple.el (start-file-process): Clarify docstring.
8288 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8290         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8291         Remove stub implementations of, and references to, wash-log.
8292         * vc-rcs.el (vc-rcs-comment-history):
8293         * vc-cvs.el (vc-cvs-comment-history):
8294         Inline the code that used to be wash-log.
8296         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8297         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8298         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8299         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8300         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8301         (vc-rcs-print-log): Grok directories.
8303 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8305         * vc.el (vc-mark-resolved): Add `backend' argument.
8306         (vc-next-action): Pass it the backend.
8307         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8308         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8309         (vc-default-comment-history, vc-default-create-snapshot)
8310         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8311         (vc-annotate-revision-previous-to-line)
8312         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8313         * vc-svn.el (vc-svn-checkout):
8314         * vc-mcvs.el (vc-mcvs-checkout):
8315         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8316         (vc-working-revision, vc-before-save, vc-mode-line):
8317         Prefer vc-call-backend to vc-call so as not to recompute the backend.
8319         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8320         state to be consistent since it's often an unwarranted restriction.
8321         Don't return the state either.
8322         (vc-next-action): Check that the state is consistent.
8323         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8324         (vc-rollback, vc-update): Adapt to new return value of
8325         vc-deduce-fileset.
8327         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8328         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8329         (vc-dispatcher-in-fileset-p): New fun.
8330         (vc-dispatcher-selection-set): Use it to properly handle directories.
8332 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
8334         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8335         (vc-update): Remove unused let bindings.
8337 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8339         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8340         (vc-diff, vc-revert, vc-rollback, vc-update):
8341         * vc-dispatcher.el (vc-dispatcher-selection-set):
8342         Get rid of 4 special cases in fileset selection.  This involved
8343         changing the return value of (vc-deduce-fileset) so that it passes
8344         back a deduced state as well as a deduced back end.
8346 2008-05-08  Sam Steingold  <sds@gnu.org>
8348         * progmodes/compile.el (compilation-minor-mode-map)
8349         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8350         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8351         it to `compilation-minor-mode-map' (instead of an explicit `cons').
8353 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8355         * org/org.el (org-modules, org-format-latex-options):
8356         * org/org-archive.el (org-archive-stamp-time)
8357         (org-archive-save-context-info):
8358         * org/org-faces.el (org-hide):
8359         * org/org-irc.el (org-irc-parse-link):
8360         * org/org-macs.el (org-call-with-arg, org-autoload):
8361         * org/org-mew.el (org-mew-store-link):
8362         * org/org-remember.el (org-remember-store-without-prompt)
8363         (org-remember-templates): Fix typos in docstrings.
8365         * org/org-info.el (org-info-store-link): Remove leftover docstring.
8367         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8368         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8369         (org-bbdb-anniv-split): Fix typos in docstrings.
8371         * org/org-publish.el (org-publish-project-alist): Doc fixes.
8372         (org-publish-use-timestamps-flag): Reflow docstring.
8373         (org-publish-files-alist): Fix typos in docstring.
8375 2008-05-07  Sam Steingold  <sds@gnu.org>
8377         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8378         appears to be too aggressive with window removal.
8380 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
8382         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8383         Add leda and 0in as pragma keywords.
8384         (verilog-pretty-expr): Support lining up assignments which include
8385         part selects.
8386         (verilog-mode): More portable check for the availability of
8387         hideshow support.
8388         (verilog-do-indent): Remove special indent for declarations inside
8389         a parenthetical list.  The code is ill-advised, and doesn't work
8390         given the new user defined types.
8391         (verilog-set-auto-endcomments): Enhance function automatic
8392         endcomment to support functions that return user defined types.
8393         (verilog-mode): Add code to tell which-function-mode minor mode
8394         that Verilog supports this feature.
8396 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
8398         * epa-file.el: Require epa-hook.
8400         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8402         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8403         file-names clashes on 8+3 filesystems.  Provide epa-hook.
8405         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8406         file-names clashes on 8+3 filesystems.
8408 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
8410         * org/org.el (org-read-date-get-relative): Interpret lone
8411         weekday abbreviation as relative to today.
8413 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8415         * abbrev.el (define-abbrev-table):
8416         * composite.el (toggle-auto-composition):
8417         * json.el (json-alist-p, json-plist-p):
8418         * minibuffer.el (completion-table-with-predicate):
8419         * ps-mule.el (ps-mule-external-libraries):
8420         * emacs-lisp/advice.el (ad-special-form-p):
8421         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8422         * eshell/em-smart.el (eshell-review-quick-commands):
8423         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8424         (python-skip-out, python-check-comint-prompt):
8425         Don't use `iff' in docstrings.
8427         * international/robin.el (robin-package-alist): Fix typo in docstring.
8428         (robin-current-package-name): Doc fix.
8429         (robin-activate): Don't use `iff' in docstring.
8431 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
8433         * vc.el, vc-dispatcher.el: VC-Dired support removed.
8434         The code uses a ewoc-based implementation now.
8435         * vc-hooks.el: Support for Meta-CVS has been removed.
8437 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8439         * tool-bar.el: Choose images dynamically.
8440         (tool-bar-make-keymap, tool-bar-find-image): New function.
8441         (tool-bar-find-image-cache): New var.
8442         (tool-bar-local-item, tool-bar-local-item-from-menu):
8443         Don't select the image yet, do it later in tool-bar-make-keymap.
8445 2008-05-07  Andreas Schwab  <schwab@suse.de>
8447         * window.el: Require 'cl when compiling.
8449 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
8451         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8453 2008-05-07  Glenn Morris  <rgm@gnu.org>
8455         * subr.el (ignore-errors): Move here from cl-macs.el.
8456         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8458         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8459         oddness.
8461 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
8463         * vc-hooks.el (vc-find-file-hook):
8464         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8465         further from vc.el.
8466         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8468 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
8470         * progmodes/verilog-mode.el (verilog-getopt-file):
8471         Cleanup warning message format.
8472         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8473         (verilog-auto-inout, verilog-auto-inout-module)
8474         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8475         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8476         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8477         (verilog-auto-sense-sigs, verilog-auto-tieoff)
8478         (verilog-auto-unused, verilog-auto-wire)
8479         (verilog-decls-get-assigns, verilog-decls-get-consts)
8480         (verilog-decls-get-gparams, verilog-decls-get-inouts)
8481         (verilog-decls-get-inputs, verilog-decls-get-outputs)
8482         (verilog-decls-get-ports, verilog-decls-get-regs)
8483         (verilog-decls-get-signals, verilog-decls-get-wires)
8484         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8485         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8486         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8487         (verilog-inject-sense, verilog-library-filenames)
8488         (verilog-mode-release-date, verilog-mode-version)
8489         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8490         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8491         (verilog-modi-get-assigns, verilog-modi-get-consts)
8492         (verilog-modi-get-gparams, verilog-modi-get-inouts)
8493         (verilog-modi-get-inputs, verilog-modi-get-outputs)
8494         (verilog-modi-get-ports, verilog-modi-get-regs)
8495         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8496         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8497         (verilog-modi-get-wires, verilog-preserve-cache)
8498         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8499         (verilog-read-sub-decls, verilog-read-sub-decls-line)
8500         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8501         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8502         Add caching of additional state, and rework signal extraction
8503         routines to improve AUTO expansion performance by 300%++.
8505 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
8507         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8508         Tweak Open Watcom regexp to distinguish between errors and warnings.
8510 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * dired.el (dired-read-dir-and-switches): Fix up last change.
8514 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
8516         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8517         out of this function, move it to vc-dispatcher-selection-set.
8519 2008-05-05  Sam Steingold  <sds@gnu.org>
8521         * window.el (delete-other-windows-vertically): New function.
8523 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8525         * dired.el (dired-read-dir-and-switches):
8526         Obey read-file-name-completion-ignore-case.
8528 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
8530         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8531         Add regexp for Open Watcom compiler output.
8533 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
8535         * progmodes/python.el (python-block-pairs): Align finally with except.
8537 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8539         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8541 2008-05-05  Tom Tromey  <tromey@redhat.com>
8543         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8544         looking at conflict marker.
8546 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8548         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8549         client-mode -> vc-client-object, and guess `funcall' was meant.
8550         (vc-dir-mode): Rename client-mode -> vc-client-mode.
8552 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8554         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8555         (dbus-debug): Move declarations outside eval-when-compile.
8557 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8559         * proced.el (proced-command-alist): Fix system-type values.
8560         Fix defcustom.
8561         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8562         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8563         (proced-sort-start, proced-sort, proced-sort-time): New commands.
8564         (proced-update): Use proced-sorting-scheme.  Update modeline.
8565         (proced-send-signal): Use nreverse.
8566         (proced-sorting-scheme-p): New function.
8568 2008-05-04  Andreas Schwab  <schwab@suse.de>
8570         * vc.el: Require dired when compiling.
8572         * minibuffer.el (completion--insert-strings): Don't delete past bol.
8574 2008-05-03  Glenn Morris  <rgm@gnu.org>
8576         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8577         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8578         Simplify compilation requirements.
8579         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8580         declarations.
8582 2008-05-03  Dave Love  <fx@gnu.org>
8584         * progmodes/python.el (python-beginning-of-statement):
8585         Loop at least once (fixes 2008-02-21 change).
8587 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
8589         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8590         instead of `length' for comparing length of user and group names.
8592 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
8594         * vc-dispatcher.el: New file, separates out the UI and command
8595         execution machinery from VCS-specific logic left in vc.el.
8596         The separation is not yet completely clean, but it's a good start.
8597         * vc.el: This file is about 1700 lines shorter now.
8598         Remove obsolete logentry-check from the backend API.
8599         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
8600         implementation of the logentry-check method, and it guarded against
8601         a log length limit that has probably been obsolete for 15 years (!).
8603 2008-05-02  Sam Steingold  <sds@gnu.org>
8605         * progmodes/compile.el (compilation-start): Move setting of
8606         compilation-directory after (funcall mode) as that resets local
8607         variables, this fixes recompile in grep buffers.
8608         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8609         in dired &c).
8611 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8613         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8614         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8615         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8616         has one of these and that all are called in compatible ways.
8617         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8618         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8619         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8620         backend has one of these.
8622 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8624         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8625         initialization into define-abbrev-table.  Use :regexp.
8626         (octave-mode-syntax-table): Don't set word syntax for `.
8628         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8629         than only value.
8631         * dired.el (dired-read-dir-and-switches):
8632         Set minibuffer-completing-file-name and call substitute-in-file-name.
8633         (dired-format-columns-of-files): Use completion--insert-strings.
8635         * minibuffer.el (completion-hilit-commonality): Revert last change:
8636         the leftover code was actually useful.
8637         (completion--insert-strings): Use string-width rather than length.
8639 2008-05-02  Sam Steingold  <sds@gnu.org>
8641         * vc.el (vc-dir-mode-map): Enable mouse bindings.
8642         (vc-at-event): New macro: run the body at the even location.
8643         (vc-dir-menu, vc-dir-toggle-mark): Use it.
8644         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8645         * subr.el (mouse-event-p): Check if the event is mouse-related.
8647 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
8649         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8650         Don't throw error if no file is found.
8652 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8654         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8655         (vc-default-state-heuristic): Doc fix.
8657 2008-05-02  Richard Sharman  <rsharman@pobox.com>
8659         * hilit-chg.el (highlight-changes-mode): Remove references to
8660         hooks that no longer exist.  Because define-minor-mode is used the
8661         hook highlight-changes-mode-hook exists and can do what both the
8662         old hooks used to do.  The documentation at the top of the file
8663         was updated to demonstrate this.
8664         (highlight-changes-mode): Remove commented out call to a hook
8665         function that is no longer there.
8666         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8668 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8670         * vc.el (vc-default-dired-state-info): Change name of primitive
8671         to prettify-state-info, in preparation for ripping out dired mode.
8672         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8673         to prettify-state-info, in preparation for ripping out dired mode.
8674         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8675         tries this on a version-controlled buffer.  It will do useless or
8676         actively bad things on any version control system newer than RCS.
8677         * vc-hooks.el (vc-dired-resynch-file):
8678         * vc.el (vc-dired-resynch-file): Change name of primitive to
8679         vc-directory-resynch-file, preparing to remove dired.
8681 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8683         * vc-rcs.el (vc-rcs-state): Fix typos.
8685         * vc.el (vc-register): Change argument order so that the prefix
8686         argument is assigned correctly.
8687         (vc-next-action, vc-dir-register): Update for the above change.
8689 2008-05-01  Juri Linkov  <juri@jurta.org>
8691         * replace.el (occur-read-primary-args): Set default to the car of
8692         regexp-history and display it in the prompt, but don't add to the
8693         list of minibuffer defaults.  Bind history-add-new-input to nil to
8694         not add automatically `default'.  For empty input return `default'.
8695         Otherwise, add `input' to regexp-history and return it.
8696         (occur-1): Signal an error for the empty regexp.
8698         * progmodes/compile.el (compilation-auto-jump):
8699         Set window point to `pos' explicitly.
8701 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
8703         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8704         when appropriate.
8705         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8706         we report the 'unregistered state reliably.
8707         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8708         we report the 'unregistered state reliably.
8709         * vc-git.el (vc-git-state): Call vc-git-unregistered so
8710         we report the 'unregistered state reliably.
8711         * vc-hooks.el (vc-state): Document that vc-unregistered is
8712         now expected to be returned reliably.
8713         * vc.el (vc-default-dired-state): Change needs-patch state to
8714         needs-update, since the name now shows up in dir-status listings
8715         and was somewhat misleading.
8716         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8717         immediately after removing the file.
8718         * vc.el (vc-next-action): More informative messages when a fileset
8719         is in a mixed state or files are missing.
8721 2008-05-01  Sam Steingold  <sds@gnu.org>
8723         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8725 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8727         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8729 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
8731         * epa-file-hook.el: New file split from epa-file.el.
8732         * epa-file.el: Require 'epa-file-hook.
8733         (epa-file-handler): Add autoload cookie.
8734         * loadup.el: Load epa-file-hook.
8735         * startup.el (command-line): Eval the body of auto-encryption-mode.
8737 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
8739         * vc.el (vc-dir-mode-map): Don't bind "r".
8741         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8742         (vc-hg-status-printer): New function.
8743         (vc-hg-after-dir-status): Deal with copied and renamed files.
8744         (vc-hg-dir-status): Add flag to show copied files.
8746 2008-05-01  John Paul Wallington  <jpw@pobox.com>
8748         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8749         (ibuffer-do-sort-by-recency): Reverse sorting order if last
8750         sorting mode was recency.
8752         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8753         reverse sorting order if last sorting mode was the sorter's.
8755 2008-05-01  Jason Rumney  <jasonr@gnu.org>
8757         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8759 2008-04-30  John Paul Wallington  <jpw@pobox.com>
8761         * ibuffer.el (define-ibuffer-column filename): When the major mode
8762         is `vc-dir-mode' show the buffer's default directory.
8764         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8765         major mode is `vc-dir-mode' use the buffer's default directory.
8767 2008-04-30  Sam Steingold  <sds@gnu.org>
8769         * vc.el (vc-dir-delete-file): Add.
8770         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8771         (vc-delete-file): Do not barf when the file has been already deleted.
8773 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8775         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8777 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8779         * progmodes/octave-mod.el (octave-help): New function.
8780         * progmodes/octave-hlp.el: Delete.
8781         * info-look.el (octave-mode): Add operator index.
8783         * vc.el (vc-checkout): Typo.
8785 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8787         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8788         Add "..." in the appropriate places.
8790         * epa.el (epa-key-list-mode-map): Add more menu entries.
8791         Add "..." in the appropriate places.
8793         * dired.el (dired-mode-map): Add :help.
8795         * vc.el (vc-deduce-fileset): Add new parameter.
8796         (vc-dir-marked-only-files): New function.
8797         (vc-next-action): Don't ignore directories, look at the files
8798         inside them.
8799         (vc-dir-mode): Document how the mark/unmark commands work.
8801 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8803         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8804         Rule out trailing spaces in file and directory names as well.
8806         * minibuffer.el (completion--do-completion): Move point even if the
8807         completion makes no change.
8808         (completion-pcm-try-completion): Fix computation of new point.
8810 2008-04-30  David Hansen  <david.hansen@gmx.net>
8812         * dired.el: Require 'cl.
8814 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
8816         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8817         hollow if not in innermost frame.
8819 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         Make `checkout-model' apply to filesets.
8821         * vc-hooks.el (vc-checkout-model): Rewrite.
8822         (vc-before-save, vc-after-save): Adjust callers accordingly.
8823         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8824         (vc-transfer-file): Adjust callers accordingly.
8825         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8826         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8827         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8828         instead of vc-checkout-model.
8829         * vc-mcvs.el (vc-mcvs-revert):
8830         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8831         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8832         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8833         * vc-svn.el (vc-svn-checkout-model):
8834         * vc-hg.el (vc-hg-checkout-model):
8835         * vc-git.el (vc-git-checkout-model):
8836         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8838         * dired.el (dired-read-dir-and-switches): Replace last change with
8839         a new approach that mixes read-file-name and read-directory-name.
8841         * files.el (read-buffer-to-switch):
8842         Avoid making assumptions about `other-buffer'.
8844 2008-04-29  Sam Steingold  <sds@gnu.org>
8846         * vc.el (vc-dir-mode-hook): Add normal hook.
8847         (vc-dir-mode): Run it.
8849 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8851         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8852         Always split windows.
8853         (gdb-speedbar-timer-fn): Only raise frame after user input.
8854         (gdb-same-frame): Reverse initial value.
8855         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8857         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8858         gdb-speedbar-timer-fn.
8860 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8862         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8864 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
8866         * epa.el (epa-key-list-mode-map): Add menu.
8867         (epa-delete-keys, epa-import-keys): Fix typo.
8869 2008-04-29  Glenn Morris  <rgm@gnu.org>
8871         * find-cmd.el (top-level): Does not need cl when compiling.
8873 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
8875         * find-cmd.el: New file.
8877 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8879         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8880         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8881         (completion-pcm--hilit-commonality): New function.
8882         (completion-pcm-all-completions): Use it.
8884         * minibuffer.el (completion-common-substring): Mark obsolete.
8885         (completions-first-difference, completions-common-part):
8886         Move from simple.el.
8887         (completion-hilit-commonality): New fun.
8888         (display-completion-list, completion-emacs21-all-completions)
8889         (completion-emacs22-all-completions): Use it.
8890         * simple.el (completions-first-difference, completions-common-part):
8891         Move to minibuffer.el.
8892         (choose-completion-string): Use field functions and minibufferp.
8893         (completion-setup-function): Don't set completions faces.
8895 2008-04-29  Glenn Morris  <rgm@gnu.org>
8897         * calendar/calendar.el (calendar-nth-named-absday)
8898         (calendar-nth-named-day):
8899         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8900         * calendar/holidays.el (holiday-float): Doc fixes.
8902         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8903         the `full' case.
8905         * org/org-agenda.el (calendar-iso-from-absolute):
8906         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8907         Fix declarations.
8909 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
8911         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8912         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8913         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8914         (gdb-assembler-custom): Be careful not to match other addresses.
8916 2008-04-29  Jason Rumney  <jasonr@gnu.org>
8918         * battery.el (battery-status-function): Use w32-battery-status
8919         on Windows.
8920         (battery-echo-area-format): Make apm format the general case.
8921         (battery-mode-line-format): Merge apm and pmset formats as the
8922         general case.
8924 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8926         * progmodes/gdb-ui.el (gdb-info-stack-custom):
8927         Use gud-tool-bar-item-visible-no-fringe.
8928         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8929         is already visible in frame.  Remove optional size parameter
8930         and add optional frame parameter.
8932         * progmodes/gud.el (gud-display-line): Only consider visible
8933         frames when looking for source buffer.
8935 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
8937         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8938         argument to get-char-property, in case the current buffer hasn't
8939         been assigned to that window yet.
8940         (doc-view-display): Default to selected window if the current
8941         buffer hasn't been assigned to a window yet.
8943 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
8945         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8947 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
8949         * net/tramp.el (tramp-mode): New defcustom.
8950         (tramp-file-name-handler, tramp-completion-file-name-handler):
8951         Use it.
8952         (tramp-replace-environment-variables): Handle "$$".
8954 2008-04-28  Sam Steingold  <sds@gnu.org>
8956         * vc-hg.el (vc-hg-rename-file): Fix argument order.
8958 2008-04-28  Bastien Guerry  <bzg@altern.org>
8960         * whitespace.el (whitespace-trailing): Fix typo.
8962 2008-04-28  Sam Steingold  <sds@gnu.org>
8964         * textmodes/remember.el (diary-make-entry): Update the autoload.
8966 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8968         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8969         all-completions.
8971 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
8973         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8975 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
8977         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8978         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8979         (vc-dir-mark-file): Add an optional argument.
8980         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8982 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
8984         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8985         rather than obsolete alias find-file-hooks.
8986         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
8987         Use find-file-hook rather than obsolete alias find-file-hooks.
8988         Add to find-file-not-found-functions.
8989         (epa-file-handler): Put 'safe-magic and 'operations properties.
8991         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8992         (epa-menu-items): Remove.
8994         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8995         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8996         (epa-dired-mode, epa-global-dired-mode): Remove.
8998         * dired.el (dired-mode-map): Bind encryption/decryption commands.
9000         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9002         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9004 2008-04-27  Glenn Morris  <rgm@gnu.org>
9006         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9007         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
9009 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9011         * org/org.el (org-html-level-start): Always have id's in HTML.
9012         (org-export-as-html): Use `org-link-protocols' to
9013         retrieve the export form of the link.
9014         (org-add-link-type): Final parameter renamed from PUBLISH.
9015         Better documentation of how it is to be used.  Avoid double entries for
9016         the same link type.
9017         (org-add-link-props): New function.
9018         (org-modules-loaded): New variable.
9019         (org-load-modules-maybe, org-set-modules): New function.
9020         (org-modules): New option.
9021         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9022         (orgtbl-mode, org-store-link, org-insert-link-global)
9023         (org-open-at-point): Call `org-load-modules-maybe'.
9024         (org-search-view): Add more text properties.
9025         (org-agenda-schedule, org-agenda-deadline): Allow also in
9026         search-type agendas.
9027         (org-search-view): Order of arguments has been changed.
9028         Interpret prefix-arg as TODO-ONLY.
9029         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9030         Take new argument order of `org-search-view' into account.
9031         (org-todo-only): New variable.
9032         (org-search-syntax-table): New variable and function.
9033         (org-search-view): Do the search with the special syntax table.
9034         (define-obsolete-function-alias): Make work with XEmacs.
9035         (org-add-planning-info): Use old date as default when modifying an
9036         existing deadline or scheduled item.
9037         (org-agenda-compute-time-span): Make argument N optional.
9038         (org-agenda-format-date-aligned): Require `cal-iso'.
9039         (org-agenda-list): Include week into agenda heading, don't
9040         list it at each date (only on Mondays).
9041         (org-read-date-analyze): Define local variable `iso-date'.
9042         (org-agenda-format-date-aligned): Remove dependency on
9043         `calendar-time-from-absolute'.
9044         (org-remember-apply-template, org-go-to-remember-target):
9045         Interpret filenames relative to `org-directory'.
9046         (org-complete): Silently fail when trying to complete
9047         keywords that don't have a default value.
9048         (org-get-current-options): Add a #+DATE: option.
9049         (org-additional-option-like-keywords): Remove "DATE:" from the
9050         list of additional keywords.
9051         (org-export-as-html): Remove (current-time) as unnecessary second
9052         argument of `format-time-string'.
9053         (org-clock-find-position): Handle special case at end of buffer.
9054         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9055         `org-agenda-change-time-span'.
9056         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9057         `org-agenda-change-time-span'.
9058         (org-agenda-month-view): New argument MONTH, pass it on to
9059         `org-agenda-change-time-span'.
9060         (org-agenda-year-view): New argument YEAR, pass it on to
9061         `org-agenda-change-time-span'.
9062         (org-agenda-change-time-span): New optional argument N, pass it on
9063         to `org-agenda-compute-time-span'.
9064         (org-agenda-compute-time-span): New argument N, interpret it by
9065         changing the starting day.
9066         (org-small-year-to-year): New function.
9067         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9068         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9069         into the future, and that the shift is at least one interval, never 0.
9070         (org-update-checkbox-count): Fix bug with checkbox counting.
9071         (org-add-note): New command.
9072         (org-add-log-setup): Rename from `org-add-log-maybe'.
9073         (org-log-note-headings): New entry for plain notes (i.e. notes not
9074         related to state changes or clocking).
9075         (org-get-org-file): Check for availability of `remember-data-file'.
9076         (org-cached-entry-get): Allow a regexp value for
9077         `org-use-property-inheritance'.
9078         (org-use-property-inheritance): Allow regexp value.  Fix bug in
9079         customization type.
9080         (org-use-tag-inheritance): Allow a list and a regexp value for
9081         this variable.
9082         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9083         (org-entry-get): Respect value `selective' for the INHERIT argument.
9084         (org-tag-inherit-p, org-property-inherit-p): New functions.
9085         (org-agenda-format-date-aligned): Allow 10 characters for
9086         weekday, to accommodate German locale.
9087         (org-add-archive-files): New function.
9088         (org-agenda-files): New argument `ext', to get archive files as well.
9089         (org-tbl-menu): Protect the use of variables that
9090         are only available when org-table.el gets loaded.
9091         (org-read-agenda-file-list): Error if `org-agenda-files' is a
9092         single directory.
9093         (org-open-file): Allow a batch process to trigger
9094         waiting after executing a system command.
9095         (org-store-link): Link to headline when there is not
9096         target and no region in an org-mode buffer when creating a link.
9097         (org-link-types-re): New variable.
9098         (org-make-link-regexps): Compute `org-link-types-re'.
9099         (org-make-link-description-function): New option.
9100         (org-agenda-date, org-agenda-date-weekend): New faces.
9101         (org-archive-sibling-heading): New option.
9102         (org-archive-to-archive-sibling): New function.
9103         (org-iswitchb): New command.
9104         (org-buffer-list): New function.
9105         (org-agenda-columns): Also try the #+COLUMNS line in
9106         the buffer associated with the entry at point (or with the first
9107         entry in the agenda view).
9108         (org-modules): Add entry for org-bibtex.el.
9109         (org-completion-fallback-command): Move into `org-completion' group.
9110         (org-clock-heading-function): Move to `org-progress' group.
9111         (org-auto-repeat-maybe): Make sure that a note can
9112         be enforces if `org-log-repeat' is `note'.
9113         (org-modules): Allow additional symbols for external packages.
9114         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9115         (org-clock-goto): Hide drawers after showing an
9116         entry with `org-clock-goto'.
9117         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9118         Try also a clocktable block shift.
9119         (org-clocktable-try-shift): New function.
9120         (org-columns-hscoll-title): New function.
9121         (org-columns-previous-hscroll): New variable.
9122         (org-columns-full-header-line-format): New variable.
9123         (org-columns-display-here-title, org-columns-remove-overlays):
9124         Install `org-columns-hscoll-title' in post-command-hook.
9126         * org/org.el: Split into many small files.
9128         * org/org-agenda.el: New file, split off from org.el.
9130         * org/org-archive.el: New file, split off from org.el.
9132         * org/org-bbdb.el: New file.
9134         * org/org-bibtex.el: New file, split off from org.el.
9136         * org/org-clock.el: New file, split off from org.el.
9138         * org/org-colview.el: New file, split off from org.el.
9140         * org/org-compat.el: New file, split off from org.el.
9142         * org/org-exp.el: New file, split off from org.el.
9144         * org/org-faces.el: New file, split off from org.el.
9146         * org/org-gnus.el: New file, split off from org.el.
9148         * org/org-info.el: New file, split off from org.el.
9150         * org/org-infojs.el: New file.
9152         * org/org-irc.el: New file.
9154         * org/org-macs.el: New file, split off from org.el.
9156         * org/org-mew.el: New file.
9158         * org/org-mhe.el: New file, split off from org.el.
9160         * org/org-publish.el: New file, split off from org.el.
9162         * org/org-remember.el: New file, split off from org.el.
9164         * org/org-rmail.el: New file, split off from org.el.
9166         * org/org-table.el: New file, split off from org.el.
9168         * org/org-vm.el: New file, split off from org.el.
9170         * org/org-wl.el: New file, split off from org.el.
9172 2008-04-27  Jason Riedy  <jason@acm.org>
9174         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9175         parameter that suppresses lines that evaluate to NIL.
9176         (orgtbl-get-fmt): New inline function for
9177         picking apart formats that may be lists.
9178         (orgtbl-apply-fmt): New inline function for applying formats that
9179         may be functions.
9180         (orgtbl-eval-str): New inline function for strings that may be
9181         functions.
9182         (orgtbl-format-line, orgtbl-to-generic): Use and document.
9183         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9184         (*orgtbl-llfmt*, *orgtbl-llstart*)
9185         (*orgtbl-llend*): Dynamic variables for last-line formatting.
9186         (orgtbl-format-section): Shift formatting to support detecting the
9187         last line and formatting it specially.
9188         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
9189         formats unless overridden.
9190         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9191         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9192         bound variables to hold the input collection of lines and output
9193         formatted text.
9194         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9195         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9196         format parameters.
9197         (orgtbl-format-line): New function encapsulating formatting for a
9198         single line.
9199         (orgtbl-format-section): Similar for each section.  Rebinding the
9200         dynamic vars customizes the formatting for each section.
9201         (orgtbl-to-generic): Use orgtbl-format-line and
9202         orgtbl-format-section.
9203         (org-get-param): Now unused, so delete.
9204         (orgtbl-gather-send-defs): New function to
9205         gather all the SEND definitions before a table.
9206         (orgtbl-send-replace-tbl): New function to find the RECEIVE
9207         corresponding to the current name.
9208         (orgtbl-send-table): Use the previous two functions and implement
9209         multiple destinations for each table.
9211         * doc/org.texi (A LaTeX example): Note that fmt may be a
9212         one-argument function, and efmt may be a two-argument function.
9213         (Radio tables): Document multiple destinations.
9215 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9217         * org/org-agenda.el (org-add-to-diary-list): New function.
9218         (org-prefix-has-effort): New variable.
9219         (org-sort-agenda-noeffort-is-high): New option.
9220         (org-agenda-columns-show-summaries)
9221         (org-agenda-columns-compute-summary-properties): New options.
9222         (org-format-agenda-item): Compute the duration of the item.
9223         (org-agenda-weekend-days): New variable.
9224         (org-agenda-list, org-timeline): Use the proper faces for dates in
9225         the agenda and timeline buffers.
9226         (org-agenda-archive-to-archive-sibling): New command.
9227         (org-agenda-start-with-clockreport-mode): New option.
9228         (org-agenda-clockreport-parameter-plist): New option.
9229         (org-agenda-clocktable-mode): New variable.
9230         (org-agenda-deadline-leaders): Allow a function value for the
9231         deadline leader.
9232         (org-agenda-get-deadlines): Deal with new function value.
9234         * org/org-clock.el (org-clock): New customization group.
9235         (org-clock-into-drawer, org-clock-out-when-done)
9236         (org-clock-in-switch-to-state, org-clock-heading-function):
9237         Move into the new group.
9238         (org-clock-out-remove-zero-time-clocks): New option.
9239         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9240         (org-dblock-write:clocktable): Allow a Lisp form for the scope
9241         parameter.
9242         (org-dblock-write:clocktable): Fix bug with total time calculation.
9243         (org-dblock-write:clocktable): Request the unrestricted list of files.
9244         (org-get-clocktable): New function.
9245         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9246         be strings but also integers (an absolute day number) and lists (m d y).
9248         * org/org-colview.el (org-columns-next-allowed-value)
9249         (org-columns-edit-value): Limit the effort for updating in the
9250         agenda to recomputing a single file.
9251         (org-columns-compute): Only write property value if it has changed.
9252         This avoids raising the buffer-change-flag unnecessarily.
9253         (org-agenda-colview-summarize)
9254         (org-agenda-colview-compute): New functions.
9255         (org-agenda-columns): Call `org-agenda-colview-summarize'.
9257         * org/org-exp.el (org-export-run-in-background): New option.
9258         (org-export-icalendar): Allow a batch process to trigger waiting
9259         after executing a system command.
9260         (org-export-preprocess-string): Rename from
9261         `org-cleaned-string-for-export'.
9262         (org-export-html-style): Made target class look like normal text.
9263         (org-export-as-html): Make use of the better preprocessing in
9264         `org-cleaned-string-for-export'.
9265         (org-cleaned-string-for-export): Better treatment of heuristic
9266         targets, many more internal links will now work in HTML export.
9267         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9268         (org-export-inbuffer-options-extra): New variable.
9269         (org-export-options-filters): New hook.
9270         (org-infile-export-plist): Find also the settings keywords in
9271         `org-export-inbuffer-options-extra'.
9272         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9273         multiple #+INFOJS_OPT lines.
9274         (org-export-html-handle-js-options): New function.
9275         (org-export-html-infojs-setup): New option.
9276         (org-export-as-html): Call `org-export-html-handle-js-options'.
9277         Add autoload to all entry points.
9278         (org-skip-comments): Function removed.
9280         * org/org-table.el (org-table-make-reference): Extra parenthesis
9281         around single fields, to make sure that algebraic formulas get
9282         correctly interpreted by calc.
9283         (org-table-current-column): No longer interactive.
9285         * org/org-export-latex.el (org-export-latex-preprocess):
9286         Rename from `org-export-latex-cleaned-string'.
9288 2008-04-27  Bastien Guerry  <bzg@altern.org>
9290         * org/org-publish.el (org-publish-get-base-files-1): New function.
9291         (org-publish-get-base-files): Use it.
9292         (org-publish-temp-files): New variable.
9293         Don't require 'dired-aux anymore.
9294         (org-publish-initial-buffer): New variable.
9295         (org-publish-org-to, org-publish): Use it.
9296         (org-publish-get-base-files-1): Bug fix: get
9297         the proper list of files when recursing thru a directory.
9298         (org-publish-get-base-files): Use the :exclude property to skip
9299         both files and directories.
9301 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9303         * net/tramp.el (tramp-handle-make-symbolic-link)
9304         (tramp-handle-file-name-directory)
9305         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9306         (tramp-do-copy-or-rename-file-directly)
9307         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9308         (tramp-handle-substitute-in-file-name)
9309         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9310         * net/tramp-cache.el (tramp-get-file-property)
9311         (tramp-set-file-property, tramp-flush-file-property)
9312         (tramp-flush-directory-property)
9313         * net/tramp-compat.el (tramp-compat-make-temp-file)
9314         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9315         Disable `file-name-handler-alist' when handling localname.
9316         It could have a remote file syntax, like a VMS file name.
9318 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9320         * whitespace.el: New version 11.1.
9321         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9322         enclosed by \\( and \\)$.  Docstring fix.
9323         (whitespace-trailing-regexp): Fun removed.
9324         (whitespace-report-list): Const initialization fix.
9325         (whitespace-color-on): Code fix.
9327 2008-04-27  Andreas Schwab  <schwab@suse.de>
9329         * Makefile.el: Unbreak bootstrap.
9331 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9333         * net/tramp.el (tramp-replace-environment-variables): New defun.
9334         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9335         Use it.
9337 2008-04-27  Glenn Morris  <rgm@gnu.org>
9339         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9341         * calculator.el (calculator-expt): Replace cl function `oddp'.
9343 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
9345         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9346         Simplify.  Collect `defun' and `autoload' entries.
9347         Avoid modifying load-history.
9349 2008-04-26  Glenn Morris  <rgm@gnu.org>
9351         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9353         * simple.el (quoted-insert, zap-to-char): Revert previous change.
9355 2008-04-26  John Paul Wallington  <jpw@pobox.com>
9357         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9358         `hexl-mode-old-eldoc-documentation-function'.
9359         (hexl-mode-exit): Restore it.
9360         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9362         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9364 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
9366         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9367         (completion-pcm--all-completions): Doc fix.
9368         (completion-styles-alist, completion-all-completions):
9369         Fix typos in docstrings.
9371 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9373         * whitespace.el: There is now only one variable (whitespace-style) to
9374         specify which kind of blank is visualized.  Doc and docstring fix.
9375         New version 11.0.
9376         (whitespace-style): New option, replace whitespace-style-mark and
9377         whitespace-style-color.
9378         (whitespace-style-mark, whitespace-style-color): Options removed.
9379         (whitespace-hspace, whitespace-tab, whitespace-newline)
9380         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9381         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9382         (whitespace-hspace-regexp, whitespace-space-regexp)
9383         (whitespace-tab-regexp, whitespace-trailing-regexp)
9384         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9385         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9386         (whitespace-space-after-tab-regexp, whitespace-line-column)
9387         (whitespace-display-mappings, whitespace-report): Docstring fix.
9388         (whitespace-color-value-list, whitespace-mark-value-list)
9389         (whitespace-active-color, whitespace-active-mark)
9390         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9391         (whitespace-style-value-list, whitespace-active-style)
9392         (whitespace-toggle-style): New vars.
9393         (whitespace-toggle-option-alist, whitespace-help-text):
9394         Var initialization and docstring fix.
9395         (whitespace-toggle-options, global-whitespace-toggle-options)
9396         (whitespace-cleanup, whitespace-cleanup-region)
9397         (whitespace-report-region, whitespace-interactive-char)
9398         (whitespace-toggle-list): Docstring and code fix.
9399         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9400         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9401         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9402         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9404 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9406         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9407         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9408         (diff-sanity-check-hunk): Adjust code accordingly.
9410 2008-04-26  Glenn Morris  <rgm@gnu.org>
9412         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9414         * forms-d2.dat: Move to ../etc.
9415         * forms-d2.el (forms-file): Adapt for above change.
9417         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9418         `translation-table-for-input'.
9420         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9421         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9423         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9424         to punctuation now it's not needed for abbrevs.
9425         (fortran-mode-abbrev-table): Remove defvar, make use of new
9426         define-abbrev-table :regexp feature.
9428         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9429         insert, now that translation-table-for-input is not needed.
9431 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
9433         * emacs-lisp/pp.el (pp-display-expression): New function,
9434         extracted from pp-eval-expression.
9435         (pp-eval-expression): Use pp-display-expression.
9436         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9437         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9438         (pp-eval-last-sexp): Use pp-last-sexp.
9440 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9442         * abbrev.el (define-abbrev-table): Apply props even if the table
9443         exists already.
9445         * minibuffer.el (completion-table-with-context): Fix `pred' for the
9446         various kinds of completion tables.
9447         (completion-emacs22-try-completion): Place cursor after the /, as was
9448         done in Emacs-22's minibuffer-complete-word.
9449         Fix bug reported by David Hansen <david.hansen@gmx.net>.
9450         (completion-emacs22-try-completion): Merge all mergeable text rather
9451         than just /.
9452         (completion-pcm--delim-wild-regex): New var.
9453         (completion-pcm-word-delimiters): New custom.
9454         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9455         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9456         (completion-pcm--all-completions, completion-pcm-all-completions)
9457         (completion-pcm--merge-completions, completion-pcm--pattern->string)
9458         (completion-pcm-try-completion): New functions.
9459         (completion-styles-alist): Add them.
9460         (completion-styles): Add it to the default.
9462 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
9464         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9465         (gdb-var-create-handler): ...until here when there are values.
9466         (gdb-post-prompt): Don't do -var-update with no watch expressions.
9467         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9469 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
9471         * ls-lisp.el (ls-lisp-format): Fix last change.
9472         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9473         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9474         (ls-lisp-filesize-f-fmt): New defvars.
9475         (ls-lisp-insert-directory): Dynamically compute format specifiers
9476         for displaying UID, GID, and file size, and store them in the
9477         above variables.
9478         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9479         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9480         instead of constant format strings.
9481         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9482         ls-lisp-filesize-d-fmt instead of constant format strings.
9484 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
9486         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9487         value of addresses rather than (partial) string value.
9488         (gdb-frame-handler): Change regexp according to above change.
9489         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9490         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9491         (gdb-assembler-mode): Disable undo in these buffers.
9493 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
9495         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9496         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9498 2008-04-24  Sam Steingold  <sds@gnu.org>
9500         * textmodes/remember.el (remember-diary-extract-entries): Use
9501         diary-make-entry instead of the obsolete make-diary-entry.
9503 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9505         * subr.el (translation-table-for-input): Mark as obsolete.
9507         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9509         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9511         * textmodes/ispell.el (ispell-dictionary-alist-1)
9512         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9513         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9514         (ispell-dictionary-alist-6): Remove.
9515         (ispell-dictionary-base-alist): New var, merges the above.
9516         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9517         Use it.
9518         (ispell-dictionary-alist): Default to nil.  Remove autoload.
9519         (ispell-local-dictionary-alist): Remove autoload.
9521         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9522         (f90-mode-abbrev-table): Use the new :regexp feature.
9523         Merge defvar and mapc into define-abbrev-table.
9524         (f90-imenu-type-matcher): Remove unused `l'.
9525         (f90-imenu-generic-expression): Remove unused `not-ib'.
9526         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9527         (f90-change-keywords): Use restore-buffer-modified-p.
9529 2008-04-24  Glenn Morris  <rgm@gnu.org>
9531         * net/goto-addr.el (goto-address-prog-mode):
9532         * progmodes/bug-reference.el (bug-reference-prog-mode):
9533         Define for compiler.
9535         * minibuffer.el (x-file-dialog): Declare as function.
9537         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9538         dframe-update-speed rather than obsolete alias speedbar-update-speed.
9540         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9541         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9542         work with easymenu.  Add :keys where needed.
9544         * calendar/cal-move.el (calendar-scroll-left): Handle case when
9545         event-start is nil.
9547         * calendar/calendar.el (calendar-mode-map): Fix typo.
9549 2008-04-24  Tom Tromey  <tromey@redhat.com>
9551         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9552         Document keywords.  Add :suppress.
9553         * pcvs-defs.el (cvs-mode-map): Use :suppress.
9555         * net/goto-addr.el (goto-address-unfontify): New function.
9556         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
9557         (goto-address-fontify-region, goto-address-mode)
9558         (goto-address-prog-mode): New functions.
9560         * progmodes/bug-reference.el: New file.
9562 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9564         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9566 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9568         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9569         macros within lambdas.
9571 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9573         * minibuffer.el (completion-try-completion): Add `point' argument.
9574         Change return value.
9575         (completion-all-completions): Add `point' argument.
9576         (minibuffer-completion-help): Pass the new `point' argument.
9577         (completion--do-completion): Pass the whole field to try-completion.
9578         (completion--try-word-completion): Rewrite, making fewer assumptions.
9579         (completion-emacs21-try-completion, completion-emacs21-all-completions)
9580         (completion-emacs22-try-completion, completion-emacs22-all-completions)
9581         (completion-basic-try-completion, completion-basic-all-completions):
9582         New functions.
9583         (completion-styles-alist): Use them.
9585 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
9587         * textmodes/ispell.el (ispell-set-spellchecker-params):
9588         New function to make sure right params and dictionary alists are used
9589         after spellchecker changes.
9590         (ispell-aspell-dictionary-alist, ispell-last-program-name)
9591         (ispell-initialize-spellchecker-hook): New variables and hook.
9592         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9593         (ispell-maybe-find-aspell-dictionaries): Remove.
9594         Calls replaced by (ispell-set-spellchecker-params) calls.
9595         (ispell-have-aspell-dictionaries): Remove.
9597         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9598         by ispell-set-spellchecker-params.
9600 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9602         * complete.el (PC-do-completion): Be more robust in the presence of
9603         unexpected values in minibuffer-completion-predicate.
9605         * minibuffer.el (read-file-name): Don't let-bind default-directory.
9606         Only abbreviate default-filename if it's a file.
9608         * minibuffer.el (read-file-name-function, read-file-name-predicate)
9609         (read-file-name-completion-ignore-case, insert-default-directory):
9610         New vars, moved from fileio.c.
9611         (read-file-name): New fun, moved from fileio.c.
9612         * cus-start.el: Remove insert-default-directory and
9613         read-file-name-completion-ignore-case.
9615 2008-04-23  Magnus Henoch  <mange@freemail.hu>
9617         * tar-mode.el (tar-untar-buffer): If the entry has directory
9618         link type, extract it as a directory even if its file name doesn't
9619         end with a slash.  Fixes extraction of NetBSD tar archives.
9621 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9623         * server.el (server-start): Also don't get confused by CRs since we
9624         don't quote them.
9626 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9628         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9629         (gdb-set-gud-minor-mode-existing-buffers)
9630         (gdb-info-breakpoints-custom, gdb-get-location)
9631         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9632         Previously gdb-create-define-alist wasn't always run and added to
9633         after-save-hook.
9635         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9637 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9639         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9640         comments like unindented ones.
9642 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9644         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9645         parameter origins.
9647 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9649         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9650         Bind print-level to ensure output forms aren't truncated if
9651         print-level is set to eval-expression-print-level when going via
9652         eval-defun and friends, or has been otherwise fiddled with.
9654 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9656         * progmodes/cc-mode.el (c-basic-common-init): Don't set
9657         font-lock-extend-after-change-region-function globally.
9659 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
9661         * speedbar.el (speedbar-use-tool-tips-flag)
9662         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9663         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9664         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9665         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9666         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9667         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9668         (speedbar-separator-face): Fix typos in docstrings.
9669         (speedbar-stealthy-function-list, speedbar-verbosity-level)
9670         (speedbar-supported-extension-expressions, speedbar-update-current-file)
9671         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9672         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9673         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9674         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9675         (speedbar-check-vc-this-line, speedbar-files-line-directory)
9676         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9677         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9678         (speedbar-recenter): Doc fixes.
9679         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9680         declaration and remove redundant info in docstring.
9682 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
9684         * vc-git.el (vc-git-status-printer): Deal with directories.
9686         * vc.el (vc-next-action): Look at more than the first file to
9687         determine the state.
9689 2008-04-23  Glenn Morris  <rgm@gnu.org>
9691         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9692         timers.  Doc fix.
9693         (dframe-update-speed): Drop support for XEmacs < 20.
9694         (dframe-frame-mode): Drop support for Emacs < 20.
9695         (dframe-set-timer-internal): Drop support for Emacs without timers.
9696         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9698         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9699         versions.  Add doc-string.  Mark as obsolete.
9701         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9703         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9704         rather than using an Emacs version test.
9706         * tree-widget.el (tree-widget-image-enable): Use display-images-p
9707         rather than an Emacs version test.
9709         * calendar/cal-china.el (holiday-chinese-qingming)
9710         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9711         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9712         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9714         * calendar/cal-islam.el (holiday-islamic): Doc fix.
9716         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9717         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9718         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9720 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9722         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9723         (gdb-previous-frame-pc-address): ...to this.
9724         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9725         of "info frame" with Gdb 6.4+.
9726         (gdb-stack-list-frames-regexp): New regexp.
9727         (gdb-frame-handler-1): Parse output of -stack-info-frame.
9729 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
9731         * tar-mode.el (tar-prefix-offset): New constant.
9732         (tar-header-block-tokenize): Support paths with long names
9733         which use the "ustar" standard.
9735 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
9737         * image-dired.el (image-dired-track-original-file)
9738         (image-dired-modify-mark-on-thumb-original-file):
9739         Use `dired-goto-file' instead of `search-forward'.  This solves
9740         a bug with finding files where the file name is a subset of other
9741         file names.  Doc fix.
9743 2008-04-22  Juri Linkov  <juri@jurta.org>
9745         * menu-bar.el (buffers-menu-max-size): Move its definition down to
9746         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
9747         (yank-menu-length): Change group name `mouse' to `menu'.
9748         (buffers-menu-buffer-name-length): New user option.
9749         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9750         instead of the hard-coded number 27.
9752 2008-04-22  Juri Linkov  <juri@jurta.org>
9754         * isearch.el (eval-when-compile): Require `help-macro'.
9755         (isearch-help-for-help-internal): Isearch specific Help screen
9756         created by `make-help-screen'.
9757         (isearch-help-map): New variable that binds "b", "k", "m" to
9758         isearch-specific commands, and binds other keys to
9759         isearch-other-control-char, thus allowing other Help keys to
9760         exit isearch mode and execute their global definitions.
9761         (isearch-help-for-help, isearch-describe-bindings)
9762         (isearch-describe-key, isearch-describe-mode): New commands.
9763         (isearch-mode-help): Define alias to isearch-describe-mode
9764         and remove its old function definition.
9765         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9766         Remove old comments because this issue is settled now.
9767         (isearch-forward): Describe three new Help commands in the docstring.
9768         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9769         leave the single sentence at the first line of the docstring,
9770         and prepend the word "function" before `isearch-forward'
9771         to make the Help link to the function instead of variable.
9773 2008-04-22  Juri Linkov  <juri@jurta.org>
9775         * isearch.el (isearch-success-function): New variable with default
9776         to `isearch-success-function-default'.
9777         (isearch-search): Call a function from `isearch-success-function'
9778         instead of calling the hard-coded `isearch-range-invisible'.
9779         (isearch-success-function-default): New function that calls
9780         `isearch-range-invisible' and inverts its return value.
9782         * info.el (Info-search): In two similar places that skip
9783         undesired search matches move code to Info-search-success-function,
9784         and call `isearch-success-function' instead.
9785         (Info-search-success-function): New function copied from code
9786         in Info-search.  Replace isearch-range-invisible with
9787         text-property-not-all that checks for 'invisible and 'display
9788         properties to skip partially invisible matches (whose display
9789         properties were set by Info-fontify-node).
9790         (Info-mode): Set buffer-local isearch-success-function
9791         to Info-search-success-function.
9793 2008-04-22  Juri Linkov  <juri@jurta.org>
9795         * minibuffer.el (internal-complete-buffer-except): New function.
9797         * files.el (read-buffer-to-switch): New function.
9798         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9799         Change interactive spec to call read-buffer-to-switch instead of
9800         using the letter "B".
9802         * simple.el (minibuffer-default-add-shell-commands): New function.
9803         Use declare-function for mailcap-file-default-commands from "mailcap".
9804         (shell-command): Set local minibuffer-default-add-function to
9805         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9806         before calling read-shell-command.  Set 4th arg default-value of
9807         read-shell-command to relative buffer-file-name in file buffers.
9809         * dired-aux.el (dired-read-shell-command-default): Move it to
9810         gnus/mailcap.el and change its name to more general name
9811         mailcap-file-default-commands.
9812         (minibuffer-default-add-dired-shell-commands): New function.
9813         Use declare-function for mailcap-file-default-commands from "mailcap".
9814         (dired-read-shell-command): Set local minibuffer-default-add-function
9815         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9816         before calling read-shell-command.  Remove dired-read-shell-command-default
9817         from the default value arg because default values are not set in
9818         minibuffer-default-add-dired-shell-commands.  Doc fix.
9820         * dired-x.el (dired-smart-shell-command): Sync arguments and
9821         interactive spec with changes in `shell-command'.
9822         Use dired-get-filename to get the dired file name at point
9823         as the default value in dired mode.
9825 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9827         * info.el (Info-complete-menu-item): Add missing parenthesis.
9829 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9831         * info.el (Info-complete-menu-item): Save point.
9833 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9835         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9837 2008-04-22  Andreas Schwab  <schwab@suse.de>
9839         * Makefile.in (emacs-deps): Define.
9840         Use it instead of $(lisp)/subdirs.el.
9842 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
9844         * vc.el (vc-next-action): Do not consider directories when
9845         checking for state compatibility.
9846         (vc-transfer-file): Use when not if.
9847         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9848         (vc-dir-mark-file): Use them.
9849         (vc-deduce-fileset): Also return the backend.
9850         (vc-diff-internal): Take as argument the value returned by
9851         vc-deduce-fileset instead of just the fileset.
9852         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9853         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9854         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9856 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
9858         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9859         set-window-vscroll but image-scroll-down.  Fixes a bug where a
9860         command following SPC scrolled up again.
9862 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
9864         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9865         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9866         (gud-watch): Add "$" prefix when in registers buffer.
9868 2008-04-22  Glenn Morris  <rgm@gnu.org>
9870         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9872         * whitespace.el (whitespace-display-table)
9873         (whitespace-display-table-was-local): Move definitions before use.
9875         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9876         (copyright-limit): Respect copyright-at-end-flag.
9877         (copyright-re-search, copyright-start-point)
9878         (copyright-offset-too-large-p): New functions.
9879         (copyright-update-year): Use copyright-re-search.
9880         (copyright-update, copyright-fix-years): Use copyright-start-point,
9881         and copyright-re-search.
9882         (copyright): Use copyright-offset-too-large-p.
9883         * add-log.el (change-log-mode): Set copyright-at-end-flag.
9885         * add-log.el (top-level): Require 'cl when compiling.
9887 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9889         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9890         Treat minibuffer-completion-predicate as a predicate.
9892         * minibuffer.el (completion--file-name-table): Accept both the old
9893         `dir' arg or the new `pred' arg.
9895         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9896         `predicate' argument to pass non-predicate data.
9897         (ffap-read-url-internal, ffap-read-file-or-url-internal):
9898         Use second arg as proper predicate.
9900         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9901         (vc-bzr-revision-completion-table): Use completion-table-with-context
9902         instead.
9904         * simple.el (choose-completion-string): Use minibuffer-completion-table.
9906 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
9908         * term.el (term-emulate-terminal): Perform redisplay after the
9909         process filter has finished running.
9911 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9913         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9915         * minibuffer.el (completion-try-completion): Change magic symbol
9916         property name.  Rename from minibuffer-try-completion.
9917         (completion-all-completions): Rename from minibuffer-all-completions.
9918         Remove hide-spaces argument.
9919         (completion--do-completion): Rename from minibuffer--do-completion.
9920         (minibuffer-complete-and-exit): Call just try-completion rather than
9921         completion-try-completion to fix up the case.
9922         (completion--try-word-completion): Try to add space or hyphen before
9923         making `string' a prefix of `completion'.
9924         (completion--insert-strings): Rename from minibuffer--insert-strings.
9926 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9928         * net/tls.el (tls-program): Add -ign_eof argument to call the
9929         openssl commands.
9930         (tls-checktrust): Ditto.
9932 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
9934         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9936         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9937         (vc-check-master-templates, vc-file-not-found-hook)
9938         (vc-kill-buffer-hook):
9939         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9940         (vc-find-position-by-context, vc-buffer-context)
9941         (vc-restore-buffer-context, vc-responsible-backend)
9942         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9943         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9944         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9945         (vc-version-diff, vc-diff, vc-insert-headers)
9946         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9947         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9948         (vc-revert, vc-rollback, vc-version-backup-file)
9949         (vc-rename-master, vc-delete-file, vc-rename-file)
9950         (vc-branch-part, vc-default-retrieve-snapshot)
9951         (vc-annotate-display-autoscale, vc-annotate-display-select)
9952         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9953         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9954         (vc-dir-update): Handle directories.
9955         (vc-default-status-printer): Simplify.
9957         * progmodes/asm-mode.el (asm-mode-map):
9958         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9960         * progmodes/m4-mode.el (m4-mode-map): Add menu.
9962 2008-04-21  Kenichi Handa  <handa@m17n.org>
9964         * select.el (xselect-convert-to-string): Send a C_STRING only if
9965         the polymorphic target TEXT is requested.
9967 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
9969         * minibuffer.el (completion-setup-hook, display-completion-list)
9970         (completion--file-name-table): Fix typos in docstrings.
9971         (completion-table-dynamic): Fix typo, and reflow docstring.
9973 2008-04-20  Andreas Schwab  <schwab@suse.de>
9975         * server.el (server-switch-buffer): Also consider clients in the
9976         selected frame.
9978 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9980         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9981         Select window clicked on first.
9982         (gdb): Display thread number in mode-line.
9983         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9984         (gdb-breakpoints-header): New variable.
9985         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9987 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9989         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
9990         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9991         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9992         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9993         (vc-sccs-print-log): Use it.
9995         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9997         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9998         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10000         * tooltip.el (tooltip-previous-message): New var.
10001         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10002         the C code (avoid overwriting a minibuffer, restore previous echo
10003         message, ...).
10004         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10005         Simplify.
10007 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10009         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10010         (gdb-init-1): Initialise it.
10011         (gdb-annotation-rules): New entry for "new-thread".
10012         (gdb-thread-identification): New function to customize
10013         mode-line-buffer-identification.
10014         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10015         (gdb-assembler-mode): Use it.
10016         (gdb-threads-mode): Force "info threads" onto queue.
10018 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * files.el (locate-file-completion-table): Rename from
10021         locate-file-completion and make it use `pred' in the normal way.
10022         (locate-file-completion): New compatibility wrapper.
10023         (load-library): Use locate-file-completion-table.
10024         * finder.el (finder-commentary):
10025         * subr.el (locate-library):
10026         * emacs-lisp/find-func.el (find-library): Likewise.
10027         * info.el: Use with-current-buffer and inhibit-read-only.
10028         (Info-read-node-name-2): Change to use `predicate' in the normal way.
10029         (Info-read-node-name-1): Adjust uses accordingly.
10031         * minibuffer.el (completion-table-with-context): Add support for `pred'.
10032         (completion-table-with-terminator): Don't use complete-with-action
10033         since we have to distinguish all three cases anyway.
10034         (completion-table-with-predicate): New function.
10035         (dynamic-completion-table): Add obsolete alias.
10037         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10039 2008-04-18  Sam Steingold  <sds@gnu.org>
10041         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10042         Use quit-window instead of bury-buffer.
10044 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10046         * minibuffer.el (completion-table-with-terminator): Fix last fix.
10048 2008-04-18  Andreas Schwab  <schwab@suse.de>
10050         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10051         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10052         Depend on $(lisp)/subdirs.el.
10054 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
10056         * descr-text.el (describe-char-after):
10057         Use `define-obsolete-function-alias'.
10059         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10061         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10063         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10064         Remove redundant obsolescence info in docstring.
10066         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10067         (vc-header-alist): Add WHEN to obsolescence declaration.
10068         (vc-state): Fix typo in docstring.
10070         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10071         Use `define-obsolete-variable-alias'.
10073         * emulation/tpu-edt.el (tpu-have-ispell):
10074         * international/codepage.el (codepage-setup):
10075         Fix typo in obsolescence declaration.
10077         * international/mule.el (char-coding-system-table):
10078         Remove redundant obsolescence info in docstring.
10079         (charset-list, generic-char-p, set-char-table-default):
10080         Fix typos in obsolescence declarations.
10082         * international/mule-diag.el (non-iso-charset-alist):
10083         Fix typo in obsolescence declaration.
10084         (decode-codepage-char): Remove redundant obsolescence info in docstring.
10086         * font-core.el (font-lock-defaults-alist):
10087         * font-lock.el (font-lock-reference-face):
10088         * frame.el (screen-height, screen-width, set-screen-width)
10089         (set-screen-height):
10090         * hilit-chg.el (highlight-changes-initial-state):
10091         * isearch.el (isearch-return-char):
10092         * log-edit.el (cvs-commit-buffer-require-final-newline)
10093         (cvs-changelog-full-paragraphs):
10094         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10095         (mouse-popup-menubar-stuff):
10096         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10097         (mouse-wheel-click-button):
10098         * outline.el (outline-visible):
10099         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10100         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10101         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10102         * progmodes/compile.el (compile-internal):
10103         Add WHEN to obsolescence declarations.
10105 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10107         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10108         is not better anyway.
10110 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10112         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10113         properly.
10115 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10117         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10118         (python-use-skeletons): Remove, unused.
10119         (python-skeletons): Remove.  Use the abbrev table instead.
10120         (python-mode-abbrev-table): Fix regexp;
10121         add enable-function and case-fixed.
10122         (def-python-skeleton): Simplify.
10123         (python-expand-template): Use the abbrev-table and abbrev-insert.
10124         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10125         Remove.
10126         (python-mode): Don't set pre-abbrev-expand-hook.
10128         * skeleton.el: Set coding-tag.
10130         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10131         (expand-abbrev): Use it.
10132         (abbrev-table-menu): New function.
10134         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10136         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10138 2008-04-17  Sam Steingold  <sds@gnu.org>
10140         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10141         idiosyncratic bury-buffer/delete-window logic.
10143 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
10145         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10146         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10148 2008-04-17  Kenichi Handa  <handa@m17n.org>
10150         * international/characters.el: Don't make the width of U+00AD to 0.
10152 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
10154         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10155         (gdb, gdb-starting, gdb-frames-mode): Use it.
10156         (gdb-invalidate-frames): Advise to call "info stack" only if
10157         execution has occurred.
10158         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10159         selected frame if no execution has occurred.
10160         (gdb-frames-force-update): New interactive function.
10161         (gdb-frames-mode-map): Bind it to "F".
10163 2008-04-17  Michael Olson  <mwolson@gnu.org>
10165         * textmodes/remember.el (remember-version): Release Remember 2.0.
10167 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
10169         * textmodes/artist.el:
10170         * progmodes/vhdl-mode.el:
10171         * progmodes/verilog-mode.el:
10172         * progmodes/vera-mode.el:
10173         * progmodes/simula.el:
10174         * progmodes/ps-mode.el:
10175         * progmodes/cmacexp.el:
10176         * obsolete/hilit19.el:
10177         * emulation/viper.el:
10178         * ediff.el: Cleanup the bug-report email addresses and make sure the
10179         maintainer is still willing to handle bug reports.
10181 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
10183         * vc.el (vc-dir-kill-query): Fix thinko.
10185 2008-04-16  Glenn Morris  <rgm@gnu.org>
10187         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10188         by diary-sexp-entry.
10190 2008-04-16  Markus Triska  <markus.triska@gmx.at>
10192         * proced.el (proced-command-alist): Add support for darwin.
10194 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10196         * proced.el (proced-mode): Redefine as just the major-mode.
10197         (proced): Separate it from proced-mode.
10199         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10201 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10203         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10204         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
10205         `tab-width' setting from user.  New version 10.0.  Doc and docstring
10206         fix.
10207         (whitespace-style, whitespace-chars): Remove options.
10208         (whitespace-style-mark): New option, replace whitespace-style deleted
10209         option.  Fix docstring.
10210         (whitespace-style-color): New option, replace whitespace-chars deleted
10211         option.  Fix docstring.
10212         (whitespace-space, whitespace-hspace, whitespace-tab)
10213         (whitespace-newline, whitespace-trailing, whitespace-line)
10214         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10215         (whitespace-space-after-tab, whitespace-hspace-regexp)
10216         (whitespace-space-regexp, whitespace-tab-regexp)
10217         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10218         (whitespace-empty-at-eob-regexp, whitespace-line-column)
10219         (whitespace-toggle-option-alist): Fix docstring.
10220         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10221         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10222         docstring and initialization.
10223         (global-whitespace-mode): Autoloaded global minor mode.
10224         (whitespace-chars-value-list, whitespace-style-value-list)
10225         (whitespace-active-chars, whitespace-active-style)
10226         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10227         (whitespace-color-value-list): New var, replace
10228         whitespace-chars-value-list removed var.
10229         (whitespace-mark-value-list): New var, replace
10230         whitespace-style-value-list removed var.
10231         (whitespace-active-color): New var, replace whitespace-active-chars
10232         removed var.
10233         (whitespace-active-mark): New var, replace whitespace-active-style
10234         removed var.
10235         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10236         removed var.
10237         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10238         removed var.
10239         (whitespace-toggle-option-alist, whitespace-report-list)
10240         (whitespace-report-text, whitespace-help-text): Fix initialization.
10241         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10242         (whitespace-toggle-options, global-whitespace-toggle-options)
10243         (whitespace-cleanup-region, whitespace-report-region)
10244         (whitespace-interactive-char): Fix docstring and code.
10245         (whitespace-cleanup, whitespace-report): Fix docstring.
10246         (whitespace-replace-spaces-by-tabs): Remove fun.
10247         (whitespace-replace-action): New fun, replace
10248         whitespace-replace-spaces-by-tabs removed fun.
10249         (whitespace-regexp, whitespace-indentation-regexp)
10250         (whitespace-space-after-tab-regexp, whitespace-insert-value)
10251         (whitespace-kill-buffer): New funs.
10252         (whitespace-insert-option-mark, whitespace-help-on)
10253         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10254         (whitespace-color-on, whitespace-color-off)
10255         (whitespace-display-char-on): Fix code.
10257 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10260         (mouse-throw-magnifier-with-mouse-movement): Remove.
10261         (mouse-throw-magnifier-base): New const.
10262         (mouse-drag-scroll-delta): New fun.
10263         (mouse-drag-throw): Use it.
10265 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
10267         * international/uni-bidi.el, international/uni-category.el:
10268         * international/uni-combining.el, international/uni-comment.el:
10269         * international/uni-decimal.el, international/uni-decomposition.el:
10270         * international/uni-digit.el, international/uni-lowercase.el:
10271         * international/uni-mirrored.el, international/uni-name.el:
10272         * international/uni-numeric.el, international/uni-old-name.el:
10273         * international/uni-titlecase.el, international/uni-uppercase.el:
10274         * international/charprop.el: Regenerate.
10276 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
10278         * vc.el (vc-status-fileinfo): Add new member directoryp.
10279         (vc-default-status-printer): Print directories.
10280         (vc-status-update): Sort files before subdirectories.
10282         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10283         Add alternative implementation based on "cvs update".
10285 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
10287         * doc-view.el: Changed requirements section to tell that only one
10288         of dvipdf or dvipdfm is needed.
10289         (doc-view-already-converted-p): Fix bug that forced reconversion
10290         if doc was already converted.
10292 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10294         * minibuffer.el (minibuffer-message):
10295         Make sure we can put-text-property.
10297         * emacs-lisp/crm.el: Complete rewrite.
10299         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10300         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10301         case of an error in display-completion-list.
10303         * filecache.el (file-cache-completions-keymap): Move init from
10304         file-cache-completion-setup-function into declaration.
10305         (file-cache-minibuffer-complete): Simplify.
10306         (file-cache-completion-setup-function): Use standard-output,
10307         preserve current-buffer.
10309         * vc.el (vc-status-update): Fix typo.
10310         (vc-status-update): Set needs-update.
10311         (vc-status-refresh): Î·-reduce.
10313 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10315         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10316         to image-eol.
10318 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
10320         * vc.el (vc-status-update): Undo the previous revert.
10322 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10324         * minibuffer.el (completion-table-with-terminator): Those completions
10325         are never valid w.r.t test-completion.
10326         (completion--file-name-table):
10327         Check completion-all-completions-with-base-size.
10329 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10331         * doc-view.el (doc-view-dvipdf-program): New variable.
10332         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10333         (doc-view-mode-p): Check for doc-view-dvipdf-program as
10334         alternative for doc-view-dvipdfm-program.
10335         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10337         * doc-view.el (doc-view-start-process): Don't set
10338         default-directory to "~/" if the current value is valid.
10339         This broke PS files that run other files in the same directory.
10341 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
10343         * vc.el (vc-status-kill-query): New function.
10344         (vc-status-mode): Add it to kill-buffer-query-functions.
10345         (vc-status-show-fileentry): New function.
10346         (vc-status-menu-map): Bind it.  Bind vc-next-action.
10348 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10350         * minibuffer.el (minibuffer-message): Put cursor at the right place.
10352 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10354         * proced.el (proced-send-signal): Fix error recognition.
10356 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10358         * proced.el (proced-command-alist): Remove sort column.
10359         (proced-command, proced-procname-column):
10360         Use make-variable-buffer-local.
10361         (proced-signal-function): Rename from proced-kill-program.
10362         Allow for elisp symbols and string values representing system calls.
10363         (proced-marker-regexp, proced-success-message): New functions.
10364         (proced): Use defalias.  Add autoload cookie.
10365         (proced-unmark-backward, proced-toggle-marks)
10366         (proced-hide-processes): New commands.
10367         (proced-do-mark): Simplify code.
10368         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10369         (proced-update): Remove sorting.
10370         (proced-send-signal): Display number of processes to operate on.
10371         Allow for system calls or elisp functions to send signals.
10372         Check if signal was sent successfully.
10374 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10376         * minibuffer.el (completion-all-completion-with-base-size): New var.
10377         (completion--some): New function.
10378         (completion-table-with-context, completion--file-name-table):
10379         Return the base-size if requested.
10380         (completion-table-in-turn): Generalize to multiple arguments.
10381         (complete-in-turn): Compatibility alias.
10382         (completion-styles-alist): New var.
10383         (completion-styles): New customization.
10384         (minibuffer-try-completion, minibuffer-all-completions):
10385         New functions.
10386         (minibuffer--do-completion, minibuffer-complete-and-exit)
10387         (minibuffer-try-word-completion): Use them.
10388         (display-completion-list, minibuffer-completion-help): Use them.
10389         Handle all-completions's new base-size info to set completion-base-size.
10390         * info.el (Info-read-node-name-1): Use completion-table-with-context,
10391         completion-table-with-terminator and complete-with-action.
10392         Remove the now obsolete completion-base-size-function property.
10393         * simple.el (completion-list-mode-map): Move init into declaration.
10394         (completion-list-mode): Use define-derived-mode.
10395         (completion-setup-function): Use any completion-base-size that may
10396         have been set before.  Remove handling of completion-base-size-function.
10397         * loadup.el: Move abbrev.el up earlier.
10399 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
10401         * vc-git.el (vc-git-after-dir-status-stage)
10402         (vc-git-dir-status-goto-stage): New functions.
10403         (vc-git-after-dir-status-stage1)
10404         (vc-git-after-dir-status-stage1-empty-db)
10405         (vc-git-after-dir-status-stage2): Remove, functionality moved
10406         into the new generic stage functions.
10407         (vc-git-dir-status-files): New function.
10409         * vc.el (vc-status-update): Revert an incorrect rewrite.
10410         Add some comments.
10411         (vc-status-refresh-files): New function.
10412         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10413         state of up-to-date files.
10414         (vc-default-dir-status-files): New function.
10416 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
10418         * minibuffer.el (completion--embedded-envvar-table)
10419         (read-file-name-internal): Fix typos in 2008-04-11 change.
10421         * faces.el (read-face-name): Use `completion-table-in-turn',
10422         not `complete-in-turn'.
10424 2008-04-13  Andreas Schwab  <schwab@suse.de>
10426         * progmodes/etags.el: Require 'cl when compiling.
10428 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
10430         * progmodes/gud.el (gud-menu-map): Expand tooltip.
10432         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10433         (menu): Add/expand menu tooltips.
10435 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
10437         * progmodes/sh-script.el (sh-show-indent): Fix typo.
10438         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10440         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10441         considered registered.
10443 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10445         * emacs-lisp/copyright.el (copyright-update-directory): New command.
10447         * ediff-wind.el (ediff-split-window-function)
10448         (ediff-merge-split-window-function): Improve custom type.
10450 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
10452         * loadup.el ("minibuffer"): Move after "faces".
10454 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * progmodes/hideif.el (hif-factor): Handle unary minus.
10458 2008-04-12  Glenn Morris  <rgm@gnu.org>
10460         * calendar/cal-china.el (chinese-calendar-time-zone):
10461         Mark obsolete name as risky too.
10463         * calendar/calendar.el (calendar-faces): New custom group.
10464         (calendar-today, diary, holiday): Doc fix.
10465         Move to calendar-faces group.
10466         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10467         (diary-button): Doc fix.  Move to calendar-faces group.
10469         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10470         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10471         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10472         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10473         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10474         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10475         not in dumped files before the associated defcustom.
10477 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
10479         * minibuffer.el (lazy-completion-table): Fix debug spec.
10481 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10483         * minibuffer.el (complete-with-action, lazy-completion-table):
10484         Move from subr.el.
10485         (apply-partially, completion-table-dynamic)
10486         (completion-table-with-context, completion-table-with-terminator)
10487         (completion-table-in-turn): New funs.
10488         (completion--make-envvar-table, completion--embedded-envvar-table):
10489         New funs.
10490         (read-file-name-internal): Use them.
10491         (completion-setup-hook): Move from simple.el.
10492         * subr.el (complete-with-action, lazy-completion-table):
10493         * simple.el (completion-setup-hook): Move to minibuffer.el.
10495 2008-04-11  Glenn Morris  <rgm@gnu.org>
10497         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10499 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10501         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10503         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10505         * textmodes/fill.el (fill-forward-paragraph-function): New var.
10506         (fill-forward-paragraph): New fun.
10507         (fill-paragraph, fill-region): Use it.
10509         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10510         (vc-status-create-fileinfo): Make `extra' optional.
10511         (vc-status-busy): New fun.
10512         (vc-status-menu-map): Use it.
10513         (vc-status-crt-marked): Remove.
10514         (vc-status-update): Rename from vc-status-add-entries.
10515         Add argument so as to prevent addition of entries.  Rewrite.
10516         (vc-update-vc-status-buffer): Remove.
10517         (vc-status-refresh): Don't remove old entries, set them to
10518         up-to-date instead.  Also do it after the update is complete.
10519         (vc-status-marked-files): Î·-reduce.
10521         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10522         for non-dialogs.
10524         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10526         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10528 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
10530         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10531         to t and don't truncate msg.
10533 2008-04-11  Glenn Morris  <rgm@gnu.org>
10535         * calendar/calendar.el (diary, holidays):
10536         Move custom groups to other files.
10537         (holiday-general-holidays, holiday-oriental-holidays)
10538         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10539         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10540         (holiday-hebrew-holidays, holiday-christian-holidays)
10541         (holiday-islamic-holidays, holiday-bahai-holidays)
10542         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10543         * calendar/diary-lib.el: Move custom group here from calendar.el.
10544         * calendar/holidays.el: Move custom group and variables here
10545         from calendar.el.
10547         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10549         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10550         Fix custom group.
10551         (calendar-current-time-zone-cache): Autoload riskiness.
10553         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10555 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
10557         * woman.el (woman2-TH): Use string-equal instead of string-match.
10559 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10561         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10562         (smerge-resolve): Merge the "2-way refinement" case with one half of
10563         the "mere whitespace" resolution.
10565 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10567         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10569 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
10571         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10572         Add WHEN to obsolescence declaration.
10574         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10576 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10578         * vc-hooks.el (vc-state): Add new state `conflict'.
10579         (vc-after-save): Use when not if.
10580         (vc-default-mode-line-string): Deal with the conflict state.
10581         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10583         * vc.el (vc-editable-p, vc-default-status-printer)
10584         (vc-next-action): Deal with the conflict state.
10585         (vc-mark-resolved): New function.
10586         (vc-status-mode): Fix mode name.
10587         (vc-default-comment-history): Use when not if.
10588         (Todo): Add new entries, remove old ones.
10590         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10591         (vc-cvs-parse-status, vc-cvs-after-dir-status):
10592         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10593         Detect the conflict state.
10595         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10597 2008-04-10  Glenn Morris  <rgm@gnu.org>
10599         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10600         Respect truncate-partial-width-windows in non-full windows,
10601         with regards to :toggle and :enable state.
10603         * simple.el (toggle-truncate-lines): Doc fix.
10605         * Makefile.in (MH_E_DIR): New variable.
10606         (MH_E_SRC): Restore variable removed 2008-03-13.
10607         (mh-loaddefs.el): Depend on $MH_E_SRC.
10608         (CAL_DIR, CAL_SRC): New variables.
10609         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10610         Depend on CAL_SRC.
10612         * calendar/calendar.el (calendar, diary): Add :prefix.
10613         (holidays): Change :prefix.
10614         (calendar-today, holiday, calendar-holiday-marker)
10615         (european-calendar-style): Change custom groups.
10617         * calendar/calendar.el (diary-hook, diary-display-hook):
10618         Move to diary-lib.el.
10619         * calendar/diary-lib.el (diary-hook, diary-display-hook):
10620         Move here from calendar.el.
10621         * calendar/appt.el: Require diary-lib rather than calendar.
10622         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10624         * calendar/appt.el (appt): Add :prefix.
10626         * calendar/diary-lib.el (diary-hook): Doc fix.
10627         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10629 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10632         New functions.
10634         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10635         the arg to recursive calls.
10637 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10639         * minibuffer.el (completion-auto-help): Fix typo.
10641 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10643         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10645 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
10647         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10648         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10650 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10652         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10654         * minibuffer.el (minibuffer): Move group from cus-edit.el.
10655         (completion-auto-help): Move from C code.
10656         (minibuffer--maybe-completion-help): Remove.
10657         (minibuffer--bitset): New function.
10658         (minibuffer--do-completion): Rename from minibuffer-do-completion.
10659         Renumber a bit.  Really complete on string *before* point.
10660         Add argument used for word-completion.
10661         Join trailing / in completion with following text, as done in
10662         minibuffer-complete-word.
10663         Handle new value `lazy' for completion-auto-help.
10664         (minibuffer-try-word-completion): New function extracted from
10665         minibuffer-complete-word.
10666         (minibuffer-complete-word): Use minibuffer--do-completion.
10667         (minibuffer--insert-strings): Rename from
10668         minibuffer-complete-insert-strings.
10669         (exit-minibuffer): Fix typo.
10670         * cus-edit.el (minibuffer): Move group to minibuffer.el.
10671         * cus-start.el: Remove completion-auto-help.
10673 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
10675         * vc.el (vc-status-add-entries): New function.
10676         (vc-status-add-entry): Remove.
10677         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10678         Use vc-status-add-entries.
10680         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10681         order.
10683 2008-04-09  Jason Rumney  <jasonr@gnu.org>
10685         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10686         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10687         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10688         (AUTOGENEL): New variable.
10689         (distclean, maintainer-clean): New targets.
10691 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10693         * emacs-lisp/regexp-opt.el (regexp-opt):
10694         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10696 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
10698         * nxml/nxml-mode.el (nxml-cleanup): New function.
10699         (nxml-mode): Add it to change-major-mode-hook.
10701 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10703         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10705 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10707         * calc/.cvsignore: New file.
10709 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10711         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10713         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10714         show-help-function when turning tooltip off.
10715         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10716         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10718 2008-04-09  Alan Mackenzie  <acm@muc.de>
10720         * font-lock.el (font-lock-extend-after-change-region-function):
10721         Make it buffer local.
10723 2008-04-09  Glenn Morris  <rgm@gnu.org>
10725         * calendar/calendar.el (diary-file, european-calendar-style):
10726         Remove autoload cookies.
10728 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10730         * outline.el (outline-mode-menu-bar-map):
10731         * log-view.el (log-view-mode-menu):
10732         * log-edit.el (log-edit-menu): Add :help.
10734 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10736         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10737         Use substring-no-properties for correct handling of unibyte strings.
10739 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10741         * add-log.el (change-log-next-buffer): Handle the case where version<
10742         signals an error.
10744         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10745         mouse-major-mode-menu.
10746         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10747         (mouse-major-mode-menu, mouse-popup-menubar)
10748         (mouse-popup-menubar-stuff): Use them.
10749         (C-down-mouse-3): Bind to a dynamic map rather than to
10750         mouse-popup-menubar-stuff.
10752         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10753         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10755 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10757         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10758         file:// access method.
10760 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10762         * minibuffer.el: New file.
10763         * loadup.el: Load it.
10765 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10767         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10768         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
10770         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10771         (calc-mode-map, calc-digit-map, calc-dispatch-map):
10772         Move initialization into declaration.
10773         * calc/calc-yank.el:
10774         * calc/calc-misc.el:
10775         * calc/calc-embed.el:
10776         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
10778 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
10780         * ps-samp.el (ps-add-printer, ps-remove-printer)
10781         (ps-make-dynamic-printer-menu): New functions.
10783         * net/zeroconf.el: New file.
10785 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10787         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10789 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10791         * vc-rcs.el (vc-rcs-modify-change-comment):
10792         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10794         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10796 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
10798         * international/mule-cmds.el (set-locale-environment): Don't warn if
10799         coding system doesn't agree with system locale (this reverts changes
10800         by Dave Love, dated 2002-10-27 and 2002-10-09).
10802         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10803         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10805         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10807 2008-04-08  Glenn Morris  <rgm@gnu.org>
10809         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10810         * textmodes/remember.el (remember-diary-convert-entry):
10811         Require calendar.
10813         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10814         diary-file, since it is the default for make-diary-entry anyway.
10816         * calendar/cal-menu.el (cal-menu-event-to-date):
10817         Rename calendar-event-to-date.  Update callers.
10818         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10819         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10820         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10821         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10822         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10823         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10824         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10825         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10826         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10827         (calendar-mouse-tex-month-landscape):
10828         Rename cal-tex-mouse-month-landscape.
10829         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10830         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10831         (calendar-mouse-tex-year-landscape):
10832         Rename cal-tex-mouse-year-landscape.
10833         (cal-menu-context-mouse-menu): Update for above name changes.
10835         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10836         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10837         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10838         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10839         * calendar/holidays.el: Replace int-to-string with number-to-string.
10841 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
10843         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10844         region if point moves.
10846 2008-04-08  Kenichi Handa  <handa@m17n.org>
10848         * faces.el (font-slant-table): Change numeric values for `r',
10849         `roman', and `normal'.
10851 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
10853         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10855 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
10857         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10858         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
10860 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
10862         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10863         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
10865 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10869 2008-04-07  Sam Steingold  <sds@gnu.org>
10871         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10872         Add helper functions.
10873         (lisp-do-defun): Extract the common part of lisp-eval-defun and
10874         lisp-compile-defun; DEFVAR forms reset the variables to the init
10875         values, just like in emacs-lisp mode eval-defun.
10876         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10877         (lisp-compile-region): Use lisp-compile-string.
10879 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10881         * subr.el (combine-and-quote-strings): Also quote strings that contain
10882         the separator.
10884         * pcvs-util.el (cvs-map): Avoid recursion :-(
10886 2008-04-07  Glenn Morris  <rgm@gnu.org>
10888         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10890         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10891         view-diary-entries-initially.  Keep old name as alias, update users.
10892         (calendar-mark-diary-entries-flag): Rename
10893         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
10894         (calendar-view-holidays-initially-flag): Rename
10895         view-calendar-holidays-initially.  Keep old name as alias, update users.
10896         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10897         Keep old name as alias, update users.
10898         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10899         Keep old name as alias, update users.
10900         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10901         Keep old name as alias, update users.
10902         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10903         Keep old name as alias, update users.
10904         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
10905         (diary-american-date-forms): Rename american-date-diary-pattern.
10906         Keep old name as alias, update users.
10907         (diary-european-date-forms): Rename european-date-diary-pattern.
10908         Keep old name as alias, update users.
10909         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10910         Keep old name as alias, update users.
10911         (calendar-european-date-display-form): Rename
10912         european-calendar-display-form.  Keep old name as alias, update users.
10913         (calendar-american-date-display-form): Rename
10914         european-calendar-display-form.  Keep old name as alias, update users.
10915         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10916         Keep old name as alias, update users.
10917         (holiday-general-holidays): Rename general-holidays.
10918         Keep old name as alias, update users.
10919         (holiday-oriental-holidays): Rename oriental-holidays.
10920         Keep old name as alias, update users.
10921         (holiday-local-holidays): Rename local-holidays.
10922         Keep old name as alias, update users.
10923         (holiday-other-holidays): Rename other-holidays.
10924         Keep old name as alias, update users.
10925         (holiday-hebrew-holidays): Rename hebrew-holidays.
10926         Keep old name as alias, update users.
10927         (holiday-christian-holidays): Rename christian-holidays.
10928         Keep old name as alias, update users.
10929         (holiday-islamic-holidays): Rename islamic-holidays.
10930         Keep old name as alias, update users.
10931         (holiday-bahai-holidays): Rename bahai-holidays.
10932         Keep old name as alias, update users.
10933         (holiday-solar-holidays): Rename solar-holidays.
10934         Keep old name as alias, update users.
10935         (diary-fancy-buffer): Rename fancy-diary-buffer.
10936         Keep old name as alias, update users.
10937         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10938         Update users.
10939         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10940         Update users.
10941         (calendar-increment-month): Rename increment-calendar-month.
10942         Keep old name as alias, update callers.
10943         (calendar-increment-month-cons): Rename old calendar-increment-month.
10944         Update callers.
10945         (calendar-extract-month): Rename extract-calendar-month.
10946         Keep old name as alias, update callers.
10947         (calendar-extract-day): Rename extract-calendar-day.
10948         Keep old name as alias, update callers.
10949         (calendar-extract-year): Rename extract-calendar-year.
10950         Keep old name as alias, update callers.
10951         (calendar-generate-window): Rename generate-calendar-window.
10952         Update callers.
10953         (calendar-generate): Rename generate-calendar.  Update callers.
10954         (calendar-generate-month): Rename generate-calendar-month.
10955         Update callers.
10956         (calendar-redraw): Rename redraw-calendar.  Update callers.
10957         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
10958         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10959         Update callers.
10960         (calendar-update-mode-line): Rename update-calendar-mode-line.
10961         Update callers.
10962         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
10963         update callers.
10964         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10965         Keep old name as alias, update callers.
10966         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10967         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10968         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10969         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10970         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10971         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10972         * calendar/solar.el: Update for calendar.el name changes.
10973         * org/org.el (org-agenda-format-date-aligned)
10974         (org-agenda-execute-calendar-command): Access date elements directly
10975         rather than using calendar functions.
10976         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10977         Also set calendar-view-diary-initially-flag,
10978         calendar-view-holidays-initially-flag.
10979         (org-get-entries-from-diary): Also set diary-fancy-buffer.
10980         (org-agenda-execute-calendar-command): No need to set displayed-day.
10982 2008-04-06  Alan Mackenzie  <acm@muc.de>
10984         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10985         typo in the doc string.
10987         * progmodes/cc-mode.el (c-basic-common-init):
10988         Set font-lock-extend-after-change-region-function.
10989         (c-extend-after-change-region): New function, used in
10990         font-lock-extend-after-change-region-function, thus superseding
10991         advice on the Font Lock after change functions.
10992         (c-advise-fl-for-region): Remove this macro.
10994 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10996         * textmodes/flyspell.el (flyspell-duplicate-distance):
10997         Improve custom type.
10999 2008-04-06  Glenn Morris  <rgm@gnu.org>
11001         * calendar/diary-lib.el (diary-sexp-entry-symbol):
11002         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
11003         (diary-list-entries-hook): Rename list-diary-entries-hook.
11004         Keep old name as alias, update users.
11005         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11006         Keep old name as alias, update users.
11007         (diary-nongregorian-listing-hook): Rename
11008         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
11009         (diary-nongregorian-marking-hook): Rename
11010         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
11011         (diary-print-entries-hook): Rename print-diary-entries-hook.
11012         Keep old name as alias, update users.
11013         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11014         Keep old name as alias, update users.
11015         (diary-number-of-entries): Rename number-of-diary-entries.
11016         Keep old name as alias, update users.
11017         (view-diary-entries, list-diary-entries, show-all-diary-entries):
11018         Give version of obsolescence.
11019         (diary-view-other-diary-entries): Rename view-other-diary-entries.
11020         Keep old name as alias, update callers.
11021         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
11022         update callers.
11023         (diary-include-other-diary-files): Rename include-other-diary-files.
11024         Keep old name as alias, update callers.
11025         (diary-simple-display): Rename simple-diary-display.
11026         Keep old name as alias, update callers.
11027         (diary-fancy-display): Rename fancy-diary-display.
11028         Keep old name as alias, update callers.
11029         (diary-print-entries): Rename print-diary-entries.
11030         Keep old name as alias, update callers.
11031         (diary-marking-entries-flag): Rename marking-diary-entries.
11032         Update users.
11033         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
11034         (diary-mark-entries): Rename mark-diary-entries.
11035         Keep old name as alias, update callers.
11036         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11037         Keep old name as alias, update callers.
11038         (diary-mark-included-diary-files): Rename mark-included-diary-files.
11039         Keep old name as alias, update callers.
11040         (calendar-mark-days-named): Rename mark-calendar-days-named.
11041         Keep old name as alias, update callers.
11042         (calendar-mark-month): Rename mark-calendar-month.
11043         Keep old name as alias, update callers.
11044         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11045         Keep old name as alias, update callers.
11046         (diary-sort-entries): Rename sort-diary-entries.
11047         Keep old name as alias, update callers.
11048         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11049         Keep old name as alias, update callers.
11050         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
11051         update callers.
11052         (diary-insert-entry): Rename insert-diary-entry.
11053         Keep old name as alias.
11054         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11055         Keep old name as alias.
11056         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11057         Keep old name as alias.
11058         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11059         Keep old name as alias.
11060         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11061         Keep old name as alias.
11062         (diary-insert-block-entry): Rename insert-block-diary-entry.
11063         Keep old name as alias.
11064         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11065         Keep old name as alias.
11066         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11067         Keep old name as alias, update users.
11068         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11069         Keep old name as alias, update callers.
11070         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11071         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11072         * calendar/icalendar.el: Update for diary-lib name changes.
11074 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
11076         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11078         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11079         for copy, move, and link operations.
11081 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11083         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11084         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11086         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11087         'require' statements with 1-argument ones (wrapped in if's).
11088         For compatibility with the current stable version of XEmacs.
11090 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
11092         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11094 2008-04-06  Jason Rumney  <jasonr@gnu.org>
11096         * language/burmese.el ("Burmese"): Make sample text consistent with
11097         language name.
11099 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
11101         * progmodes/gdb-ui.el (gdb): New group.
11102         (gdb-debug-log-max, gdb-enable-debug)
11103         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11104         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11105         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11106         (gdb-show-changed-values, gdb-max-children)
11107         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11108         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11109         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11110         (gdb-memory-unit): Move to new group from GUD group.
11111         (menu): Allow customization from GDB-UI menu-item.
11113 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11115         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11117 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11119         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11120         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11121         Revision numbers can include ".".
11123         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11124         "+" lines not accounted for by counting "-" and context lines.
11126 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11128         * term/mac-win.el (mac-service-open-file): Use file URL instead of
11129         file name string.
11131 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11133         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11134         (vc-bzr-annotate-time): Accept space used to preserve alignment.
11136 2008-04-05  Richard Stallman  <rms@gnu.org>
11138         * emacs-lisp/advice.el (defadvice): Add usage pattern.
11140 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
11142         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11143         thread in [h-e-w]).
11145 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
11147         * files.el (abort-if-file-too-large): Fix typo in docstring.
11149 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * subr.el (functionp): Return nil for special forms.
11153 2008-04-05  Glenn Morris  <rgm@gnu.org>
11155         * emacs-lisp/autoload.el (autoload-ensure-default-file):
11156         Provide a feature.
11157         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11158         Require loaddefs file rather than loading it.
11159         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11160         autoload-ensure-default-file provides a feature.
11162         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11163         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11164         (compile, compile-always, recompile): Use $LOADDEFS.
11165         (cal-autoloads): Remove.
11167         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11168         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
11170         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11171         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11173         * calendar/calendar.el (diary-hebrew-entry-symbol):
11174         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
11175         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11176         Keep old name as alias.
11177         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11178         Keep old name as alias.
11179         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11180         to diary-bahai-entry-symbol.
11181         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11182         to diary-hebrew-entry-symbol.
11183         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11184         to diary-islamic-entry-symbol.
11185         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11187         * calendar/solar.el (diary-sabbath-candles-minutes)
11188         (diary-sabbath-candles): Move to cal-hebrew.
11189         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11190         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11191         Doc fix.  Keep old name as alias.
11192         (diary-hebrew-sabbath-candles): Simplify.
11193         (solar-setup, solar-sunrise-sunset, calendar-latitude)
11194         (calendar-longitude, calendar-time-zone): Declare for compiler.
11195         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11196         rename.
11198         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11199         Rename coptic-calendar-month-name-array.  Update callers.
11200         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
11201         (calendar-coptic-name): Rename coptic-name.  Update callers.
11202         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11203         Update callers.
11204         (calendar-coptic-last-day-of-month):
11205         Rename coptic-calendar-last-day-of-month.  Update callers.
11206         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11207         Keep old name as alias, update callers.
11208         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11209         Keep old name as alias, update callers.
11210         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11211         Keep old name as alias.
11212         (calendar-ethiopic-month-name-array):
11213         Rename ethiopic-calendar-month-name-array.  Update callers.
11214         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11215         Update callers.
11216         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
11217         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11218         Keep old name as alias, update callers.
11219         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11220         Keep old name as alias, update callers.
11221         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11222         Keep old name as alias.
11224         * calendar/cal-french.el (calendar-french-epoch):
11225         Rename french-calendar-epoch.  Update callers.
11226         (calendar-french-month-name-array): Rename variable and function
11227         french-calendar-month-name-array.  Update callers.
11228         (calendar-french-multibyte-month-name-array):
11229         Rename french-calendar-multibyte-month-name-array.  Update callers.
11230         (calendar-french-day-name-array): Rename variable and function
11231         french-calendar-day-name-array.  Update callers.
11232         (calendar-french-special-days-array): Rename variable and function
11233         french-calendar-special-days-array.  Update callers.
11234         (calendar-french-multibyte-special-days-array):
11235         Rename french-calendar-multibyte-special-days-array.  Update callers.
11236         (calendar-french-accents-p): Rename french-calendar-accents.
11237         Update callers.
11238         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11239         Update callers.
11240         (calendar-french-last-day-of-month):
11241         Rename french-calendar-last-day-of-month.  Update callers.
11242         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11243         Keep old name as alias, update callers.
11244         (calendar-french-print-date): Rename calendar-print-french-date.
11245         Keep old name as alias, update callers.
11246         (calendar-french-goto-date): Rename calendar-goto-french-date.
11247         Keep old name as alias.
11249         * calendar/cal-menu.el, calendar/calendar.el:
11250         Update for Coptic and French name changes.
11252         * calendar/cal-china.el (calendar-chinese): Rename custom group
11253         from chinese-calendar.  Update users.
11254         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11255         Keep old name as alias, update users.
11256         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11257         Keep old name as alias.
11258         (calendar-chinese-daylight-time-offset):
11259         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
11260         update users.
11261         (calendar-chinese-standard-time-zone-name):
11262         Rename chinese-calendar-standard-time-zone-name.
11263         Keep old name as alias, update users.
11264         (calendar-chinese-daylight-saving-start):
11265         Rename chinese-calendar-daylight-savings-starts.
11266         Keep old name as alias, update users.
11267         (calendar-chinese-daylight-saving-end):
11268         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
11269         update users.
11270         (calendar-chinese-daylight-saving-start-time):
11271         Rename chinese-calendar-daylight-savings-starts-time.
11272         Keep old name as alias, update users.
11273         (calendar-chinese-daylight-saving-end-time):
11274         Rename chinese-calendar-daylight-savings-ends-time.
11275         Keep old name as alias, update users.
11276         (calendar-chinese-celestial-stem): Rename
11277         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
11278         (calendar-chinese-terrestrial-branch):
11279         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
11280         update users.
11281         (calendar-chinese-zodiac-sign-on-or-after):
11282         Rename chinese-zodiac-sign-on-or-after.  Update callers.
11283         (calendar-chinese-new-moon-on-or-after):
11284         Rename chinese-new-moon-on-or-after.  Update callers.
11285         (calendar-chinese-month-list): Rename chinese-month-list.
11286         Update callers.
11287         (calendar-chinese-number-months): Rename number-chinese-months.
11288         Update callers.
11289         (calendar-chinese-compute-year): Rename compute-chinese-year.
11290         Update callers.
11291         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
11292         (calendar-chinese-year): Rename chinese-year.  Update callers.
11293         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11294         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11295         Keep old name as alias, update callers.
11296         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11297         Keep old name as alias, update callers.
11298         (calendar-chinese-months-to-alist):
11299         Rename make-chinese-month-assoc-list.  Update callers.
11300         (calendar-chinese-months): Rename chinese-months.  Update callers.
11301         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11302         Keep old name as alias, update callers.
11304         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11305         Rename hebrew-calendar-leap-year-p.  Update callers.
11306         (calendar-hebrew-last-month-of-year):
11307         Rename hebrew-calendar-last-month-of-year.  Update callers.
11308         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11309         Update callers.
11310         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11311         Update callers.
11312         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11313         Update callers.
11314         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11315         Update callers.
11316         (calendar-hebrew-last-day-of-month):
11317         Rename hebrew-calendar-last-day-of-month.  Update callers.
11318         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11319         Keep old name as alias, update callers.
11320         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11321         Keep old name as alias, update callers.
11322         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11323         Keep old name as alias, update callers.
11324         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11325         Keep old name as alias.
11326         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11327         Keep old name as alias.
11328         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11329         Keep old name as alias.
11330         (holiday-hebrew-passover): Rename holiday-passover-etc.
11331         Keep old name as alias.
11332         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11333         Keep old name as alias, update callers.
11334         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11335         Keep old name as alias.
11336         (calendar-hebrew-mark-date-pattern):
11337         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
11338         update callers.
11339         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11340         Keep old name as alias.
11341         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11342         Keep old name as alias.
11343         (diary-hebrew-insert-monthly-entry):
11344         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
11345         (diary-hebrew-insert-yearly-entry):
11346         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
11347         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11348         Keep old name as alias.
11349         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
11350         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
11351         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11352         Keep old name as alias.
11353         (calendar-hebrew-parashiot-names):
11354         Rename hebrew-calendar-parashiot-names.  Update callers.
11355         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11356         (calendar-hebrew-year-Saturday-incomplete-Sunday):
11357         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11358         (calendar-hebrew-year-Saturday-complete-Tuesday):
11359         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11360         (calendar-hebrew-year-Monday-incomplete-Tuesday):
11361         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11362         (calendar-hebrew-year-Monday-complete-Thursday):
11363         Rename hebrew-calendar-year-Monday-complete-Thursday.
11364         (calendar-hebrew-year-Tuesday-regular-Thursday):
11365         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11366         (calendar-hebrew-year-Thursday-regular-Saturday):
11367         Rename hebrew-calendar-year-Thursday-regular-Saturday.
11368         (calendar-hebrew-year-Thursday-complete-Sunday):
11369         Rename hebrew-calendar-year-Thursday-complete-Sunday.
11370         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11371         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11372         (calendar-hebrew-year-Saturday-complete-Thursday):
11373         Rename hebrew-calendar-year-Saturday-complete-Thursday.
11374         (calendar-hebrew-year-Monday-incomplete-Thursday):
11375         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11376         (calendar-hebrew-year-Monday-complete-Saturday):
11377         Rename hebrew-calendar-year-Monday-complete-Saturday.
11378         (calendar-hebrew-year-Tuesday-regular-Saturday):
11379         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11380         (calendar-hebrew-year-Thursday-incomplete-Sunday):
11381         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11382         (calendar-hebrew-year-Thursday-complete-Tuesday):
11383         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11384         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
11385         Update for above name changes of constants.
11387         * calendar/cal-menu.el, calendar/calendar.el:
11388         Update for chinese and hebrew name changes.
11389         * calendar/diary-lib.el: Update for hebrew name changes.
11391 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11393         * subr.el (keymap-canonicalize): Correct thinko.
11395         * server.el: Undo part of the multi-tty change, which is only
11396         needed if server.el is preloaded, and broke server-running-p.
11397         (server-socket-dir): Initialize in the defvar, as before.
11398         (server-start): Remove initialization of server-socket-dir.
11400 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
11402         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11403         3-member cons cells.
11405 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11407         * cus-face.el (custom-face-attributes): Handle roman slant.
11409         * faces.el (default): Ensure the face-defface-spec property is set.
11411 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
11413         * files.el (abort-if-file-too-large): New function.
11414         (find-file-noselect, insert-file-1): Use it.
11416 2008-04-05  Reto Zimmermann  <reto@gnu.org>
11418         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11419         Replace C-c[a-zA-Z] key bindings.
11421 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11423         * progmodes/hideif.el (hif-token-alist): New var.
11424         (hif-token-regexp, hif-tokenize): Use it.
11425         (hif-mathify-binop): New macro.
11426         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11427         (hif-greater-equal, hif-less-equal): Use it.
11428         (hif-logior, hif-logand): New functions.
11429         (hif-math): Accept | and & as well.
11431         * progmodes/etags.el: Fix problem with completion for buffer-local
11432         tables.  Reported by Radey Shouman <shouman@comcast.net>.
11433         (tags-complete-tag): Remove.
11434         (tags-lazy-completion-table): New function to replace it.
11435         (find-tag-tag, complete-tag): Update users.
11437 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11439         * vc-rcs.el (vc-rcs-dir-status):
11440         * vc-sccs.el (vc-sccs-dir-status): New function.
11442         * outline.el (outline-mode-menu-bar-map):
11443         * term.el (terminal-signal-menu): Add :help.
11445         * net/eudc.el (eudc-mode-map): Declare and define in one step.
11446         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11448         * emacs-lisp/re-builder.el (reb-mode-map):
11449         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11451         * diff-mode.el (diff-file-junk-re): Recognize the git format for
11452         new files, deleted files and for changing permissions.
11453         (diff-mode): Set beginning-of-defun-function and
11454         end-of-defun-function.
11456         * vc-bzr.el (vc-bzr-state): Use when instead of if.
11458         * vc.el (vc-default-status-fileinfo-extra): New function.
11459         (vc-status-mark-buffer-changed): Use it.
11460         (vc-update-vc-status-buffer): Allow for partial updates.
11462 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11464         * net/tramp.el (after-init-hook): Don't wrap a lambda around
11465         tramp-register-completion-file-name-handler.
11467         * subr.el (keymap-canonicalize): New function.
11468         * mouse.el (mouse-menu-non-singleton): Use it.
11469         (mouse-major-mode-menu): Remove hack made unnecessary.
11471         * simple.el (set-fill-column): Prompt rather than error by default.
11473 2008-04-04  Andreas Schwab  <schwab@suse.de>
11475         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11476         Reset new-rules after each round.
11478         * Makefile.in (cal-autoloads): New target.
11479         (compile, compile-always, recompile): Depend on it.
11480         ($(lisp)/calendar/cal-loaddefs.el)
11481         ($(lisp)/calendar/diary-loaddefs.el)
11482         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11484 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11486         * ediff*.el: Replace load with require in eval-when-compile.
11488         * ediff-hook.el: Delete all invocations of (autoload ...).
11490         * ediff-util.el (ediff-setup): Make window-min-height a local variable
11491         in ediff control window, and set its min height to 2.
11492         (ediff-setup-control-buffer): Dedicate the control window.
11493         (ediff-toggle-multiframe): Undedicate control window.
11494         Work directly with ediff-setup-windows-multiframe and
11495         ediff-setup-windows-plain.
11497         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11498         New function.
11499         (ediff-window-setup-function): Change initialization.
11500         (ediff-setup-windows-automatic): Delete.
11501         (ediff-setup-windows-plain-merge): Make control window dedicated.
11502         (ediff-destroy-control-frame): Do not skip frames if working in a
11503         single frame.
11505         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11506         eval-when-compile.
11508         * emulation/viper-util.el: Move provide's forward, prevent recursion in
11509         eval-when-compile.
11511 2008-04-04  Glenn Morris  <rgm@gnu.org>
11513         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11514         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
11516         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11517         Rename islamic-calendar-leap-year-p.  Update callers.
11518         (calendar-islamic-last-day-of-month):
11519         Rename islamic-calendar-last-day-of-month.  Update callers.
11520         (calendar-islamic-day-number):
11521         Rename islamic-calendar-day-number.  Update callers.
11522         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11523         Update callers, keep old name as alias.
11524         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11525         Update callers, keep old name as alias.
11526         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11527         Keep old name as alias.
11528         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11529         Update callers, keep old name as alias.
11530         (calendar-islamic-mark-date-pattern):
11531         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
11532         name as alias.
11533         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11534         Keep old name as alias.
11535         (diary-islamic-insert-monthly-entry):
11536         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
11537         (diary-islamic-insert-yearly-entry):
11538         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
11540         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11541         calendar-absolute-from-iso.  Update callers, keep old name as alias.
11542         (calendar-iso-print-date): Rename calendar-print-iso-date.
11543         Update callers, keep old name as alias.
11544         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11545         Keep old name as alias.
11546         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11547         Keep old name as alias.
11549         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11550         calendar-absolute-from-julian.  Update callers, keep old name as alias.
11551         (calendar-julian-print-date): Rename calendar-print-julian-date.
11552         Update callers, keep old name as alias.
11553         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11554         Update callers, keep old name as alias.
11555         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11556         Update callers, keep old name as alias.
11557         (calendar-astro-print-day-number):
11558         Rename calendar-print-astro-day-number.  Update callers, keep old
11559         name as alias.
11560         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11561         Update callers, keep old name as alias.
11563         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11564         Rename calendar-string-to-mayan-long-count.  Update callers.
11565         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11566         Update callers, keep old name as alias.
11567         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11568         Update callers.
11569         (calendar-mayan-read-tzolkin-date):
11570         Rename calendar-read-mayan-tzolkin-date.  Update callers.
11571         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11572         Keep old name as alias.
11573         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11574         Keep old name as alias.
11575         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11576         Keep old name as alias.
11577         (calendar-mayan-previous-tzolkin-date):
11578         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
11579         (calendar-mayan-next-round-date):
11580         Rename calendar-next-calendar-round-date.  Keep old name as alias.
11581         (calendar-mayan-previous-round-date):
11582         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
11583         (calendar-mayan-long-count-to-absolute): Rename
11584         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
11585         (calendar-mayan-goto-long-count-date):
11586         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
11588         * calendar/cal-persia.el (calendar-persian-month-name-array):
11589         Rename persian-calendar-month-name-array.  Update callers.
11590         (calendar-persian-epoch): Rename persian-calendar-epoch.
11591         Update callers.
11592         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11593         Update callers.
11594         (calendar-persian-last-day-of-month):
11595         Rename persian-calendar-last-day-of-month.  Update callers.
11596         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11597         Update callers, keep old name as alias.
11598         (calendar-persian-print-date): Rename calendar-print-persian-date.
11599         Update callers, keep old name as alias.
11600         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11601         Keep old name as alias.
11603         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11604         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11605         * calendar/solar.el: Update for cal-julian name changes.
11607         * calendar/cal-dst.el: Update for persian name changes.
11609         * calendar/cal-menu.el, calendar/calendar.el:
11610         Update for islamic, iso, julian, mayan, persian name changes.
11612         * calendar/diary-lib.el: Update for islamic name changes.
11614         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11615         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
11616         as alias.
11617         (calendar-christian-all-holidays-flag):
11618         Rename all-christian-calendar-holidays.  Update callers, keep old
11619         name as alias.
11620         (calendar-islamic-all-holidays-flag):
11621         Rename all-islamic-calendar-holidays.  Update callers, keep old
11622         name as alias.
11623         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11624         Update callers, keep old name as alias.
11625         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11626         Update for the above name changes.
11628 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
11630         * hilit-chg.el (global-highlight-changes-mode)
11631         (highlight-changes-passive-string, highlight-changes-active-string):
11632         Mark as obsolete since 23.1, not 22.1.
11634 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
11636         * hilit-chg.el (highlight-changes-visibility-initial-state)
11637         (hilit-chg-update, highlight-changes-mode-turn-on):
11638         Fix typos in docstrings.
11640 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
11642         * newcomment.el (comment-enter-backward): Be careful to restore
11643         position changed during narrowing.
11645 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
11647         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11648         Recognize `sub ($$)'.
11650 2008-04-03  Richard Sharman  <rsharman@pobox.com>
11652         * hilit-chg.el (highlight-changes-mode): Rename from
11653         highlight-changes; no longer uses sub-modes active and passive;
11654         implemented by define-minor-mode.
11655         (highlight-changes-toggle-visibility): New function, to replace
11656         the old passive/active submodes of global-highlight-changes-mode;
11657         implemented by define-minor-mode.
11658         (global-highlight-changes-mode): Rename from global-highlight-changes;
11659         rewrite using define-globalized-minor-mode.
11660         (hilit-chg-major-mode-hook, hilit-chg-check-global)
11661         (hilit-chg-post-command-hook, hilit-chg-check-global)
11662         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11663         to use of define-globalized-minor-mode.
11664         (highlight-changes-global-initial-state): Change to be boolean.
11665         (highlight-changes-visible-string, highlight-changes-invisible-string):
11666         Rename from highlight-changes-active-string and
11667         highlight-changes-passive-string.
11668         (hilit-chg-update, hilit-chg-set): Use them.
11669         (global-highlight-changes-mode): Rename from global-highlight-changes.
11670         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11671         docstring.
11672         (hilit-chg-hide-changes): Rewrite to use dolist.
11673         (hilit-chg-set-face-on-change, hilit-chg-update)
11674         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11675         variable instead of testing highlight-changes-mode.
11676         (highlight-markup-buffers): Add require ediff-util; argument on calls
11677         to highlight-changes-mode changed.
11678         (highlight-compare-with-file): Fix problems with interactive
11679         call giving invalid default file.
11681 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
11683         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11684         Fix in disassembly buffer (regression in 22.2).
11686 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11688         * emulation/viper-macs.el (viper-read-fast-keysequence):
11689         Use viper-read-event instead of viper-read-key.
11691         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11693         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11694         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11695         let-statements.
11697         * emulation/viper-ex.el, emulation/viper-macs.el:
11698         * emulation/viper-mous.el:
11699         Replace load with require in eval-when-compile.
11701 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11703         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11705         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11706         (archive-try-jka-compr): New function.
11707         (archive-set-buffer-as-visiting-file): Use it.
11709         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11711 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11713         * simple.el (handle-shift-selection): New arg.
11715 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11717         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11719         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11721 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11723         * shell.el (shell-dynamic-complete-filename): New fun.
11724         (shell-dynamic-complete-functions): Use it.
11726         * help-fns.el (describe-variable): Undo 2008-02-25 change.
11728 2008-04-03  Kenichi Handa  <handa@m17n.org>
11730         * international/fontset.el (create-fontset-from-x-resource):
11731         Handle the error of X resource more gracefully.
11733         * international/latin1-disp.el (latin1-display): Don't use make-char.
11734         Fix the argument to set-char-table-range.
11735         (latin1-display-identities): Don't use make-char.
11736         (latin1-display-reset): Use map-charset-chars instead of directly
11737         calling standard-display-default.
11738         (latin1-display-check-font): Don't use make-char.
11739         (latin1-display-setup): Likewise.
11740         (latin1-display-ucs-per-lynx): Likewise.
11742 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11744         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11745         name the fields, to make the code clearer.
11746         Rewrite all `aset' and `aref' using the defined accessors.
11747         (timer--time): New pseudo-field.
11748         (timer-set-time, timer-set-idle-time, timer-inc-time)
11749         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11750         (timer--time-less-p): New function.
11751         (timer--activate): New function, extracted from timer-activate.
11752         (timer-activate-when-idle, timer-activate): Use it.
11753         (cancel-function-timers): Use dolist.
11755 2008-04-03  Glenn Morris  <rgm@gnu.org>
11757         * add-log.el (c-beginning-of-defun, c-end-of-defun):
11758         Remove declarations; no longer used.
11759         (c-cpp-define-name, c-defun-name): Declare as functions.
11761         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11762         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11764         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11765         (holiday-passover-etc, holiday-hanukkah): Doc fix.
11766         Add optional argument.  Simplify.
11767         (holiday-tisha-b-av-etc): Use memq rather than unless.
11768         (holiday-julian): Autoload it.
11769         (holiday-hebrew-misc): New function.
11771         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11773         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11774         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11775         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11776         all-hebrew-calendar-holidays.
11777         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11778         Simplify using new functions.
11779         (calendar-holidays): Doc fix.
11780         (generate-calendar-window): Use bound-and-true-p.
11782         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11784         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11785         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
11786         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
11787         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11789         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11791 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11793         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11795         * vc-bzr.el (vc-bzr-checkout): Simplify.
11797         * image-mode.el (image-mode-fit-frame): New command.
11799         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11800         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11801         (keyboard-escape-quit): Check region-active-p i.s.o
11802         transient-mark-mode.
11804 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11806         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11807         (imap-message-copyuid-1): Use it.
11808         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11809         J. Williams in
11810         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11812 2008-04-02  Alan Mackenzie  <acm@muc.de>
11814         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11815         New optimised functions to get the name of the current defun/macro.
11817         * add-log.el (add-log-current-defun): Move the functionality which
11818         gets the current function name for C like modes to cc-cmds.el,
11819         thus optimising for speed.
11821 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
11823         * simple.el (deactivate-mark): When the mark is temporarily
11824         active, restore the original value of transient-mark-mode.
11825         (set-mark-command): First deactivate the mark if was temporarily active.
11826         (exchange-point-and-mark): Reactivate the mark if it was
11827         temporarily active.
11828         (handle-shift-selection): New fun.
11829         (transient-mark-mode): Move var documentation here from buffer.c.
11830         (next-line, previous-line, backward-word, move-end-of-line)
11831         (move-beginning-of-line, forward-to-indentation)
11832         (backward-to-indentation, back-to-indentation)
11833         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11835         * mouse.el (mouse-set-region-1): Save the old value of
11836         transient-mark-mode.
11837         (mouse-drag-track): Ignore the now-obsolete value `identity' for
11838         transient-mark-mode.
11840         * textmodes/paragraphs.el (forward-paragraph)
11841         (backward-paragraph, forward-sentence, backward-sentence): Add ^
11842         interactive spec.
11844         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11846 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
11848         * net/tramp.el (tramp-make-tramp-temp-file):
11849         Use `tramp-drop-volume-letter' for the local file name part.
11851 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11853         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
11854         Add menu entries corresponding to all the key bindings.
11856         * emacs-lisp/debug.el (debugger-mode-map):
11857         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11858         (conf-align-assignments): Only work on the region if it is active.
11859         (conf-quote-normal): Use when instead of if.  Remove redundant test.
11861         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11862         for tracing and re-builder.
11864 2008-04-02  Glenn Morris  <rgm@gnu.org>
11866         * calendar/appt.el (appt-disp-window-function): Doc fix.
11867         (appt-display-message): Move beep before display.
11868         (appt-check): Make interactive.  Reduce the number of lets.
11869         Use string-equal to compare mode-line strings.
11870         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
11871         read-only.
11872         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11873         (appt-delete): Simplify.
11875         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11877         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11879         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11880         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11881         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11883         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11884         (calendar-holiday-marker, mark-visible-calendar-date):
11885         * calendar/diary-lib.el (fancy-diary-display):
11886         Check for font-lock-mode before using faces.
11888         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11889         (calendar-gregorian-from-absolute): Reduce the number of lets.
11890         (hebrew-holidays-4, generate-calendar-window): Simplify.
11891         (calendar-for-loop): Make obsolete.
11892         (calendar-nth-named-day): Doc fix.
11894         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11895         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11896         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11897         Reduce the number of lets.
11898         (mark-sexp-diary-entries, calendar-mark-complex):
11899         Expand calendar-for-loops.
11901 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
11903         * find-dired.el (find-dired-filter): Fix last patch to handle
11904         multi-line process input.  Pad link numbers too.
11906 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
11908         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11910 2008-04-01  Jason Rumney  <jasonr@gnu.org>
11912         * international/characters.el (script-list): Add phonetic script,
11913         covering IPA (previously Latin), Phonetic Extensions and
11914         Phonetic Extensions Supplement (both previously unassigned).
11916         * international/fontset.el (setup-default-fontset): Use unicode fonts
11917         that cover bopomofo script for bopomofo.
11918         Likewise for braille and mathematical.
11919         Use unicode scripts that cover the phonetic script for IPA.
11921 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
11923         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11924         return the assigned value.
11926 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11928         * abbrev.el (abbrev-mode): Use define-minor-mode.
11930         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
11931         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11932         Use map-keymap.
11933         (minor-mode-menu-from-indicator): Use it.  Simplify.
11935         * bindings.el (mode-line-mode-menu): Move before (new) first use.
11936         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11937         Bind the key directly to the menu.
11938         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11940 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
11942         * epa.el (epa-decrypt-region): Explain the reason why this
11943         function should not be used in Lisp programs.
11944         (epa-decrypt-armor-in-region): Ditto.
11945         (epa-verify-region): Ditto.
11946         (epa-verify-cleartext-in-region): Ditto.
11947         (epa-sign-region): Ditto.
11948         (epa-encrypt-region): Ditto.
11950         * epg.el (epg-start-receive-keys): Fix typo in docstring.
11952         * epa.el (epa-select-keys): Show menu even if there is no key in
11953         GnuPG's keyring.
11955 2008-04-01  Glenn Morris  <rgm@gnu.org>
11957         * calendar/calendar.el (calendar-make-temp-face): New function.
11958         (mark-visible-calendar-date):
11959         * calendar/diary-lib.el (fancy-diary-display): Use it.
11961         * vc-hooks.el (vc-responsible-backend): Declare as function.
11963         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11964         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11965         * calendar/cal-julian.el (holiday-julian): Use it.
11967         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11968         (calendar-hebrew-date-is-visible-p): Extract some common code into
11969         separate function.
11970         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11972         * calendar/cal-menu.el (cal-menu-holidays-menu):
11973         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11974         rather than obsolete alias.
11976         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11977         for mark characters.
11978         (calendar-unmark): Unmark by removing all overlays, rather than
11979         redrawing.
11980         (calendar-starred-day): Remove.
11981         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
11982         (calendar-cursor-to-date): No need for special star handling now
11983         using overlays.
11984         (calendar-star-date): Use overlays.
11986         * calendar/cal-french.el (calendar-goto-french-date):
11987         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11988         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11989         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11990         * calendar/cal-persia.el (calendar-persian-date-string):
11991         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11992         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11993         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11994         * calendar/solar.el (solar-equinoxes-solstices):
11995         Reduce nesting of some lets.
11997         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11998         (calendar-goto-mayan-long-count-date): Simplify.
12000         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12001         Simplify by using mapcar.
12002         (calendar-list-holidays): Return holiday-list.
12003         (list-holidays): Use let rather than let*.  Remove un-needed locals
12004         `d', `never'.
12005         (calendar-check-holidays): Return result from dolist.
12006         (holiday-float): Use a single let*.  Simplify if-and to and.
12007         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12008         single let*.
12010 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
12012         * calc/calc.el: Autoload `calc-yank'.
12013         (calc-mode-map): Add keybindings for `calc-yank'.
12014         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12015         assignments for `calc-yank'.
12017 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
12019         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12020         (vc-status-mark-buffer-changed): Handle the extra field.
12022         * vc-bzr.el (vc-bzr-after-dir-status):
12023         * vc-cvs.el (vc-cvs-after-dir-status):
12024         * vc-hg.el (vc-hg-after-dir-status):
12025         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12027 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12029         * doc-view.el: Compute displayed pages first (in PDF).
12030         (doc-view-current-converter-processes): Rename from
12031         doc-view-current-converter-process.  Update users.
12032         (doc-view-sentinel): Test buffer's liveness.
12033         (doc-view-pdf/ps->png-sentinel): Remove.
12034         (doc-view-start-process): New function.
12035         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12036         (doc-view-ps->pdf): Use it.
12037         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12038         New functions.
12039         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12040         (doc-view-mode): Kill the processes when leaving the mode.
12042 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
12044         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12045         Use `byte-compile-warning-types'.  Add docstring.
12047 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12049         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12050         (smerge-resolve): Add various resolution heuristics.
12052         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12053         in 3-way conflicts.
12055 2008-03-31  Glenn Morris  <rgm@gnu.org>
12057         * calendar/cal-bahai.el (diary-bahai-mark-entries):
12058         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12059         * calendar/cal-islam.el (mark-islamic-diary-entries):
12060         Fix argument order in call to diary-mark-entries-1.
12062         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12063         pre-Bahai dates.
12064         (holiday-bahai): Use an algorithm actually relevant to this calendar
12065         system.
12067         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12069         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12070         Use and.
12072         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12073         in the last fortnight in Julian October.
12075         * calendar/calendar.el (increment-calendar-month): Optionally handle
12076         systems without 12 months per year.
12077         (calendar-date-is-visible-p): Doc fix.  Simplify.
12079         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12080         from dolist.
12082 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
12084         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12085         (hi-lock-unload-function): New function.
12087 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
12089         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12090         overwriting when NEWNAME is a local file.
12092         * net/trampver.el: Update release number.
12094 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
12096         * vc-git.el: Make vc-status display information about copies,
12097         renames and permission changes.
12098         (vc-git-extra-fileinfo): New defstruct.
12099         (vc-git-escape-file-name, vc-git-file-type-as-string)
12100         (vc-git-rename-as-string, vc-git-permissions-as-string)
12101         (vc-git-status-printer): New functions.
12102         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12103         (vc-git-after-dir-status-stage1): Look for copies, renames and
12104         permission changes.
12105         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12106         (vc-git-dir-status): Ask for staged files and renames.
12108 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
12110         * vc.el: Allow backends to display backend specific information in
12111         the vc-status listing.
12112         (vc-status-fileinfo): Add a field for backend specific information.
12113         (vc-status-printer): Rename to ...
12114         (vc-default-status-printer): ... this.
12115         (vc-status-printer): New function.
12116         (vc-update-vc-status-buffer): Set the backend specific file info
12117         if provided.
12119 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12121         * textmodes/remember.el (remember-diary-convert-entry): Revert last
12122         change (ill-conceived).
12124 2008-03-29  Glenn Morris  <rgm@gnu.org>
12126         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12127         * calendar/cal-julian.el (holiday-julian): Simplify.
12129         * calendar/holidays.el (list-holidays): Use or.
12131 2008-03-29  Juri Linkov  <juri@jurta.org>
12133         * window.el (split-window-preferred-horizontally): New function.
12135         * cus-start.el (split-window-preferred-function):
12136         Set choice for "vertically" to nil instead of split-window.
12137         Set choice for "horizontally" to split-window-preferred-horizontally
12138         instead of lambda.
12140 2008-03-29  Juri Linkov  <juri@jurta.org>
12142         * simple.el (minibuffer-default-add-function): New variable with
12143         the default to minibuffer-default-add-completions.
12144         (minibuffer-default-add-done): New variable.  Make it buffer-local.
12145         (minibuffer-default-add-completions): New function.
12146         (goto-history-element): Set minibuffer-default-add-done to t and
12147         call a function in minibuffer-default-add-function when the
12148         specified absolute history position is greater than the length of
12149         the minibuffer-default list and minibuffer-default-add-done is nil.
12150         Change "^End of history; no next item$" to "^End of defaults;
12151         no next item$".
12153         * bindings.el (debug-ignored-errors): Change "^End of history;
12154         no next item$" to "^End of defaults; no next item$".
12156 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12158         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12160         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12161         to with-no-warnings.
12163 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
12165         Sync with Tramp 2.1.13.
12167         * net/tramp-ftp.el: Require 'cl when byte-compiling.
12169         * net/trampver.el: Update release number.
12171 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12173         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12174         the current backend.
12176         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12177         (vc-status-refresh): Create a temporary buffer and call the
12178         `dir-status' backend function from that buffer.
12180         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12181         (vc-bzr-after-dir-status): Don't kill the buffer.
12183         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12184         (vc-cvs-after-dir-status): Don't kill the buffer.
12186         * vc-git.el (vc-git-dir-status): Don't create a buffer.
12187         (vc-git-after-dir-status-stage2): Don't kill the buffer.
12189         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12190         (vc-hg-after-dir-status): Don't kill the buffer.
12192         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12193         (vc-svn-after-dir-status): Don't kill the buffer.
12195 2008-03-29  Glenn Morris  <rgm@gnu.org>
12197         * calendar/calendar.el (diary-file, american-date-diary-pattern)
12198         (european-date-diary-pattern, european-calendar-display-form)
12199         (american-calendar-display-form, diary-display-hook): Doc fixes.
12200         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
12201         custom :set.  Mark as obsolete.
12202         (calendar-date-style, iso-date-diary-pattern)
12203         (iso-calendar-display-form): New user variables.
12204         (diary-date-forms, calendar-date-display-form): Set using
12205         calendar-date-style.  Doc fix.
12206         (calendar-set-date-style): New command.
12207         (european-calendar, american-calendar): Use calendar-set-date-style.
12208         Mark as obsolete.
12210         * calendar/diary-lib.el (number): Move declaration where needed.
12211         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12212         (diary-make-date): New function.
12213         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12214         Use diary-make-date.
12215         (diary-date-display-form, diary-insert-entry-1): New functions.
12216         (insert-monthly-diary-entry, insert-yearly-diary-entry):
12217         Use diary-insert-entry-1.
12218         (insert-anniversary-diary-entry, insert-block-diary-entry)
12219         (insert-cyclic-diary-entry): Use diary-date-display-form.
12221         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12222         Autoload diary-insert-entry-1.
12223         * calendar/cal-bahai.el (diary-bahai-insert-entry)
12224         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12225         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12226         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12227         * calendar/cal-islam.el (insert-islamic-diary-entry)
12228         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12229         Use diary-insert-entry-1.
12231         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12232         (diary-yahrzeit): Doc fix.  Use diary-make-date.
12234         * calendar/icalendar.el (icalendar--datetime-to-american-date):
12235         New name for icalendar--datetime-to-noneuropean-date.  Make old name
12236         obsolete alias.
12237         (icalendar--datetime-to-iso-date): New function.
12238         (icalendar--datetime-to-diary-date): Doc fix.  Respect
12239         calendar-date-style if bound.
12241         * textmodes/remember.el (remember-diary-convert-entry):
12242         Respect calendar-date-style if bound.
12244 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12246         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12247         (xterm-mouse-handle-delete-frame): Delete.
12249         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12250         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12251         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12252         in xterm-modify-other-keys-terminal-list.
12254         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12255         are conflicts.
12257 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12259         * vc.el (vc-update): Check if the buffer is unsaved only if it
12260         actually exists.
12261         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12262         vc-print-log.
12264 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12266         * net/dns.el (dns-write): Use set-buffer-multibyte.
12268 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12270         * vc-bzr.el (vc-bzr-sha1): New fun.
12271         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12272         (vc-bzr-registered): Use it.
12274 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12276         * vc.el (vc-status-kill-dir-status-process): Simplify.
12277         (vc-status-refresh): Make sure the buffer is live.
12278         (ring): Don't require it, not used.
12280 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
12282         * progmodes/verilog-mode.el (verilog-auto-inout-module):
12283         Add optional regular expression to AUTOINOUTMODULE.
12284         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12285         (verilog-auto-inst-param, verilog-auto-reg)
12286         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12287         (verilog-auto-output-every, verilog-auto-input)
12288         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12289         (verilog-auto-unused, verilog-auto): Update documentation to use
12290         more obvious instance module names versus cell names.
12292 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
12294         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12295         kill if a process is running.
12297         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12299 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12301         * vc.el: Add new backend function 'status-extra-headers.
12302         (vc-default-status-extra-headers): New function.
12303         (vc-status-headers): Call 'status-extra-headers.  Add colors.
12305         * vc-git.el (vc-git-status-extra-headers): New function.
12307 2008-03-28  Glenn Morris  <rgm@gnu.org>
12309         * calendar/cal-menu.el (cal-menu-holidays-menu)
12310         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12311         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12312         holiday-list is optional.
12313         (calendar-mouse-holidays): Remove un-needed local `l'.
12315         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12316         Remove un-needed local `date'.
12317         (calendar-cursor-to-visible-date): Use let rather than let*.
12318         Remove un-needed local `first-of-month-weekday'.
12320         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12322         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12323         Doc fixes.
12324         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
12325         (diary-header-line-flag, diary-header-line-format): Declare.
12326         (diary-pull-attrs): Check for multiple matches.
12327         (diary-list-entries-2): Simplify finding start of date.
12328         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12329         pop-up-frames.
12330         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12331         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12333 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
12335         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12337         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12339 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12341         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12343         * image-mode.el (image-mode-reapply-winprops): Fix last change.
12345 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
12347         * international/mule-conf.el (define-iso-single-byte-charset):
12348         Don't make latin-iso8859-* supplementary.
12349         (#'set-charset-priority): Don't change the priority of charsets
12350         `unicode' and `emacs'.
12352 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12355         temp buffer.
12357 2008-03-27  Glenn Morris  <rgm@gnu.org>
12359         * calendar/cal-bahai.el (diary-bahai-list-entries):
12360         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12361         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12363         * calendar/calendar.el (diary-file): Doc fix.
12365         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12366         (list-diary-entries-hook, mark-diary-entries-hook)
12367         (include-other-diary-files, diary-mail-entries)
12368         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12369         (diary-set-header): New function.
12370         (diary-header-line-flag, diary-header-line-format):
12371         Use diary-set-header for custom :set function.
12372         (diary-set-maybe-redraw): Use symbol-value rather than eval.
12373         (diary-attrtype-convert): Use intern-soft rather than read.
12374         (diary-display-no-entries): New function.
12375         (simple-diary-display, fancy-diary-display): Use it.
12376         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
12377         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12379         * calendar/holidays.el (list-holidays): Doc fix.
12381 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
12383         * calc/calc-store.el (calc-read-var-name-history): New variable.
12384         (calc-read-var-name): Use `calc-read-var-name-history'.
12386 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12388         * image-mode.el (image-mode-reapply-winprops): Simplify now that
12389         window-configuration-change-hook works buffer-locally.
12391 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12393         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12394         for Emacs Lisp, not Lisp.
12396 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
12398         * help-fns.el (describe-function-1, describe-variable):
12399         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12401         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12402         replacement is provided, don't print "use nil instead".
12404 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12406         * complete.el (PC-do-completion): Use regexp-quote.
12408 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12410         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12411         Detect missing files.
12413         * vc-git.el (vc-git-extra-menu-map): New key map.
12414         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12415         New functions.
12417         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12418         and 'missing files.
12420 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12422         * calendar/holidays.el (list-holidays): Make Y2 optional.
12424         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12425         buffers shown to the user.
12426         (appt-disp-window): Disable undo explicitly now that the leading space
12427         is gone.
12429         * simple.el (activate-mark): New function.
12430         (set-mark-command): Use it with region-active-p to clean up the code.
12431         (exchange-point-and-mark): Invert the meaning of C-u when
12432         transient-mark-mode is active.
12434         * dired-aux.el (dired-create-files): Use dolist.
12436         * bindings.el (mode-line-change-eol): Use with-selected-window.
12438         * apropos.el (apropos-command): Include macros.
12440 2008-03-26  Glenn Morris  <rgm@gnu.org>
12442         * calendar/cal-bahai.el: Require calendar, not cal-julian.
12443         (calendar-bahai-epoch): Doc fix.
12445         * calendar/cal-china.el: Explicitly require calendar.
12447         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12448         Require calendar rather than cal-julian.
12449         Autoload calendar-absolute-from-julian.
12450         * calendar/cal-coptic.el (coptic-calendar-epoch):
12451         * calendar/cal-islam.el (calendar-islamic-epoch):
12452         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12454         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12456         * calendar/cal-dst.el: Don't require cal-persia.
12457         (calendar-absolute-from-persian): Autoload it.
12458         (dst-adjust-time): Doc fix.
12460         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12461         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12462         calendar.
12464         * calendar/cal-menu.el: Require calendar rather than declaring
12465         functions.
12466         * calendar/calendar.el: Provide calendar before requiring cal-menu.
12468         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12469         calendar-after-frame-setup-hooks.  Update callers, make old name an
12470         obsolete alias.  Doc fix.
12471         (calendar-frame-1): Doc fix.
12473         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12475         * calendar/calendar.el (oriental-holidays, solar-holidays):
12476         * calendar/holidays.el (list-holidays): Assume atan always bound.
12478         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12479         Explicitly require calendar, not cal-julian.
12480         * calendar/lunar.el: Explicitly require cal-dst.
12482 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12484         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12486         * help-fns.el (describe-function-1, describe-variable): If no
12487         replacement is provided, don't print "use nil instead".
12489 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12491         * proced.el: New file.
12493 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12495         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12497 2008-03-25  Juri Linkov  <juri@jurta.org>
12499         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12500         in battery-mode-line-format.
12502         * bindings.el (minibuffer-local-map): For the command
12503         file-cache-minibuffer-complete replace keymap minibuffer-local-map
12504         with map which is already locally bound to minibuffer-local-map.
12506 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12508         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12509         Remove `sort-first' argument.
12511         * subr.el (redisplay-end-trigger-functions)
12512         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12513         (process-filter-multibyte-p, set-process-filter-multibyte):
12514         Mark as obsolete.
12516 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
12518         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12519         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12520         use the LOCAL arg of `add-hook'.
12521         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12522         Remove spurious * from defcustom docstrings.
12523         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12524         Fix typos in messages.
12525         (reb-mode-buffer-p): New function.
12526         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
12527         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12528         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12529         Use `unless', `when'.
12530         (re-builder-unload-function): New function.
12532 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
12534         * vc-hooks.el (vc-state): Add documentation for 'missing.
12536 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
12538         * progmodes/verilog-mode.el (verilog-auto-output)
12539         (verilog-auto-input, verilog-auto-inout, verilog-auto)
12540         (verilog-delete-auto): Add optional regular expression to
12541         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12542         (verilog-signals-matching-regexp): New internal function for
12543         signal matching.
12545 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
12547         * info.el (Info-isearch-search): Always return point.
12549 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12551         * diff-mode.el (diff-remembered-defdir): New var.
12552         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12554 2008-03-25  Glenn Morris  <rgm@gnu.org>
12556         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12557         calendar-bahai-prompt-for-date.  Update callers, make old name an
12558         obsolete alias.  Doc fix.
12559         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12560         coptic-prompt-for-date.  Update callers, make old name an
12561         obsolete alias.  Doc fix.
12562         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12563         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
12564         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12565         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
12566         * calendar/cal-iso.el (calendar-iso-read-date): New name for
12567         calendar-iso-read-args.  Update callers, make old name an obsolete
12568         alias.
12569         * calendar/cal-persia.el (calendar-persian-read-date): New name for
12570         persian-prompt-for-date.  Update callers, make old name an
12571         obsolete alias.  Doc fix.  Move definition before use.
12573         * calendar/cal-x.el (diary-frame-parameters)
12574         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12575         (calendar-frame-1): Doc fixes.
12576         (make-fancy-diary-buffer): Remove declaration.
12577         (calendar-dedicate-diary): Replace call to deleted function
12578         make-fancy-diary-buffer.
12579         (calendar-frame-setup): New function.
12580         (calendar-one-frame-setup, calendar-only-one-frame-setup)
12581         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12582         work, and mark as obsolete.
12583         (special-display-buffer-names): Don't mess with this; it's not our
12584         business.
12585         (cal-x-load-hook): Defvar it, and mark as obsolete.
12587         * calendar/calendar.el (calendar-remove-frame-by-deleting):
12588         Default to t.  Add to 'calendar group.
12589         (calendar): Doc fix.  Use calendar-frame-setup.
12590         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
12591         (generate-calendar-window): Doc fix.
12593 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12595         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12597 2008-03-24  Drew Adams  <drew.adams@oracle.com>
12599         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12600         New variables.
12601         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
12602         (finder-exit): Ignore errors rather than avoiding them.
12603         Kill *Finder-package* buffer also.
12605 2008-03-24  Andreas Schwab  <schwab@suse.de>
12607         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12609 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
12611         * vc-hg.el (vc-hg-after-dir-status):
12612         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12614         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12615         Detect removed files.
12617         * vc.el (vc-status-printer): Use a different face for missing files.
12618         (vc-status-hide-up-to-date): Rename from
12619         vc-status-remove-up-to-date.  Update all callers.
12620         (vc-status-mode-map): Bind C-m.
12622 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
12624         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12625         code ...
12626         (vc-git--state-code): ... to this new function.
12627         (vc-git-state): Use it.
12629 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
12631         * textmodes/remember.el (remember-mail-date)
12632         (remember-store-in-mailbox): Write date and From line in such a
12633         way that Mutt can read it.
12635 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
12637         * simple.el (transient-mark-mode): Turn on by default.
12639 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12641         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12642         'unregistered for unregistered files.
12644         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12646         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12648         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12649         subdirectories.
12651         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12652         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12653         Add :enable for vc-status-refresh.
12654         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12655         (vc-status-tool-bar-map): Add binding for
12656         vc-status-kill-dir-status-process.
12657         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12658         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12659         Reset vc-status-process-buffer.
12660         (vc-status-refresh): Don't run two refreshes at a time.
12661         (vc-status): If the buffer is already in vc-status-mode only refresh.
12662         (vc-status-mark-buffer-changed): Add an optional file parameter.
12663         (vc-resynch-buffer): Use it.
12664         (vc-delete-file): Expand the file name before using it.
12665         Be careful to not create a new buffer with the old file contents.
12666         Update the VC state after performing the operation.
12668 2008-03-23  Andreas Schwab  <schwab@suse.de>
12670         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12671         Fix radio button condition.
12672         [box]: Likewise.
12673         [customize]: Add radio button.
12675 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
12677         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12678         (calc-user-parse-tables, calc-gnuplot-default-device)
12679         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12680         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12681         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12682         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12683         (calc-undo-list, calc-redo-list, calc-main-buffer)
12684         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12685         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12686         (calc-said-hello, calc-executing-macro, calc-any-selections)
12687         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12688         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12689         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12690         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12691         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12692         (calc-create-buffer, calc-quit): Add docstrings.
12694 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
12696         * makefile.w32-in (WINS_ALMOST): Add org.
12698 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12700         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12701         New functions to implement vc-status support.
12703 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12705         * vc.el (vc-status-prepare-status-buffer): New function.
12706         (vc-status): Use it.
12708         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12709         appropriate.
12711 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
12713         * vc-git.el (vc-git--empty-db-p)
12714         (vc-git-after-dir-status-stage1-empty-db): New functions.
12715         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12716         Add support for empty repositories.
12718 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12720         * vc-git.el (vc-git-annotate-extract-revision-at-line):
12721         Allow "^" in a version name.
12723         * vc-mtn.el (vc-mtn-state): Support the added state.
12725 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
12727         * org: New directory for Org-mode.
12729         * org/org-export-latex.el: Moved from lisp/texmodes.
12731         * org/org-irc.el: Moved from lisp/texmodes.
12733         * org/org-mac-message.el: Moved from lisp/texmodes.
12735         * org/org-mouse.el: Moved from lisp/texmodes.
12737         * org/org-publish.el: Moved from lisp/texmodes.
12739 2008-03-21  Juri Linkov  <juri@jurta.org>
12741         * comint.el (comint-dynamic-simple-complete):
12742         Use variable `stub' for the second arg `common-substring'
12743         of `comint-dynamic-list-completions'.
12744         (comint-dynamic-list-filename-completions):
12745         Use variable `filenondir' for the second arg `common-substring'
12746         of `comint-dynamic-list-completions'.
12747         (comint-dynamic-list-completions): Add new optional arg
12748         `common-substring'.  Add `common-substring' as the second arg of
12749         the call to `display-completion-list'.  Doc fix.
12751         * comint.el (comint-dynamic-complete-as-filename)
12752         (comint-dynamic-list-filename-completions)
12753         (comint-dynamic-simple-complete): Use `minibuffer-message'
12754         to display message "No completions of %s" when a command
12755         is called in the minibuffer.
12756         (comint-dynamic-simple-complete): Don't display other
12757         completion messages when a command is called in the minibuffer.
12758         (comint-dynamic-list-completions): Use `minibuffer-message'
12759         to display message " [Type space to flush ...]" when a command
12760         is called in the minibuffer.
12762         * shell.el (shell-dynamic-complete-command)
12763         (shell-dynamic-complete-environment-variable): Don't display
12764         completion messages when command is called in the minibuffer.
12766         * emacs-lisp/lisp.el (lisp-complete-symbol):
12767         Use `minibuffer-message' to display message "No completions of %s"
12768         when this command is called in the minibuffer.
12770         * bindings.el (standard-mode-line-modes): Put special help-echo
12771         tooltip on recursive edit %[ %] mode-line constructs.
12773         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12774         "^No dynamic expansion for .* found$" to allow error messages like
12775         "No dynamic expansion for \"%s\" found in this-buffer".
12777 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
12779         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12780         "psftp".
12782 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12784         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12785         * vc.el (vc-default-dired-state-info): Use just "modified".
12786         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12787         (vc-cvs-mode-line-string): Make use of the better default.
12788         (vc-cvs-parse-entry): Use the new `added'.
12789         (vc-cvs-dired-state-info): Remove.
12790         * vc-svn.el (vc-svn-dired-state-info): Remove.
12791         * vc-hg.el (vc-hg-dired-state-info): Remove.
12792         * vc-git.el (vc-git-dired-state-info): Remove.
12794 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12796         * vc-git.el (vc-git-status-result): New variable.
12797         (vc-git-dir-status): Split out ...
12798         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12799         ... these new functions and work asynchronously.
12801 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
12803         * vc-git.el (vc-git-after-dir-status): Remove.
12804         (vc-git-dired-state-info): Reimplement.
12806 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12808         * replace.el (occur-mode-map): Add :help.
12810         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12811         for disassemble.
12813         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12814         the 'added state.
12815         (vc-status-remove-up-to-date): New function.
12816         (vc-status-mode-map, vc-status-menu-map): Bind it.
12817         (vc-status-printer): Use a different face up-to-date files.
12818         (vc-resynch-buffer): Update the vc-status buffer if it exists.
12819         (Todo): Remove solved entries.
12821         * vc-hg.el (vc-hg-state):
12822         * vc-git.el (vc-git-state):
12823         * vc-cvs.el (vc-cvs-parse-status):
12824         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12825         state.
12827 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * progmodes/compile.el (compile):
12830         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12832         * simple.el (minibuffer-local-shell-command-map): New var.
12833         (minibuffer-complete-shell-command, read-shell-command): New funs.
12834         (shell-command, shell-command-on-region): Use them.
12836 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12838         * vc.el (vc-status-mark-buffer-changed): New function to implement
12839         updating of the *vc-status* buffer when a buffer is saved.
12840         (vc-status-mode): Use it for after-change-hook.
12841         (vc-add-to-vc-status-buffer): Rename to ...
12842         (vc-status-add-entry): ... this.
12843         (Todo): Add new entry.
12845 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12847         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12849 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
12851         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12852         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12853         Remove spurious * from defcustom docstrings.
12854         (icomplete-compute-delay): Fix docstring and remove spurious *.
12855         (icomplete-delay-completions-threshold): Fix typo in docstring and
12856         remove spurious *.
12857         (icomplete-completions): While collecting the list of prospective
12858         candidates, don't overshoot `icomplete-prospects-length'.
12860 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12862         * textmodes/refbib.el:
12863         * textmodes/reftex.el:
12864         * textmodes/reftex-global.el:
12865         * textmodes/reftex-vars.el:
12866         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12867         compiler pacifying defvars.
12868         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12869         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12870         not needed.
12872 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
12874         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12875         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12876         (verilog-customize, verilog-font-customize)
12877         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12878         (verilog-mode): Update documentation strings to match tool tips.
12879         (verilog-auto-search-do, verilog-auto-re-search-do)
12880         (verilog-skip-forward-comment-or-string): Fix verilog-auto
12881         expansion when a .* appears inside a string.
12882         (verilog-re-search-forward, verilog-re-search-backward):
12883         Add comment to recall how this works.
12884         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12886 2008-03-20  Glenn Morris  <rgm@gnu.org>
12888         * calendar/calendar.el (calendar-other-dates): New function.
12889         (calendar-print-other-dates): Use calendar-other-dates.
12890         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12891         the declarations it replaces.
12892         (calendar-mouse-print-dates): Use calendar-other-dates.
12894         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12895         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12896         (calendar-absolute-from-bahai): Fix the leap-year case.
12897         (calendar-bahai-from-absolute): Re-use the Gregorian month.
12898         (calendar-bahai-date-string, calendar-bahai-print-date):
12899         Handle pre-Bahai dates.
12901         * calendar/cal-china.el (chinese-calendar-celestial-stem)
12902         (chinese-calendar-terrestrial-branch): Make defcustoms.
12904         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12905         (calendar-mouse-view-diary-entries): Use or.
12906         (calendar-mouse-chinese-date): Remove unused command.
12907         (cal-menu-load-hook): Mark as obsolete.
12909         * calendar/solar.el (calendar-location-name, calendar-latitude)
12910         (calendar-longitude, solar-arctan, sunrise-sunset)
12911         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12913 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
12915         * calc/calc.el: Remove outdated comments.
12916         (defcalcmodevar, calc-mode-var-list-restore-default-values)
12917         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12918         Add docstrings.
12920 2008-03-19  Jason Rumney  <jasonr@gnu.org>
12922         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12924 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12926         * net/tls.el (open-tls-stream): Reindent.
12928 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
12930         * net/tramp.el (tramp-let-maybe): Removed.
12931         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12932         It does not exist under XEmacs.
12933         (tramp-handle-file-truename, tramp-handle-expand-file-name)
12934         (tramp-completion-file-name-handler): Let-bind
12935         `directory-sep-char'.
12937         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12938         `directory-sep-char'.
12940 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12942         * help-fns.el (describe-function-1): Don't signal "missing arglist"
12943         for autoloaded keymaps.
12945         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12946         (electric-verilog-terminate-line, verilog-in-struct-region-p)
12947         (verilog-backward-ws&directives, verilog-forward-ws&directives)
12948         (verilog-in-comment-p, verilog-in-star-comment-p)
12949         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12950         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12951         (verilog-skip-forward-comment-or-string, verilog-in-paren)
12952         (verilog-skip-forward-comment-p): Use it.
12954 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12956         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12957         (org-remember-templates, org-time-stamp-rounding-minutes)
12958         (org-back-over-empty-lines, org-find-base-buffer-visiting)
12959         (org-columns-new): Fix typos in docstrings.
12961 2008-03-19  Glenn Morris  <rgm@gnu.org>
12963         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12964         (tramp-handle-shell-command): Use condition-case rather than
12965         ignore-errors.
12967 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
12969         * diff-mode.el (diff-header): Make the color louder.
12970         (diff-refine-change): Tone the color down.
12972 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12974         * descr-text.el (describe-char): When `describe-char-unidata-list'
12975         is set to show all properties, list them in the right order.
12977 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12979         * international/mule.el (load-with-code-conversion): Avoid setting
12980         default-enable-multibyte-characters.
12982 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
12984         * vc.el (vc-annotate-background): Fix custom type.
12986 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12988         * descr-text.el (describe-char-unidata-list): Allow specifying
12989         just all properties.
12990         (describe-char): Handle that new value.
12992         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12994 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12996         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12997         instead of file name extension to make docs with uncommon
12998         extensions work.
13000 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13002         * doc-view.el (require): Require cl at compile time because
13003         `assert' needs it.
13005 2008-03-18  Glenn Morris  <rgm@gnu.org>
13007         * calendar/calendar.el (initial-calendar-window-hook)
13008         (today-visible-calendar-hook): Doc fixes.
13010 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
13012         * net/tramp.el (tramp-root-regexp): Simplify.
13013         (tramp-completion-file-name-regexp-separate): Don't insist on
13014         leading "[".  This prevents method or user or host completion.
13015         (tramp-let-maybe): Autoload it.
13016         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
13017         is an alias for `identity'.
13018         (tramp-handle-write-region): Protect `last-coding-system-used'
13019         over the trailing statements.
13020         (tramp-completion-file-name-handler-post-function): Remove.
13021         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13022         instead of calling `tramp-drop-volume-letter'.
13024         * net/tramp.el:
13025         * net/tramp-uu.el:
13026         * net/trampver.el: Move coding cookie at the end.
13028 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13030         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13031         elements which may be something else than characters.
13033 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
13035         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13036         New functions to implement vc-status support.
13038         * vc.el (vc-default-extra-status-menu)
13039         (vc-add-to-vc-status-buffer): New functions.
13041         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13042         for eldoc and ielm.
13044 2008-03-17  Glenn Morris  <rgm@gnu.org>
13046         * calendar/cal-x.el (diary-frame-parameters)
13047         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13048         Fix custom type; add options.
13049         (calendar-frame, diary-frame): Doc fixes.
13050         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13051         new functions.
13052         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13053         Use calendar-frame-1 and calendar-dedicate-diary.
13054         (calendar-one-frame-setup): Also handle only-one-frame case.
13055         (calendar-only-one-frame-setup): Doc fix.  Just call
13056         calendar-one-frame-setup.
13058         * calendar/diary-lib.el: Re-order some definitions before their use.
13059         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13060         (diary-list-entries): Doc fixes.
13061         (make-fancy-diary-display): Remove function.
13063         * calendar/calendar.el (calendar-today-marker)
13064         (initial-calendar-window-hook, today-visible-calendar-hook)
13065         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13066         (calendar-star-date, calendar-mark-today): Doc fixes.
13067         (today-visible-calendar-hook): Add options.
13068         (calendar-in-read-only-buffer): New macro.
13069         (calendar-basic-setup): Adapt for change in calendar-read-date.
13070         Place holiday let inside if.
13071         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13072         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13073         (calendar-print-other-dates): Use one let rather than many.
13075         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13076         (calendar-print-other-dates):
13077         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13078         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13079         * calendar/holidays.el (calendar-list-holidays, list-holidays)
13080         (calendar-cursor-holidays):
13081         * calendar/lunar.el (calendar-phases-of-moon): Use
13082         calendar-in-read-only-buffer to replace previous code and disable undo.
13084 2008-03-16  Juri Linkov  <juri@jurta.org>
13086         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13087         and regexp-search-ring-yank-pointer for the HISTPOS argument of
13088         read-from-minibuffer to provide the correct initial minibuffer
13089         history position in isearch-edit-string when it is called from
13090         isearch-ring-adjust.
13092         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13093         to check if the current buffer is the minibuffer, and in this case
13094         call abort-recursive-edit to kill the minibuffer.  Doc fix.
13095         (kill-this-buffer-enabled-p): Allow this function to return non-nil
13096         when the current buffer is the minibuffer.
13098         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
13100 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
13102         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13103         Use non-nil PARENTS attribute of make-directory instead of
13104         explicitly checking existence the current cache directory.
13106 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
13108         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13109         M-x epa-file-select-keys.
13111 2008-03-16  Kenichi Handa  <handa@m17n.org>
13113         * international/mule.el (auto-coding-alist):
13114         Use no-conversion-multibyte for archive files.
13116 2008-03-16  Glenn Morris  <rgm@gnu.org>
13118         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13119         New functions.
13120         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13121         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13122         Use calendar-mark-1.
13123         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13124         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13125         Use calendar-mark-complex.
13126         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13127         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13128         Use calendar-mark-1.
13130         * calendar/calendar.el (calendar-mod): Remove.
13131         * calendar/cal-china.el (calendar-chinese-from-absolute)
13132         (calendar-chinese-date-string): Expand calendar-mod calls.
13133         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13134         Expand calendar-mod calls.
13136         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13137         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13138         (diary-bahai-insert-yearly-entry): Use let rather than let*.
13139         Move obsolete aliases after the functions that replaced them.
13141         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13142         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13143         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13144         Use let rather than let*.
13145         (calendar-hebrew-prompt-for-date): New function.
13146         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13147         (holiday-tisha-b-av-etc): Use unless, let.
13149         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13150         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13152         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13154         * calendar/calendar.el (calendar-for-loop): Add indent spec.
13156         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13157         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13158         than concat.
13159         (diary): Remove un-needed let.
13160         (view-other-diary-entries): Rename argument.
13161         (diary-list-entries-2): New function.
13162         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13163         (print-diary-entries): Use unless.
13164         (diary-mark-entries-1): Change argument order, make all but
13165         markfunc optional.  Handle the standard (Gregorian) case.
13166         Use match-string-no-properties.  Handle marks.
13167         (mark-diary-entries): Use diary-mark-entries-1.
13168         (diary-font-lock-keywords-1): New macro.
13169         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13171 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
13173         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13174         (icalendar-export-hidden-diary-entries): New variable.
13175         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13176         In case of error, insert full error-val.
13177         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
13178         Use calendar-day-of-week.  Return the day number.
13179         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13181 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
13183         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13184         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13185         (icalendar-export-region): Ignore hidden diary entries.
13186         (icalendar--convert-ordinary-to-ical): Fix case where event
13187         spans across midnight boundary.
13188         (icalendar-first-weekday-of-year): New function.
13189         (icalendar--convert-weekly-to-ical): Allow user-selectable start
13190         year for recurring events (Mozilla calendars do not propagate
13191         recurring events forever, so year 2000 start date was not working).
13192         (icalendar--convert-yearly-to-ical): Remove extra spaces in
13193         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13195 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
13197         * net/tramp.el (tramp-root-regexp): New defconst.
13198         (tramp-completion-file-name-regexp-unified)
13199         (tramp-completion-file-name-regexp-separate)
13200         (tramp-completion-file-name-regexp-url): Use it.
13201         (tramp-do-copy-or-rename-file-via-buffer):
13202         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
13203         t for `insert-file-contents-literally'.
13204         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13205         Autoload it.
13206         (tramp-completion-file-name-handler-post-function): New defconst.
13207         (tramp-completion-file-name-handler): Use it.
13208         (tramp-maybe-open-connection): Update calls to
13209         `tramp-flush-connection-property' for removed 2nd argument.
13211 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13213         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13214         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13215         New functions.
13217 2008-03-15  Glenn Morris  <rgm@gnu.org>
13219         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13220         New functions.
13221         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13222         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13223         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13224         (diary-bahai-list-entries): Use diary-list-entries-1.
13225         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
13226         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13227         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13228         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13229         (list-hebrew-diary-entries): Use diary-list-entries-1.
13230         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
13231         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13232         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13233         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13234         (list-islamic-diary-entries): Use diary-list-entries-1.
13235         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
13237         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13239         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13241         * calendar/cal-china.el (number-chinese-months)
13242         (calendar-chinese-from-absolute): Use nth, caar.
13244         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13246         * calendar/cal-french.el (french-calendar-accents): Doc fix.
13248         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13249         (calendar-hebrew-month-name-array-leap-year)
13250         (hebrew-calendar-parashiot-names): Make constants.
13251         (diary-parasha): Move definition after constants it uses.
13253         * calendar/cal-html.el (cal-html-insert-link-yearpage)
13254         (cal-html-htmlify-list): Doc fix.
13255         (cal-html-htmlify-entry): Use nth.
13257         * calendar/cal-islam.el (calendar-islamic-month-name-array)
13258         (calendar-islamic-epoch): Make constants.
13259         (calendar-islamic-epoch): Doc fix.
13261         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13263         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13264         (cal-tex-month-name): Doc fix.
13265         (cal-tex-last-blank-p): Use zerop.
13267         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13268         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13269         (calendar-cursor-to-date): Doc fix.
13270         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13271         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13272         (calendar-day-number): Use when.
13273         (generate-calendar-month): Use dotimes.
13274         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13275         (calendar-set-mark): Reverse conditional.
13276         (calendar-make-alist): Move definition before use.
13278         * calendar/diary-lib.el (diary-face-attrs)
13279         (diary-glob-file-regexp-prefix, diary-selective-display)
13280         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13281         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13282         (diary-anniversary, diary-cyclic)
13283         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13284         (diary-header-line-format): Change wording.
13285         (diary-list-entries): Set `date-start' in let.
13286         (include-other-diary-files, mark-included-diary-files): Use format.
13287         (simple-diary-display, fancy-diary-display): Use cadr, unless.
13288         (mark-diary-entries): Use 1+.
13289         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13290         (mark-calendar-month): Use dotimes.
13292         * calendar/holidays.el (displayed-month, displayed-year):
13293         Move declarations where needed.
13294         (calendar-list-holidays): Doc fix.
13296         * calendar/parse-time.el (parse-time-string): Simplify.
13298         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13299         Make constants.
13300         (solar-sunrise-sunset): Rename some local variables for clarity.
13301         (sunrise-sunset): Use zerop.
13302         (solar-mean-equinoxes/solstices): Doc fix.
13304         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13305         Use nth.
13306         (timeclock-completing-read, timeclock-generate-report): Use zerop.
13307         (timeclock-mean, timeclock-generate-report): Use dolist.
13309         * calendar/todo-mode.el (todo-add-category): Simplify.
13310         (todo-more-important-p, todo-delete-item, todo-file-item):
13311         Use unless, when.
13312         (todo-top-priorities): Use zerop.
13314 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
13316         * buff-menu.el (list-buffers-noselect): Display buffer name in
13317         tooltip instead of mouse binding when it doesn't fit in the list.
13319 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13321         * faces.el (xw-defined-colors):
13322         * simple.el (widget-convert, shell-mode): Declare as functions
13323         instead of autoloading.
13325         * abbrev.el:
13326         * button.el:
13327         * cus-face.el:
13328         * ediff-hook.el:
13329         * emacs-lisp/backquote.el:
13330         * emacs-lisp/timer.el:
13331         * facemenu.el:
13332         * faces.el:
13333         * menu-bar.el:
13334         * simple.el:
13335         * subr.el:
13336         * textmodes/fill.el:
13337         * textmodes/paragraphs.el: Remove autoloads, redundant when the
13338         files are preloaded.
13340 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13342         * desktop.el (desktop-create-buffer): Don't catch errors if
13343         debug-on-error is set.
13345 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
13347         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13348         ($(lisp)/calendar/diary-loaddefs.el)
13349         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13350         (LOADDEFS): New macro.
13351         (autoloads): Depend on $(LOADDEFS).
13353 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13355         * font-lock.el (featurep): Remove test, not useful anymore.
13356         (facemenu-keymap): Move key binding ...
13357         * facemenu.el (facemenu-keymap): ... here.
13359         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
13360         for each file in the list.
13361         (vc-bzr-log-view-mode): Recognize the file marker.
13363         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13364         for checkdoc and profiling.
13366 2008-03-14  Bastien Guerry  <bzg@altern.org>
13368         * textmodes/flyspell.el (nxml-mode): Add the right
13369         `flyspell-mode-predicate'.
13371         * wid-edit.el (link): Use 'mouse-face for :follow-link.
13373 2008-03-14  Glenn Morris  <rgm@gnu.org>
13375         * calendar/solar.el: Reorder so that functions are defined before use.
13376         (displayed-month, displayed-year): Move declarations where needed.
13377         (solar-get-number): Move definition before use.  Use unless.
13378         (solar-equatorial-coordinates): Simplify.
13379         (solar-sunrise-and-sunset): Use let rather than let*.
13380         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13382         * startup.el (command-line-1): Rename -internal-script back to
13383         -scriptload (reverts previous change).
13385         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13386         (calendar-bahai-leap-base): Add doc strings.
13387         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13388         Move definition before use.
13389         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13390         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13391         variables outside the loop.  Use dolist.
13392         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13394         * calendar/cal-china.el: Re-order so that functions are defined before
13395         use.
13396         (displayed-month, displayed-year): Move declarations where needed.
13397         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13398         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13399         Add doc strings.
13400         (chinese-year-cache): Recenter on 2010.  Doc fix.
13401         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13402         Doc fix.  Simplify.
13403         (chinese-year-cache-init): New function.
13404         (compute-chinese-year, holiday-chinese-new-year)
13405         (calendar-chinese-date-string, calendar-goto-chinese-date)
13406         (make-chinese-month-assoc-list): Use cadr, nth.
13407         (chinese-months): Remove un-needed let.
13409         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13410         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13411         (coptic-prompt-for-date): Move definition before use.
13413         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13414         (calendar-dst-find-data, calendar-daylight-time-offset)
13415         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13416         (calendar-daylight-savings-starts-time)
13417         (calendar-daylight-savings-ends-time): Use cadr, nth.
13419         * calendar/cal-french.el (french-calendar-epoch)
13420         (calendar-goto-french-date): Doc fix.
13421         (french-calendar-month-name-array)
13422         (french-calendar-multibyte-month-name-array)
13423         (french-calendar-day-name-array, french-calendar-special-days-array):
13424         Add doc strings.
13426         * calendar/cal-hebrew.el (displayed-month, displayed-year)
13427         (original-date): Move declarations where needed.
13428         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13429         Doc fix.
13430         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13431         constant variables outside the loop.  Use dolist.
13433         * calendar/cal-islam.el (displayed-month, displayed-year)
13434         (original-date): Move declarations where needed.
13435         (islamic-calendar-day-number): Remove unused local variable `day'.
13436         (calendar-goto-islamic-date): Doc fix.
13437         (holiday-islamic): Use unless.
13438         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13439         constant variables outside the loop.  Use dolist.
13440         (mark-islamic-calendar-date-pattern): Move definition before use.
13441         Use unless.
13442         (mark-islamic-diary-entries): Doc fix.
13443         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13444         (insert-yearly-islamic-diary-entry): Use let rather than let*.
13446         * calendar/cal-julian.el (calendar-absolute-from-julian):
13447         Move definition before use.  Remove un-needed local `day'.
13448         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13450         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13451         (calendar-mayan-tzolkin-names-array): Add doc strings.
13452         (calendar-mayan-long-count-from-absolute): Use a single let.
13453         (calendar-string-to-mayan-long-count): Simplify.
13454         (calendar-next-haab-date, calendar-previous-haab-date)
13455         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13456         (calendar-previous-calendar-round-date)
13457         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13458         Doc fix.
13459         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13460         (calendar-mayan-date-string, calendar-print-mayan-date)
13461         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13462         (calendar-mayan-long-count-common-era): Move definitions before use.
13464         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13465         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13466         Doc fix.
13467         (calendar-mouse-goto-date): Move definition before use.
13469         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13470         Move definition before use.
13471         (calendar-cursor-to-visible-date): Move definition before use.
13472         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
13473         and place inside the conditional.
13474         (calendar-forward-day): Simplify.
13475         (calendar-end-of-month): Use unless.
13476         (calendar-goto-day-of-year): Doc fix.
13477         Relocate obsolete aliases after their replacements.
13479         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13481         * calendar/diary-lib.el (mark-diary-entries): Move some constant
13482         variables outside the diary-date-forms loop.
13484         * calendar/calendar.el (diary-file): Doc fix.
13485         (calendar-buffer-list): Return buffers rather than strings (fixes
13486         previous change).
13487         (hebrew-holidays-4): Fix typo.
13489         * calendar/holidays.el (displayed-month, displayed-year):
13490         Move declarations where needed.
13491         (calendar-holiday-list, calendar-list-holidays)
13492         (holiday-filter-visible-calendar): Move definitions before use.
13493         (list-holidays): Use cadr.
13494         Relocate obsolete aliases after their replacements.
13496         * calendar/lunar.el (date, displayed-month, displayed-year):
13497         Move declarations where needed.
13498         (lunar-phase-list): Move definition after functions it uses.
13499         (calendar-phases-of-moon, diary-phases-of-moon)
13500         (lunar-new-moon-on-or-after): Use cadr, nth.
13501         (lunar-new-moon-on-or-after): Doc fix.
13503         * textmodes/org-irc.el (top-level): CL not required when compiling.
13504         (org-irc-visit-erc): Replace runtime CL functions.
13506         * textmodes/org-publish.el (declare-function): Add compatibility stub.
13507         (org-publish-delete-dups): Declare as function.
13509 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13511         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13512         (vc-bzr-show-log-entry): Make regexp match more cases.
13513         (vc-diff-switches-list): Remove autoload, not needed.
13515 2008-03-14  Juri Linkov  <juri@jurta.org>
13517         * isearch.el (isearch-edit-string): Remove one call to
13518         `isearch-push-state' not to push an inconsistent state,
13519         but keep another correct call to `isearch-push-state'.
13520         (isearch-ring-adjust): Call `isearch-push-state' only when
13521         `search-ring-update' is non-nil since `isearch-edit-string'
13522         already pushes its state.
13523         (isearch-message): Improve matching the failed part by checking
13524         if the original message starts with the last successful message.
13526         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13527         (dired-perm-write): Rename from `dired-warn-writable'.
13528         Change parent face from `font-lock-warning-face' to
13529         `font-lock-comment-delimiter-face'.
13530         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13531         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13532         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13533         with `dired-perm-write-face'.
13535 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
13537         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13538         Create cache dir only if it doesn't already exist.
13540 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13542         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13543         of \ and '.
13545 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
13547         * net/browse-url.el (browse-url-text-xterm):
13548         Unquote browse-url-text-browser.
13550 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
13552         * textmodes/org-mouse.el: Version number change.
13554         * textmodes/org-publish.el (org-publish-expand-components):
13555         Remove null projects from the list of components.
13556         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13557         Remove unused retrieval of the :publishing-directory property.
13558         (org-publish-file): Bugfix: when using a relative directory as the
13559         publishing directory, convert it to a directory filename.
13560         (org-publish-project): New alias.
13561         (org-publish-get-files): Protect against empty p.
13562         (org-publish-file): Send an error when file is not part of any project.
13563         (org-publish-file): Offer to refresh the list of files in known
13564         project when the current file is not part of any project.
13565         (org-publish-before-export-hook)
13566         (org-publish-after-export-hook): New hooks.
13567         (org-publish-org-to): Use new hooks and kill buffers.
13568         (org-publish-file): Remove the code for killing buffers.
13569         (org-publish-initialize-files-alist): Use interactive.
13570         (org-publish-file): If the publishing function creates a new
13571         buffer, kill it after publishing.
13572         (org-publish-timestamp-filename): Protect ":" in file name path
13573         under windows.
13575         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13576         change that killed the LaTeX buffer.
13578         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13579         in the decision tree.
13580         (org-select-remember-template): Clean the code.
13581         (org-prepare-dblock): Add the extra :content parameter.
13582         (org-write-agenda): New output type ".ics" files.
13583         (org-write-agenda): Call `org-icalendar-verify-function', both for
13584         time stamps and for TODO entries.
13585         (org-agenda-collect-markers, org-create-marker-find-array)
13586         (org-check-agenda-marker-table): New functions.
13587         (org-agenda-marker-table): New variable.
13588         (org-export-as-html): Revert the change that killed the html
13589         buffer.  Side effects first need to be studied carefully.
13590         (org-get-tags-at): Fix the structure of the condition-case statement.
13591         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13592         (org-timestamp-change): Fix regular expressions to swallow the
13593         extra character for repeat-shift control.
13594         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13595         (org-get-legal-level): Alias to `org-get-valid-level'.
13596         (org-dblock-write:clocktable): Add a :link parameter, linking
13597         headlines to their location in the Org agenda files.
13598         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13599         throwing an error when getting tags before headlines.
13600         (org-timestamp-change, org-modify-ts-extra)
13601         (org-ts-regexp1): Fix timestamp editing.
13602         (org-agenda-custom-commands-local-options): New constant.
13603         (org-agenda-custom-commands):
13604         Use `org-agenda-custom-commands-local-options' to improve customize
13605         type.  "htmlize": Removed hack to fix face problem with htmlize,
13606         it no longer seem necessary.
13607         (org-follow-link-hook): New hook.
13608         (org-agenda-custom-commands): Add "Component" as a tag for each
13609         item in a command series.
13610         (org-open-at-point): Run `org-follow-link-hook'.
13611         (org-agenda-schedule): Bugfix: don't display marker type when it
13612         is nil.
13613         (org-store-link): org-irc required.
13614         (org-set-regexps-and-options): Parse the new logging options.
13615         (org-extract-log-state-settings): New function.
13616         (org-todo): Handle the new ways of recording state change stuff.
13617         (org-local-logging): New function.
13618         (org-columns-open-link): Fix bug with opening link in column view.
13619         (org-local-logging): New function.
13620         (org-todo): Make sure that LOGGING properties are honoured.
13621         (org-todo-keywords): Improve docstring.
13622         (org-startup-options): Cleanup startup options.
13623         (org-set-regexps-and-options): Process the "!" markers.
13624         (org-todo): Respect the new logging stuff.
13625         (org-log-note-how): New variable.
13626         (org-add-log-maybe): New parameter HOW that defines how logging
13627         should be done and also overrides PURPOSE.  Add a docstring.
13628         (org-add-log-note): Check if we really need to ask for a note.
13629         (org-get-current-options): Digest the new keyword.
13630         (org-agenda-reset-markers): Rename from
13631         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
13632         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13633         function, without force argument.
13634         (org-buffer-property-keys): Bind local variables s and p.
13635         (org-make-tags-matcher): Allow "" to match an empty or
13636         non-existent property value.
13637         (org-export-as-html): Join unsorted lists when they directly
13638         follow each other.  Such lists may be created by headlines that
13639         are converted to lists.
13640         (org-nofm-to-completion): New function.
13641         (org-export-as-html): Use :html-extension instead of
13642         org-export-html-extension.
13643         (org-store-link): Support for links from `rmail-summary-mode'.
13644         (org-columns-new, org-complete, org-set-property): Set the
13645         `include-columns' argument in the call to
13646         `org-buffer-property-keys'.
13647         (org-buffer-property-keys): New argument `include-columns', to
13648         include properties expected by any of the COLUMNS formats in the
13649         current buffer.
13650         (org-cleaned-string-for-export): Get rid of drawers first, so that
13651         they will be removed also in the text before the first headline.
13652         (org-clock-report): Show the clocktable when found.
13653         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13654         (org-version): With prefix argument, insert `org-version' at point.
13655         (org-agenda-goto): Recenter the window after finding the target
13656         location, to make sure the correct position will be displayed.
13657         (org-agenda-get-deadlines): Don't scale priority with the warning
13658         period.
13659         (org-insert-heading): Don't break line in the middle of the line.
13660         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13661         be 0.
13662         (org-update-checkbox-count): Revamp to deal with hierarchical
13663         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
13664         (org-remove-timestamp-with-keyword): New function.
13665         (org-schedule, org-deadline):
13666         Use `org-remove-timestamp-with-keyword' to make sure all such time
13667         stamps are removed.
13668         (org-mode): Support for `align'.
13669         (org-agenda-get-deadlines): Make sure priorities increase as the
13670         due date approaches and is passed.
13671         (org-remember-apply-template): Fix problem with tags that
13672         contain "_" or "@".
13673         (org-make-link-regexps): Improve the regular expression for plain links.
13674         (org-agenda-get-closed): List each clocking entry.
13675         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13676         (org-special-ctrl-k): New option.
13677         (org-kill-line): New function.
13678         (org-archive-all-done): Fix incorrect number of stars in regexp.
13679         (org-refile-get-location): New function.
13680         (org-refile-goto-last-stored): New function.
13681         (org-global-tags-completion-table): Add the value of org-tag-alist
13682         in each buffer, to make sure that also unused tags will be
13683         available for completion.
13684         (org-columns-edit-value)
13685         (org-columns-next-allowed-value): Only update if not in agenda.
13686         (org-clocktable-steps): New function.
13687         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13688         (org-archive-subtree): Add the outline tree context as a property.
13689         (org-closest-date): New optional argument `prefer'.
13690         (org-goto-auto-isearch): New option.
13691         (org-goto-map, org-get-location): Implement auto-isearch.
13692         (org-goto-local-auto-isearch-map): New variable.
13693         (org-goto-local-search-forward-headings)
13694         (org-goto-local-auto-isearch): New functions.
13696 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
13698         * textmodes/org-irc.el: New file.
13700 2008-03-13  John Wiegley  <johnw@gnu.org>
13702         * textmodes/org-mac-message.el: New file.
13704 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
13706         * font-lock.el (font-lock-comment-face): Set the foreground for
13707         the light background 8 colors case.
13709 2008-03-13  Glenn Morris  <rgm@gnu.org>
13711         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13712         generate-autoload-cookie patterns.
13714         * startup.el (command-line-1): Rename -scriptload to -internal-script.
13716         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13717         (MH_E_SRC): Remove variable.
13718         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13719         Simplify file header.  Use $@ for generated-autoload-file.
13721         * Makefile.in (LOADDEFS): New variable.
13722         (AUTOGENEL): Use $LOADDEFS.
13723         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13724         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13725         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13726         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13727         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13728         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13729         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13730         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13731         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13732         Add calendar-specific autoload cookies, and remove any setting of
13733         generated-autoload-file.
13734         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13735         * calendar/diary-lib.el: Replace explicit autoloads with reading of
13736         diary-loaddefs.
13737         * calendar/holidays.el: Replace explicit autoloads with reading of
13738         hol-loaddefs.
13740         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13741         (calendar-buffer-list): Simplify.
13742         (generate-calendar-window): Use calendar-mark-holidays rather than
13743         obsolete alias.
13745         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13746         Use cal-hebrew-yahrzeit-buffer.
13748         * calendar/cal-x.el (calendar-only-one-frame-setup)
13749         (calendar-two-frame-setup): Doc fixes.
13750         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13752         * calendar/appt.el (appt-mode-string): Mark as risky.
13753         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13755         * calendar/cal-html.el (diary-list-entries):
13756         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13757         (calendar-iso-from-absolute): Fix autoloads.
13759         * calendar/cal-iso.el (calendar-absolute-from-iso)
13760         (calendar-iso-read-args): Simplify.
13761         (calendar-iso-date-string, calendar-iso-read-args)
13762         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13764         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13765         (displayed-month, displayed-year): Move declarations where needed.
13766         (calendar-print-astro-day-number): Doc fix.
13768         * calendar/cal-persia.el (persian-calendar-month-name-array)
13769         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13770         (persian-prompt-for-date): Remove local variable `today'.
13772         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13774         * calendar/solar.el (solar-moment, solar-exact-local-noon)
13775         (solar-sunrise-sunset, solar-sunrise-sunset-string)
13776         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13777         (diary-sabbath-candles, solar-equinoxes/solstices)
13778         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13779         (solar-time-equation, solar-date-to-et): Simplify.
13781         * mail/supercite.el: Remove the `function' in `(function (lambda'.
13782         Replace `(car (cdr' with cadr'.
13784         * progmodes/f90.el (f90-font-lock-n): New function.
13785         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13786         Use f90-font-lock-n.
13787         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13789         * progmodes/f90.el (f90-mode-abbrev-table):
13790         * progmodes/fortran.el (fortran-mode-abbrev-table):
13791         Use newer form of define-abbrev, where supported.  No need to bind
13792         abbrevs-changed for system abbrevs.
13794 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13796         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13797         delete-frame-functions.
13799         * bookmark.el (Info-current-node): Remove.
13801 2008-03-12  Juri Linkov  <juri@jurta.org>
13803         * help.el (describe-project): Remove defaliases for view-todo and
13804         describe-project that are now unnecessary after the merge from
13805         emacs--rel--22 that added define-obsolete-function-alias.
13807         * startup.el (inhibit-startup-screen): Revert incomplete
13808         2008-03-10 merge from emacs--rel--22 that partly reverted
13809         2008-02-28 change that added initial message to *scratch* buffer
13810         regardless of the value of `inhibit-startup-screen'.
13811         Now keep this change in the trunk, but not in the 22 branch.
13813 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13815         * international/quail.el (quail-setup-completion-buf, quail-help):
13816         * mail/binhex.el (binhex-decode-region-internal):
13817         * mail/uudecode.el (uudecode-decode-region-internal):
13818         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13819         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13820         setting default-enable-multibyte-characters.
13822         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13824         * comint.el: Fix up indentation and comment style.  Remove `function'.
13826         * international/mule-cmds.el (reset-language-environment)
13827         (set-language-environment-nonascii-translation):
13828         Don't set-unibyte-charset.
13830         * doc-view.el: Remove all cb-args, use closures instead.
13831         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13832         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13833         doing an incorrect check).  Update all callers to use the new name.
13834         (doc-view-doc->txt): Add missing `txt' argument.
13836 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13838         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13839         md5 sum calculation to single-byte.
13841 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13843         * doc-view.el (doc-view-new-window-function): Add assertion.
13844         (doc-view-doc-type): New var.
13845         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13846         (doc-view-intersection): New fun.
13847         (doc-view-mode): Use it to set the new var.
13849 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13851         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13852         (doc-view-already-converted-p): New functions.
13853         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13854         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13855         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13856         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13857         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13858         (doc-view-convert-current-doc): Don't hardwire the functions the
13859         sentinels call.  Now they're provided by two args CALLBACK and
13860         CB-ARGS to the functions.
13861         (doc-view-search): Use doc-view-doc->txt.
13862         (doc-view-initiate-display): Use doc-view-already-converted-p.
13863         Mention new binding C-c C-t if doc-view-mode doesn't work.
13865 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
13867         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13869 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13871         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13872         Mark " outside of tags as punctuation.
13874 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13876         * menu-bar.el (minibuffer-local-map): Use the same command for the
13877         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13878         Prefer RET over C-j for exit-minibuffer.
13880         * files.el (display-buffer-other-frame): Eliminate problematic code.
13882         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13883         (menu-bar-select-buffer): Remove.
13884         (menu-bar-select-frame): Make non-interactive and take a frame arg.
13885         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13887 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
13889         * icomplete.el (icomplete-completions): Remove obsolete code.
13891         * net/net-utils.el (iwconfig-program-options): Doc fix.
13892         (net-utils-run-program, run-network-program): Define as functions.
13894 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
13896         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13898 2008-03-11  Glenn Morris  <rgm@gnu.org>
13900         * faces.el (mode-line-emphasis): New face.
13901         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13903         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13905 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
13907         * simple.el (set-mark-command): Doc fix.
13909 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13913         * emacs-lisp/autoload.el (autoload-find-destination):
13914         Don't force raw-text.
13916         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13917         * calendar/cal-loaddefs.el: Don't version control.
13919 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13921         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13922         entries and add :help to the existing ones.
13924 2008-03-10  Glenn Morris  <rgm@gnu.org>
13926         * calendar/cal-hebrew.el (date, entry, number): Move declarations
13927         to where they are needed.
13929         * calendar/calendar.el (diary-file, hebrew-holidays-1)
13930         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13931         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13932         (calendar-version): Doc fixes.
13933         (calendar-absolute-from-gregorian): Use zerop.
13934         (calendar-mode-line-format): Make it a defcustom.
13936         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13937         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13938         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13939         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13940         (mark-included-diary-files, mark-calendar-days-named)
13941         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13942         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13943         (insert-monthly-diary-entry, insert-yearly-diary-entry)
13944         (insert-anniversary-diary-entry, insert-block-diary-entry)
13945         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13946         (diary-font-lock-sexps): Doc fixes.
13947         (diary-remind-message, mark-calendar-month): Use zerop.
13948         (diary-attrtype-convert, diary-pull-attrs): Simplify.
13949         (diary-list-entries): Revert let to let* (previous change).
13951         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13953 2008-03-10  Kim F. Storm  <storm@cua.dk>
13955         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13956         function aliases for the old names.
13958 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
13960         * iswitchb.el (iswitchb-use-faces): Doc fix.
13961         (iswitchb-buffer-ignore, iswitchb-read-buffer):
13962         Fix typos in docstrings.
13964 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13966         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13967         Fix typo.
13968         (verilog-type-font-keywords): Reindent.
13970 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
13972         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13973         Fix bug in the grouping-keyword regular expression.
13974         (verilog-font-lock-keywords): Allow users to toggle special
13975         highlight of grouping-keywords.
13976         (verilog-highlight-grouping-keywords): The toggle for special
13977         highlighting of grouping keywords.
13979 2008-03-10  Juri Linkov  <juri@jurta.org>
13981         * startup.el: Revert 2008-02-28 change that adds initial message
13982         to *scratch* buffer regardless of the value of
13983         `inhibit-startup-screen'.
13985 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13987         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13988         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13989         * progmodes/verilog-mode.el (verilog-mode):
13990         * net/socks.el (socks):
13991         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13993 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13995         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13996         (doc-view-bookmark-make-record): Use them.
13997         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
13998         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14000         * bookmark.el (bookmark-make-record-function): Change expected return
14001         value to include a suggested bookmark name.
14002         (bookmark-make): Split into bookmark-make-record and bookmark-store.
14003         Fix reversed `overwrite' semantics.
14004         (bookmark-set): Call bookmark-make-record before prompting the user.
14005         Then pass the result to bookmark-store later on.
14006         (bookmark-make-name-function): Remove.
14007         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14008         * info.el (bookmark-make-name-function): Remove.
14009         (Info-mode): Don't set it.
14010         (Info-bookmark-make-name): Remove.
14011         (Info-bookmark-make-record): Use Info-current-node as suggested default
14012         bookmark name.
14014         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14015         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14016         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14017         (bookmark-annotation-buffer, bookmark-annotation-file)
14018         (bookmark-annotation-point, bookmark-send-annotation)
14019         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14020         (bookmark-edit-annotation-text-func): Rename from
14021         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
14022         (bookmark-edit-annotation-mode-map): Move initialization into
14023         declaration.
14025         * bookmark.el: Remove spurious * in docstrings.
14026         (bookmark-minibuffer-read-name-map): New var.
14027         (bookmark-set): Use it.  Also pass the default value as it should.
14028         (bookmark-send-edited-annotation): Take no chances with text properties.
14029         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14030         (bookmark-insert-buffer-name): Remove.
14031         (bookmark-buffer-file-name): Signal an error rather than returning nil.
14033 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
14035         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14037 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
14039         * diff-mode.el (diff-mode-menu): Add :help.
14041 2008-03-09  Glenn Morris  <rgm@gnu.org>
14043         * calendar/calendar.el (general-holidays, oriental-holidays)
14044         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14045         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14046         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14047         (calendar-holidays): Restore autoload cookies, because people are
14048         used to using these variables without loading calendar.el.
14050         * calendar/cal-islam.el (diary-islamic-date): Move to end.
14051         (date, number): Declare where needed.
14053         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14054         (list-sexp-diary-entries): Doc fixes.
14055         (diary-list-entries): Doc fix.  Remove free variable `entry'.
14056         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
14057         Simplify setting of `date-holiday-list'.
14058         (mark-diary-entries): Remove free variable `entry'.
14059         (diary-list-entries, include-other-diary-files, fancy-diary-display):
14060         Use let where let* is not needed.
14062 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14064         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14065         make-record function, instead paste it in afterwards.
14066         (bookmark-make-record-for-text-file):
14067         * doc-view.el (doc-view-bookmark-make-record):
14068         * info.el (Info-bookmark-make-record): Don't mess with annotations.
14070 2008-03-08  Glenn Morris  <rgm@gnu.org>
14072         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14074 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14076         * calendar/diary-lib.el (diary-list-entries)
14077         (include-other-diary-files, mark-diary-entries)
14078         (mark-sexp-diary-entries, mark-included-diary-files)
14079         (diary-entry-time, list-sexp-diary-entries): Remove the special
14080         handling of ^M that dates back to the use of selective-display.
14081         (simple-diary-display): Obey setting of pop-up-frames.
14082         (body, entry): Remove unnecessary declarations.
14084         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14085         (bookmark-get-annotation, bookmark-set-annotation)
14086         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14087         (bookmark-set-position, bookmark-get-front-context-string)
14088         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14089         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14090         * info.el (Info-bookmark-make-record): Don't bother recording point.
14091         (bookmark-get-filename, bookmark-get-front-context-string)
14092         (bookmark-get-rear-context-string, bookmark-get-position):
14093         Don't declare any more.
14094         (bookmark-get-info-node): Remove.
14095         (bookmark-prop-get): Declare.
14096         (Info-bookmark-jump): Use it.
14098 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
14100         * subr.el (while-no-input): Don't splice BODY directly into the
14101         `or' form.
14103 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
14105         * diff-mode.el (diff-ignore-whitespace-hunk):
14106         Bind inhibit-read-only before trying to change the buffer.
14108 2008-03-08  Glenn Morris  <rgm@gnu.org>
14110         * calendar/appt.el (appt): Move custom group here from calendar.el.
14111         (appt-disp-window, appt-convert-time): Doc fixes.
14113         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14114         (calendar-bahai-mark-date-pattern):
14115         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14116         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14117         * calendar/cal-julian.el (calendar-absolute-from-julian):
14118         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14120         * calendar/cal-china.el (chinese-calendar): Move custom group here from
14121         calendar.el.
14122         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14123         Make constants.
14124         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14125         (chinese-calendar-daylight-savings-starts)
14126         (chinese-calendar-daylight-savings-ends)
14127         (chinese-calendar-daylight-savings-starts-time)
14128         (chinese-calendar-daylight-savings-ends-time)
14129         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14130         Doc fixes.
14132         * calendar/cal-coptic.el (coptic-name): Add doc string.
14134         * calendar/cal-french.el (french-calendar-month-name-array)
14135         (french-calendar-day-name-array, french-calendar-special-days-array):
14136         Add doc strings.
14138         * calendar/cal-bahai.el (diary-bahai-mark-entries)
14139         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14140         (diary-bahai-insert-yearly-entry):
14141         * calendar/cal-dst.el (calendar-next-time-zone-transition)
14142         (calendar-time-zone):
14143         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14144         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14145         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14146         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14147         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14148         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14149         (list-islamic-diary-entries, mark-islamic-diary-entries)
14150         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14151         (insert-yearly-islamic-diary-entry):
14152         * calendar/cal-iso.el (calendar-iso-read-args):
14153         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14154         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14155         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14156         (calendar-next-calendar-round-date)
14157         (calendar-mayan-long-count-common-era):
14158         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14159         (cal-menu-x-popup-menu, calendar-mouse-holidays)
14160         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14161         (calendar-mouse-goto-date):
14162         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14163         * calendar/holidays.el (holidays):
14164         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14165         * calendar/time-date.el (date-to-time, time-subtract, time-add)
14166         (safe-date-to-time): Doc fixes.
14168         * calendar/cal-persia.el (persian-calendar-month-name-array)
14169         (persian-calendar-epoch): Make constants.
14171         * calendar/cal-tex.el (calendar-tex): Move custom group here from
14172         calendar.el.
14174         * calendar/cal-x.el (diary-frame-parameters)
14175         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14176         (calendar-after-frame-setup-hooks): Make defcustoms.
14177         (calendar-one-frame-setup, calendar-only-one-frame-setup)
14178         (calendar-two-frame-setup): Doc fix.
14180         * calendar/cal-loaddefs.el: New file.
14182         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14183         * calendar/cal-french.el, calendar/cal-html.el:
14184         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14185         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14186         * calendar/cal-tex.el, calendar/cal-x.el:
14187         Unquote lambda functions.  Add autoload cookies to functions formerly
14188         autoloaded in calendar.el.  Set `generated-autoload-file' to
14189         "cal-loaddefs.el".
14191         * calendar/calendar.el: Move many autoloads to separate file,
14192         cal-loaddefs.el.  Move defcustoms to start and re-order.
14193         (calendar-month-name-array, calendar-starred-day): No need to
14194         declare for compiler.
14195         (cal-loaddefs): Require it.
14196         (appt, chinese-calendar, calendar-tex): Move custom groups to the
14197         appropriate file.
14198         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14199         Reverse logic.
14200         (diary-face, diary-file-name-prefix-function, diary-include-string)
14201         (diary-glob-file-regexp-prefix, diary-face-attrs)
14202         (diary-file-name-prefix, sexp-diary-entry-symbol)
14203         (print-diary-entries-hook, list-diary-entries-hook)
14204         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14205         (nongregorian-diary-marking-hook, diary-list-include-blanks):
14206         Move to diary-lib.
14207         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14208         (all-bahai-calendar-holidays): Doc fix.
14209         (calendar-insert-indented): Doc fix.  Use when rather than if.
14210         (exit-calendar): Use mapc rather than mapcar.
14211         (calendar-cursor-to-date): Use zerop.
14212         (calendar-mark-ring): Add doc-string.
14213         (calendar-starred-day): Defvar it.
14214         (calendar-mode): Make calendar-starred-day local.
14215         (calendar-star-date): No need to make calendar-starred-day local.
14217         * calendar/diary-lib.el: Move defcustoms to start.
14218         (diary-include-string, diary-list-include-blanks)
14219         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14220         (diary-file-name-prefix, diary-file-name-prefix-function)
14221         (sexp-diary-entry-symbol, list-diary-entries-hook)
14222         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14223         (nongregorian-diary-marking-hook, print-diary-entries-hook):
14224         Move here from calendar.el.
14225         (diary-file-name-prefix-function): Use 'identity.
14226         (diary-face): Make it a defcustom, and mark as obsolete.
14227         (top-level): No need to require cal-hebrew, cal-islam when compiling.
14228         (calendar-hebrew-month-name-array-leap-year)
14229         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14230         Define for compiler.
14231         (diary-font-lock-keywords): Use format rather than concat.
14232         Add bahai-diary-entry-symbol.
14234         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14235         * calendar/solar.el: Unquote lambda functions.
14237         * calendar/solar.el (calendar-location-name, calendar-latitude)
14238         (calendar-longitude, solar-setup, solar-sin-degrees)
14239         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14240         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14241         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14242         (solar-exact-local-noon, solar-julian-ut-centuries)
14243         (solar-ephemeris-time, solar-date-next-longitude)
14244         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14245         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14246         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14247         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14248         Doc fixes.
14249         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14250         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14251         (solar-ecliptic-coordinates): Use unless.
14252         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14253         Use or.
14255         * calendar/timeclock.el: Add doc-strings to all functions.
14256         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14257         (timeclock-entry-list-length, timeclock-entry-list-projects)
14258         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14260         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14262         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14263         (org-get-entries-from-diary): Require diary-lib.
14265 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
14267         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14268         Pacify byte-compiler.
14270 2008-03-07  Alan Mackenzie  <acm@muc.de>
14272         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14273         paren/bracket pairs parsed, to solve performance problem.
14275 2008-03-07  Bastien Guerry  <bzg@altern.org>
14277         * bookmark.el (bookmark-set): Don't check for
14278         `bookmark-make-name-function' since `bookmark-buffer-file-name'
14279         already takes care of this.
14280         (bookmark-buffer-name, bookmark-buffer-file-name):
14281         Remove Info-mode specific code.
14283         * info.el (bookmark-get-info-node): Define this function in
14284         info.el, not in bookmark.el.
14285         (Info-mode): Set `bookmark-make-name-function' to
14286         `Info-bookmark-make-name' locally.
14287         (Info-bookmark-make-name): New function.
14289         * bookmark.el (bookmark-make-name-function): New variable.
14291 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14293         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14294         buffer-local, not `bookmark-make-cell-function' (the old name).
14296 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
14298         * doc-view.el (doc-view-bookmark-make-record):
14299         * image-mode.el (image-bookmark-make-record):
14300         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14302 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
14304         * vc.el (vc-status-menu-map-filter): Return orig-binding if
14305         boundp 'vc-ignore-menu-filter.
14306         (vc-status-tool-bar-map): Make it defvar.
14307         (vc-status-mode): vc-status-tool-bar-map now variable.
14308         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14310 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14312         Give a better name to part of the bookmark interface.
14314         This was originally a much larger change, but halfway through I
14315         updated and discovered that Stefan Monnier had done the rest.
14316         It looks like he anticipated the new name too, because he used
14317         `the-record' instead of `the-cell' for some internal variable names.
14319         * bookmark.el (bookmark-make-record-function): Was
14320         `bookmark-make-cell-function'.
14321         (bookmark-make, bookmark-send-annotation): Update for above.
14322         (bookmark-make-record-for-text-file):
14323         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
14325         * info.el: Adjust accordingly.
14326         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14328         * image-mode.el: Adjust accordingly.
14329         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14331         * doc-view.el: Adjust accordingly.
14332         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14334 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14336         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14337         Move initialization into declaration.
14338         (bookmark-get-info-node, bookmark-set-info-node): Remove.
14339         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14340         (bookmark-info-current-node): Remove.
14341         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14342         Add relocation fallback.  Set bookmark-current-bookmark.
14343         (bookmark-default-handler): Rename from bookmark-jump-noselect.
14344         Remove relocation fallback.  Don't set bookmark-current-bookmark.
14345         (bookmark-set): Let it be used even if there's no buffer-file-name
14346         as long as there is a bookmark-make-cell-function.
14347         * info.el (Info-bookmark-jump): Remove relocation fallback.
14348         Don't set bookmark-current-bookmark.
14350 2008-03-07  Glenn Morris  <rgm@gnu.org>
14352         * calendar/appt.el (appt-issue-message)
14353         (appt-message-warning-time, appt-audible, appt-visible)
14354         (appt-msg-window, appt-display-mode-line, appt-display-duration)
14355         (appt-display-diary): Remove autoload cookies.
14357         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14358         Remove leading `*' from defcustom doc-strings.
14360         * calendar/cal-dst.el (calendar-dst): New custom group.
14361         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14362         (calendar-time-zone, calendar-daylight-time-offset)
14363         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14364         (calendar-daylight-savings-starts-time)
14365         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14366         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14367         Move to start.
14369         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14371         * calendar/calendar.el (calendar-version): Use emacs-version and
14372         make it obsolete.  Move to end.
14373         (calendar-offset, view-diary-entries-initially)
14374         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14375         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14376         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14377         (all-bahai-calendar-holidays, calendar-load-hook)
14378         (initial-calendar-window-hook, today-visible-calendar-hook)
14379         (today-invisible-calendar-hook, calendar-move-hook)
14380         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14381         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14382         (diary-include-string, sexp-diary-entry-symbol)
14383         (abbreviated-calendar-year, american-date-diary-pattern)
14384         (european-date-diary-pattern, european-calendar-display-form)
14385         (american-calendar-display-form, print-diary-entries-hook)
14386         (list-diary-entries-hook, diary-hook, diary-display-hook)
14387         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14388         (nongregorian-diary-marking-hook, diary-list-include-blanks)
14389         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14390         (local-holidays, other-holidays, hebrew-holidays-1)
14391         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14392         (hebrew-holidays, christian-holidays, islamic-holidays)
14393         (bahai-holidays, solar-holidays, calendar-setup)
14394         (calendar-week-start-day): Remove autoload cookies.
14395         (diary-glob-file-regexp-prefix): Doc fix.
14396         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14397         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14398         (calendar-week-start-day, calendar-debug-sexp): Move to start.
14400         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14401         (calendar-time-display-form, calendar-latitude)
14402         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14403         cookies.
14404         (calendar-latitude, calendar-longitude): Move functions after
14405         variables.
14406         (diary-sabbath-candles-minutes): Move to start.
14407         (solar-setup): Use or rather than if.
14408         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14409         Remove condition-case.
14410         (solar-atn2): Use zerop.
14411         (solar-equinoxes-solstices): Doc fix.
14413         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14414         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
14416         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14417         (calendar-longitude, calendar-latitude, calendar-location-name):
14418         Declare for compiler.
14420 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14422         * arc-mode.el (archive-ar-file-header-re): New const.
14423         (archive-ar-summarize, archive-ar-extract): New funs.
14424         (archive-find-type): Recognize ar archives.
14426         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14427         New functions.
14429         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14431 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
14433         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14434         Replace :enable (mark-active) with :enable mark-active.
14436 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
14438         * vms-patch.el (make-legal-file-name): New obsolete alias.
14439         (make-valid-file-name): Rename from `make-legal-file-name'.
14440         (make-auto-save-file-name): Use it.
14442         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14443         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14444         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14446         * textmodes/org.el (org-export-html-style): Doc fix.
14447         (org-get-legal-level): New obsolete alias.
14448         (org-get-valid-level): Rename from `org-get-legal-level'.
14449         (org-promote, org-demote, org-archive-subtree)
14450         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14452 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
14454         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14456         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14457         (vc-status-toggle-mark): New functions.
14458         (vc-status-mode): Set tool bar map.
14460 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
14462         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14463         Reported by Drew Adams <drew.adams@oracle.com>.
14465 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
14467         * subr.el (read-quoted-char): Resolve modifiers of the character
14468         event.
14470         * comint.el (comint-exec-1): Don't change the coding-system for
14471         decoding to dos-like EOL.
14472         (comint-carriage-motion): Fully rewrite.
14474 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
14476         * epg.el (epg-context-include-certs): Reflow docstring.
14477         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14478         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14479         (epg-context-set-signers, epg-context-set-sig-notations)
14480         (epg-make-import-status, epg-make-import-result)
14481         (epg-start-delete-keys): Fix typos in docstrings.
14482         (epg-start-sign-keys, epg-sign-keys):
14483         Fix typos in obsolescence declarations.
14485         * iswitchb.el: Don't check for `cadr' and `last'.
14486         (iswitchb-define-mode-map, iswitchb-default-keybindings):
14487         Add obsolescence declaration and remove redundant info from docstring.
14488         (iswitchb-set-common-completion, iswitchb-set-matches)
14489         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14490         (recentf-list, most-len, most-is-exact):
14491         Don't wrap defvars within `eval-when-compile'.
14493 2008-03-05  Glenn Morris  <rgm@gnu.org>
14495         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14496         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14497         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14498         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14499         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14501         * ediff-hook.el (ediff-window-setup-function): Don't autoload
14502         declaration for compiler.
14503         (ediff-xemacs-init-menus): Use when rather than if.
14505         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14506         if+and to just and.
14507         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14508         (ediff-delete-overlay): Move the XEmacs test inside the definition.
14510         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14512         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14513         test inside XEmacs test.
14514         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14515         since it was doing nothing on Emacs.
14516         (ediff-make-bullet-proof-overlay): Use when rather than if.
14518         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14519         (ediff-setup-control-frame): Remove
14520         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14521         a (featurep 'xemacs) test.
14523 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
14525         * calc/calc-ext.el (calc-extended-command-history): New variable.
14526         (calc-execute-extended-command): Use `calc-extended-command-history'.
14528 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
14530         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
14531         (standard-mode-line-position): Add mouse-face.
14533         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14534         * progmodes/grep.el (grep-mode-map): Add :help.
14536         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14537         initialize in one step.  Add :help.  Use :enable to activate menu
14538         items.  Show the key binding for edebug-defun.
14539         (lisp-interaction-mode-map): Add a menu.
14541         * term.el (term-mode-map): Define and initialize in one step.
14543         * ediff-init.el (ediff-color-display-p): Simplify.
14544         (Xor): Remove unused function.
14545         (ediff-with-syntax-table): Simplify for Emacs.
14547         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14548         menu-bar being loaded, it always is.
14550 2008-03-05  Glenn Morris  <rgm@gnu.org>
14552         * textmodes/tex-mode.el (tex-mode): Suppress warning about
14553         multiple definitions when compiling.
14555 2008-03-04  Alan Mackenzie  <acm@muc.de>
14557         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14559         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14560         doc-string, "c-old-LEN" -> "c-old-END".
14562 2008-03-04  Jason Rumney  <jasonr@gnu.org>
14564         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14565         namespaces.
14567 2008-03-04  Glenn Morris  <rgm@gnu.org>
14569         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14571         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14572         than mapcar.
14574 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14576         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14577         (byte-compile-nilconstp): Can't use recursion in a defsubst.
14579         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14580         so that M-q can fill comments.
14581         (tex-executable-exists-p, tex-compile): Extend with special syntax for
14582         commands implemented in elisp.
14583         (tex-compile-commands): Add an entry to use doc-view for pdf files.
14584         (tex-format-cmd): New function.
14585         (tex-compile): Use it to let the user specify default arguments.
14586         (tex-cmd-bibtex-args): New var.
14587         (tex-cmd-doc-view): New function.
14589 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
14591         * faces.el (face-spec-set): Fix typos in docstring.
14593 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
14595         * bindings.el (mode-line-column-line-number-mode-map): New variable.
14596         (standard-mode-line-position): Use it to add a menu for toggling
14597         column number and line number display.
14599 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14601         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14602         Remove optimization that was working around the form-code-walker bug.
14604         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14605         Walk into the body of lambdas after byte-compile-unfold-lambda.
14607 2008-03-03  Glenn Morris  <rgm@gnu.org>
14609         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14610         value, if set, over frame value.
14612         * simple.el (transient-mark-mode): Don't turn on by default.
14614         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14615         accidentally removed by the 2007-12-05 merge from Gnus.
14617 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
14619         * progmodes/compile.el (compilation-menu-map): Add menu entries
14620         for useful options.
14622 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
14623             Glenn Morris  <rgm@gnu.org>
14625         * emacs-lisp/bytecomp.el (byte-recompile-directory)
14626         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14627         Give a `bytecomp-' prefix to local variables with common names.
14629 2008-03-01  Glenn Morris  <rgm@gnu.org>
14631         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14632         Restore code commented out 2007-11-10.
14634         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14636         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14637         Delete macro.
14638         * emulation/viper-cmd.el, emulation/viper-ex.el:
14639         * emulation/viper-init.el, emulation/viper-keym.el:
14640         * emulation/viper-mous.el, emulation/viper-util.el:
14641         * emulation/viper.el:
14642         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14643         featurep test.
14645         Replace obsolete frame-local variables with frame-parameters.
14646         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14647         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14648         (viper-vi-state-cursor-color): Only call make-variable-frame-local
14649         on XEmacs.
14650         * emulation/viper-util.el (viper-frame-value): New macro.
14651         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14652         (viper-R-state-post-command-sentinel)
14653         (viper-replace-state-post-command-sentinel)
14654         (viper-change-state-to-insert, viper-change-state-to-emacs):
14655         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14656         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14657         (viper-get-saved-cursor-color-in-insert-mode)
14658         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14659         Use viper-frame-value for viper-replace-overlay-cursor-color,
14660         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14661         viper-vi-state-cursor-color values.
14663         * emulation/viper-cmd.el (zmacs-region-stays):
14664         * emulation/viper-util.el (zmacs-region-stays): No need to define
14665         for compiler.
14667         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14668         mapcar on Emacs.
14670         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14671         on XEmacs.
14673         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14674         rather than if.
14676 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14678         * whitespace.el: New version 9.3.  As the glyph code generation was
14679         fixed, it is possible now to use character code above ?\x1FFFF in the
14680         display table.  Fix `whitespace-indentation-regexp' to not include an
14681         extra ending character.  Reported by Michael Welsh Duggan
14682         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
14683         the original whitespace package had.  Suggested by Eric Cooper
14684         <ecc@cmu.edu>.  Doc fix.
14685         (whitespace-action): New option.
14686         (whitespace-display-mappings): Changed default newline visualization to
14687         display downwards arrow, as the glyph code generation was fixed.
14688         (whitespace-unload-function): Assure that all local whitespace mode is
14689         turned off.
14690         (whitespace-global-modes): Fix type customization.
14691         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14692         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14693         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14694         Fix code.
14695         (whitespace-buffer): Command removed.
14696         (whitespace-trailing-regexp, whitespace-mark-x)
14697         (whitespace-display-window, whitespace-action-when-on)
14698         (whitespace-add-local-hook, whitespace-remove-local-hook)
14699         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14700         (whitespace-action): New funs.
14701         (whitespace-report-list, whitespace-report-text)
14702         (whitespace-report-buffer-name): New consts.
14703         (whitespace-report, whitespace-report-region): New commands.
14705 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14707         * disp-table.el (make-glyph-code): Don't test the result of
14708         `face-id', which already signals an error for invalid faces.
14709         (glyph-face): Simplify.
14711         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14712         running `desktop-not-loaded-hook' to allow modifying it.
14713         Don't show warning message if `desktop-dirname' was modified.
14715 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14717         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14718         we still expect more lines.
14720         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14721         comment-paragraph filling if the commark doesn't match
14722         comment-start-skip.
14724 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
14726         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14727         the `imap' variant.
14729 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14731         * files.el (make-auto-save-file-name): Encode more characters in
14732         non-file buffer names.  Use url-encoding.
14734 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14736         * net/net-utils.el (ftp-program): Fix typo in docstring.
14737         (ifconfig-program-options, netstat-program-options)
14738         (arp-program-options, route-program-options, nslookup-program-options)
14739         (ftp-program-options, smbclient-program-options)
14740         (dns-lookup-program-options, arp, route): Doc fixes.
14742         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14743         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14744         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14745         Fix typos in docstrings.
14746         (gdb-pending-triggers): Reflow docstring.
14747         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14749 2008-03-01  Alan Mackenzie  <acm@muc.de>
14751         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14752         typing "#" at EOB.
14754 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14756         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14758 2008-02-29  Kim F. Storm  <storm@cua.dk>
14760         * emulation/cua-base.el (cua-remap-control-v)
14761         (cua-remap-control-z): New defcustoms.
14762         (cua-mode): Add them to set-after property.
14763         (cua--init-keymaps): Use them.
14764         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14766         * help.el (view-emacs-todo): Rename from view-todo.
14767         (describe-gnu-project): Rename from describe-project.  Users changed.
14768         (view-help-file): New helper function.
14769         (describe-distribution, describe-copying, describe-gnu-project)
14770         (view-todo, view-order-manuals, view-emacs-problems): Use it.
14771         (view-emacs-debugging, view-external-packages): New commands.
14772         (help-map): Move describe-distribution to C-h C-o (ordering).
14773         Move view-emacs-problems to C-h C-p (problems).
14774         Bind view-emacs-debugging to C-h C-d (debugging).
14775         Bind view-external-packages to C-h C-e (extras).
14776         (help-for-help-internal): Cleanup and align descriptions.
14777         Remove command names to reduce clutter.
14779 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14781         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14782         and quieter face (not a warning).
14784 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
14786         * vc.el (vc-status-crt-marked): New variable.
14787         (vc-status-mode): Make it local.
14788         (vc-status-refresh): Use it to save the marked files.
14789         (vc-update-vc-status-buffer): Use it to restore the marked files.
14791         * vc-svn.el (vc-svn-after-dir-status):
14792         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14794 2008-02-29  Glenn Morris  <rgm@gnu.org>
14796         * allout.el (allout-topic-encryption-bullet)
14797         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14798         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14799         from 22.0 to 22.1.
14801         * net/imap.el (imap-ping-server):
14802         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14803         Change defcustom :version from 23.0 to 23.1.
14805 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
14807         * desktop.el (desktop-save): Save the buffer name if the
14808         uniquified base name is empty.
14810 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14812         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14813         correctly when user has "set print address off".
14815 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
14817         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14818         version number of the next major Emacs release, not 23.0.
14820         * longlines.el (longlines-unload-function): New function.
14822 2008-02-28  Juri Linkov  <juri@jurta.org>
14824         * startup.el (normal-splash-screen): Add argument `concise'.
14825         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
14826         to the created buffer.  If `concise' is non-nil, call
14827         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
14828         (display-startup-screen): Add argument `concise' to the call to
14829         `normal-splash-screen'.
14831 2008-02-28  Kim F. Storm  <storm@cua.dk>
14833         * startup.el (startup-echo-area-message): Check for about-emacs.
14835 2008-02-28  Juri Linkov  <juri@jurta.org>
14837         * startup.el: Always add initial message to *scratch* buffer if
14838         `initial-scratch-message' is non-nil regardless of the value of
14839         `inhibit-startup-screen'.
14840         (inhibit-startup-screen, initial-scratch-message): Doc fix.
14841         (command-line-1): Move code that inserts `initial-scratch-message'
14842         up before the if-form that checks for `inhibit-startup-screen'.
14843         Suggested by Jonathan Rockway <jon@jrock.us>.
14845 2008-02-28  Juri Linkov  <juri@jurta.org>
14847         * cus-edit.el (custom-mode-map, custom-mode-link-map):
14848         Rename `custom-mode' to `Custom-mode' in docstrings.
14849         (custom-buffer-create-internal, customize-browse):
14850         Rename `custom-mode' to `Custom-mode'.
14851         (custom-mode-hook): Rename to `Custom-mode-hook'.
14852         (Custom-mode-hook): Renamed from `custom-mode-hook'.
14853         (custom-mode): Rename to `Custom-mode'.
14854         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
14855         (custom-mode): Add backward-compatible non-interactive variant of
14856         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
14857         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14859         * info-look.el: Rename `custom-mode' to `Custom-mode'.
14861         * emulation/viper.el (viper-emacs-state-mode-list):
14862         Rename `custom-mode' to `Custom-mode'.
14864         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14865         Capitalize "Tagged Files".
14866         (minibuffer-local-map): Add menu items for next/previous
14867         history elements and isearch history forward/backward.
14869         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14870         `hs-isearch-open' with t instead of `comment' in :selected
14871         for "Code and Comment blocks" menu item.
14873 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14875         * uniquify.el (uniquify-buffer-base-name): Undo last change.
14876         Should be done in desktop.el instead.
14878 2008-02-28  Glenn Morris  <rgm@gnu.org>
14880         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14882         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14884         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14885         (Info-menu, Info-goto-node): Remove declarations.
14886         (report-emacs-bug-info): Use info rather than Info-goto-node.
14888         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14889         (idlwave-convert-xml-system-routine-info): Don't require xml.
14890         (idlwave-show-commentary, idlwave-shell-show-commentary):
14891         Don't require finder.
14892         (idlwave-info): Don't require info.  Use info rather than
14893         Info-goto-node.
14895         * textmodes/org.el (Info-goto-node): Remove declaration.
14896         (org-info): Use info rather than Info-goto-node.
14898         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14899         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
14901 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
14903         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14904         the menu.
14906         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14907         (vc-finish-logentry): Check for vc-status-mode, not only for
14908         vc-dired-mode.
14910 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
14912         * isearch.el (isearch-printing-char): Don't check
14913         keyboard-coding-system.
14914         Call isearch-process-search-multibyte-characters only when
14915         current-input-method is non-nil.
14917 2008-02-27  Kim F. Storm  <storm@cua.dk>
14919         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14920         (glyph-char, glyph-face): Handle cons encoding.
14922 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
14924         * uniquify.el (uniquify-buffer-base-name): If the base name is an
14925         empty string, return nil to allow the caller to default to the
14926         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
14928         * tool-bar.el (tool-bar-setup): Doc fix.
14930         * mail/supercite.el (sc-describe):
14931         Fix typos in obsolescence declaration.
14933 2008-02-27  Glenn Morris  <rgm@gnu.org>
14935         * autoinsert.el (auto-insert-alist): Change permission text to
14936         match FSF's GPLv3 form.
14938         * mail/supercite.el (sc-cite-original): Doc fix.
14939         (sc-version): Make obsolete.
14940         (sc-describe): Show the SC info page.  Make obsolete.
14942 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14944         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14945         when using transient-mark-mode.
14946         (default-indicate-unused-lines): Remove unused var.
14948 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
14950         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14951         and previous.
14953         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14955 2008-02-26  Glenn Morris  <rgm@gnu.org>
14957         * net/net-utils.el (top-level): Don't require comint when compiling.
14958         (nslookup-font-lock-keywords): Don't require font-lock.
14959         Use font-lock faces rather than variables.
14960         (nslookup, ftp, smbclient, network-service-connection):
14961         Don't require comint.
14962         (comint-prompt-regexp, comint-input-autoexpand)
14963         (comint-input-ring): Declare for compiler.
14964         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14965         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
14967         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14968         doc-string.
14970 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14972         * doc-view.el (doc-view-current-page): Add a `win' argument.
14974 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14976         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14977         Demote it to plain defvar.
14978         (doc-view-conversion-refresh-interval): Reduce interval.
14979         (doc-view-goto-page): Allow moving to pages not yet rendered.
14980         (doc-view-goto-page): Construct a file name rather than extracting it
14981         from doc-view-current-files.
14982         (doc-view-kill-proc): Ignore errors from kill-process.
14983         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14984         (doc-view-insert-image): Use appropriate text if the page hasn't been
14985         rendered yet.  Adjust scrolling so the text is displayed.
14986         (doc-view-display): Detect not just that a page is available, but also
14987         that it wasn't available before, so as to avoid refreshing all pages
14988         repeatedly.
14989         (doc-view-mode): Make doc-view-cache-directory if needed.
14991 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14993         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14994         toggle-read-only.
14996         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14997         refering to a missing required field with the OPT prefix.
14998         Make unwindform more robust.
15000         * textmodes/bibtex.el: Remove support for hideshow minor mode as
15001         it duplicates the bibtex support in progmodes/hideshow.el.
15002         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15003         entries that do not start at the beginning of a line.
15005 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
15007         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15009 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
15011         * help-fns.el (describe-variable): Add phrases about
15012         initialization file with and without customization;
15013         use new button type help-info-variable.
15015         * help-mode.el (help-info-variable):
15016         New button able to read Info files for help-fns.el.
15018 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15020         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15021         (grep-mode): Use grep-mode-tool-bar-map.
15023         * progmodes/compile.el (tool-bar): Require tool-bar.
15024         (compilation-mode-tool-bar-map): New variable.
15025         (compilation-mode): Use compilation-mode-tool-bar-map.
15027         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
15029 2008-02-25  Glenn Morris  <rgm@gnu.org>
15031         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15033 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15035         * diff-mode.el (diff-file-junk-re): New const.
15036         (diff-beginning-of-file-and-junk): Use it.
15037         (diff-file-kill): Make sure we were really inside a file diff.
15039         * diff-mode.el: Make it more robust in the presence of empty context
15040         lines in unified hunks.
15041         (diff-valid-unified-empty-line): New var.
15042         (diff-unified->context, diff-sanity-check-hunk): Obey it.
15043         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
15044         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15045         (diff-hunk-header-re-unified): New const.
15046         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15047         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15048         (diff-sanity-check-hunk): Use it.
15050         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15051         Index: line, don't search backward for the previous one.
15053 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
15055         * international/fontset.el (setup-default-fontset): Add non-OTF
15056         lao font for lao script.
15058         * language/tibetan.el: Register tibetan-composition-function in
15059         composition-function-table.
15061         * language/tibet-util.el (tibetan-composition-function):
15062         Adjust for the new calling way (argument changed).  Try font-shape-text
15063         if possible.
15065         * language/lao.el: Register lao-composition-function in
15066         composition-function-table.
15068         * language/lao-util.el (lao-composition-function): Adjust for the new
15069         calling way (argument changed).  Try font-shape-text if possible.
15071 2008-02-25  Jason Rumney  <jasonr@gnu.org>
15073         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15075 2008-02-25  Juri Linkov  <juri@jurta.org>
15077         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15078         background, "red4" for a dark background, "red" for 16 and
15079         8 colors, "grey" for grayscale, and inverse video otherwise.
15080         Add :version tag.
15081         (isearch-message): Keep the original isearch-message intact, and
15082         add text properties to it where necessary.  Add `isearch-error' to
15083         the condition that checks if isearch is unsuccessful.
15085 2008-02-24  Juri Linkov  <juri@jurta.org>
15087         * progmodes/compile.el (compilation-handle-exit):
15088         Use compilation-error face instead of font-lock-warning-face.
15089         Display the same message in the minibuffer as is inserted
15090         at the end of the compilation buffer.
15092 2008-02-24  Glenn Morris  <rgm@gnu.org>
15094         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15095         multiple file case.
15097         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15099         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15100         multiple file case.  Use a single `let' rather than two.
15102 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15104         * progmodes/compile.el (compilation-start): Specify a face for
15105         mode-line-process.
15106         (compilation-handle-exit): Specify a face and a tooltip for
15107         mode-line-process.
15109 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15111         * hilit-chg.el: Remove spurious * in defcustom docstrings.
15112         (hilit-chg-make-ov): Simplify.
15113         (hilit-chg-fixup): Use remove-overlays.
15114         (hilit-chg-set-face-on-change): Remove redundant call to
15115         `remove-text-properties'.
15117         * dired.el (dired-mark-prompt): Don't count/display the t element.
15118         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15120 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15122         * progmodes/verilog-mode.el (eval-when-compile): Don't define
15123         add-submenu.
15124         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15125         Remove.  Move contents to the only use ...
15126         (verilog-menu): ... here.
15127         (verilog-statement-menu): Remove.  Move contents to the only use ...
15128         (verilog-stmt-menu): ... here.
15129         (verilog-mark-defun): Simply call mark-defun for emacs.
15130         (occur-pos-list): Declare for byte compiler.
15131         (mode-popup-menu): Don't defvar.
15132         (verilog-add-statement-menu): Remove.
15133         (verilog-mode-hook): Don't add verilog-add-statement-menu.
15134         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15136 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15138         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15139         conditional.
15140         (verilog-font-grouping-keywords-face): Make the begin..end
15141         keywords standout more than other verilog keywords.
15142         (verilog-type-font-keywords): Move the begin..end out of this list
15143         to facilitate making them to (potentially) stand out more.
15144         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15145         function & task blocks.
15146         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15147         initial, function & task blocks.
15148         (verilog-forward-sexp): Handle the new "disable fork" statement of
15149         IEEE-1800 Verilog.
15150         (verilog-beg-block-re-ordered): Handle the new "disable fork"
15151         statement of IEEE-1800 Verilog.
15152         (verilog-calc-1): Handle the new "disable fork" statement of
15153         IEEE-1800 Verilog.
15154         (verilog-disable-fork-re): Add const to help handle the new
15155         "disable fork" statement of IEEE-1800 Verilog.
15156         (verilog-declaration-core-re): Add port directions by themselves,
15157         with no qualification, as base item of a declaration.
15158         (verilog-pretty-declarations): Add new flag to ask it to refrain
15159         from printing to the message buffer.
15160         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15161         printing to the message buffer.  Improve handling of the many
15162         types of expression line up.
15163         (verilog-just-one-space): Remove printing of an empty message.
15164         (verilog-get-lineup-indent): Rework to support the better handling
15165         of expression lineup for verilog-pretty-expr.
15166         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15168 2008-02-24  Alan Mackenzie  <acm@muc.de>
15170         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15171         yesterday's commit.
15173 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15175         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15176         to mouse-set-point in buffers that aren't associated with files.
15178         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15180 2008-02-24  Alan Mackenzie  <acm@muc.de>
15182         Set of changes so that "obtrusive" syntactic elements in a
15183         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15184         unmatched paren) don't interact syntactically with stuff outside
15185         the CPP line.
15187         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15188         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15189         off-by-one bug.
15190         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15191         a bit of refactoring.
15192         (c-awk-extend-and-syntax-tablify-region): Takes some of the
15193         functionality of c-awk-advise-fl-for-awk-region, which has been
15194         refactored away.
15196         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15197         (c-clear-char-property-with-value): New function and macro which
15198         remove text-properties `equal' to a supplied value.
15200         * progmodes/cc-engine.el: Comment about text properties amended.
15202         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15203         parens around "error\\|warning".
15205         * progmodes/cc-langs.el (c-get-state-before-change-function)
15206         (c-before-font-lock-function, c-anchored-cpp-prefix):
15207         New language variables.
15208         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15210         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15211         syntax-table text properties.
15212         (c-common-init): Call language specific before/after-change
15213         functions at mode initialisation.
15214         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15215         (c-extend-region-for-CPP, c-neutralize-CPP-line)
15216         (c-neutralize-syntax-in-CPP): New functions.
15217         (c-before-change, c-after-change): Call the new language specific
15218         change functions defined in cc-langs.el.
15219         (c-advise-fl-for-region): New macro.
15220         (awk-mode): Remove AWK specific stuff which has been refactored
15221         into language independent stuff.
15223 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15225         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15226         (gdb): (Re)set gdb-flush-pending-output to nil here...
15227         (gdb-init-1): ...instead of here (before gdb-prompt).
15229 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15231         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15232         Recognize ''' just like any other char-constant.
15234 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15236         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15237         careful enough.  Detect the uid-change all within the main loop.
15239 2008-02-24  Stefan Monnier  <monnier@pastel.home>
15241         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15243 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15245         * hilit-chg.el (highlight-save-buffer-state): New macro.
15246         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15247         (hilit-chg-clear): Use it to preserve the modified-p flag.
15248         (highlight-changes-rotate-faces): Don't mess with the undo-list.
15250 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15252         * font-lock.el (font-lock-set-defaults): Unset previously set variables
15253         when needed.
15255 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
15257         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15258         from gnus-button-url-regexp.
15260 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
15262         * progmodes/compile.el (compilation-next-error): Doc fix.
15263         (compilation-find-file): Doc fix.
15265 2008-02-24  Glenn Morris  <rgm@gnu.org>
15267         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15268         Add obsolete aliases to the old names.
15270 2008-02-24  Richard Stallman  <rms@gnu.org>
15272         * net/net-utils.el (ifconfig): Rename from ipconfig.
15273         (ipconfig): Alias to ifconfig.
15274         (ifconfig-program): Rename from ipconfig-program.
15275         (ifconfig-program-options): Rename from ipconfig-program-options.
15277 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15279         * progmodes/verilog-mode.el (verilog-declaration-core-re):
15280         Add port directions by themselves, with no qualification, as base
15281         item of a declaration.
15282         (verilog-pretty-declarations): Add new flag that inhibits printing
15283         to the message buffer.
15284         (verilog-pretty-expr): Add new flag that inhibits printing to the
15285         message buffer.  Improve handling of the many types of expression
15286         line up.
15287         (verilog-just-one-space): Don't print an empty message.
15288         (verilog-get-lineup-indent): Rework to support the better handling
15289         of expression lineup for verilog-pretty-expr.
15290         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15291         (verilog-mode-version, verilog-mode-release-date): Update.
15293 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15295         * subr.el (cancel-change-group): Don't move point.
15297 2008-02-23  Markus Triska  <markus.triska@gmx.at>
15299         * linum.el (linum-after-config): Update all visible windows.
15301 2008-02-23  Glenn Morris  <rgm@gnu.org>
15303         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15304         Add :help for Solitaire and Tetris.
15306         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15308         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15309         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
15310         (smtpmail-queue-index-file): Make it a defcustom.
15311         (smtpmail-queue-index): Delete.
15312         (smtpmail-send-it, smtpmail-send-queued-mail):
15313         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15314         smtpmail-queue-index.
15316         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15317         Add :version.
15319 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
15321         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15322         New variables.
15323         (iwconfig): New function.
15325 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
15327         * vc.el (vc-find-revision): Make vc-parent-buffer local before
15328         setting it.
15329         (vc-status-menu-map): Do not define using easy-menu.
15330         (vc-status-menu-map): New defalias.
15331         (vc-status-mode-map): Hook up the menu.
15332         (top-level): Update TODO.
15334         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15336         * vc-bzr.el (vc-bzr-init-version): Rename to ...
15337         (vc-bzr-init-revision): ... this.
15339 2008-02-23  Jason Rumney  <jasonr@gnu.org>
15341         * makefile.w32-in (WINS_ALMOST): Remove term.
15342         (WINS): Add term here.
15343         (custom-deps, finder-data): Use WINS_ALMOST.
15345 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
15347         * faces.el (font-weight-table): Fix value of `semi-light'.
15349 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15351         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15352         Make those tables bijective.
15354 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
15356         Finish pdbtrack integration cleanup, settling missing-functions
15357         byte compiler warnings appropriately.
15359         * progmodes/python.el (python-point): Remove this - beginning-of-line
15360         was all that was necessary for `python-pdbtrack-overlay-arrow'.
15361         (python-end-of-def-or-class, python-beginning-of-def-or-class)
15362         (python-goto-initial-line): Drop these - they were only needed for
15363         python-point.
15364         (python-comint-output-filter-function): Use condition-case and
15365         beginning-of-line directly, instead of python-mode.el functions
15366         which require all sorts of baggage.
15367         (point-safe): Unnecessary - we're using condition-case directly,
15368         instead.
15369         (python-execute-file): Include for python-shell, which I'm leaving
15370         in keeping despite it being unnecessary for pdb tracking.
15372 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
15374         * progmodes/scheme.el (scheme-font-lock-keywords-2):
15375         Add SRFI 11 support.
15376         (let-values, let*-values): Specify scheme-indent-function.
15378 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
15380         * vc.el (vc-exec-after): Move setting mode-line-process in the
15381         busy case ...
15382         (vc-set-mode-line-busy-indicator): ... in this new function.
15383         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15384         (vc-update-vc-status-buffer): Reset mode-line-process.
15385         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15386         mark/unmark all the files with the same state as the current one.
15387         With a prefix argument mark/unmark all files.
15388         (vc-status-mode-menu): Adjust strings.
15389         (vc-update-vc-status-buffer): Only do something when the argument
15390         is not nil.
15391         (vc-status-kill-dir-status-process): New function.
15392         (vc-status-mode-map): Bind it.
15393         (vc-status-process-buffer): New variable.
15394         (vc-status-mode): Make it local.
15395         (vc-status-refresh): Set it.
15397         * vc-hg.el (vc-hg-dir-status):
15398         * vc-git.el (vc-git-dir-status):
15399         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15400         command is run.
15402 2008-02-22  Glenn Morris  <rgm@gnu.org>
15404         * json.el (top-level): No need to require thingatpt.
15405         (json-read-keyword): Use thing-at-point rather than word-at-point.
15407         * time.el (top-level): No need to require time-date when compiling.
15409         * emacs-lisp/copyright.el (copyright-update-year):
15410         Fix subexpression numbering for the case when years are split over
15411         lines, and for the replace case.
15413         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
15414         (tpu-caar, tpu-cadr): Delete functions.
15415         (zmacs-regions): No need to declare for compiler.
15416         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15417         (tpu-spell-check): Rewrite, and handle mark after point.
15418         (tpu-special-insert): Use or rather than if.
15420         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15421         rather than spell-region.
15423         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15424         warnings about spell-region.
15426 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
15428         * ldefs-boot.el: Regenerated.
15430         * loadup.el: Don't load language/devanagari, language/kannada,
15431         language/malayalam, and language/tamil.  Load language/sinhala.
15433         * language/indian.el (indian-font-foundry)
15434         (indian-script-language-alist, indian-font-char-index-table)
15435         (indian-font-char, indian-font-char-range, indian-script-table)
15436         (indian-default-script, indian-composable-pattern): Delete them.
15437         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15438         language environments moved to here.
15439         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15440         New language environments.
15442         * language/devanagari.el, language/devan-util.el,
15443         * language/kannada.el, language/knd-util.el, language/malayalam.el,
15444         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15445         Delete them.
15447         * language/sinhala.el: New file.
15449 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
15451         Update Nick Robert's port of pdb tracking from python-mode.el.
15453         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15454         Clarify docstring.
15455         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15456         tracking is happening.
15457         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15458         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15459         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15460         Tracking is plugged in to all comint buffers once python.el is loaded.
15461         (python-pdbtrack-overlay-arrow): Toggle activation of
15462         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15463         (python-pdbtrack-track-stack-file): Use new
15464         `python-pdbtrack-get-source-buffer' for more flexible access to
15465         debugging source files.
15466         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15467         according to pdb stack trace, optionally using new
15468         `python-pdbtrack-grub-for-buffer' if file is not locally available.
15469         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15470         named buffer, or having function with indicated name.
15471         (python-shell): Remove comint-output-filter-functions hook
15472         addition, it's being done elsewhere.  Wrap long line.
15474 2008-02-21  Michael Olson  <mwolson@gnu.org>
15476         * json.el: Replace XEmacs compatibility code to get rid of
15477         compiler warnings.
15479         * time.el: Fix compiler warning.
15481 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
15483         * json.el: New file (JavaScript Object Notation parser / generator).
15485 2008-02-21  Dave Love  <fx@gnu.org>
15487         * progmodes/sym-comp.el: New file.
15489         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15490         Require sym-comp.  Add Python buffer to same-window-buffer-names.
15491         Fixup whitespaces.
15492         (python-font-lock-keywords): Add highlighting for Python builtins.
15493         (python-font-lock-syntactic-keywords): Rewrite.
15494         (python-quote-syntax): Use syntax-ppss-context instead of parsing
15495         ppss directly.
15496         (python-mode-map): Add binding for python-find-function.
15497         (python-calculate-indentation): Clean up the logic.
15498         (python-beginning-of-defun): Explicitly set return value.
15499         (python-beginning-of-statement): Stop looping if we get stuck
15500         going backwards.
15501         (python-next-statement): Stop looping if we somehow end up inside
15502         a string while advancing.
15503         (python-preoutput-continuation, python-version-checked): New vars.
15504         (python-check-version): New function.
15505         (run-python): Set default command to python-command instead of
15506         python-python-command.
15507         (run-python): Use python-check-version.  Give PYTHONPATH
15508         precedence over data-directory in the process environment.
15509         Load function definitions in python process after.
15510         (python-check-comint-prompt): New function.
15511         (python-send-command, python-send-receive): Use it.
15512         (python-complete-symbol, python-try-complete): Functions deleted.
15513         Use symbol-complete instead of python-complete-symbol throughout.
15514         (python-fill-paragraph): Further refine the fenced-string regexp.
15515         (def-python-skeleton): Expand to the original abbrev instead if in
15516         a comment or string.  Tweak skeletons for `if', `while', `for',
15517         `try/except', `try/finally', `name'.
15518         (python-pea-hook, python-abbrev-pc-hook): New functions.
15519         (python-abbrev-syntax-table): New var.
15520         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15521         Use symbol-completion-try-complete for hippie expansion.
15522         Turn on font lock unconditionally.
15523         (python-mode-hook): Defcustom it.  No need to use make-local
15524         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15525         option, since it's buffer-local.
15527 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
15529         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15531 2008-02-21  Drew Adams  <drew.adams@oracle.com>
15533         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15534         "Turn off" and a "Help" entry when the minor mode has no menu.
15536 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
15538         * vc.el (vc-status-mark, vc-status-unmark): New functions.
15539         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15540         vc-status-mark-file and vc-status-unmark-file.
15541         (vc-status-mark-unmark): New function.
15542         (vc-status-previous-line, vc-status-next-line): No longer interactive.
15544 2008-02-21  Glenn Morris  <rgm@gnu.org>
15546         * composite.el (encode-composition-rule): Fix typo in error message.
15547         (composition-function-table, auto-composition-mode): Doc fixes.
15549         * subr.el (sit-for): Fix obsolete form for nil second argument.
15551         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15552         (spell-string): Make obsolete, in favor of ispell.
15554 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
15556         * language/devanagari.el: Don't setup composition-function-table
15557         here.
15558         ("Devanagari"): Change charset, coding-system, coding-priority to
15559         Unicode-based ones.  Don't require the feature devan-util.
15561         * composite.el (compose-chars-after): Fix arguments for a function
15562         in composition-function-table.
15563         (auto-compose-region): Likewise.
15565         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15566         for Ethiopic.
15567         (ps-mule-plot-string): Ignore glyph-string based compositions.
15569 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15571         * doc-view.el: Allow different windows to show different pages.
15572         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15573         (doc-view-current-image, doc-view-current-overlay): Remove variables,
15574         add them back as macros instead, using image-mode-winprops instead.
15575         Update all users of those variables.
15576         (doc-view-new-window-function): New function to create a new overlay
15577         for each new window.
15578         (doc-view-mode): Use it and image-mode-setup-winprops.
15579         (doc-view-clone-buffer-hook): Rewrite accordingly.
15581         * image-mode.el: Extend [hv]scroll support to per-window properties.
15582         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15583         (image-mode-winprops-alist): New var to replace them.
15584         (image-mode-new-window-functions): New hook.
15585         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15586         New funs.
15587         (image-set-window-vscroll, image-set-window-hscroll): Use them.
15588         Remove the `window' argument, update callers.
15589         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15590         Use the new functions.
15591         (image-mode-reapply-winprops): New fun.
15592         (image-mode): Use it.
15594 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
15596         * calc/calc-math.el (math-sin-raw): Add optional argument
15597         to keep track of original argument.
15598         (math-cos-raw): Use optional argument when calling math-sin-raw.
15599         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15600         with close to original precision.
15602 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15604         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15605         args in calls of sit-for.
15607 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
15609         * vc-svn.el (vc-svn-program): Fix typo in docstring.
15610         (vc-svn-checkin): Fix typo in error message.
15612         * help-mode.el: Require easymenu when compiling.
15614 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
15616         * help-mode.el (help-mode-menu): New menu.
15618 2008-02-20  Glenn Morris  <rgm@gnu.org>
15620         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15621         on Windows.
15623 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
15625         * ps-mule.el (ps-mule-encode-region): Return a single string.
15626         (ps-mule-plot-string): Adjust for the above change.
15627         (ps-mule-encode-header-string): Likewise.
15629         * international/latin1-disp.el (latin1-display): Don't use
15630         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
15631         standard-display-table.
15632         (latin1-display-identities): Adjust for the change of what is
15633         returned by (get-language-info charset 'charset).
15635         * international/mule-util.el (char-displayable-p): Fix for Latin-1
15636         characters and terminal case.
15638 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
15640         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15642         * progmodes/python.el: Also require comint when loading.
15643         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15644         Replace python-shell with run-python on menu bar.
15645         (python-shell-map): New map.
15646         (python-default-interpreter, python-python-command-args)
15647         (python-jython-command-args, python-pdbtrack-do-tracking-p):
15648         New options.
15649         (python-which-shell, python-which-args, python-which-bufname):
15650         New buffer local variables.
15651         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15653         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15654         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15655         New constants.
15657         Pdbtrack features:
15659         (python-point, python-end-of-def-or-class)
15660         (python-beginning-of-def-or-class, python-goto-initial-line)
15661         (python-comint-output-filter-function)
15662         (python-pdbtrack-overlay-arrow)
15663         (python-pdbtrack-track-stack-file, python-toggle-shells)
15664         (python-shell, python-pdbtrack-toggle-stack-tracking)
15665         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15666         New functions.
15668 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15670         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15671         when the argument is nil.
15673 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15675         * vc.el (dir-status): Add a brief description.
15677 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
15679         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15680         If non-nil, reverse the sense of the check.
15682         * vc-rcs.el (vc-rcs-root): New func.
15683         * vc-cvs.el (vc-cvs-root): New func.
15684         * vc-svn.el (vc-svn-root): New func.
15685         * vc-sccs.el (vc-sccs-root): New func.
15687 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
15689         * language/japan-util.el (setup-japanese-environment-internal):
15690         Call use-cjk-char-width-table.
15692         * language/japanese.el ("Japanese"): Set exit-function to
15693         use-default-char-width-table.
15695         * international/characters.el: Delete occurrences of non-Unicode
15696         tibetan and ethiopic characters.
15697         (cjk-char-width-table): New variable.
15698         (use-cjk-char-width-table, use-default-char-width-table):
15699         New functions.
15701 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15703         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15704         (vc-status-mode-menu): Add a :filter.
15705         (vc-status-printer): Add faces.
15707         * vc-hg.el (vc-hg-extra-status-menu): New function.
15708         (vc-hg-dir-status): Clean up the buffer before using it.
15710 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15712         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15713         (gdb): Initialize it here instead.
15715         * files.el (locate-dominating-file): Fix thinko in last change.
15716         Reported by Bruce Stephens <bruce.stephens@isode.com>.
15718 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
15720         * vc.el (vc-status-mode-menu): New menu for vc-status.
15722 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
15724         * progmodes/verilog-mode.el (customize): Fix typo in error message.
15725         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15726         (verilog-mode-auto, verilog-indent-level-module)
15727         (verilog-minimum-comment-distance, verilog-library-flags)
15728         (verilog-library-directories, verilog-library-files)
15729         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15730         (verilog-xemacs-menu, verilog-set-compile-command)
15731         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15732         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15733         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15734         (verilog-batch-inject-auto, verilog-batch-indent)
15735         (verilog-continued-line, verilog-type-keywords)
15736         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15737         (verilog-read-inst-pins, verilog-read-arg-pins)
15738         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15739         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15740         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15741         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15742         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15743         (verilog-mode-version, verilog-mode-release-date)
15744         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15745         (verilog-simulator, verilog-compiler)
15746         (verilog-auto-sense-defines-constant, verilog-company)
15747         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15748         Fix typos in docstrings.
15749         (verilog-set-auto-endcomments, verilog-calculate-indent)
15750         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15751         Reflow docstrings.
15752         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15753         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15754         (electric-verilog-forward-sexp, verilog-in-case-region-p)
15755         (verilog-in-struct-region-p, verilog-in-generate-region-p)
15756         (verilog-leap-to-head, verilog-current-indent-level)
15757         (verilog-case-indent-level, verilog-cpp-keywords)
15758         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15759         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15760         (verilog-signals-not-in, verilog-symbol-detick-text)
15761         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15762         (verilog-forward-close-paren, verilog-backward-open-paren)
15763         (verilog-backward-open-bracket): Doc fixes.
15765         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15766         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15767         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15768         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15769         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15770         Fix typos in docstrings.
15772         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15774 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
15776         * info.el (Info-read-node-name): Removed unused `default' arg.
15778 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15780         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15782 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15784         * image-mode.el (image-get-display-property): New fun.
15785         (image-forward-hscroll, image-next-line, image-eol, image-eob)
15786         (image-mode, image-minor-mode, image-toggle-display-text)
15787         (image-toggle-display): Use it.
15789 2008-02-18  Jason Rumney  <jasonr@gnu.org>
15791         * international/mule.el (xml-find-file-coding-system): Don't warn
15792         about utf-16 with BOM.
15794         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15796         * international/mule.el (sgml-xml-auto-coding-function): Detect and
15797         warn if file encoding is not utf-8 and encoding not specified.
15798         (xml-find-file-coding-system): New function.
15799         * international/mule-conf.el (file-coding-system-alist): Use it.
15801 2008-02-17  Glenn Morris  <rgm@gnu.org>
15803         * international/mule-cmds.el (set-locale-environment):
15804         Pass `frame' to getenv for LC_MESSAGES.
15806 2008-02-17  Juri Linkov  <juri@jurta.org>
15808         * time.el (emacs-init-time): Use format instead of format-seconds.
15810 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15812         * textmodes/bibtex.el (bibtex-search-entry): Rename from
15813         bibtex-find-entry.  Add autoload cookie.
15814         (bibtex-find-entry): Alias for bibtex-search-entry.
15815         (bibtex-search-crossref): Rename from bibtex-find-crossref.
15816         (bibtex-find-crossref): Alias for bibtex-search-crossref.
15817         (bibtex-clean-entry): atomic-change-group removed.
15818         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
15819         to locate buffer location where error occurred.
15820         Make error messages more specific.
15821         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15823 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
15825         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15826         top level.
15828         * simple.el (transient-mark-mode): Add an :init-value.
15830         * startup.el (command-line): Use custom-reevaluate-setting for
15831         transient-mark-mode.
15833 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
15835         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15837 2008-02-16  Juri Linkov  <juri@jurta.org>
15839         * startup.el (after-init-time): New variable.
15840         (command-line): Set `after-init-time' to the current time.
15842         * time.el (emacs-init-time): New function.
15844 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15846         * files.el (locate-dominating-file): Remove initial loop because it's
15847         not careful enough.  Detect the uid-change all within the main loop.
15849 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15851         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15853 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15855         * vc.el (vc-annotate): Add new argument.
15856         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15858         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15859         Move make-variable-buffer-local code after the corresponding defvar.
15860         (hs-minor-mode-map): Define and initialize in one step.
15861         (hs-minor-mode): Change from defun to define-minor-mode.
15863 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
15865         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15866         (gdb-ready): Move declaration...
15868         * progmodes/gdb-ui.el (gdb-ready): ...to here.
15869         (gdb-early-user-input): New variable.
15870         (gdb): Reset gdb-flush-pending-output to nil and set
15871         comint-input-sender here (before gdb-prompt), instead of...
15872         (gdb-init-1): ...here.
15873         (gdb-send): If Emacs is not ready, defer user input to...
15874         (gdb-prompt): ...here.
15876 2008-02-16  Glenn Morris  <rgm@gnu.org>
15878         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15880         * startup.el (emacs-startup-time): Rename to `before-init-time'.
15881         (before-init-time): New name for `emacs-startup-time'.
15882         (command-line): Use before-init-time rather than emacs-startup-time.
15883         * time.el (emacs-uptime): Use before-init-time rather than
15884         emacs-startup-time.
15886         * composite.el (composition-function-table): Doc fix.
15888         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15889         in favor of `%z' specifier.
15890         (emacs-uptime): Move to time.el.
15891         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
15892         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
15893         argument of format-seconds.
15895 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15897         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15899 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15901         * ielm.el (ielm-is-whitespace): Remove.
15902         (ielm-is-whitespace-or-comment): New function.
15903         (ielm-eval-input): Use it.
15905 2008-02-15  Jason Rumney  <jasonr@gnu.org>
15907         * term/mac-win.el: Fix coding tag.
15909 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
15911         * vc-hooks.el (vc-menu-map):
15912         * bindings.el (mode-line-mode-menu): Add tooltips.
15914         * bindings.el (help-echo): Add more tooltips.  Use a less
15915         telegraphic style for existing tooltips.
15917 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15919         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15920         from the auto-generated one.
15922 2008-02-14  Glenn Morris  <rgm@gnu.org>
15924         * mail/rmail-spam-filter.el (rmail-spam-filter):
15925         Let-bind message-spam-status.
15927         * mail/smtpmail.el (password-cache-add): Declare as function.
15929 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
15931         * mail/smtpmail.el: Use password-cache.
15933 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
15935         * uniquify.el (uniquify-buffer-base-name): New function.
15936         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15938         * desktop.el (uniquify-managed): Don't defvar.
15939         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15940         `uniquify-managed'.  Return also the buffer's base name.
15941         (desktop-save): When saving the buffer info, filter out the base name,
15942         and save it as buffer name if the buffer is managed by uniquify.
15943         (uniquify-item-base): Don't declare; not called anymore.
15945 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
15947         * vc.el (vc-annotate-find-revision-at-line): New function.
15948         (vc-annotate-mode-map): Bind it.
15949         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
15950         some entries.
15952 2008-02-14  Glenn Morris  <rgm@gnu.org>
15954         * calendar/time-date.el (format-seconds): New function.
15955         (emacs-uptime): Use format-seconds.
15957         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15958         Remove `LC_ALL=C', since it's included in $(emacs) now.
15960 2008-02-14  Zhang Wei  <id.brep@gmail.com>
15962         * textmodes/org-publish.el (org-publish-timestamp-filename):
15963         Replace colon characters in filename too.
15965 2008-02-13  Bastien Guerry  <bzg@altern.org>
15967         * mail/rmail.el (rmail-header-name): New face.
15968         (rmail-font-lock-keywords): Use rmail-header-name.
15970         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15971         against X-Spam-Status header field.
15972         (rmail-spam-filter): Also check X-Spam-Status header field.
15974 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
15976         * progmodes/flymake.el (flymake-allowed-file-name-masks):
15977         Add support for .pm files and .php files.
15978         (flymake-err-line-patterns): Add pattern for PHP errors.
15979         (flymake-php-init): New function.  PHP support for flymake.
15981         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15982         Add regular expression for PHP errors.
15984 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
15986         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15987         This DTRT even on w32 machines.
15988         (ange-ftp-cf1): Quote FILENAME.
15990 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15992         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15993         (smerge-auto-combine): New fun.
15995 2008-02-12  Juri Linkov  <juri@jurta.org>
15997         * startup.el (fancy-startup-screen, normal-splash-screen):
15998         Set default-directory to command-line-default-directory.
16000         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16001         after reading the desktop.
16003         * progmodes/compile.el (compilation-auto-jump):
16004         Call compile-goto-error only when compilation-auto-jump-to-first-error
16005         is non-nil.
16006         (compilation-scroll-output): Replace :type 'boolean with a choice
16007         that has three options including a third option `first-error'.
16008         Doc fix.
16009         (compilation-start, compilation-forget-errors): Add an alternate
16010         condition comparing compilation-scroll-output with `first-error'
16011         in addition to compilation-auto-jump-to-first-error (to call
16012         compilation-auto-jump in the proper place).
16014 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16016         * international/mule.el (sgml-html-meta-auto-coding-function):
16017         Make sure the search limit is ahead.
16019         * tar-mode.el: Fix broken indentation.
16020         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16021         Use with-current-buffer.
16023 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
16025         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16026         it is already automatically buffer-local.
16028 2008-02-12  Drew Adams  <drew.adams@oracle.com>
16030         * help.el (describe-key): Join some split lines to facilitate filling.
16031         * help-fns.el (describe-function-1): Fill text of overlong lines.
16033 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
16035         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16036         Use unibyte-string instead of string-make-unibyte.
16038         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16040 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16042         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16043         works also for buffers w/o buffer-file-name.  Update callers.
16044         (doc-view-clone-buffer-hook): New fun.
16045         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
16046         the `doc-view' property so they can be recognized.
16048         * simple.el (clone-indirect-buffer-hook): New hook.
16049         (clone-indirect-buffer): Run it.
16051 2008-02-11  Michael Olson  <mwolson@gnu.org>
16053         * epa-setup.el:
16054         * epg-package-info.el: Files removed.
16056 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
16058         * epa.el (epa-menu-mode): Merge into epa-mode.
16059         (epa-menu-items): Rename the label "EasyPG Assistant" to
16060         "Encryption/Decryption".
16062         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16063         (epa-dired-mode-map): Rename from epa-dired-map.
16064         (epa-global-dired-mode): Rename the global minor mode.
16066 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16068         * isearch.el (isearch-fail): New face.
16069         (isearch-message): Highlight failure part of input.
16071 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16073         * ibuffer.el (ibuffer-header-line-format): New var.
16074         (ibuffer-mode): Set it instead of header-line-format.
16075         (ibuffer-update): Use it to set header-line-format.
16077         * international/mule-cmds.el (ucs-insert): Inherit surrounding
16078         properties like self-insert-command.
16080 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16082         * progmodes/etags.el: Add many doc strings.
16084 2008-02-11  Jason Rumney  <jasonr@gnu.org>
16086         * ldefs-boot.el: Regenerated.
16088 2008-02-11  Glenn Morris  <rgm@gnu.org>
16090         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16091         Shorten some names.
16093         * ffap.el (ffap-rfc-directories): Add :version.
16095 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
16097         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16098         files, and backup files of same.
16100 2008-02-11  Kevin Ryde  <user42@zip.com.au>
16102         * ffap.el (ffap-rfc-directories): New variable.
16103         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16105         * info.el (Info-next-reference, Info-prev-reference)
16106         (Info-try-follow-nearest-node): Move to and follow https:// links too.
16108         * simple.el (completion-list-mode): Show full completion-list-mode-map
16109         in the docstring.
16111 2008-02-11  Sam Steingold  <sds@gnu.org>
16113         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16115 2008-02-11  Glenn Morris  <rgm@gnu.org>
16117         * startup.el (emacs-startup-time): New variable.
16118         (command-line): Set emacs-startup-time.
16120         * calendar/time-date.el (emacs-uptime): New function.
16122 2008-02-10  Bastien Guerry  <bzg@altern.org>
16124         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16125         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16126         it is nil.
16128 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16130         * epg-config.el: Expand the contents of epg-package-info.el.
16131         (epg-package-name): New constant.
16132         (epg-version-number): New constant.
16133         (epg-bug-report-address): New constant.
16135         * epa-mail.el (epa-mail-mode): Add autoload cookie.
16136         (epa-global-mail-mode): New global minor mode.
16138         * epa-file.el (epa-file-mode): New global minor mode.
16140         * epa-dired.el (epa-dired-mode): New global minor mode.
16142         * epa.el (epa-menu): New variable.
16143         (epa-menu-items): New variable.
16144         (epa-menu-mode): New global minor mode.
16145         (epa-global-minor-modes): New user option.
16146         (epa-mode): New global minor mode.
16148 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
16150         * net/dbus.el: Remove `no-byte-compile' cookie.
16151         (dbus-call-method, dbus-register-signal, dbus-debug)
16152         (dbus-registered-functions-table): Declare them with
16153         `declare-function' or `defvar', respectively.
16154         (top): Don't assert any longer.  Require 'cl when compiling.
16155         Apply `ignore-errors' but `dbus-ignore-errors'.
16157 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
16159         * diff-mode.el (diff-add-change-log-entries-other-window):
16160         Use add-change-log-entry.
16162 2008-02-09  Jason Rumney  <jasonr@gnu.org>
16164         * button.el (button-map):
16165         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16166         * ldefs-boot.el: Regenerate.
16168 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
16170         * epa.el (epa-faces, epa):
16171         * epa-file.el (epa-file):
16172         * epg-config.el (epg): Add :version.
16174 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
16176         * vc.el (vc-exec-after): Append CODE to previous fragments.
16177         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16178         take MESSAGES instead of VERBOSE; use it when non-nil.
16179         (vc-diff-internal): Compute messages once; use them;
16180         update call to vc-diff-finish.
16182 2008-02-09  Michael Olson  <mwolson@gnu.org>
16184         * net/tramp.el (tramp-process-sentinel): Avoid error when process
16185         buffer has been killed, such as by
16186         `tramp-cleanup-all-connections'.
16188 2008-02-09  Miles Bader  <miles@gnu.org>
16190         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16192 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16194         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16195         splitter in context hunks.
16197 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
16199         * international/fontset.el (setup-default-fontset): Fix arabic otf
16200         font specification.
16202 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
16204         * epa-dired.el:
16205         * epa-file.el:
16206         * epa-mail.el:
16207         * epa-setup.el:
16208         * epa.el:
16209         * epg-config.el:
16210         * epg-package-info.el:
16211         * epg.el: Initial check-in of EasyPG.
16213 2008-02-08  Glenn Morris  <rgm@gnu.org>
16215         * woman.el (woman-locale): New defcustom.
16216         (woman-expand-locale, woman-manpath-add-locales): New functions.
16217         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
16219         * international/mule-cmds.el (locale-translate): New function,
16220         with old code extracted from set-locale-environment.
16221         (set-locale-environment): Use locale-translate.  Set woman-locale.
16223         * cus-start.el (selection-coding-system): Remove, since it's now
16224         defined in select.el rather than in xselect.c.
16225         * select.el (selection-coding-system): Make it a defcustom, and
16226         add the properties from cus-start.el.  Bump :version.
16228         * custom.el (custom-theme-set-variables): Sort symbols that are
16229         dependencies before symbols that depend on them.
16230         (custom-enabled-themes): Set after custom-theme-directory.
16232         * pcmpl-unix.el (top-level): Move provide statement to end.
16233         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16234         `*' from doc-string.  Allow to be nil.
16235         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16236         Allow to be nil.  Add :version.
16237         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
16238         without hostnames, and multiple hostnames per line.
16240         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16242 2008-02-08  Phil Hagelberg  <phil@evri.com>
16244         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16245         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16247 2008-02-07  Timo Savola  <timo.savola@iki.fi>
16249         * startup.el (command-line-x-option-alist): Add --parent-id.
16251         * term/x-win.el (x-handle-parent-id): New function.
16253 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16255         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16256         "Font Menu".
16258 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
16260         * net/dbus.el (dbus-interface-peer): New defconst.
16261         (dbus-ping): New defun.
16263 2008-02-06  Sam Steingold  <sds@gnu.org>
16265         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16267 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16269         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16270         Just return nil and let the C code provide a fallback.
16272 2008-02-05  Glenn Morris  <rgm@gnu.org>
16274         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16275         tramp-flush-connection-property for removed 2nd argument.
16277 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16279         * diff-mode.el (diff-add-change-log-entries-other-window):
16280         Rename from diff-create-changelog.  Change users.
16281         Minor change to hopefully work with plain diffs.
16282         (diff-mode-map): Add binding for it.
16284 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
16286         * diff-mode.el: Add new TODO entry.
16287         (diff-create-changelog): New function.
16288         (diff-mode-menu): Bind it.
16290 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
16292         * international/mule-diag.el (print-fontset-element): Handle the
16293         case of inhibiting the fallback fonts.
16295 2008-02-04  Kim F. Storm  <storm@cua.dk>
16297         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16298         (ido-magic-delete-char): Use prefix arg.
16300 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
16302         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16303         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16304         of today, the most recent libpng is 1.2.24).
16306 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
16308         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16310         * net/dbus.el (top): Check (featurep 'dbusbind).
16312         * net/tramp.el (tramp-process-sentinel): New defun.
16313         (tramp-do-copy-or-rename-file-out-of-band)
16314         (tramp-maybe-open-connection): Use it as process sentinel.
16315         (tramp-handle-delete-directory): Don't use the "-f" option; it
16316         isn't portable.
16317         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16318         after the command.
16319         (tramp-handle-shell-command): Set `mode-line-process' in the
16320         asynchronous case.
16322         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16324         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16325         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16326         Use `tramp-process-sentinel' as process sentinel.
16328 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
16330         * whitespace.el (global-whitespace-mode): Revert last change.
16331         (whitespace-unload-function): Force `global-whitespace-mode'
16332         to deactivate local modes in a slightly less intrusive way.
16334 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
16336         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16338 2008-02-02  Glenn Morris  <rgm@gnu.org>
16340         * international/latin1-disp.el (latin1-display):
16341         * progmodes/fortran.el (fortran-comment-indent-char):
16342         * progmodes/idlw-shell.el (top-level):
16343         * term/mac-win.el (mac-keyboard-translate-char):
16344         * whitespace.el (whitespace-char-valid-p):
16345         * wid-edit.el (widget-key-sequence-read-event):
16346         Use characterp rather than char-valid-p.
16348         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16349         to capitalized-find-word-boundary.  Doc fix.  Update callers.
16350         (capitalized-next-word-boundary-function-table): Rename to
16351         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
16353         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16354         string-to-int.
16356         * ps-def.el (declare-function): Add compatibility definition.
16357         (ps-plot-with-face, ps-plot-string): Declare as functions.
16358         (ps-bold-faces, ps-italic-faces): Declare variables.
16360         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16361         (ps-mule-end-job): Declare as functions.
16363         * wid-edit.el (widget-string-complete): Use assoc-string rather
16364         than assoc-ignore-case.
16366 See ChangeLog.13 for earlier changes.
16368 ;; Local Variables:
16369 ;; coding: utf-8
16370 ;; add-log-time-zone-rule: t
16371 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16372 ;; End:
16374     Copyright (C) 2008  Free Software Foundation, Inc.
16376   This file is part of GNU Emacs.
16378   GNU Emacs is free software: you can redistribute it and/or modify
16379   it under the terms of the GNU General Public License as published by
16380   the Free Software Foundation, either version 3 of the License, or
16381   (at your option) any later version.
16383   GNU Emacs is distributed in the hope that it will be useful,
16384   but WITHOUT ANY WARRANTY; without even the implied warranty of
16385   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16386   GNU General Public License for more details.
16388   You should have received a copy of the GNU General Public License
16389   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16391 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc