(setup_coding_system): Initialize
[emacs.git] / lisp / ChangeLog
blobb8b356ac3d543d4e55ccd3bb7ec02c934f1ec3c1
1 2009-07-01  Glenn Morris  <rgm@gnu.org>
3         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
5 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
7         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
9 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Handle
12         also the 'rename case, when setting file modes.  (Bug#3712)
13         (tramp-default-file-modes) Remove execute permissions.
15         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16         (tramp-gvfs-connection-mounted-p): Handle empty user name for
17         synce.
18         (tramp-synce-list-devices, tramp-synce-parse-device-names): New
19         defuns.
20         (top): Add completion function for "synce" method.
22 2009-06-30  Kenichi Handa  <handa@m17n.org>
24         * international/fontset.el (setup-default-fontset): Add CJK fonts
25         for symbols and the other miscellaneous characters.
27         * language/korea-util.el (setup-korean-environment-internal): Make
28         char-widht-table suitable for Korean environments.
29         (exit-korean-environment): Cancel above.
31         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
32         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
33         setup-funcion to make char-widht-table suitable for respective
34         environments, and an exit-function to cancel that.
36         * language/japan-util.el (setup-japanese-environment-internal):
37         Call use-cjk-char-width-table with arg `ja_JP'.
39         * international/characters.el (cjk-char-width-table): Delete it.
40         (cjk-char-width-table-list): New variable.
41         (use-cjk-char-width-table): New arg local-name.
42         (use-default-char-width-table): Fix for the case that Emacs is
43         already using the default char-width-table.
45 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
47         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
48         modes mandatory.  (Bug#3712)
50 2009-06-29  Alan Mackenzie  <acm@muc.de>
52         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
53         correction between the visible width of TABs and their number of
54         bytes.
56 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
58         * server.el (server-buffer-done): Prevent kill-buffer from
59         prompting by clearing the buffer modification flag (Bug#3696).
61 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
63         * verilog-mode.el (verilog-beg-of-statement)
64         (verilog-endcomment-reason-re): Support unique case and priority
65         case.
66         (verilog-basic-complete-re): Support localparam lineup.
67         (verilog-beg-of-statement-1): Fix for robustness, unique case.
68         (verilog-set-auto-endcomments): Fix for unique case, always_comb
69         commenting.
70         (verilog-leap-to-case-head): Now support *nested* unique &
71         priority case statements.
72         (verilog-auto-lineup): Make just declarations the default (as it
73         had been).
74         (verilog-leap-to-case-head): Support priority/unique case
75         statements.
76         (verilog-auto-lineup): Rework to give users radio buttons to
77         select the various styles of automatic lineup
78         (verilog-error-regexp-alist): Rework to support the XEmacs style
79         of error regular expressions from compilers, lint tools &
80         simulators.  Note that GNU Emacs has made it impossible for a mode
81         to load such things.
82         (electric-verilog-terminate-line, verilog-indent-declaration)
83         (verilog-auto-wiure): Rework for radio button selection of
84         auto-lineup selection of specification of auto lineup.
85         (verilog-beg-of-statement-1): Redesign to support proper operation
86         in additional code, based on testing with auto-lineup.
87         (verilog-calculate-indent, assignments & declarations)
88         (verilog-backward-token): Enhance to support auto-lineup of
89         assignments & declarations.
90         (verilog-in-directive-p, verilog-at-struct-p): New function for
91         easy test of whether we are.
92         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
93         to support safe execution at almost anyline.
94         (verilog-calc-1): Properly support indenting deep inside generate
95         blocks.
96         (verilog-init-font) Remove definition & use of verilog-init-font,
97         as it is redundant with font-lock-defaults.
98         (verilog-mode): Alter the definition of verilog-font-lock-defualts
99         to avoid circular calls if syntax-ppss is a function (as is the
100         case now in 22.x GNU Emacs) as that function would sometimes call
101         itself, leading to (nearly) infinite recursion
102         (verilog-ovm-begin-re, verilog-ovm-end-re)
103         (verilog-ovm-statement-re, verilog-leap-to-head)
104         (verilog-backward-token): Add support for OVM macros.  Some are
105         complete statements, and others open and close scopes like begin
106         and end.
107         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
108         (verilog-defun-level-generate-only-re): Really fix the defun-list
109         compilation issue
110         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
111         coverpoint, constraint and cross statements
112         (verilog-defun-level-list, verilog-generate-defun-level-list)
113         (verilog-all-defun-level-list): Redo these specifications - it is
114         too hard to support eval-when compile aggregation of lists also
115         built at when-compile time.
116         (verilog-defun-level-list): Place defconsts of variables used in
117         building regular expressions which are built in eval-when-compile
118         bodies in the same eval-when-compile body to facilitate compile
119         without load.
120         (verilog-beg-block-re-ordered): Support indenting
121         virtual/protected tasks and functions.
122         (verilog-defun-level-list,verilog-in-generate-region-p)
123         (verilog-backward-ws&directives, verilog-calc-1): Speed up
124         indentation of some module items (generate items).
125         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
126         across virtual/protected tasks and functions.
128 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
130         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort): Allow
131         sorting AUTOARG lists.  Suggested by Andrea Fedeli.
132         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
133         in concatenations.  Reported by Yishay Belkind.
134         (verilog-auto-ascii-enum): Support one-hot state machines in
135         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
136         (verilog-auto-inst, verilog-auto-inst-port): Include interface
137         modport in AUTOINST and add vl-modport for users.  Reported by
138         David Rogoff.
139         (verilog-auto-inout-module, verilog-auto-inst)
140         (verilog-decls-get-interfaces, verilog-insert-definition)
141         (verilog-insert-one-definition, verilog-read-decls)
142         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
143         (verilog-sig-modport, verilog-signals-combine-bus)
144         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
145         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
146         Suggested by David Rogoff.
147         (verilog-repair-open-comma): Fix non-insertion of comma when
148         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
149         (verilog-make-width-expression): Simplify [A-1:0] expression
150         widths to just {A{1'b0}}.
151         (verilog-mode): Cleanup checkdoc warnings.
152         (verilog-auto-inout-module, verilog-signals-matching-dir-re): Add
153         third optional regexp to AUTOINOUTMODULE to allow selecting only
154         inputs/outputs or data type.  Suggested by Vasu Kandadi.
155         (next-error-last-buffer): Fix byte-compiler warning.
156         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
157         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
158         or shell command text during AUTO expansion.  Suggested by Tad
159         Truex.
160         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
161         (verilog-read-sub-decls-sig, verilog-symbol-detick-text): Fix
162         dotted nets {a.b,c.d} and excaped identifiers being mis-included
163         in AUTOINOUT. Reported by Matthew Lovell.
164         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
165         causing use of <= assignments.  Reported by Alex Reed.
166         (verilog-read-decls): Fix triand, trior, wand, wor to be
167         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
168         (verilog-extended-complete-re): Support import "DPI-C" functions.
169         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
170         y[a+1:a+1]" to not include a in reset list.  Reported by Dan
171         Dever.
172         (verilog-insert-date, verilog-insert-year)
173         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
174         Windows systems.  Reported by Michael Potts.
175         (verilog-read-module-name): Fix AUTOINST when the child module
176         declaration's name is a tick define. Reported by Elliot Mednick.
177         (verilog-read-decls): Fix V2K parameter bit subscripts getting
178         passed to next parameter's definition. Reported by Bruce T.
179         (verilog-read-decls): Fix detecting "parameter int" when using
180         AUTOINSTPARAM.  Reported by Bruce T.
181         (verilog-goto-defun): Fix goto not finding modules unless first
182         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
183         (verilog-mode): Expand -f flag arguments on entry to mode so
184         verilog-goto-defun will work.  Reported by Lawrence Butcher.
185         (verilog-getopt): Expand environment variables in -f file
186         arguments.  Suggested by Lawrence Butcher.
187         (verilog-set-define): Fix "Symbol's value as variable is void"
188         when reading enumerations.
189         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
190         Suggested by Stephen Peltan.
191         (verilog-read-defines): Fix reading of enumerations in include
192         files.  Reported by Steve Peltan.
194 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
196         * files.el (trash-directory): Fix defcustom type.
198 2009-03-28  Juri Linkov  <juri@jurta.org>
200         * help-fns.el (describe-function-1): Correctly locate adviced
201         functions in hyperlink (Bug#2438).
203 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
205         * files.el (trash-directory): Change default to nil.
206         (move-file-to-trash): If trash-directory is nil and
207         system-move-file-to-trash is unbound, perform freedesktop-style
208         trashing.
210 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
212         * files.el (move-file-to-trash): Add freedesktop trash
213         support (Bug#973).
215 2009-06-28  Glenn Morris  <rgm@gnu.org>
217         * autorevert.el (global-auto-revert-non-file-buffers)
218         (global-auto-revert-mode): Doc fixes.
220 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
222         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
224 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
226         * faces.el (x-handle-named-frame-geometry): Ensure that we have
227         opened an X connection before calling x-get-resource (Bug#3194).
229         * play/doctor.el: Remove reference to obsolete website.
230         (make-doctor-variables): Correct grammar mistake (Bug#2633).
232 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
234         Remove find-file-not-found-hook VC method.  (Bug#2757)
235         * vc-hooks.el (vc-file-not-found-hook)
236         (vc-default-find-file-not-found-hook): Remove functions.
237         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
238         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
239         * vc.el:
240         * vc-hg.el:
241         * vc-git.el: Do not mention find-file-not-found-hook VC method.
243 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
245         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
246           compatibility function for `looking-back'
248         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
249           `ispell-looking-back'
251 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
253         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
254         rather than `filename'.
256 2009-06-23  Miles Bader  <miles@gnu.org>
258         * face-remap.el (text-scale-set): New function.
260 2009-06-23  Glenn Morris  <rgm@gnu.org>
262         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
264         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
266         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
268         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
270         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
271         Simplify Persian conditionals.
273         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
274         variable `filename'.
276         * comint.el (comint-insert-input): Doc fix.
278         * Makefile.in (ELCFILES): Fix typo in previous change.
280 2009-06-23  Miles Bader  <miles@gnu.org>
282         * cus-start.el: Add entry for `recenter-redisplay'.
284 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
286         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
287         Add an optional argument for the backend, use it instead of
288         calling vc-backend.
289         (vc-mode-line): Add an optional argument for the backend.  Pass
290         the backend to vc-state and vc-working-revision.  Move code for
291         special handling for vc-state being a buffer to ...
293         * vc-rcs.el (vc-rcs-find-file-hook):
294         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
296         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
297         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
298         vc-stay-local-p and vc-mode-line calls.
300         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
301         (vc-cvs-diff, vc-cvs-annotate-command)
302         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
303         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
304         vc-mode-line calls.
306         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
307         direct comparison.
308         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
309         backend when calling vc-mode-line.
310         (vc-register): Do not create a closure for calling the vc register
311         function, call it directly.
313 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
315         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
316         to make it obvious item can be clicked.
318         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
320 2009-06-23  Kenichi Handa  <handa@m17n.org>
322         * language/korea-util.el (korean-key-bindings): Change the binding
323         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
324         same command.
326 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
328         Sync with Tramp 2.1.16.
330         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
332         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
333         when a loading of a package fails.  Completion function for rsync
334         is `tramp-completion-function-alist-ssh'.
335         (all): Replace all calls of `split-string' and
336         `tramp-split-string' by `tramp-compat-split-string'.
337         (tramp-default-method): Use `tramp-compat-process-running-p'.
338         (tramp-default-proxies-alist): Allow also Lisp forms.
339         (tramp-remote-path): Add choice "Private Directories".
340         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed"
341         option.
342         (tramp-domain-regexp): Allow also "-", "_" and ".".
343         (tramp-end-of-output): Remove newlines, and add "$" at the end.
344         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
345         (tramp-debug-message): Insert header line in debug buffer.
346         (tramp-handle-directory-files-and-attributes-with-stat): Care
347         about filenames with spaces, or starting with "-".
348         (tramp-handle-dired-uncache): New defun.
349         (tramp-handle-insert-directory): Don't flush the directory from
350         cache, this is handled by `dired-uncache' now.
351         (tramp-handle-insert-file-contents): Improve error handling.
352         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
353         Quote `tramp-end-of-output'.
354         (tramp-action-password): Improve trace message.
355         (tramp-check-for-regexp): Both echoes must be present, before
356         removing.
357         (tramp-open-connection-setup-interactive-shell): Trace coding
358         system.
359         (tramp-compute-multi-hops): Eval cons cells of
360         `tramp-default-proxies-alist'.
361         (tramp-maybe-open-connection): Use the same command pattern for
362         first hop and further hops.
363         (tramp-wait-for-output): Remove handling of newlines.
364         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
365         (tramp-split-string): Remove function.  It is handled in
366         tramp-compat now.
368         * net/tramp-cmds.el (tramp-bug): Recommend
369         `tramp-cleanup-all-connections' in the bug mail.
371         * net/tramp-compat.el (tramp-compat-split-string)
372         (tramp-compat-process-running-p): New defuns.
374         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
375         for `dired-uncache'.
377         * net/tramp-gvfs.el: New package.
379         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
380         handler for `dired-uncache'.
381         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
383         * net/trampver.el: Update release number.  Make version check fit
384         for SXEmacs 22.
386 2009-06-22  Jim Meyering  <meyering@redhat.com>
388         Automatically handle .xz suffix (XZ-compressed files), too.
389         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
390         XZ is the successor to LZMA: <http://tukaani.org/xz/>
392 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
393             Nick Roberts  <nickrob@snap.net.nz>
395         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
396         repository (http://sphinx.net.ru/hg/gdb-mi/).
398 2009-06-22  Glenn Morris  <rgm@gnu.org>
400         * files.el (dir-locals-collect-mode-variables): Allow for any number of
401         `mode' and `eval' entries.  (Bug#3430)
403         * Makefile.in (ELCFILES): Add fadr.elc.
405         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
406         differing behavior of \n and ^ in strings.  (Bug#3385)
408         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
410         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
411         property.
412         (lisp-indent-function): Make it a defcustom.
414 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
416         * progmodes/gdb-ui.el: Replace with ...
417         * progmodes/gdb-mi.el: ... this file.
418         * progmodes/gud.el: Modify for gdb-mi.el.
420 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
422         * fadr.el: New file.
424 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
426         * Branch for 23.1.
428 2009-06-21  Glenn Morris  <rgm@gnu.org>
430         * emacs-lisp/lisp-mode.el (lisp-indent-function)
431         * emacs-lisp/cl-indent.el (lisp-indent-defun-method)
432         (common-lisp-indent-function): Add doc strings.
434 2009-06-19  David Casperson  <casper@unbc.ca>  (tiny change)
436         * font-core.el (turn-on-font-lock-if-desired): Correctly handle
437         the case where font-lock-global-modes is a list that doesn't begin
438         with `not' (Bug#3611).
440 2009-06-19  Glenn Morris  <rgm@gnu.org>
442         * subr.el (open-network-stream): Doc fix.
444 2009-06-19  Juanma Barranquero  <lekktu@gmail.com>
446         * international/fontset.el (setup-default-fontset):
447         Fix typo in previous change.
449 2009-06-19  Kenichi Handa  <handa@m17n.org>
451         * international/fontset.el (setup-default-fontset): Add a spec of
452         non-OTF unicode font for Thai.
454         * fringe.el: Add coding: utf-8 cookie.
456 2009-06-18  Kenichi Handa  <handa@m17n.org>
458         * language/korean.el (korean-cp949): New coding system.  Set cp949
459         as an alias to it.
461 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
463         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
464         format used by GnuPG 2.0.11.
466 2009-06-18  Glenn Morris  <rgm@gnu.org>
468         * files.el (dir-locals-set-directory-class): Make mtime argument
469         optional, since it is always unneeded in the non-file case.  (Bug#3577)
471 2009-06-18  Kenichi Handa  <handa@m17n.org>
473         * language/korean.el ("Korean"): Fix `documentation' property of
474         this language environment.
476         * language/korea-util.el (korean-key-bindings): Add binding for
477         key Hangul.
479 2009-06-17  Chong Yidong  <cyd@stupidchicken.com>
481         * progmodes/compile.el (compilation-error-regexp-alist-alist):
482         Comment out 2007-07-25 change adding support for Maven error
483         messages; this regexp is too slow on long lines (Bug#3441).
485 2009-06-17  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
487         * progmodes/ruby-mode.el (ruby-parse-partial)
488         (ruby-font-lock-keywords): Support overloadable negative
489         operators (Bug#3587).
491 2009-06-17  Tiago Saboga  <tiagosaboga@gmail.com>  (tiny change)
493         * files.el (save-some-buffers-action-alist): Fix last
494         change (Bug#3578).
496 2009-06-17  Glenn Morris  <rgm@gnu.org>
498         * files.el (dir-locals-set-directory-class): Fix doc typo.
500 2009-06-17  Kenichi Handa  <handa@m17n.org>
502         * international/mule-diag.el (list-character-sets): Change
503         "FINAL-CHAR" to "FINAL-BYTE" to follow the official terminology.
504         (list-character-sets-1): Add one line explanation about
505         "supplementary charset".  Make the part "Supplementary Character
506         Sets" clickable.
508 2009-06-16  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
510         * international/mule-conf.el: Add cp949-2-byte, cp949.
512 2009-06-16  Kenichi Handa  <handa@m17n.org>
514         * composite.el (compose-region): Improve the docstring.
516 2009-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * vc.el (vc-default-revision-granularity): Remove to let the normal
519         error handling kick in (bug#3570).
521 2009-06-13  Chong Yidong  <cyd@stupidchicken.com>
523         * simple.el (kill-visual-line): Rewrite (Bug#3437).  Don't try to
524         handle kill-whole-line, as it doesn't make sense in this context.
526 2009-06-12  Sam Steingold  <sds@gnu.org>
528         * vc-hg.el (vc-hg-log-switches): Add defcustom.
529         (vc-hg-print-log): Use it.
531 2009-06-12  Kenichi Handa  <handa@m17n.org>
533         * international/eucjp-ms.el: Re-generated.
535 2009-06-10  Glenn Morris  <rgm@gnu.org>
537         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
538         Fix typo in 2008-04-02 change.
540 2009-06-10  Kenichi Handa  <handa@m17n.org>
542         * composite.el (compose-gstring-for-terminal): For zero-width
543         characters of Unicode category `Cf', simply replace it with SPC.
545 2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
547         * ispell.el: Make `ispell-dictionary' customizable (#2555)
549 2009-06-08  Michael Albinus  <michael.albinus@gmx.de>
551         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
552         files correctly.
554 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
556         * term/ns-win.el (composition-function-table)
557         (script-representative-chars): Don't alter.
559 2009-06-07  Michael Albinus  <michael.albinus@gmx.de>
561         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
562         copy more robust, especially when "chown" is not applicable.
564 2009-06-07  Martin Rudalics  <rudalics@gmx.at>
566         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string.
568 2009-06-06  Michael Albinus  <michael.albinus@gmx.de>
570         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
571         Apply workaround for OpenSolaris bug.
573 2009-06-05  Daiki Ueno  <ueno@unixuser.org>
575         * epa.el (epa-decrypt-region): Detect encoding if
576         coding-system-for-read is not specified.
577         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=17018>
578         (epa-verify-region): Ditto.
580 2009-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
582         * tar-mode.el (tar-header-block-tokenize): Obey @LongLink even for
583         POSIX tar archives (bug#3410).
585 2009-06-04  Johan Bockgård  <bojohan@gnu.org>
587         * vc.el (vc-revision-other-window): Fix argument to backend
588         function revision-completion-table; it expects a list.
590 2009-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
592         * frame.el (delete-other-frames): Only delete frames on the
593         same terminal (bug#3442).
595 2009-06-04  Glenn Morris  <rgm@gnu.org>
597         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
598         Make into defcustoms.  (Bug#3429)
600 2009-06-01  Chong Yidong  <cyd@stupidchicken.com>
602         * international/README: New file.
604         * international/charprop.el:
605         * international/uni-bidi.el:
606         * international/uni-category.el:
607         * international/uni-combining.el:
608         * international/uni-comment.el:
609         * international/uni-decimal.el:
610         * international/uni-decomposition.el:
611         * international/uni-digit.el:
612         * international/uni-lowercase.el:
613         * international/uni-mirrored.el:
614         * international/uni-name.el:
615         * international/uni-numeric.el:
616         * international/uni-old-name.el:
617         * international/uni-titlecase.el:
618         * international/uni-uppercase.el: Add copyright notice (Bug#3428).
620         * emulation/edt.el (edt-previous-line, edt-next-line): Don't use
621         forward-line, undoing 2007-10-19 change (Bug#3188).
623         * textmodes/two-column.el (2C-split): Call move-to-column, to
624         compensate for the 2007-10-19 change from next-line to
625         forward-line (Bug#3435).  Account for fringe and scroll-bar when
626         setting 2C-window-width.
628 2009-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * startup.el (normal-no-mouse-startup-screen): Use F1 rather than C-h
631         if C-h is remapped to something else like DEL.
633 2009-05-26  Chong Yidong  <cyd@stupidchicken.com>
635         * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).
637         * view.el (view-recenter): Allow recenter to compute window height
638         normally.
639         (view-window-size): Use window-line-height to find window height.
640         (view-page-size-default): Return nil if LINES is nil, 0, or larger
641         than the window height.
642         (view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
644 2009-05-26  Kenichi Handa  <handa@m17n.org>
646         * textmodes/table.el (table--unibyte-char-to-multibyte):
647         Delete function.
648         (*table--cell-self-insert-command, *table--cell-quoted-insert):
649         Don't call table--unibyte-char-to-multibyte (Bug#3372).
651 2009-05-26  Chong Yidong  <cyd@stupidchicken.com>
653         * newcomment.el (comment-region): Doc fix (Bug#3370).
655 2009-05-24  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
657         * mail/smtpmail.el: Indent code properly to make it more readable.
659 2009-05-24  Chong Yidong  <cyd@stupidchicken.com>
661         * textmodes/ispell.el (ispell-check-version): Handle dashes in
662         version numbers.  Suggested by sdl.web@gmail.com (Bug#3369).
664 2009-05-23  Chong Yidong  <cyd@stupidchicken.com>
666         * info.el (Info-mode): Doc fix (Bug#3358).
668 2009-05-23  Johan Bockgård  <bojohan@gnu.org>
670         * ediff-vers.el (ediff-vc-latest-version): Use property
671         `vc-latest-revision' instead of `vc-latest-version'.  (It was
672         renamed in the big VC overhaul.)
674 2009-05-23  Chong Yidong  <cyd@stupidchicken.com>
676         * progmodes/grep.el (grep-compute-defaults): Simplify how settings
677         are looked up.
678         (grep-apply-setting): New function.
679         (grep-highlight-matches, grep-command, grep-template)
680         (grep-use-null-device, grep-find-command, grep-find-template):
681         Clarify role of grep-compute-defaults in docstrings.
682         Use grep-apply-setting to apply changes (Bug#3343).
684 2009-05-21  Glenn Morris  <rgm@gnu.org>
686         * calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change -
687         always move cursor to new date.  (Bug#3338)
689 2009-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * textmodes/tex-mode.el (tex-uptodate-p): Accept [1{/var/foo}] as
692         a page number.
694 2009-05-20  Jason Rumney  <jasonr@gnu.org>
696         * files.el (locate-dominating-stop-dir-regexp): Add terminal
697         directory separator to UNC path case (Bug#3252).
699 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
701         * international/encoded-kb.el (encoded-kbd-setup-display):
702         Change DISPLAY arg to TERMINAL.
704         * international/mule.el (set-terminal-coding-system)
705         (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
707 2009-05-19  Alan Mackenzie  <acm@muc.de>
709         * progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line):
710         Rename from c-neutralize-syntax-in-CPP.  Set the variables c-new-BEG
711         and c-new-END, thus extending the font-lock region.
712         (c-font-lock-init): Don't set obsolete variable font-lock-lines-before.
714         * progmodes/cc-langs.el (c-before-font-lock-function): Rename a
715         value to c-extend-and-neutralize-syntax-in-CPP.
717 2009-05-19  Kenichi Handa  <handa@m17n.org>
719         * faces.el (set-face-attribute): Fix handling of :family
720         "FOUNDRY-FAMILY".
722 2009-05-18  Chong Yidong  <cyd@stupidchicken.com>
724         * register.el (register-alist): Doc fix (Bug#3311).
726 2009-05-18  Richard M Stallman  <rms@gnu.org>
728         * progmodes/compile.el (compilation-filter): If inserting at end
729         of accessible part of buffer, keep end of output visible.
731         * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.
732         Don't call rmail-modify-format here.
733         (rmail-expunge): Call it here after expunge is confirmed.
734         (rmail-confirm-expunge): Doc fix.  Mark as risky.
735         (rmail-convert-babyl-to-mbox): Call rmail-modify-format.
736         (rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'.
737         For other attributes, call `rmail-modify-format',
738         and propagate the modified flag to rmail-buffer.
740 2009-05-17  Richard M Stallman  <rms@gnu.org>
742         * mail/rmailedit.el (rmail-edit-current-message):
743         Call rmail-modify-format here.
744         (rmail-cease-edit): Not here.
746 2009-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * vc-bzr.el (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
749         of any kind of error (e.g. when "sha1sum" is not found).
751 2009-05-15  Martin Rudalics  <rudalics@gmx.at>
753         * dired.el (dired-pop-to-buffer): Try to make this behave the
754         Emacs 22 way (Bug#1806).
756 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
758         * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
760 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
762         * tutorial.el (help-with-tutorial): Don't use text mode, since the
763         tutorial text assume Fundamental mode.  Use TUTORIAL.xx for the
764         tutorial buffer, since that is what the tutorial text assumes.
766 2009-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * simple.el (completion-setup-function):
769         Only modify the default-directory in *Completions* (bug#3250).
770         Take partial-completion into account when setting default-directory.
772 2009-05-10  Chong Yidong  <cyd@stupidchicken.com>
774         * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
776 2009-05-10  Kim F. Storm  <storm@cua.dk>
778         * ido.el: Add proper support for confirm-nonexistent-file-or-buffer
779         values `confirm' and `confirm-after-completion'.
780         (ido-read-internal, ido-buffer-internal, ido-file-internal):
781         Setup and handle require-match arg according to c-n-f-o-b.
782         (ido-show-confirm-message): New dynamic variable.
783         (ido-exit-minibuffer): Request confirmation for non-existing file
784         or buffer according to confirm-nonexistent-file-or-buffer.
785         (ido-decorations): Add 11th element for "confirm" message.
786         (ido-completions): Show confirmation message when requested.
788 2009-05-08  Kenichi Handa  <handa@m17n.org>
790         * international/encoded-kb.el (encoded-kbd-setup-keymap):
791         * international/mule-diag.el (describe-coding-system): Fix for big5.
793 2009-05-07  Martin Rudalics  <rudalics@gmx.at>
795         * window.el (split-window-sensibly): New function.
796         (split-height-threshold, split-width-threshold): State in
797         doc-string that these affect split-window-sensibly.
798         Change customization subtype from number to integer.
799         (window--splittable-p): Rename to window-splittable-p since it's
800         referred to in doc-string of split-window-sensibly.  Update doc-string.
801         (window--try-to-split-window): Unconditionally call
802         split-window-preferred-function and move splitting functionality
803         to split-window-sensibly (Bug#3142).
804         (split-window-preferred-function): Rewrite doc-string.
805         Don't allow nil as customization type.
807 2009-05-07  Chong Yidong  <cyd@stupidchicken.com>
809         * faces.el (x-handle-named-frame-geometry): Ignore errors from
810         x-get-resource due to not yet opened X connection.  This is a
811         temporary workaround for Bug#3194.
813 2009-05-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
815         * vc-svn.el (vc-svn-parse-status): ?D is for removed files (bug#3213).
817 2009-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * vc.el (vc-delete-file): Add autoload cookie (bug#3209).
821 2009-05-04  Miles Bader  <miles@gnu.org>
823         * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
824         directly (Bug#2878).
826 2009-05-03  Juanma Barranquero  <lekktu@gmail.com>
828         * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
829         (ns-echo-working-text, ns-utf8-nfd-post-read-conversion)
830         (ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu)
831         (mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec)
832         (ns-set-background-alpha, ns-set-foreground-at-mouse)
833         (ns-set-background-at-mouse): Fix typos in docstrings.
835 2009-05-03  Daiki Ueno  <ueno@unixuser.org>
837         * epg.el (epg-wait-for-completion): Sleep after the process
838         exits, to allow process-filter to run (Bug#2412).
840         * epa.el (epa--read-signature-type): Fix typo.
842 2009-05-02  Glenn Morris  <rgm@gnu.org>
844         * wid-edit.el (widget-specify-field, widget-field-value-get, character):
845         Revert 2009-03-24 change, since it causes a more serious problem than
846         the one it solves.  (Closes Bug#3136, reopens Bug#2689.)
848 2009-05-02  Martin Rudalics  <rudalics@gmx.at>
850         * frame.el (pop-up-frame-function): Remove choice nil since it
851         does not represent a valid value.
853 2009-04-30  David Reitter  <david.reitter@gmail.com>
855         * term/ns-win.el (ns-make-command-string, ns-grabenv)
856         (ns-extended-platform-support-mode, menu-bar-ns-file-menu)
857         (ns-arrange-all-frames, ns-arrange-visible-frames)
858         (ns-arrange-frames): Remove.  These functionalities not
859         available on other (free) platforms will be provided to users
860         outside the Emacs project in the "ns-platform-support" package.
862 2009-04-30  Alan Mackenzie  <acm@muc.de>
864         Enhancements for Objective-C:
865         * progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket)
866         (c-objc-method-arg-unfinished-offset)
867         (c-objc-method-parameter-offset): New variables.
868         (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry
869         for objc-method-call-cont.
871         * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords
872         "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".
874         * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons):
875         New function.
877 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
879         * subr.el (assoc-default): Doc fix.
881 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
883         * files.el (hack-local-variables-prop-line)
884         (hack-local-variables, dir-locals-read-from-file):
885         Bind read-circle to nil before reading.
887 2009-04-28  Geert Kloosterman  <g.j.kloosterman@gmail.com>  (tiny change)
889         * progmodes/which-func.el (which-function): Don't assume that
890         entries from `imenu--index-alist' are ordered by buffer position,
891         which fails when submenus are present (Bug#3153).
893 2009-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * international/quail.el (quail-vunion): Remove unexplained nreverse.
897 2009-04-28  Nick Roberts  <nickrob@snap.net.nz>
899         * progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used"
900         error with gud-tooltip-mode in the Linux console.
902 2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
904         * tooltip.el (tooltip-show-help): Fall back on
905         tooltip-show-help-non-mode for text-only displays.
907 2009-04-27  Jay Belanger  <jay.p.belanger@gmail.com>
909         * calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'.
911 2009-04-26  Jay Belanger  <jay.p.belanger@gmail.com>
913         * calc/calc.el (calc-set-mode-line): Check to make sure that the
914         correct Calc buffer gets "Embed" in the mode line.
915         (calc-mode): Copy stack list for additional Calc buffers.
917 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
919         * simple.el (line-move-visual): If point is stuck moving backwards
920         against a display string, temporarily ignore the goal
921         column (Bug#3020).
923         * startup.el (normal-top-level): Implement a work-around to handle
924         changes to face-font-rescale-alist during
925         initialization (Bug#1785).
927 2009-04-24  Michael Albinus  <michael.albinus@gmx.de>
929         * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
930         (tramp-handle-file-name-all-completions): Don't use "-b" as ls
931         arg.  It does not work on OpenBSD.  Reported by Taylor Venable
932         <taylor@metasyntax.net>.
934 2009-04-23  Chong Yidong  <cyd@stupidchicken.com>
936         * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
937         (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
939 2009-04-21  Martin Rudalics  <rudalics@gmx.at>
941         * diff-mode.el (diff-find-source-location): Don't call
942         diff-sanity-check-hunk when NOPROMPT is non-nil.  (Bug#3033)
944 2009-04-21  Kenichi Handa  <handa@m17n.org>
946         * international/uni-decomposition.el: Re-generated.
948 2009-04-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
950         * proced.el (proced-sort): Declare it buffer-local.
951         (proced-send-signal): Handle non-nil signals.
953 2009-04-18  Jason Rumney  <jasonr@gnu.org>
955         * facemenu.el (list-colors-duplicates): w32-default-color-map is
956         a function (Bug#3044).
958 2009-04-18  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>
960         * epa-file.el (epa-file-decode-and-insert):
961         Use string-to-multibyte instead of set-buffer-multibyte.
962         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
964 2009-04-18  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
966         * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
968 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
970         * thingatpt.el (thing-at-point-bounds-of-list-at-point):
971         New function (Bug#3027).
973 2009-04-17  Kenichi Handa  <handa@m17n.org>
975         * international/uni-decomposition.el: Re-generated.
977 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
979         * textmodes/flyspell.el (flyspell-correct-word-before-point):
980         Don't create markers.
981         (tex-mode-flyspell-verify): Don't create markers.
982         Use line-end-position.
983         (sgml-mode-flyspell-verify): Don't create markers.  Simplify code
984         using looking-at and looking-back.
986 2009-04-16  Robert Brown  <brown@google.com>  (tiny change)
988         * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
989         property (Bug#2984).
991 2009-04-16  Leo  <sdl.web@gmail.com>  (tiny change)
993         * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
994         parameter alist.
996 2009-04-15  William Xu  <william.xwl@gmail.com>
998         * outline.el (hide-sublevels): Ensure that arguments are passed to
999         outline-flag-region in the correct order (Bug#3000).
1001 2009-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1003         * net/browse-url.el (browse-url-filename-alist): Correct file
1004         URI (Bug#2922).
1006 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
1008         * subr.el (posn-col-row): Properly compute line spacing.
1009         Suggested by Nikolaj Schumacher (Bug#2933).
1011 2009-04-15  Ulf Jasper  <ulf.jasper@web.de>
1013         * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
1014         feeds.
1016 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
1018         * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file
1019         names with leading spaces.  Ignore "." if it appears as a filename.
1021 2009-04-14  Juanma Barranquero  <lekktu@gmail.com>
1023         * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
1024         (scan-buf-previous-region): Fix typo in docstring.
1026 2009-04-14  Edward Wiebe  <usenet@pusto.de>  (tiny change)
1028         * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
1030 2009-04-14  Michael Albinus  <michael.albinus@gmx.de>
1032         * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
1033         Fix an error in flushing cache data.
1034         (tramp-handle-process-file): Flush all file cache values for the
1035         connection, because the remote process could have changed them.
1036         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1037         Handle QUIT.
1039         * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
1040         of directory "".
1042 2009-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * minibuffer.el (completion--try-word-completion): Don't disable
1045         `partial-completion' any more.  Mark the added char instead.
1046         (completion-pcm--string->pattern): Notice chars added by
1047         completion--try-word-completion and treat them specially. (bug#2957)
1049 2009-04-13  Jason Rumney  <jasonr@gnu.org>
1051         * faces.el (frame-set-background-mode): Window system frames
1052         default to light.  Use default in cases where specified color
1053         does not exist (Bug#2969).
1055 2009-04-13  Kenichi Handa  <handa@m17n.org>
1057         * language/japanese.el (cp932): Delete alias for japanese-shift-jis.
1059 2009-04-12  Michael Albinus  <michael.albinus@gmx.de>
1061         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1062         Overwrite always the tmpfile.  (Bug#2962).
1064 2009-04-11  Chong Yidong  <cyd@stupidchicken.com>
1066         * files.el (dir-locals-directory-cache):  Rename from
1067         dir-locals-directory-alist.  Change format to include
1068         the mtime of the directory-local variables file (Bug#2833).
1069         (dir-locals-set-directory-class): New arg mtime.  Store it in
1070         dir-locals-directory-cache.
1071         (dir-locals-find-file): Check cache validity using the mtime.
1072         (dir-locals-read-from-file): Save the file mtime in the cache.
1073         (hack-dir-local-variables): Adapt to new
1074         dir-locals-directory-cache entry format.
1076         * international/mule-diag.el (describe-font-internal):
1077         Rename ignored argument to IGNORED.
1078         (describe-font): Elide unnecessary argument to
1079         describe-font-internal (Bug#2945).
1081 2009-04-10  Richard M Stallman  <rms@gnu.org>
1083         * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
1085         * vc-dir.el (vc-dir): Doc fix.
1087 2009-04-10  Eli Zaretskii  <eliz@gnu.org>
1089         * mail/unrmail.el (unrmail): If "Mail-From" header is found,
1090         append a newline to it.
1092         * mail/rmail.el (rmail-unrmail-new-mail)
1093         (rmail-unrmail-new-mail-maybe): New functions.
1094         (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
1095         convert Babyl-formatted new mail to mbox format.  (Bug#2942)
1097 2009-04-09  Kim F. Storm  <storm@cua.dk>
1099         * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
1100         tab-to-tab-stop to respect indent-tabs-mode.
1102 2009-04-09  Richard M Stallman  <rms@gnu.org>
1104         * mail/rmailkwd.el (rmail-set-label): Warn if multiple labels spec'd.
1105         (rmail-kill-label, rmail-add-label): Doc fixes.
1107         * mail/rmailout.el (rmail-output): If file is visited,
1108         check the buffer's format.
1110         * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
1112         * mail/rmailout.el (rmail-output-to-rmail-buffer):
1113         Call rmail-modify-format.
1115         Don't query before visiting a Babyl file.
1116         Instead, query before modifications that would save it.
1118         * mail/rmail.el (rmail-was-converted): New variable.
1119         (rmail-seriously-modified): New variable.
1120         (rmail-perm-variables): Set them to nil.
1121         (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
1122         Instead, set rmail-was-converted.
1123         (rmail-modify-format): New function.  Query if save will change format.
1124         (rmail-dont-modify-format): New function.
1125         (rmail-duplicate-message, rmail-get-new-mail):
1126         Call rmail-modify-format.
1127         (rmail-set-header): Call rmail-dont-modify-format.
1128         (rmail-set-attribute): Likewise.
1129         (rmail-expunge-confirmed): Call rmail-modify-format.
1131         * mail/sendmail.el (sendmail-send-it): Replace any
1132         pre-existing Content-type header if we insert one.
1134 2009-04-09  Michael Albinus  <michael.albinus@gmx.de>
1136         * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
1137         (tramp-handle-vc-registered): New defun.  (Bug#1741)
1139         * net/tramp-cache.el (tramp-flush-directory-property): Use the
1140         localname of KEY for check.
1142 2009-04-09  Kenichi Handa  <handa@m17n.org>
1144         * international/charprop.el: Re-generated.
1145         * international/uni-bidi.el: Re-generated.
1146         * international/uni-category.el: Re-generated.
1147         * international/uni-combining.el: Re-generated.
1148         * international/uni-decomposition.el: Re-generated.
1149         * international/uni-mirrored.el: Re-generated.
1150         * international/uni-name.el: Re-generated.
1152 2009-04-08  Eli Zaretskii  <eliz@gnu.org>
1154         * files.el (append-to-file): Doc fix.
1156         * term/pc-win.el (msdos-last-help-message): New defvar.
1157         (msdos-show-help): Use it to avoid saving the last message if it
1158         was also a help message (Bug#2895).
1160         * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
1161         in subject.  This resurrects a feature, lost in transition to
1162         mbox, whereby Subject is matched even if it's broken into several
1163         lines at arbitrary places.
1165 2009-04-08  Nick Roberts  <nickrob@snap.net.nz>
1167         * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
1169 2009-04-08  Chong Yidong  <cyd@stupidchicken.com>
1171         * textmodes/fill.el (fill-paragraph): Doc fix.
1173 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
1175         * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
1177 2009-04-07  Glenn Morris  <rgm@gnu.org>
1179         * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
1181         * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
1182         message.
1183         (rmail-quit): Mark summary unmodified.
1184         (rmail-expunge): Doc fix.  Always show a message.  (Bug#2763)
1186 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
1188         * vc-bzr.el (vc-bzr-log-view-mode):
1189         Tweak log-view-message-re (Bug#2872).
1191         * descr-text.el (describe-property-list, describe-char):
1192         Add follow-link properties to buttons that need them.
1194         * tooltip.el (tooltip-show-help-non-mode): Don't save the last
1195         message if it was also a help message (Bug#2895).
1197 2009-04-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1199         * textmodes/bibtex.el (bibtex-format-entry)
1200         (bibtex-search-crossref): Allow OPT prefix for name of crossref field.
1202 2009-04-06  Sam Steingold  <sds@gnu.org>
1204         * simple.el (completion-list-mode-map): Bind "q" to quit-window,
1205         just like in all other read-only buffers.
1207 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
1209         * simple.el (handle-shift-selection): Clarify docstring.
1211 2009-04-05  Michael Albinus  <michael.albinus@gmx.de>
1213         * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
1214         `file-modes' returns nil.
1216         * net/ange-ftp.el (ange-ftp-set-file-modes): New defun.  Change
1217         `ange-ftp' property of `set-file-modes' to
1218         `ange-ftp-set-file-modes' (Bug#2865).
1219         (ange-ftp-call-chmod): Add error handling.
1221         * net/tramp.el (tramp-default-file-modes): New defun.  Replace all
1222         calls of `file-modes' by this (Bug#2869).
1223         (tramp-handle-find-backup-file-name): Use `symbol-value' instead
1224         of `boundp'.
1226         * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
1227         Use `tramp-default-file-modes'.
1229 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
1231         * frame.el (make-frame): Doc fix.
1233 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
1235         * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
1236         summary lines.
1238 2009-04-02  Chong Yidong  <cyd@stupidchicken.com>
1240         * dired.el (dired-get-filename): Always pass filename through
1241         `read' to ensure unquoting is performed (Bug#2862).
1243 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
1247 2009-04-02  Glenn Morris  <rgm@gnu.org>
1249         * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
1251         * calendar/holidays.el (calendar-holidays):
1252         Don't autoload it.  (Bug#2811)
1254 2009-04-02  Kenichi Handa  <handa@m17n.org>
1256         * international/fontset.el (setup-default-fontset):
1257         Specify iso10646-1 font for characters in PUA of BMP.  (Bug#2830)
1259 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1261         * simple.el (auto-fill-function): Mark it as safe for nil.
1262         Suggested by Leo <sdl.web@gmail.com>.
1264 2009-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
1266         * vc-mtn.el (vc-mtn-register): Fix optional arguments.
1268         * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
1269         (vc-mode-line): Accept and use an optional argument for the backend.
1270         (vc-find-file-hook): Use when instead of if.  Avoid calling
1271         vc-backend multiple times, pass down the value computed the first time.
1273 2009-03-30  Andreas Schwab  <schwab@linux-m68k.org>
1275         * ansi-color.el (ansi-color-get-face):
1276         Use ansi-color-parameter-regexp to match parameters.
1277         (ansi-color-regexp): Include final `m' in first group.
1279 2009-03-30  Jason Rumney  <jasonr@gnu.org>
1281         * files.el (locate-dominating-stop-dir-regexp): Stop searching
1282         when a UNC mount point is reached.
1284 2009-03-30  Jay Belanger  <jay.p.belanger@gmail.com>
1286         * calc/calc-embed.el (calc-embedded-restore-original-modes):
1287         Add argument for Calculator buffer.
1288         (calc-do-embedded): Use specific Calculator buffer when cancelling
1289         embedded mode.
1291         * calc/calc.el (calc-buffer-list): New variable.
1292         (calc-kill-stack-buffer): New function.
1293         (calc-mode): Add `calc-kill-stack-buffer' to
1294         `kill-buffer-query-functions'.  Add current buffer to
1295         `calc-buffer-list'.
1297 2009-03-30  Kenichi Handa  <handa@m17n.org>
1299         * language/chinese.el (chinese-big5): Change type to `big5'.
1301 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
1303         * help-mode.el (help-buffer): Add docstring.
1305 2009-03-28  David Reitter  <david.reitter@gmail.com>
1307         * term/ns-win.el (ns-expand-space): Remove defvar.
1308         (S-,): Bind to `customize' in line with menu item.
1309         ([global-map windows]): Remove (in line with other platforms).
1310         (menu-bar-update-frames, force-menu-bar-update-buffers):
1311         Remove, not needed.
1312         (menu-bar-update-hook): Do not alter.
1313         (generate-fontset-menu, mouse-set-font): Amend doc string
1314         of these defaliases to point out their altered meaning in NS.
1316 2009-03-28  Juri Linkov  <juri@jurta.org>
1318         * simple.el (minibuffer-default-add-completions):
1319         Remove `(interactive)'.  (Bug#2805)
1321 2009-03-28  Eli Zaretskii  <eliz@gnu.org>
1323         * files.el (shell-quote-wildcard-pattern): Doc fix.
1325 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1327         * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
1328         when looking for "." and "..".  (Bug#2801)
1330 2009-03-27  Andreas Schwab  <schwab@linux-m68k.org>
1332         * simple.el (shift-select-mode): Make it a defcustom.
1333         * cus-start.el: Remove shift-select-mode.
1335 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1337         * simple.el (shift-select-mode): Move declaration from callint.c.
1338         (handle-shift-selection): Remove `deactivate' arg and check
1339         shift-select-mode instead.
1341 2009-03-26  Juanma Barranquero  <lekktu@gmail.com>
1343         * align.el (align-large-region, align-perl-modes, align-rules-list)
1344         (align-open-comment-modes): Fix typos in docstrings.
1345         (align-region-separate): Doc fixes.
1347 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1349         * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
1350         extension entries for lookup tables or extended file name tables.
1351         Distinguish the internal and external name, so lookup is easier.
1352         (archive-ar-extract): Take advantage of more precise name.
1353         Preserve point.
1355 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
1357         * play/bubbles.el (bubbles): Doc fix (Bug#2776).
1359 2009-03-25  Juanma Barranquero  <lekktu@gmail.com>
1361         * composite.el (auto-compose-chars): Fix typo in docstring.
1363 2009-03-24  Michael Albinus  <michael.albinus@gmx.de>
1365         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
1367 2009-03-24  Glenn Morris  <rgm@gnu.org>
1369         * wid-edit.el (widget-specify-field): Don't add a second overlay for a
1370         field with just a newline character.
1371         (widget-field-value-get): Don't reduce fields with just a space
1372         character to null.
1373         (character): Accept newline.  (Bug#2689)
1375 2009-03-24  Kenichi Handa  <handa@m17n.org>
1377         * international/fontset.el (font-encoding-alist): Add an entry for
1378         muletibetan-0.  (Bug#2722)
1380 2009-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
1382         * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
1383         checkouts.  (Bug#2157)
1384         (vc-bzr-after-dir-status): Ignore a warning for bzr status.
1385         (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
1387 2009-03-22  Richard M Stallman  <rms@gnu.org>
1389         * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
1390         (rmail-expunge): Without DONT-SHOW, show the message even after
1391         updating summary.
1393 2009-03-21  Jari Aalto  <jari.aalto@cante.net>
1395         * time.el (display-time-default-load-average): Doc fix.
1397 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
1399         * simple.el (handle-shift-selection): Doc fix.  (Bug#2738)
1401 2009-03-21  Chong Yidong  <cyd@stupidchicken.com>
1403         * files.el (file-modes-rights-to-number): Doc fix.
1404         (file-modes-symbolic-to-number): Handle empty permissions
1405         arg (Bug#2729).
1407 2009-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
1409         * vc.el (Todo): Add note on simplifying vc-register.
1411 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
1413         * eshell/em-ls.el (eshell-ls-dir):
1414         Call eshell-directory-files-and-attributes with additional argument
1415         'integer or 'string, according to numeric-uid-gid.
1416         (eshell-ls-file): Don't convert UID and GID to strings, as
1417         eshell-ls-dir already did.  Enlarge max user-name string length to
1418         14 characters.
1419         (eshell-do-ls): Fix the long name of the -L option.
1421         * eshell/esh-util.el (directory-files-and-attributes): Accept and
1422         ignore additional optional argument id-format.
1423         (eshell-directory-files-and-attributes):
1424         Call directory-files-and-attributes with additional argument id-format.
1426         * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
1427         (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
1428         argument nil.
1430 2009-03-21  David Reitter  <david.reitter@gmail.com>
1432         * cus-start.el (all): Use existing `ns' rather than new `nextstep'
1433         group for variables affected by last two changes.
1435 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
1437         * cus-start.el (all): Fix last change.
1439 2009-03-21  David Reitter  <david.reitter@gmail.com>
1441         * cus-start.el (all): Add ns-control-modifier,
1442         ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
1443         ns-antialias-text, and ns-use-qd-smoothing.
1445 2009-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1447         * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
1449 2009-03-19  Juanma Barranquero  <lekktu@gmail.com>
1451         * subr.el (forward-point): Add obsolescence declaration.
1453         * paren.el (show-paren-function):
1454         * simple.el (kill-forward-chars, kill-backward-chars):
1455          Use (+/- (point) N), instead of `forward-point'.
1457 2009-03-19  Glenn Morris  <rgm@gnu.org>
1459         * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
1461         * mail/supercite.el (sc-version): Doc fix.
1463 2009-03-19  Leo  <sdl.web@gmail.com>  (tiny change)
1465         * mail/supercite.el (sc-version): Fix typo in interactive spec.
1467 2009-03-19  Kenichi Handa  <handa@m17n.org>
1469         * international/quail.el (quail-update-leim-list-file):
1470         Save leim-list.el in utf-8.
1472         * international/mule-cmds.el (leim-list-header):
1473         Use utf-8 coding tag.
1475         * term/ns-win.el: Call create-default-fontset, not
1476         setup-default-fontset.  Call create-fontset-from-fontset-spec
1477         within condition-case.
1479         * term/w32-win.el (w32-initialize-window-system):
1480         Call create-default-fontset, not setup-default-fontset.
1481         Call create-fontset-from-fontset-spec within condition-case.
1483         * term/x-win.el (x-initialize-window-system):
1484         Call create-default-fontset, not setup-default-fontset.
1485         Call create-fontset-from-fontset-spec within condition-case.
1487         * international/fontset.el (create-default-fontset): New function.
1488         (create-fontset-from-x-resource): Use display-warning instead of
1489         message.
1491 2009-03-18  Richard M Stallman  <rms@gnu.org>
1493         * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
1494         (rmail-retry-failure): Undo previous change.
1496 2009-03-18  Kenichi Handa  <handa@m17n.org>
1498         * international/mule.el (after-insert-file-set-coding):
1499         Set buffer-file-coding-system directly without calling
1500         set-buffer-file-coding-system.  (Fixes bug described in
1501         follow-up to bug#2317).
1503 2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
1505         * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
1507 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1509         * international/characters.el (cjk-char-width-table):
1510         Add cp932-2-byte.
1512 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
1514         * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
1516 2009-03-16  David Reitter  <david.reitter@gmail.com>
1518         * faces.el (set-face-attributes-from-resources)
1519         (face-set-after-frame-default): Do not import X resources on NS
1520         because NS does not have system-wide X resources.
1522 2009-03-16  Richard M Stallman  <rms@gnu.org>
1524         * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
1525         (rmail-expunge): Show the message only once, and only if needed.
1526         If the current message was current before, just re-swap.
1528 2009-03-16  Kenichi Handa  <handa@m17n.org>
1530         * international/ccl.el (ccl-compile-if): Signal an error for
1531         invalid operator.
1533 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
1535         * minibuffer.el (read-file-name): Doc fix.
1537         * tooltip.el (tooltip-show-help-non-mode): Don't set
1538         tooltip-previous-message if called with the same tooltip that is
1539         showing (Bug#2680).
1541         * emacs-lisp/crm.el (crm--choose-completion-string): New function.
1542         (completing-read-multiple): Set and restore
1543         choose-completion-string-functions (Bug#1080).
1545 2009-03-15  Glenn Morris  <rgm@gnu.org>
1547         * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
1548         value to help people with the formatting.
1550         * mail/sendmail.el (mail-yank-prefix): Doc fix.
1551         (mail-mode-map): Only enable the "Cite Original" menu-item when
1552         appropriate.  Standardize the text used for other headers re hyphens.
1554         * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
1555         like "Reply-To".
1557 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
1559         * minibuffer.el (completion-styles): Add emacs22 completion style
1560         as fallback.
1562 2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
1564         * vc.el (vc-checkin): Add an extra argument for the VC backend,
1565         pass it down to vc-start-logentry.
1566         (vc-next-action, vc-transfer-file): Pass the VC backend to
1567         vc-checkin.
1568         (vc-next-action): Do not assume that all backends in
1569         vc-handled-backends are upper case.
1571 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
1573         * files.el (get-free-disk-space): Ensure that default-directory is
1574         usable before calling call-process.  Suggested by Kevin
1575         Ryde (Bug#2631).
1577 2009-03-14  David Reitter  <david.reitter@gmail.com>
1579         * term/ns-win.el (ns-expand-space): Remove.
1580         (ns-show-prefs event): Run `customize'.
1581         (ns-power-off): Run `save-buffers-kill-emacs', but ask user
1582         whether to save files (as is standard).
1583         (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
1584         (menu-bar-enable-clipboard): Do not undefine these.
1585         (ns-save-preferences, ns-save-options, ns-show-preferences-help):
1586         Remove.
1588 2009-03-14  Glenn Morris  <rgm@gnu.org>
1590         * mail/mailalias.el: Remove leading `*' from defcustom docs.
1592         * mail/sendmail.el (mail-interactive): Doc fix.
1593         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
1594         (mail-setup): Use the function mail-signature.
1595         (mail-mode-hook): Doc fix.
1596         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
1597         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
1598         (mail-signature): Check the signature file is readable.
1599         With the argument ATPOINT, really insert at point.
1600         Handle the case when the variable mail-signature is an expression.
1602 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
1604         * simple.el (undo-outer-limit-truncate): Mention that
1605         warning-suppress-types is defined in the warnings
1606         library (Bug#2668).
1608 2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
1610         * vc.el (vc-default-receive-file): The 'register method now
1611         expects a list, pass a list.
1613 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
1615         * doc-view.el (doc-view-sentinel): Strip trailing newline from
1616         event message.
1618 2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1620         * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
1621         modified status before running the major-mode.
1623         * simple.el (undo): Don't loop when encountering empty undo records.
1625 2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
1627         * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
1629 2009-03-13  Alexandre Julliard  <julliard@winehq.org>
1631         * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
1632         Fall back to original commit if vc-git-symbolic-commit fails to
1633         find a symbolic name.
1634         (vc-git-symbolic-commit): Don't limit search to tags.
1635         Treat "undefined" as an error.  (Bug #2110)
1637 2009-03-13  D. Goel  <deego3@gmail.com>
1639         * ibuf-ext.el:
1640         * midnight.el (midnight-next):
1641         * progmodes/ebrowse.el:
1642         * progmodes/flymake.el (flymake-float-time):
1643         When calling (multiple-value-bind/setq .. ls) replace ls
1644         by (values-list ls) throughout.
1646 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
1648         * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
1649         params.  (Bug #2654)
1651 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * files.el (auto-mode-alist): Add rules for OpenOffice extension
1654         packages, as well as Opkg/Ipkg packages.
1656         * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
1657         (tar-summarize-buffer): Don't silently skip incomplete headers.
1658         (tar-mode): Revert to fundamental-mode in case of malformed tar data.
1659         (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
1660         treat a tar file member as being a tar file itself, just because
1661         its own filename includes the parent tar file's.
1663 2009-03-13  Kenichi Handa  <handa@m17n.org>
1665         * international/mule-diag.el (print-fontset): Handling of the
1666         argument FONTSET changed for consistency.  Reorder the printed
1667         information to match with the font searching strategy.
1668         (describe-fontset): Use face-attribute to get the fontset of the
1669         selected frame.
1670         (mule-diag): Likewise.  Print both font and fontset of the frame.
1672 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
1674         * term.el (term-send-raw-string): Deactivate mark.
1675         (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
1677 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
1679         * register.el (get-register): Rename arg REG to REGISTER for
1680         consistency with other register functions.
1681         (set-register, jump-to-register): Fix typos in docstrings.
1682         (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
1684 2009-03-12  Glenn Morris  <rgm@gnu.org>
1686         * mail/mailabbrev.el (mail-abbrev-next-line)
1687         (mail-abbrev-end-of-buffer): Doc fixes.
1689 2009-03-11  Jason Rumney  <jasonr@gnu.org>
1691         * term/w32-win.el (w32-initialize-window-system): Don't override
1692         Japanese font settings.
1693         (xlfd-regexp-registry-subnum): Remove unused declaration.
1694         (w32-drag-n-drop-debug): Comment out unused debug function.
1696 2009-03-11  Glenn Morris  <rgm@gnu.org>
1698         * mail/rmailedit.el (rmail-edit-mode):
1699         Set write-region-annotate-functions.  (Bug#2625)
1701 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
1703         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
1705 2009-03-10  Jason Rumney  <jasonr@gnu.org>
1707         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
1709 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1711         * server.el (server-process-filter): Use expand-file-name rather than
1712         command-line-normalize-file-name so as to use the `dir' when provided.
1714         * doc-view.el (doc-view-convert-current-doc): Fix last change.
1716 2009-03-10  Glenn Morris  <rgm@gnu.org>
1718         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
1719         Doc fixes.
1720         (mail-mailing-lists): Remove leading `*' from defcustom doc.
1722         * simple.el (compose-mail): Doc fix.
1724 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
1726         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
1728 2009-03-09  Jason Rumney  <jasonr@gnu.org>
1730         * minibuffer.el (read-file-name): Only split dir name when
1731         default filename is missing.  (Bug#2585)
1733 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
1735         * finder.el (finder-commentary): Don't delete other
1736         windows (Bug#2291).
1738         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
1739         first (Bug#2449).
1741 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
1743         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
1745 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
1747         * woman.el (woman-parse-colon-path): Return a list even if there's
1748         only one directory in PATHS.
1749         (woman-mode): Restore tab-width value after the call to Man-mode,
1750         since Man-mode resets it to the default, and that makes right
1751         margin extend beyond woman-fill-column.
1753         * man.el (Man-init-defvars) [windows-nt]: Use a special command
1754         list.  Don't invoke Awk.
1756 2009-03-06  Glenn Morris  <rgm@gnu.org>
1758         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
1759         custom type.
1761 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
1763         * doc-view.el (doc-view-convert-current-doc): Save the current
1764         resolution in the cache directory.
1765         (doc-view-initiate-display): Restore the saved resolution when
1766         using cached image files.
1768 2009-03-05  Glenn Morris  <rgm@gnu.org>
1770         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
1771         buffer-local in the view buffer, not the rmail buffer.
1773         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
1774         at the end of the existing messages, ensuring there is a blank line
1775         between them.  (Bug#2521)
1777         * mail/rmail.el (rmail-ensure-blank-line): New function.
1778         * mail/rmailedit.el (rmail-cease-edit):
1779         * mail/rmailout.el (rmail-output-as-mbox):
1780         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
1782         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
1783         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
1784         Add version.
1785         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
1786         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
1787         Disable undo in the mime buffer, mark unmodified.
1789 2009-03-04  David Reitter  <david.reitter@gmail.com>
1791         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
1792         if unbound in order to enable the item.
1793         For paste menu item, same, and check kill-ring.
1795 2009-03-04  Sam Steingold  <sds@gnu.org>
1797         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1798         Handle "omake -P" messages "file foo changed".
1800 2009-03-04  Glenn Morris  <rgm@gnu.org>
1802         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1804         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
1805         (rmail-sort-by-date, rmail-sort-by-subject)
1806         (rmail-sort-by-author, rmail-sort-by-recipient)
1807         (rmail-sort-by-correspondent, rmail-select-correspondent)
1808         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
1809         (rmail-make-date-sortable): Doc fixes.
1810         (rmail-sort-by-correspondent): Downcase correspondents.
1811         (rmail-sort-by-labels): Make it work.
1812         (rmail-sort-messages): Restore undo if it was initially enabled.
1813         Fix bobp/bolp typo that was adding a line on every sort.
1815         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
1816         Disable undo in the summary buffer.
1817         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
1818         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
1819         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
1820         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
1821         (rmail-summary-sort-by-labels): Replace `(function (lambda'
1822         by `(lambda'.
1824 2009-03-03  Sam Steingold  <sds@gnu.org>
1826         * progmodes/compile.el (compilation-move-to-column):
1827         Guard against negative col values.
1829 2009-03-03  Simon Josefsson  <simon@josefsson.org>
1831         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
1832         in preference order.
1833         (smtpmail-try-auth-methods): Improve which authentication
1834         mechanism to use, so that the locally most preferred and mutually
1835         supported mechanism is used.
1837 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
1840         the function takes no argument.
1842 2009-03-03  Glenn Morris  <rgm@gnu.org>
1844         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
1845         (rmail-header-name): Doc fixes.
1846         (rmail-show-message-verbose-min): Add :version.
1847         (rmail-highlight-headers): Add doc string.  Simplify.
1849         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
1850         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
1851         (rmail-summary-by-senders): Doc fix.
1852         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
1853         Make the output menu-items consistent with rmail-mode-map.
1854         Bind rmail-summary-by-senders to C-M-f.
1855         (rmail-summary-search): Ensure the selected message shows.
1857 2009-03-03  Kenichi Handa  <handa@m17n.org>
1859         * files.el (basic-save-buffer-1): Set car part of
1860         buffer-file-coding-system-explicit.
1861         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
1863         * international/mule-cmds.el (select-safe-coding-system): If cdr
1864         part of buffer-file-coding-system-explicit is set, ignore
1865         default-buffer-file-coding-system and the most preferred coding system.
1867         * international/mule.el (set-buffer-file-coding-system): Set cdr
1868         part of buffer-file-coding-system-explicit.
1869         (after-insert-file-set-coding):
1870         Set buffer-file-coding-system-explicit to a cons.
1872 2009-03-02  Glenn Morris  <rgm@gnu.org>
1874         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
1875         Add :set-after listing variables on which we might depend.
1877         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
1878         function has access to all the headers, not just the visible ones.
1879         Avoid extraneous leading whitespace in `References'.
1880         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
1881         Doc fixes.
1882         (rmail-retry-failure): Use rmail-get-header rather than a magical
1883         save-excursion/restriction combination that does nothing.
1884         (rmail-delete-headers): New function.
1885         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
1886         without telling anyone, namely rmail-retry-ignored-headers.
1888 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
1890         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
1892 2009-03-01  Glenn Morris  <rgm@gnu.org>
1894         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
1895         rmail-resend in the menu.
1897         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
1898         custom choice.  (Bug#2506)
1900 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
1902         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
1903         Use "--color=always".
1905 2009-02-28  Glenn Morris  <rgm@gnu.org>
1907         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
1909         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
1910         * mail/rmail.el (rmail-mode-map):
1911         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
1913         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
1914         Fix custom choice to match default.
1915         (rmail-get-new-mail): Doc fix.
1916         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
1917         header style.
1919 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1921         * replace.el (keep-lines-read-args): Use empty string as
1922         default (Bug#2495).
1924         * menu-bar.el (menu-set-font): Fix last fix.
1926 2009-02-27  Glenn Morris  <rgm@gnu.org>
1928         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
1929         just a buffer, to find a definition.
1931         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
1932         part against rmail-output's oddness.
1934 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1936         * menu-bar.el (menu-set-font): Assign the same font object to all
1937         frames (Bug#2476).
1939 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
1941         * net/tramp.el (tramp-remote-coding-commands): Add "base64".  (Bug#2463)
1943 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
1945         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
1946         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
1947         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
1948         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
1949         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
1950         Reflow docstrings.
1952 2009-02-26  Glenn Morris  <rgm@gnu.org>
1954         * mail/rmailsum.el (rmail-summary-rmail-update):
1955         Use rmail-message-unseen-p.  (Bug#2477)
1956         (rmail-summary-mark-seen): Add option to mark as unseen.
1957         (rmail-summary-rmail-update): Store a position in
1958         rmail-summary-put-back-unseen rather than just a flag, and use it to put
1959         back the "-" mark in the summary.
1961         * progmodes/cc-vars.el (c-style-variables-are-local-p):
1962         Mark as safe if boolean.  (Bug#2197)
1964 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1966         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
1967         return a string.  (Bug#2428)
1969 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
1971         * bs.el (bs--down):
1972         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
1974 2009-02-25  Glenn Morris  <rgm@gnu.org>
1976         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
1978         * simple.el (eval-expression):
1979         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
1981 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
1983         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
1985 2009-02-25  David Reitter  <david.reitter@gmail.com>
1987         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
1989 2009-02-25  Kenichi Handa  <handa@m17n.org>
1991         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
1993         * composite.el (auto-composition-mode): Don't add a hook to
1994         after-change-functions.  Don't decompose the buffer.
1995         (auto-composition-after-change): Delete it.
1996         (toggle-auto-composition): Make it an alias of
1997         auto-composition-mode.
1998         (auto-compose-region): Delete it.
2000 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2002         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
2003         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
2004         (ns-delete-working-text): Merge with ns-unecho-working-text.
2005         Decide which to use based on ns-working-overlay.
2006         (ns-unecho-working-text): Remove.
2007         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
2009 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
2011         * textmodes/ispell.el (ispell-region): Adapt "done" message to
2012         coding conventions.  (Bug#2447)
2014         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
2015         argument is 0.  Doc fix.  (Bug#1527)
2017         * w32-vars.el (w32-system-shells): Doc fix.
2019         * image.el (image-load-path-for-library, insert-sliced-image):
2020         Fix typos in docstrings.
2022 2009-02-24  Glenn Morris  <rgm@gnu.org>
2024         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
2025         :set function.  (Bug#2429)
2027         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
2028         potential use.
2030         * progmodes/cperl-mode.el (cperl-find-pods-heres):
2031         Don't globally bind `name'.
2033         * emacs-lisp/elint.el (elint-unknown-builtin-args):
2034         Fix encode-time spec.  (Bug#2453)
2035         (elint-find-builtin-args): Make the match more restrictive.
2036         Handle errors.  Return a result actually containing the function name.
2038         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
2039         already did.  (Bug#2440)
2040         (rmail-quit): Don't swap buffers.  (Bug#2441)
2041         (rmail-list-to-menu): Don't globally bind `name'.
2043 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
2045         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
2046         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
2048 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
2050         * bs.el (bs--down): When wrapping around, use `forward-line',
2051         not `goto-line', to avoid distracting "Mark set" message.
2053 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2055         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
2056         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
2058 2009-02-23  Miles Bader  <miles@gnu.org>
2060         * proced.el (proced-process-attributes):
2061         * server.el (server-running-p): Rename `system-process-attributes'
2062         to `process-attributes'.
2064 2009-02-22  Juri Linkov  <juri@jurta.org>
2066         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
2067         Doc fix.
2069         * dired-x.el (dired-guess-shell-command): Use read-shell-command
2070         instead of read-from-minibuffer.
2071         (dired-read-shell-command): Add code that uses
2072         minibuffer-with-setup-hook to set minibuffer-default-add-function
2073         to minibuffer-default-add-dired-shell-commands exactly like
2074         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
2076         * dired-x.el (dired-smart-shell-command): Remove code that uses
2077         minibuffer-with-setup-hook to set minibuffer-default-add-function
2078         to minibuffer-default-add-shell-commands because the same code was
2079         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
2081 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
2083         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
2084         lisp number is in decimal.
2086 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
2088         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2089         Tweak regexp (Bug#2173).
2091         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
2092         avoid yanks (Bug#2408).
2094 2009-02-21  Alan Mackenzie  <acm@muc.de>
2096         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
2098         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
2099         parse case clauses with (compile-time) expressions.
2101 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
2103         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
2104         encoding during editing.  Make sure to use encoding that can
2105         safely encode the message.  Rewrite MIME charset= header if the
2106         new encoding is different from the old one.
2108 2009-02-21  Glenn Morris  <rgm@gnu.org>
2110         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
2111         at the start of the headers.
2112         (sc-mail-check-from): New function.
2114 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
2116         * progmodes/python.el (python-shift-left, python-shift-right):
2117         When the mark is not active shift the current line.  (Bug#2381)
2118         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
2120 2009-02-20  Andreas Schwab  <schwab@suse.de>
2122         * startup.el (command-line): Don't match an empty argument as an
2123         option.
2124         (command-line-1): Likewise.
2126 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
2128         * apropos.el (apropos-library): Check for null filename in load-history.
2130 2009-02-20  Glenn Morris  <rgm@gnu.org>
2132         * apropos.el (apropos-library): Remove the element with null filename,
2133         if present, from the completion list.
2135         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
2136         (rmail-speedbar-find-file): Use rmail rather than find-file.
2138 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2140         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
2142 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
2144         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
2145         Fix regexp (Bug#2385).
2146         (bibtex-autokey-get-title): Observe case for
2147         bibtex-autokey-titleword-ignore.
2149 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
2151         * server.el (server-start): Make the warning more
2152         verbose (Bug#2395).
2154 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2156         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
2157         Make sure we stop when we reach the limit.
2159         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
2160         a "..." does not quote anything.  (Bug#2384)
2162         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
2164 2009-02-19  Andreas Schwab  <schwab@suse.de>
2166         * term.el: Remap self-insert-command to term-send-raw in
2167         term-raw-map.  (Bug#2386)
2169 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
2172         of the function as being part of the function.
2174 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
2176         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2177         Move entry for maven (alphabetical order).
2179 2009-02-19  Glenn Morris  <rgm@gnu.org>
2181         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
2182         Regexp-quote default argument taken from current subject.
2183         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
2185         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
2186         Move here from rmail.el.  Be more careful about error-handling.
2187         Restore the feature of temporarily setting all old messages
2188         undeleted before expunging (removed 2009-02-18).
2190         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
2191         Don't declare.
2192         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
2193         rmail-spam-filter.el.
2194         (rmail-get-new-mail-1): Move the beep and sleep to
2195         rmail-get-new-mail-filter-spam.
2197 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
2199         * cus-edit.el (custom-group-value-create): Insert some
2200         informatory text in the WIDGET-misses-doc-string case.
2202 2009-02-18  Sam Steingold  <sds@gnu.org>
2204         * progmodes/compile.el: Require comint at top level to fix the
2205         last patch.
2207 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
2209         * cus-edit.el (custom-group-value-create): Don't throw an error
2210         when WIDGET has no doc-string.  (Bug#2356)
2212 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
2214         * progmodes/cc-menus.el (imenu-progress-message):
2215         Remove bogus cc-bytecomp-defun.
2216         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
2217         Don't let-bind variable `stupid'.  (Bug#1638)
2219 2009-02-18  Glenn Morris  <rgm@gnu.org>
2221         * mail/rmail.el (rmail-get-new-mail-filter-spam):
2222         * mail/rmail-spam-filter.el (rmail-spam-filter):
2223         Show a message rather than the raw mbox while prompting.
2225 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
2227         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
2229 2009-02-18  Glenn Morris  <rgm@gnu.org>
2231         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
2232         declaration.
2233         (top-level): No need for cl now.
2234         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
2235         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
2236         (rsf-autosave-newly-added-definitions, rsf-white-list)
2237         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
2238         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
2239         (rsf-customize-spam-definitions, rsf-customize-group)
2240         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
2241         (rsf-check-field): Use setcar and setcdr rather than setf.
2242         (rmail-spam-filter): Simplify.
2243         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
2244         (rsf-add-region-to-spam-list): Use rmail-get-header or
2245         buffer-substring-no-properties.  Regexp-quote the extracted data.
2246         Make the messages less verbose.
2247         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
2248         simplify things.
2249         (rsf-add-content-type-field): Make the message less verbose.
2251         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
2252         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
2253         rmail-deleted-vector.
2254         (rmail-insert-inbox-text, rmail-collect-deleted)
2255         (rmail-set-message-deleted-p, rmail-only-expunge)
2256         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
2257         (rmail-get-labels): Remove unused local `blurb'.
2258         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
2259         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
2260         (rmail-set-message-deleted-p): Doc fixes.
2262         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
2263         Update callers for associated name change.
2264         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
2265         * mail/unrmail.el (unrmail): Use mail-mbox-from.
2267 2009-02-17  Richard M Stallman  <rms@gnu.org>
2269         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
2271         * mail/rmail.el (rmail-copy-headers): When copying full headers,
2272         correctly put point at the end.
2274 2009-02-17  Sam Steingold  <sds@gnu.org>
2276         * progmodes/compile.el (compilation-filter):
2277         Call `comint-carriage-motion', just like `comint-output-filter'.
2279 2009-02-17  Jason Rumney  <jasonr@gnu.org>
2281         * files.el (make-directory): Stop recursing if parent is
2282         self.  (Bug#2309)
2284 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
2286         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
2288         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
2290 2009-02-17  Miles Bader  <miles@gnu.org>
2292         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
2293         copyright statements where the years follow the name.
2295 2009-02-17  Glenn Morris  <rgm@gnu.org>
2297         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
2298         move point.  (Bug#2209)
2300         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
2301         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
2302         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
2303         to "not-rmail", and make it work.  Simplify.
2304         (rmail-mbox-from): New function.
2305         (rmail-output-as-mbox): Use rmail-mbox-from.
2306         (rmail-output): Ensure a From line in the not-rmail Babyl case.
2308         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
2309         error if the header is corrupt.
2311 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
2313         * net/newst-treeview.el (newsticker--treeview-load):
2314         Offer deletion of old groups file.
2316 2009-02-16  Glenn Morris  <rgm@gnu.org>
2318         * mail/rmailout.el (rmail-delete-unwanted-fields)
2319         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
2320         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
2321         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
2322         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
2324 2009-02-15  Glenn Morris  <rgm@gnu.org>
2326         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
2328         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
2329         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
2330         Remove unnecessary use of with-no-warnings.
2331         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
2332         (rmail-output-as-mbox): Start search from point-min.  If constructing a
2333         "From " line, prefer the date header over the current time.
2334         (rmail-update-summary): Move declaration earlier in file.
2336 2009-02-15  Richard M Stallman  <rms@gnu.org>
2338         * mail/rmailedit.el (rmail-edit-diff-headers):
2339         Delete spurious reference to OLD.
2341 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
2344         the `with-buffer-unmodified' to avoid useless `readlink' calls.
2346 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2348         * textmodes/bibtex.el (bibtex-global-key-alist)
2349         (bibtex-initialize): Exclude current buffer if it does not use
2350         bibtex-mode.
2351         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
2352         (bibtex-sort-buffer, bibtex-search-entry)
2353         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
2354         test whether bibtex-strings and bibtex-reference-keys have their
2355         initial values.
2357 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
2359         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
2360         around forms that refer to translation-table-for-input.
2362         * isearch.el (isearch-search-string): Use `with-no-warnings'
2363         around forms that refer to translation-table-for-input.
2365         * international/quail.el (quail-input-string-to-events)
2366         (quail-store-decode-map-key, quail-char-equal-p):
2367         Use `with-no-warnings' around forms that refer to
2368         translation-table-for-input.
2370         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
2371         around forms that refer to translation-table-for-input.
2373         * subr.el (translation-table-for-input): Declare obsolete again.
2375 2009-02-14  Glenn Morris  <rgm@gnu.org>
2377         * mail/rmail.el (rmail): When reverting, swap buffers before setting
2378         counters.  (Bug#2229)
2379         (rmail-revert): Swap buffers before replacing contents.
2381 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
2383         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host,
2384         user, password options not applicable to SQlite.  (Bug#1904)
2386 2009-02-14  Richard M Stallman  <rms@gnu.org>
2388         * mail/rmailedit.el: Handle editing of header fields.
2389         (rmail-old-headers): New variable.
2390         (rmail-edit-current-message): Set it, recording current headers.
2391         (rmail-cease-edit): Compute new headers and diff against old ones.
2392         Update the mbox buffer with the changes that were made.
2393         (rmail-edit-headers-alist): New function.
2394         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
2396         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
2397         in default file name.
2399         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
2400         (rmail-add-mbox-headers): Likewise.
2402 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
2404         * files.el (load-library): Doc fix.
2406         * subr.el (locate-library): Doc fix.  (Bug#2291)
2408 2009-02-13  Alan Mackenzie  <acm@muc.de>
2410         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
2411         in narrowed buffers.
2413 2009-02-13  Kenichi Handa  <handa@m17n.org>
2415         * international/titdic-cnv.el (tit-process-header):
2416         Use buffer-substring-no-properties instead of buffer-substring.
2417         (tit-process-body): Likewise.
2418         (tsang-quick-converter): Handle superfluous CR at eol.
2419         (py-converter): Use buffer-substring-no-properties instead of
2420         buffer-substring.  Handle superfluous CR at eol.
2421         (ziranma-converter): Likewise.
2422         (ctlau-converter): Likewise.
2423         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
2425 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
2427         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
2429 2009-02-13  Glenn Morris  <rgm@gnu.org>
2431         * mail/rmail.el (rmail-show-message-1): New name for the old
2432         rmail-show-message.
2433         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
2434         * mail/rmailsort.el: Update for rmail-show-message name change.
2436         * mail/rmail.el (rmail-show-message): New name for the old
2437         rmail-show-message-maybe.
2438         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
2439         name change.
2441         * mail/rmailsum.el (msgnum): Remove declaration.
2442         (rmail-summary-redo): Add missing initialization value.
2443         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
2444         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
2445         Fix skip-chars-forward calls.
2446         (rmail-summary-mark-seen): New function.  As well as removing the '-'
2447         mark, update the summary-vector.  (Bug#2135)
2448         (rmail-summary-rmail-update, rmail-summary-goto-msg):
2449         Use rmail-summary-mark-seen.
2451         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
2453         * mail/unrmail.el (unrmail): When getting message keywords, don't
2454         include a leading space, but do include the space after the separating
2455         comma.  (Bug#2303)
2457         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
2458         header altogether.
2459         (rmail-set-header): Doc fix.
2460         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
2461         labels are removed.  (Bug#2302)
2463 2009-02-12  Juri Linkov  <juri@jurta.org>
2465         * image-mode.el (image-toggle-display):
2466         Let-bind `buffer-file-truename' to nil around the call to
2467         `add-text-properties' to prevent directory time modification
2468         by lock_file.  Replace `set-buffer-modified-p' with
2469         `restore-buffer-modified-p'.  (Bug#2295)
2471 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2473         * progmodes/python.el (python-use-skeletons): Re-add.
2474         (def-python-skeleton): Use it.  (Bug#2238)
2476         * international/quail.el (quail-make-guidance-frame): Remove the
2477         `parent-id' parameter.
2478         (quail-show-guidance): Make the new window dedicated.
2480 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
2482         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
2483         Fix typos in docstrings.
2485 2009-02-12  Alan Mackenzie  <acm@muc.de>
2487         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
2488         to `eq'.  (Bug#2304)
2490 2009-02-12  Glenn Morris  <rgm@gnu.org>
2492         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
2493         already present.  (Bug#2210)
2495 2009-02-12  Kenichi Handa  <handa@m17n.org>
2497         * international/characters.el (?.): New character category for
2498         Base characters.  Set them in the standard category table.
2500         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
2501         a base character.
2503 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * isearch.el (isearch-yank-char-in-minibuffer)
2506         (isearch-other-meta-char): Use with-current-buffer.
2508         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
2509         syntax-ppss.  (Bug#1243)
2511         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
2512         to beginning-of-defun-raw.
2514         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
2515         calling end-of-defun-function if it already moved to BOL.
2517 2009-02-12  Richard M Stallman  <rms@gnu.org>
2519         * mail/rmail.el (rmail-show-message-verbose-min): New option.
2520         (rmail-show-message): Conditionally show start and finish in echo area.
2522 2009-02-12  Glenn Morris  <rgm@gnu.org>
2524         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
2525         for use in completion.
2526         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
2527         summary exists, since it's already done.
2529         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
2530         (rmail-enable-multibyte): Don't really define, only for compiler.
2532 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         * files.el (read-buffer-to-switch):
2535         Add table to icomplete-with-completion-tables.
2537 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
2539         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
2540         switches (Bug#2261).
2542 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
2544         * server.el (server-with-environment): Don't fail for negative
2545         entries in ENV.
2547 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
2549         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
2550         (vc-default-dir-printer): Add a comment about updating this function.
2552         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
2553         for the file name.
2555 2009-02-11  Glenn Morris  <rgm@gnu.org>
2557         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
2558         (calendar-set-mode-line): Fall back to a default width if we seem to be
2559         called from daemon.  (Bug#2199)
2561         * mail/rmailkwd.el (rmail-make-label): Doc fix.
2562         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
2563         (rmail-set-label): Use `or'.
2565 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
2567         * emacs-lisp/find-func.el (find-library-name, find-library):
2568         Doc fixes.  (Part of bug#2270)
2570 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2572         * env.el (getenv): When FRAME is non-nil, pass the frame environment
2573         to `getenv-internal', not the frame.  (Bug#2259)
2575 2009-02-10  Kenichi Handa  <handa@m17n.org>
2577         * descr-text.el (describe-char-display): On terminal, if terminal
2578         coding system is nil, assume us-ascii.
2579         (describe-char): Don't show the composition information if it is
2580         trivial.
2582 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
2584         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
2585         number as it isn't present for unregistered files.
2587         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
2588         (vc-dir-mouse-map): New keymap.
2589         (vc-default-dir-printer): Use it locally.
2591 2009-02-10  Glenn Morris  <rgm@gnu.org>
2593         * speedbar.el: Avoid messing up font-lock-global-modes.
2595         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
2596         (mail-file-babyl-p): Use with-temp-buffer.
2598         * mail/rmailsort.el: Just require rmail.
2600         * mail/rmailedit.el: Just require rmail.
2601         (rmail-old-pruned): Add doc string.
2602         (rmail-edit-current-message): Use rmail-msg-is-pruned.
2603         (rmail-cease-edit): Don't mangle the leading From line.
2604         Don't mark as edited if there were no changes.  (Bug#2256)
2605         Correctly restore header state.
2607         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
2608         (rmail-current-message, rmail-total-messages)
2609         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
2610         (rmail-duplicate-message): Doc fix.
2611         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
2612         New functions.
2613         (rmail-get-header, rmail-set-header, rmail-set-attribute):
2614         Use rmail-apply-in-message.
2615         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
2616         unswapped-ness.
2617         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
2618         (rmail-auto-file): Set the filed attribute, rather than explicitly not
2619         doing so.  (Bug#2231)
2620         (rmail-set-attribute): Allow ATTR to be a string.
2622 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
2624         * net/newst-treeview.el (newsticker-treeview-save)
2625         (newsticker--treeview-load): Kill groups buffer after saving/loading.
2627 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
2629         * doc-view.el (doc-view-scroll-up-or-next-page)
2630         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
2631         Reset the old hscroll value after switching pages.
2633 2009-02-09  Glenn Morris  <rgm@gnu.org>
2635         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2636         (calendar-holiday-marker): Drop test for color display.
2638 2009-02-08  Glenn Morris  <rgm@gnu.org>
2640         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2641         (calendar-holiday-marker, calendar-mark-visible-date):
2642         * calendar/diary-lib.el (diary-fancy-display):
2643         It doesn't make sense to check font-lock-mode (see comments;
2644         reverts 2008-04-02 change).  (Bug#2199)
2646 2009-02-08  Juri Linkov  <juri@jurta.org>
2648         * simple.el (toggle-word-wrap): New command.
2650 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
2652         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
2653         (ps-run-make-tmp-filename): Use temporary-file-directory.
2655         * textmodes/artist.el (artist-system): Allow make-temp-file to use
2656         temporary-file-directory.
2658         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
2659         Use temporary-file-directory.
2661 2009-02-07  Glenn Morris  <rgm@gnu.org>
2663         * mail/unrmail.el (rmime-magic-string): Define for compiler.
2665 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2667         * mail/rmail.el (rmail): Bind coding-system-for-read to
2668         no-conversion before calling find-file-noselect.  (Bug#2015)
2670 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2672         * proced.el (proced-after-send-signal-hook): Use defcustom.
2673         (proced-header-line): Handle header lines that are shorter than
2674         window-hscroll.
2675         (proced-send-signal): Rebind split-width-threshold analogous to
2676         dired-pop-to-buffer.
2678 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2680         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
2681         message; instead, just rewrite the X-Coding-System header with the
2682         new encoding, and let rmail-show-message do the rest.
2683         Remove unused argument RAW.  Fix doc string to be consistent with the
2684         new implementation.
2685         (rmail-show-message): Honor X-Coding-System header, if present, in
2686         preference to Content-Type header.
2688 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2690         * server.el (server-execute): Enable quit.
2692 2009-02-07  Andreas Schwab  <schwab@suse.de>
2694         * image-mode.el (image-mode): Always set image-type.
2695         (image-minor-mode): Likewise.
2697 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2699         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
2700         encoding, and its "content-transfer-encoding" and "content-type"
2701         headers only in the headers' portion.  (Bug#2017)
2703 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
2705         * net/newst-treeview.el
2706         (newsticker-treeview-next-new-or-immortal-item): New arg
2707         DONT-WRAP-TREES to prevent infinite recursion.
2709 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2711         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
2712         extracting mail message headers.  Use encode-coding-region instead
2713         of insert-buffer-substring for re-encoding edited message.
2714         Add qp/b64 encoding only after text was encoded.
2716 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2718         * subr.el: Don't declare `translation-table-for-input' obsolete.
2719         Equivalent info added to its doc string, q.v.
2721         * files.el (save-buffer): Display "Saving file FOO..." message
2722         regardless of buffer's size.  (Bug#2137)
2724 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
2726         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
2728 2009-02-07  Alex Schroeder  <alex@gnu.org>
2730         * mail/unrmail.el (unrmail): Use regexps to find message separators so
2731         as not to match any fake rmime.el separators.  Remove any sections added
2732         by rmime.el.
2734 2009-02-07  Glenn Morris  <rgm@gnu.org>
2736         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
2737         that is no longer appropriate to mbox Rmail.
2739         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
2740         before trying to move to the start of the message.
2741         (rmail-summary-undelete-many, rmail-summary-rmail-update):
2742         Fix rmail-set-attribute calls.
2744         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
2745         Doc fix.
2746         (rmail-output-to-rmail-buffer): Autoload it.
2747         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
2749 2009-02-06  Glenn Morris  <rgm@gnu.org>
2751         * mail/unrmail.el (unrmail): Use current-time-string.
2753         * simple.el (kill-whole-line): Provide a default argument of 1.
2755         * mail/undigest.el (rmail-mail-separator): Delete.
2756         (undigestify-rmail-message, unforward-rmail-message): Update for
2757         mbox Rmail.
2759 2009-02-05  Kenichi Handa  <handa@m17n.org>
2761         * international/fontset.el (script-representative-chars):
2762         Remove mathematical.
2763         (setup-default-fontset): Add entries for each subgroup of
2764         mathematical script.
2766 2009-02-05  Juri Linkov  <juri@jurta.org>
2768         * image-mode.el (image-mode): Use `image-get-display-property'
2769         instead of `get-text-property'.
2770         (image-minor-mode): Sync the logic with `image-mode' including the
2771         displaying an image file as the actual image by default.
2773 2009-02-05  Alan Mackenzie  <acm@muc.de>
2775         * progmodes/cc-defs.el (c-emacs-features): Check the working of
2776         beginning/end-of-defun-function more rigorously before setting
2777         argumentative-bod-function.
2779 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
2781         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
2782         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
2783         mode on the initial terminal.
2785 2009-02-05  Glenn Morris  <rgm@gnu.org>
2787         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
2788         Make these functions work.
2790         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
2791         (rmail-narrow-to-non-pruned-header): Remove autoload.
2792         (mairix-rmail-fetch-field): Handle mbox Rmail.
2794 2009-02-04  Dave Love  <fx@gnu.org>
2796         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
2797         (imap-debug): Add imap-fetch-safe.
2799 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
2801         * net/netrc.el (netrc-machine-user-or-password): Use list of
2802         auth-source modes.
2804 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
2806         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
2807         for newvars is nil.  (C-u C-x v = with default values).
2809 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
2811         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
2812         format.  Use when instead of if.
2814 2009-02-04  Miles Bader  <miles@gnu.org>
2816         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
2817         (backward-list, backward-up-list, beginning-of-defun)
2818         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
2820 2009-02-04  Glenn Morris  <rgm@gnu.org>
2822         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
2823         ill-advised.
2825         * mail/rmail.el: No need for mule-util when compiling.
2826         (rmail-first-message): Unbreak it.
2828         * mail/rmailmsc.el: Require rmail not just when compiling.
2829         Remove unneeded declarations.
2831         * term/ns-win.el (ns): Define as a custom group.
2833 2009-02-04  Kenichi Handa  <handa@m17n.org>
2835         * international/mule-cmds.el (select-safe-coding-system):
2836         Use buffer-chars-modified-tick instead of buffer-modified-tick.
2838         * descr-text.el (describe-char): Check font-object by fontp.
2840         * composite.el (compose-gstring-for-terminal): If a character is
2841         not supported by the current terminal, don't make a multi-glyph
2842         grapheme cluster.
2843         (auto-compose-chars): Check font-object by fontp.
2845 2009-02-03  Glenn Morris  <rgm@gnu.org>
2847         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
2848         over current-time.  (Bug#2175)
2850         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
2851         inserting the converted mailbox.
2852         (rmail-get-new-mail): Restore the loop over inboxes when two or more
2853         have the same basename.  (Bug#2164)
2854         Set the return value according to whether any mail was found,
2855         not just in the last inbox.  Only show a message and run the hook after
2856         checking all inboxes.
2857         (rmail-get-new-mail-1): Move message display and running the hook to
2858         rmail-get-new-mail.
2860         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
2861         rmail-attr-array.
2862         (rmail-make-label, rmail-read-label): Give it a doc string.
2863         (rmail-add-label, rmail-kill-label): Change argument name to match the
2864         doc.  Doc fix.
2865         (rmail-set-label): Doc fix.  Also update summary in attr case.
2866         Accept labels as a string or a symbol.  (Bug#2165)
2868         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
2869         null.
2871 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2873         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
2874         (vhdl-prepare-search-2): Properly cleanup on `quit'.
2876         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2877         Mark the entries as being "system" entries rather than "user" entries.
2879 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
2881         * smerge-mode.el (smerge-start-session): Add interactive spec.
2883 2009-02-02  Glenn Morris  <rgm@gnu.org>
2885         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
2886         (rmail-retry-ignored-headers, rmail-highlighted-headers):
2887         Restore autoloads.
2889 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
2893 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2895         * cmuscheme.el (scheme-args-to-list): Remove.
2896         (run-scheme): Use split-string-and-unquote instead, so as to allow
2897         spaces in the command name and/or the arguments.
2899 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
2901         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
2903 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
2905         Sync with Tramp 2.1.15.
2907         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
2908         used.
2910         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
2912         * net/trampver.el: Update release number.
2914 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
2917         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
2918         (rmail-undelete-previous-message, rmail-mark-message)
2919         (rmail-speedbar-buttons): Use with-current-buffer.
2920         (rmail-mode-map): Move initialization into declaration.
2921         (rmail-swap-buffers, rmail-unfontify-buffer-function)
2922         (rmail-fontify-message): Use restore-buffer-modified-p.
2923         (rmail-expunge-and-save): Don't swap buffer.
2924         (rmail-get-header, rmail-set-header, rmail-set-attribute)
2925         (rmail-apply-in-message): Swap save-excursion and save-restriction.
2927         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
2928         if possible.
2930         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
2931         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
2933 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
2937         * progmodes/ebrowse.el:
2938         * international/robin.el:
2939         * emulation/viper-util.el:
2940         * emulation/viper-mous.el:
2941         * emulation/viper-keym.el:
2942         * ediff.el:
2943         * ediff-wind.el:
2944         * ediff-vers.el:
2945         * ediff-ptch.el:
2946         * ediff-mult.el:
2947         * ediff-merg.el:
2948         * ediff-diff.el: Follow commenting conventions.
2950 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2952         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
2953         obsolete eight-bit-control and eight-bit-graphic.
2955 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2957         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
2959 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
2961         * emacs-lisp/lisp.el (end-of-defun): Protect against
2962         infloops (Bug#2106).
2964 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
2966         * vc-dir.el (vc-dir-mouse-map):
2967         (vc-default-dir-printer):
2968         (vc-dir-find-file-other-window): Undo previous change, it breaks
2969         the behavior of mouse-2.
2970         (vc-dir-mode): Fix docstring.
2972         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
2973         logic, it makes the makes the normal case too slow.
2975 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2977         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
2978         file to `raw-text-unix'.  Bind coding-system-for-write when
2979         writing out the converted message, and make sure it uses Unix EOLs.
2981         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
2982         encoding to `raw-text-unix'.
2983         (rmail-perm-variables): Set encoding of rmail-view-buffer to
2984         `undecided-unix'.
2985         (rmail-redecode-body): Don't change EOL conversion of the new
2986         encoding if the old one left it unspecified.
2987         (rmail-automatic-folder-directives, rmail): Doc fixes.
2988         (rmail-swap-buffers): New function.
2989         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
2990         (rmail-show-message): Use rmail-swap-buffers.
2991         (rmail-decode-region): If DESTINATION is a buffer, set the
2992         encoding of that buffer, rather than the current buffer.
2993         (rmail-show-message): Make error message about uuencoded mail
2994         more explicit.
2995         (rmail-show-message-maybe): Simplify code.  Doc fix.
2996         (rmail-show-message): Doc fix.
2998 2009-01-31  Glenn Morris  <rgm@gnu.org>
3000         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
3001         folder.
3003         * mail/rmail.el (rmail-msg-is-pruned): New function.
3004         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
3005         (rmail-reply): Set up to yank from the decoded message rather than the
3006         raw one.  (Bug#2104).
3008         * mail/mail-utils.el (mail-fetch-field): Doc fix.
3010         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
3011         (uce-message-text, uce-default-headers): Fix custom type.
3012         (rmail-buffer, rmail-msg-is-pruned): Declare.
3013         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
3014         Update for mbox Rmail.
3016 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
3018         * vc-dir.el (vc-dir-mouse-map): New keymap.
3019         (vc-default-dir-printer): Use it locally.
3020         (vc-dir-find-file-other-window): Allow mouse events.
3022 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
3024         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
3025         into Rmail-mbox attributes.
3027         * mail/rmail.el (rmail-convert-babyl-to-mbox):
3028         Bind coding-system-for-read to `raw-text', and use insert-file-contents
3029         instead of insert-file-contents-literally.  Fixes bug #2019.
3030         (rmail-resent-attr-index): Fix index value.
3032 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
3034         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
3035         precedence even when its value is t.  (Bug#2093)
3037         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
3038         connection.  (Bug#2093)
3039         (vc-svn-diff): Use old version number even when it is the working
3040         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
3042 2009-01-30  Glenn Morris  <rgm@gnu.org>
3044         * mail/rmail.el (rmail-reply): Handle empty folders.
3045         (rmail-speedbar-buttons)
3046         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
3048         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
3049         line-beginning-position calls.
3050         (rmail-header-summary): Use line-end-position.
3052 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
3054         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
3055         Fix regexp quoting.  (Bug#1739)
3057 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
3059         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3060         Allow correction of passwords.
3062 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
3064         * mail/rmail.el (rmail-toggle-header): Determine current header
3065         style using the buffer-local value of rmail-header-style in the
3066         view buffer.
3067         (rmail-show-message): Set a buffer-local value of
3068         rmail-header-style in the view buffer.  (Bug#2016)
3070 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
3072         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
3073         Fix typos in docstrings.
3075 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
3077         * bindings.el (completion-ignored-extensions):
3078         Add entries for VCS metadata directories (CVS/, .svn, etc).
3080         * pcvs.el (completion-ignored-extensions):
3081         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
3082         directory, now done in bindings.el.
3084 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
3086         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
3088 2009-01-29  Glenn Morris  <rgm@gnu.org>
3090         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
3091         (rmail-set-header): Ensure header changes get saved.
3093         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
3095         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
3096         one, after a label is added.
3098         * mail/rmailsum.el (rmail-summary-update-line): New function.
3099         (rmail-summary-goto-msg): Return a value according to whether message
3100         was found.
3101         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
3102         property.  Use line-end-position.
3104 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
3106         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
3107         quoted From lines.
3109         * mail/rmail.el (rmail-redecode-body): New function, based on old
3110         version removed in 2009-01-22 change.
3111         (rmail-show-message): Unquote From lines.
3113 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
3115         * doc-view.el (doc-view-mode): Don't use string-match and file
3116         extension to choose fallback mode on empty/non-existing files but
3117         let-bind auto-mode-alist and call normal-mode.
3119 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
3121         * ls-lisp.el (ls-lisp-classify): Propertize file name before
3122         concatenating the type indicating character.
3123         (ls-lisp-format): Don't propertize file-name only if
3124         ls-lisp-classify already did.
3126 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
3128         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
3129         Describe second parameter of hook functions.
3130         (dbus-handle-event): Apply it.
3132 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
3134         * mail/rmail.el (rmail-toggle-header): Don't reset
3135         rmail-header-style permanently (bug#2016).
3137 2009-01-28  Denis Howe  <denis.howe@gmail.com>
3139         * complete.el (PC-do-completion): Correct case when completion is
3140         unambiguous.
3142 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
3144         * calendar/todo-mode.el (todo-insert-item-here):
3145         Prevent insertion of a new entry inside of an existing entry.
3146         Minor code cleanup.  (Bug#2084)
3147         (todo-add-category): Change the interactive spec.  Signal an error
3148         if the Todo file is non-empty but contains no category.
3149         Reject category names that could induce bugs and confusion.
3150         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
3151         of local variables cookie.  Properly display the newly added
3152         category in Todo mode.
3153         (todo-show): Call todo-initial-setup only if there is neither a
3154         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
3155         (todo-category-alist): Delete function.
3156         (todo-completing-read): New function.
3157         (todo-insert-item, todo-jump-to-category): Use it.
3158         (todo-insert-item): Make the use of the prefix argument conform to
3159         the doc string.  (Bug#2086)
3161 2009-01-28  Glenn Morris  <rgm@gnu.org>
3163         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
3164         even when called from the summary.  (Bug#2075)
3165         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
3166         (rmail-show-message-maybe): Use rmail-no-mail-p.
3167         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
3168         (rmail-get-labels): Separate status and label fields with a semicolon,
3169         rather than a comma, for consistency with old Rmail.
3171         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
3172         starting from the beginning, since mail-fetch-field does not care.
3173         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
3174         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
3175         (rmail-get-summary-labels): New function.  Returns labels rather than
3176         status (edited, etc).
3177         (rmail-create-summary): Insert an extra space after the status
3178         flags, for consistency with old rmail, and with current
3179         rmail-summary-font-lock-keywords.
3181 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
3183         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
3184         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
3186 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
3188         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
3189         converting.
3191         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
3192         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
3194 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
3196         * mouse.el (mouse-select-font): Return a string instead of a list.
3198 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
3200         * bindings.el: Swap C-delete and C-backspace bindings here, so we
3201         don't have to do it in normal-erase-is-backspace-mode.
3203         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
3204         and C-backspace; the latter is not available on ttys anyway.
3206 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
3208         (doc-view-mode): Fix broken call to string-match.
3210 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
3212         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
3213         fundamental-mode or ps-mode if the file is empty or doesn't exist
3214         at all.
3215         (doc-view-initiate-display): Better info message if doc-view-mode
3216         cannot be used.  (Missing utility or no png support/no X frame.)
3217         (Bug#2058)
3219 2009-01-27  Glenn Morris  <rgm@gnu.org>
3221         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
3222         of the headers in the full header case.  (Bug#2073)
3224 2009-01-27  Kenichi Handa  <handa@m17n.org>
3226         * mail/rmail.el (rmail-get-coding-system): Re-search
3227         rmail-mime-charset-pattern directly instead of using
3228         mail-fetch-field.  Use coding-system-from-name.
3230         * international/mule-cmds.el (canonicalize-coding-system-name)
3231         (coding-system-from-name): New functions.
3233 2009-01-27  Glenn Morris  <rgm@gnu.org>
3235         * dired-x.el (dired-bind-vm): Doc fix.
3237         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
3238         Replace `first' and `rest' with `car' and `cdr' throughout.
3239         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
3240         (rsf-scanning-messages-now): Doc fix.
3241         (rsf-check-field): Rename from `check-field' and update callers.
3242         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
3243         Use rmail-output rather than deleted rmail-output-to-rmail-file.
3245         * mail/rmail.el: Remove leading `*' from defcustom docs.
3246         Remove needless autoloads of many defcustoms and hooks.
3247         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
3248         (rmail-search-mime-message-function, rmail-search-mime-header-function)
3249         (rmail-decode-mime-charset): Doc fix.
3250         (rmail-search-message, rmail-resend): Check functions set before use.
3252         * mail/rmailout.el: Remove leading `*' from defcustom docs.
3253         Remove needless autoloads of many defcustoms.
3254         (rmail-output-to-babyl-buffer): Rename from
3255         rmail-output-to-r-mail-buffer and update caller.
3256         (rmail-output): Doc fix.
3258         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
3259         Remove needless autoloads of many defcustoms.
3260         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
3261         is set.
3263         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
3264         (batch-unrmail, unrmail): Doc fix.
3266         * mail/rmailsum.el (rmail-message-recipients-p-1)
3267         (rmail-message-regexp-p-1): Ensure searches start from the
3268         beginning of the header.
3270 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
3272         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
3274 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
3276         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
3277         expand the denominator.
3279 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
3281         * net/dbus.el (dbus-event-error-hooks): New variable.
3282         (dbus-handle-event): Use it.
3284 2009-01-26  Glenn Morris  <rgm@gnu.org>
3286         * Makefile.in (ELCFILES): Update.
3288         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
3289         replies.  (Bug#512)
3291 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
3293         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
3295 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
3297         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
3298         Remove from global map and key definitions.
3299         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
3300         definitions.
3301         (ns-show-preferences-help, ns-unput-working-text): New functions.
3302         (ns-unecho-working-text): Update message.
3304 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
3306         * calendar/icalendar.el (icalendar-uid-format): New defcustom
3307         variable to allow the user to choose icalendar UID format.
3308         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
3309         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
3310         (icalendar-export-region, icalendar--create-uid): Use custom
3311         function to compute icalendar UID for each entry.
3312         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
3313         with description, location, etc. fields (need to keep active count
3314         of fields encountered).  Another bug fix to the regex that matches
3315         multiple lines (need \' regex instead of $ to match end-of-entry).
3317 2009-01-25  Juri Linkov  <juri@jurta.org>
3319         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
3320         change its title from "Recursive grep..." to "Grep via Find...".
3321         Add menu items for lgrep and rgrep.
3323 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3325         * ps-print.el (ps-print-version): New version 7.3.4.
3327 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3329         * ps-print.el: Fix face background/foreground extraction.
3330         (ps-face-extract-color): New fun.
3331         (ps-face-attributes, ps-face-attribute-list): Code fix.
3333 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
3335         * align.el (align-region): Avoid infloop.
3337 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3339         * env.el (environment): Function removed.
3341         * international/mule-cmds.el (set-language-environment-coding-systems):
3342         If default-buffer-file-coding-system is nil, set up to have EOLs that
3343         are native for the underlying system-type.  (Bug#1853)
3344         (prefer-coding-system, set-default-coding-systems): Doc fix.
3346 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
3348         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
3349         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
3350         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
3351         Use `string-match-p'.
3353 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
3355         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
3356         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
3357         next-feed does not succeed.  Fixes bug#1710 even more.
3358         (newsticker-treeview-next-feed): Simplify.
3359         (newsticker--group-get-feeds): Suppress group names in result.
3361 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
3363         * term/ns-win.el (menu-bar-select-frame): Drop this override.
3364         (menu-bar-update-frames): Update call to menu-bar-select-frame.
3366 2009-01-24  Glenn Morris  <rgm@gnu.org>
3368         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
3369         "popmail" by "pormail".
3371         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
3372         Remove unneeded declarations.
3374 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
3376         * calc/calc-poly.el (calcFunc-apart): Improve test for
3377         rational functions.
3379 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
3381         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
3382         return value of rmail-get-labels.
3384         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
3385         return value of rmail-get-labels.
3387         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
3388         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
3390 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
3392         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
3393         old cache file.  Fixes bug#1710.
3395 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
3397         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
3399 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3401         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
3402         Switch names and update comments for clarity.
3404 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3406         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
3407         start is nil, as was done in tar-mode.el.
3409 2009-01-23  Glenn Morris  <rgm@gnu.org>
3411         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
3412         more.
3414         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
3416 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
3418         * server.el (server-name): Make it a defcustom.  (Bug#1995)
3420         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
3422 2009-01-23  Glenn Morris  <rgm@gnu.org>
3424         * Makefile.in (ELCFILES): Update.
3426 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
3428         * net/newst-treeview.el
3429         (newsticker-treeview-next-new-or-immortal-item): New optional arg
3430         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
3431         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
3432         feed if necessary.  (Bug#1569)
3433         (newsticker-treeview-next-feed)
3434         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
3435         Don't activate node nil.  (Bug#1569)
3437 2009-01-22  Paul Reilly  <pmr@pajato.com>
3438             Henrik Enberg  <enberg@printf.se>
3439             Alex Schroeder  <alex@gnu.org>
3440             Chong Yidong  <cyd@stupidchicken.com>
3441             Richard M Stallman  <rms@gnu.org>
3442             Glenn Morris  <rgm@gnu.org>
3443             Juanma Barranquero  <lekktu@gmail.com>
3445         * mail/rmail.el: Code implementing Rmail-mbox functionality.
3446         (rmail-attribute-header, rmail-keyword-header)
3447         (rmail-answered-attr-index, rmail-deleted-attr-index)
3448         (rmail-edited-attr-index, rmail-filed-attr-index)
3449         (rmail-retried-attr-index, rmail-forwarded-attr-index)
3450         (rmail-unseen-attr-index, rmail-resent-attr-index)
3451         (rmail-attr-array, rmail-header-style, rmail-file-name)
3452         (rmail-buffer-swapped): New vars.
3453         (rmail-convert-file-maybe, rmail-error-bad-format)
3454         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
3455         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
3456         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
3457         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
3458         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
3459         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
3460         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
3461         (rmail-message-attr-p, rmail-message-unseen-p)
3462         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
3463         (rmail-show-message-maybe, rmail-copy-headers)
3464         (rmail-simplified-subject, rmail-simplified-subject-regexp)
3465         (rmail-write-region-annotate): New functions.
3467         (rmail-keywords, rmail-default-rmail-file): Delete vars.
3468         (rmail-convert-mailpath, rmail-convert-file)
3469         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
3470         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
3471         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
3472         (rmail-redecode-body)
3473         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
3474         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
3475         (rmail-count-screen-lines, rmail-message-regexp-p)
3476         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
3477         (rmail-nuke-pinhead-header): Move to rmailout.el.
3479         (rmail-ignored-headers): Add additional headers.
3480         (rmail-mode-map): Update key commands.
3481         (rmail-tool-bar-map): Build tool-bar unconditionally.
3482         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
3483         conversion and new buffer swapping mechanism.
3484         (rmail-perm-variables): Use new vars, and remove deleted ones.
3485         (rmail-revert): Use rmail-convert-file-maybe.
3486         (rmail-duplicate-message): Use rmail-show-message-maybe.
3487         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
3488         a disk-full error.
3489         (rmail-parse-url): Strip embedded password.
3490         (rmail-insert-inbox-text): Default to movemail if
3491         rmail-movemail-program is null.  Handle mbox format.
3492         (rmail-decode-region): New arg.
3493         (rmail-display-labels): Don't perform Babyl processing.
3494         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
3495         (rmail-set-message-counters, rmail-count-new-messages)
3496         (rmail-set-message-counters-counter, rmail-show-message)
3497         (rmail-next-same-subject, rmail-reply): Use mbox format.
3498         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
3499         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
3500         buffer swapping mechanism.
3502         * mail/rmailedit.el: Require rmailsum.el.
3503         (rmail-edit-mode): First check if buffer is swapped.
3504         (rmail-edit-saved-coding-system): Delete var.
3505         (rmail-edit-current-message): Don't call deleted vars.
3506         (rmail-cease-edit): Handle mbox format.
3507         (rmail-abort-edit): Widen buffer.
3509         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
3510         declarations.
3511         (rmail-buffer, rmail-current-message, rmail-last-label)
3512         (rmail-last-multi-labels, rmail-summary-vector)
3513         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
3514         (rmail-keywords): Delete vars.
3515         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
3516         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
3517         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
3518         (rmail-make-label): New function.
3519         (rmail-read-label): Don't call rmail-parse-file-keywords.
3520         (rmail-set-label): Rewrite using rmail-set-attribute.
3521         (rmail-next-labeled-message): Use rmail-get-labels.
3523         * mail/rmailmm.el: New file.
3525         * mail/rmailmsc.el: Require rmail.el.
3526         (set-rmail-inbox-list): Set rmail-inbox-list directly.
3528         * mail/rmailout.el (rmail-output-decode-coding): New var.
3529         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
3530         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
3531         (rmail-output-to-rmail-buffer): New functions.
3532         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
3533         Delete functions.
3534         (rmail-nuke-pinhead-header): Move from rmail.el.
3535         (rmail-output): Rewrite to accept both mbox and babyl output.
3536         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
3537         use mbox internal format.
3539         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
3540         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
3541         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
3542         Use rmail-get-header.
3543         (rmail-sort-messages): Use new buffer swapping mechanism.
3544         Handle mbox internal format.
3546         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
3547         (rmail-message-recipients-p, rmail-message-recipients-p-1)
3548         (rmail-message-regexp-p, rmail-new-summary-1)
3549         (rmail-get-create-summary-buffer, rmail-get-summary)
3550         (rmail-create-summary-line, rmail-get-summary-labels)
3551         (rmail-create-summary, rmail-header-summary)
3552         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
3553         (rmail-summary-by-topic, rmail-message-senders-p)
3554         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
3555         internal format.
3556         (rmail-new-summary): Rewrite window handling.
3557         (rmail-make-summary-line, rmail-make-summary-line-1)
3558         (rmail-make-basic-summary-line)
3559         (rmail-summary-output-to-rmail-file): Functions deleted.
3560         (rmail-summary-undelete, rmail-summary-rmail-update)
3561         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
3562         (rmail-summary-show-message, rmail-summary-wipe)
3563         (rmail-summary-toggle-header, rmail-summary-reply):
3564         Use rmail-buffer instead of rmail-view-buffer.
3565         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
3566         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
3567         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
3569 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
3571         * term/ns-win.el (ns-show-manual): Fix node name.
3572         (x-open-connection): Fix typo in declaration filename.
3574 2009-01-22  Romain Francoise  <romain@orebokech.com>
3576         * Makefile.in (ELCFILES): Update.
3578 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3580         * frame.el (make-frame-on-tty): Remove function, inline contents
3581         in the only user ...
3583         * server.el (server-create-tty-frame): ... here.
3585 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
3587         * format.el (format-annotate-function):
3588         Set write-region-post-annotation-function.
3590 2009-01-21  John Wiegley  <johnw@newartisans.com>
3592         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
3593         list of output filters.
3594         (eshell-mode): Change the default binding of C-a to eshell-bol.
3595         I don't think it's actually bound at all by default in eshell;
3596         it just falls back to the default binding of C-a.
3598 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3600         * minibuffer.el (completion--insert-strings): Fix up computation of
3601         column position which manifested e.g. in proced's signal completion.
3603 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
3605         * server.el (server-start): Allow server to shut down when no
3606         frames are available in daemon-mode.
3608 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
3610         * term.el (term-previous-matching-input, term-next-matching-input)
3611         (term-previous-matching-input-from-input)
3612         (term-next-matching-input-from-input, term-backward-matching-input)
3613         (term-forward-matching-input): Change argument name to match docstring.
3615 2009-01-21  Glenn Morris  <rgm@gnu.org>
3617         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
3618         that are no longer needed.
3619         (authors-scan-change-log): Doc fix.
3620         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
3622 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
3624         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3625         Use aspell default dict.
3627 2009-01-20  Kenichi Handa  <handa@m17n.org>
3629         * descr-text.el (describe-char): Improve description of eight-bit
3630         char in a unibyte buffer.  (Bug#1935)
3632 2009-01-20  Glenn Morris  <rgm@gnu.org>
3634         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3635         Add some entries.
3637 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
3639         * progmodes/ruby-mode.el: Autoload other interpreter names.
3641 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
3643         * descr-text.el (describe-char-categories): New defsubst.
3644         (describe-char): Use it.
3646 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
3648         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
3649         IPv4 mapped IPv6 addresses.
3651 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
3653         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
3654         the beginning of the buffer.  (Bug#1949)
3656 2009-01-18  Markus Triska  <markus.triska@gmx.at>
3658         * linum.el (linum-update-window): Use `delq' instead of `delete';
3659         compare strings with `equal-including-properties'.
3661 2009-01-17  Glenn Morris  <rgm@gnu.org>
3663         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
3664         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
3666         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
3667         (eldoc-message-commands, eldoc-print-current-symbol-info):
3668         Doc fix (consistent case of "ElDoc").
3670 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3672         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
3674 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
3676         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
3677         TARGET)' does not exist, try again with its basename replaced by
3678         `(cdr TARGET)'.  (Related to Bug #1853.)
3680         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
3682 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
3684         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
3685         unless flyspell-mode is enabled.
3686         (flyspell-pre-point): Make buffer-local.
3688 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3690         * textmodes/bibtex.el (bibtex-format-entry): For updating field
3691         delimiters, allow fields that are composed of strings and string
3692         constants.
3693         (bibtex-mode): Doc fix.
3695 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
3697         * textmodes/ispell.el: Protect against declare-function undefined
3698         in XEmacs.
3699         (ispell-program-name): Search also for hunspell when setting default.
3700         (ispell-find-aspell-dictionaries): Better error message.  Use correct
3701         dictionary alist for default.  Better fallback default dictionary.
3703 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3705         * international/quail.el (quail-insert-kbd-layout):
3706         Delete superfluous handling of 8-bit code.  (Bug#1418)
3708 2009-01-16  Glenn Morris  <rgm@gnu.org>
3710         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
3711         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
3712         (eldoc-highlight-function-argument): Doc fix - mention effect of
3713         eldoc-documentation-function.
3714         (eldoc-message-commands-table-size, eldoc-message-commands)
3715         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
3716         (eldoc-documentation-function): Mention effect on user options.
3718         * emacs-lisp/copyright.el (copyright-update): Doc fix.
3720 2009-01-16  Kevin Ryde  <user42@zip.com.au>
3722         * tar-mode.el (tar-rename-entry): Only test the magic string, without
3723         its version number, and then set both.
3725 2009-01-16  Richard M Stallman  <rms@gnu.org>
3727         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
3729 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3731         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
3732         Refer to revert-buffer, not Buffer-menu-revert.
3733         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
3734         (Buffer-menu-revert): Remove function, unused.
3735         (Buffer-menu-mode-map): Don't bind keys already
3736         bound by special-mode.
3737         (Buffer-menu-mode-map): Add a menu.
3739 2009-01-15  Stephen Eglen  <stephen@gnu.org>
3741         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
3743 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3745         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
3747 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
3749         * window.el (special-display-p): Revert 2009-01-14 change.
3751 2009-01-15  Glenn Morris  <rgm@gnu.org>
3753         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3754         (authors-obsolete-files-regexps, authors-ignored-files):
3755         (authors-renamed-files-alist): Add some entries.
3756         (authors-fixed-entries): Change some entries.
3757         (authors-canonical-file-name): Doc fix.
3758         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
3760 2009-01-14  Juri Linkov  <juri@jurta.org>
3762         * info.el (Info-isearch-filter): Don't filter out invisible text
3763         when search-invisible is t.  (Bug#1848)
3765         * simple.el (blink-matching-open): Use `minibuffer-message' to
3766         display messages in the minibuffer.
3768         * help.el (view-help-file):
3769         * menu-bar.el (menu-bar-help-extra-packages):
3770         Use goto-address-mode instead of goto-address.
3772         * net/goto-addr.el (goto-address-url-face): Change default value
3773         from `bold' to `link'.
3775 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
3777         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
3779 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
3781         * frame.el (special-display-popup-frame): Rewrite doc-string and
3782         simplify code.
3784         * window.el (special-display-buffer-names)
3785         (special-display-regexps): Add customization support for
3786         function/other-args elements.  Rewrite doc-strings.
3787         (special-display-function): Rewrite doc-string.
3788         (same-window-buffer-names, same-window-regexps):
3789         Minor doc-string fixes.
3790         (special-display-p): Minor rewrite.
3792 2009-01-14  Glenn Morris  <rgm@gnu.org>
3794         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
3796 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
3798         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
3799         MESSAGEs with internal square brackets (i.e., " this [test] message").
3800         Use `string-match-p'.
3801         (completion--make-envvar-table, completion--file-name-table)
3802         (completion-pcm--string->pattern, completion-pcm--all-completions)
3803         (completion-pcm--filename-try-filter): Use `string-match-p'.
3805 2009-01-14  Juri Linkov  <juri@jurta.org>
3807         * progmodes/bug-reference.el (bug-reference-fontify): Check for
3808         non-nil `bug-reference-url-format' before putting an overlay
3809         property `bug-reference-url'.
3810         (bug-reference-mode, bug-reference-prog-mode): Don't check for
3811         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
3813 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
3815         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
3816         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
3818         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
3819         loaded.
3821 2009-01-13  Jason Rumney  <jasonr@gnu.org>
3823         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
3825 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3827         * subr.el (play-sound): Doc fix.  (Bug#250)
3828         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
3830 2009-01-12  Alan Mackenzie  <acm@muc.de>
3832         * textmodes/paragraphs.el (forward-sentence): Change limit of
3833         re-search-backward to allow values of `sentence-end' anchored at BOL.
3835 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3837         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
3838         subfield of the magic string.
3840 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
3842         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
3843         (math-special-function-table): Use `math-compose-tex-sqrt' to
3844         compose sqrts in TeX and LaTeX mode.
3846 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
3848         * faces.el (describe-face): Ignore anonymous faces.
3850         * server.el (server-save-buffers-kill-terminal): Args changed.
3851         Handle nowait client frames.
3853         * files.el (save-buffers-kill-terminal): Args for
3854         server-save-buffers-kill-terminal changed.
3856 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
3858         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3860 2009-01-11  Glenn Morris  <rgm@gnu.org>
3862         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
3863         Silence compiler.
3865         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
3866         some entries.
3867         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
3868         (authors-renamed-files-alist): Add entries.
3869         (authors-fixed-entries): Update for renamed and removed files.
3870         (authors-canonical-file-name): Add entries to
3871         authors-checked-files-alist based on their full names, expanded relative
3872         to each log-file directory.
3873         (authors-scan-el, authors-add-to-author-list, authors):
3874         Handle multiple authors in a file, via a new :cowrote category.
3876         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
3878 2009-01-10  Richard M Stallman  <rms@gnu.org>
3880         * mail/mail-utils.el (mail-quote-printable-region): New function.
3882 2009-01-10  Glenn Morris  <rgm@gnu.org>
3884         * calendar/cal-move.el (calendar-scroll-left-three-months)
3885         (calendar-scroll-right-three-months):
3886         * calendar/holidays.el (calendar-list-holidays)
3887         (calendar-mark-holidays):
3888         * calendar/lunar.el (calendar-lunar-phases):
3889         Add event handling, for when called from menus with the calendar buffer
3890         not current.
3892 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
3894         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
3895         Move setting up whitepace-mode ...
3896         (diff-mode): ... here.
3897         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
3899 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3901         * faces.el (x-font-family-list): Remove entirely.
3903 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3905         Fix Bug #876:
3907         * info.el (info-insert-file-contents, Info-insert-dir):
3908         Bind inhibit-null-byte-detection to non-nil.
3910 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
3912         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
3913         toggling tool bars on.  (Bug#1754)
3915 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3917         * faces.el (face-valid-attribute-values): Use string as value for
3918         :family attribute.  Now, font-family-list returns a list of strings.
3919         (x-font-family-list): Obsolete compatibility version of function
3920         from xfaces.c.
3922 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
3924         * window.el (special-display-buffer-names)
3925         (special-display-regexps, special-display-function):
3926         In doc-strings say "same-window" instead of "same-buffer".
3928 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
3930         * net/tramp.el: Revert previous patch.  `last-command-char' is
3931         used in code intended only for XEmacs, where it is different from
3932         `last-command-event'.
3934 2009-01-09  Glenn Morris  <rgm@gnu.org>
3936         * subr.el (last-input-char, last-command-char):
3937         Move here from src/keyboard.c.
3939         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
3940         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
3941         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
3942         * wdired.el:
3943         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
3944         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
3945         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
3946         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
3947         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
3948         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
3949         * eshell/em-smart.el, eshell/esh-mode.el:
3950         * international/mule-cmds.el:
3951         * mail/mailabbrev.el:
3952         * net/tramp.el:
3953         * play/mpuz.el:
3954         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
3955         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
3956         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
3957         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
3958         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
3959         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
3960         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
3961         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
3962         Replace last-command-char with last-command-event.
3964         * double.el, electric.el, replace.el, term.el, terminal.el:
3965         * calc/calc.el:
3966         * emulation/viper-cmd.el:
3967         * international/mule-cmds.el:
3968         * obsolete/iso-acc.el:
3969         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
3971         * emacs-lisp/edebug.el: Remove references to last-command-char and
3972         last-input-char, since these have been identical to last-command-event
3973         and last-input-event since at least Emacs 19.
3974         (edebug-outside-last-command-char, edebug-outside-last-input-char):
3975         Remove.
3977 2009-01-09  Dave Love  <fx@gnu.org>
3979         * calendar/time-date.el: Require cl for `declare'.
3981 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3983         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
3984         Suggested by Dave Love.
3986 2009-01-09  Dave Love  <fx@gnu.org>
3988         * net/imap.el (imap-string-to-integer): Fix typo.
3989         (imap-fetch-safe): New function.
3990         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3992         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
3993         (imap-parse-greeting): Fix doc strings.
3994         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3995         (imap-parse-flag-list): Make messages unique.
3996         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3998         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
3999         call.
4001         * net/imap.el: Fix author email.  Doc fixes.
4002         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4003         reply.
4005 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4007         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
4009 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4011         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
4012         Call nslookup if resolv.conf isn't available.
4013         (dns-query): Rename from query-dns.
4014         (dns-query-cached): Rename from query-dns-cached.
4016 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4018         * net/imap.el (imap-enable-exchange-bug-workaround):
4019         Explain auto-detection in the doc string.
4021 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
4023         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
4024         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
4025         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
4026         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
4027         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
4028         Fix typos in docstrings.
4029         (ispell-command-loop): Reflow docstring.
4031 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
4033         * textmodes/ispell.el (ispell-encoding8-command): New variable.
4034         (ispell-aspell-supports-utf8): Mark as obsoleted by
4035         ispell-encoding8-command.
4036         (ispell-check-version): Set ispell-encoding8-command.
4037         (ispell-check-spellchecker-params, ispell-start-process):
4038         Use ispell-encoding8-command.
4040         * textmodes/flyspell.el (flyspell-large-region):
4041         Use ispell-encoding8-command.
4043 2009-01-08  Glenn Morris  <rgm@gnu.org>
4045         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
4046         scroll the calendar.
4048         * international/mule-cmds.el (universal-coding-system-argument):
4049         last-input-char need not be a char.
4051         * textmodes/ispell.el (ispell-check-minver): Declare.
4052         Use string-to-number rather than string-to-int.
4054 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
4056         * add-log.el (change-log-search-tag-name): Reflow docstring.
4057         (change-log-mode): Fix typo in docstring.
4059         * international/mule.el (define-coding-system): Doc fix.
4061 2009-01-07  Kenichi Handa  <handa@m17n.org>
4063         * international/mule.el (define-coding-system): Fix docstring
4064         about :bom usage.
4066 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
4068         * dired.el (dired-pop-to-buffer): Don't split windows
4069         horizontally.  (Bug#1806)
4071 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4073         * tar-mode.el (tar-mode, tar-mode-write-contents)
4074         (tar-write-region-annotate): Undo Andreas's last change.
4076 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
4078         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
4079         (tramp-handle-file-local-copy, tramp-handle-write-region)
4080         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4081         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
4083 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4085         * minibuffer.el (completion-hilit-commonality): Don't presume
4086         all-completions always include the input as prefix.
4087         (completion-pcm--pattern-trivial-p): Accept a few more patterns
4088         as trivial.
4089         (completion-pcm--hilit-commonality): Remove leftover code that used to
4090         deal with the now removed cdr-in-last-cons.
4092 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
4094         * international/mule.el (define-coding-system): Fix typos in docstring.
4096 2009-01-05  Alan Mackenzie  <acm@muc.de>
4098         * progmodes/cc-styles.el (c-setup-paragraph-variables):
4099         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
4101 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
4103         * net/tramp.el (tramp-handle-load)
4104         (tramp-do-copy-or-rename-file-directly)
4105         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4106         (tramp-handle-write-region)
4107         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4108         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4109         Delete temporary file in case of error.
4111 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
4113         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
4115 2009-01-05  Richard M Stallman  <rms@gnu.org>
4117         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
4119 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
4121         * window.el (display-buffer): Fix last fix.
4123 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
4125         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
4126         to shorten the desktop file directory shown in message.
4128 2009-01-05  Glenn Morris  <rgm@gnu.org>
4130         * version.el (emacs-copyright):
4131         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4132         Update copyrights for 2009.
4134 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
4136         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
4137         (ada-get-indent-paramlist): Use ada-broken-indent instead of
4138         hard-coded 0.
4139         (ada-get-indent-loop): Fix list access bug.
4141 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
4143         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
4144         (lisp-interaction-mode): Add a blank line in the docstring
4145         before the keymap listing.
4147 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
4149         * window.el (display-buffer): When a buffer is displayed in the
4150         selected and some other window, and not-this-window is non-nil,
4151         try to return that other window instead of popping up a new
4152         frame.  (Bug#30)
4154 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
4156         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
4158 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4160         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
4162 2009-01-03  Michael Olson  <mwolson@gnu.org>
4164         * net/imap.el (imap-parse-fetch): Courier can insert spurious
4165         blank characters which will confuse `read', so skip past them.
4167 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4169         * emacs-lisp/authors.el (authors-aliases): Addition.
4170         (authors): Allow to use it for other projects.
4172         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
4173         Clarify MATCH argument.  Print filenames.
4175 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4177         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
4179         * net/tramp.el (tramp-local-host-regexp)
4180         (tramp-prefix-domain-format)
4181         (tramp-prefix-domain-regexp, tramp-domain-regexp)
4182         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
4183         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
4184         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
4185         (tramp-file-name-structure, tramp-file-name-regexp-unified)
4186         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
4187         (tramp-dissect-file-name, tramp-make-tramp-file-name)
4188         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
4189         (tramp-handle-insert-file-contents): Fix setting of
4190         `buffer-read-only'.
4191         (tramp-compute-multi-hops, tramp-local-host-p):
4192         Use `tramp-local-host-regexp'.
4193         (tramp-file-name-real-user, tramp-file-name-domain):
4194         Use `tramp-user-with-domain-regexp'.
4196         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
4197         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
4199 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4201         * proced.el (proced-grammar-alist): Refiner can be a
4202         list (function help-echo) instead of a cons pair.
4203         (proced-post-display-hook): New variable.
4204         (proced-tree-depth): Rename from proced-tree-indent.
4205         (proced-mode): Derive mode from special-mode.
4206         (proced-mode-map): Change accordingly.
4207         (proced, proced-update): Run proced-post-display-hook.
4208         (proced-do-mark-all): Count processes for which mark has been updated.
4209         (proced-format): Check for ppid attribute.
4210         (proced-process-attributes): Take time and ctime attribute from
4211         system-process-attributes.
4212         (proced-send-signal): Doc fix.  Collect properly the info on
4213         marked processes.  Use fit-window-to-buffer instead of
4214         dired-pop-to-buffer.
4216 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4218         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
4219         point-min==1.
4221 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
4223         * bindings.el (mode-line-eol-desc): Fix typo in help message.
4224         (mode-line-client): Fix typo in help message and docstring.
4226 2009-01-02  Jason Rumney  <jasonr@gnu.org>
4228         * term/w32-win.el (image-library-alist): Add gobject library.
4230 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
4232         * frame.el (window-system-default-frame-alist)
4233         (initial-frame-alist, minibuffer-frame-alist)
4234         (pop-up-frame-alist, pop-up-frame-function)
4235         (special-display-frame-alist): Rewrite and reformat doc-strings.
4237 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
4239         * simple.el (minibuffer-default-add-shell-commands):
4240         Fix doc-string typo.
4242 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
4244         * language/cham.el: Fix setting of composition-function-table.
4246         * language/khmer.el: Fix setting of composition-function-table.
4248         * language/tibet-util.el (tibetan-composition-function):
4249         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
4251         * simple.el (minibuffer-default): Add defvar.
4253         * hippie-exp.el: Require comint.
4255 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
4257         * simple.el (last-buffer): Don't set major mode of *scratch* if
4258         that buffer exists already.  Rewrite doc-string.
4260 2008-12-31  Andreas Schwab  <schwab@suse.de>
4262         * tar-mode.el (tar-mode): Set write-contents-functions instead of
4263         write-region-annotate-functions.
4264         (tar-mode-write-contents): New function.
4265         (tar-write-region-annotate): Remove.
4267 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
4269         * files.el (basic-save-buffer): Revert 2008-12-22 change.
4270         (buffer-swapped-with): Var removed.
4272 2008-12-30  Kenichi Handa  <handa@m17n.org>
4274         * language/japanese.el (compose-gstring-for-variation-glyph):
4275         New function.  Register it in composition-function-table.
4277         * composite.el (lglyph-set-code): New function.
4279 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4281         * tar-mode.el (tar-data-swapped): New var.
4282         (tar-data-swapped-p, tar-swap-data):
4283         Use it instead of buffer-swapped-with.
4284         (tar-write-region-annotate): Re-add (partial undo of last change).
4285         (tar-mode): Use it again (partial undo as well).
4287 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
4289         * textmodes/table.el (table-capture): Fix symbol quoting typo.
4291 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
4293         * follow.el (follow-select-if-visible): Improve the check for the
4294         last line of the window.
4295         (follow-post-command-hook): Perform redisplay in more
4296         circumstances, to avoid getting point stuck on partially visible lines.
4298 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
4300         * follow.el (follow-calc-win-end): Use with-selected-window.
4301         (follow-windows-start-end, follow-pos-visible)
4302         (follow-windows-aligned-p): Code cleanup.
4303         (follow-select-if-visible): Try to avoid partially-visible lines.
4304         (follow-select-if-visible-from-first): Call follow-redisplay and
4305         move point to destination.
4306         (follow-redisplay): New arg, to keep selected window unchanged.
4307         (follow-post-command-hook): In final check for destination
4308         visibility, use window-start and window-end instead of the less
4309         accurate follow-pos-visible.  If the selected window is redrawn,
4310         tell follow-redisplay to preserve it.
4311         (follow-calculate-first-window-start-from-below): Avoid looping
4312         forever if vertical-motion returns an unexpected value.
4314 2008-12-30  Andreas Schwab  <schwab@suse.de>
4316         * server.el (server-running-p): Remove interactive spec.
4317         Fix regexp.
4319 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
4321         * follow.el (follow-calc-win-start): Don't use `inline'.
4322         (follow-update-window-start, follow-select-if-visible)
4323         (follow-calculate-first-window-start-from-below)
4324         (follow-post-command-hook): Code cleanup.
4325         (follow-downward, follow-calculate-first-window-start):
4326         Delete function and merge into follow-redisplay.
4327         (follow-redisplay): Merge code from follow-downward and
4328         follow-calculate-first-window-start.
4330 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
4332         * proced.el (proced-tree-flag): Fix typo in docstring.
4334 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4336         * proced.el (proced-temp-alist): Rename from variable
4337         proced-children-alist.
4338         (proced-process-tree, proced-toggle-tree): Fix docstring.
4339         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
4340         (proced-temp-internal): Use proced-temp-alist.
4342 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4344         * subr.el (mkdir): New defalias.
4346 2008-12-29  Juri Linkov  <juri@jurta.org>
4348         * proced.el (proced-mode-map): Bind " " to next-line instead of the
4349         command `proced-next-line' removed on 2008-09-06.
4351 2008-12-28  Juri Linkov  <juri@jurta.org>
4353         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
4354         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
4356         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
4357         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
4358         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
4359         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
4360         set 4 obsolete variables for backward-compatibility with Emacs 22.
4362 2008-12-28  Juri Linkov  <juri@jurta.org>
4364         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
4366 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
4368         * misc.el (butterfly): New command.
4370 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4372         * proced.el (proced-grammar-alist): Allow predicate nil.
4373         New attribute tree.
4374         (proced-format-alist): Use attribute tree.
4375         (proced-tree-flag, proced-tree-indent): New variables.
4376         (proced-children-alist): Rename from proced-process-tree.
4377         PPID must refer to a process in process-alist.
4378         Ignore PPIDs that equal PID (Bug#1718).
4379         Children alist inherits sorting order from process-alist.
4380         (proced-process-tree): New variable.  New function.
4381         (proced-process-tree-internal, proced-toggle-tree)
4382         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
4383         (proced-mark-process-alist): Add docstring.
4384         (proced-filter-parents): PPID must refer to a process in
4385         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
4386         (proced-sort): Throw error if attribute is not sortable.
4387         (proced-sort-interactive): Restrict completion to sortable attributes.
4388         (proced-format): Include tree in standard attributes if
4389         proced-tree-flag is non-nil.  Make header clickable only if
4390         corresponding predicate is non-nil.
4391         (proced-update): Use proced-tree.
4393 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
4395         * diff.el (diff): Doc fix.
4397         * emacs-lisp/rx.el (rx): Doc fix.
4399         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
4400         before uniquifying backup trash file name.
4402 2008-12-27  Andreas Schwab  <schwab@suse.de>
4404         * vc-git.el (vc-git-dir-printer): Fix filename column.
4406 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
4408         * term.el (term-emulate-terminal): Decode substring just prior to
4409         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
4411 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
4413         * makefile.w32-in (MH_E_DIR): New variable.
4414         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
4415         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
4416         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
4417         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
4418         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
4419         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
4420         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
4421         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
4422         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
4423         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
4424         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
4426         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
4427         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
4428         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
4429         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
4430         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
4431         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
4432         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
4433         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
4434         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
4435         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
4436         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
4438 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
4440         * files.el (dosified-file-name): Declare.
4442 2008-12-26  Andreas Schwab  <schwab@suse.de>
4444         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
4446         * tar-mode.el (tar-swap-data): New function.
4447         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
4448         (tar-mode-revert): Likewise.
4449         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
4450         (tar-data-swapped-p): Test buffer-swapped-with.
4451         (tar-write-region-annotate): Remove.
4452         (tar-header-block-tokenize): Add argument `coding' and use it
4453         instead of tar-file-name-coding-system.
4454         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
4456 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
4458         * dos-fns.el (dosified-file-name): New function.
4460         * files.el (dir-locals-find-file): Run dir-locals-file through
4461         dosified-file-name.  Compare files case-insensitively on systems
4462         whose filesystems are case-insensitive.
4464 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
4466         * help.el (help-for-help-internal): Fix entry for "l".
4468 2008-12-25  Richard M Stallman  <rms@gnu.org>
4470         * shadowfile.el (shadow-copy-file): Revert previous change.
4471         This code as it was should work properly with buffer-swapped-with.
4473 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
4475         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
4477 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
4479         * subr.el (chmod): New defalias for set-file-modes.
4481 2008-12-23  Juri Linkov  <juri@jurta.org>
4483         * isearch.el (isearch-filter-predicate, isearch-search):
4484         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
4485         (isearch-filter-visible): Rename from
4486         `isearch-filter-invisible'.  Doc fix.
4488         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
4489         value from `dired-isearch-filter-predicate-orig' instead of the
4490         symbol `isearch-filter-invisible'.  Doc fix.
4491         (dired-isearch-filter-filenames): Doc fix.
4492         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
4494         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
4495         for Info-point-loc since it is more correct in all cases.
4496         (Info-isearch-filter): Rename from
4497         `Info-isearch-filter-predicate'.  Doc fix.
4498         (Info-mode): Replace `Info-isearch-filter-predicate' with
4499         `Info-isearch-filter'.
4501 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
4503         * pgg.el: Add obsolescence info.
4505 2008-12-22  Richard M Stallman  <rms@gnu.org>
4507         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
4509         * files.el (buffer-swapped-with): New variable.
4510         (basic-save-buffer-0): Most of basic-save-buffer moved here.
4511         (basic-save-buffer): Unswap the buffer temporarily if nec.
4513         * dired.el (dired-readin): Inhibit modification hooks.
4515 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
4517         * net/newst-backend.el (newst-backend):
4518         Remove wrong duplicate provide statement.
4520 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
4522         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
4523         end, before updating.
4524         (tramp-convert-file-attributes): Add "l" indicator to file modes.
4525         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
4527 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
4529         * window.el (set-window-text-height): Fix doc-string.
4531 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * minibuffer.el (completion-all-completions-with-base-size): Remove.
4534         (completion-all-completions): Don't set it.
4535         (completion-table-with-context, completion--file-name-table):
4536         Don't add base-size in last cdr.
4537         (completion-hilit-commonality): Add argument `base-size'.
4538         (display-completion-list, completion-emacs21-all-completions)
4539         (completion-emacs22-all-completions, completion-basic-all-completions):
4540         Provide it.
4541         (completion-pcm--all-completions): Don't need to remove the base-size
4542         in last-cdr any more.
4544 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
4546         * textmodes/ispell.el (ispell-check-minver): New function.
4547         (ispell-check-version): Rewrite spellchecker and version checking.
4548         Use (ispell-check-minver).  Handle hunspell versions.
4550 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
4552         * ido.el (ido-read-internal): Handle `confirm' and
4553         `confirm-after-completion' values for the require-match argument.
4555 2008-12-20  Jason Rumney  <jasonr@gnu.org>
4557         * international/mule.el (auto-coding-regexp-alist):
4558         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
4560 2008-12-20  Ami Fischman  <ami@fischman.org>
4562         * bindings.el (mode-line-eol-desc): Use assoc to query
4563         mode-line-eol-desc-cache.
4565 2008-12-20  Glenn Morris  <rgm@gnu.org>
4567         * comint.el (comint-save-input-ring-index): Add missing initial value.
4569 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
4571         * proced.el (proced-grammar-alist): Doc fix.
4572         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
4573         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
4574         (proced-undo): Fix typos in docstrings.
4576 2008-12-19  Glenn Morris  <rgm@gnu.org>
4578         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4579         (authors-fixed-case): New constant.
4580         (authors-public-domain-files, authors-ignored-files):
4581         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
4582         (authors-renamed-files-regexps): Add some new entries.
4583         (authors-canonical-file-name): Don't complain about ignored files.
4584         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
4585         (authors): Ensure error buffer is writable.
4587 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
4589         (ispell-really-hunspell): New variable to signal hunspell.
4590         (ispell-check-version):
4591         Check if hunspell and set ispell-really-hunspell if needed.
4592         (ispell-send-string, ispell-start-process, flyspell-large-region):
4593         Pass right options for hunspell if needed.
4595 2008-12-18  Kenichi Handa  <handa@m17n.org>
4597         * international/fontset.el (script-representative-chars)
4598         (setup-default-fontset): Add more scripts.
4600         * international/characters.el: Add more scripts.
4602 2008-12-19  Juri Linkov  <juri@jurta.org>
4604         * info.el (Info-isearch-search): Implement lax version of
4605         incremental word search in Info.
4606         (Info-isearch-start): Set Info-isearch-initial-node to the
4607         current node when search is nonincremental to not stop at the
4608         initial node in this case.
4609         (Info-mode-map): Unbind "\M-s" from `Info-search'.
4611 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
4613         * textmodes/rst.el (rst-promote-region): Reflow docstring.
4614         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
4615         (rst-repeat-last-character): Fix typos in docstrings.
4616         (rst-mode, rst-backward-section): Doc fixes.
4618 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
4620         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
4621         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
4622         (newsticker--treeview-load): Check whether groups file exists.
4624         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
4625         (newsticker-dir): Use `locate-user-emacs-file'.
4627 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
4629         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
4630         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
4632 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
4634         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
4636         * startup.el (command-line): Do not mention the server name in
4637         case the user has not mentioned it, print a more explicit message.
4639         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
4640         Change all callers.
4642 2008-12-18  Sam Steingold  <sds@gnu.org>
4644         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
4646 2008-12-18  Juri Linkov  <juri@jurta.org>
4648         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
4649         `isearch-edit-string-set-word'.
4650         (isearch-edit-string-set-word): Remove.
4651         (isearch-occur): Imitate the C function `wordify' by replacing
4652         non-word character with the \\W+ regexp.
4653         (isearch-search-fun): Add `isearch-nonincremental' to the
4654         condition of using a non-lax version of `word-search-forward'.
4656 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
4658         * epa-file.el (epa-file-insert-file-contents):
4659         Set buffer-file-name before decrypting a file.
4661 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
4663         * server.el (server-start): If unable to start the server,
4664         display a warning instead of raising an error.
4666         * startup.el (server-process): Add defvar.
4667         (command-line): If the daemon is unable to start the server,
4668         display a message and exit Emacs.
4670 2008-12-15  Sam Steingold  <sds@gnu.org>
4672         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
4673         mostly for CLISP modules, but could also be useful elsewhere.
4675 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
4677         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
4678         * icomplete.el (icomplete-prospects-height):
4679         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
4681 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
4683         * international/mule.el (find-auto-coding): Fix typo in docstring.
4685         * international/mule-cmds.el (select-safe-coding-system):
4686         * mail/rmail.el (rmail-require-mime-maybe):
4687         Fix arguments of `display-warning'.
4689         * simple.el (bad-package-check): Fix arguments of `display-warning',
4690         using the package name as TYPE.  Use `string-match-p'.
4692 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4694         * proced.el (proced-sort-interactive, proced-sort-pcpu)
4695         (proced-sort-pmem, proced-sort-start, proced-sort-time)
4696         (proced-sort-user, proced-sort-header): Prefix arg determines
4697         sorting order.  Suggested by Dan Nicolaescu.
4698         (proced-revert): Doc fix.
4700 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4702         * proced.el (proced-grammar-alist): Allow refiner elements that
4703         are cons pairs (function . help-echo) or nil.
4704         (proced-refine): Use them.
4705         (proced-format-alist): Allow alternatives.
4706         (proced-descend): New variable.
4707         (proced-sort): New arg descend.
4708         (proced-sort-interactive): Repeated calls toggle sort order.
4709         (proced-format): Accomodate changes of proced-format-alist.
4710         Undefined attributes are displayed as "?".
4711         (proced-process-attributes): New optional arg pid-list.
4712         Ignore processes with empty attribute list.
4714 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4716         * proced.el (proced-auto-update-interval): Rename from
4717         proced-timer-interval.
4718         (proced-auto-update-flag): Rename from proced-timer-flag.
4719         (proced-auto-update-timer): Rename from proced-timer.
4720         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
4721         (proced-available): Initialize appropriately.
4723 2008-12-13  Glenn Morris  <rgm@gnu.org>
4725         * subr.el (declare-function): Doc fix.
4727         * font-core.el (font-lock-defaults): Doc fix: mention levels;
4728         refer to elisp manual.
4730 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
4732         * window.el (fit-window-to-buffer): Return non-nil when height
4733         was orderly adjusted, nil otherwise.
4735 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
4736             Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * server.el (server-sentinel): Uncomment code to delete connection file.
4739         (server-start): Save the connection file in the server property list.
4740         Delete it only when we are reasonably convinced that it is not owned by
4741         a running server.
4742         (server-force-delete): New command to force-delete the connection file,
4743         and stop the server if it is running.
4744         (server-running-p): Return t also for local TCP servers when we find a
4745         process with a matching PID, and :other for undecided cases.
4747 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
4749         * window.el (fit-window-to-buffer): Use with-selected-window and
4750         condition-case.  Do not delete more windows than necessary in
4751         the shrinking (delta < 0) case.  Do not raise an error when the
4752         containing frame is too small to show all of buffer.  (Bug#1488)
4754         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
4755         min-height arg 1 to make sure that small buffers are shown.
4757 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
4759         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
4760         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
4761         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
4762         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
4763         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
4764         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
4765         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
4766         (ruby-backward-sexp, ruby-add-log-current-method)
4767         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4768         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
4769         (ruby-deep-indent-paren): Doc fix.
4770         (ruby-insert-encoding-magic-comment): Remove * from docstring.
4771         (ruby-here-doc-find-end): Reflow docstring.
4773 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
4775         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
4776         dired-shrink-to-fit is non-nil.  (Bug#1488)
4778 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
4780         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
4781         decoding of long locale info is now done in `w32-get-locale-info'.
4783 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
4785         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
4787 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
4789         * Makefile.in (ELCFILES): Add ruby-mode.elc.
4791         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
4792         terminal variable assignment.
4794 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
4795             Nobuyoshi Nakada  <nobu@ruby-lang.org>
4797         * progmodes/ruby-mode.el: New file.
4799 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
4801         * net/tramp.el (top): Don't fail if there is no current message.
4802         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
4804 2008-12-10  Kenichi Handa  <handa@m17n.org>
4806         * international/fontset.el (setup-default-fontset): Add an entry
4807         for characters in the Unicode SIP area.
4809 2008-12-10  Glenn Morris  <rgm@gnu.org>
4811         * vc-mcvs.el: Move to obsolete/, with warning comment.
4812         * Makefile.in (ELCFILES): Update.
4814 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
4816         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
4817         buffer unmodified.  (Bug#1509)
4818         * epa-file.el (epa-file-insert-file-contents): Set buffer's
4819         modification time if visiting a file and the content is
4820         successfully decrypted.
4822 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
4824         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
4825         check whether the buffer is still alive.
4827 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4829         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
4831 2008-12-09  Glenn Morris  <rgm@gnu.org>
4833         * Makefile.in (ELCFILES): Update.
4835 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
4838         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
4840 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
4842         * term/xterm.el (terminal-init-xterm): Discard pending input
4843         before reading a reply to the terminal attributes query.
4845 2008-12-05  Andreas Schwab  <schwab@suse.de>
4847         * dired.el (dired-font-lock-keywords): Fix last change.
4849 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4851         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
4852         into (defcustom ... "..." :type ... :group...).
4854 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
4856         * international/mule-diag.el (mule-diag): Display the window
4857         system version in a less laconic way.
4859 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
4861         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
4862         if the sorting functions are not loaded.  (Bug#1432)
4864 2008-12-04  Sam Steingold  <sds@gnu.org>
4866         * progmodes/compile.el (compilation-read-command): Extract from
4867         compile.
4868         (compile): Use it.
4869         (recompile): Accept an optional argument to enable editing the
4870         command line.
4872 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
4874         * net/tramp.el (top): Write a message, when loading Tramp.
4876         * net/tramp-cache.el (tramp-dump-connection-properties):
4877         Polish the check, whether to dump the data.
4879 2008-12-04  Lute Kamstra  <lute@gnu.org>
4881         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
4882         check if the file "CVS/Entries" exists.
4884 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
4886         * international/mule-diag.el (list-character-sets): Doc fix.
4887         (list-character-sets-2): Fix info in header.  Simplify.
4888         (print-coding-system): Simplify.
4889         (list-input-methods-1): Simplify.
4890         (mule-diag): Display current font/fontset for all window systems,
4891         not just X.  Simplify.
4893 2008-12-04  Glenn Morris  <rgm@gnu.org>
4895         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
4896         (vc-cvs-register): Doc fix.
4897         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
4898         (vc-mcvs-register): Doc fix.
4899         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
4900         (vc-rcs-register): Doc fix.
4901         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
4902         (vc-sccs-register): Doc fix.
4903         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
4904         (vc-svn-register): Doc fix.
4906         * files.el (toggle-read-only): Doc fix.
4908 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
4911         be used in compact layout and vice-versa.
4913 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
4915         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
4916         like most list-* commands.
4918         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
4919         They already exist in descr-text.el as `describe-char-unicodedata-file'
4920         and `describe-char-unicode-data'.
4921         (print-list): Simplify.
4922         (read-charset): Reflow docstring.
4923         (list-coding-systems): Doc fix.
4925 2008-12-03  Glenn Morris  <rgm@gnu.org>
4927         * vc.el (vc-diff-switches): Doc fix.
4928         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
4929         (vc-bzr-log-switches): Doc fix.
4930         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
4931         * vc-git.el (vc-git-diff-switches): Doc fix.
4932         * vc-hg.el (vc-hg-diff-switches): Doc fix.
4933         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
4934         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
4935         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
4936         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
4938         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
4939         other backends.
4940         (vc-arch-diff): Apply switches.
4942         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
4943         than appending.
4945         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
4947 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
4949         * epa.el (epa--show-key): Use past tense of "expire" if the key
4950         has already been expired.  Thanks to Peter BARABAS.
4952 2008-12-03  Lute Kamstra  <lute@gnu.org>
4954         * align.el:
4955         * allout.el:
4956         * apropos.el:
4957         * arc-mode.el:
4958         * autoinsert.el:
4959         * avoid.el:
4960         * battery.el:
4961         * bookmark.el:
4962         * buff-menu.el:
4963         * calculator.el:
4964         * chistory.el:
4965         * cmuscheme.el:
4966         * comint.el:
4967         * compare-w.el:
4968         * dabbrev.el:
4969         * delim-col.el:
4970         * desktop.el:
4971         * diff-mode.el:
4972         * diff.el:
4973         * dired-aux.el:
4974         * dired-x.el:
4975         * dired.el:
4976         * dos-vars.el:
4977         * ediff-diff.el:
4978         * ediff-help.el:
4979         * ediff-init.el:
4980         * ediff-merg.el:
4981         * ediff-mult.el:
4982         * ediff-ptch.el:
4983         * ediff-vers.el:
4984         * ediff-wind.el:
4985         * ediff.el:
4986         * emerge.el:
4987         * facemenu.el:
4988         * faces.el:
4989         * ffap.el:
4990         * filecache.el:
4991         * find-dired.el:
4992         * font-core.el:
4993         * font-lock.el:
4994         * forms.el:
4995         * fringe.el:
4996         * help-at-pt.el:
4997         * hippie-exp.el:
4998         * ido.el:
4999         * image-file.el:
5000         * imenu.el:
5001         * indent.el:
5002         * info.el:
5003         * isearchb.el:
5004         * iswitchb.el:
5005         * jit-lock.el:
5006         * jka-compr.el:
5007         * log-edit.el:
5008         * lpr.el:
5009         * ls-lisp.el:
5010         * man.el:
5011         * menu-bar.el:
5012         * midnight.el:
5013         * mouse-sel.el:
5014         * mouse.el:
5015         * msb.el:
5016         * outline.el:
5017         * paren.el:
5018         * pcmpl-cvs.el:
5019         * pcmpl-gnu.el:
5020         * pcomplete.el:
5021         * pcvs-info.el:
5022         * pcvs-parse.el:
5023         * printing.el:
5024         * ps-mule.el:
5025         * ps-print.el:
5026         * replace.el:
5027         * ruler-mode.el:
5028         * saveplace.el:
5029         * sb-image.el:
5030         * scroll-bar.el:
5031         * sha1.el:
5032         * shadowfile.el:
5033         * shell.el:
5034         * sort.el:
5035         * speedbar.el:
5036         * strokes.el:
5037         * tempo.el:
5038         * term.el:
5039         * terminal.el:
5040         * time-stamp.el:
5041         * time.el:
5042         * tree-widget.el:
5043         * type-break.el:
5044         * vc-cvs.el:
5045         * vc-hg.el:
5046         * vc-mcvs.el:
5047         * vc-rcs.el:
5048         * vc-sccs.el:
5049         * vc.el:
5050         * view.el:
5051         * w32-vars.el:
5052         * whitespace.el:
5053         * wid-edit.el: Remove leading * from docstrings of defcustoms,
5054         deffaces, defconsts and defuns.
5056 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5058         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
5059         the prompt was added to the minibuffer.
5061 2008-12-02  Glenn Morris  <rgm@gnu.org>
5063         * format.el (format-write-file): Rewrite doc yet again.
5065         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
5066         Doc fix.  (Bug#1368)
5068         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
5070 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
5072         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
5073         case where point is at the beginning of the buffer.  (Bug#1239)
5075 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
5077         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
5078         already have the correct indentation.  (Bug#859)
5080 2008-12-02  Kenichi Handa  <handa@m17n.org>
5082         * international/uni-decomposition.el: Re-generated.
5084 2008-12-01  Andreas Schwab  <schwab@suse.de>
5086         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
5087         ending in a colon as directory header.
5089 2008-12-01  Kenichi Handa  <handa@m17n.org>
5091         * international/uni-numeric.el: Re-generated.
5093         * international/charprop.el: Re-generated.
5095 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
5097         * international/mule-cmds.el (locale-preferred-coding-systems):
5098         Fix alist item.
5100 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
5102         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
5103         (tramp-set-connection-property, tramp-flush-connection-property)
5104         (tramp-dump-connection-properties): Use it.
5106 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
5108         * wdired.el (wdired-finish-edit): If displaying a single file,
5109         change dired-directory if that file was renamed.
5111         * emacs-lisp/byte-run.el (macro-declaration-function):
5112         Disallow declare specs with lengths of 3 or more.
5114         * dirtrack.el (dirtrack): Fix error message.
5116 2008-11-30  Glenn Morris  <rgm@gnu.org>
5118         * vc-svn.el (vc-svn-diff-switches): Doc fix.
5119         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
5121         * vc-git.el (vc-git-diff):
5122         * vc-hg.el (vc-hg-diff):
5123         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
5125         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
5126         (eshell-needs-pipe-p): New function.
5127         (eshell-gather-process-output): Set process-connection-type according to
5128         eshell-needs-pipe-p.  (Bug#1388)
5130 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
5132         * calendar/diary-lib.el (diary-cyclic): Doc fix.
5133         (diary-remind-message, diary-number-of-entries)
5134         (diary-include-other-diary-files, diary-mark-included-diary-files)
5135         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
5136         (diary-font-lock-keywords-1): Reflow docstrings.
5137         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
5138         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
5140         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
5141         (timer-duration): Use `string-match-p'.
5143 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
5145         * complete.el (PC-do-complete-and-exit):
5146         Use minibuffer-confirm-exit-commands.
5148         * minibuffer.el (minibuffer-confirm-exit-commands):
5149         Add PC-complete and PC-complete-word to the list.
5151 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
5153         * files.el (break-hardlink-on-save): Fix typo in docstring.
5154         Add :version tag.
5156         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
5157         (reb-mode): Define with `define-derived-mode'.
5159 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
5161         * files.el (break-hardlink-on-save): New variable.
5162         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
5163         (file-precious-flag): Mention it in doc string.
5165 2008-11-29  Miles Bader  <miles@gnu.org>
5167         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
5168         (minibuffer-complete-and-exit): Use it.
5170 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
5172         * term/x-win.el (x-gtk-stock-cache): New hash table.
5173         (x-gtk-map-stock): Perform caching to prevent excess consing
5174         during redisplay.
5176 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5178         * minibuffer.el (completion--try-word-completion): Don't ignore
5179         partial-completion if it's the only style.
5181 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
5183         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
5184         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
5185         (reb-initialize-buffer): Update matches, in case we're reentering
5186         RE Builder mode.
5188 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
5190         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
5191         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
5192         values for minibuffer-completion-confirm.
5194 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
5196         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
5197         any but the first "*" in a doc-string.
5199 2008-11-28  Glenn Morris  <rgm@gnu.org>
5201         * format.el (format-write-file): Improve previous doc fix.
5203 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
5205         * simple.el (use-empty-active-region, use-region-p)
5206         (region-active-p): Doc fix.
5208 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
5210         * window.el (display-buffer): Fix handling of not-this-window
5211         argument.  (Bug#1415)
5213 2008-11-27  Kenichi Handa  <handa@m17n.org>
5215         * international/characters.el: Set category 'C' to characters
5216         #x20000..#x2AFFF, #x2F800..#x2FFFF.
5218         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
5220 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
5222         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
5223         (tool-bar-find-image): Function deleted.
5224         (tool-bar-local-item, tool-bar-local-item-from-menu):
5225         Use find-image instead of tool-bar-find-image.
5226         (tool-bar-keymap-cache): New hash table.
5227         (tool-bar-make-keymap): Use it.
5228         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
5230 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
5232         * net/dbus.el (dbus-handle-event): The result of a message call
5233         handler can also be an object, which is not a consp.
5235 2008-11-25  Alan Mackenzie  <acm@muc.de>
5237         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
5238         (forward-list, backward-list, down-list, backward-up-list)
5239         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
5240         (insert-pair, insert-parentheses): State that the command assumes
5241         that point is not in a string or comment.
5243 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
5245         * net/dbus.el (dbus-string-to-byte-array)
5246         (dbus-byte-array-to-string, dbus-escape-as-identifier)
5247         (dbus-unescape-from-identifier): New defuns.
5248         (dbus-handle-event): The result of a message call is a list of
5249         arguments, which must be expanded when passing to
5250         `dbus-method-return-internal'.
5252         * net/tramp.el (tramp-handle-write-region): Improve the check for
5253         calling direct copy.
5254         (tramp-find-inline-encoding): Don't raise an error but a warning,
5255         when no inline encoding is found.
5256         (tramp-get-remote-coding): Check for a symbol.  The negative check
5257         for a string fails, when there is an empty string.
5259 2008-11-26  Glenn Morris  <rgm@gnu.org>
5261         * vc-git.el (vc-git-diff-switches): New option.
5262         (vc-git-diff): Apply diff switches.  (Bug#1386)
5263         Give it a basic doc string.
5265         * term/pc-win.el (x-font-family-list): Replace redefinition with
5266         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
5268 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5270         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
5271         of the polynomial rather than the whole polynomial.
5273 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
5275         * mail/mailabbrev.el (define-mail-abbrev): When reading from
5276         mailrc, recognize string quoting.  When reading from Lisp, accept
5277         rfc822-like addresses.
5279         * mail/mailalias.el (define-mail-alias): Sync code with
5280         define-mail-abbrev.
5282 2008-11-25  Glenn Morris  <rgm@gnu.org>
5284         * eshell/esh-proc.el (eshell-gather-process-output):
5285         Revert previous change.  (re-opens Bug#1388)
5287         * select.el (x-set-cut-buffer): Fix signal arguments.
5289         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
5291 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
5293         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
5294         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
5295         (bubbles--empty-char): Use "\s".
5297 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
5299         * calc/calc.el (calc-settings-file, calc-language-alist)
5300         (calc-embedded-announce-formula)
5301         (calc-embedded-announce-formula-alist)
5302         (calc-embedded-open-formula, calc-embedded-close-formula)
5303         (calc-embedded-open-close-formula-alist)
5304         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
5305         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
5306         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5307         (calc-embedded-open-close-new-formula-alist)
5308         (calc-embedded-open-mode, calc-embedded-close-mode)
5309         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
5310         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
5311         (calc-multiplication-has-precedence): Remove unnecessary asterisks
5312         from docstrings.
5314 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
5316         * calculator.el (calculator-op-or-exp): Reflow docstring.
5317         (calculator-remove-zeros, calculator-repR, calculator-repL):
5318         Fix typos in docstrings.
5320 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
5322         * log-view.el (log-view-annotate-version): Let vc-annotate manage
5323         windows instead of calling switch-to-buffer.
5325         * diff.el (diff-sentinel): Take note of diff error return value.
5327 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
5329         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
5330         frame can't be split.
5332 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
5334         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
5335         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
5336         (newsticker--treeview-tree-update-tag): Remove dead code.
5337         (newsticker-treeview-update): Don't update cache.
5338         (newsticker-treeview-quit): Don't save cache.
5339         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
5340         (newsticker-treeview-save): Use `newsticker-dir'.
5341         (newsticker--treeview-load): Use `newsticker-dir'.
5342         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
5343         Update tags.
5344         (newsticker-treeview-tree-do-click): Slightly simplified.
5346         * net/newst-backend.el (newsticker-dir): New.
5347         (newsticker-start): Use `newsticker--cache-read'.
5348         (newsticker-stop): Use `newsticker--cache-save'.
5349         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
5350         (newsticker--images-dir): New.
5351         (newsticker--image-get, newsticker--image-sentinel):
5352         Use `newsticker--images-dir'.
5353         (newsticker--cache-save-version1): Backup version of
5354         `newsticker--cache-save'.
5355         (newsticker--cache-update): Create newsticker-dir if necessary.
5356         (newsticker--cache-dir): New.
5357         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
5358         (newsticker--cache-save-feed): New.
5359         (newsticker--cache-read-version1): New.  Backuped version for reading
5360         cache data..
5361         (newsticker--cache-read, newsticker--cache-do-read): New.
5363         * net/newst-reader.el (newsticker--image-read):
5364         Use `newsticker--images-dir'.
5366 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
5368         * files.el (confirm-nonexistent-file-or-buffer):
5369         Allow `after-completion' value to request confirm only after TAB.
5370         (confirm-nonexistent-file-or-buffer): New function.
5371         (read-buffer-to-switch, find-file, find-file-other-window)
5372         (find-file-other-frame, find-file-read-only)
5373         (find-file-read-only-other-window)
5374         (find-file-read-only-other-frame): Use it.
5375         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
5376         Thanks to Alan Mackenzie for suggesting the new behavior.
5378         * minibuffer.el (minibuffer-complete-and-exit):
5379         Change `confirm-only' value of minibuffer-completion-confirm to
5380         `confirm', and handle a `confirm-after-completion' value.
5382 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
5384         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
5386 2008-11-24  Andreas Schwab  <schwab@suse.de>
5388         * image.el (image-type-header-regexps): Recognize more xbm format
5389         variants.
5391 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
5393         * textmodes/artist.el (artist-charlist-to-string): Simplify.
5394         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
5395         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
5396         (artist-replace-string, artist-draw-rect, artist-draw-line)
5397         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
5398         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
5399         (artist-pen, artist-pen-line, artist-text-insert-common)
5400         (artist-text-overwrite, artist-spray-get-interval)
5401         (artist-spray-clear-circle, artist-erase-char)
5402         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
5403         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
5404         (artist-key-draw-1point, artist-key-draw-2points)
5405         (artist-mouse-draw-continously): Fix typos in docstrings.
5406         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
5407         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
5408         (artist-backward-char, artist-forward-char): Doc fixes.
5409         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
5410         Reflow docstrings.
5412 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5414         * international/quail.el (quail-vunion): New function.
5415         (quail-defrule-internal): Use it to prevent accumulating redundant
5416         alternatives when `append' is set.
5417         (quail-insert-decode-map): Simplify computation of the max-key-width.
5418         Compute it right for multiple-list.
5420 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
5422         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
5423         explicitly.  Doc fix.
5425 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
5427         * calendar/appt.el (appt-disp-window): Move minibuffer check
5428         after binding this-window and do not set-buffer to make sure we
5429         won't deselect the minibuffer.  (Bug#1413)
5431 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
5433         * vc-hg.el (vc-hg-program): Remove.
5434         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
5435         Undo previous change.
5437 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
5439         * info-look.el (info-lookup): When Info buffer is visible on
5440         another frame, raise that frame.
5442 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
5444         * allout.el (allout-mode): Fix typo in docstring.
5446         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
5447         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
5449 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5451         * vc-hooks.el (vc-follow-link): Complete last change.
5453 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
5455         * textmodes/remember.el (remember-region): Doc fix.
5456         (remember-filter-functions, remember-handler-functions)
5457         (remember-save-after-remembering, remember-mailbox)
5458         (remember-default-priority, remember-data-file, remember-leader-text)
5459         (remember-diary-file): Remove * from defcustom docstrings.
5460         (remember-run-all-annotation-functions-flag)
5461         (remember-all-handler-functions): Reflow docstrings.
5462         (remember-store-in-mailbox): Fix typo in docstring.
5463         (remember-mode): Define with `define-derived-mode'.  Doc fix.
5465 2008-11-23  Glenn Morris  <rgm@gnu.org>
5467         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
5468         (eshell-do-pipelines): Add optional argument to distinguish recursive
5469         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
5470         in a pipeline.
5472         * eshell/esh-proc.el (eshell-gather-process-output):
5473         Set process-connection-type nil for all but the first element of a
5474         pipeline.  (Bug#1388)
5476 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5478         * ediff-hook.el: Add tooltips to Emacs menus.
5480         * ediff.el: Change date of last update.
5482 2008-11-22  Juri Linkov  <juri@jurta.org>
5484         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
5485         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
5486         Doc fix.
5487         (dired-isearch-filenames-setup): Run filename Isearch only when
5488         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
5489         and the text property `dired-filename' at point is non-nil.
5490         In this case also set isearch-message-prefix-add to "filename ".
5491         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
5492         (dired-isearch-filenames, dired-isearch-filenames-regexp):
5493         Don't let-bind isearch-message-prefix-add since this is done now
5494         in dired-isearch-filenames-setup.
5496         * isearch.el (isearch-mode): Change the order of calling
5497         `isearch-update' and running the `isearch-mode-hook' to call
5498         `isearch-update' with Isearch parameters set in this hook.
5500         * progmodes/compile.el (compilation-auto-jump-to-first-error):
5501         Fix docstring - change "during `compile'" to "during compilation".
5503         * descr-text.el (describe-char-unidata-list): Move `old-name' to
5504         be immediately after `name'.
5506         * startup.el (initial-buffer-choice): Change an abstract file name
5507         "file.txt" to more reasonable default file name value "~/.emacs".
5509 2008-11-22  Juri Linkov  <juri@jurta.org>
5511         * files.el (hack-local-variables-confirm): Rename arg `project' to
5512         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
5513         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
5514         (hack-local-variables): Rename call of `hack-project-variables' to
5515         `hack-dir-local-variables'.  Change error text to "Directory-local
5516         variables error".
5517         (dir-locals-class-alist): Rename from `project-class-alist'.
5518         (dir-locals-directory-alist): Rename from `project-directory-alist'.
5519         (dir-locals-get-class-variables): Rename from `project-get-alist'.
5520         (dir-locals-collect-mode-variables): Rename from
5521         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
5522         `mode-variables', and arg `settings' to `variables'.
5523         (dir-locals-collect-variables): Rename from
5524         `project-collect-binding-list'.  Rename arg `binding-list' to
5525         `class-variables', and arg `settings' to `variables'.
5526         (dir-locals-set-directory-class): Rename from `set-directory-project'.
5527         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
5528         Rename arg `settings' to `variables'.
5529         (dir-locals-file): New defconst.
5530         (dir-locals-find-file): Rename from `project-find-settings-file'.
5531         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
5532         and `pda' to `dir-elt'.
5533         (dir-locals-read-from-file): Rename from
5534         `project-define-from-project-file'.  Rename arg `settings-file'
5535         to `file'.  Rename let-bound `list' to `variables'.
5536         (hack-dir-local-variables): Rename from `hack-project-variables'.
5537         Rename let-bound `settings' to `variables-file', `root-dir'
5538         to `dir-name', and `bindings' to `variables'.
5540 2008-11-22  Lute Kamstra  <lute@gnu.org>
5542         * simple.el (goto-line): Rename argument.
5544 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
5546         * makefile.w32-in (compile-first): New target.
5547         (recompile): Depend on compile-first.
5549         * Makefile.in (recompile): Depend on compile-first.
5551 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
5553         * files.el (switch-to-buffer-other-window)
5554         (switch-to-buffer-other-frame): Rename buffer argument to
5555         buffer-or-name.  Reword and mention new option
5556         confirm-nonexistent-file-or-buffer in doc-string.
5558 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5560         * emulation/viper.el: Date change.
5562         * emulation/viper-cmd.el (viper-envelop-ESC-key):
5563         viper-translate-all-ESC-keysequences is now a function.
5565         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
5566         Make this variable.
5568 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
5571         Use buffer-file-truename to handle symlinks in any part of the filename.
5573 2008-11-22  Glenn Morris  <rgm@gnu.org>
5575         * vc-mtn.el (vc-mtn-diff-switches): New option.
5576         (vc-mtn-program): Rename from vc-mtn-command, for
5577         consistency with other backends.  Keep old name as alias.
5578         Update callers.  Make it a defcustom.
5579         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
5581         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
5582         consistency with other backends.  Keep old name as alias.
5583         Make it a defcustom.
5584         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
5586         * vc-hg.el (vc-hg-program): New option.
5587         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
5588         Use vc-hg-program rather than hard-coded "hg".
5590         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
5591         (vc-svn-program): Move defcustom to start.
5592         (vc-svn-create-repo, vc-svn-modify-change-comment):
5593         Use vc-svn-program rather than hard-coded "svn".
5595         * menu-bar.el: Stylistic consistency fixes for various menu and
5596         help texts.
5598         * kmacro.el (kmacro-insert-counter): Doc fix.
5600 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
5602         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
5604 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5606         * international/quail.el (quail-indent-to): New function.
5607         (quail-completion-1, quail-completion-list-translations)
5608         (quail-insert-decode-map): Use it to improve alignment.
5609         (quail-build-decode-map): Don't ignore latin-1 chars.
5610         (quail-help): Increase the max decode-map size so that even the TeX map
5611         gets printed.
5613         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
5614         Signal error for invalid bookmark.
5615         (bookmark-get-bookmark-record): Undo last change.
5616         (bookmark-store, bookmark-delete): Use new arg `noerror'.
5618         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
5619         Suggested by Toru TSUNEYOSHI.
5621 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5623         * byte-opt.el (byte-compile-butlast): Move up in file.
5624         (byte-optimize-plus): Don't call
5625         byte-optimize-delay-constants-math (bug#1334).
5626         Use byte-optimize-predicate to optimize constants.
5627         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
5628         Remove zero arguments first
5629         if possible.  Call byte-optimize-predicate to optimize constants.
5630         (byte-optimize-multiply): Remove optimizations for arguments of 0
5631         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
5632         Call byte-optimize-predicate.
5633         (byte-optimize-divide): Leave runtime errors unchanged.
5634         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
5635         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
5637 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
5639         * bookmark.el (bookmark-jump-noselect): Add obsolescence
5640         declaration and remove redundant info from docstring.
5642         * isearch.el (isearch-search-string): Doc fix.
5643         (search-exit-option, search-slow-window-lines, search-slow-speed)
5644         (search-upper-case, search-nonincremental-instead)
5645         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
5646         (search-ring-update, search-highlight, isearch-lazy-highlight)
5647         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5648         (lazy-highlight-interval): Remove * from defcustom docstrings.
5649         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
5650         Remove * from defcustom docstrings; fix typos.
5651         (isearch-push-state-function, isearch-help-for-help-internal)
5652         (isearch-help-for-help, isearch-describe-bindings)
5653         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
5654         (isearch-pop-fun-state, isearch-search-fun-function)
5655         (isearch-lazy-highlight-search): Fix typos in docstrings.
5656         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
5657         (isearch-forward): Fix typo and reflow docstring.
5658         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
5659         (isearch-mode-map): Don't use `let*'.
5661 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
5663         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
5665 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5667         * isearch.el (isearch-search-string): Simplify and convert docstring.
5669         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
5671 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
5673         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
5674         (lookup-nested-alist): Doc fix.
5675         (with-coding-priority): Reflow docstring.
5676         (detect-coding-with-priority): Fix typos in obsolescence declaration.
5677         (char-displayable-p): Reflow docstring.  Use `when'.
5679 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5681         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
5682         week forward/backward.
5684 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
5686         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
5687         (with-electric-help): Fix typo and reflow docstring.
5689 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5691         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
5692         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
5693         (list-buffers-noselect): Don't need to pad.
5695 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5697         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
5698         Pay attention to char widths when computing string sizes.
5700 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
5702         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
5703         (byte-compile-output-docform): Reflow docstrings.
5704         (no-byte-compile): Fix typo in docstring.
5705         (byte-recompile-directory, compile-defun): Doc fixes.
5706         (emacs-lisp-file-regexp, byte-compile-verbose)
5707         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
5708         (byte-compile-dynamic-docstrings, byte-optimize-log)
5709         (byte-compile-error-on-warn, byte-compile-warnings)
5710         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
5711         Remove * from defcustom docstrings.
5713 2008-11-20  Glenn Morris  <rgm@gnu.org>
5715         * format.el (format-alist, format-write-file): Doc fix.
5717         * proced.el (proced-available): New variable.
5718         (proced-process-attributes): Move availability check from previous
5719         change from here...
5720         (proced): ... to here.
5722         * vc-hg.el (vc-hg-diff-switches): New option.
5723         (vc-hg-diff): Apply diff switches.  (Bug#1017)
5725         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
5727         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
5729 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
5731         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
5733 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
5735         * calc/calc-units.el (math-units-table): Doc fix.
5736         (math-standard-units): Fix typo in constant's description.
5737         (math-additional-units): Fix typo in docstring.
5739 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5741         * calc/calc-units.el (math-standard-units): Add eps0,
5742         permittivity of vacuum.
5744 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
5746         * files.el (project-settings-file): Remove.
5747         (project-find-settings-file): Undo previous change that added the
5748         use of project-settings-file.
5750 2008-11-19  Glenn Morris  <rgm@gnu.org>
5752         * proced.el (proced, proced-format-time): Doc fixes.
5753         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
5755 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
5757         * bookmark.el (bookmark-jump-noselect): Move the deprecation
5758         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
5760 2008-11-19  Lute Kamstra  <lute@gnu.org>
5762         * autoinsert.el (auto-insert-alist): Don't use match data.
5764 2008-11-19  Glenn Morris  <rgm@gnu.org>
5766         * progmodes/f90.el (f90-mode-map): Add some menu :help.
5768         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
5770         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
5771         * term/w32-win.el (x-select-font): Declare.
5773         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
5774         Use the imperative for all help strings.
5776 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
5779         case where the default dictionary is French, Spanish, younameit.
5781         * window.el (window--frame-usable-p): Consider dedicated windows
5782         as usable.
5784         * files.el (confirm-nonexistent-file-or-buffer):
5785         Rename from find-file-confirm-nonexistent-file.
5786         (read-buffer-to-switch): Use it.
5788 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
5790         * server.el (server-temp-file-p): Use `string-match-p'.
5791         (server-socket-dir): Set to nil if local sockets are unsupported.
5792         (server-start): Don't try to delete local socket if unsupported.
5793         (server-kill-new-buffers): Reflow docstring.
5794         (server-delete-client, server-handle-delete-frame)
5795         (server-save-buffers-kill-terminal): Doc fixes.
5796         (server-send-string): Fix typo in docstring.
5798 2008-11-18  Sam Steingold  <sds@gnu.org>
5800         * progmodes/compile.el (compilation-start-hook): New hook.
5801         (compilation-start): Run it on the compilation process.
5803 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
5805         * international/mule-cmds.el (update-leim-list-file): Simplify.
5806         (prefer-coding-system, find-coding-systems-for-charsets):
5807         Fix docstring typos.
5808         (select-safe-coding-system, input-method-exit-on-first-char)
5809         (language-info-alist, language-info-custom-alist): Reflow docstrings.
5810         (toggle-input-method, read-multilingual-string): Doc fixes.
5811         Reflow docstrings.
5812         (locale-name-match, sort-coding-systems, find-multibyte-characters)
5813         (read-char-by-name): Use `string-match-p'.
5814         (get-char-code-property, put-char-code-property)
5815         (char-code-property-description): Be silent while loading uni-* files.
5816         (ucs-names): Use `dotimes-with-progress-reporter', because loading
5817         the Unicode character names is *slow*.
5819 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
5821         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
5823         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
5825 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
5827         * international/mule-cmds.el (ucs-completions): Mark as risky.
5829 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
5831         * help-macro.el (three-step-help): Remove * from defcustom.
5832         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
5833         Use when instead of if and cond within condition-case.
5835         * window.el (quit-window): Bind window to selected window when
5836         trying to delete it.
5838 2008-11-17  Glenn Morris  <rgm@gnu.org>
5840         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
5841         definition of 'ignore, rather than nil.  (Bug#1353)
5843 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5845         * window.el (window--frame-usable-p): Allow use for soft-dedication.
5847 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
5849         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
5851         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
5852         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
5853         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
5854         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
5855         (shell-command, repeat-complex-command): Reflow docstrings.
5856         (pop-to-mark-command): Fix typos in docstring.
5858 2008-11-17  Juri Linkov  <juri@jurta.org>
5860         * isearch.el (isearch-filter-predicate): Rename from
5861         `isearch-success-function'.  Rename default value from
5862         `isearch-success-function-default' to
5863         `isearch-filter-invisible'.  Doc fix.
5864         (isearch-filter-invisible): Rename from
5865         `isearch-success-function-default'.  Doc fix.
5866         (isearch-search, isearch-lazy-highlight-search):
5867         Rename `isearch-success-function' to `isearch-filter-predicate'.
5869         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
5870         `dired-isearch-orig-success-function'.
5871         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5872         (dired-isearch-filenames-end): Rename `isearch-success-function' to
5873         `isearch-filter-predicate'.  Doc fix.
5874         (dired-isearch-filter-filenames): Rename from
5875         `dired-isearch-success-function'.
5877         * info.el (Info-search, Info-mode):
5878         Rename `isearch-success-function' to `isearch-filter-predicate'.
5879         (Info-isearch-filter-predicate): Rename from
5880         `Info-search-success-function'.
5882         * simple.el (minibuffer-default-add-function): Fix docstring to
5883         use clear text "default values" instead of obscure references to
5884         the dynamic variable `minibuffer-default'.
5886 2008-11-16  Glenn Morris  <rgm@gnu.org>
5888         * term/ns-win.el (ns-extended-platform-support-mode):
5889         Tweak menu entry from previous change.
5891         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
5893         * cus-edit.el (custom-buffer-create-internal): Always insert the
5894         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
5896 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5898         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
5900 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * ielm.el (ielm-eval-input): Fix thinko in last change.
5904 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5906         * subr.el (read-passwd): Yank current kill if the user enters C-y.
5908 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
5910         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
5911         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
5913         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
5914         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5915         Handle `file-name-as-directory'.
5917 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5919         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
5920         usual variable-pitch face.
5922 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
5924         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
5925         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
5926         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
5927         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
5928         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
5929         (ange-ftp-quote-string, ange-ftp-process-handle-line)
5930         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
5931         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
5932         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
5933         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
5934         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
5935         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
5936         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
5937         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
5938         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
5939         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
5940         (ange-ftp-default-user, ange-ftp-default-password)
5941         (ange-ftp-default-account, ange-ftp-netrc-default-password)
5942         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
5943         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
5944         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
5945         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
5946         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
5947         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
5948         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
5949         (ange-ftp-make-backup-files, ange-ftp-retry-time)
5950         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
5951         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
5952         (ange-ftp-gateway-tmp-name-template)
5953         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
5954         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
5955         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
5956         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
5957         (ange-ftp-gateway-program): Remove * from docstring and reflow.
5958         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
5959         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
5960         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
5961         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
5962         (ange-ftp-rename-local-to-remote): Doc fixes.
5963         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
5964         Use `when', `unless'.
5965         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
5966         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
5967         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
5968         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
5969         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
5970         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
5971         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
5972         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
5973         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
5974         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
5975         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
5976         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
5977         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
5978         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
5979         `(save-match-data (string-match ...))'.
5980         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
5981         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
5982         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
5983         Doc fixes.
5985 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
5987         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
5988         function instead of a variable.
5990         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
5991         viper-ESC-keyseq-timeout as a function.
5992         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
5993         defsubst.
5995         * emulation/viper-cmd.el: Let line-move-visual to nil when using
5996         next-line or previous-line.
5997         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
5999         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
6001         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
6002         live.
6003         (ediff-save-buffer): Let window-min-height to 2.
6005         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
6006         the minibuffer.
6008 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
6010         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
6011         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
6012         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
6013         (ielm-map): Define within defvar.  Add docstring.
6014         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
6015         (ielm-complete-filename): Use `when', `unless'.
6016         (ielm-is-whitespace-or-comment): Use `string-match-p'.
6017         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
6018         (ielm-change-working-buffer): Check that the buffer is live.
6019         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
6020         Simplify.  Reflow docstring.
6021         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
6022         New aliases, to satisfy `define-derived-mode' expectations.
6024 2008-11-15  Glenn Morris  <rgm@gnu.org>
6025             Martin Rudalics  <rudalics@gmx.at>
6027         * emacs-lisp/find-func.el (find-function-advised-original): New.
6028         (find-function-C-source, find-function-noselect):
6029         Use find-function-advised-original to handle advised funcs.  (Bug#789)
6031 2008-11-15  Glenn Morris  <rgm@gnu.org>
6033         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
6034         alias message.
6036         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
6037         Remove uniquify-after-kill-buffer-p dependency.
6038         (uniquify-kill-buffer-function): New function.
6039         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
6041         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
6042         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
6043         main Emacs manual.
6045 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
6047         * window.el (quit-window): Restore delete window with second
6048         arg non-nil behavior as of before 2008-10-30 change.
6050 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
6052         * help-fns.el (describe-function-1): Do char-range check for
6053         self-insert-command.
6055 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
6057         * files.el (file-precious-flag): Document that this flag is advisory.
6059 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6061         * emacs-lisp/bytecomp.el (byte-compile-associative)
6062         (byte-compile-minus, byte-compile-quo): If there are more than two
6063         operands, don't use binary operation code (bug#1334).
6065 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
6067         * w32-fns.el (w32-shell-dos-semantics):
6068         * calendar/diary-lib.el (diary-face-attrs):
6069         * international/mule-cmds.el (set-default-coding-systems)
6070         (prefer-coding-system):
6071         * net/tramp.el (tramp-set-completion-function):
6072         * progmodes/vhdl-mode.el (vhdl-file-header):
6073         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
6075         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
6077         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
6078         (kill-matching-buffers, save-buffers-kill-emacs)
6079         (save-buffers-kill-terminal): Fix typos in docstrings.
6080         (switch-to-buffer-other-window): Reflow docstring.
6081         (revert-buffer): Doc fix.
6082         (define-project-bindings): Rename arg LIST to SETTINGS.
6083         (project-find-settings-file): Use `let', not `let*'.
6084         Use `when'.
6086 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
6088         * files.el (project-settings-file, locate-dominating-file):
6089         Fix typos in docstrings.
6090         (find-file-visit-truename): Remove * from defcustom docstring.
6092 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
6094         * files.el (project-settings-file): New variable.
6095         (project-find-settings-file): Use it, instead of hardcoding
6096         .dir.settings.el.
6098 2008-11-13  Glenn Morris  <rgm@gnu.org>
6100         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
6102 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
6104         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
6105         in mail bodies.
6107 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
6109         * international/mule.el (autoload-coding-system, with-category-table)
6110         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
6111         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
6112         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
6113         (set-file-name-coding-system, ctext-pre-write-conversion)
6114         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
6115         Reflow docstrings.
6116         (charset-list, set-coding-priority): Remove redundant obsolescence info.
6117         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
6118         (char-valid-p): Define with `define-obsolete-function-alias'.
6120         * textmodes/artist.el (artist-mode): Fix typos in docstring.
6122 2008-11-12  Sam Steingold  <sds@gnu.org>
6124         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
6125         between hostname and path.
6127 2008-11-11  Juri Linkov  <juri@jurta.org>
6129         * dired-aux.el (dired-isearch-filenames)
6130         (dired-isearch-filenames-regexp):
6131         Let-bind isearch-message-prefix-add to "filename ".
6133         * isearch.el (isearch-message-prefix-add)
6134         (isearch-message-suffix-add): New variables.
6135         (isearch-message-prefix): Show additional text from
6136         `isearch-message-prefix-add' before "I-search".
6137         (isearch-message-suffix): Show additional text from
6138         `isearch-message-suffix-add' at the end.
6140         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
6141         `isearch-search'.  Call isearch-success-function to skip matches
6142         outside the current isearch scope.  Let-bind search-invisible to
6143         nil to not match invisible text.
6145         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
6146         Let-bind `isearch-recursive-edit' to nil to prevent calling
6147         `exit-recursive-edit' in `isearch-done' that terminates the
6148         execution of these commands when it is non-nil.  Call
6149         `exit-recursive-edit' explicitly at the end.
6150         (isearch-occur): For word search construct the correct regexp
6151         with word boundaries to proceed with occur.
6153         * isearch.el (isearch-search-fun): Compare the length of the
6154         current search string with the length of the string from the
6155         previous search state to detect the situation when the user
6156         adds or removes characters in the search string.
6157         Use word-search-forward-lax and word-search-backward-lax in this
6158         case, and otherwise word-search-forward and word-search-backward.
6160 2008-11-11  Sam Steingold  <sds@gnu.org>
6162         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
6163         the "Version Control" group (for C-x v g).
6165 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
6167         * server.el (server-process-filter): Fix typos and reflow docstring.
6169 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
6171         * mail/footnote.el (footnote-mode): Improve doc-string.
6172         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
6174 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
6176         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
6178 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6180         * mail/smtpmail.el (smtpmail-open-stream): Use
6181         `starttls-any-program-available'.  Auto-load starttls.el for it.
6183 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
6185         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
6186         version (bug@1285).
6188 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
6190         * startup.el (command-line): Ignore init-file-user when checking
6191         user's home directory on MS-DOS as well.
6193 2008-11-07  Sam Steingold  <sds@gnu.org>
6195         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
6197 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
6199         * frame.el (make-frame-on-display): Use `string-match-p'.
6201 2008-11-07  Glenn Morris  <rgm@gnu.org>
6203         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
6205 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
6207         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
6208         to initialize font-lock keyword case sensitivity.
6209         (lisp-mode): Use it.
6211 2008-11-06  Glenn Morris  <rgm@gnu.org>
6213         * eshell/esh-maint.el: Remove unused file.
6215         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
6217         * cus-edit.el (custom-comment-tag): Doc fix.
6218         (custom-comment, custom-variable-value-create, custom-face):
6219         Use face names sans -face suffix rather than aliases.
6221 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
6223         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
6224         window width.
6226 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
6228         * server.el (server-process-filter): Only default to emacsclient's
6229         terminal in daemon mode.
6231 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
6233         * window.el (quit-window): Restore prefix argument behavior
6234         removed in 2008-10-30 change.  (Bug#1308)
6236 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
6238         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
6239         function to kill-buffer-hook, not to kill-buffer.
6240         Reported by Markus Triska <markus.triska@gmx.at>
6242 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
6244         * calc/calc.el (calc-quit): Make sure that the keypad buffer
6245         exists before deleting its windows.
6247 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
6249         * server.el (server-process-filter): Don't call
6250         server-create-tty-frame when no tty name is specified.
6252 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
6254         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
6256 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
6258         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6259         (define-char-code-property):
6260         * textmodes/reftex.el (reftex-index):
6261         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
6263 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
6265         * vc-bzr.el (vc-bzr-dir-printer): Rename from
6266         vc-bzr-status-printer.
6268         * startup.el (startup-echo-area-message): Display a different
6269         message in daemon mode.  Suggested by Stephen Turnbull.
6271         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
6272         Windows.
6274 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
6276         * dframe.el (dframe-mouse-position-function)
6277         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
6278         (dframe-mouse-set-point): Fix typos in docstrings.
6280 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6282         * vc-dir.el (vc-dir-headers): Undo previous change.
6284 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
6286         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
6287         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
6289 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
6291         * subr.el (looking-back): Fix doc-string typo.
6293         * electric.el (Electric-pop-up-window): Call window-end with
6294         UPDATE set to t.
6296         * window.el (save-selected-window): Make it behave like
6297         save-selected-window-norecord.
6298         (save-selected-window-norecord): Remove, since functionality
6299         fully taken over by save-selected-window.
6300         (walk-windows, set-window-text-height, fit-window-to-buffer):
6301         Use save-selected-window instead of save-selected-window-norecord.
6302         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
6303         save-selected-window-norecord.
6304         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
6305         indent-function for save-selected-window-norecord.
6307 2008-11-03  Alan Mackenzie  <acm@muc.de>
6309         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
6311 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
6313         * subr.el (looking-back): Doc fix.
6315         * term/x-win.el (x-initialize-window-system):
6316         Call x-wm-set-size-hint after initialization.
6318         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
6319         to t.
6321         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
6322         2000-12-08 (bug#1297).
6324         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
6326 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6328         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
6329         when appropriate.
6331 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
6333         * window.el (save-selected-window-norecord): New macro.
6334         (walk-windows): Use save-selected-window-norecord and call
6335         select-window with NORECORD set.  (Bug#1237)
6336         (set-window-text-height, fit-window-to-buffer):
6337         Use save-selected-window-norecord and call select-window with
6338         NORECORD set.
6339         * subr.el (with-selected-window): Call set-frame-selected-window
6340         with new argument NORECORD set.  Update doc-string.
6341         (with-selected-frame): Call select-frame with new argument
6342         NORECORD set.  Update doc-string.
6343         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
6344         Put indent-function for save-selected-window-norecord.
6345         * font-lock.el (lisp-font-lock-keywords-2):
6346         Add save-selected-window-norecord.
6348 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6350         * cus-edit.el (customize-apropos-options, custom-comment)
6351         (custom-comment-tag, custom-face-edit-attribute-tag):
6352         Fix typos in docstrings.
6353         (custom-buffer-done-kill): Remove * from defcustom docstring.
6354         (custom-file): Fix typo in doc of defcustom choice.
6356         * frame.el (display-visual-class): Fix typo in docstring.
6357         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
6358         (special-display-frame-alist, show-trailing-whitespace)
6359         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
6360         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
6361         Remove * from defcustom docstrings.
6363         * md4.el (md4-buffer): Fix typo in docstring.
6364         (md4, md4-64): Doc fixes.
6365         (md4-pack-int32): Reflow docstring.
6367         * paths.el (rmail-file-name): Remove * from defcustom docstring.
6368         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
6370         * rect.el (open-rectangle): Reflow docstring.
6371         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
6373         * select.el (x-get-cut-buffer): Fix typo in docstring.
6375         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
6376         (timezone-time-zone-from-absolute, timezone-leap-year-p):
6377         Fix typos in docstrings.
6379         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
6380         Fix typos in docstrings.
6382 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
6384         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
6386         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
6387         (newsticker--treeview-list-update, newsticker--treeview-item-show)
6388         (newsticker--treeview-tree-update)
6389         (newsticker--treeview-tree-update-highlight)
6390         (newsticker-treeview-update)
6391         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
6392         (newsticker-treeview-next-new-or-immortal-item)
6393         (newsticker-treeview-prev-new-or-immortal-item)
6394         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
6395         (newsticker-treeview-tree-click): Watch for layout changes.
6396         (newsticker--treeview-set-current-node): Cleanup.
6397         (newsticker--treeview-restore-layout): Rename from
6398         newsticker--treeview-restore-buffers.
6399         (newsticker--treeview-mark-item): Update cache file.
6401 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
6403         * calendar/icalendar.el (icalendar--uid-count): New.
6404         (icalendar--create-uid): New.  Extracted from
6405         `icalendar-export-region' and add uid counter.
6406         (icalendar-export-region): Use `icalendar--create-uid'.
6408 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
6410         * tooltip.el (tooltip-frame-parameters): Doc fix.
6412 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
6414         * window.el (window-body-height, window-current-scroll-bars)
6415         (walk-windows, get-window-with-predicate, get-buffer-window-list)
6416         (minibuffer-window-active-p, count-windows)
6417         (window-safely-shrinkable-p, window--splittable-p)
6418         (window--try-to-split-window, window--frame-usable-p)
6419         (window--even-window-heights, window--display-buffer-1)
6420         (window--display-buffer-2, set-window-text-height)
6421         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6422         (truncated-partial-width-window-p): Rewrite doc-string.
6423         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
6424         (split-window-vertically, split-window-horizontally):
6425         Rename args, rewrite doc-string, and simplify code.
6426         (split-window-save-restore-data): Rename args and use
6427         when instead of if.
6429 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
6431         * indent.el (indent-for-tab-command): Use use-region-p.
6433         * vc.el (vc-revert): Limit the length of the query string.
6435 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
6437         * simple.el (idle-update-delay, next-error-highlight)
6438         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
6439         (minibuffer-history-case-insensitive-variables, kill-ring-max)
6440         (kill-read-only-ok, backward-delete-char-untabify-method)
6441         (kill-whole-line, mark-ring-max, global-mark-ring-max)
6442         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
6443         (goal-column, line-move-ignore-invisible, fill-prefix)
6444         (auto-fill-inhibit-regexp, blink-matching-paren)
6445         (blink-matching-paren-on-screen, blink-matching-paren-distance)
6446         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
6447         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
6448         (minibuffer-history-isearch-wrap, transient-mark-mode)
6449         (next-logical-line, auto-fill-mode, line-number-mode)
6450         (column-number-mode, size-indication-mode, clone-indirect-buffer)
6451         (normal-erase-is-backspace-mode): Doc fixes.
6452         (current-kill, transient-mark-mode, toggle-truncate-lines)
6453         (visible-mode): Reflow docstrings.
6454         (minibuffer-local-shell-command-map, interprogram-paste-function):
6455         Fix typos in docstrings.
6457 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
6459         * server.el (server-process-filter): In daemon mode, default to
6460         emacsclient's tty if not opening a new frame and only the
6461         terminal-frame is available.
6463 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
6465         * window.el (quit-window): Simplify code.  Say in doc-string
6466         that it operates on the selected window's buffer.  (Bug#1259)
6468 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
6470         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
6471         nil so that log-view-diff-changeset works.
6473 2008-10-30  Glenn Morris  <rgm@gnu.org>
6475         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
6477         * resume.el: Move to obsolete/.
6478         * Makefile.in (ELCFILES): Update.
6480 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
6482         * electric.el (Electric-pop-up-window): Don't shrink the window if
6483         it's already big enough.
6485         * minibuffer.el (delete-minibuffer-contents): Delete all
6486         minibuffer contents instead of just the current field.
6488         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
6490         * bookmark.el (bookmark-handle-bookmark): Rename from
6491         bookmark-jump-noselect.
6492         (bookmark--jump-via, bookmark-insert): Callers changed.
6493         (bookmark-jump-noselect): Wrapper function for
6494         bookmark-handle-bookmark.
6495         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
6497         * textmodes/ispell.el (ispell-word): Use use-region-p.
6499 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
6501         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
6502         to follow naming conventions for abnormal hooks.  Doc fix.
6503         (tooltip-mode, tooltip-timeout): Use it.
6504         (tooltip-hook): New obsolete alias.
6505         (tooltip-help-tips): Doc fix.
6507         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
6509 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
6511         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
6512         of hardcoded /tmp.
6514 2008-10-29  Glenn Morris  <rgm@gnu.org>
6516         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
6518         * vc-hooks.el (vc-find-root): Remove bogus alias.
6520 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6522         * international/quail.el (quail-show-guidance): Don't create
6523         a guidance-frame if current buffer is not a minibuffer, since even if
6524         selected-window is mini-p, the buffer will never be displayed in it, so
6525         it wil be usable for guidance.
6527 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6529         * smerge-mode.el: Require diff-mode at run-time as well.
6531 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
6533         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
6534         * vc-hooks.el (vc-stay-local): Likewise.
6536 2008-10-28  Phil Sung  <psung@mit.edu>
6538         * follow.el (follow-scroll-down, follow-calc-win-end)
6539         (follow-estimate-first-window-start): Reduce effective window
6540         height when header line is present.  (Bug#925)
6542 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
6544         * subr.el (locate-user-emacs-file): Simplify.  Don't create
6545         `user-emacs-directory' when Emacs is running in batch mode.
6547         * startup.el (inhibit-startup-screen): Reflow docstring.
6548         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
6550 2008-10-27  Kenichi Handa  <handa@m17n.org>
6552         * descr-text.el (describe-char): Fix terminal case (where font is nil).
6554 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
6556         * face-remap.el (text-scale-increase, text-scale-decrease)
6557         (text-scale-adjust): Remove &optional keyword from the arg list;
6558         the INC argument is not really optional, if the functions happen
6559         to be called from elisp.
6561 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
6563         * vc.el: Rename VC methods that were missed when vc-status was
6564         renamed to vc-dir.
6565         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
6566         vc-svn-status-extra-headers.
6567         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
6568         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
6569         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
6570         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
6571         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
6572         vc-dir-status-printer.
6573         (vc-dir-headers): Use `dir-extra-headers' instead of
6574         `status-extra-headers'.
6575         (vc-dir-printer): Rename from vc-dir-status-printer.
6576         (vc-default-dir-extra-headers): Rename from
6577         vc-default-status-extra-headers.
6578         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
6579         vc-cvs-status-extra-headers.
6581         * startup.el (server-name): Pacify byte compiler.
6582         (command-line): If --daemon=SERVER_NAME was used, set server-name
6583         before calling server-start.
6585 2008-10-26  Romain Francoise  <romain@orebokech.com>
6587         * startup.el (command-line): Call daemon-initialized after
6588         starting the server.
6590 2008-10-26  Kenichi Handa  <handa@m17n.org>
6592         * help-fns.el (describe-categories): Display the terse legend at
6593         the head.
6595         * international/characters.el: Docstrings of categories improved.
6597 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6599         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
6601         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
6602         to the courier family.
6603         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
6604         usually not serif'd and hence rather unlike verbatim's printed output.
6606 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
6608         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
6609         when reporting the module.
6611         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
6613         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
6615 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         * files.el (locate-dominating-stop-dir-regexp): New var.
6618         (locate-dominating-file): Change arg from a regexp to a file name.
6619         Rewrite using the vc-find-root code to avoid directory-files which is
6620         too slow.  Obey locate-dominating-stop-dir-regexp.
6621         Don't pay attention to changes in owner.
6622         (project-find-settings-file): Adjust call to locate-dominating-file.
6624         * progmodes/flymake.el (flymake-find-buildfile):
6625         Adjust call to locate-dominating-file.
6627         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
6628         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
6630 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
6632         * subr.el (with-current-buffer): Rename buffer argument to
6633         buffer-or-name.
6634         * window.el (get-buffer-window-list): Rename buffer argument to
6635         buffer-or-name and make it optional.
6637 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
6639         * completion.el (add-completion-to-head, add-completion): Doc fixes.
6640         (completion-search-next, add-completions-from-file):
6641         Fix typos in docstrings.
6643         * filesets.el (filesets-menu-ensure-use-cached)
6644         (filesets-ingroup-patterns, filesets-filetype-property):
6645         * tutorial.el (get-lang-string):
6646         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
6647         Fix typos in docstrings.
6649         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
6650         (image-dired-line-up-method, image-dired-thumb-size)
6651         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
6652         (image-dired-track-original-file, image-dired-track-thumbnail)
6653         (image-dired-dired-next-line, image-dired-dired-previous-line)
6654         (image-dired-write-comments): Reflow docstrings.
6655         (image-dired-show-all-from-dir-max-files)
6656         (image-dired-format-properties-string, image-dired-create-thumbs)
6657         (image-dired-mark-tagged-files, image-dired-gallery-generate):
6658         Fix typos in docstrings.
6660         * savehist.el (savehist-save-minibuffer-history, savehist-file)
6661         (savehist-additional-variables, savehist-ignored-variables)
6662         (savehist-file-modes, savehist-autosave-interval):
6663         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
6664         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
6665         (fancy-splash-image):
6666         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
6667         (thumbs-conversion-program, thumbs-margin):
6668         Remove spurious * in docstrings.
6670 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
6672         * thingatpt.el (end-of-sexp, beginning-of-sexp)
6673         (forward-same-syntax): Omit default arguments to char-after and
6674         char-before.
6676 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
6678         * subr.el (locate-user-emacs-file): New function.
6679         (user-emacs-directory): Mention it in docstring.
6681         * completion.el (save-completions-file-name):
6682         * filesets.el (filesets-menu-cache-file):
6683         * image-dired.el (image-dired-dir, image-dired-db-file)
6684         (image-dired-temp-image-file, image-dired-gallery-dir)
6685         (image-dired-temp-rotate-image-file):
6686         * savehist.el (savehist-file):
6687         * server.el (server-auth-dir):
6688         * thumbs.el (thumbs-thumbsdir):
6689         * tutorial.el (tutorial--saved-dir):
6690         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
6692 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
6694         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
6695         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
6697 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
6699         * filesets.el: Update author email.
6700         (filesets-data): Doc fix.
6702 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
6704         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
6706 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6708         * international/mule-cmds.el (describe-language-environment):
6709         Indent sample text.
6711 2008-10-23  Glenn Morris  <rgm@gnu.org>
6713         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
6715         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
6716         byte-compile a redefinition of a function with special byte-compile
6717         handling.  (Bug#411)
6719 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6721         * ps-print.el: Deal with page sizes for label printes.  Suggested by
6722         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
6723         (ps-print-version): New version 7.3.3.
6724         (ps-page-dimensions-database): New page sizes for label printers.
6725         (ps-n-up-printing): Fix code.
6727 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
6729         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
6731         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
6732         (list-at-point): Add docstrings.
6734         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
6736         * dired-aux.el (dired-do-create-files): Doc fix.
6738 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
6740         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
6741         with other documentation.
6743 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
6745         * replace.el (how-many): Fix typo in docstring.
6746         Reported by Leo <sdl.web@gmail.com>.
6748 2008-10-22  Glenn Morris  <rgm@gnu.org>
6750         * international/mule-cmds.el (universal-coding-system-argument):
6751         Check for C-g.  (Bug#1205)
6753 2008-10-22  Kenichi Handa  <handa@m17n.org>
6755         * international/characters.el: Don't setup
6756         find-word-boundary-function-table.
6757         (next-word-boundary-han, next-word-boundary-kana): Delete them.
6758         (word-combining-categories, word-separating-categories):
6759         Adjust to the change of the docstrings.
6761 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
6763         * simple.el (region-active-p): Doc fix.
6765 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
6767         * subr.el (apply-partially): Move from here...
6769         * simple.el (apply-partially): ...to here.
6771 2008-10-20  Andreas Schwab  <schwab@suse.de>
6773         * subr.el (split-string-and-unquote): Simplify regexp.
6775 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
6777         * subr.el (top-level): Require `cl' when compiling.
6779 2008-10-20  David Reitter  <david.reitter@gmail.com>
6781         * info.el (Info-mode): Do not remove an existing header line if
6782         `Info-use-header-line' is nil.
6784 2008-10-19  Juri Linkov  <juri@jurta.org>
6786         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6787         Add arg `delimited' as in `query-replace' for the case when
6788         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
6789         Add more indicators to the prompt ("word" and "in region").
6791         * replace.el (query-replace, query-replace-regexp)
6792         (replace-string, replace-regexp, perform-replace): Add "word"
6793         indicatiors to the prompt for word delimited replacements.
6795         * replace.el (read-regexp): Rename arg `default' to `default-value'.
6796         Doc fix.
6798 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
6800         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
6802         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
6804 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
6806         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
6807         Make argument names follow Elisp manual.
6809 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
6811         * textmodes/remember.el (remember-data-file):
6812         * shadowfile.el (shadow-initialize)
6813         <shadow-info-file, shadow-todo-file>:
6814         * savehist.el (savehist-file):
6815         * recentf.el (recentf-save-file):
6816         * pcvs-defs.el (cvs-cvsrc-file):
6817         * international/kkc.el (kkc-init-file-name):
6818         * ido.el (ido-save-directory-list-file):
6819         * calendar/todo-mode.el (todo-file-do, todo-file-done)
6820         (todo-file-top): Run file names that begin with a period thru
6821         `convert-standard-filename'.
6823         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
6824         before-init-hook.
6826         Fix Bug #1183:
6828         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
6829         coding-system-for-read to ediff-coding-system-for-write.
6831         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
6832         coding-system-for-write to ediff-coding-system-for-write.
6834         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
6835         (ediff-coding-system-for-write): Set to emacs-internal.
6837 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6839         * international/mule-conf.el (emacs-internal): New coding system alias.
6841 2008-10-18  Juri Linkov  <juri@jurta.org>
6843         * info.el (Info-file-supports-index-cookies-list): New variable.
6844         (Info-file-supports-index-cookies): New function.
6845         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
6846         (Info-index-nodes): Let-bind Info-point-loc to nil for files
6847         without an index cookie to ignore it when Info-index-nodes is
6848         called during navigating from an index node with line numbers.
6849         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
6851         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
6852         variable definition section.
6854         * info.el (Info-find-node-2): Put initial point below the header line
6855         and breadcrumbs line.
6857 2008-10-18  Glenn Morris  <rgm@gnu.org>
6859         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
6860         the needed external programs were not found.
6862 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
6864         * files.el (trash-directory): Run thru `convert-standard-filename'.
6865         (file-modes-char-to-who, file-modes-char-to-right)
6866         (file-modes-rights-to-number, file-modes-symbolic-to-number)
6867         (read-file-modes): Doc fixes.
6869 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
6871         * abbrev.el (define-abbrev): Doc fix.
6873 2008-10-17  Alan Mackenzie  <acm@muc.de>
6875         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
6876         foo bar [] = { ...".
6878 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
6880         * faces.el (face-spec-set-2): Don't pass invalid attributes to
6881         set-face-attribute.
6883 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
6885         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
6886         according to `locale-coding-system'.  (This fixes trivial bug reported
6887         as part of bug#1179).
6888         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
6889         particular order).  Use `when'.
6891 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
6893         * w32-fns.el (w32-check-shell-configuration): Doc fix.
6894         (w32-add-charset-info): Fix typo in docstring.
6896 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6898         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
6899         after discussion.
6901 2008-10-16  Magnus Henoch  <mange@freemail.hu>
6903         * vc-arch.el (vc-arch-dir-status): New function.
6904         (vc-arch-after-dir-status): New function.
6906 2008-10-16  Glenn Morris  <rgm@gnu.org>
6908         * man.el (Man-getpage-in-background): Force recent `man's to output
6909         escape sequences even when stdout is not a tty.  (Bug#1142)
6911 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6913         * international/mule-conf.el: Add `utf8' and `UTF8' as
6914         aliases for the `utf-8' coding system.
6916 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
6918         * find-file.el (ff-get-file): Doc fix.
6919         (ff-get-file-name): Use `let', not `let*'.
6920         (ff-search-directories): Fix typo in docstring.
6921         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
6922         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
6923         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
6924         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
6925         (cc-other-file-alist, modula2-other-file-alist):
6926         Remove spurious * in docstrings.
6928 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
6930         * faces.el (set-face-attribute): Set family and foundry before
6931         other attributes.
6932         (face-spec-set-2): Pass unmodified args to set-face-attribute.
6934 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
6936         * hl-line.el (hl-line-unload-function): New function.
6937         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
6938         (hl-line-sticky-flag): Remove spurious * in docstring.
6940 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6942         * vc-git.el (vc-git-show-log-entry): Include the revision in the
6943         search string.
6945 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
6947         * net/tramp.el (tramp-process-one-action): Embed regexp in
6948         parentheses, before adding end-of-buffer construct.  Suggested by
6949         Markus Triska <markus.triska@gmx.at>.
6951 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
6953         * net/newst-plainview.el (w3m-toggle-inline-image):
6954         Define 'declare-function if necessary, for compatibility.
6956         * net/newst-treeview.el (w3m-toggle-inline-images):
6957         Define 'declare-function if necessary, for compatibility.
6959 2008-10-13  Alan Mackenzie  <acm@muc.de>
6961         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
6962         so that the function works on one-line macros.
6964         * progmodes/cc-engine.el: Amend several doc strings and comments.
6966 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6968         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
6970         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
6971         (vc-cvs-stay-local): Add a new choice and default to it.
6972         (vc-cvs-dir-status): Use the new vc-stay-local choice.
6974         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
6976 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
6978         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
6979         Add support for extended return statement.
6981         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
6982         and obj-dir; keep user order.
6984 2008-10-12  Glenn Morris  <rgm@gnu.org>
6986         * Makefile.in (ELCFILES): Update.
6988         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
6989         (shell-file-name-quote-list): Declare.
6991 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
6993         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
6995 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
6997         * startup.el (command-line): If toolbar is disabled but ought to
6998         be initialized, call tool-bar-setup.
7000         * tool-bar.el (tool-bar-setup): Variable deleted.
7001         (tool-bar-setup): Set it up unconditionally.
7003         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
7005         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
7006         tool-bar-map has been initialized before setting it up.
7008         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
7009         tool-bar-map has been initialized before setting it up.
7011 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
7013         * emacs-lisp/warnings.el (display-warning): Issue a message if
7014         called during daemon initialization.
7016         * tool-bar.el (tool-bar-local-item)
7017         (tool-bar-local-item-from-menu): Put the check for number of
7018         display colors into the image expression.
7019         (tool-bar-setup): Don't be a no-op on ttys.
7021         * info.el (info-tool-bar-map):
7022         * progmodes/gud.el (gud-tool-bar-map):
7023         * progmodes/grep.el (grep-mode-tool-bar-map):
7024         * progmodes/compile.el (compilation-mode-tool-bar-map):
7025         Initialize it unconditionally.
7027 2008-10-11  Romain Francoise  <romain@orebokech.com>
7029         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
7030         * kmacro.el (kmacro-edit-lossage): Ditto.
7031         * edmacro.el (edit-kbd-macro): Ditto.
7033 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
7035         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
7036         Fix variable names.
7038 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
7040         * startup.el (command-line): Revert 2008-09-26 change, not
7041         necessary anymore.
7043 2008-10-10  Andreas Schwab  <schwab@suse.de>
7045         * simple.el (minibuffer-complete-shell-command):
7046         Bind comint-delimiter-argument-list, comint-file-name-chars and
7047         comint-file-name-quote-list like shell-mode.
7049 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
7051         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
7052         call of select-window.
7054 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
7056         * calc/calc.el (calc-embedded-word-regexp)
7057         (calc-embedded-word-regexp-alist): New variables.
7058         (calc-embedded-open-word, calc-embedded-close-word)
7059         (calc-embedded-open-close-word-alist): Remove unused variables.
7061         * calc/calc-embed.el (calc-embedded-make-info):
7062         Use `calc-embedded-word-regexp' to find words.
7064 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
7066         * info.el (Info-extract-menu-counting): New argument no-detail to
7067         skip detailed node listings.
7068         (Info-forward-node): New argument not-up to inhibit going up.
7069         (Info-final-node): Call Info-extract-menu-counting and
7070         Info-forward-node with the new arguments set to avoid infinite
7071         looping.  (Bug#1116)
7073 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
7075         * startup.el (command-line): Don't invoke tool-bar-mode if it is
7076         not fboundp.
7078 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
7080         * startup.el (command-line): Enable tool-bar-mode as long as it is
7081         not suppressed by X resources, regardless of the terminal.
7083         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
7084         graphical terminals.
7085         (tool-bar-setup): No-op if called on a tty.
7087 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
7089         * frame.el (make-frame-on-tty): Use "F" inside interactive.
7090         Support `pc' ``window-system''.
7092         * progmodes/compile.el (compilation-start): Resurrect the version
7093         for systems that don't support asynchronous subprocesses.
7095 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
7097         * window.el (pop-up-frames): Add choice graphic-only.
7098         (display-buffer): When pop-up-frames equals graphic-only do
7099         not pop up new frame on text-only terminals.  (Bug#1061)
7101 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
7103         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
7104         (vc-cvs-dir-status): Use it.
7106 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
7108         * json.el (json-skip-whitespace): Fix last change.
7110 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
7112         * bs.el (bs-unload-function): New function.
7114 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
7116         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
7117         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
7118         For clarity, explicitly require cl.
7120 2008-10-08  Michael Olson  <mwolson@gnu.org>
7122         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
7123         can avoid a bad interaction with programs that add functions to
7124         the window-scroll-functions hook.  This fixes Bug #858.
7126 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
7128         * startup.el (command-line): Use display-warning to warn about an
7129         init file error.
7130         (command-line-1): Remove init file error delay.
7132 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7134         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
7135         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
7136         (rx-group-if): New function.
7137         (rx-parent): New variable.
7138         (rx-and, rx-or): Put shy groups only when necessary.
7139         (rx-bracket): Remove.
7140         (rx-anything): New function.
7141         (rx-any-delete-from-range, rx-any-condense-range)
7142         (rx-check-any-string): New functions.
7143         (rx-check-any): Return result as a list.  Don't convert chars to
7144         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
7145         Check char category string.  Call rx-form instead of rx-to-string.
7146         (rx-any): Rebuid to complete the function.
7147         (rx-check-not): Fix char category regexp pattern string.
7148         Call rx-form instead of rx-to-string.
7149         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
7150         "[^^]".  Call regexp-quote for one char string when not called from
7151         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
7152         "\\[SCBW]" to toggle.
7153         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
7154         instead of rx-to-string.
7155         (rx-kleene): Call rx-form instead of rx-to-string.
7156         Call rx-group-if to adjust putting of shy groups.
7157         (rx-atomic-p): Make check more precisely.
7158         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
7159         (rx-regexp): Call rx-group-if.
7160         (rx-form): New function.
7161         (rx-to-string): Call rx-form, rx-group-if.
7162         Refine definition of NO-GROUP.
7164 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
7166         * json.el (json-advance): Use forward-char.
7167         (json-skip-whitespace): Use skip-syntax-forward.
7169 2008-10-07  Alan Mackenzie  <acm@muc.de>
7171         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
7172         indenting a macro followed by blank lines doesn't backslash the
7173         following non-blank line into the macro.
7175 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
7177         * startup.el (before-init-time, after-init-time): Move into emacs.c.
7178         (command-line): Set after-init-time to nil before initialization.
7180 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
7182         * calc/calc-units.el (math-standard-units): Update the values
7183         of the units.
7185 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
7187         * bookmark.el (bookmark-unload-function): New function.
7189 2008-10-06  Andreas Schwab  <schwab@suse.de>
7191         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7193 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
7195         * mail/footnote.el: Remove * in defcustom docstrings and tell
7196         for most options that customizing them doesn't affect buffers
7197         already displaying footnotes.
7198         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
7199         Fix handling of text properties and identical start/end tags.
7200         Do not use format when renumbering.
7201         (Footnote-set-style): Make it work.
7202         (Footnote-insert-numbered-footnote): Simplify.
7203         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
7204         (Footnote-goto-footnote): Fix handling of empty section tag.
7205         (Footnote-delete-footnote): Fix handling of identical start/end
7206         tags, empty section tag, and spaced footnotes.  Do not use
7207         kill-region.
7208         (footnote-mode): Make most options buffer-local to avoid that
7209         customizing messes up handling of footnotes in buffers that
7210         already display them.
7212 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
7214         * faces.el (x-create-frame-with-faces): Undo previous change.
7216         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
7217         existent files.
7219 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
7221         * international/mule-cmds.el (universal-coding-system-argument):
7222         Handle digit-argument too.
7224 2008-10-05  Mario Lang  <mlang@delysid.org>
7226         * xml.el (xml-parse-string): Use skip-chars-forward.
7228 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7230         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
7231         existent files.
7232         (vc-bzr-dir-status-files): New function.
7234 2008-10-04  Glenn Morris  <rgm@gnu.org>
7236         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
7238         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
7239         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
7241         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
7242         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
7244 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
7246         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7247         Fix typo.  (Bug#1074)
7249 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
7251         * progmodes/compile.el (compilation-start): Make sure to move to
7252         point-max only when we are in the compilation buffer.  (Bug#1073)
7254 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
7256         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
7257         tool-bar-mode is on.
7259         * vc-svn.el (vc-svn-dir-status-files):
7260         * vc-cvs.el (vc-cvs-dir-status-files): New function.
7262 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7264         * vc-hg.el (vc-hg-dir-status-files): New function.
7266 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
7268         * window.el (window--display-buffer-1): Don't care about
7269         visibility since raise-frame does.
7271 2008-10-03  Mario Lang  <mlang@delysid.org>
7273         * nxml/xmltok.el (xmltok-forward): Simplify.
7275 2008-10-03  Glenn Morris  <rgm@gnu.org>
7277         * Makefile.in (ELCFILES): Update.
7279         * frame.el (set-default-font): Make obsolete.
7280         * mouse.el (mouse-set-font): Use set-frame-font.
7282         * jka-cmpr-hook.el (jka-compr-compression-info-list)
7283         (jka-compr-mode-alist-additions): Also match `.tbz2'.
7285         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
7286         * files.el (auto-mode-alist): Add .PRO as per above autoload.
7288 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7290         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
7291         (vc-dir-refresh): Set it here instead.  (Bug#1067)
7293 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
7295         * faces.el (inhibit-frame-set-background-mode): New var.
7296         (frame-set-background-mode): Use it to avoid a loop in
7297         face-spec-recalc.
7299 2008-10-02  Glenn Morris  <rgm@gnu.org>
7301         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
7302         vc-diff-switches.
7304 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7306         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
7307         that is, to take some action when a buffer is killed.  Suggested by
7308         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
7309         11.2.2.
7310         (whitespace-action): Docstring and :type fix.
7311         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
7312         Code fix.
7313         (whitespace-add-local-hook, whitespace-remove-local-hook)
7314         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
7316 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7318         * net/tls.el (open-tls-stream): Show the actual command being
7319         executed, instead of the format string.
7321 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
7323         * term/internal.el (dos-locale-alist): New alist.
7324         (dos-codepage-setup): Use it to compute a value of locale with
7325         which to call set-locale-environment.  Remove code to set
7326         terminal, keyboard, and file-name encoding (done by
7327         set-locale-environment).
7329         * international/mule-cmds.el
7330         (set-language-environment-nonascii-translation): Fix nonascii
7331         value for `pc' ``window-system''.
7332         (set-display-table-and-terminal-coding-system)
7333         (set-default-coding-systems): Don't special-case `pc'.
7335 2008-10-01  Glenn Morris  <rgm@gnu.org>
7337         * filesets.el (filesets-menu-name): Fix type.
7338         (filesets-menu-path, filesets-menu-before): Fix types.
7339         Change defaults to be consistent with recentf.  (Bug#1056)
7341 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * term/xterm.el (xterm-turn-on-modify-other-keys)
7344         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
7345         Don't forget to pass `terminal' to `send-string-to-terminal'.
7347 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
7349         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
7350         (vc-file-not-found-hook): Check, that `buffer-file-name' is
7351         non-nil.  It is not clear, whether this is only fixing symptoms on
7352         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
7353         is embedded by that check.  So it might be TRT.  Suggested by Dan
7354         Nicolaescu <dann@ics.uci.edu>.
7356 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
7358         * Makefile.in (ELCFILES): Remove codepage.elc.
7360         * international/codepage.el: File removed, as even ms-dos doesn't
7361         need it anymore.
7363         * loadup.el [ms-dos]: Don't load ccl and codepage.
7365         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
7366         (IT-character-translations, cjk-codepages-alist): Remove variables.
7367         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
7368         (IT-unicode-translations): Remove charset and base elements.
7369         Add translations for Latin-1 characters.
7370         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
7371         base and chset elements of IT-unicode-translations.  Don't wrap
7372         translation in "{...}".  Set up translations only for characters
7373         for which unencodable-char-position returns non-nil.
7374         (dos-codepage-setup): Don't use special-case codepages in
7375         cjk-codepages-alist.
7377         * files.el (locate-dominating-file): Wrap directory-files with
7378         condition-case, instead of calling file-directory-p, which stats
7379         the directory one more time.
7381         * mail/mail-utils.el (mail-unquote-printable-region):
7382         Use insert-byte instead of insert-char, when the UNIBYTE arg is
7383         non-nil.
7385 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
7387         * epa-file.el (epa-file-insert-file-contents): Fix typo.
7389 2008-09-30  Glenn Morris  <rgm@gnu.org>
7391         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
7393 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
7395         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
7396         (which-function): Handle nested imenu trees.
7398         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
7399         some nested menu items.
7401 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
7403         * calc/calc-units.el (math-standard-units): Add entries used to
7404         display the values in the units buffer.
7405         (math-build-units-table): Add entries to the units table to be used
7406         to display the values in the units buffer.
7407         (math-build-units-table-buffer): Use the display entry of the units
7408         table when non-nil.
7409         (calc-define-unit): Add option to enter display value of unit.
7411 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
7413         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
7415 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
7417         * files.el (locate-dominating-file): Take file-attributes of
7418         `dir', not of `file' (which never changes).
7420 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
7422         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
7423         also be `localname'.
7425         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
7426         IDENTIFICATION.
7428 2008-09-28  Glenn Morris  <rgm@gnu.org>
7430         * vc.el (vc-switches): Give it a doc string.
7432 2008-09-28  Romain Francoise  <romain@orebokech.com>
7434         * comint.el (comint-show-output): Adjust to stickiness changes of
7435         the output field.
7437         * startup.el (command-line): Start the daemon server later.
7439 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
7441         * subr.el (read-quoted-char): Call char-resolve-modifiers
7442         instead of char-resolve-modifers.
7444 2008-09-27  Glenn Morris  <rgm@gnu.org>
7446         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
7447         than [return].  (Bug#1031)
7449 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
7451         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
7453 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
7455         * epg.el (epg-wait-for-status): Check if there is no pending status.
7456         Reported by Ted Romer <ted@romerfamily.com>.
7458 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
7460         * startup.el (command-line): Turn on menu-bar-mode and
7461         tool-bar-mode when running as a daemon.
7463 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
7465         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
7466         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
7467         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
7468         ($(lisp)/progmodes/cc-engine.elc)
7469         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
7470         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
7471         ($(lisp)/progmodes/cc-subword.elc)
7472         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
7474         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
7475         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
7476         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
7477         ($(lisp)/progmodes/cc-engine.elc)
7478         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
7479         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
7480         ($(lisp)/progmodes/cc-subword.elc)
7481         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
7483 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7485         * informat.el (Info-split-threshold): New variable.
7486         (Info-split): Use it.
7488         * textmodes/texinfmt.el (texinfo-format-buffer):
7489         Use Info-split-threshold to decide whether to split Info files.
7491 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
7493         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
7494         quoting.
7496         * comint.el (comint-dynamic-complete-as-filename): Quote directory
7497         name when reinserting it.
7499         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
7500         word-search-backward-lax for incremental word search.
7502 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
7504         * generic-x.el (generic-other-modes): Fix typo in docstring.
7505         (generic-use-find-file-hook, generic-lines-to-scan)
7506         (generic-find-file-regexp, generic-ignore-files-regexp)
7507         (generic-define-mswindows-modes, generic-define-unix-modes):
7508         Remove `*' from docstring.
7509         (generic-mode-find-file-hook): Use `string-match-p'.
7510         (apache-log-generic-mode, mailagent-rules-generic-mode)
7511         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
7512         (java-manifest-generic-mode, java-properties-generic-mode)
7513         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
7514         for consistency with other modes in generic-x.el.
7516 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
7518         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
7519         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
7520         parens specially only if latex-handle-escaped-parens is non-nil.
7521         (latex-indent-within-escaped-parens): New option.
7522         (latex-find-indent): Bind latex-handle-escaped-parens to
7523         latex-indent-within-escaped-parens.  Do not treat escaped parens
7524         specially when this is nil.  (Bug#954)
7526 2008-09-25  Glenn Morris  <rgm@gnu.org>
7528         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
7530 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
7532         * vc.el (vc-mark-resolved): Move message here from
7533         vc-default-mark-resolved.
7534         (vc-default-mark-resolved): Change to an alias for ignore.
7536 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7538         * term.el (term-emulate-terminal): Encode input string before
7539         checking its length.
7541 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
7543         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
7544         is loaded.
7546         * server.el (server-buffer-done): Avoid changing the buffer when
7547         deleting the client's frame (bug#640).
7549         * vc.el (vc-default-mark-resolved): New function.
7551 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
7553         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
7554         from raising a wrong-type-argument error.
7556 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
7558         * help-fns.el (describe-function-1, describe-variable): Print
7559         relative file name in help buffer.
7560         * faces.el (describe-face): Print relative file name in help
7561         buffer.
7563 2008-09-23  Romain Francoise  <romain@orebokech.com>
7565         * subr.el (with-output-to-string): Make sure that the temporary
7566         buffer gets killed.
7568 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
7570         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
7571         indentation problem with keyword symbols when a list starts with
7572         ,@ or spaces.  (Bug#1012)
7574 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
7576         * textmodes/tex-mode.el (latex-find-indent): Try to handle
7577         escaped close parens correctly.  (Bug#954)
7579 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
7581         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
7582         usage of `fortune-file' even though a FILE argument was passed to
7583         the function.
7585 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7587         * startup.el (command-line): Start the server when in daemon mode.
7588         Remove always true test.
7590         * frame.el (frame-initialize): Remove spurious setting of
7591         special-display-function with the default value.
7593 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7595         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
7597 2008-09-20  Glenn Morris  <rgm@gnu.org>
7599         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
7600         Fix custom type.  (Bug#1011)
7602 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
7604         * files.el (move-file-to-trash): Avoid recursive trashing if
7605         rename-file calls delete-file.
7607 2008-09-20  Glenn Morris  <rgm@gnu.org>
7609         * play/fortune.el: Remove leading `*' from defcustom docs.
7610         (fortune-program-options): Doc fix.  Allow to be a string again.
7611         Add :version.
7612         (fortune-in-buffer): Handle fortune-program-options as a string.
7613         Don't rely on fortune program accepting options after fortune file.
7615 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
7617         * play/fortune.el (fortune-program-options): Change to a list.
7618         (fortune-in-buffer): Use apply.
7620 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
7622         * emacs-lisp/authors.el: Change encoding of file to utf-8.
7623         (authors-coding-system): Likewise.
7625 2008-09-20  Ami Fischman  <ami@fischman.org>
7627         * savehist.el (savehist-save): Handle errors in writing as well as
7628         reading.
7630 2008-09-20  Michael Olson  <mwolson@gnu.org>
7632         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
7633         to provide a minimal performance boost.
7635 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7637         * proced.el (proced-grammar-alist, proced-custom-attributes)
7638         (proced-format-alist, proced-format, proced-filter-alist)
7639         (proced-filter, proced-sort): Use defcustom.
7640         (proced-mode): Fix docstring.
7641         (proced-process-attributes): Handle return value nil of functions
7642         in proced-custom-attributes.
7644 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
7646         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
7647         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
7649 2008-09-19  Miles Bader  <miles@gnu.org>
7651         * comint.el (comint-output-filter): Make field properties for
7652         output text front-sticky.
7654 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
7656         * vc-bzr.el (vc-bzr-show-log-entry):
7657         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
7658         C-x v l for a directory uses that.
7660 2008-09-18  Simon Josefsson  <simon@josefsson.org>
7662         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
7663         .sieve files.
7665 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
7667         * help-macro.el (make-help-screen): Preserve key bindings
7668         established in help-mode call when exiting this macro.
7670 2008-09-17  Kenichi Handa  <handa@m17n.org>
7672         * language/burmese.el: Fix setting of composition-function-table.
7674 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
7676         * info.el (Info-follow-nearest-node): Don't raise an error for
7677         mouse-1 clicks.
7679 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
7681         * calc/calc-units.el (calc-convert-temperature): Use default
7682         units when appropriate.
7684 2008-09-16  Markus Triska  <markus.triska@gmx.at>
7686         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
7687         catch errors raised in `texmathp'.
7688         (flyspell-tex-math-initialized): Remove.
7690 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
7692         * frame.el (select-frame-set-input-focus): With non-nil
7693         mouse-autoselect-window always move mouse cursor to frame's
7694         selected window.  Otherwise restore pre 2008-09-13 behavior.
7695         (select-frame-by-name): Use select-frame-set-input-focus.
7697         * files.el (switch-to-buffer-other-frame): Don't raise frame since
7698         pop-to-buffer already does it.
7699         (display-buffer-other-frame): Fix doc-string.
7701 2008-09-16  Glenn Morris  <rgm@gnu.org>
7703         * add-log.el (diff-find-source-location): Update declaration.
7705         * progmodes/make-mode.el (makefile-match-function-end):
7706         Move point.  (Bug#983)
7708 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
7710         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
7712 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
7714         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
7715         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
7717 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7719         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
7721 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
7723         * files.el (file-truename): Don't raise args-out-of-range error
7724         when filename has no separator on windows-nt.  (Bug#982)
7726 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7728         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
7729         be more honest when we don't know.
7730         (diff-tell-file-name): Don't prompt before the actual prompt.
7731         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
7732         (diff-find-source-location): Add `noprompt' argument.
7733         (diff-current-defun): Don't prompt.
7735 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7737         * proced.el (proced-mark-face, proced-marked-face)
7738         (proced-sort-header-face): Remove.
7739         (proced-font-lock-keywords): Simplify.
7740         (proced-format): Use face proced-sort-header.
7741         (proced-format-interactive, proced-sort-interactive)
7742         (proced-filter-interactive): Only call proced-update if the scheme
7743         has changed.
7744         (proced-sort-header): Use posn-actual-col-row.
7746 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
7748         * add-log.el (change-log-find-window): New variable.
7749         (change-log-goto-source-1, change-log-goto-source):
7750         Set change-log-find-window to window displaying source.
7751         (change-log-next-error): Select window specified by
7752         change-log-find-window.
7754 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
7756         * frame.el (select-frame-set-input-focus): With focus follows
7757         mouse move mouse cursor to right window.
7758         * window.el (pop-to-buffer): Select window before calling
7759         select-frame-set-input-focus.
7761 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7763         * proced.el (proced-sort-header): New face.
7764         (proced-sort-header-face): New variable.
7765         (proced-format): Allow format value nil.
7766         Use proced-sort-header-face for header of sort column.
7767         (proced-format-args): New function.
7768         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
7769         (proced-header-help-echo, proced-field-help-echo, proced-timer)
7770         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
7771         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
7772         (proced-sort-header): Bind also to mouse-1.
7773         (proced-move-to-goal-column): Return position of point.
7774         (proced-filter-interactive): Always revert listing.
7775         (proced-format-ttname): Simplify.
7776         (proced-update): Do not keep undo information.  Put point at
7777         beginning of buffer if we generate the first listing.
7779 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
7781         * doc-view.el (doc-view-scroll-up-or-next-page)
7782         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
7783         vertically split windows.
7785 2008-09-12  Glenn Morris  <rgm@gnu.org>
7787         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
7789         * indent.el (indent-line-function): Doc fix.
7790         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
7792 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
7794         * window.el (pop-to-buffer): If the window for buffer-or-name is
7795         not on the selected frame, raise that window's frame and give it
7796         input focus.  (Bug#745)
7798 2008-09-11  Glenn Morris  <rgm@gnu.org>
7800         * ido.el (ido-mode): Initialize with custom-initialize-default,
7801         rather than a set function.  (Bug#947)
7803 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
7805         * replace.el (perform-replace): Don't set inhibit-read-only using
7806         query-replace-skip-read-only (bug#956).
7808         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
7809         of the <<foo>> form.
7811 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
7813         * window.el (display-buffer): Fix doc-string typo.
7815 2008-09-10  Kenichi Handa  <handa@m17n.org>
7817         * composite.el (compose-gstring-for-graphic): Fix previous change.
7819 2008-09-10  Glenn Morris  <rgm@gnu.org>
7821         * info.el (Info-try-follow-nearest-node): Fix doc typo.
7823 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
7825         * info.el (Info-mouse-follow-nearest-node): Follow links to different
7826         manuals.  (Bug#886)
7828 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
7830         * ido.el (ido-unload-function): New function.
7832 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
7834         * ido.el (ido-file-internal): Fix typo in prompt.
7835         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
7836         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
7837         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
7838         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
7839         Fix typos in docstrings.
7841 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
7843         * help-fns.el (describe-function-1): Don't print extra newline
7844         after filling.
7846 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7848         * help-fns.el (find-lisp-object-file-name): Handle case where
7849         library is compressed.
7851 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
7853         * complete.el (PC-do-completion): Don't replace buffer
7854         contents (bug#227).
7856 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
7858         * loadhist.el (unload-feature-special-hooks):
7859         Add `choose-completion-string-functions'.
7861 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7863         * vc-svn.el (vc-svn-root):
7864         * vc-sccs.el (vc-sccs-root):
7865         * vc-rcs.el (vc-rcs-root):
7866         * vc-cvs.el (vc-cvs-root): Delete.
7867         * vc-hooks.el (vc-find-root): Remove `invert' argument.
7869 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>
7871         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
7872         errors occurring in different files.
7874 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
7876         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
7877         (vc-bzr-status-printer): New function.
7878         (vc-bzr-after-dir-status): Deal with renamed files.
7880 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
7882         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
7883         buffer's filename.
7885 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
7887         * subr.el (cancel-change-group): Widen buffer temporarily when
7888         undoing changes.  (Bug#810)
7890 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
7892         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
7893         with gud-stop-subjob rather than exit debugger.
7895 2008-09-07  Kenichi Handa  <handa@m17n.org>
7897         * composite.el: Compose combining characters only when it
7898         follows a character matching with "[[:alpha:]]".
7900 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7902         * proced.el: Require time-date.
7903         (proced-command-alist, proced-command, proced-goal-header-re)
7904         (proced-sorting-schemes-alist, proced-sorting-scheme)
7905         (proced-header-alist, proced-sorting-schemes-re)
7906         (proced-skip-regexp, proced-next-line, proced-previous-line)
7907         (proced-listing-type, proced-sorting-scheme-p): Remove.
7908         (proced-grammar-alist, proced-custom-attributes)
7909         (proced-format-alist, proced-format, proced-filter-alist)
7910         (proced-filter, proced-sort, proced-goal-attribute)
7911         (proced-timer-interval, proced-timer-flag, proced-timer)
7912         (proced-process-alist, proced-sort-internal, proced-process-tree)
7913         (proced-header-help-echo, proced-field-help-echo): New variables.
7914         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
7915         (proced-omit-process, proced-filter, proced-process-tree)
7916         (proced-filter-children, proced-children-pids)
7917         (proced-filter-parents, proced-<, proced-string-lessp)
7918         (proced-time-lessp, proced-xor, proced-sort-p)
7919         (proced-format-time, proced-format-start, proced-format-ttname)
7920         (proced-format, proced-process-attributes): New functions.
7921         (proced-toggle-timer-flag, proced-mark-children)
7922         (proced-mark-parents, proced-filter-interactive)
7923         (proced-filter-attribute, proced-sort-interactive)
7924         (proced-sort-header, proced-format-interactive): New commands.
7925         (proced-move-to-goal-column): Use goal-column.
7926         (proced-mode): Use proced-timer.
7927         (proced-do-mark-all): Display process count.  Use use-region-p.
7928         Simplify.
7929         (proced-omit-processes): Use use-region-p.
7930         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7931         (proced-sort-start, proced-sort-time, proced-sort-user):
7932         Use proced-sort-interactive.
7933         (proced-sort): Make it a function that performs the actual sort.
7934         (proced-update): New arg revert.  Use proced-process-alist,
7935         proced-filter, proced-sort, proced-format, and
7936         proced-grammar-alist.  Preserve position of point based on fields.
7937         Make header line and fields clickable.
7938         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
7939         (proced-why): Use save-selected-window.
7940         (proced-log): Use buffer-read-only.
7942 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7944         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
7946 2008-09-06  Glenn Morris  <rgm@gnu.org>
7948         * add-log.el (diff-find-source-location): Declare.
7949         (find-change-log): If called from a diff buffer, try to switch to the
7950         source buffer (e.g. to respect change-log-default-name there).
7952         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
7953         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
7955         * Makefile.in (ELCFILES): Update.
7957 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7959         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
7960         user enters a mouse event in another frame, or a special event.
7962         * server.el (server-switch-buffer): New arg.
7963         (server-execute): If reusing an existing window, set file position
7964         if required.
7966 2008-09-06  Kenichi Handa  <handa@m17n.org>
7968         * language/lao.el: Fix setting of composition-function-table.
7970 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
7972         * term/pc-win.el (msdos-show-help): Don't truncate lines while
7973         displaying help echo messages.
7975 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
7977         * subr.el (symbol-file): Fix doc-string.
7979 2008-09-06  Glenn Morris  <rgm@gnu.org>
7981         * help-mode.el (help-xref-forward-stack): Doc fix.
7983         * add-log.el (change-log-default-name): Autoload safety.
7985 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
7987         * verilog-mode.el (verilog-library-extensions): Enable .sv
7988         filename extensions to call verilog-mode.
7989         (verilog-auto, verilog-auto-inst, verilog-faq)
7990         (verilog-submit-bug-report): Update author support URLs.
7991         (verilog-delete-auto, verilog-auto-inout-module)
7992         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
7993         creating complemented testbench modules.  Suggested by Yishay Belkind.
7994         (verilog-auto-inst-port, verilog-simplify-range-expression):
7995         When verilog-auto-inst-param-value is set, don't require a
7996         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
7997         Yishay Belkind.
7998         (verilog-auto-inst-param-value): Add safe variable.
7999         (verilog-re-search-forward, verilog-re-search-backward):
8000         Fix returning wrong search results on Emacs 22.1.
8001         (verilog-modi-cache-results, verilog-auto): Fix warning message
8002         about "toggling font-lock-mode."
8003         (verilog-auto): Fix losing font-lock on errors.
8004         (verilog-auto-inst-param-value, verilog-mode-version)
8005         (verilog-mode-version-date, verilog-read-inst-param-value)
8006         (verilog-auto-inst, verilog-auto-inst-param)
8007         (verilog-auto-inst-port, verilog-simplify-range-expression):
8008         Allow parameters to be replaced with their values, on the expansion of
8009         an AUTOINST with Verilog 2001 style parameter settings.
8010         Suggested by David Rogoff.
8012 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
8014         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
8015         Better support for the property statement.  Sometimes this keyword
8016         introduces a statement which requires an endproperty keyword, and
8017         sometimes it doesn't, depending on the work before the property
8018         word.  If property is prefixed with assert, assume or cover
8019         keyword, then the statement is ended with a ';'.  Otherwise,
8020         property is like task or specify, and is followed by some number
8021         of statements, which are ended with an endproperty keyword.
8022         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
8023         in a highlighted region: indent each line in region according to
8024         mode.  Supply this so it works in XEmacs and older Emacs.
8026 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8028         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
8029         Don't clean up a buffer when killing it.
8031 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8033         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
8034         buffers (bug#360).  New version 11.2.1.
8035         (whitespace-action): New value `warn-read-only' to give a warning when
8036         buffer is read-only and whitespace action is cleanup or auto-cleanup.
8037         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
8038         (whitespace-warn-read-only): New fun.
8040 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
8042         * international/quail.el: Require help-mode.
8043         (quail-help-init): Function removed.
8044         (quail-keyboard-layout-button, quail-keyboard-customize-button):
8045         Define directly.
8047         * dired.el (dired-get-filename): Rewrite octal escape character
8048         processor (bug#885).
8050 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
8052         * cus-edit.el (custom-button-pressed): Default to inverse-video.
8054         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
8055         not just for terminal-frame.
8057 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
8059         * window.el (window--try-to-split-window): Don't split when window
8060         is not splittable in last disjunct.  (Bug#888)
8062 2008-09-05  Kenichi Handa  <handa@m17n.org>
8064         * language/tibetan.el: Fix setting of composition-function-table.
8066         * composite.el (find-composition): Mention about the automatic
8067         composition in the docstring.
8068         (compose-gstring-for-graphic): Fix handling "above" marks.
8070         * descr-text.el (describe-char): Fix handling of automatic composition.
8072 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
8074         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
8075         (tramp-parse-connection-properties): Reflow docstring.
8077 2008-09-04  Kim F. Storm  <storm@cua.dk>
8079         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
8080         and other-frame methods when switching between file and buffer modes.
8082 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
8084         * info.el (Info-dir-remove-duplicates): Narrow buffer when
8085         removing duplicate entries under same heading.  Don't skip char
8086         matching anything but a space or tab at bol.  (Bug#864)
8088 2008-09-03  Alan Mackenzie  <acm@muc.de>
8090         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
8092 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8094         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
8095         (completion-pcm--all-completions): Move the case-fold-search binding to
8096         it also applies to completion-regexp-list (used in all-completions).
8097         (completion-pcm--hilit-commonality): Add missing case-fold-search.
8099 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
8101         * window.el (pop-up-frame-function): Move ...
8102         * frame.el (pop-up-frame-function): ... here, to avoid
8103         "CHANGED outside Customize;".
8105 2008-09-03  Glenn Morris  <rgm@gnu.org>
8107         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
8109 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
8111         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
8112         non-alphabetical characters properly.
8114 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8116         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
8118 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
8120         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
8121         control-prefixed keys.  (Bug#835)
8123 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
8125         * image-mode.el (image-mode): Fix 2008-07-19 change.
8127 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
8129         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
8131         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
8133 2008-09-02  Glenn Morris  <rgm@gnu.org>
8135         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
8137         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
8139 2008-09-01  Glenn Morris  <rgm@gnu.org>
8141         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
8142         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
8143         and fix name typos.  (Bug#856)
8145 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
8147         * minibuffer.el (completion-pcm--pattern->regex):
8148         When completion-ignore-case is non-nil, generate a regexp that
8149         ignores case.
8151         * window.el (recenter-top-bottom): Doc fix.
8153 2008-09-01  Simon South  <ssouth@member.fsf.org>
8155         * progmodes/delphi.el: New maintainer.
8156         (delphi-interface-types): New var.
8157         (delphi-composite-types): Use it.
8158         (delphi-enclosing-indent-of): Distinguish between "interface"
8159         keyword as a unit separator and used like a class declaration.
8161 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
8163         * help-fns.el (describe-simplify-lib-file-name)
8164         (find-source-lisp-file): Remove.
8165         (find-lisp-object-file-name): New function giving preference to
8166         files found via load-path instead of loaddefs.el.
8167         (describe-function-1): Use new function instead of the removed
8168         ones.  (Bugs #587, #669, #690)
8169         * faces.el (describe-face): Use find-lisp-object-file-name instead
8170         of describe-simplify-lib-file-name.
8172 2008-09-01  Kenichi Handa  <handa@m17n.org>
8174         * international/mule-diag.el (font-show-log): Fix previous change.
8176         * international/mule-cmds.el (set-language-environment):
8177         Don't overwrite current-iso639-language if the current language
8178         environment doesn't provide that data.
8179         (set-locale-environment): Set current-iso639-language from the
8180         locale name.
8182         * international/fontset.el (script-representative-chars): Re-add
8183         the entry for symbol, but with vector of characters.
8184         (setup-default-fontset): Cancel previous change.
8186 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
8188         * ido.el: Move provide statement to the end of the file.
8190 2008-08-30  Markus Triska  <markus.triska@gmx.at>
8192         * linum.el (linum-mode): `window-size-change-functions' can now be
8193         buffer-local.
8194         (linum-update-window): Use result of `move-overlay'.
8196 2008-08-30  Glenn Morris  <rgm@gnu.org>
8198         * subr.el (make-variable-frame-local): Tweak obsolescence message.
8200         * info.el (Info-hide-note-references, Info-refill-paragraphs):
8201         Doc fixes.
8203         * apropos.el (apropos-command): Report documentation errors.
8204         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
8206 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
8208         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
8209         string.
8211 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
8213         * bindings.el (mode-line-frame-identification): Fix last change.
8215 2008-08-29  Kenichi Handa  <handa@m17n.org>
8217         These changes are to adjust the automatic composition for the new
8218         implementation (avoid using text property).
8220         * composite.el (composition-function-table): Move declaration to
8221         composite.c.
8222         (terminal-composition-base-character-p): Delete it.
8223         (terminal-composition-function): Delete it.
8224         (terminal-composition-function-table): Delete it.
8225         (lgstring-header, lgstring-set-header, lgstring-font)
8226         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
8227         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
8228         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
8229         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
8230         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
8231         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
8232         (compose-glyph-string, compose-glyph-string-relative)
8233         (compose-gstring-for-graphic, compose-gstring-for-terminal):
8234         New functions.
8235         (auto-compose-chars): Argument changed.
8237         * language/european.el: Don't setup composition-function-table.
8238         (diacritic-composition-pattern, diacritic-compose-region)
8239         (diacritic-compose-string, diacritic-compose-buffer)
8240         (diacritic-composition-function): Delete them.
8242         * language/lao-util.el (lao-composition-function): Argument changed.
8244         * language/sinhala.el: Fix setting up of composition-function-table.
8246         * language/thai.el: Fix setting up of composition-function-table.
8248         * language/thai-util.el: Encoding changed to utf-8.
8249         (thai-composition-function): Argument changed.
8251         * language/indian.el: Fix setting up of composition-function-table.
8252         (devanagari-composable-pattern)
8253         (tamil-composable-pattern, kannada-composable-pattern)
8254         (malayalam-composable-pattern): New variables.
8256         * international/characters.el (unicode-category-table):
8257         Setup unicode-category-table.
8259         * international/fontset.el (setup-default-fontset): Prepend
8260         iso10646-1 fonts to the fallback font groups instead of appending.
8262 2008-08-29  Glenn Morris  <rgm@gnu.org>
8264         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
8266 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
8268         * term/x-win.el (x-win-suspend-error): Don't signal error if there
8269         are no X frames active.
8271 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
8273         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
8274         `ignore-errors' (the function must succeed always).
8276 2008-08-28  Edward O'Connor  <hober0@gmail.com>
8278         * json.el (json-read-number): New arg.  Handle explicitly signed
8279         numbers.
8280         (json-readtable): Add `+' and `.'.
8282 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
8284         * term/pc-win.el (msdos-previous-message): New variable.
8285         (msdos-show-help): New function.
8286         (msdos-initialize-window-system): Set show-help-function to
8287         msdos-show-help.
8289 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
8291         * emacs-lisp/debug.el (debug): When killing a noninteractive
8292         Emacs, give an exit status of -1.
8294 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
8296         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
8298 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
8300         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
8301         not the same as the last modification time, fall back on the
8302         backend-specific check.
8304 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
8306         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
8307         to go to the position of interest.
8309 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
8311         * textmodes/artist.el (artist-mode-init): Add comment on the
8312         setting up of the `artist-replacement-table' array.
8313         (artist-get-replacement-char): New defsubst.
8314         (artist-get-char-at-xy-conv, artist-replace-char)
8315         (artist-replace-chars, artist-replace-string): Use it instead of
8316         accessing `artist-replacement-table' directly.
8317         Reported by Rubén Berenguel <ruben@maia.ub.es>.
8319         (artist-mt): Fix structures for cut and copy operations.
8321 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
8323         * shell.el (shell-file-name-quote-list): Quote `$'.
8325         * comint.el (comint-dynamic-complete-as-filename): Generalize last
8326         change to allow quoting of characters before point.
8327         (comint-dynamic-list-filename-completions): Quote common substring.
8329 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
8331         * comint.el (comint-dynamic-complete-as-filename): If case is
8332         ignored while matching, replace the entire filename with completion.
8334         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
8335         flyspell-pre-point is valid to avoid signalling an error in
8336         post-command-hook.
8338 2008-08-26  Johan Bockgård  <bojohan@gnu.org>
8340         * linum.el (linum): Inherit remaining face attributes from default
8341         face.
8343 2008-08-26  Markus Triska  <markus.triska@gmx.at>
8345         * linum.el (linum-delay): Disable - it should no longer be
8346         necessary, and can lead to longer delays.
8347         (linum-update-window): Renumber if margin width has changed.
8349 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
8351         * epa.el (epa--key-widget-action): Save the selected window to
8352         make `widget-button-click-moves-point' work.  (Bug#733).
8354 2008-08-26  Glenn Morris  <rgm@gnu.org>
8356         * calendar/holidays.el (calendar-holidays): Doc fix.
8358         * progmodes/gud.el (tramp-file-name-localname)
8359         (tramp-dissect-file-name): Declare.
8361         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
8363 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
8365         * bindings.el (mode-line-frame-control): New function, caters to
8366         `pc' ``window system''.
8367         (mode-line-frame-identification): Use it instead of accessing
8368         window-system directly.
8370 2008-08-25  Juri Linkov  <juri@jurta.org>
8372         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
8373         `center-line' and "\eS" from `center-paragraph'.
8374         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
8375         `center-paragraph'.
8377 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
8379         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
8380         (newsticker-treeview-treewindow-width): New.
8381         (newsticker-treeview-listwindow-height): New.
8382         (newsticker-treeview-browse-url-item): New.
8383         (newsticker-treeview-mode-map):
8384         Add newsticker-treeview-browse-url-item.
8385         (newsticker--treeview-window-init):
8386         Use newsticker-treeview-treewindow-width and
8387         newsticker-treeview-listwindow-height.
8389         * net/newst-reader.el (newsticker-browse-url-item): New.
8391 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
8393         * vc-dir.el (vc-dir-marked-only-files-and-states):
8394         (vc-dir-child-files-and-states): Reverse the list before returning it.
8396 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
8398         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
8400 2008-08-24  Romain Francoise  <romain@orebokech.com>
8402         * progmodes/python.el (run-python): Remove '' from sys.path.
8404 2008-08-23  Glenn Morris  <rgm@gnu.org>
8406         * progmodes/fortran.el (fortran-tab-mode-string)
8407         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
8409 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
8411         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
8412         Add declare-function.
8414         * startup.el (command-line): Don't call tty-register-default-colors
8415         if initial-window-system is `pc'.
8417         * term/internal.el (local-function-key-map): Fix unbalanced parens.
8418         (msdos-key-remapping-map): New variable.  Move here all the special
8419         keys we will be remapping via local-function-key-map.
8420         (msdos-setup-keyboard): New function.
8422         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
8423         make-msdos-frame.
8424         (terminal-init-internal): New function, errors out if called.
8425         (msdos-initialize-window-system): New function.
8426         (msdos-create-frame-with-faces): Set the terminal's
8427         `terminal-initted' (sic!) parameter.
8428         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
8429         (window-system-initialization-alist):
8430         Add msdos-initialize-window-system.
8431         (handle-args-function-alist): Use tty-handle-args for `pc'
8432         ``window system'' as well.
8433         (pc-win): Provide.
8435         * term/tty-colors.el (tty-register-default-colors): Remove bogus
8436         code for using msdos-color-values.
8438         * loadup.el [ms-dos]: Load term/pc-win.
8440 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
8442         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
8443         directory name.
8445 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
8447         * progmodes/gud.el (gud-common-init): Use absolute file so that
8448         perldb works with tramp (sudo).
8450         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
8451         match data in process filters.
8453 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
8455         * dired.el (dired-buffer-stale-p): Do not revert buffer that
8456         can be written.
8458 2008-08-23  Glenn Morris  <rgm@gnu.org>
8460         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
8461         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
8463 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
8465         * subr.el (temp-buffer-show-hook): Doc fix.
8467 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
8469         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
8470         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
8471         <tassilo@member.fsf.org>.
8473         * net/trampver.el: Update release number.
8475         * net/xesam.el (xesam-minor-mode): New minor mode.
8476         (xesam-highlight-buffer): Remove.  Code moved to
8477         `xesam-minor-mode'.
8478         (xesam-refresh-entry): Use `xesam-minor-mode'.
8480 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
8482         * minibuffer.el (completion--try-word-completion):
8483         Disable partial-completion when considering the addition of a space
8484         or hyphen.
8486 2008-08-21  John Paul Wallington  <jpw@pobox.com>
8488         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
8489         filename of `tofile' doesn't contain any colons on Windows,
8490         Cygwin, and MS-DOS systems.
8492 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
8494         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
8495         (epg-context-set-progress-callback): Make sure the callback is a
8496         cons of a function and a handback.  Update all callers.
8498 2008-08-20  David Reitter  <david.reitter@gmail.com>
8500         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
8501         Patch applied by Adrian Robert.
8503 2008-08-20  Kevin Ryde  <user42@zip.com.au>
8505         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
8506         directive lines.
8508 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
8510         * net/xesam.el (xesam-highlight-string): Precise doc string.
8511         (xesam-highlight-buffer): New defun.
8512         (xesam-refresh-entry): Use it.  Better check for sourceModified.
8514 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
8516         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
8517         their names.
8519 2008-08-19  Kenichi Handa  <handa@m17n.org>
8521         * language/european.el ("Esperanto"): Change the preferred
8522         charsets to iso-8859-3.
8524         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
8526         * international/fontset.el (script-representative-chars):
8527         Delete the entry for symbol.
8528         (setup-default-fontset): For symbol characters, don't specify
8529         :script property.
8531 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
8533         * minibuffer.el (completion-table-dynamic): Doc fix.
8535         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
8536         saved.
8538 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
8540         * emulation/edt.el (edt-default-emulation-setup):
8541         Share global-buffers-menu-map with the emulated global map.
8543 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8545         * term/ns-win.el (global): Uncomment "put backspace
8546         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
8548 2008-08-18  Kenichi Handa  <handa@m17n.org>
8550         * international/mule-diag.el (font-show-log): Add optional arg N
8551         to control the limit of font listing.
8553 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
8555         * window.el (recenter-top-bottom): Determine top and bottom
8556         positions using scroll-margin instead of scroll-conservatively.
8558 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8560         * proced.el (proced-send-signal): Use beginning-of-line.
8562 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8564         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
8565         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
8566         listing types.
8567         (proced-log-buffer): New variable.
8568         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
8569         region if transient-mark-mode is turned on and the region is active.
8570         (proced-omit-processes): Rename from proced-hide-processes to
8571         avoid key clash with describe-mode (bound to h).  Search for
8572         marked processes starting from point-min.
8573         (proced-header-space): Remove.
8574         (proced-send-signal): Handle errors.  Operate on current process
8575         if no process is marked.
8576         (proced-why): New command.
8577         (proced-log, proced-log-summary): New functions.
8578         (proced-help): Use proced-why.
8579         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
8580         (bibtex-autokey-year-title-separator): Fix docstring.
8582 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
8584         * net/xesam.el (xesam-vendor, xesam-notify-function):
8585         New local variables.
8586         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
8587         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
8588         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
8589         (xesam-new-search): Initialize `xesam-vendor'.
8591 2008-08-15  Glenn Morris  <rgm@gnu.org>
8593         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
8594         a pipeline.
8595         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
8596         unless at the end of the pipeline.  (Bug#699).
8598 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
8600         * minibuffer.el (completion-boundaries): Doc fix.
8601         (display-completion-list): Only default base-size to zero if
8602         completing in the minibuffer.
8604         * simple.el (completion-base-size): Doc fix.
8605         (choose-completion): Try reselecting completion-reference-buffer.
8607 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
8609         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
8610         also for remote directories.
8612 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8614         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
8615         since those precomputed values aren't used any more.
8616         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
8618 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
8620         * help.el (with-help-window): Return last value in BODY.
8622 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
8624         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
8625         notify function of the URL.
8626         (xesam-new-search): Encode special characters in the query string.
8628 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
8630         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
8632 2008-08-13  Andreas Schwab  <schwab@suse.de>
8634         * net/tramp.el (tramp-handle-shell-command): Handle output going
8635         to current buffer like shell-command.  Don't disable undo.
8637 2008-08-13  Glenn Morris  <rgm@gnu.org>
8639         * eshell/esh-cmd.el (eshell/which): Handle the case where no
8640         description is found.
8642 2008-08-12  Alan Mackenzie  <acm@muc.de>
8644         * progmodes/cc-defs.el (c-emacs-features):
8645         argumentative-bod-function: bind mark-ring to avoid accumulating a
8646         spurious mark.
8648 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
8650         * simple.el (visual-line--saved-state): New var.
8651         (visual-line-mode): Save local values of variables, and restore
8652         them when visual-line-mode is disabled.
8654 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
8656         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
8658 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
8660         * progmodes/cc-defs.el (c-emacs-features):
8661         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
8662         moving point during the test.
8664         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
8666 2008-08-11  Glenn Morris  <rgm@gnu.org>
8668         * term/ns-win.el (x-parse-geometry): Doc fix.
8670         * dired.el (x-popup-menu):
8671         * hi-lock.el (x-popup-menu):
8672         * mouse.el (font-face-attributes):
8673         * calendar/cal-menu.el (x-popup-menu):
8674         * calendar/calendar.el (x-popup-menu):
8675         * calendar/holidays.el (x-popup-menu):
8676         * progmodes/cperl-mode.el (x-popup-menu):
8677         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
8678         (x-open-connection):
8679         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
8680         (x-command-line-resources):
8681         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
8682         (x-display-name, x-command-line-resources):
8683         Add declarations for builds without X.
8685 2008-08-10  Glenn Morris  <rgm@gnu.org>
8687         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
8689 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
8691         * vc-bzr.el (vc-bzr-find-revision): Rename from
8692         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
8694 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
8696         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
8697         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
8698         "DONE", when all hits are retrieved.
8699         (xesam-search): Autoload it.
8701 2008-08-11  John Paul Wallington  <jpw@pobox.com>
8703         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
8704         empty string when no filename.
8705         (define-ibuffer-column filename): Accommodate that change.
8707         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
8708         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
8710 2008-08-10  Glenn Morris  <rgm@gnu.org>
8712         * Makefile.in (ELCFILES): Update.
8714 2008-08-10  John Paul Wallington  <jpw@pobox.com>
8716         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
8718 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
8720         * battery.el (battery-echo-area-format, battery-status-function):
8721         Handle new Linux sysfs format for battery reporting.
8722         (battery-linux-sysfs): New function.
8724 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
8726         * add-log.el (change-log-search-tag-name)
8727         (change-log-goto-source): Fix behavior when point is not on tag.
8729 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
8731         * startup.el (command-line-ns-option-alist): Use ignore instead of
8732         ns-ignore-0-arg.
8734         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
8735         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
8736         (ns-alternatives-map): New variable.
8737         (x-set-up-function-keys): Use it.
8738         (global): Comment out "put backspace ascii-character..." and friends.
8739         Move function-key-map into ns-alternatives-map.  Don't call
8740         precompute-menubar-bindings.  Don't set anything connected with
8741         browse-url.
8742         (after-make-frame-functions): Clarify comment why a hook is added.
8744 2008-08-06  Joakim Verona  <joakim@verona.se>
8746         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
8747         in url:s.
8749 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
8751         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
8752         Fix 2008-01-01 change: use a shy group to not affect subsequent
8753         match calls.
8755 2008-08-06  Reto Zimmermann  <reto@gnu.org>
8757         * progmodes/vera-mode.el (vera-electric-tab):
8758         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
8759         region when active.
8761 2008-08-06  Kenichi Handa  <handa@m17n.org>
8763         * faces.el (face-valid-attribute-values): Fix handling the value
8764         of (font-family-list) and font-XXX-table.
8766 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
8768         * proced.el (proced-menu): Bind the correct function to for toggling.
8770         * vc-dir.el (vc-dir-mode): Fix typo.
8772 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8774         * whitespace.el (whitespace-newline-mode)
8775         (global-whitespace-newline-mode, whitespace-mode)
8776         (global-whitespace-mode): Improve docstring.
8778 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
8780         * kmacro.el (kmacro-exec-ring-item): Add autoload.
8782         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
8784         * cus-start.el (all): Handle auto-save-visited-file-name.
8786 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
8788         * files.el (hack-one-local-variable-eval-safep): Handle
8789         lisp-indent-function and scheme-indent-function in addition to the
8790         deprecated lisp-indent-hook.
8792 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
8794         * net/xesam.el (top): Require `wid-edit' always.
8795         (xesam-mode-line, xesam-highlight): New deffaces.
8796         (xesam-objects): New local variable.
8797         (xesam-search-engines): Fix error in field list.
8798         (xesam-mode): Use `xesam-mode-line' instead of
8799         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
8800         proper initialization (why?).
8801         (xesam-highlight-string, xesam-get-hits)
8802         (xesam-kill-buffer-function): New defuns.
8803         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
8804         result of "hit.fields", it isn't a string only.  Wrap an error of
8805         the strigi search engine ("xesam:size" is returned as string).
8806         Highlight search items.
8807         (xesam-refresh-search-buffer): Make logic of counters more simple.
8808         Prefetch next hits.
8809         (xesam-signal-handler): Use `xesam-mode-line' instead of
8810         `font-lock-type-face'.
8811         (xesam-new-search): Add `xesam-kill-buffer-function' to
8812         `kill-buffer-hook'.
8814 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
8816         * add-log.el (change-log-next-error, change-log-mode): Add support
8817         for `next-error' to call `change-log-goto-source' on named files
8818         in a ChangeLog.
8820 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
8822         * calc/calc.el (math-read-number): Handle all C-like languages
8823         properly.
8825 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8827         * calc/calc.el (math-read-number): Handle C numbers beginning with
8828         0 correctly.
8830 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8832         * term/ns-win.el ([ns-new-frame]): New global key.
8834 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
8836         * international/mule-cmds.el (read-char-by-name):
8837         Check UCS names with `assoc-string' and case folding.
8839 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
8841         * net/dbus.el (dbus-call-method-asynchronously)
8842         (dbus-method-return-internal, dbus-method-error-internal):
8843         Declare them with `declare-function'.
8845 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
8847         * descr-text.el (describe-char-display): Fix last change:
8848         don't pass CHARSET to `encoded-string-description'.
8850 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
8852         * vc.el (vc-next-action): Update list var correctly after delete.
8854 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8856         * ido.el (ido-mode): Add toggle notification.
8858         * cus-edit.el (custom-save-all): Avoid destroying symlink if
8859         already visiting the custom file.
8861         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8862         pending output coming after the status change.
8864 2008-08-02  Jason Rumney  <jasonr@gnu.org>
8866         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
8868 2008-08-01  Kenichi Handa  <handa@m17n.org>
8870         * international/mule-cmds.el (encode-coding-char):
8871         New optional arg CHARSET.
8873         * descr-text.el (describe-char-display): Call encode-coding-char
8874         with the arg CHARSET.
8875         (describe-char): Pay attention to the text-property `charset'.
8877 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
8879         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
8880         error messages.
8881         (dbus-set-property): Call `dbus-introspect-get-property' instead
8882         of `dbus-get-property'.
8884         * net/xesam.el (xesam-all-fields): Remove source and content
8885         identifiers.
8886         (xesam-dbus-unique-names): New defvar.
8887         (xesam-dbus-call-method): New defun.  Replace all calls of
8888         `dbus-call-method' by `xesam-dbus-call-method'.
8889         (xesam-get-cached-property, xesam-set-cached-property):
8890         New defuns.
8891         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
8892         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
8893         (xesam-search-engines): Make it an association list.  Take changed
8894         layout into account in the corresponding function.
8895         (xesam-delete-search-engine): Remove check for consistency of
8896         `xesam-search-engines', not needed anymore.
8897         (xesam-mode): Show XML query string only in the debug case.
8899 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
8901         * files.el (read-file-modes): Fix typo in docstring.
8903 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
8905         * Makefile.in: Avoid maintainer warning for autogenerated unicode
8906         files.
8908         * apropos.el (apropos-symbol): Don't set button skip by default.
8909         (apropos-print): Set button skip iff searching for multiple types.
8910         (apropos-print-doc): Insert blank label button when searching for
8911         a single type.
8913         * button.el (forward-button): Avoid infloop.
8915         * minibuffer.el (read-file-name-completion-ignore-case):
8916         Add cygwin to the list.
8918 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
8920         * files.el (abbreviate-file-name): When replacing $HOME with ~,
8921         turn off case-fold-search.
8923 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
8925         * net/dbus.el (top): Don't register for "NameOwnerChanged".
8926         (dbus-message-type-invalid, dbus-message-type-method-call)
8927         (dbus-message-type-method-return, dbus-message-type-error)
8928         (dbus-message-type-signal): New defconst.
8929         (dbus-ignore-errors): Fix `edebug-form-spec' property.
8930         (dbus-return-values-table): New defvar.
8931         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
8932         New defun.
8933         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
8934         Extend docstring.  Adapt implementation according to new
8935         `dbus-event' layout.
8936         (dbus-event-service-name, dbus-event-path-name)
8937         (dbus-event-interface-name, dbus-event-member-name):
8938         Adapt implementation according to new `dbus-event' layout.
8939         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
8941         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
8942         (xesam-mode): Rework implementation.
8943         (xesam-new-search): Additional parameter TYPE.
8944         (xesam-search): Adapt call of `xesam-new-search'.
8946 2008-07-31  Juri Linkov  <juri@jurta.org>
8948         * dired-aux.el (dired-do-chmod): Set default value to the original
8949         mode string using absolute notation like u=rwx,g=rx,o=rx.
8950         Use it as a new arg `default' of `dired-mark-read-string'.
8951         (dired-mark-read-string): Add new optional arg `default'.
8953         * files.el (read-file-modes): Set default value to the original
8954         mode string using absolute notation like u=rwx,g=rx,o=rx.
8955         Use it as the `default' arg of `read-string'.
8957         * filesets.el (filesets-cmd-isearch-getargs): Check if the
8958         variable `files' is bound to avoid warnings.
8960         * isearch.el (isearch-forward-regexp, isearch-forward-word)
8961         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
8962         to the command `isearch-forward' instead of displaying "See C-s".
8963         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
8964         with their interactive specifications.  Move reading the face name to
8965         the main body after calls to isearch-done and isearch-clean-overlays.
8967         * mb-depth.el: Unify all names under one common name prefix
8968         `minibuffer-depth-'.
8969         (minibuffer-depth-indicator-function): Rename from
8970         `minibuf-depth-indicator-function'.
8971         (minibuffer-depth-overlay): Rename from
8972         `minibuf-depth-overlay'.
8973         (minibuffer-depth-setup): Rename from
8974         `minibuf-depth-setup-minibuffer'.
8975         (minibuffer-depth-indicate-mode): Rename from
8976         `minibuffer-indicate-depth-mode'.
8978 2008-07-31  Juri Linkov  <juri@jurta.org>
8980         * dired-aux.el (dired-isearch-filenames-toggle): New command.
8981         (dired-isearch-filenames-setup): Bind "\M-sf" to
8982         dired-isearch-filenames-toggle in isearch-mode-map.
8983         (dired-isearch-filenames-end): Bind "\M-sf" to nil
8984         in isearch-mode-map.
8986         * isearch.el (isearch-edit-string-set-word): New command.
8987         (minibuffer-local-isearch-map): Bind "\C-w" to
8988         isearch-edit-string-set-word.
8989         (isearch-new-word): Temporary internal variable.
8990         (isearch-edit-string): Remove special case of reading the
8991         first character and checking it for C-w.
8993         * simple.el (read-shell-command, shell-command):
8994         Move code that uses minibuffer-with-setup-hook to set
8995         minibuffer-default-add-function to minibuffer-default-add-shell-commands
8996         from the interactive spec of `shell-command' to `read-shell-command'.
8998         * international/mule-cmds.el (read-char-by-name):
8999         Accept hash notation.  Doc fix.
9000         (ucs-insert): Doc fix.  Convert to number only when `arg' is
9001         a string.  Use separate error message when `arg' is not an integer.
9002         Bind `ucs-insert' to `C-x 8 RET'.
9004 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
9006         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
9007         move the (arglist-cont-nonempty) from c-offsets-alist to
9008         c-hanging-braces-alist like other styles already have.
9010 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9012         * textmodes/texinfmt.el:
9013         * nxml/nxml-enc.el:
9014         * mail/feedmail.el:
9015         * international/mule.el:
9016         * international/latexenc.el:
9017         * emulation/viper-util.el:
9018         * emulation/viper-init.el:
9019         * emulation/viper-ex.el:
9020         * emacs-lisp/bytecomp.el:
9021         * version.el:
9022         * subr.el:
9023         * startup.el:
9024         * sort.el:
9025         * shadowfile.el:
9026         * recentf.el:
9027         * printing.el:
9028         * paths.el:
9029         * minibuffer.el:
9030         * ls-lisp.el:
9031         * loadup.el:
9032         * hippie-exp.el:
9033         * finder.el:
9034         * files.el:
9035         * ediff-util.el:
9036         * ediff-ptch.el:
9037         * ediff-init.el:
9038         * ediff-diff.el:
9039         * dired.el:
9040         * dired-aux.el:
9041         * cus-edit.el:
9042         * bindings.el:
9043         * arc-mode.el:
9044         * add-log.el: Remove VMS support.
9045         * obsolete/vmsproc.el:
9046         * obsolete/vms-pmail.el:
9047         * obsolete/vms-patch.el: Remove file.
9049 2008-07-31  Alan Mackenzie  <acm@muc.de>
9051         * progmodes/cc-mode.el (c-before-hack-hook): New function
9052         (Top Level): Install c-before-hack-hook on
9053         before-hack-local-variables-hook, rather than
9054         c-postprocess-file-styles on hack-local-variables-hook.
9056 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
9058         * files.el (normal-mode): Move call to hack-project-variables into
9059         hack-local-variables.
9060         (file-local-variables-alist, before-hack-local-variables-hook):
9061         New vars.
9062         (ignored-local-variables): Add file-local-variables-alist.
9063         (hack-local-variables-filter): Renamed from
9064         hack-local-variables-apply.  Add the result to
9065         file-local-variables-alist, without applying them.
9066         (hack-local-variables): Set file-local-variables-alist to nil.
9067         Call hack-project-variables and before-hack-local-variables-hook.
9068         Apply variables here, instead of hack-local-variables-apply.
9069         Based on a patch by Alan Mackenzie.
9071 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
9073         * info-look.el (autoconf-mode :doc-spec): For
9074         "(autoconf)M4 Macro Index", if the item already
9075         begins with "AS_", don't prefix that string again.
9077 2008-07-30  Juri Linkov  <juri@jurta.org>
9079         * info.el (info, Info-mode): Doc fix.
9081         * isearch.el (isearch-mode-map): Bind `M-s r' to
9082         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
9083         (search-map): Bind `M-s w' to `isearch-forward-word' globally
9084         in the global map `search-map'.
9085         (isearch-forward): Doc fix.
9086         (isearch-forward-word, isearch-toggle-case-fold): New commands.
9088         * simple.el (quoted-insert): Comment out code that treats
9089         0240-0377 specially.
9091 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
9093         * cus-start.el: Add customization info for
9094         read-buffer-completion-ignore-case.
9096 2008-07-30  Sam Steingold  <sds@gnu.org>
9098         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
9100 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
9102         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
9103         (vc-dir-mode): Improve docstring.
9105 2008-07-30  Juri Linkov  <juri@jurta.org>
9107         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
9108         for the sake of isearch-mode-hook in dired-mode in dired.el.
9110 2008-07-19  Markus Triska  <markus.triska@gmx.at>
9112         * image-mode.el (image-mode): Set image-mode-text-map when image
9113         cannot be displayed.
9115 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
9117         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
9118         ada-xref-set-default-prj-values.
9119         (ada-prj-display-page): Ditto.
9121         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
9122         (ada-make-filename-from-adaname): Fix free variable.
9124 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
9126         * vc-git.el (vc-git-status-printer): Synchronize with the default.
9128 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
9130         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
9131         for declarations inside a parenthetical list.  The code is ill-advised,
9132         and doesn't work given user defined types.
9133         (verilog-set-auto-endcomments): Enhance function automatic
9134         endcomment to support functions that return user defined types.
9135         (verilog-mode): Add code to tell which-function-mode minor mode
9136         that Verilog supports this feature.
9137         (verilog-beg-block-re-ordered, verilog-indent-re)
9138         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
9139         (verilog-leap-to-head): Support the new virtual and/or protected
9140         tasks, as well as extern declarations of tasks for indenting and
9141         for forward/backward expression.
9143 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
9145         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
9146         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
9147         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
9148         (verilog-string-replace-matches): Avoid recursion with small
9149         replacements.
9150         (verilog-auto-inst-param-value, verilog-mode-version)
9151         (verilog-mode-version-date, verilog-read-inst-param-value)
9152         (verilog-auto-inst, verilog-auto-inst-param)
9153         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
9154         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
9155         David Rogoff.  This allows parameters to be replaced with their
9156         values, on the expansion of an AUTOINST with Verilog 2001 style
9157         parameter settings.
9159 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
9161         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
9162         to `cddr'.
9164 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
9166         * Makefile.in (ELCFILES): Add mairix.elc.
9168 2008-07-29  David Engster  <deng@randomsample.de>
9170         * net/mairix.el: New file.
9172 2008-07-29  Juri Linkov  <juri@jurta.org>
9174         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
9175         instead of variable-pitch with bold and 1.2 height.
9177         * dired-aux.el (dired-do-async-shell-command): New command.
9179         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
9180         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
9182 2008-07-29  Juri Linkov  <juri@jurta.org>
9184         * international/mule-cmds.el (ucs-names): New internal variable.
9185         (ucs-names): New function.
9186         (ucs-completions): New lazy completion variable.
9187         (read-char-by-name): New function.
9188         (ucs-insert): Replace interactive spec letter "s" with the call to
9189         `read-char-by-name'.
9191         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
9193         * replace.el (occur-read-primary-args):
9194         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9195         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
9196         second arg of `read-regexp'.
9198         * dired-aux.el (dired-isearch-filenames): New user option.
9199         (dired-isearch-orig-success-function): New internal variable.
9200         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
9201         (dired-isearch-success-function): New functions.
9202         (dired-isearch-filenames, dired-isearch-filenames-regexp):
9203         New commands.
9205         * dired.el (dired-insert-set-properties): Add new text property
9206         `dired-filename' to put on file names.
9207         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
9208         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
9209         Add menu items.
9210         (dired-mode): Add hook `dired-isearch-filenames-setup' to
9211         buffer-local `isearch-mode-hook'.
9213 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
9215         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
9216         (ada-create-case-exception): Fix typo in docstring.
9217         (ada-no-auto-case): Return nil, not the docstring.
9218         (ada-indent-current): Reflow docstring.
9220         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
9221         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
9222         (ada-prj-load-from-file): Reflow docstring.
9223         (ada-prj-display-page): Fix typo in widget.
9225         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
9226         Fix typos in docstrings.
9228         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
9229         (ada-compile-current, ada-check-current, ada-run-application)
9230         (ada-get-ali-file-name): Fix typos in docstrings.
9231         (ada-xref-confirm-compile, ada-find-references)
9232         (ada-find-local-references, ada-find-any-references): Doc fixes.
9233         (ada-get-all-references): Fix typo in error message.
9234         (ada-xref-current-project): Use `let', not `let*'.
9235         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
9237 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9239         * whitespace.el (whitespace-newline): Change initialization to have a
9240         low contrast relative to the background color.  Suggested by David
9241         Reitter <david.reitter@gmail.com>.
9243 2008-07-28  Juri Linkov  <juri@jurta.org>
9245         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
9246         New functions.
9248         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
9249         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
9251 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
9253         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
9254         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
9256 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
9258         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
9259         Add support for add-log.
9260         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
9262         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
9263         (ada-prj-save): Prompt for file name if not given.
9264         (ada-prj-display-page): Display casing exceptions.
9266         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
9267         Ada mode project files.  Delete 'main_unit' project variable;
9268         only need 'main'.  Simplify handling of default project values.
9269         Use cross-prefix consistently.
9270         (ada-find-executable): Throw error if not found.
9271         (ada-initialize-runtime-library): Improve error handling when
9272         gnatls not found.
9273         (ada-gnat-parse-gpr): New.
9274         (ada-treat-cmd-string): Allow process environment variables.
9275         (ada-xref-set-default-prj-values): Delete; replace with
9276         ada-default-prj-properties.
9277         (ada-parse-prj-file): Handle GNAT project files.
9278         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
9279         (ada-select-prj-file): New.
9280         (ada-get-absolute-dir-list): Allow project and environment variables.
9282 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
9284         Sync with Tramp 2.1.14.
9286         * net/tramp.el (tramp-perl-directory-files-and-attributes)
9287         (tramp-get-device): Make device number a cons cell.
9288         (tramp-convert-file-attributes): Make inode a cons cell.
9290         * net/trampver.el: Update release number.
9292 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9294         * faces.el (face-set-after-frame-default): Treat 'ns as all other
9295         window systems.
9297 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9299         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
9301 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9303         Remove support for Mac Carbon.
9304         * term/mac-win.el: Remove file
9305         * international/mule-cmds.el:
9306         * version.el:
9307         * startup.el:
9308         * simple.el:
9309         * mwheel.el:
9310         * mouse.el:
9311         * loadup.el:
9312         * isearch.el:
9313         * info.el:
9314         * frame.el:
9315         * faces.el:
9316         * disp-table.el:
9317         * cus-start.el:
9318         * cus-face.el:
9319         * cus-edit.el:
9320         * Makefile.in: Remove code for Carbon.
9322 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
9324         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
9325         bindings for functions deleted by Dan N. 2008-07-21.  Set
9326         where-is-preferred-modifier.  Add show-manual option to Help menu.
9328 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
9330         * net/tramp.el (tramp-handle-start-file-process):
9331         Set query-on-exit flag.  Kill temporary buffer.
9332         (tramp-process-sentinel): Remove defun.
9333         (tramp-do-copy-or-rename-file-out-of-band)
9334         (tramp-maybe-open-connection): Don't call it.
9336         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
9337         `tramp-process-sentinel'.
9339         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
9340         `tramp-process-sentinel'.
9342         * net/xesam.el (xesam-from): Remove defvar.
9343         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
9344         and `mode-line-position'.
9345         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
9346         information to the widgets.  Don't set `mode-line-position'.
9347         (xesam-refresh-search-buffer): Correct hit number computing.
9348         Don't set `mode-line-position'.
9349         (xesam-new-search): Add debug information to the mode line.
9351 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9353         * diff-mode.el (diff-show-trailing-blanks): Renamed to
9354         diff-show-trailing-whitespaces.
9356 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
9358         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
9359         invalid filename strings when parsing tex errors (bug#376).
9361 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
9363         * menu-bar.el (menu-bar-file-menu): Fix typo.
9365 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
9367         * play/solitaire.el (solitaire-mode-map): Define within defvar.
9368         (solitaire-mode): Define with `define-derived-mode'.
9369         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
9370         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
9371         (solitaire-undo, solitaire-check): Use `when'.
9372         (solitaire-solve): Err out if the solitaire is already in progress.
9373         Use `when'.
9375         * descr-text.el (describe-char): Don't overwrite local variable char
9376         when describing characters with display-table entries.  Display font
9377         backend when describing composed characters.  Simplify: use `let'
9378         instead of `let*', and `or x y' instead of `if x x y'.
9380 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
9382         * image-mode.el (image-minor-mode): Set up winprops.
9384 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9386         * diff-mode.el (diff-show-trailing-blanks): New fun.
9387         Show trailing blanks in modified lines for diff-mode.
9389 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
9391         * Makefile.in (ELCFILES): Add net/xesam.el.
9393         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
9394         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
9396         * net/xesam.el: New file.
9398 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
9400         * dired-aux.el (dired-copy-file-recursive): Avoid calling
9401         set-file-modes when creating target directories.
9403 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
9405         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
9406         Set `show-trailing-whitespace' to nil.
9407         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
9408         Fix typos in docstrings.
9410 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
9412         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
9413         key remapping, not directly.
9415 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9417         * whitespace.el: New version 11.2.
9418         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
9419         minor mode visualization.
9421 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9423         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
9425         * Makefile.in (ELCFILES): Add term/common-win.elc.
9427         * vc-dir.el (vc-dir-search, vc-dir-isearch)
9428         (vc-dir-isearch-regexp): New functions.
9429         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
9431 2008-07-23  Juri Linkov  <juri@jurta.org>
9433         * isearch-multi.el: Remove file to avoid dos file name clashes
9434         with isearch-x.el.  Move most content to misearch.el.
9436         * misearch.el: New file with most content from isearch-multi.el.
9437         Rename `isearch-buffers' name prefixes to `multi-isearch'.
9438         Remove `isearch-buffers-minor-mode'.  Add new function
9439         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
9440         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
9441         `multi-isearch-files', `multi-isearch-files-regexp'.
9443         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
9445         * isearch.el (isearch-message-prefix): Display "Multi" when
9446         `multi-isearch-next-buffer-current-function' is non-nil.
9447         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
9448         with `multi-isearch-next-buffer-current-function', and
9449         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
9451         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
9452         `multi-isearch-next-buffer-function' instead of
9453         `isearch-buffers-next-buffer-function'.  Remove call to
9454         `isearch-buffers-minor-mode'.
9456         * buff-menu.el (Buffer-menu-marked-buffers)
9457         (Buffer-menu-isearch-buffers)
9458         (Buffer-menu-isearch-buffers-regexp): New functions.
9459         (Buffer-menu-mode-map): Bind "M-s a C-s" to
9460         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
9461         `Buffer-menu-isearch-buffers-regexp'.
9462         (Buffer-menu-mode): Document new commands in docstring.
9463         (list-buffers-noselect): Add one space after Info file name
9464         according to the Info address convention.
9466         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
9467         New functions.
9469         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
9470         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
9471         (ibuffer-mode): Document new commands in docstring.
9473         * filesets.el (filesets-commands): Add commands for "Isearch" and
9474         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
9475         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
9476         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
9477         or `multi-isearch-files-regexp'.
9478         (filesets-cmd-query-replace-getargs): Call standard function
9479         `query-replace-read-args' to read `query-replace' arguments.
9480         Add `multi-query-replace-map'.
9481         (filesets-cmd-query-replace-regexp-getargs)
9482         (filesets-cmd-isearch-getargs): New functions.
9484 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
9486         * international/mule.el (recode-region): Deactivate mark at the end.
9488 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>
9490         * progmodes/flymake.el (flymake-errline, flymake-warnline):
9491         Use more suitable colors on dark displays.
9493 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
9495         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
9496         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
9497         (tramp-temp-buffer-name): New defconst.
9498         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
9499         command.  No trailing prompt.
9500         (tramp-process-sentinel): Remove temporary buffer, if existing.
9501         Don't handle trailing prompt.
9502         (tramp-open-connection-setup-interactive-shell):
9503         Use `tramp-temp-buffer-name'.
9505 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
9507         * shell.el (shell-dynamic-complete-functions):
9508         Use comint-dynamic-complete-filename as well (bug#361).
9510 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9512         * term/ns-win.el:
9513         * version.el (emacs-version):
9514         * loadup.el:
9515         * frame.el (make-frame-on-display): Check for ns instead of
9516         ns-windowing.
9518         * dired.el (dired-mode-map): Show the key binding for wdired.
9520         * menu-bar.el (menu-bar-file-menu): Show the key binding for
9521         exiting Emacs.
9523 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
9525         * term/ns-win.el (x-list-fonts): Drop alias.
9527 2008-07-23  Juri Linkov  <juri@jurta.org>
9529         * replace.el (multi-query-replace-map): New variable.
9530         (perform-replace): Add processing of new multi-buffer keys bound
9531         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
9532         if last input char was `automatic-all'.  Set new local variable
9533         `multi-buffer' to t when one of new two keys were typed.  Return
9534         non-nil value of `multi-buffer' that tells to calling functions
9535         to continue replacement on the next file.
9537         * progmodes/etags.el (tags-query-replace): Set arg `map' of
9538         `perform-replace' to `multi-query-replace-map'.
9540 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9542         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
9543         otherwise displayed in every buffer.
9545         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
9546         (vc-arch-trim-one-revlib): Delete temp directories as well.
9548 2008-07-22  Stephen Eglen  <stephen@gnu.org>
9550         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
9552 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
9554         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
9556 2008-07-22  Miles Bader  <miles@gnu.org>
9558         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
9559         (sh-mode-map): Remove remapping of newline-and-indent.
9561 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9563         * vc.el (Todo): Update.
9565         * vc-hooks.el: Remove obsolete comment.
9567         * vc-git.el (vc-git-status-printer): Update the directory display
9568         to match the default.
9570         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
9572 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
9574         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
9575         for "word wrap" command.
9577         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
9579 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9581         * term/ns-win.el: Rename ns- functions/variables to the
9582         corresponding x- versions.
9583         (x-select-text, x-cut-buffer-or-selection-value)
9584         (x-disown-selection-internal, x-get-selection-internal)
9585         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
9586         (x-display-mm-width, x-display-mm-height)
9587         (x-display-backing-store, x-display-save-under)
9588         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
9589         defaliases.
9591         * frame.el (ns-display-name): Remove declaration.
9592         (make-frame-on-display): Use x-display-name instead
9593         ns-display-name.  Use unless.
9595         * startup.el (command-line-1): Fix indentation.
9597         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
9598         checked in inadvertently.
9600 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
9602         * term/ns-win.el: Standardize references to "Nextstep" in
9603         comments, messages, and docstrings.
9604         (ns-handle-args, x-parse-geometry)
9605         (ns-extended-platform-support-mode, x-setup-function-keys)
9606         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
9607         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
9608         (ns-initialized, ns-initialize-window-system): Doc fixes.
9610 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9612         * diff-mode.el (diff-auto-refine): Delete defcustom.
9613         (diff-auto-refine-mode): New func/var via define-minor-mode.
9614         Update var ref to use diff-auto-refine-mode.
9615         * smerge-mode.el (diff-mode): Require when compiling.
9616         (smerge-auto-refine): Delete defcustom.
9617         Update smerge-auto-refine ref to use diff-auto-refine-mode.
9619 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
9621         * simple.el (visual-line): New custom group.
9622         (visual-line-fringe-indicators): New var.
9623         (visual-line-mode): Set fringe-indicator-alist based on
9624         visual-line-fringe-indicators.  Add lighter.
9626 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
9628         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
9629         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
9630         (x-handle-geometry, x-handle-name-switch, x-display-name)
9631         (x-handle-display, x-handle-args, x-colors): Move ...
9632         * term/common-win.el: ... here.  New file.
9633         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
9634         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
9635         (x-handle-geometry, x-handle-name-switch, x-display-name)
9636         (x-handle-display, x-handle-args, x-colors): Remove.
9637         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
9639 2008-07-19  Juri Linkov  <juri@jurta.org>
9641         * startup.el (fancy-startup-text): Move the line "To quit
9642         a partially entered command, type Control-g" a few lines below
9643         to be after the line "To start".  Add text "at gnu.org" to
9644         "Overview of Emacs features".
9646         * dired.el (dired-mode-map): Fix menu text of
9647         image-dired-display-thumbs.
9649         * image-dired.el (image-dired-cmd-create-thumbnail-options)
9650         (image-dired-cmd-create-temp-image-options)
9651         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
9652         ImageMagick command line to change the dimensions of the image
9653         only if its width or height exceeds the geometry specification.
9655         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
9657         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
9658         to docstrings.
9660 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
9662         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
9663         Vinicius Jose Latorre.
9665 2008-07-19  Glenn Morris  <rgm@gnu.org>
9667         * term/ns-win.el (ns-make-command-string): Use mapconcat.
9668         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
9670 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
9672         * net/dbus.el (dbus-interface-properties): New defconst.
9673         (dbus-introspect): Update docstring.
9674         (dbus-introspect-xml, dbus-introspect-get-attribute)
9675         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
9676         (dbus-introspect-get-interface-names)
9677         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
9678         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
9679         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
9680         (dbus-introspect-get-property)
9681         (dbus-introspect-get-annotation-names)
9682         (dbus-introspect-get-annotation)
9683         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
9684         (dbus-introspect-get-signature, dbus-get-property)
9685         (dbus-set-property, dbus-get-all-properties): New defuns.
9687 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
9689         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
9690         ns-grabenv.elc.
9692         * ns-carbon-compat.el: File removed.
9694         * ns-grabenv.el: File removed.
9696         * term/ns-win.el: Contents of ns-carbon-compat.el and
9697         ns-grabenv.el moved here.
9698         (ns-grabenv, ns-open-file-select-line): Doc fixes.
9699         (ns-submit-bug-report): Function removed.  Reports go to the main
9700         Emacs bug list.
9701         (ns-handle-args, ns-spi-service-call): Doc fixes.
9702         (info-ns-emacs): Function removed.  Nextstep port manual will be
9703         merged into the Emacs manual, so no separate link needed.
9705 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
9707         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
9709 2008-07-18  Glenn Morris  <rgm@gnu.org>
9711         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
9712         to XEmacs, since it does nothing for Emacs.
9714 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9716         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
9717         BUFFER that is a string but does not exist as a buffer object, as
9718         mentioned in the doc-string.
9720 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
9722         * simple.el (line-move-visual): Make it a defcustom.
9723         (line-move-1): Convert temporary-goal-column back to an integer if
9724         it was set as a float by a previous call to line-move-visual.
9725         (end-of-visual-line, beginning-of-visual-line)
9726         (next-logical-line, previous-logical-line): New functions.
9728 2008-07-17  David Reitter  <david.reitter@gmail.com>
9730         * simple.el (kill-visual-line, turn-on-visual-line-mode): New functions.
9731         (visual-line-mode, global-visual-line-mode): New minor mode.
9732         (visual-line-mode-map): New variable.
9734 2008-07-17  Glenn Morris  <rgm@gnu.org>
9736         * term/ns-win.el (parameters): Declare for compiler.
9738 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
9740         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
9741         for Windows.
9743 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
9745         * epa.el (epa-key-list-mode): Use run-mode-hooks.
9746         (epa-key-mode): Ditto.
9747         (epa-info-mode): Ditto.
9749 2008-07-17  Glenn Morris  <rgm@gnu.org>
9751         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
9752         (ns-handle-numeric-switch): Just call ns-handle-switch.
9753         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
9754         (ns-handle-args): Simplify using `pop'.
9755         (ns-display-name): Define (used in frame.el).
9756         (menu-bar-select-frame): Add (ignored) arg to more closely match the
9757         original definition.
9758         (ns-perform-service): Declare.
9759         (ns-save-preferences): Use fewer `let's.
9761         * frame.el (ns-display-name): Declare for compiler.
9763 2008-07-17  Kenichi Handa  <handa@m17n.org>
9765         * descr-text.el (describe-char-unidata-list): Initialize to the
9766         list of name, general-category, decomposition, and old-name.
9768 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
9770         * startup.el (command-line-1): Update processing of NS long options to
9771         mimic recent changes to processing of X long options.
9773 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
9775         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
9776         list of #defines for remote files.
9777         (gdb-source-info): Only show main if it has been found.
9779 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9781         * term/ns-win.el: Require CL; fix up comment style; reindent.
9782         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
9783         (ns-save-preferences): Use `case'.
9784         (ns-initialize-window-system): Use `dolist'.
9786 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
9788         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
9789         windowing is used.
9790         * term/ns-win.el (ns-extended-platform-support-mode):
9791         Correct/improve documentation.
9793 2008-07-16  Glenn Morris  <rgm@gnu.org>
9795         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
9796         Simply require 'cl (see comment in cl-compat.el).
9797         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
9798         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
9799         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
9800         directly rather by subterfuge.  Provide cl before loading cl-macs.
9802         * paths.el (rmail-spool-directory): Remove settings for systems that are
9803         no longer supported.
9805         * frame.el (ns-initialize-window-system): Declare for compiler.
9807         * term/ns-win.el: Add numerous declarations for compiler.
9808         (ns-pop-up-frames): Move definition before use.  Doc fix.
9810         * emacs-lisp/check-declare.el (check-declare-locate)
9811         (check-declare-verify): Handle .m files.
9813 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
9815         * ns-carbon-compat.el: New file: user-visible compatibility of
9816         NeXTstep port with Carbon port.
9817         * ns-grabenv.el: New file: functionality useful on OS X platform to
9818         expose environment variables inside Emacs started from icon.
9819         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
9820         * cus-edit.el:
9821         * cus-face.el:
9822         * disp-table.el:
9823         * faces.el:
9824         * info.el:
9825         * mouse.el:
9826         * mwheel.el:
9827         * simple.el: Add ns to window systems treated as GUIs.
9828         * facemenu.el (facemenu-read-color): Don't require a name match under
9829         NS, to allow numeric color entry.
9830         * frame.el (make-frame-on-display): Follow code for 'x in initializing
9831         'ns window system if need be.
9832         (various): Add 'ns as described above.
9833         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
9834         ns-windowing is active.
9835         * startup.el (command-line-ns-option-alist): New constant to handle NS
9836         windowing system specific command line args analogous to how they are
9837         handled for X windows.
9838         (command-line-1): Use the above where appropriate.
9839         * version.el: Add NS port version.
9840         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
9841         Darwin (usually OS X) systems.
9842         (woman-use-own-frame): Include 'ns in list of GUI window systems.
9843         * emulation/viper-util.el (ns-display-color-p)
9844         (ns-color-defined-p): Remove these (caustically-commented) outdated
9845         compensations for a port that was never itself integrated until now.
9846         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
9847         for NS window system.
9848         * international/mule-cmds.el: Add 'ns to list of special-cased window
9849         systems (probably most of these, x/w32/mac/ns could be changed to
9850         window-system non-nil).
9851         * term/ns-win.el: New file: lisp-side support for NS windowing system.
9853 2008-07-14  Jason Rumney  <jasonr@gnu.org>
9855         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
9856         (x-handle-numeric-switch, x-handle-initial-switch)
9857         (x-handle-xrm-switch, x-handle-args, x-handle-display)
9858         (xw-defined-colors, w32-initialize-window-system):
9859         Avoid use of cl pop and push macros.
9861 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
9863         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
9864         error when change-log-search-file-name returns nil.
9866 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
9868         * add-log.el (change-log-search-file-name):
9869         Use match-string-no-properties.
9870         (change-log-search-tag-name-1, change-log-search-tag-name)
9871         (change-log-goto-source-1, change-log-goto-source): New functions.
9872         (change-log-tag-re, change-log-find-head, change-log-find-tail):
9873         New variables.
9874         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
9876 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
9878         * calc/calc-help.el (calc-describe-key): Add angles to special key
9879         descriptions.
9881 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
9883         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
9884         search for regexp.
9886 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
9888         * simple.el (line-move-visual): Handle null pixel position gracefully.
9890 2008-07-11  Jason Rumney  <jasonr@gnu.org>
9892         * files.el (file-truename): Get truename of ancestors if file does
9893         not exist on Windows.
9895 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
9897         * simple.el (line-move-visual): Obey goal-column and no-error arg.
9898         (track-eol, temporary-goal-column, previous-line, next-line):
9899         Update docstring.
9900         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
9901         to nil.
9903 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9905         * simple.el (line-move-visual): New var.
9906         (line-move-visual): New function.
9907         (line-move): Call line-move-visual.
9909 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9911         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
9912         pattern and add patterns for C++ header files.
9914 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
9916         * window.el (truncated-partial-width-window-p): New function.
9918         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
9920         * faces.el (x-create-frame-with-faces): Don't pass parameters that
9921         are set later to x-create-frame.
9922         (face-set-after-frame-default): Apply X resources for non-default
9923         faces.
9925 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
9927         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
9928         frame-specific X resource settings.  Set faces using a list of
9929         frame parameters explicitly passed to the calling
9930         function (e.g. make-frame).
9931         (x-create-frame-with-faces, tty-create-frame-with-faces):
9932         Supply explicit frame parameter list to face-set-after-frame-default.
9934 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
9936         * net/browse-url.el (browse-url-default-browser):
9937         Fix argument list in lambda.
9939 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
9941         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
9942         from url-retrieve.
9943         (newsticker--sentinel-work): Fix xerror typo.
9945 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
9947         * vc-dir.el (vc-dir-refresh): Only update files.
9949         * vc-git.el (vc-git--ls-files-state): Remove unused function.
9951         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
9953 2008-07-06  John Paul Wallington  <jpw@pobox.com>
9955         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
9957 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
9959         * vc-git.el (vc-git-registered): Return true for removed files.
9960         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
9961         all the files instead of one per file.
9962         (vc-git-previous-revision): Add support for project-wide previous
9963         revision when specified file is nil.
9965 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9967         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
9969         * vc-dir.el (vc-dir-find-child-files): New function.
9970         (vc-dir-resync-directory-files): New function.
9971         (vc-dir-recompute-file-state): New function, broken out of ...
9972         (vc-dir-resynch-file): ... here.  Also deal with directories.
9973         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
9974         (vc-resynch-buffer): Use it.
9976         * vc-hg.el (vc-hg-registered): Do not set vc-state.
9978         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
9980 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
9982         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
9983         if it's not part of gdb-ui, e.g, at start.
9985         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
9986         filenames in stack trace (text command mode).
9988 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9990         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
9992         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9993         Use syntax-ppss on a position *before* the char we want to change.
9995 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
9997         * vc-dir.el (vc-dir-query-replace-regexp): New function.
9998         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
9999         (vc-dir-mode-map): Likewise.
10001 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
10003         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
10004         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
10005         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
10006         Remove spurious * in defcustom docstrings.
10008         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
10009         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
10010         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
10011         (default-justification): Remove spurious * in defcustom docstrings.
10013         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
10014         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
10015         (rst-compare-decorations, rst-default-indent, rst-update-section)
10016         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
10017         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
10018         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
10019         Fix typos in docstrings.
10020         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
10021         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
10022         (rst-get-decorations-around, rst-section-tree-point)
10023         (rst-font-lock-adornment-point): Reflow docstrings.
10024         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
10025         Doc fixes.
10026         (rst-re-enumerations): Comment out.
10028         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
10029         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
10030         (nxml-unicode-block-char-name-set):
10031         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
10032         * nxml/rng-nxml.el (rng-set-state-after):
10033         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
10035         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
10036         (rng-c-parse-annotation-body):
10037         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
10039         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
10040         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
10041         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
10042         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
10043         Fix typos in docstrings.
10044         (nxml-attribute-indent): Reflow docstring.
10045         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
10046         (nxml-default-buffer-file-coding-system): Doc fixes.
10048         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
10049         (nxml-ns-set-prefix): Fix typos in docstrings.
10050         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
10051         Reflow docstring.
10052         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
10054         * nxml/nxml-outln.el (nxml-hide-all-text-content)
10055         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
10056         (nxml-hide-direct-text-content, nxml-hide-subheadings)
10057         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
10058         (nxml-outline-display-rest, nxml-outline-set-overlay)
10059         (nxml-section-tag-forward, nxml-section-tag-backward)
10060         (nxml-back-to-section-start): Fix typos in docstrings.
10062         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
10063         Doc fixes.
10065         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
10066         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
10067         (nxml-scan-after-change): Fix typo in docstring.
10069         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
10070         (rng-name-class-possible-names): Doc fixes.
10071         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
10072         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
10073         Fix typos in docstrings.
10074         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
10075         Reflow docstrings.
10077         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
10078         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
10080         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
10081         (rng-xsd-convert-date-time): Reflow docstrings.
10082         (rng-xsd-compile): Fix typo in docstring.
10084         * nxml/rng-loc.el (rng-current-schema-file-name)
10085         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
10086         Doc fixes.
10087         (rng-set-schema-file): Fix typo in docstring.
10089         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
10090         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
10091         Fix typos in docstrings.
10092         (rng-message-overlay, rng-conditional-up-to-date-start)
10093         (rng-conditional-up-to-date-end): Doc fixes.
10094         (rng-next-error, rng-previous-error): Reflow docstrings.
10096         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
10097         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
10098         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
10099         (xmltok-merge-attributes): Fix typos in docstrings.
10100         (xmltok-make-attribute, xmltok-forward-special)
10101         (xmltok-get-declared-encoding-position): Reflow docstrings.
10103         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
10104         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
10105         Fix typos in docstrings.
10107 2008-07-02  John Paul Wallington  <jpw@pobox.com>
10109         * ibuffer.el (ibuffer-buffer-file-name):
10110         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
10111         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
10113 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
10115         * files.el (backup-extract-version): Handle versioned directories.
10116         (trash-directory): New variable.
10117         (move-file-to-trash): New function.
10119         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
10121 2008-07-02  Magnus Henoch  <mange@freemail.hu>
10123         * vc-git.el (vc-git-annotate-command): Use proper option for
10124         specifying revision.
10126 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10128         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
10129         if available.
10131 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
10133         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
10135         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
10136         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
10138         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
10140 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
10142         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
10143         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
10144         (gdb-var-list-children-regexp, gdb-var-update-regexp)
10145         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
10146         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10147         (gdb-stack-list-locals-regexp): Future proof regexps better.
10149 2008-06-30  Juri Linkov  <juri@jurta.org>
10151         * faces.el (face-name-history): New variable.
10152         (make-face, make-empty-face): Replace interactive spec "S"
10153         with `read-from-minibuffer' where `read' arg is t and
10154         `hist' arg is `face-name-history'.
10155         (read-face-name): Set `hist' arg of `completing-read-multiple'
10156         to `face-name-history'.
10157         (list-faces-display): Use `read-regexp' instead of `read-string'
10158         to read regexp.
10160         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
10161         to `regexp-history'.
10162         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
10163         make it an obsolete alias to it.
10164         (hi-lock-face-defaults): New variable renamed from
10165         `hi-lock-face-history'.
10166         (hi-lock-line-face-buffer, hi-lock-face-buffer)
10167         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
10168         `read-from-minibuffer'.  Doc fix.
10169         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
10170         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
10171         Set `hist' arg of `completing-read' to `face-name-history'.
10172         Put a list of default faces to `default' arg instead of `hist' arg.
10174         * bindings.el (abbrev-map, narrow-map): New variables.
10175         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
10176         Rebind related commands to these new maps.
10177         (ctl-x-r-map): New variable for rectangle, register and bookmark
10178         keys.  Move rectangle keybindings to rect.el and register
10179         keybindings to register.el.
10180         (next-buffer, previous-buffer): Remove C-x prefix and move
10181         keybindings to ctl-x-map.
10183         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
10184         to the new map `ctl-x-r-map' in autoload cookies.
10186         * expand.el: Rebind two global `C-x a' keys "n", "p"
10187         to the new map `abbrev-map' in autoload cookies.
10189         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
10191         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
10193 2008-06-30  Miles Bader  <miles@gnu.org>
10195         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
10196         after processing an escape sequence.
10198 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
10200         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
10201         from 2008-06-28.  It does not work on W32.
10203 2008-06-29  Juri Linkov  <juri@jurta.org>
10205         * replace.el (read-regexp): New function.
10206         (keep-lines-read-args, occur-read-primary-args):
10207         Call `read-regexp' instead of code moved to new function.
10208         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
10209         from the end of prompt.
10210         (replace-re-search-function): Doc fix.
10212 2008-06-29  Kenichi Handa  <handa@m17n.org>
10214         * descr-text.el (describe-char-display): Always return a string.
10215         (describe-char-padded-string): New function.
10216         (describe-char): Adjusted for the change of
10217         describe-char-display.  Use describe-char-padded-string.
10219 2008-06-29  Andreas Schwab  <schwab@suse.de>
10221         * vc-dir.el (vc-dir): Make backend argument optional and use
10222         vc-responsible-backend when nil.  Interactively pass nil for
10223         backend instead of using the backend of what happens to be
10224         default-directory at the time of the call.
10226         * find-dired.el (find-dired-filter): Preserve point.
10228 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
10230         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
10231         (sasl-find-mechanism, sasl-next-step):
10232         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
10233         (sasl-ntlm-response): Fix typos in docstrings.
10235 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
10237         * international/mule-cmds.el (view-hello-file): Doc fix.
10239 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
10241         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
10242         (set-face-attribute, face-set-after-frame-default)): Don't use it.
10244 2008-06-28  John Paul Wallington  <jpw@pobox.com>
10246         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
10248 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
10250         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
10251         (tramp-convert-file-attributes): Convert symlinks only when
10252         returned from `tramp-handle-file-attributes-with-stat'.
10254         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
10255         `substitute-in-file-name' when unloading.
10256         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
10258 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
10260         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
10261         (vc-string-prefix-p): Move function ...
10262         * vc.el (vc-string-prefix-p): ... here.
10264 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
10266         * vc-dir.el (vc-dir): Complete only directory names.
10268 2008-06-27  Jason Rumney  <jasonr@gnu.org>
10270         * w32-fns.el (top-level): Unconditionally define all charsets.
10272 2008-06-27  Alan Mackenzie  <acm@muc.de>
10274         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
10275         the CC Mode specific functions; this is no longer needed, since
10276         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
10278         * progmodes/cc-defs.el (c-emacs-features): New feature
10279         'argumentative-bod-function.
10281 2008-06-27  John Paul Wallington  <jpw@pobox.com>
10283         * chistory.el (list-command-history): Use `bound-and-true-p'.
10284         (command-history-map): Define within defvar.  Add docstring.
10286 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
10288         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
10289         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
10290         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
10291         (image-type-from-buffer): Use `looking-at-p'.
10293 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
10295         * ibuf-ext.el (diff-sentinel): Declare.
10297 2008-06-27  Glenn Morris  <rgm@gnu.org>
10299         * calendar/lunar.el (calendar-lunar-phases): Rename from
10300         calendar-phases-of-moon.  Keep old name as alias, update callers.
10301         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
10302         (diary-lunar-phases): Rename from diary-phases-of-moon.
10303         Keep old name as alias.
10304         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
10305         (cal-menu-global-mouse-menu): Update for lunar name changes.
10306         * calendar/calendar.el (calendar-mode-map): Update for name change.
10307         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
10309 2008-06-26  Glenn Morris  <rgm@gnu.org>
10311         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
10312         argument `nolocation'.
10313         (calendar-sunrise-sunset-month): New function.
10314         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
10315         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
10316         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
10317         * calendar/calendar.el (solar-sunrises-buffer): New constant.
10318         (calendar-mode-map): Use cal-menu-sunmoon-menu.
10319         (calendar-buffer-list): Add solar-sunrises-buffer.
10321         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
10323 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
10325         * cus-start.el: Add customization types for word-wrap and
10326         shift-select-mode.
10328 2008-06-26  John Paul Wallington  <jpw@pobox.com>
10330         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
10331         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
10332         (ibuffer-mark-on-buffer): Don't display message when removing marks.
10333         (ibuffer-mark-by-mode): Use `buffer-local-value'.
10335 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
10337         * vc-dir.el (tool-bar): Require.
10339         * vc.el (ewoc, tool-bar): Do not require.
10341 2008-06-26  Kenichi Handa  <handa@m17n.org>
10343         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
10344         characters.
10346         * composite.el (terminal-composition-base-character-p): New function.
10347         (terminal-composition-function):
10348         Use terminal-composition-base-character-p.  Include the base character
10349         in the composition.
10350         (auto-compose-chars): Don't check font-object for terminal display.
10352 2008-06-26  Glenn Morris  <rgm@gnu.org>
10354         * doc-view.el (bookmark-make-record-default):
10355         * image-mode.el (bookmark-make-record-default): Fix declaration.
10357         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
10358         Add default :value for sexp type.
10359         (calendar-month-edges): New variable.
10360         (calendar-month-edges): New function.
10361         (calendar-recompute-layout-variables): Set calendar-month-edges.
10362         (calendar-intermonth-header, calendar-intermonth-text): New options.
10363         (calendar-insert-at-column): New function.
10364         (calendar-generate-month): Use calendar-insert-at-column.
10365         Handle intermonth text.  Add 'date property.
10366         (calendar-column-to-month): Remove function.
10367         (calendar-column-to-segment): New function.
10368         (calendar-cursor-to-date): Use calendar-column-to-segment.
10369         Check 'date property.
10371         * calendar/calendar.el (calendar-print-other-dates):
10372         Handle mouse events.
10373         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
10374         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
10376         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
10377         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
10378         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
10380         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
10381         Use calendar-column-to-segment, calendar-month-edges, and
10382         the 'date property to handle intermonth text.
10384         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
10386         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
10387         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
10388         Add doc strings.
10389         (cal-menu-context-mouse-menu): Add some :keys.
10390         (calendar-check-holidays): Declare rather than autoloading.
10391         (diary-show-holidays-flag): Remove unneeded declaration.
10393         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
10394         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
10395         event-start is nil.
10397 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10399         * minibuffer.el (completion-basic-try-completion): Use the text after
10400         point to constrain the completion candidates.
10401         (completion-basic-all-completions): Adjust accordingly.
10403 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
10405         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
10406         courier.
10408         * faces.el (set-face-attribute): Doc fix.
10410 2008-06-25  Juri Linkov  <juri@jurta.org>
10412         * bindings.el (goto-map): New variable.  Rebind goto-related
10413         commands to this `M-g' prefix keymap.
10414         (search-map): New variable for `M-s' prefix keymap.
10415         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
10416         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
10417         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
10418         `M-shw' to `hi-lock-write-interactive-patterns'.
10420         * isearch.el (isearch-mode-map): Bind `M-s h r' to
10421         `isearch-highlight-regexp'.
10422         (isearch-highlight-regexp): New function.
10424 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10426         * info.el (Info-bookmark-make-record):
10427         Use bookmark-make-record-default.
10428         (Info-bookmark-jump): Use bookmark-default-handler.
10430         * image-mode.el (image-bookmark-make-record):
10431         Use bookmark-make-record-default.
10432         (image-bookmark-jump): Use bookmark-default-handler.
10434         * doc-view.el (doc-view-bookmark-make-record):
10435         Use bookmark-make-record-default.
10436         (doc-view-bookmark-jump): Use bookmark-default-handler.
10438         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
10439         used until now in bookmark.el's code.
10440         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
10441         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
10442         used until now in bookmark.el's code.
10443         (bookmark-set-filename): Remove special code, moved to its only caller.
10444         (bookmark-store): Use the newer format.
10445         (bookmark-make-record-default): Add arg `point-only'.
10446         Rename from bookmark-make-record-for-text-file.
10447         (bookmark--jump-via): New function.
10448         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
10449         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
10450         Use it.
10451         (bookmark-jump-noselect, bookmark-default-handler):
10452         Don't return an alist, instead return the data implicitly by changing
10453         current buffer and point.  Signal an error if the file doesn't exist.
10455         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
10456         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
10458         * bs.el: Use with-current-buffer.  Simplify.
10459         (bs-toggle-readonly): Avoid vc-toggle-read-only.
10461         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
10462         is bound before using it.
10464 2008-06-25  Kenichi Handa  <handa@m17n.org>
10466         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
10468 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
10470         * vc-hg.el:
10471         * vc-git.el: Require vc-dir when compiling.
10473         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
10474         vc-dir-marked-only-files.  Change the return value.
10475         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
10476         Change the return value.
10477         (vc-dir-deduce-fileset): New function broken out from ...
10478         * vc.el (vc-deduce-fileset): ... here and ...
10479         (vc-deduce-fileset): ... here.
10481         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
10482         (vc-svn-parse-status): Do not set the vc-backend property.
10484 2008-06-25  Andreas Schwab  <schwab@suse.de>
10486         * faces.el (face-font-family-alternatives, variable-pitch):
10487         Use "Sans Serif", not "Sans-Serif".
10489 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
10491         * faces.el (face-font-family-alternatives, variable-pitch):
10492         Change "Sans" to the canonical name "Sans-Serif".
10494 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
10496         * calc/calc.el (calc-mode-map): Add extra keybindings to
10497         `calc-missing-key'.
10498         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
10499         `kill-ring-save'.
10501 2008-06-24  Miles Bader  <miles@gnu.org>
10503         * mouse.el (mouse-appearance-menu): Don't do anything if the user
10504         pops up the menu but doesn't select anything.
10506 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
10508         * add-log.el (add-change-log-entry): Add new arg to force each new
10509         entry to be on a new line.
10510         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
10512         * vc-dir.el (vc-client-object): Remove.
10513         (vc-dir-prepare-status-buffer): Take a backend as an argument and
10514         use it when looking for a buffer.
10515         (vc-dir): Add a backend argument.  Set revert-buffer-function.
10516         Don't create a client object.  Move bindings ...
10517         (vc-dir-menu-map, vc-dir-mode-map): ... here.
10518         (vc-dir-revert-buffer-function): New function.
10519         (vc-generic-status-printer): Rename to ...
10520         (vc-dir-status-printer): ... this.
10521         (vc-generic-state, vc-generic-status-fileinfo-extra)
10522         (vc-dir-extra-menu, vc-make-backend-object): Remove.
10523         (vc-default-status-printer): Use a different face for
10524         directories.  Don't display any text for directories in the state
10525         column.  Add tooltips.
10527         * vc.el (Todo): Update.
10529         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
10530         * vc-rcs.el (vc-annotate-convert-time):
10531         * vc-mtn.el (vc-annotate-convert-time):
10532         * vc-git.el (vc-annotate-convert-time):
10533         * vc-cvs.el (vc-annotate-convert-time):
10534         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
10536 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10538         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
10539         instead of using view-mode.
10541 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10543         * Makefile.in (distclean): Don't delete *.elc and autogen files.
10545 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
10547         * vc.el:
10548         * vc-hooks.el:
10549         * vc-dispatcher.el: Move vc-dir variables and functions ...
10550         * vc-dir.el: ... here.  New file.
10551         * Makefile.in (ELCFILES): Add vc-dir.elc.
10553         * vc.el: Move vc-annotate variables and functions ...
10554         * vc-annotate.el: ... here.  New file.
10555         * Makefile.in (ELCFILES): Add vc-annotate.elc.
10557         * vc-dav.el: Move here from url/vc-dav.el.
10558         (Todo): Note work needed to make this backend functional.
10560         * Makefile.in (ELCFILES): Update vc-dav.el location.
10562 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10564         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
10566 2008-06-21  John Paul Wallington  <jpw@pobox.com>
10568         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
10570         * textmodes/rst.el (rst-mode): Put docstring in right place.
10572 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
10574         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
10575         size for legibility.
10577         * faces.el (fixed-pitch): Use "Monospace" family.
10578         (variable-pitch): Use "Sans" family.
10579         (face-font-family-alternatives): Define alternatives for "Sans"
10580         and "Monospace".
10582 2008-06-21  Glenn Morris  <rgm@gnu.org>
10584         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
10585         Require 'cl when compiling.
10587         * emacs-lisp/debug.el (help-xref-interned): Declare.
10589         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
10590         Evaluate definition when compiling.
10592         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
10593         rather than mouse-1.
10594         (bug-reference-url-format): Autoload safe if string.
10595         (bug-reference-bug-regexp): Make space after "bug" optional.
10597         * Makefile.in (all): Explicitly pass EMACS to sub-make,
10598         for some non-GNU makes.
10600         * cus-dep.el (custom-dependencies-no-scan-regexp):
10601         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
10603         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
10604         increments.
10606         * calendar/calendar.el: Factor out the magic numbers controlling the
10607         calendar layout.
10608         (calendar-month-digit-width, calendar-month-width)
10609         (calendar-right-margin): New variables.
10610         (calendar-recompute-layout-variables, calendar-set-layout-variable):
10611         New functions.
10612         (calendar-left-margin, calendar-intermonth-spacing)
10613         (calendar-column-width, calendar-day-header-width)
10614         (calendar-day-digit-width): New options.
10615         (calendar-first-date-row): New constant.
10616         (calendar-move-to-column, calendar-ensure-newline): New functions,
10617         replacing calendar-insert-indented.
10618         (calendar-insert-indented): Remove function.
10619         (calendar-generate-month): Use calendar-move-to-column and
10620         calendar-ensure-newline.  Use layout variables.
10621         (calendar-generate, calendar-update-mode-line)
10622         (calendar-font-lock-keywords): Use layout variables.
10623         (calendar-column-to-month): New function.
10624         (calendar-cursor-to-date): Use calendar-column-to-month.
10625         Use layout variables.
10626         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
10627         Use layout variables.  Use calendar-column-to-month.
10628         (calendar-cursor-to-visible-date): Use layout variables.
10630 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10632         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
10633         (all): Run compile-last.
10634         (compile-onefile): New target.
10635         (compile-first): Simplify.
10636         (compile-last): Don't treat COMPILE_FIRST specially.
10637         (COMPILE_FIRST): List the elc files rather than the el files.
10638         (ELCFILES): Update.
10640 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
10642         * net/newst-treeview.el: Remove dead code.
10643         (newsticker--window-config): Remove.
10644         (newsticker-treeview-quit): Do not save window config.
10645         (newsticker-treeview): Do not try to restore window config.
10646         (newsticker-groups, newsticker--treeview-list-sort-by-column)
10647         (newsticker--treeview-list-new-items)
10648         (newsticker--treeview-list-immortal-items)
10649         (newsticker--treeview-list-obsolete-items)
10650         (newsticker--treeview-list-all-items)
10651         (newsticker--treeview-list-feed-items): Fix documentation.
10653 2008-06-21  Miles Bader  <miles@gnu.org>
10655         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
10657 2008-06-21  Alan Mackenzie  <acm@muc.de>
10659         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
10660         infinite loop on invalid syntax.
10662 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10664         * textmodes/rst.el: Run rst-define-level-faces when loading.
10665         (rst-mode): Don't set the font-lock-multiline var.
10666         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
10667         Set the font-lock-multiline property by hand.
10669         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
10671         * Makefile.in (emacs-deps): Remove.
10672         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
10673         (all): Use them.
10674         (autogen-clean): Remove.
10676 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * Makefile.in (all): New target.
10679         (bootstrap-prepare): Remove.
10681         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
10682         the .elc file to batch-byte-compile.
10684         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
10685         set-keymap-parents if set-keymap-parent doesn't exist.
10687         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
10688         Allow more than one space before the |.
10690         * textmodes/rst.el: Fix up docstring conventions.
10691         Move vars to before their first use.
10692         (rst-mode): Don't mess with font-lock-support-mode.
10693         (rst-suggest-new-decoration, rst-adjust-decoration):
10694         Avoid CL's copy-list.
10695         (rst-delete-entire-line): Use line-beginning-position.
10696         (rst-position): New fun.
10697         (rst-straighten-decorations): Use it instead of CL's position.
10698         (rst-straighten-bullets-region): Avoid CL's mapcar*.
10699         (rst-toc-mode): Use define-derived-mode.
10700         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
10701         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
10702         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
10703         (rst-replace-lines): Simplify.
10704         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
10706         * simple.el (special-mode-map): New var.
10707         (special-mode): New major mode.
10709 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10711         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
10712         log-view-file-re.
10714         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
10715         (vc-switch-backend): Simplify.
10716         (Todo): Remove solved items.
10718         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
10719         the vc-backend property.
10721 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10723         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
10724         Bind inhibit-read-only since the buffer is always read-only.
10726 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
10728         * net/newst-treeview.el (newsticker-treeview-own-frame):
10729         Change default value to nil.
10730         (newsticker--treeview-list-add-item)
10731         (newsticker--treeview-propertize-tag): Show item title in tooltip.
10733 2008-06-20  Martin Blais  <blais@furius.ca>
10734             Stefan Merten  <smerten@oekonux.de>
10735             David Goodger  <goodger@python.org>
10737         * textmodes/rst.el: New file.
10739 2008-06-20  Sam Steingold  <sds@gnu.org>
10741         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
10742         remove DIRECTORY entries.
10744 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
10746         * makefile.w32-in (distclean): Depend on `clean'.
10747         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
10748         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
10749         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
10750         empty cus-load.el with `echo', and include "Local Variables"
10751         section to prevent the empty file from being compiled.
10752         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
10753         that generate an empty cus-load.el.
10755 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
10757         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10758         Don't copy ldefs-boot.el over loaddefs.el.
10759         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
10760         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
10761         to loaddefs.el; they are not needed now.  Add coding cookie.
10763 2008-06-20  Miles Bader  <miles@gnu.org>
10765         * face-remap.el (face-remap-add-relative, face-remap-set-base):
10766         Strip unnecessary list levels from SPECS.
10767         (buffer-face-set, buffer-face-toggle):
10768         Change argument from FACE to &rest SPECS, and strip unnecessary
10769         list levels from SPECS.
10770         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
10772 2008-06-20  Jason Rumney  <jasonr@gnu.org>
10774         * international/fontset.el (setup-default-fontset): Specify script
10775         for latin use of iso10646-1.  Fix use of lang tags.
10777 2008-06-19  Miles Bader  <miles@gnu.org>
10779         * face-remap.el (text-scale-increase): Start from zero if
10780         text-scale-mode isn't enabled.
10782 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10784         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
10785         frame parameters after setting up the `default' face.
10787 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10789         * faces.el (face-set-after-frame-default): Don't exclude `default'.
10791 2008-06-18  Glenn Morris  <rgm@gnu.org>
10793         * mouse.el (buffer-face-mode-invoke): Declare.
10795         * Makefile.in (ELCFILES): Add org/org-id.elc.
10797         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
10798         * calendar/cal-menu.el (cal-menu-holidays-menu):
10799         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
10800         (cal-menu-today-holidays): Remove function.
10802         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
10803         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
10804         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
10805         Remove unused functions.
10806         (calendar-mouse-view-diary-entries): Use format rather than concat.
10808         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
10809         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10810         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
10812         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
10813         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10814         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
10815         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
10816         cal-menu-event-to-date.
10818         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
10819         Handle mouse events.
10820         * calendar/cal-tex.el (cal-tex-cursor-year)
10821         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10822         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10823         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10824         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
10825         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10826         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
10827         (cal-tex-cursor-month): Mark N as optional.
10828         * calendar/cal-menu.el (calendar-mouse-tex-day)
10829         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
10830         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
10831         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
10832         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
10833         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
10834         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
10835         Remove functions.
10836         (cal-menu-context-mouse-menu): Replace the above functions with the
10837         cal-tex versions.  Add HTML submenu.
10839 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
10841         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
10842         text command mode.
10843         (gdb): Explain that gud-gdb is needed for text command mode.
10845 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
10847         * window.el (split-height-threshold): Remove spurious extra line.
10849 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10851         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
10852         (calendar-set-mark):
10853         * calendar/diary-lib.el (diary-insert-entry):
10854         * calendar/solar.el (calendar-sunrise-sunset): Use it.
10855         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
10856         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
10857         (cal-menu-context-mouse-menu): Use calendar-set-mark,
10858         diary-insert-entry, and calendar-sunrise-sunset instead.
10860         * vc.el (vc-deduce-fileset): Add arg `only-files'.
10861         (vc-next-action): Pass the new arg.
10862         (vc-register): Don't use `only-files'.
10863         Don't set `backup-inhibited' in the current buffer.
10865 2008-06-17  Miles Bader  <miles@gnu.org>
10867         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
10869         * face-remap.el (buffer-face-mode-face)
10870         (buffer-face-mode-remapping): New variables.
10871         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
10872         (buffer-face-mode-invoke): New functions.
10873         (variable-pitch-mode-remapping): Variable removed.
10874         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
10876         * face-remap.el (internal-lisp-face-attributes): New variable.
10877         (face-attrs-more-relative-p, face-remap-order): New functions.
10878         (face-remap-add-relative): Use `face-remap-order'.
10880 2008-06-17  Glenn Morris  <rgm@gnu.org>
10882         * mouse.el (x-select-font): Declare.
10884         * calendar/calendar.el (calendar-move-hook):
10885         Add calendar-update-mode-line as an option.
10886         (calendar-date-echo-text): New user option.
10887         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
10888         (calendar-insert-indented): Simplify newline insertion.
10889         (calendar-describe-mode): Remove unused function.
10890         (calendar-mode-line-entry): New function.
10891         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
10892         Mark as risky.
10893         (calendar-mouse-other-month): Remove function.
10894         (calendar-other-month): Handle mouse events.
10895         (calendar-goto-info-node): Call fit-window-to-buffer.
10896         (calendar-mode): Use define-derived-mode.  Doc fix.
10897         (calendar-update-mode-line): Tweak whitespace.
10899 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10901         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
10902         (vc-dir-marked-only-files): vc-string-prefix-p.
10904 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
10906         * progmodes/gdb-ui.el (gdb-memory-set-address)
10907         (gdb-memory-set-repeat-count): Allow keyboard bindings.
10908         (gdb-memory-mode-map): Bind above functions respectively
10909         to 'S' and 'N'.
10911 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
10913         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
10915 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
10917         * log-view.el (vc-diff-internal): Declare for compiler.
10919         * vc-bzr.el (log-view-per-file-logs):
10920         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
10922 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
10924         * mouse.el (mouse-appearance-menu-map): New var.
10925         (mouse-appearance-menu): New function.
10926         Bind it to S-down-mouse-1.
10928 2008-06-15  Juri Linkov  <juri@jurta.org>
10930         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
10931         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
10932         as the second element.
10933         (Info-build-toc): Add PARENT element extracted from the Up pointer.
10934         Don't print progress messages.
10935         (Info-toc-nodes): New variable and function.
10936         (Info-index-nodes): Optimize non-string file name case.
10937         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
10938         (Info-insert-breadcrumbs): Use the cached document structure instead
10939         of visiting all ancestor nodes.  Remove the initial `>'.
10941 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10943         * log-view.el (log-view-diff-changeset): New function.
10944         (log-view-mode-map, log-view-mode-menu): Bind it.
10945         (log-view-per-file-logs, log-view-vc-fileset)
10946         (log-view-vc-backend): New variables.
10947         (log-view-find-revision, log-view-modify-change-comment)
10948         (log-view-annotate-version): Throw an error if the log is for more
10949         than one file and we can't find the current file.  Get the current
10950         file from log-view-vc-fileset if necessary.
10951         (log-view-diff): Get the current file from log-view-vc-fileset if
10952         necessary.
10954         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
10956         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
10957         (vc-hg-log-view-mode): Declare for compiler.
10958         (vc-hg-log-view-mode): Set log-view-per-file-logs and
10959         log-view-file-re.
10960         (vc-hg-diff): If no file is passed, use default-directory for cwd.
10962         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
10964         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
10966 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
10968         * net/tramp.el (tramp-handle-start-file-process):
10969         Clear modification time of the connection buffer.
10970         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
10971         (tramp-open-connection-setup-interactive-shell): Flush cache, and
10972         restart `tramp-maybe-open-connection' when the remote system has
10973         been changed.  Throw 'uname-changed event.
10974         (tramp-maybe-open-connection): Catch it.
10976         * net/tramp-cmds.el (tramp-cleanup-all-connections):
10977         Reset `tramp-locked'.
10979 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10981         * net/newst-treeview.el (newsticker--treeview-list-update)
10982         (newsticker--treeview-item-update)
10983         (newsticker--treeview-tree-update)
10984         (newsticker-treeview-jump, newsticker-group-add-group)
10985         (newsticker-group-move-feed, newsticker-group-delete-group):
10986         Remove window dedication.
10987         (newsticker--group-manage-orphan-feeds): Handle ill-valued
10988         newsticker-groups.
10989         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
10991 2008-06-15  Andreas Schwab  <schwab@suse.de>
10993         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
10994         when parsing CVS/Repository.
10996         * wdired.el (wdired-search-and-rename): Fix undocumented change.
10998 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
11000         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
11001         (newsticker-extra-face, newsticker-enclosure-face): Moved to
11002         net/newst-reader.el.
11004         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
11005         (newsticker-extra-face, newsticker-enclosure-face): Moved from
11006         net/newst-reader.el.
11008 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11010         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
11011         Catch and recover from case when the bytes we thought we were reading
11012         turn out to be something else entirely, such as latin-1 chars from
11013         quail.  See bug#396.
11015 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
11017         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
11018         (vc-register): Call the backend function only once, instead of
11019         once for each file.
11020         (vc-next-action): Update call to vc-register.
11021         (vc-dir-register): Remove function.
11022         (vc-dir): Bind vc-register instead of vc-dir-register.
11024 2008-06-14  Glenn Morris  <rgm@gnu.org>
11026         * Makefile.in (ELCFILES): Add net/newst-*.el.
11028 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11030         * wdired.el (wdired-do-renames): New function.
11031         (wdired-finish-edit): Use it to.
11032         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
11034 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11036         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
11038 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
11040         * window.el (window--even-window-heights): Even window heights
11041         only if the selected window is higher than WINDOW.
11042         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11044 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11046         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
11048 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11050         * term/linux.el (terminal-init-linux): Load t-mouse.
11052 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11053             Drew Adams  <drew.adams@oracle.com>
11055         * info.el (Info-breadcrumbs-depth): New var.
11056         (Info-insert-breadcrumbs): New function.
11057         (Info-fontify-node): Use it.
11058         (Info-mode-map): Move initialization into declaration.
11060 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
11062         Rename net/newsticker-*.el to net/newst-*.el.
11063         * net/newst-backend.el: Rename from net/newsticker-backend.el.
11064         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
11065         * net/newst-reader.el: Rename from net/newsticker-reader.el.
11066         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
11067         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
11068         * net/newsticker-backend.el: Rename to net/newst-backend.el.
11069         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
11070         * net/newsticker-reader.el: Rename to net/newst-reader.el.
11071         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
11072         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
11074 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11076         * progmodes/compile.el (compilation-start): Don't disable undo in
11077         comint buffer.  Don't override the comint-filter with our own.
11078         (compilation-filter): Change point's insertion-type.
11080         * comint.el (comint-output-filter): Use copy-marker.
11082 2008-06-13  David Reitter  <david.reitter@gmail.com>
11084         * textmodes/flyspell.el (mail-mode-flyspell-verify):
11085         Check message-signature-separator exists before using it.
11087 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
11089         * vc.el (vc-delete-file): Bind default-directory before calling
11090         the backend.
11091         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
11092         (vc-annotate-show-diff-revision-at-line-internal): ... here.
11093         New function.
11094         (vc-annotate-show-changeset-diff-revision-at-line): New function.
11095         (vc-annotate-mode-menu): Bind it.
11097 2008-06-13  Jason Rumney  <jasonr@gnu.org>
11099         * term/w32-win.el (mouse-set-font): Remove overridden function.
11100         (w32-select-font): Declare as obsolete alias for x-select-font.
11102 2008-06-13  Daniel Engeler  <engeler@gmail.com>
11104         These changes add serial port access.
11105         * term.el (term-update-mode-line): Modify.
11106         (serial-port-is-file-p, serial-nice-speed-history)
11107         (serial-no-speed, serial-mode-line-speed-menu)
11108         (serial-mode-line-config-menu): New variables and constants.
11109         (serial-name-history, serial-speed-history)
11110         (serial-supported-or-barf, serial-read-name, serial-read-speed)
11111         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
11112         (serial-mode-line-speed-menu, serial-update-speed-menu)
11113         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
11114         (serial-update-config-menu): New functions.
11116 2008-06-13  Glenn Morris  <rgm@gnu.org>
11118         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
11120         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
11122 2008-06-13  Kenichi Handa  <handa@m17n.org>
11124         * cus-face.el (custom-face-attributes): Add :foundry.
11126         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
11127         (face-x-resources): Add :foundry.
11128         (face-valid-attribute-values): Likewise.
11129         (face-attribute-name-alist): Likewise.
11130         (describe-face): Likewise.
11132 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11134         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
11136 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
11138         * longlines.el (longlines-search-forward, longlines-search-backward)
11139         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
11141 2008-06-12  Sam Steingold  <sds@gnu.org>
11143         * vc.el (vc-rename-file): DTRT when the destination is a directory
11144         name and the source is a file.
11146 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
11148         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
11150 2008-06-12  Glenn Morris  <rgm@gnu.org>
11152         * progmodes/f90.el (f90-beginning-of-subprogram)
11153         (f90-end-of-subprogram): Only give a message when interactive.
11155         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
11157         * progmodes/cperl-mode.el (cperl-info-on-command):
11158         Use display-pixel-height rather than x-display-pixel-height.
11160         * mail/rmailedit.el (rmail-cease-edit):
11161         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
11163         * emulation/edt.el (edt-xserver):
11164         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
11166         * emulation/edt-mapper.el: Drop test for Emacs < 19.
11168         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
11169         Evaluate definitions when compiling.  Reverse tests.
11171         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
11172         use unless.
11174         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
11176         * textmodes/artist.el (x-pointer-shape):
11177         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
11178         (x-open-connection, x-server-max-request-size, x-get-resource):
11179         * term/w32console.el (x-setup-function-keys):
11180         * term/w32-win.el (x-parse-geometry, x-resource-name)
11181         (generate-fontset-menu, image-library-alist, x-open-connection)
11182         (setup-default-fontset, set-fontset-font, setup-default-fontset)
11183         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
11184         (x-get-resource):
11185         * term/mac-win.el (x-parse-geometry, x-resource-name)
11186         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
11187         (new-fontset, x-display-list, x-open-connection, x-get-resource):
11188         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
11189         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
11190         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
11191         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
11192         (tooltip-identifier-from-point, define-fringe-bitmap):
11193         * play/gamegrid.el (image-size):
11194         * play/bubbles.el (image-size):
11195         * mail/emacsbug.el (x-server-vendor, x-server-version):
11196         * international/mule-util.el (internal-char-font):
11197         * international/mule-diag.el (font-info, query-fontset, fontset-info)
11198         (fontset-alias-alist, fontset-list, fontset-plain-name):
11199         * international/mule-cmds.el (x-server-vendor, x-server-version):
11200         * international/fontset.el (font-encoding-charset-alist)
11201         (otf-script-alist, new-fontset, set-fontset-font)
11202         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
11203         (fontset-list, query-fontset, x-get-resource):
11204         * emulation/edt.el (x-server-vendor):
11205         * emulation/edt-mapper.el (x-server-vendor):
11206         * emacs-lisp/map-ynp.el (x-popup-dialog):
11207         * emacs-lisp/lmenu.el (x-popup-dialog):
11208         * x-dnd.el (x-window-property, x-change-window-property)
11209         (x-get-selection-internal):
11210         * woman.el (x-list-fonts):
11211         * w32-fns.el (x-server-version):
11212         * tooltip.el (x-show-tip, x-hide-tip):
11213         * tool-bar.el (image-mask-p):
11214         * thumbs.el (image-size):
11215         * term.el (overflow-newline-into-fringe):
11216         * subr.el (scroll-bar-scale):
11217         * startup.el (x-get-resource, tool-bar-mode, image-size):
11218         * select.el (x-get-selection-internal, x-own-selection-internal)
11219         (x-disown-selection-internal):
11220         * mouse.el (generate-fontset-menu):
11221         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
11222         * image.el (image-library-alist):
11223         * image-mode.el (image-size, image-refresh):
11224         * image-dired.el (clear-image-cache):
11225         * gs.el (x-display-mm-width, x-display-pixel-width)
11226         (x-display-mm-height, x-display-pixel-height)
11227         (x-change-window-property, x-display-grayscale-p, x-window-property):
11228         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
11229         (x-focus-frame, x-list-fonts, x-display-screens)
11230         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
11231         (x-display-mm-width, x-display-backing-store, x-display-save-under)
11232         (x-display-planes, x-display-color-cells, x-display-visual-class):
11233         * faces.el (internal-face-x-get-resource)
11234         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
11235         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
11236         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
11237         (x-parse-geometry, x-create-frame, x-setup-function-keys)
11238         (tool-bar-setup):
11239         * doc-view.el (clear-image-cache, image-size, tooltip-show):
11240         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
11241         * dframe.el (x-display-pixel-width, x-display-pixel-height):
11242         * descr-text.el (internal-char-font):
11243         Define for compiler, for builds without X.
11245 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11247         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
11249 2008-06-11  Glenn Morris  <rgm@gnu.org>
11251         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
11252         before trying to move there.
11253         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
11254         is non-nil, indent most terminating statements like loop body.
11256         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
11257         Gregorian date, and add it, not the local date, to diary-entries-list.
11258         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
11260 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11262         * progmodes/compile.el (compilation-filter): Fix up last change.
11264         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
11266         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
11267         (gpm-mouse-mode): Make it into a proper global minor mode.
11269         * files.el (save-some-buffers-action-alist): Only use recursive-edit
11270         if the user enabled recursive-minibuffers.
11272         * emacs-lisp/map-ynp.el (map-y-or-n-p):
11273         Add support for scroll-other-window.
11275 2008-06-11  Jason Rumney  <jasonr@gnu.org>
11277         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
11278         Use tmm-menubar if menu is disabled in this frame.
11280         * menu-bar.el (menu-bar-open): Determine how to open menu bar
11281         from frame type, per documentation.  Add w32 case.
11283 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11285         * minibuffer.el (completion--merge-suffix): New function.
11286         (completion-basic-try-completion): Use it.
11287         (completion-pcm--find-all-completions): Add argument `filter'.
11288         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
11289         New functions.
11290         (completion-pcm-try-completion): Use them.
11292         * xt-mouse.el (turn-on-xterm-mouse-tracking)
11293         (turn-off-xterm-mouse-tracking): Use terminal-list.
11295         * cus-start.el (underline-minimum-offset): Rename from
11296         x-underline-minimum-display-offset.
11298 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
11300         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
11302 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
11304         * mouse.el (mouse-select-font): New function.
11306         * faces.el (face-spec-recalc): When the face is set using
11307         Customize, avoid recalculating it twice.
11309         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
11310         Font" menu item to it.  Apply selected font to all frames, and
11311         make it savable.
11312         (menu-bar-options-save): Save `default' font if changed.
11314 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11316         * ffap.el (ffap-string-at-point-mode-alist):
11317         Use alpha rather than lower.
11319         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
11321         * subr.el (momentary-string-display): Use an overlay.
11323         * progmodes/compile.el (compilation-mode):
11324         Set window-point-insertion-type.
11325         (compilation-filter): Don't use insert-before-markers any more.
11326         * emacs-lisp/trace.el (trace-make-advice):
11327         Set window-point-insertion-type in the trace buffer.
11328         * startup.el (normal-top-level): Set window-point-insertion-type in
11329         *Messages*.
11330         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
11331         (telnet-filter): Don't use insert-before-markers any more.
11332         * comint.el (comint-mode): Set window-point-insertion-type.
11333         (comint-output-filter): Don't use insert-before-markers any more.
11334         * button.el (make-text-button): Allow `start' to be a string.
11336 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
11338         * emacs-lisp/autoload.el (autoload-rubric):
11339         Fix coding cookie not to force Unix EOL.
11341 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
11343         * window.el (window--splittable-p, window--try-to-split-window):
11344         Don't use with-selected-window to avoid messing up get-lru-window.
11345         Reported by David Hansen <david.hansen@gmx.net>.
11347 2008-06-10  Glenn Morris  <rgm@gnu.org>
11349         * subr.el (locate-library): Doc fix.
11351         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
11352         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
11353         Check tool-bar-map is bound, for non-X builds.
11355         * net/newsticker-reader.el (newsticker--next-item-image)
11356         (newsticker--previous-item-image, newsticker--previous-feed-image)
11357         (newsticker--next-feed-image, newsticker--mark-read-image)
11358         (ewsticker--mark-immortal-image, newsticker--narrow-image)
11359         (newsticker--get-all-image, newsticker--update-image)
11360         (newsticker--browse-image): Check xpm images are available.
11361         (newsticker--mark-read-image, newsticker--mark-immortal-image)
11362         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
11364         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
11365         (newsticker--plainview-tool-bar-map, newsticker-mode):
11366         Check tool-bar-map is bound, for non-X builds.
11367         (w3m-toggle-inline-image): Declare.
11369         * net/newsticker-backend.el (tool-bar-map): Don't declare.
11371         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
11373         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
11374         (finder-compile-keywords): Move let to where needed.
11375         (finder-mouse-face-on-line): Go back one more line if needed.
11376         (finder-list-matches): Use cadr.
11377         (finder-goto-xref): New function.
11378         (finder-commentary): Add buttons to jump to foo.el libraries.
11380 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11382         * apropos.el (apropos-function, apropos-macro, apropos-command)
11383         (apropos-variable, apropos-face, apropos-group, apropos-widget)
11384         (apropos-plist): Add apropos-short-label property.
11385         (apropos-multi-type): New variables.
11386         (apropos-command, apropos-value): Set it.
11387         (apropos-compact-layout): New custom.
11388         (apropos-print, apropos-print-doc): Use it.
11389         (apropos-print): Truncate lines.
11391 2008-06-09  Kenichi Handa  <handa@m17n.org>
11393         * international/fontset.el (font-encoding-alist):
11394         Add an entry for "ascii-0".
11396 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
11398         * language/hanja-util.el (hanja-init-load): Show the message only
11399         when loading a table.
11401 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
11403         * net/newsticker-treeview.el (newsticker-treeview):
11404         * net/newsticker-plainview.el (newsticker-plainview):
11405         Add autoload cookie.
11407 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
11409         * net/newsticker.el: Split up into newsticker-backend, -ticker,
11410         -reader, -plainview, and -treeview.
11411         (newsticker-version): Change to 1.99.
11413         * net/newsticker-backend.el: New.  Move backend functionality from
11414         newsticker.el to newsticker-backend.el.
11415         (newsticker--download-logos): New.
11416         (newsticker--sentinel-callback): New.
11417         (newsticker--set-customvar): Remove.  Split up into specific
11418         functions related to retrieval, ticker, buffer, and display.
11419         (newsticker--set-customvar-retrieval): New.  Extracted from
11420         `newsticker--set-customvar'.
11421         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
11422         (newsticker-url-list-defaults):
11423         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
11424         (newsticker-url-list): Doc changed.  URL can be a function.
11425         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
11426         (newsticker-retrieval-method): New.
11427         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
11428         (newsticker-retrieval-interval):
11429         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
11430         (newsticker-desc-comp-max): Change :group.
11431         (newsticker--cache): Doc changed.
11432         (newsticker--guid-to-string): New.
11433         (newsticker--guid): Use `newsticker--guid-to-string'.
11434         (newsticker--real-feed-name): New.
11435         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
11436         (newsticker-start): Use `insert-file-contents' for reading cache.
11437         Use `newsticker--start-feed'.
11438         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
11439         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
11440         Use `newsticker--stop-feed'.
11441         (newsticker-save-item): New.
11442         (newsticker--get-news-by-funcall): New.
11443         (newsticker-get-news): Handle new retrieval methods.
11444         (newsticker--sentinel): Use `newsticker--sentinel-work'.
11445         (newsticker--sentinel-work): New.  Extracted from
11446         `newsticker--sentinel'.  Use `newsticker--download-logos',
11447         `newsticker--sentinel-callback'.
11448         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
11449         (newsticker--parse-atom-1.0): Fix link determination.
11450         (newsticker--parse-rss-0.91): Fix time determination.
11451         (newsticker--parse-rss-0.92): Fix time determination.
11452         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
11453         (newsticker--parse-generic-feed): New arg order in
11454         `newsticker--cache-add'.
11455         (newsticker--parse-generic-items): Fix for multiple items.
11456         New arg order in `newsticker--cache-add'.
11457         (newsticker--forget-preformatted): Check whether
11458         `newsticker--buffer-set-uptodate' is fbound.
11459         (newsticker--decode-iso8601-date): Handle fractions of seconds.
11460         (newsticker--decode-rfc822-date): Partial timezone handling.
11461         (newsticker--cache-contains): Fix guid problem.
11462         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
11463         (newsticker--cache-save): New.
11464         (newsticker--cache-update): Use temp buffer.
11465         (newsticker--stat-num-items): Allow multiple AGE args.
11466         (newsticker--stat-num-items-total): New.
11467         (newsticker--opml-import-outlines): New.
11468         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
11469         (newsticker--do-run-auto-mark-filter): Doc changed.
11470         (newsticker-retrieve-random-message): New.
11472         * net/newsticker-ticker.el: New.  Move ticker functionality from
11473         net/newsticker.el to net/newsticker-ticker.el.
11474         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
11475         `newsticker--ticker-timer'.
11476         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
11477         to `newsticker--ticker-timer'.
11478         (newsticker--set-customvar-ticker): New.  Extracted from
11479         `newsticker--set-customvar'.
11480         (newsticker-ticker-interval): Rename `newsticker-display-interval'
11481         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
11482         for :set.  Change :group.
11483         (newsticker-scroll-smoothly): Doc changed.  Change :group.
11484         (newsticker-hide-immortal-items-in-echo-area)
11485         (newsticker-hide-old-items-in-echo-area)
11486         (newsticker-hide-obsolete-items-in-echo-area):
11487         Use `newsticker--set-customvar-ticker for :set.  Change :group.
11488         (newsticker-start-ticker): Rename `newsticker--display-timer' to
11489         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
11490         to `newsticker-ticker-interval'.
11491         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
11492         `newsticker--ticker-timer'.
11494         * net/newsticker-reader.el: New.  Move reader functionality from
11495         net/newsticker.el to net/newsticker-reader.el.
11496         (newsticker--set-customvar-formatting): New.  Extracted from
11497         `newsticker--set-customvar'.
11498         (newsticker-reader, newsticker-frontend): New.
11499         (newsticker-enable-logo-manipulations): Change :group.
11500         (newsticker-justification): Use `newsticker--set-customvar-formatting'
11501         for :set.  Change :group.
11502         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
11503         for :set.  Change :group.
11504         (newsticker-html-renderer): Doc changed.
11505         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
11506         (newsticker-date-format):
11507         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
11508         (newsticker--insert-enclosure):
11509         Rename `newsticker--buffer-insert-enclosure' to
11510         `newsticker--insert-enclosure'.  Add keymap arg.
11511         (newsticker--print-extra-elements):
11512         Rename `newsticker--buffer-print-extra-elements' to
11513         `newsticker--print-extra-elements'.  Add keymap arg.
11514         (newsticker--do-print-extra-element):
11515         Rename `newsticker--buffer-do-print-extra-element' to
11516         `newsticker--do-print-extra-element'.  Add keymap arg.
11517         (newsticker-show-news): Use `newsticker-frontend'.
11519         * net/newsticker-plainview.el: New.  Move plainview functionality
11520         from net/newsticker.el to net/newsticker-reader.el.
11521         (newsticker-plainview): New.
11522         (newsticker--set-customvar-sorting): New.  Extracted from
11523         `newsticker--set-customvar'.
11524         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
11525         for :set.  Changed :group.
11526         (newsticker-heading-format, newsticker-item-format)
11527         (newsticker-desc-format, newsticker-statistics-format):
11528         Use `newsticker--set-customvar-formatting for :set.  Change :group.
11529         (newsticker-faces): Change :group.
11530         (newsticker-default-face): Enable again.
11531         (newsticker-hide-old-items-in-newsticker-buffer)
11532         (newsticker-show-descriptions-of-new-items):
11533         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
11534         (newsticker-show-all-news-elements): Change :group.
11535         (newsticker-plainview-hooks): New.
11536         (newsticker-select-item-hook, newsticker-select-feed-hook)
11537         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
11538         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
11539         to `newsticker--plainview-tool-bar-map'.
11540         (newsticker--url-keymap): Add mouse-1 binding.
11541         (newsticker-plainview): New.
11542         (newsticker-mark-all-items-of-feed-as-read): Change doc.
11543         (newsticker--buffer-do-insert-text): Use renamed
11544         newsticker--[buffer-]insert-enclosure and
11545         newsticker--[buffer-]print-extra-elements.
11546         (newsticker--buffer-set-faces): Use newsticker-default-face.
11548         * net/newsticker-treeview.el: New.
11550 2008-06-08  Andreas Schwab  <schwab@suse.de>
11552         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
11554         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
11556         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
11557         empty line.
11559         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
11561 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
11563         * window.el (split-height-threshold, split-width-threshold):
11564         Add choice nil.
11565         (split-window-preferred-function): Allow either nil or a function.
11566         (window--splittable-p, window--try-to-split-window):
11567         Handle changed option values.
11569         (window--frame-usable-p): Handle nil argument.
11571         (display-buffer): Call get-lru-window when pop-up-windows is nil
11572         and window can't be split.
11574 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11576         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
11578         * net/tramp.el (top): Quote feature names.  Remove
11579         `tramp-rfn-eshadow-setup-minibuffer' from
11580         `rfn-eshadow-setup-minibuffer-hook' when unloading.
11581         (tramp-read-passwd): There is only one call to
11582         `auth-source-user-or-password' needed.  Pacify byte compiler.
11584 2008-06-08  Andreas Schwab  <schwab@suse.de>
11586         * window.el (display-buffer): Use lru window if current window
11587         cannot be split.
11589 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11591         * apropos.el (apropos-library): New command and new button.
11592         (apropos-library-button): New function.
11594         * apropos.el: Remove spurious * in docstrings.
11595         (apropos-label-face): Use variable pitch.
11596         (apropos-print): Use dolist and with-current-buffer.
11597         (apropos-print-doc): Use when.
11599         * window.el (special-display-p, display-buffer):
11600         Fix up C->Elisp transcription error.
11602 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11604         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11605         (byte-compile-file): Initialize it.
11606         (byte-compile-nogroup-warn): Keep track of the current group.
11608 2008-06-08  Glenn Morris  <rgm@gnu.org>
11610         * Makefile.in (compile, compile-always, bootstrap-prepare):
11611         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
11613 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
11615         * language/hanja-util.el (hanja-init-load): Use a char-table for
11616         hanja-table.
11617         (hangul-to-hanja-char): Adjust for the above change.
11619 2008-06-07  Glenn Morris  <rgm@gnu.org>
11621         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
11622         lm-keywords.
11624         * mail/sendmail.el (mail-interactive): Add :version.
11626         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
11627         obsolete alias.
11629         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
11630         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
11631         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
11632         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
11633         * eshell/esh-util.el, international/mule-cmds.el:
11634         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
11635         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
11636         Remove unnecessary eval-when-compiles and eval-and-compiles.
11638         * Makefile.in (bootstrap-clean): Run autogen-clean.
11639         (maintainer-clean): No need to run autogen-clean now it is included in
11640         bootstrap-clean.
11642 2008-06-06  Miles Bader  <miles@gnu.org>
11644         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
11646 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
11648         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
11649         longlines mode.
11651         * replace.el (replace-search-function)
11652         (replace-re-search-function): New vars.
11653         (perform-replace): Use them.
11655         * longlines.el (longlines-re-search-forward): New function.
11656         (longlines-mode): Bind replace-search-function and
11657         replace-re-search-function, to ensure that replacement commands
11658         treat newlines as spaces.
11659         (longlines-show-effect): Default to a pilcrow sign.
11661 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11663         * help.el (function-called-at-point):
11664         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
11665         even when calling find-tag-default.
11667 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
11669         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
11670         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
11671         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
11672         (nxml-fontify-buffer, nxml-do-fontify):
11673         Remove obsolete variables and functions.
11674         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
11675         (nxml-degrade, nxml-after-change, nxml-after-change1)
11676         (nxml-extend-region, nxml-extend-after-change-region)
11677         (nxml-extend-after-change-region1, nxml-fontify-matcher)
11678         (nxml-toggle-char-ref-extra-display): Use font-lock, and
11679         font-lock-extend-region-functions in particular, to fontify
11680         nxml-mode buffers.
11681         (nxml-debug-region): New debugging helper function.
11683         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
11684         (nxml-scan-after-change, nxml-move-tag-backwards):
11685         Adapt for font-lock changes.
11687         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
11688         (nxml-debug-set-inside, nxml-debug-clear-inside):
11689         New debugging functions.
11690         (nxml-with-degradation-on-error): New helper macro.
11692 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
11694         * window.el (display-buffer): Remove dead call to get-lru-window.
11696 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * mail/sendmail.el (mail-interactive): Change default.
11700 2008-06-05  John Paul Wallington  <jpw@pobox.com>
11702         * bindings.el (completion-ignored-extensions):
11703         Add .p64fsl, .d64fsl, and .dx64fsl.
11705 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11707         * ffap.el (ffap-prompter): Don't use the region.
11709 2008-06-05  Sam Steingold  <sds@gnu.org>
11711         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
11712         subdirectory to be registered.
11714 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
11716         * window.el (display-buffer-function, special-display-p)
11717         (special-display-buffer-names, special-display-regexps)
11718         (special-display-function, same-window-p, same-window-buffer-names)
11719         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
11720         (pop-up-frame-function, pop-up-windows, even-window-heights)
11721         (split-window-preferred-function, split-height-threshold)
11722         (window--display-buffer-1, display-buffer, pop-to-buffer):
11723         Move from window.c and buffer.c.
11724         (window--splittable-p, window--try-to-split-window)
11725         (window--frame-usable-p, window--display-buffer-2)
11726         (window--even-window-heights): New functions.
11727         (split-width-threshold): New option.
11728         (split-window-preferred-horizontally): Remove.
11730         * cus-start.el: Remove corresponding declarations.
11732 2008-06-05  Sam Steingold  <sds@gnu.org>
11734         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
11735         an error on modified buffers.
11737 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11739         * progmodes/etags.el (tags-verify-table): Be careful to use and update
11740         tags-file-name and tags-table-list from the right buffer.
11741         (tags-table-check-computed-list, tags-table-extend-computed-list)
11742         (find-tag-noselect): Use with-current-buffer.
11744         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
11745         Use print-circle.
11747         * minibuffer.el (minibuffer-local-must-match-filename-map):
11748         Declare obsolete alias for the old name.
11750         * abbrev.el (unexpand-abbrev): Better preserve markers.
11752 2008-06-05  Glenn Morris  <rgm@gnu.org>
11754         * emacs-lisp/autoload.el (autoload-rubric): New function,
11755         extracted from autoload-ensure-default-file.
11756         (autoload-ensure-default-file): Use autoload-rubric.
11758         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
11759         (custom-dependencies-no-scan-regexp): New variable.
11760         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
11761         Don't scan files matching custom-dependencies-no-scan-regexp.
11762         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
11764         * finder.el (finder-headmark): Initialize and add doc string.
11765         (generated-finder-keywords-file): Doc fix.
11766         (finder-no-scan-regexp): New variable.
11767         (finder-compile-keywords): Use a single let binding.
11768         Disable undo in the output buffer.  Use autoload-rubric.
11769         Use mapc rather than mapcar.  Don't scan files matching
11770         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
11771         rather than concat.  Use directory-files to do regexp matching.
11772         No need to require jka-compr.
11773         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
11774         (finder-list-matches): Disable undo.
11775         (finder-commentary): Use let rather than let*.  Disable undo.
11776         (finder-current-item): Use zerop.
11777         (finder-mode): Use define-derived-mode.
11778         (finder-exit): Doc fix.  Use dolist.
11780         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
11781         (custom-deps): Don't require $(lisp)/cus-load.el.
11782         (custom-deps, finder-data): Don't depend on autoloads.
11783         Should not be needed now, and doing so was causing make install to
11784         re-dump emacs post-bootstrap.
11785         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
11786         mid-build forces some things to be rebuilt.
11788 2008-06-05  Miles Bader  <miles@gnu.org>
11790         * face-remap.el
11791         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
11792         (face-remap-remove-relative): Renamed from
11793         `remove-relative-face-remapping'.
11794         (face-remap-reset-base): Renamed from
11795         `set-default-base-face-remapping'.
11796         (face-remap-set-base): Renamed from `set-base-face-remapping'.
11797         (text-scale-increase): Renamed from `increase-buffer-face-height'.
11798         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
11799         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
11801         * face-remap.el (variable-pitch-mode): Autoload.
11803 2008-06-04  Sam Steingold  <sds@gnu.org>
11805         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
11806         Generate extra status headers for a Mercurial tree.
11808 2008-06-04  John Paul Wallington  <jpw@pobox.com>
11810         * echistory.el (electric-history-map): Define within defvar.
11811         Add docstring.
11813         * font-lock.el (font-lock-turn-off-thing-lock)
11814         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
11815         Use `bound-and-true-p'.
11816         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
11817         Doc fixes.
11819         * international/ccl.el (define-ccl-program): Add `doc-string'
11820         declaration.
11822 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
11824         * face-remap.el (variable-pitch-mode): Reflow docstrings.
11825         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
11827 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
11829         * emacs-lisp/rx.el (rx): Doc fix.
11831 2008-06-04  Markus Triska  <markus.triska@gmx.at>
11833         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
11835 2008-06-04  Miles Bader  <miles@gnu.org>
11837         * face-remap.el (adjust-buffer-face-height): New function.
11838         Add autoloaded keybindings in ctl-x-map.
11839         (increase-buffer-face-height, decrease-buffer-face-height):
11840         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
11842 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
11844         * simple.el (line-move-1): If we did not move as far as desired,
11845         ensure that point-left and point-entered hooks are called.
11847 2008-06-03  Sam Steingold  <sds@gnu.org>
11849         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
11851 2008-06-03  John Paul Wallington  <jpw@pobox.com>
11853         * progmodes/make-mode.el (makefile-cleanup-continuations)
11854         (makefile-warn-suspicious-lines, makefile-warn-continuations):
11855         Use `derived-mode-p'.
11857 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11859         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
11860         (ELCFILES): Update.
11862 2008-06-03  Miles Bader  <miles@gnu.org>
11864         * face-remap.el: New file.
11865         * Makefile.in (ELCFILES): Add face-remap.elc.
11867 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11869         * progmodes/flymake.el (flymake-process-filter): Make sure the source
11870         buffer isn't dead.
11872         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
11873         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
11874         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
11875         * obsolete/auto-show.el, obsolete/hscroll.el:
11876         Remove packages that were obsolete in Emacs-20, or that were obsolete
11877         in Emacs-21 and do not contain any more code.
11879         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
11880         vc-client-mode is not set.
11882         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
11883         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
11885         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
11886         yet a bit more clever at distinguishing / from /.
11888 2008-06-03  Kenichi Handa  <handa@m17n.org>
11890         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
11892 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
11894         * language/hanja-util.el: New file.
11896 2008-06-03  Glenn Morris  <rgm@gnu.org>
11898         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
11899         Check that end-of-word follows "type".
11901 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
11903         * epa-file.el (epa-file-write-region): Write the entire buffer
11904         content if START is nil.
11906 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
11908         * select.el (x-get-selection): Fix typo.
11910 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
11912         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
11913         (describe-char): Use `looking-at-p', `string-match-p' when possible.
11915 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         * tar-mode.el (tar-header-block-summarize): Ensure one space around
11918         user&group.
11920 2008-05-31  John Paul Wallington  <jpw@pobox.com>
11922         * help-fns.el (describe-variable-custom-version-info):
11923         Handle dotted `package-version' info.
11925 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
11927         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
11929 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
11931         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
11932         names and improve support for unregistered files.
11934 2008-05-31  Glenn Morris  <rgm@gnu.org>
11936         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
11937         Remove shell variable `elc'.  Split tests to hopefully be more portable.
11938         Fix `sel' assignment.
11940 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
11942         * minibuffer.el (completion-table-dynamic): Doc fix.
11944 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11946         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
11947         Try and return `unregistered' when applicable.
11949         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11950         Don't encourage naming variables with "-flag".
11952 2008-05-30  Glenn Morris  <rgm@gnu.org>
11954         * Makefile.in (update-elclist): Hide the warning when it does not apply,
11955         make it milder when it does.
11956         (autogen-clean): New target.
11957         (maintainer-clean): Use autogen-clean.
11959         * calendar/diary-lib.el (diary-display-function): New name for
11960         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
11961         Change custom type and version.
11962         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
11963         (diary-fancy-display): Doc fixes.
11964         (diary-list-entries, diary-include-other-diary-files)
11965         (diary-mail-entries):
11966         Use diary-display-function rather than diary-display-hook.
11968         * calendar/appt.el (appt-check): Use diary-display-function rather than
11969         diary-display-hook.
11970         * calendar/cal-x.el (calendar-dedicate-diary): Update for
11971         diary-display-function replacing diary-display-hook.
11972         * org/org-agenda.el (org-get-entries-from-diary): Also set
11973         diary-display-function.
11975         * calendar/cal-html.el (cal-html-list-diary-entries):
11976         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11977         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
11978         argument of diary-list-entries rather than setting diary-display-hook.
11980 2008-05-30  Kenichi Handa  <handa@m17n.org>
11982         * international/mule-conf.el (utf-8-with-signature): Renamed from
11983         utf-8-sig.
11984         (utf-8-auto): Adjusted for the above change.
11986         * international/mule-diag.el (describe-font): Don't check fontset
11987         here, and just call font-info.  Get the default font by from the
11988         default face.
11990 2008-05-29  Kenichi Handa  <handa@m17n.org>
11992         * international/mule-conf.el (utf-8-sig, utf-8-auto):
11993         New coding systems.
11995         * international/mule.el (define-coding-system): Accept :bom for utf-8.
11997 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
11999         * international/utf-7.el (utf-7-encode): Use the right escape char
12000         depending on imap/nonimap encoding.
12002 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12004         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
12006 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
12008         * icomplete.el (icomplete-prospects-height): Add :group.
12010 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12012         * icomplete.el (icomplete-prospects-length): Make obsolete.
12013         (icomplete-prospects-height): New var.
12014         (icomplete-completions): Use it.
12016 2008-05-29  David Kastrup  <dak@gnu.org>
12018         * autoinsert.el (auto-insert): Add :link.
12020 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12022         * tar-mode.el (tar-header): New field `header-start'.
12023         (tar-header-block-tokenize): Set it when useful.
12024         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
12025         (tar-header-data-end): New function.
12026         (tar-summarize-buffer): Use it.
12027         (tar-next-line): Fix goal column for long usernames.
12028         (tar-expunge-internal): Use header-start.
12029         (tar-rename-entry): Handle ustar-style long names.
12030         (tar-alter-one-field): Add optional `descriptor' argument.
12031         (tar-subfile-save-buffer): Use it.
12033 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12035         * tar-mode.el (tar-header): New field `header-start'.
12036         (tar-header-block-tokenize): Set header-start for longlink entries.
12037         (tar-expunge-internal): Use header-start to expunge longlink entries.
12039         * files.el (hack-local-variables): Don't signal an error if the local
12040         variable section is not properly terminated.
12042         * emacs-lisp/easymenu.el (easy-menu-convert-item)
12043         (easy-menu-convert-item-1): Move the duplicate-generation outside of
12044         the caching so it also works for identical entries.
12046         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
12047         (tar-mode): Use write-region-annotate-functions rather than
12048         write-contents-functions.
12049         (tar-extract): Remove unused var `pos'.
12050         (tar-subfile-save-buffer): Remove unused var `following-descs'.
12051         (tar-mode-write-file): Remove.
12052         (tar-write-region-annotate): New function.
12054         * progmodes/flymake.el (flymake-save-buffer-in-file):
12055         * shadowfile.el (shadow-copy-file):
12056         * arc-mode.el (archive-*-write-file-member):
12057         * files.el (diff-buffer-with-file):
12058         * subr.el (with-temp-file): Pass nil to write-region.
12059         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
12061         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
12062         the custom.
12064         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
12065         to write-region.
12067 2008-05-28  Glenn Morris  <rgm@gnu.org>
12069         * Makefile.in (update-elclist): Work around non-portability of "\"
12070         in various implementations of echo.
12072 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12074         * international/mule-diag.el (describe-current-coding-system):
12075         Don't assume selection-coding-system is always defined.
12077         * tar-mode.el: Use defstruct and markers.
12078         (tar-setf): Remove.
12079         (tar-header): Use defstruct.  Add `data-start' field.
12080         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
12081         (tar-desc-data-start): Remove (now called tar-header-data-start).
12082         (tar-roundup-512): New fun.
12083         (tar-header-block-tokenize): Receive a buffer position rather than
12084         a string.  Handle @longLink here, be more careful about it.
12085         Create a marker for data-start.
12086         (tar-summarize-buffer): Don't handle @LongLink here any more.
12087         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
12088         data-start on the following entries any more.
12089         (tar-chown-entry, tar-chgrp-entry): Use read-number.
12091         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
12092         (tar-header-offset): Remove.
12093         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
12094         Not permanent any more.
12095         (tar-data-buffer): New var.
12096         (tar-data-swapped-p, tar-change-major-mode-hook)
12097         (tar-mode-kill-buffer-hook): New funs.
12098         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
12099         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
12100         (tar-clear-modification-flags, tar-alter-one-field)
12101         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
12102         Change accordingly.
12104 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
12106         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
12107         (vc-dir-resynch-file): ... this.  Update callers.
12108         Use vc-string-prefix-p.  Ignore directory args.
12109         (vc-string-prefix-p): CSE.
12110         (vc-resynch-buffer): Restore conditional.
12112         * vc-hooks.el (vc-after-save): Improve test.
12113         (vc-mode-line): Fix indentation.
12115 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12117         * calendar/parse-time.el (parse-time-months)
12118         (parse-time-weekdays): Add long-form month and day names.
12120 2008-05-27  Glenn Morris  <rgm@gnu.org>
12122         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
12124 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12126         * vc-dispatcher.el (vc-string-prefix-p): New function.
12127         (vc-dir-parent-marked-p): Use it.
12129 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
12131         * vc.el (Problems): Remove fixed issues.
12132         (vc-expand-dirs): Avoid returning directories.
12133         (vc-dir): Fix C-x v v binding.
12134         (vc-make-backend-object): Fix name.
12135         (vc-dir-show-fileentry): Fix docstring.
12136         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
12137         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
12138         Reset the state for directories.
12139         (vc-dir-headers): Align labels.
12140         (vc-default-status-printer): Do no call prettify-state-info.
12141         (vc-deduce-fileset): Replace implementation with one based on a
12142         working older version.
12143         (vc-next-action): Use the new form of vc-deduce-fileset.
12144         Fix dealing with unregistered files.
12146         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
12147         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
12148         (vc-dir-child-files): New function.
12149         (vc-dir-node-directory): New function.
12150         (vc-dir-update, vc-dir-parent-marked-p)
12151         (vc-dir-children-marked-p, vc-dir-mark-all-files)
12152         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
12154         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
12156 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12158         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
12159         (diff-font-lock-keywords, diff-context->unified)
12160         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
12161         (diff-hunk-text, diff-find-source-location): Use it.
12162         (diff-post-command-hook): Let the user edit the hunk headers.
12164 2008-05-26  Andreas Schwab  <schwab@suse.de>
12166         * vc.el (vc-default-prettify-state-info): Fix formatting of an
12167         unknown state.
12169         * tar-mode.el (tar-summarize-buffer): Comment fix.
12171 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12173         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
12175 2008-05-26  Glenn Morris  <rgm@gnu.org>
12177         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
12179 2008-05-25  John Paul Wallington  <jpw@pobox.com>
12181         * proced.el (proced-next-line, proced-previous-line):
12182         Avoid calling `next-line' and `previous-line' from Lisp code.
12184 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
12186         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
12187         Use diary-ordinal-suffix.
12189 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
12191         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
12192         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
12193         (edebug-save-displayed-buffer-points, edebug-initial-mode)
12194         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
12195         (edebug-print-length, edebug-print-level, edebug-print-circle)
12196         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
12197         (edebug-global-break-condition, edebug-sit-for-seconds):
12198         Remove spurious * from defcustom docstrings.
12199         (edebug-unwrap*, edebug-signal, edebug-eval-display):
12200         Improve argument/docstring consistency.
12201         (edebug-test-coverage, edebug-gensym, edebug-read)
12202         (edebug-top-level-nonstop, edebug-eval-result-list)
12203         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
12204         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
12205         (edebug-display-freq-count): Reflow docstrings.
12206         (edebug-restore-status): Doc fix.
12208 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12210         * proced.el (proced-header-line): Use the :align-to 0 feature
12211         rather than computing the corresponding position manually.
12212         (proced-update): Don't hardcode point-min==1.
12214 2008-05-24  Alan Mackenzie  <acm@muc.de>
12216         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
12217         if c-file-style is set to a non-string.
12219         (c-neutralize-CPP-line): Surround by `save-excursion'.
12220         (c-neutralize-syntax-in-CPP): Optimize for speed.
12222 2008-05-24  Glenn Morris  <rgm@gnu.org>
12224         * Makefile.in (update-elclist): New target, to update ELCFILES.
12225         (bootstrap-after): Run update-elclist.
12227 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
12229         * icalendar.el (icalendar-version): Increase to "0.19".
12230         (icalendar--date-style): New function.
12231         (icalendar--datetime-to-diary-date): Doc fix.
12232         Use icalendar--date-style.
12233         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
12234         (icalendar--convert-yearly-to-ical)
12235         (icalendar--convert-recurring-to-diary): Handle iso date style,
12236         use icalendar-date-style.
12238 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
12240         * vc.el (vc-delete-file): Make sure the buffer is deleted and
12241         vc-dir buffers are updated.
12243 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12245         * vc.el (vc-delete-file): Don't try to resynch the buffer.
12247 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
12249         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
12250         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
12251         (reftex-extra-bindings): Use it.
12253         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
12254         away from the user-reserved keys.
12256         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
12257         New vars.
12258         (ada-create-keymap): Use them.
12260 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12262         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
12263         a properly-grouped regexp.
12265 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
12267         * progmodes/cap-words.el (capitalized-words-mode):
12268         Fix typos in docstring.
12270 2008-05-23  Kenichi Handa  <handa@m17n.org>
12272         * international/mule-conf.el: Don't define the charset `emacs'
12273         here, just put :docstring, :short-name, and :long-name.
12275 2008-05-22  Kenichi Handa  <handa@m17n.org>
12277         * international/mule-diag.el (font-show-log): Limit each listing
12278         to 20 items.
12280 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
12282         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
12283         (gdb-annotation-rules): New entry for "thread-changed".
12284         (gdb-thread-changed): New function.
12286 2008-05-23  Glenn Morris  <rgm@gnu.org>
12288         * Makefile.in (SOURCES): Remove, unused.
12289         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
12290         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
12291         Exclude more '*loaddefs' files.
12292         (compile-always): Simplify '.elc' deletion.
12294 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12296         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
12297         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
12299         * minibuffer.el (completion-boundaries): Change calling
12300         convention, so `string' has the same semantics as in
12301         try-completion and all-completions.
12302         (completion-table-with-context, completion--embedded-envvar-table)
12303         (completion--file-name-table)
12304         (completion-pcm--find-all-completions): Adjust code accordingly.
12306 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
12308         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
12309         prune image-mode-winprops-alist, preventing it from growing
12310         indefinitely.
12311         (image-mode-reapply-winprops): Use it.
12313 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
12315         * net/netrc.el (netrc-machine): Always match if the port is not given.
12317 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12319         * minibuffer.el (completion-pcm--find-all-completions):
12320         Don't add pseudo-completions.
12322         * icomplete.el (icomplete-eoinput): Remove.
12323         (icomplete-overlay): New var to replace it.
12324         (icomplete-tidy): Rewrite.
12325         (icomplete-exhibit): Use an overlay.
12326         (icomplete-completions): Use completion-all-sorted-completions.
12327         Obey completion-ignore-case.
12329         * files.el (locate-dominating-file): Accept non-existing argument.
12330         (project-find-settings-file): Rewrite, using locate-dominating-file.
12332 2008-05-22  Kenichi Handa  <handa@m17n.org>
12334         * faces.el (font-weight-table, font-slant-table, font-width-table):
12335         Delete them.  Don't call internal-set-font-style-table.
12337         * international/mule-diag.el (font-show-log): New function.
12339         * international/fontset.el (script-representative-chars): Add more
12340         chars for latin.  Add data for symbol.
12341         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
12343 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12345         * minibuffer.el (completion-all-sorted-completions): New var.
12346         (completion--flush-all-sorted-completions)
12347         (completion-all-sorted-completions): New functions.
12348         (minibuffer-force-complete): New command.
12350 2008-05-21  Glenn Morris  <rgm@gnu.org>
12352         * files.el (c-postprocess-file-styles): Declare for compiler.
12354         * Makefile.in: Allow for parallel byte-compiling.
12355         (ELCFILES): New variable.
12356         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
12357         (compile-first, compile-main, compile-last): New targets.
12358         (compile-always): Simplify - delete .elc files, then `make compile'.
12360         * Makefile.in (compile-calc): Use glob rather than find.
12361         ($(lisp)/progmodes/cc-mode.elc): Use $@.
12363         * eshell/esh-module.el: No need for cl when compiling.
12365         * eshell/eshell.el (eshell-defgroup): New alias.
12366         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12367         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12368         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12369         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12370         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12371         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
12372         Autoload the custom group.  Set generated-autoload-file.
12373         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
12374         for eshell-defgroup.
12375         * eshell/esh-module.el (eshell-load-defgroups): Remove.
12376         Require esh-groups rather than loading it.
12378 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12380         * proced.el (proced-header-line): New variable and new function.
12381         (proced-mode): Set header-line-format.
12382         (proced-update): Set proced-header-line.
12383         (proced-send-signal): Use proced-header-line.
12385 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12387         * macros.el (insert-kbd-macro): Use prin1-char.
12389 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12391         * minibuffer.el (completion-boundaries): New function.
12392         (completion--some): Delay errors.
12393         (complete-with-action, completion-table-with-context):
12394         Handle `boundaries' case.
12395         (completion--try-word-completion): Avoid partial-completion
12396         when the user hasn't entered anything yet.
12397         (minibuffer-local-map, minibuffer-local-filename-completion-map)
12398         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
12399         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
12400         Setup default keybindings.
12401         (completion--embedded-envvar-re): New var.
12402         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
12403         (completion--file-name-table): Handle `boundaries' case.
12404         (completion-pcm--pattern->regex): Avoid pathological backtracking.
12405         (completion-pcm--all-completions): Add a `prefix' arg.
12406         (completion-pcm--find-all-completions): New function.
12407         (completion-pcm-all-completions, completion-pcm-try-completion):
12408         Use it.
12410         * icomplete.el (icomplete-completions): Don't use `predicate' with
12411         a table of a different type than `candidates'.
12413 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12415         * proced.el (proced-goal-column): Rename from proced-procname-column.
12416         (proced-goal-header-re): Rename from proced-procname-column-regexp.
12417         (proced-move-to-goal-column): Rename from proced-move-to-procname.
12418         (proced-header-face, proced-header-regexp): Remove.
12419         (proced-font-lock-keywords): Remove proced-header-face.
12420         (proced-header-alist, proced-sorting-schemes-re): New variables.
12421         (proced): Rename Proced buffer to *Proced*.
12422         (proced-next-line, proced-previous-line): New commands.
12423         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
12424         (proced-hide-processes): Do not treat first line as special.
12425         (proced-header-space): New function.
12426         (proced-update): Use header-line-format.
12427         Initialize proced-header-alist and proced-sorting-schemes-re.
12428         Set proced-goal-column.  Include proced-command in mode-name.
12429         (proced-send-signal): Use header-line-format for *Marked
12430         Processes* buffer.
12431         (proced-sort): Restrict minibuffer completion to applicable
12432         sorting schemes.
12433         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
12435 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12437         * icomplete.el (icomplete-simple-completing-p):
12438         Allow icomplete-with-completion-tables to say "use it everywhere".
12439         (icomplete-completions): Obey completion-styles.  Try to accommodate
12440         partial-completion style.
12442 2008-05-20  Michael Olson  <mwolson@gnu.org>
12444         * files.el (project-find-settings-file): Change concat to
12445         expand-file-name.
12447 2008-05-19  Tom Tromey  <tromey@redhat.com>
12449         * files.el (normal-mode): Call hack-project-variables.
12450         (hack-local-variables-confirm): Add 'project' argument.
12451         (hack-local-variables-apply): New function.
12452         (hack-local-variables): Use it.
12453         (project-class-alist, project-directory-alist): New variables.
12454         (project-get-alist): New function.
12455         (project-collect-bindings-from-alist)
12456         (project-collect-binding-list, set-directory-project)
12457         (project-find-settings-file, project-define-from-project-file)
12458         (hack-project-variables): New functions.
12460 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12462         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
12464 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
12466         * faces.el (font-weight-table): Fix typo in docstring.
12468 2008-05-18  David Hull  <david@snap.com>  (tiny change)
12470         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
12471         (vc-hg-annotate-command): Allow white space before version number.
12473 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
12475         * calc/calc-yank.el (calc-register-alist): New variable.
12476         (calc-set-register, calc-get-register, calc-copy-to-register)
12477         (calc-insert-register, calc-add-to-register, calc-append-to-register)
12478         (calc-prepend-to-register): New functions.
12480         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
12481         `calc-copy-to-register' and `calc-insert-register'.
12482         Autoload new register functions.
12484         * calc/calc-help.el (calc-r-prefix-help): Add help for register
12485         functions.
12487 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
12489         * vc.el (Todo): Add known problems.
12490         (vc-dir-backend): New variable.
12491         (vc-dir): Set it.
12492         (vc-make-backend-object, vc-generic-status-printer)
12493         (vc-generic-state, vc-generic-status-fileinfo-extra)
12494         (vc-dir-extra-menu): Use it.
12495         (vc-generic-dir-headers): Remove, unused.
12497         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
12498         vc-dir-prev-directory for consistency with vc-dir-previous-line.
12499         (vc-dir-mode-map): Fix bindings.
12501         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
12503 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
12505         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
12506         operated on.
12507         (calc-kill-region): Kill entire lines.
12509 2008-05-17  Glenn Morris  <rgm@gnu.org>
12511         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
12512         simplify initial value.
12513         (defezimage): Drop support for Emacs without defimage, use a featurep
12514         test rather than fboundp when defining, drop with-no-warnings.
12515         (ezimage-insert-over-text): Move featurep test inside
12516         add-text-properties.
12518         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
12520         * net/tramp.el (top-level): Load auth-source when compiling.
12522         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
12524 2008-05-17  Andreas Schwab  <schwab@suse.de>
12526         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
12528 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
12530         * vc.el (vc-annotate-show-diff-revision-at-line): Change
12531         vc-diff-internal arg to match what vc-deduce-fileset returns now.
12533 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12535         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
12537 2008-05-17  Jim Meyering  <meyering@redhat.com>
12539         * ido.el (ido-save-history): Do not emit a trailing newline at the
12540         end of the ido history file.
12542 2008-05-16  John Paul Wallington  <jpw@pobox.com>
12544         * vc-dispatcher.el (top-level): Revert previous change: require cl
12545         when compiling.
12547 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
12549         * vc.el (vc-default-status-printer)
12550         (vc-default-prettify-state-info): Enhance the state prettyprinter
12551         to deal better with unknown states and indirect through it when
12552         painting vc-dir buffers.
12554 2008-05-16  John Paul Wallington  <jpw@pobox.com>
12556         * vc-dispatcher.el (top-level): Don't require cl when compiling.
12557         (vc-dir-mode-map): Fix backquote.
12558         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
12560 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
12562         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
12563         Reported by Glenn Morris <rgm@gnu.org>.
12565 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
12567         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
12568         the end of the file, it was good work at one time but has been
12569         stale since 1995 and may now be actively misleading.
12570         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
12571         CVS repository and module (assumptions for the latter a bit iffy).
12572         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
12573         SVN repository.
12575 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
12577         * vc-rcs.el (vc-rcs-create-tag):
12578         * vc-sccs.el (vc-sccs-create-tag):
12579         Fix typo in error message and pass backend arg.
12581 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
12583         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
12585 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12587         * net/tramp.el: Load auth-source library.
12588         (tramp-read-passwd): Use it for password, not login.
12590 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
12592         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
12593         (ses-print-cell): Use string-width, truncate-string-to-width,
12594         delete-region rather than length, substring, delete-char.
12595         (ses-setup): Set inhibit-point-motion-hooks to t.
12596         Calculate position by actually moving point rather than just using
12597         unibyte character length.
12598         (ses-mode): Set indent-tabs-mode to nil.
12599         (ses-center): Use string-width rather than length.
12601 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
12603         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
12604         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
12605         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
12606         vc-*-create-tag and vc-*-retrieve-tag respectively.
12608         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
12609         unneeded defalias.
12611         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
12613         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
12614         about buffer names.
12616 2008-05-15  Glenn Morris  <rgm@gnu.org>
12618         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
12620         * org/org-exp.el (org-infojs-options-inbuffer-template):
12621         Fix declaration.
12623         * progmodes/cc-mode.el (declare-function): Add compat definition.
12624         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
12626 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
12628         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
12629         list to a cons so the caller can get back both expanded and
12630         unexpanded filesets.
12631         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
12632         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
12633         Change handling of selection-set returns as required.
12635 2008-05-15  John Paul Wallington  <jpw@pobox.com>
12637         * add-log.el (top-level): Don't require cl when compiling.
12639         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
12640         (archive-*-extract): Use `zerop'.
12641         (archive-*-write-file-member): Use `or', use `zerop'.
12643         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
12645         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
12646         (ibuffer-mark-interactive, ibuffer-set-mark)
12647         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
12648         (ibuffer-map-lines, ibuffer-switch-format)
12649         (ibuffer-update-title-and-summary)
12650         (ibuffer-redisplay-engine): Use it.
12652         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
12653         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
12654         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
12655         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
12656         (ibuffer-mark-read-only-buffers)
12657         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
12659         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
12660         (define-ibuffer-column, define-ibuffer-sorter)
12661         (define-ibuffer-op, define-ibuffer-filter): Add declarations
12662         containing indentation specs, replacing equivalent top-level
12663         forms that set `lisp-indent-function' properties.
12664         (define-ibuffer-op): Use `derived-mode-p'.
12665         (define-ibuffer-filter): Remove redundant `concat' call.
12667 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
12669         * net/tramp.el (tramp-echo-mark): Update docstring.
12670         (tramp-echo-mark-marker): New defconst.
12671         (tramp-check-for-regexp): Use it.
12673 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
12675         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
12676         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
12677         as parent.
12679 2008-05-14  John Paul Wallington  <jpw@pobox.com>
12681         * international/mule.el (convert-define-charset-argument):
12682         Remove period from end of error message.
12683         (coding-system-mnemonic): Doc fix.
12684         (ctext-pre-write-conversion): Doc fix.
12686 2008-05-14  Simon Marshall  <simon@gnu.org>
12688         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
12689         from its default value and give it the risky-local-variable
12690         property (CVE-2008-2142).
12692 2008-05-14  Kenichi Handa  <handa@m17n.org>
12694         * language/korean.el ("Korean"): Set `iso639-language'
12695         property to `ko'.
12697         * language/japanese.el ("Japanese"): Set `iso639-language'
12698         property to `ja'.
12700         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12701         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
12702         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
12704         * international/mule-cmds.el (set-language-environment):
12705         Set current-iso639-language.
12707         * international/fontset.el (setup-default-fontset): For kana, han,
12708         hangul, and cjk-misc, move an entry with font-spec at the end.
12709         (generate-fontset-menu): Exclude fontset-auto* from the list.
12711         * composite.el (compose-chars-after): Assume that WINDOW is always
12712         non-nil.
12714         * faces.el (font-weight-table, font-slant-table)
12715         (font-swidth-table): Declare them by defconst.  Change the format
12716         of elements.  Call internal-set-font-style-table after their
12717         declaration.
12718         (face-valid-attribute-values): Call font-family-list.  Get values
12719         for width, weight, and slant from font-xxx-table.
12721         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
12723 2008-05-13  John Paul Wallington  <jpw@pobox.com>
12725         * ibuffer.el (ibuffer-buffer-file-name): New function.
12726         (define-ibuffer-column filename): Use it.
12728         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
12730 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
12732         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
12733         as a string.
12734         (talk-add-display): Simplify.  Accept only string args.
12736 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
12738         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
12740 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12742         * Makefile.in (bootstrap-prepare): Don't chmod files.
12743         (autoloads): Do it here instead, where it's actually needed.
12745 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
12747         * tool-bar.el (tool-bar-make-keymap): Account for the optional
12748         KEY-BINDING-DATA field in menu-item list.
12750 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12752         * dired.el (dired-read-dir-and-switches): Move things about to use less
12753         recursion during macroexpansion.
12755         * dired.el (dired-read-dir-and-switches): Use read-file-name.
12757         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
12758         completion-ignored-extension directories if there's something else.
12759         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
12760         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
12761         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
12762         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
12763         buffer-read-only -> inhibit-read-only.
12765 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
12767         * vc.el (vc-expand-dirs): Stop this function from tossing out
12768         explicitly specified files.
12770 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12772         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
12773         to `insert'.
12775 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12777         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
12778         cons.  Use vc-annotate-backend.
12779         (with-vc-file, edit-vc-file): Remove unused macros.
12781 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
12783         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
12784         (smtpmail-try-auth-methods): Use it.
12786 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12788         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
12789         (setf (nthcdr ..) ..) doesn't require CL at runtime.
12791 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
12793         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
12795 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12797         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
12798         (vc-bzr-revision-completion-table): Use process-file.
12799         (vc-bzr-working-revision): Pass relative file names.
12801         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
12803 2008-05-11  Juri Linkov  <juri@jurta.org>
12805         * wid-edit.el (widget-image-directory): Change default image data
12806         subdirectory from "custom" to "images/custom".
12808         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
12809         before recursive call to `Info-next-preorder' to not add
12810         intermediate nodes to the history.
12812         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
12814         * emulation/cua-base.el: Put isearch-scroll property
12815         on cua-scroll-up and cua-scroll-down.
12817 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
12819         * vc-hooks.el (vc-recompute-state): Remove (dead code).
12821 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
12823         * vc-dispatcher.el (ewoc): Require.
12824         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
12826         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
12828 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
12830         * term/w32-win.el (x-colors):
12831         * term/mac-win.el (x-colors):
12832         * term/x-win.el (x-colors): Re-order colors.
12834 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
12836         * smerge-mode.el (smerge-command-prefix): Fix custom type.
12838 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
12840         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
12841         New functions implementing motion to next and previous directory.
12843         * vc-arch.el (vc-arch-command):
12844         * vc-bzr.el (vc-bzr-command):
12845         * vc-cvs.el (vc-cvs-command):
12846         * vc-dispatcher.el (vc-do-command):
12847         * vc-git.el (vc-git-command):
12848         * vc-hg.el (vc-hg-command):
12849         * vc-mcvs.el (vc-mvcs-command):
12850         * vc-mtn.el (vc-mtn-command):
12851         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
12852         (vc-sccs-workfile-unchanged-p):
12853         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
12854         * vc-rcs.el (all methods): Remove assumption about what a nil
12855         argument to vc-do-command means.  This means no buffer name needs
12856         to be hardcoded into the dispatcher layer, and it's better to be
12857         explicit anyway.
12859         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
12861 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
12863         * vc.el: Update todo.
12865         * vc-sccs.el (vc-sccs-dir-status):
12866         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
12867         backends and returning up to date files.
12869         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
12871 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12873         * vc.el (vc-dir):
12874         * vc-hooks.el: Tweak the VC directory bindings.  These are now
12875         documented in the manual.
12877         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
12878         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
12879         (vc-dispatcher-selection-set): Allow callers to pass in an
12880         observer flag that says no buffer sync is required.
12881         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
12882         Use the observer flag.
12884 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
12886         * simple.el (start-file-process): Clarify docstring.
12888 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12890         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
12891         Remove stub implementations of, and references to, wash-log.
12892         * vc-rcs.el (vc-rcs-comment-history):
12893         * vc-cvs.el (vc-cvs-comment-history):
12894         Inline the code that used to be wash-log.
12896         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
12897         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12898         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
12899         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
12900         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
12901         (vc-rcs-print-log): Grok directories.
12903 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12905         * vc.el (vc-mark-resolved): Add `backend' argument.
12906         (vc-next-action): Pass it the backend.
12907         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
12908         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
12909         (vc-default-comment-history, vc-default-create-snapshot)
12910         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
12911         (vc-annotate-revision-previous-to-line)
12912         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
12913         * vc-svn.el (vc-svn-checkout):
12914         * vc-mcvs.el (vc-mcvs-checkout):
12915         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
12916         (vc-working-revision, vc-before-save, vc-mode-line):
12917         Prefer vc-call-backend to vc-call so as not to recompute the backend.
12919         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
12920         state to be consistent since it's often an unwarranted restriction.
12921         Don't return the state either.
12922         (vc-next-action): Check that the state is consistent.
12923         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
12924         (vc-rollback, vc-update): Adapt to new return value of
12925         vc-deduce-fileset.
12927         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
12928         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
12929         (vc-dispatcher-in-fileset-p): New fun.
12930         (vc-dispatcher-selection-set): Use it to properly handle directories.
12932 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
12934         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
12935         (vc-update): Remove unused let bindings.
12937 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12939         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
12940         (vc-diff, vc-revert, vc-rollback, vc-update):
12941         * vc-dispatcher.el (vc-dispatcher-selection-set):
12942         Get rid of 4 special cases in fileset selection.  This involved
12943         changing the return value of (vc-deduce-fileset) so that it passes
12944         back a deduced state as well as a deduced back end.
12946 2008-05-08  Sam Steingold  <sds@gnu.org>
12948         * progmodes/compile.el (compilation-minor-mode-map)
12949         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
12950         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
12951         it to `compilation-minor-mode-map' (instead of an explicit `cons').
12953 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12955         * org/org.el (org-modules, org-format-latex-options):
12956         * org/org-archive.el (org-archive-stamp-time)
12957         (org-archive-save-context-info):
12958         * org/org-faces.el (org-hide):
12959         * org/org-irc.el (org-irc-parse-link):
12960         * org/org-macs.el (org-call-with-arg, org-autoload):
12961         * org/org-mew.el (org-mew-store-link):
12962         * org/org-remember.el (org-remember-store-without-prompt)
12963         (org-remember-templates): Fix typos in docstrings.
12965         * org/org-info.el (org-info-store-link): Remove leftover docstring.
12967         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
12968         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
12969         (org-bbdb-anniv-split): Fix typos in docstrings.
12971         * org/org-publish.el (org-publish-project-alist): Doc fixes.
12972         (org-publish-use-timestamps-flag): Reflow docstring.
12973         (org-publish-files-alist): Fix typos in docstring.
12975 2008-05-07  Sam Steingold  <sds@gnu.org>
12977         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
12978         appears to be too aggressive with window removal.
12980 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
12982         * progmodes/verilog-mode.el (verilog-type-font-keywords):
12983         Add leda and 0in as pragma keywords.
12984         (verilog-pretty-expr): Support lining up assignments which include
12985         part selects.
12986         (verilog-mode): More portable check for the availability of
12987         hideshow support.
12988         (verilog-do-indent): Remove special indent for declarations inside
12989         a parenthetical list.  The code is ill-advised, and doesn't work
12990         given the new user defined types.
12991         (verilog-set-auto-endcomments): Enhance function automatic
12992         endcomment to support functions that return user defined types.
12993         (verilog-mode): Add code to tell which-function-mode minor mode
12994         that Verilog supports this feature.
12996 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
12998         * epa-file.el: Require epa-hook.
13000         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
13002         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
13003         file-names clashes on 8+3 filesystems.  Provide epa-hook.
13005         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
13006         file-names clashes on 8+3 filesystems.
13008 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
13010         * org/org.el (org-read-date-get-relative): Interpret lone
13011         weekday abbreviation as relative to today.
13013 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13015         * abbrev.el (define-abbrev-table):
13016         * composite.el (toggle-auto-composition):
13017         * json.el (json-alist-p, json-plist-p):
13018         * minibuffer.el (completion-table-with-predicate):
13019         * ps-mule.el (ps-mule-external-libraries):
13020         * emacs-lisp/advice.el (ad-special-form-p):
13021         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13022         * eshell/em-smart.el (eshell-review-quick-commands):
13023         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
13024         (python-skip-out, python-check-comint-prompt):
13025         Don't use `iff' in docstrings.
13027         * international/robin.el (robin-package-alist): Fix typo in docstring.
13028         (robin-current-package-name): Doc fix.
13029         (robin-activate): Don't use `iff' in docstring.
13031 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
13033         * vc.el, vc-dispatcher.el: VC-Dired support removed.
13034         The code uses a ewoc-based implementation now.
13035         * vc-hooks.el: Support for Meta-CVS has been removed.
13037 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13039         * tool-bar.el: Choose images dynamically.
13040         (tool-bar-make-keymap, tool-bar-find-image): New function.
13041         (tool-bar-find-image-cache): New var.
13042         (tool-bar-local-item, tool-bar-local-item-from-menu):
13043         Don't select the image yet, do it later in tool-bar-make-keymap.
13045 2008-05-07  Andreas Schwab  <schwab@suse.de>
13047         * window.el: Require 'cl when compiling.
13049 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
13051         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
13053 2008-05-07  Glenn Morris  <rgm@gnu.org>
13055         * subr.el (ignore-errors): Move here from cl-macs.el.
13056         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
13058         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
13059         oddness.
13061 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
13063         * vc-hooks.el (vc-find-file-hook):
13064         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
13065         further from vc.el.
13066         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
13068 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
13070         * progmodes/verilog-mode.el (verilog-getopt-file):
13071         Cleanup warning message format.
13072         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
13073         (verilog-auto-inout, verilog-auto-inout-module)
13074         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
13075         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
13076         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
13077         (verilog-auto-sense-sigs, verilog-auto-tieoff)
13078         (verilog-auto-unused, verilog-auto-wire)
13079         (verilog-decls-get-assigns, verilog-decls-get-consts)
13080         (verilog-decls-get-gparams, verilog-decls-get-inouts)
13081         (verilog-decls-get-inputs, verilog-decls-get-outputs)
13082         (verilog-decls-get-ports, verilog-decls-get-regs)
13083         (verilog-decls-get-signals, verilog-decls-get-wires)
13084         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
13085         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
13086         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
13087         (verilog-inject-sense, verilog-library-filenames)
13088         (verilog-mode-release-date, verilog-mode-version)
13089         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
13090         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
13091         (verilog-modi-get-assigns, verilog-modi-get-consts)
13092         (verilog-modi-get-gparams, verilog-modi-get-inouts)
13093         (verilog-modi-get-inputs, verilog-modi-get-outputs)
13094         (verilog-modi-get-ports, verilog-modi-get-regs)
13095         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
13096         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
13097         (verilog-modi-get-wires, verilog-preserve-cache)
13098         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
13099         (verilog-read-sub-decls, verilog-read-sub-decls-line)
13100         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
13101         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
13102         Add caching of additional state, and rework signal extraction
13103         routines to improve AUTO expansion performance by 300%++.
13105 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
13107         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13108         Tweak Open Watcom regexp to distinguish between errors and warnings.
13110 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13112         * dired.el (dired-read-dir-and-switches): Fix up last change.
13114 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
13116         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
13117         out of this function, move it to vc-dispatcher-selection-set.
13119 2008-05-05  Sam Steingold  <sds@gnu.org>
13121         * window.el (delete-other-windows-vertically): New function.
13123 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13125         * dired.el (dired-read-dir-and-switches):
13126         Obey read-file-name-completion-ignore-case.
13128 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
13130         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13131         Add regexp for Open Watcom compiler output.
13133 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
13135         * progmodes/python.el (python-block-pairs): Align finally with except.
13137 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13139         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
13141 2008-05-05  Tom Tromey  <tromey@redhat.com>
13143         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
13144         looking at conflict marker.
13146 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13148         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
13149         client-mode -> vc-client-object, and guess `funcall' was meant.
13150         (vc-dir-mode): Rename client-mode -> vc-client-mode.
13152 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
13154         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
13155         (dbus-debug): Move declarations outside eval-when-compile.
13157 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13159         * proced.el (proced-command-alist): Fix system-type values.
13160         Fix defcustom.
13161         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
13162         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
13163         (proced-sort-start, proced-sort, proced-sort-time): New commands.
13164         (proced-update): Use proced-sorting-scheme.  Update modeline.
13165         (proced-send-signal): Use nreverse.
13166         (proced-sorting-scheme-p): New function.
13168 2008-05-04  Andreas Schwab  <schwab@suse.de>
13170         * vc.el: Require dired when compiling.
13172         * minibuffer.el (completion--insert-strings): Don't delete past bol.
13174 2008-05-03  Glenn Morris  <rgm@gnu.org>
13176         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
13177         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
13178         Simplify compilation requirements.
13179         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
13180         declarations.
13182 2008-05-03  Dave Love  <fx@gnu.org>
13184         * progmodes/python.el (python-beginning-of-statement):
13185         Loop at least once (fixes 2008-02-21 change).
13187 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
13189         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
13190         instead of `length' for comparing length of user and group names.
13192 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
13194         * vc-dispatcher.el: New file, separates out the UI and command
13195         execution machinery from VCS-specific logic left in vc.el.
13196         The separation is not yet completely clean, but it's a good start.
13197         * vc.el: This file is about 1700 lines shorter now.
13198         Remove obsolete logentry-check from the backend API.
13199         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
13200         implementation of the logentry-check method, and it guarded against
13201         a log length limit that has probably been obsolete for 15 years (!).
13203 2008-05-02  Sam Steingold  <sds@gnu.org>
13205         * progmodes/compile.el (compilation-start): Move setting of
13206         compilation-directory after (funcall mode) as that resets local
13207         variables, this fixes recompile in grep buffers.
13208         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
13209         in dired &c).
13211 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
13213         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
13214         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
13215         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
13216         has one of these and that all are called in compatible ways.
13217         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
13218         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
13219         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
13220         backend has one of these.
13222 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13224         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
13225         initialization into define-abbrev-table.  Use :regexp.
13226         (octave-mode-syntax-table): Don't set word syntax for `.
13228         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
13229         than only value.
13231         * dired.el (dired-read-dir-and-switches):
13232         Set minibuffer-completing-file-name and call substitute-in-file-name.
13233         (dired-format-columns-of-files): Use completion--insert-strings.
13235         * minibuffer.el (completion-hilit-commonality): Revert last change:
13236         the leftover code was actually useful.
13237         (completion--insert-strings): Use string-width rather than length.
13239 2008-05-02  Sam Steingold  <sds@gnu.org>
13241         * vc.el (vc-dir-mode-map): Enable mouse bindings.
13242         (vc-at-event): New macro: run the body at the even location.
13243         (vc-dir-menu, vc-dir-toggle-mark): Use it.
13244         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
13245         * subr.el (mouse-event-p): Check if the event is mouse-related.
13247 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
13249         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13250         Don't throw error if no file is found.
13252 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13254         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
13255         (vc-default-state-heuristic): Doc fix.
13257 2008-05-02  Richard Sharman  <rsharman@pobox.com>
13259         * hilit-chg.el (highlight-changes-mode): Remove references to
13260         hooks that no longer exist.  Because define-minor-mode is used the
13261         hook highlight-changes-mode-hook exists and can do what both the
13262         old hooks used to do.  The documentation at the top of the file
13263         was updated to demonstrate this.
13264         (highlight-changes-mode): Remove commented out call to a hook
13265         function that is no longer there.
13266         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
13268 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
13270         * vc.el (vc-default-dired-state-info): Change name of primitive
13271         to prettify-state-info, in preparation for ripping out dired mode.
13272         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
13273         to prettify-state-info, in preparation for ripping out dired mode.
13274         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
13275         tries this on a version-controlled buffer.  It will do useless or
13276         actively bad things on any version control system newer than RCS.
13277         * vc-hooks.el (vc-dired-resynch-file):
13278         * vc.el (vc-dired-resynch-file): Change name of primitive to
13279         vc-directory-resynch-file, preparing to remove dired.
13281 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
13283         * vc-rcs.el (vc-rcs-state): Fix typos.
13285         * vc.el (vc-register): Change argument order so that the prefix
13286         argument is assigned correctly.
13287         (vc-next-action, vc-dir-register): Update for the above change.
13289 2008-05-01  Juri Linkov  <juri@jurta.org>
13291         * replace.el (occur-read-primary-args): Set default to the car of
13292         regexp-history and display it in the prompt, but don't add to the
13293         list of minibuffer defaults.  Bind history-add-new-input to nil to
13294         not add automatically `default'.  For empty input return `default'.
13295         Otherwise, add `input' to regexp-history and return it.
13296         (occur-1): Signal an error for the empty regexp.
13298         * progmodes/compile.el (compilation-auto-jump):
13299         Set window point to `pos' explicitly.
13301 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
13303         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
13304         when appropriate.
13305         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
13306         we report the 'unregistered state reliably.
13307         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
13308         we report the 'unregistered state reliably.
13309         * vc-git.el (vc-git-state): Call vc-git-unregistered so
13310         we report the 'unregistered state reliably.
13311         * vc-hooks.el (vc-state): Document that vc-unregistered is
13312         now expected to be returned reliably.
13313         * vc.el (vc-default-dired-state): Change needs-patch state to
13314         needs-update, since the name now shows up in dir-status listings
13315         and was somewhat misleading.
13316         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
13317         immediately after removing the file.
13318         * vc.el (vc-next-action): More informative messages when a fileset
13319         is in a mixed state or files are missing.
13321 2008-05-01  Sam Steingold  <sds@gnu.org>
13323         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
13325 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13327         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
13329 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
13331         * epa-file-hook.el: New file split from epa-file.el.
13332         * epa-file.el: Require 'epa-file-hook.
13333         (epa-file-handler): Add autoload cookie.
13334         * loadup.el: Load epa-file-hook.
13335         * startup.el (command-line): Eval the body of auto-encryption-mode.
13337 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13339         * vc.el (vc-dir-mode-map): Don't bind "r".
13341         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
13342         (vc-hg-status-printer): New function.
13343         (vc-hg-after-dir-status): Deal with copied and renamed files.
13344         (vc-hg-dir-status): Add flag to show copied files.
13346 2008-05-01  John Paul Wallington  <jpw@pobox.com>
13348         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
13349         (ibuffer-do-sort-by-recency): Reverse sorting order if last
13350         sorting mode was recency.
13352         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
13353         reverse sorting order if last sorting mode was the sorter's.
13355 2008-05-01  Jason Rumney  <jasonr@gnu.org>
13357         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
13359 2008-04-30  John Paul Wallington  <jpw@pobox.com>
13361         * ibuffer.el (define-ibuffer-column filename): When the major mode
13362         is `vc-dir-mode' show the buffer's default directory.
13364         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
13365         major mode is `vc-dir-mode' use the buffer's default directory.
13367 2008-04-30  Sam Steingold  <sds@gnu.org>
13369         * vc.el (vc-dir-delete-file): Add.
13370         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
13371         (vc-delete-file): Do not barf when the file has been already deleted.
13373 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
13375         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
13377 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13379         * progmodes/octave-mod.el (octave-help): New function.
13380         * progmodes/octave-hlp.el: Delete.
13381         * info-look.el (octave-mode): Add operator index.
13383         * vc.el (vc-checkout): Typo.
13385 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
13387         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
13388         Add "..." in the appropriate places.
13390         * epa.el (epa-key-list-mode-map): Add more menu entries.
13391         Add "..." in the appropriate places.
13393         * dired.el (dired-mode-map): Add :help.
13395         * vc.el (vc-deduce-fileset): Add new parameter.
13396         (vc-dir-marked-only-files): New function.
13397         (vc-next-action): Don't ignore directories, look at the files
13398         inside them.
13399         (vc-dir-mode): Document how the mark/unmark commands work.
13401 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13403         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13404         Rule out trailing spaces in file and directory names as well.
13406         * minibuffer.el (completion--do-completion): Move point even if the
13407         completion makes no change.
13408         (completion-pcm-try-completion): Fix computation of new point.
13410 2008-04-30  David Hansen  <david.hansen@gmx.net>
13412         * dired.el: Require 'cl.
13414 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
13416         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
13417         hollow if not in innermost frame.
13419 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13421         Make `checkout-model' apply to filesets.
13422         * vc-hooks.el (vc-checkout-model): Rewrite.
13423         (vc-before-save, vc-after-save): Adjust callers accordingly.
13424         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
13425         (vc-transfer-file): Adjust callers accordingly.
13426         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
13427         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
13428         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
13429         instead of vc-checkout-model.
13430         * vc-mcvs.el (vc-mcvs-revert):
13431         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
13432         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
13433         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
13434         * vc-svn.el (vc-svn-checkout-model):
13435         * vc-hg.el (vc-hg-checkout-model):
13436         * vc-git.el (vc-git-checkout-model):
13437         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
13439         * dired.el (dired-read-dir-and-switches): Replace last change with
13440         a new approach that mixes read-file-name and read-directory-name.
13442         * files.el (read-buffer-to-switch):
13443         Avoid making assumptions about `other-buffer'.
13445 2008-04-29  Sam Steingold  <sds@gnu.org>
13447         * vc.el (vc-dir-mode-hook): Add normal hook.
13448         (vc-dir-mode): Run it.
13450 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
13452         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
13453         Always split windows.
13454         (gdb-speedbar-timer-fn): Only raise frame after user input.
13455         (gdb-same-frame): Reverse initial value.
13456         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
13458         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
13459         gdb-speedbar-timer-fn.
13461 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13463         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
13465 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
13467         * epa.el (epa-key-list-mode-map): Add menu.
13468         (epa-delete-keys, epa-import-keys): Fix typo.
13470 2008-04-29  Glenn Morris  <rgm@gnu.org>
13472         * find-cmd.el (top-level): Does not need cl when compiling.
13474 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
13476         * find-cmd.el: New file.
13478 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13480         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
13481         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
13482         (completion-pcm--hilit-commonality): New function.
13483         (completion-pcm-all-completions): Use it.
13485         * minibuffer.el (completion-common-substring): Mark obsolete.
13486         (completions-first-difference, completions-common-part):
13487         Move from simple.el.
13488         (completion-hilit-commonality): New fun.
13489         (display-completion-list, completion-emacs21-all-completions)
13490         (completion-emacs22-all-completions): Use it.
13491         * simple.el (completions-first-difference, completions-common-part):
13492         Move to minibuffer.el.
13493         (choose-completion-string): Use field functions and minibufferp.
13494         (completion-setup-function): Don't set completions faces.
13496 2008-04-29  Glenn Morris  <rgm@gnu.org>
13498         * calendar/calendar.el (calendar-nth-named-absday)
13499         (calendar-nth-named-day):
13500         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
13501         * calendar/holidays.el (holiday-float): Doc fixes.
13503         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
13504         the `full' case.
13506         * org/org-agenda.el (calendar-iso-from-absolute):
13507         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
13508         Fix declarations.
13510 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
13512         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
13513         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
13514         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
13515         (gdb-assembler-custom): Be careful not to match other addresses.
13517 2008-04-29  Jason Rumney  <jasonr@gnu.org>
13519         * battery.el (battery-status-function): Use w32-battery-status
13520         on Windows.
13521         (battery-echo-area-format): Make apm format the general case.
13522         (battery-mode-line-format): Merge apm and pmset formats as the
13523         general case.
13525 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
13527         * progmodes/gdb-ui.el (gdb-info-stack-custom):
13528         Use gud-tool-bar-item-visible-no-fringe.
13529         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
13530         is already visible in frame.  Remove optional size parameter
13531         and add optional frame parameter.
13533         * progmodes/gud.el (gud-display-line): Only consider visible
13534         frames when looking for source buffer.
13536 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
13538         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
13539         argument to get-char-property, in case the current buffer hasn't
13540         been assigned to that window yet.
13541         (doc-view-display): Default to selected window if the current
13542         buffer hasn't been assigned to a window yet.
13544 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
13546         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
13548 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
13550         * net/tramp.el (tramp-mode): New defcustom.
13551         (tramp-file-name-handler, tramp-completion-file-name-handler):
13552         Use it.
13553         (tramp-replace-environment-variables): Handle "$$".
13555 2008-04-28  Sam Steingold  <sds@gnu.org>
13557         * vc-hg.el (vc-hg-rename-file): Fix argument order.
13559 2008-04-28  Bastien Guerry  <bzg@altern.org>
13561         * whitespace.el (whitespace-trailing): Fix typo.
13563 2008-04-28  Sam Steingold  <sds@gnu.org>
13565         * textmodes/remember.el (diary-make-entry): Update the autoload.
13567 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13569         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
13570         all-completions.
13572 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
13574         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
13576 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
13578         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
13579         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
13580         (vc-dir-mark-file): Add an optional argument.
13581         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
13583 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
13585         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
13586         rather than obsolete alias find-file-hooks.
13587         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
13588         Use find-file-hook rather than obsolete alias find-file-hooks.
13589         Add to find-file-not-found-functions.
13590         (epa-file-handler): Put 'safe-magic and 'operations properties.
13592         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
13593         (epa-menu-items): Remove.
13595         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
13596         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
13597         (epa-dired-mode, epa-global-dired-mode): Remove.
13599         * dired.el (dired-mode-map): Bind encryption/decryption commands.
13601         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
13603         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
13605 2008-04-27  Glenn Morris  <rgm@gnu.org>
13607         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
13608         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
13610 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
13612         * org/org.el (org-html-level-start): Always have id's in HTML.
13613         (org-export-as-html): Use `org-link-protocols' to
13614         retrieve the export form of the link.
13615         (org-add-link-type): Final parameter renamed from PUBLISH.
13616         Better documentation of how it is to be used.  Avoid double entries for
13617         the same link type.
13618         (org-add-link-props): New function.
13619         (org-modules-loaded): New variable.
13620         (org-load-modules-maybe, org-set-modules): New function.
13621         (org-modules): New option.
13622         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
13623         (orgtbl-mode, org-store-link, org-insert-link-global)
13624         (org-open-at-point): Call `org-load-modules-maybe'.
13625         (org-search-view): Add more text properties.
13626         (org-agenda-schedule, org-agenda-deadline): Allow also in
13627         search-type agendas.
13628         (org-search-view): Order of arguments has been changed.
13629         Interpret prefix-arg as TODO-ONLY.
13630         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
13631         Take new argument order of `org-search-view' into account.
13632         (org-todo-only): New variable.
13633         (org-search-syntax-table): New variable and function.
13634         (org-search-view): Do the search with the special syntax table.
13635         (define-obsolete-function-alias): Make work with XEmacs.
13636         (org-add-planning-info): Use old date as default when modifying an
13637         existing deadline or scheduled item.
13638         (org-agenda-compute-time-span): Make argument N optional.
13639         (org-agenda-format-date-aligned): Require `cal-iso'.
13640         (org-agenda-list): Include week into agenda heading, don't
13641         list it at each date (only on Mondays).
13642         (org-read-date-analyze): Define local variable `iso-date'.
13643         (org-agenda-format-date-aligned): Remove dependency on
13644         `calendar-time-from-absolute'.
13645         (org-remember-apply-template, org-go-to-remember-target):
13646         Interpret filenames relative to `org-directory'.
13647         (org-complete): Silently fail when trying to complete
13648         keywords that don't have a default value.
13649         (org-get-current-options): Add a #+DATE: option.
13650         (org-additional-option-like-keywords): Remove "DATE:" from the
13651         list of additional keywords.
13652         (org-export-as-html): Remove (current-time) as unnecessary second
13653         argument of `format-time-string'.
13654         (org-clock-find-position): Handle special case at end of buffer.
13655         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
13656         `org-agenda-change-time-span'.
13657         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
13658         `org-agenda-change-time-span'.
13659         (org-agenda-month-view): New argument MONTH, pass it on to
13660         `org-agenda-change-time-span'.
13661         (org-agenda-year-view): New argument YEAR, pass it on to
13662         `org-agenda-change-time-span'.
13663         (org-agenda-change-time-span): New optional argument N, pass it on
13664         to `org-agenda-compute-time-span'.
13665         (org-agenda-compute-time-span): New argument N, interpret it by
13666         changing the starting day.
13667         (org-small-year-to-year): New function.
13668         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
13669         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
13670         into the future, and that the shift is at least one interval, never 0.
13671         (org-update-checkbox-count): Fix bug with checkbox counting.
13672         (org-add-note): New command.
13673         (org-add-log-setup): Rename from `org-add-log-maybe'.
13674         (org-log-note-headings): New entry for plain notes (i.e. notes not
13675         related to state changes or clocking).
13676         (org-get-org-file): Check for availability of `remember-data-file'.
13677         (org-cached-entry-get): Allow a regexp value for
13678         `org-use-property-inheritance'.
13679         (org-use-property-inheritance): Allow regexp value.  Fix bug in
13680         customization type.
13681         (org-use-tag-inheritance): Allow a list and a regexp value for
13682         this variable.
13683         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
13684         (org-entry-get): Respect value `selective' for the INHERIT argument.
13685         (org-tag-inherit-p, org-property-inherit-p): New functions.
13686         (org-agenda-format-date-aligned): Allow 10 characters for
13687         weekday, to accommodate German locale.
13688         (org-add-archive-files): New function.
13689         (org-agenda-files): New argument `ext', to get archive files as well.
13690         (org-tbl-menu): Protect the use of variables that
13691         are only available when org-table.el gets loaded.
13692         (org-read-agenda-file-list): Error if `org-agenda-files' is a
13693         single directory.
13694         (org-open-file): Allow a batch process to trigger
13695         waiting after executing a system command.
13696         (org-store-link): Link to headline when there is not
13697         target and no region in an org-mode buffer when creating a link.
13698         (org-link-types-re): New variable.
13699         (org-make-link-regexps): Compute `org-link-types-re'.
13700         (org-make-link-description-function): New option.
13701         (org-agenda-date, org-agenda-date-weekend): New faces.
13702         (org-archive-sibling-heading): New option.
13703         (org-archive-to-archive-sibling): New function.
13704         (org-iswitchb): New command.
13705         (org-buffer-list): New function.
13706         (org-agenda-columns): Also try the #+COLUMNS line in
13707         the buffer associated with the entry at point (or with the first
13708         entry in the agenda view).
13709         (org-modules): Add entry for org-bibtex.el.
13710         (org-completion-fallback-command): Move into `org-completion' group.
13711         (org-clock-heading-function): Move to `org-progress' group.
13712         (org-auto-repeat-maybe): Make sure that a note can
13713         be enforces if `org-log-repeat' is `note'.
13714         (org-modules): Allow additional symbols for external packages.
13715         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
13716         (org-clock-goto): Hide drawers after showing an
13717         entry with `org-clock-goto'.
13718         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
13719         Try also a clocktable block shift.
13720         (org-clocktable-try-shift): New function.
13721         (org-columns-hscoll-title): New function.
13722         (org-columns-previous-hscroll): New variable.
13723         (org-columns-full-header-line-format): New variable.
13724         (org-columns-display-here-title, org-columns-remove-overlays):
13725         Install `org-columns-hscoll-title' in post-command-hook.
13727         * org/org.el: Split into many small files.
13729         * org/org-agenda.el: New file, split off from org.el.
13731         * org/org-archive.el: New file, split off from org.el.
13733         * org/org-bbdb.el: New file.
13735         * org/org-bibtex.el: New file, split off from org.el.
13737         * org/org-clock.el: New file, split off from org.el.
13739         * org/org-colview.el: New file, split off from org.el.
13741         * org/org-compat.el: New file, split off from org.el.
13743         * org/org-exp.el: New file, split off from org.el.
13745         * org/org-faces.el: New file, split off from org.el.
13747         * org/org-gnus.el: New file, split off from org.el.
13749         * org/org-info.el: New file, split off from org.el.
13751         * org/org-infojs.el: New file.
13753         * org/org-irc.el: New file.
13755         * org/org-macs.el: New file, split off from org.el.
13757         * org/org-mew.el: New file.
13759         * org/org-mhe.el: New file, split off from org.el.
13761         * org/org-publish.el: New file, split off from org.el.
13763         * org/org-remember.el: New file, split off from org.el.
13765         * org/org-rmail.el: New file, split off from org.el.
13767         * org/org-table.el: New file, split off from org.el.
13769         * org/org-vm.el: New file, split off from org.el.
13771         * org/org-wl.el: New file, split off from org.el.
13773 2008-04-27  Jason Riedy  <jason@acm.org>
13775         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
13776         parameter that suppresses lines that evaluate to NIL.
13777         (orgtbl-get-fmt): New inline function for
13778         picking apart formats that may be lists.
13779         (orgtbl-apply-fmt): New inline function for applying formats that
13780         may be functions.
13781         (orgtbl-eval-str): New inline function for strings that may be
13782         functions.
13783         (orgtbl-format-line, orgtbl-to-generic): Use and document.
13784         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
13785         (*orgtbl-llfmt*, *orgtbl-llstart*)
13786         (*orgtbl-llend*): Dynamic variables for last-line formatting.
13787         (orgtbl-format-section): Shift formatting to support detecting the
13788         last line and formatting it specially.
13789         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
13790         formats unless overridden.
13791         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
13792         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
13793         bound variables to hold the input collection of lines and output
13794         formatted text.
13795         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
13796         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
13797         format parameters.
13798         (orgtbl-format-line): New function encapsulating formatting for a
13799         single line.
13800         (orgtbl-format-section): Similar for each section.  Rebinding the
13801         dynamic vars customizes the formatting for each section.
13802         (orgtbl-to-generic): Use orgtbl-format-line and
13803         orgtbl-format-section.
13804         (org-get-param): Now unused, so delete.
13805         (orgtbl-gather-send-defs): New function to
13806         gather all the SEND definitions before a table.
13807         (orgtbl-send-replace-tbl): New function to find the RECEIVE
13808         corresponding to the current name.
13809         (orgtbl-send-table): Use the previous two functions and implement
13810         multiple destinations for each table.
13812         * doc/org.texi (A LaTeX example): Note that fmt may be a
13813         one-argument function, and efmt may be a two-argument function.
13814         (Radio tables): Document multiple destinations.
13816 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
13818         * org/org-agenda.el (org-add-to-diary-list): New function.
13819         (org-prefix-has-effort): New variable.
13820         (org-sort-agenda-noeffort-is-high): New option.
13821         (org-agenda-columns-show-summaries)
13822         (org-agenda-columns-compute-summary-properties): New options.
13823         (org-format-agenda-item): Compute the duration of the item.
13824         (org-agenda-weekend-days): New variable.
13825         (org-agenda-list, org-timeline): Use the proper faces for dates in
13826         the agenda and timeline buffers.
13827         (org-agenda-archive-to-archive-sibling): New command.
13828         (org-agenda-start-with-clockreport-mode): New option.
13829         (org-agenda-clockreport-parameter-plist): New option.
13830         (org-agenda-clocktable-mode): New variable.
13831         (org-agenda-deadline-leaders): Allow a function value for the
13832         deadline leader.
13833         (org-agenda-get-deadlines): Deal with new function value.
13835         * org/org-clock.el (org-clock): New customization group.
13836         (org-clock-into-drawer, org-clock-out-when-done)
13837         (org-clock-in-switch-to-state, org-clock-heading-function):
13838         Move into the new group.
13839         (org-clock-out-remove-zero-time-clocks): New option.
13840         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
13841         (org-dblock-write:clocktable): Allow a Lisp form for the scope
13842         parameter.
13843         (org-dblock-write:clocktable): Fix bug with total time calculation.
13844         (org-dblock-write:clocktable): Request the unrestricted list of files.
13845         (org-get-clocktable): New function.
13846         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
13847         be strings but also integers (an absolute day number) and lists (m d y).
13849         * org/org-colview.el (org-columns-next-allowed-value)
13850         (org-columns-edit-value): Limit the effort for updating in the
13851         agenda to recomputing a single file.
13852         (org-columns-compute): Only write property value if it has changed.
13853         This avoids raising the buffer-change-flag unnecessarily.
13854         (org-agenda-colview-summarize)
13855         (org-agenda-colview-compute): New functions.
13856         (org-agenda-columns): Call `org-agenda-colview-summarize'.
13858         * org/org-exp.el (org-export-run-in-background): New option.
13859         (org-export-icalendar): Allow a batch process to trigger waiting
13860         after executing a system command.
13861         (org-export-preprocess-string): Rename from
13862         `org-cleaned-string-for-export'.
13863         (org-export-html-style): Made target class look like normal text.
13864         (org-export-as-html): Make use of the better preprocessing in
13865         `org-cleaned-string-for-export'.
13866         (org-cleaned-string-for-export): Better treatment of heuristic
13867         targets, many more internal links will now work in HTML export.
13868         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
13869         (org-export-inbuffer-options-extra): New variable.
13870         (org-export-options-filters): New hook.
13871         (org-infile-export-plist): Find also the settings keywords in
13872         `org-export-inbuffer-options-extra'.
13873         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
13874         multiple #+INFOJS_OPT lines.
13875         (org-export-html-handle-js-options): New function.
13876         (org-export-html-infojs-setup): New option.
13877         (org-export-as-html): Call `org-export-html-handle-js-options'.
13878         Add autoload to all entry points.
13879         (org-skip-comments): Function removed.
13881         * org/org-table.el (org-table-make-reference): Extra parenthesis
13882         around single fields, to make sure that algebraic formulas get
13883         correctly interpreted by calc.
13884         (org-table-current-column): No longer interactive.
13886         * org/org-export-latex.el (org-export-latex-preprocess):
13887         Rename from `org-export-latex-cleaned-string'.
13889 2008-04-27  Bastien Guerry  <bzg@altern.org>
13891         * org/org-publish.el (org-publish-get-base-files-1): New function.
13892         (org-publish-get-base-files): Use it.
13893         (org-publish-temp-files): New variable.
13894         Don't require 'dired-aux anymore.
13895         (org-publish-initial-buffer): New variable.
13896         (org-publish-org-to, org-publish): Use it.
13897         (org-publish-get-base-files-1): Bug fix: get
13898         the proper list of files when recursing thru a directory.
13899         (org-publish-get-base-files): Use the :exclude property to skip
13900         both files and directories.
13902 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
13904         * net/tramp.el (tramp-handle-make-symbolic-link)
13905         (tramp-handle-file-name-directory)
13906         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
13907         (tramp-do-copy-or-rename-file-directly)
13908         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
13909         (tramp-handle-substitute-in-file-name)
13910         (tramp-handle-insert-file-contents, tramp-handle-write-region)
13911         * net/tramp-cache.el (tramp-get-file-property)
13912         (tramp-set-file-property, tramp-flush-file-property)
13913         (tramp-flush-directory-property)
13914         * net/tramp-compat.el (tramp-compat-make-temp-file)
13915         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13916         Disable `file-name-handler-alist' when handling localname.
13917         It could have a remote file syntax, like a VMS file name.
13919 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13921         * whitespace.el: New version 11.1.
13922         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
13923         enclosed by \\( and \\)$.  Docstring fix.
13924         (whitespace-trailing-regexp): Fun removed.
13925         (whitespace-report-list): Const initialization fix.
13926         (whitespace-color-on): Code fix.
13928 2008-04-27  Andreas Schwab  <schwab@suse.de>
13930         * Makefile.el: Unbreak bootstrap.
13932 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
13934         * net/tramp.el (tramp-replace-environment-variables): New defun.
13935         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
13936         Use it.
13938 2008-04-27  Glenn Morris  <rgm@gnu.org>
13940         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
13942         * calculator.el (calculator-expt): Replace cl function `oddp'.
13944 2008-04-27  Johan Bockgård  <bojohan@gnu.org>
13946         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13947         Simplify.  Collect `defun' and `autoload' entries.
13948         Avoid modifying load-history.
13950 2008-04-26  Glenn Morris  <rgm@gnu.org>
13952         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
13954         * simple.el (quoted-insert, zap-to-char): Revert previous change.
13956 2008-04-26  John Paul Wallington  <jpw@pobox.com>
13958         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
13959         `hexl-mode-old-eldoc-documentation-function'.
13960         (hexl-mode-exit): Restore it.
13961         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
13963         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
13965 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
13967         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
13968         (completion-pcm--all-completions): Doc fix.
13969         (completion-styles-alist, completion-all-completions):
13970         Fix typos in docstrings.
13972 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13974         * whitespace.el: There is now only one variable (whitespace-style) to
13975         specify which kind of blank is visualized.  Doc and docstring fix.
13976         New version 11.0.
13977         (whitespace-style): New option, replace whitespace-style-mark and
13978         whitespace-style-color.
13979         (whitespace-style-mark, whitespace-style-color): Options removed.
13980         (whitespace-hspace, whitespace-tab, whitespace-newline)
13981         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
13982         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
13983         (whitespace-hspace-regexp, whitespace-space-regexp)
13984         (whitespace-tab-regexp, whitespace-trailing-regexp)
13985         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13986         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13987         (whitespace-space-after-tab-regexp, whitespace-line-column)
13988         (whitespace-display-mappings, whitespace-report): Docstring fix.
13989         (whitespace-color-value-list, whitespace-mark-value-list)
13990         (whitespace-active-color, whitespace-active-mark)
13991         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
13992         (whitespace-style-value-list, whitespace-active-style)
13993         (whitespace-toggle-style): New vars.
13994         (whitespace-toggle-option-alist, whitespace-help-text):
13995         Var initialization and docstring fix.
13996         (whitespace-toggle-options, global-whitespace-toggle-options)
13997         (whitespace-cleanup, whitespace-cleanup-region)
13998         (whitespace-report-region, whitespace-interactive-char)
13999         (whitespace-toggle-list): Docstring and code fix.
14000         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14001         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
14002         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
14003         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
14005 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14007         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
14008         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
14009         (diff-sanity-check-hunk): Adjust code accordingly.
14011 2008-04-26  Glenn Morris  <rgm@gnu.org>
14013         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
14015         * forms-d2.dat: Move to ../etc.
14016         * forms-d2.el (forms-file): Adapt for above change.
14018         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
14019         `translation-table-for-input'.
14021         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
14022         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
14024         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
14025         to punctuation now it's not needed for abbrevs.
14026         (fortran-mode-abbrev-table): Remove defvar, make use of new
14027         define-abbrev-table :regexp feature.
14029         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
14030         insert, now that translation-table-for-input is not needed.
14032 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
14034         * emacs-lisp/pp.el (pp-display-expression): New function,
14035         extracted from pp-eval-expression.
14036         (pp-eval-expression): Use pp-display-expression.
14037         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
14038         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
14039         (pp-eval-last-sexp): Use pp-last-sexp.
14041 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14043         * abbrev.el (define-abbrev-table): Apply props even if the table
14044         exists already.
14046         * minibuffer.el (completion-table-with-context): Fix `pred' for the
14047         various kinds of completion tables.
14048         (completion-emacs22-try-completion): Place cursor after the /, as was
14049         done in Emacs-22's minibuffer-complete-word.
14050         Fix bug reported by David Hansen <david.hansen@gmx.net>.
14051         (completion-emacs22-try-completion): Merge all mergeable text rather
14052         than just /.
14053         (completion-pcm--delim-wild-regex): New var.
14054         (completion-pcm-word-delimiters): New custom.
14055         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
14056         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
14057         (completion-pcm--all-completions, completion-pcm-all-completions)
14058         (completion-pcm--merge-completions, completion-pcm--pattern->string)
14059         (completion-pcm-try-completion): New functions.
14060         (completion-styles-alist): Add them.
14061         (completion-styles): Add it to the default.
14063 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
14065         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
14066         (gdb-var-create-handler): ...until here when there are values.
14067         (gdb-post-prompt): Don't do -var-update with no watch expressions.
14068         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
14070 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
14072         * ls-lisp.el (ls-lisp-format): Fix last change.
14073         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
14074         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
14075         (ls-lisp-filesize-f-fmt): New defvars.
14076         (ls-lisp-insert-directory): Dynamically compute format specifiers
14077         for displaying UID, GID, and file size, and store them in the
14078         above variables.
14079         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
14080         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
14081         instead of constant format strings.
14082         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
14083         ls-lisp-filesize-d-fmt instead of constant format strings.
14085 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
14087         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
14088         value of addresses rather than (partial) string value.
14089         (gdb-frame-handler): Change regexp according to above change.
14090         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14091         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
14092         (gdb-assembler-mode): Disable undo in these buffers.
14094 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
14096         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
14097         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
14099 2008-04-24  Sam Steingold  <sds@gnu.org>
14101         * textmodes/remember.el (remember-diary-extract-entries): Use
14102         diary-make-entry instead of the obsolete make-diary-entry.
14104 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14106         * subr.el (translation-table-for-input): Mark as obsolete.
14108         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
14110         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
14112         * textmodes/ispell.el (ispell-dictionary-alist-1)
14113         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
14114         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
14115         (ispell-dictionary-alist-6): Remove.
14116         (ispell-dictionary-base-alist): New var, merges the above.
14117         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
14118         Use it.
14119         (ispell-dictionary-alist): Default to nil.  Remove autoload.
14120         (ispell-local-dictionary-alist): Remove autoload.
14122         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
14123         (f90-mode-abbrev-table): Use the new :regexp feature.
14124         Merge defvar and mapc into define-abbrev-table.
14125         (f90-imenu-type-matcher): Remove unused `l'.
14126         (f90-imenu-generic-expression): Remove unused `not-ib'.
14127         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
14128         (f90-change-keywords): Use restore-buffer-modified-p.
14130 2008-04-24  Glenn Morris  <rgm@gnu.org>
14132         * net/goto-addr.el (goto-address-prog-mode):
14133         * progmodes/bug-reference.el (bug-reference-prog-mode):
14134         Define for compiler.
14136         * minibuffer.el (x-file-dialog): Declare as function.
14138         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
14139         dframe-update-speed rather than obsolete alias speedbar-update-speed.
14141         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
14142         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
14143         work with easymenu.  Add :keys where needed.
14145         * calendar/cal-move.el (calendar-scroll-left): Handle case when
14146         event-start is nil.
14148         * calendar/calendar.el (calendar-mode-map): Fix typo.
14150 2008-04-24  Tom Tromey  <tromey@redhat.com>
14152         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
14153         Document keywords.  Add :suppress.
14154         * pcvs-defs.el (cvs-mode-map): Use :suppress.
14156         * net/goto-addr.el (goto-address-unfontify): New function.
14157         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
14158         (goto-address-fontify-region, goto-address-mode)
14159         (goto-address-prog-mode): New functions.
14161         * progmodes/bug-reference.el: New file.
14163 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14165         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
14167 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14169         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
14170         macros within lambdas.
14172 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14174         * minibuffer.el (completion-try-completion): Add `point' argument.
14175         Change return value.
14176         (completion-all-completions): Add `point' argument.
14177         (minibuffer-completion-help): Pass the new `point' argument.
14178         (completion--do-completion): Pass the whole field to try-completion.
14179         (completion--try-word-completion): Rewrite, making fewer assumptions.
14180         (completion-emacs21-try-completion, completion-emacs21-all-completions)
14181         (completion-emacs22-try-completion, completion-emacs22-all-completions)
14182         (completion-basic-try-completion, completion-basic-all-completions):
14183         New functions.
14184         (completion-styles-alist): Use them.
14186 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
14188         * textmodes/ispell.el (ispell-set-spellchecker-params):
14189         New function to make sure right params and dictionary alists are used
14190         after spellchecker changes.
14191         (ispell-aspell-dictionary-alist, ispell-last-program-name)
14192         (ispell-initialize-spellchecker-hook): New variables and hook.
14193         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
14194         (ispell-maybe-find-aspell-dictionaries): Remove.
14195         Calls replaced by (ispell-set-spellchecker-params) calls.
14196         (ispell-have-aspell-dictionaries): Remove.
14198         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
14199         by ispell-set-spellchecker-params.
14201 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14203         * complete.el (PC-do-completion): Be more robust in the presence of
14204         unexpected values in minibuffer-completion-predicate.
14206         * minibuffer.el (read-file-name): Don't let-bind default-directory.
14207         Only abbreviate default-filename if it's a file.
14209         * minibuffer.el (read-file-name-function, read-file-name-predicate)
14210         (read-file-name-completion-ignore-case, insert-default-directory):
14211         New vars, moved from fileio.c.
14212         (read-file-name): New fun, moved from fileio.c.
14213         * cus-start.el: Remove insert-default-directory and
14214         read-file-name-completion-ignore-case.
14216 2008-04-23  Magnus Henoch  <mange@freemail.hu>
14218         * tar-mode.el (tar-untar-buffer): If the entry has directory
14219         link type, extract it as a directory even if its file name doesn't
14220         end with a slash.  Fixes extraction of NetBSD tar archives.
14222 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14224         * server.el (server-start): Also don't get confused by CRs since we
14225         don't quote them.
14227 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
14229         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
14230         (gdb-set-gud-minor-mode-existing-buffers)
14231         (gdb-info-breakpoints-custom, gdb-get-location)
14232         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14233         Previously gdb-create-define-alist wasn't always run and added to
14234         after-save-hook.
14236         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
14238 2008-04-23  Kevin Ryde  <user42@zip.com.au>
14240         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
14241         comments like unindented ones.
14243 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14245         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
14246         parameter origins.
14248 2008-04-23  Kevin Ryde  <user42@zip.com.au>
14250         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14251         Bind print-level to ensure output forms aren't truncated if
14252         print-level is set to eval-expression-print-level when going via
14253         eval-defun and friends, or has been otherwise fiddled with.
14255 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14257         * progmodes/cc-mode.el (c-basic-common-init): Don't set
14258         font-lock-extend-after-change-region-function globally.
14260 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
14262         * speedbar.el (speedbar-use-tool-tips-flag)
14263         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
14264         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
14265         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
14266         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
14267         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
14268         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
14269         (speedbar-separator-face): Fix typos in docstrings.
14270         (speedbar-stealthy-function-list, speedbar-verbosity-level)
14271         (speedbar-supported-extension-expressions, speedbar-update-current-file)
14272         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
14273         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
14274         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
14275         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
14276         (speedbar-check-vc-this-line, speedbar-files-line-directory)
14277         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14278         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
14279         (speedbar-recenter): Doc fixes.
14280         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
14281         declaration and remove redundant info in docstring.
14283 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
14285         * vc-git.el (vc-git-status-printer): Deal with directories.
14287         * vc.el (vc-next-action): Look at more than the first file to
14288         determine the state.
14290 2008-04-23  Glenn Morris  <rgm@gnu.org>
14292         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
14293         timers.  Doc fix.
14294         (dframe-update-speed): Drop support for XEmacs < 20.
14295         (dframe-frame-mode): Drop support for Emacs < 20.
14296         (dframe-set-timer-internal): Drop support for Emacs without timers.
14297         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
14299         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
14300         versions.  Add doc-string.  Mark as obsolete.
14302         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
14304         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
14305         rather than using an Emacs version test.
14307         * tree-widget.el (tree-widget-image-enable): Use display-images-p
14308         rather than an Emacs version test.
14310         * calendar/cal-china.el (holiday-chinese-qingming)
14311         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
14312         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
14313         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
14315         * calendar/cal-islam.el (holiday-islamic): Doc fix.
14317         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
14318         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
14319         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
14321 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
14323         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
14324         (gdb-previous-frame-pc-address): ...to this.
14325         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
14326         of "info frame" with Gdb 6.4+.
14327         (gdb-stack-list-frames-regexp): New regexp.
14328         (gdb-frame-handler-1): Parse output of -stack-info-frame.
14330 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
14332         * tar-mode.el (tar-prefix-offset): New constant.
14333         (tar-header-block-tokenize): Support paths with long names
14334         which use the "ustar" standard.
14336 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
14338         * image-dired.el (image-dired-track-original-file)
14339         (image-dired-modify-mark-on-thumb-original-file):
14340         Use `dired-goto-file' instead of `search-forward'.  This solves
14341         a bug with finding files where the file name is a subset of other
14342         file names.  Doc fix.
14344 2008-04-22  Juri Linkov  <juri@jurta.org>
14346         * menu-bar.el (buffers-menu-max-size): Move its definition down to
14347         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
14348         (yank-menu-length): Change group name `mouse' to `menu'.
14349         (buffers-menu-buffer-name-length): New user option.
14350         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
14351         instead of the hard-coded number 27.
14353 2008-04-22  Juri Linkov  <juri@jurta.org>
14355         * isearch.el (eval-when-compile): Require `help-macro'.
14356         (isearch-help-for-help-internal): Isearch specific Help screen
14357         created by `make-help-screen'.
14358         (isearch-help-map): New variable that binds "b", "k", "m" to
14359         isearch-specific commands, and binds other keys to
14360         isearch-other-control-char, thus allowing other Help keys to
14361         exit isearch mode and execute their global definitions.
14362         (isearch-help-for-help, isearch-describe-bindings)
14363         (isearch-describe-key, isearch-describe-mode): New commands.
14364         (isearch-mode-help): Define alias to isearch-describe-mode
14365         and remove its old function definition.
14366         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
14367         Remove old comments because this issue is settled now.
14368         (isearch-forward): Describe three new Help commands in the docstring.
14369         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
14370         leave the single sentence at the first line of the docstring,
14371         and prepend the word "function" before `isearch-forward'
14372         to make the Help link to the function instead of variable.
14374 2008-04-22  Juri Linkov  <juri@jurta.org>
14376         * isearch.el (isearch-success-function): New variable with default
14377         to `isearch-success-function-default'.
14378         (isearch-search): Call a function from `isearch-success-function'
14379         instead of calling the hard-coded `isearch-range-invisible'.
14380         (isearch-success-function-default): New function that calls
14381         `isearch-range-invisible' and inverts its return value.
14383         * info.el (Info-search): In two similar places that skip
14384         undesired search matches move code to Info-search-success-function,
14385         and call `isearch-success-function' instead.
14386         (Info-search-success-function): New function copied from code
14387         in Info-search.  Replace isearch-range-invisible with
14388         text-property-not-all that checks for 'invisible and 'display
14389         properties to skip partially invisible matches (whose display
14390         properties were set by Info-fontify-node).
14391         (Info-mode): Set buffer-local isearch-success-function
14392         to Info-search-success-function.
14394 2008-04-22  Juri Linkov  <juri@jurta.org>
14396         * minibuffer.el (internal-complete-buffer-except): New function.
14398         * files.el (read-buffer-to-switch): New function.
14399         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14400         Change interactive spec to call read-buffer-to-switch instead of
14401         using the letter "B".
14403         * simple.el (minibuffer-default-add-shell-commands): New function.
14404         Use declare-function for mailcap-file-default-commands from "mailcap".
14405         (shell-command): Set local minibuffer-default-add-function to
14406         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
14407         before calling read-shell-command.  Set 4th arg default-value of
14408         read-shell-command to relative buffer-file-name in file buffers.
14410         * dired-aux.el (dired-read-shell-command-default): Move it to
14411         gnus/mailcap.el and change its name to more general name
14412         mailcap-file-default-commands.
14413         (minibuffer-default-add-dired-shell-commands): New function.
14414         Use declare-function for mailcap-file-default-commands from "mailcap".
14415         (dired-read-shell-command): Set local minibuffer-default-add-function
14416         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
14417         before calling read-shell-command.  Remove dired-read-shell-command-default
14418         from the default value arg because default values are not set in
14419         minibuffer-default-add-dired-shell-commands.  Doc fix.
14421         * dired-x.el (dired-smart-shell-command): Sync arguments and
14422         interactive spec with changes in `shell-command'.
14423         Use dired-get-filename to get the dired file name at point
14424         as the default value in dired mode.
14426 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
14428         * info.el (Info-complete-menu-item): Add missing parenthesis.
14430 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14432         * info.el (Info-complete-menu-item): Save point.
14434 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
14436         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
14438 2008-04-22  Andreas Schwab  <schwab@suse.de>
14440         * Makefile.in (emacs-deps): Define.
14441         Use it instead of $(lisp)/subdirs.el.
14443 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
14445         * vc.el (vc-next-action): Do not consider directories when
14446         checking for state compatibility.
14447         (vc-transfer-file): Use when not if.
14448         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
14449         (vc-dir-mark-file): Use them.
14450         (vc-deduce-fileset): Also return the backend.
14451         (vc-diff-internal): Take as argument the value returned by
14452         vc-deduce-fileset instead of just the fileset.
14453         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
14454         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
14455         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
14457 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
14459         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
14460         set-window-vscroll but image-scroll-down.  Fixes a bug where a
14461         command following SPC scrolled up again.
14463 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
14465         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
14466         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
14467         (gud-watch): Add "$" prefix when in registers buffer.
14469 2008-04-22  Glenn Morris  <rgm@gnu.org>
14471         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
14473         * whitespace.el (whitespace-display-table)
14474         (whitespace-display-table-was-local): Move definitions before use.
14476         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
14477         (copyright-limit): Respect copyright-at-end-flag.
14478         (copyright-re-search, copyright-start-point)
14479         (copyright-offset-too-large-p): New functions.
14480         (copyright-update-year): Use copyright-re-search.
14481         (copyright-update, copyright-fix-years): Use copyright-start-point,
14482         and copyright-re-search.
14483         (copyright): Use copyright-offset-too-large-p.
14484         * add-log.el (change-log-mode): Set copyright-at-end-flag.
14486         * add-log.el (top-level): Require 'cl when compiling.
14488 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14490         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
14491         Treat minibuffer-completion-predicate as a predicate.
14493         * minibuffer.el (completion--file-name-table): Accept both the old
14494         `dir' arg or the new `pred' arg.
14496         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
14497         `predicate' argument to pass non-predicate data.
14498         (ffap-read-url-internal, ffap-read-file-or-url-internal):
14499         Use second arg as proper predicate.
14501         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
14502         (vc-bzr-revision-completion-table): Use completion-table-with-context
14503         instead.
14505         * simple.el (choose-completion-string): Use minibuffer-completion-table.
14507 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
14509         * term.el (term-emulate-terminal): Perform redisplay after the
14510         process filter has finished running.
14512 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14514         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
14516         * minibuffer.el (completion-try-completion): Change magic symbol
14517         property name.  Rename from minibuffer-try-completion.
14518         (completion-all-completions): Rename from minibuffer-all-completions.
14519         Remove hide-spaces argument.
14520         (completion--do-completion): Rename from minibuffer--do-completion.
14521         (minibuffer-complete-and-exit): Call just try-completion rather than
14522         completion-try-completion to fix up the case.
14523         (completion--try-word-completion): Try to add space or hyphen before
14524         making `string' a prefix of `completion'.
14525         (completion--insert-strings): Rename from minibuffer--insert-strings.
14527 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14529         * net/tls.el (tls-program): Add -ign_eof argument to call the
14530         openssl commands.
14531         (tls-checktrust): Ditto.
14533 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
14535         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
14537         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
14538         (vc-check-master-templates, vc-file-not-found-hook)
14539         (vc-kill-buffer-hook):
14540         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
14541         (vc-find-position-by-context, vc-buffer-context)
14542         (vc-restore-buffer-context, vc-responsible-backend)
14543         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
14544         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
14545         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
14546         (vc-version-diff, vc-diff, vc-insert-headers)
14547         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
14548         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
14549         (vc-revert, vc-rollback, vc-version-backup-file)
14550         (vc-rename-master, vc-delete-file, vc-rename-file)
14551         (vc-branch-part, vc-default-retrieve-snapshot)
14552         (vc-annotate-display-autoscale, vc-annotate-display-select)
14553         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
14554         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
14555         (vc-dir-update): Handle directories.
14556         (vc-default-status-printer): Simplify.
14558         * progmodes/asm-mode.el (asm-mode-map):
14559         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
14561         * progmodes/m4-mode.el (m4-mode-map): Add menu.
14563 2008-04-21  Kenichi Handa  <handa@m17n.org>
14565         * select.el (xselect-convert-to-string): Send a C_STRING only if
14566         the polymorphic target TEXT is requested.
14568 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
14570         * minibuffer.el (completion-setup-hook, display-completion-list)
14571         (completion--file-name-table): Fix typos in docstrings.
14572         (completion-table-dynamic): Fix typo, and reflow docstring.
14574 2008-04-20  Andreas Schwab  <schwab@suse.de>
14576         * server.el (server-switch-buffer): Also consider clients in the
14577         selected frame.
14579 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
14581         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14582         Select window clicked on first.
14583         (gdb): Display thread number in mode-line.
14584         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
14585         (gdb-breakpoints-header): New variable.
14586         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
14588 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14590         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
14591         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
14592         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
14593         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
14594         (vc-sccs-print-log): Use it.
14596         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
14598         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
14599         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
14601         * tooltip.el (tooltip-previous-message): New var.
14602         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
14603         the C code (avoid overwriting a minibuffer, restore previous echo
14604         message, ...).
14605         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
14606         Simplify.
14608 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
14610         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
14611         (gdb-init-1): Initialise it.
14612         (gdb-annotation-rules): New entry for "new-thread".
14613         (gdb-thread-identification): New function to customize
14614         mode-line-buffer-identification.
14615         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
14616         (gdb-assembler-mode): Use it.
14617         (gdb-threads-mode): Force "info threads" onto queue.
14619 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14621         * files.el (locate-file-completion-table): Rename from
14622         locate-file-completion and make it use `pred' in the normal way.
14623         (locate-file-completion): New compatibility wrapper.
14624         (load-library): Use locate-file-completion-table.
14625         * finder.el (finder-commentary):
14626         * subr.el (locate-library):
14627         * emacs-lisp/find-func.el (find-library): Likewise.
14628         * info.el: Use with-current-buffer and inhibit-read-only.
14629         (Info-read-node-name-2): Change to use `predicate' in the normal way.
14630         (Info-read-node-name-1): Adjust uses accordingly.
14632         * minibuffer.el (completion-table-with-context): Add support for `pred'.
14633         (completion-table-with-terminator): Don't use complete-with-action
14634         since we have to distinguish all three cases anyway.
14635         (completion-table-with-predicate): New function.
14636         (dynamic-completion-table): Add obsolete alias.
14638         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
14640 2008-04-18  Sam Steingold  <sds@gnu.org>
14642         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
14643         Use quit-window instead of bury-buffer.
14645 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14647         * minibuffer.el (completion-table-with-terminator): Fix last fix.
14649 2008-04-18  Andreas Schwab  <schwab@suse.de>
14651         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
14652         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
14653         Depend on $(lisp)/subdirs.el.
14655 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
14657         * descr-text.el (describe-char-after):
14658         Use `define-obsolete-function-alias'.
14660         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
14662         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
14664         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
14665         Remove redundant obsolescence info in docstring.
14667         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
14668         (vc-header-alist): Add WHEN to obsolescence declaration.
14669         (vc-state): Fix typo in docstring.
14671         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
14672         Use `define-obsolete-variable-alias'.
14674         * emulation/tpu-edt.el (tpu-have-ispell):
14675         * international/codepage.el (codepage-setup):
14676         Fix typo in obsolescence declaration.
14678         * international/mule.el (char-coding-system-table):
14679         Remove redundant obsolescence info in docstring.
14680         (charset-list, generic-char-p, set-char-table-default):
14681         Fix typos in obsolescence declarations.
14683         * international/mule-diag.el (non-iso-charset-alist):
14684         Fix typo in obsolescence declaration.
14685         (decode-codepage-char): Remove redundant obsolescence info in docstring.
14687         * font-core.el (font-lock-defaults-alist):
14688         * font-lock.el (font-lock-reference-face):
14689         * frame.el (screen-height, screen-width, set-screen-width)
14690         (set-screen-height):
14691         * hilit-chg.el (highlight-changes-initial-state):
14692         * isearch.el (isearch-return-char):
14693         * log-edit.el (cvs-commit-buffer-require-final-newline)
14694         (cvs-changelog-full-paragraphs):
14695         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
14696         (mouse-popup-menubar-stuff):
14697         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
14698         (mouse-wheel-click-button):
14699         * outline.el (outline-visible):
14700         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
14701         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
14702         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
14703         * progmodes/compile.el (compile-internal):
14704         Add WHEN to obsolescence declarations.
14706 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14708         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
14709         is not better anyway.
14711 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14713         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
14714         properly.
14716 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14718         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
14719         (python-use-skeletons): Remove, unused.
14720         (python-skeletons): Remove.  Use the abbrev table instead.
14721         (python-mode-abbrev-table): Fix regexp;
14722         add enable-function and case-fixed.
14723         (def-python-skeleton): Simplify.
14724         (python-expand-template): Use the abbrev-table and abbrev-insert.
14725         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14726         Remove.
14727         (python-mode): Don't set pre-abbrev-expand-hook.
14729         * skeleton.el: Set coding-tag.
14731         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
14732         (expand-abbrev): Use it.
14733         (abbrev-table-menu): New function.
14735         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
14737         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
14739 2008-04-17  Sam Steingold  <sds@gnu.org>
14741         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
14742         idiosyncratic bury-buffer/delete-window logic.
14744 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
14746         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
14747         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
14749 2008-04-17  Kenichi Handa  <handa@m17n.org>
14751         * international/characters.el: Don't make the width of U+00AD to 0.
14753 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
14755         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
14756         (gdb, gdb-starting, gdb-frames-mode): Use it.
14757         (gdb-invalidate-frames): Advise to call "info stack" only if
14758         execution has occurred.
14759         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
14760         selected frame if no execution has occurred.
14761         (gdb-frames-force-update): New interactive function.
14762         (gdb-frames-mode-map): Bind it to "F".
14764 2008-04-17  Michael Olson  <mwolson@gnu.org>
14766         * textmodes/remember.el (remember-version): Release Remember 2.0.
14768 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
14770         * textmodes/artist.el:
14771         * progmodes/vhdl-mode.el:
14772         * progmodes/verilog-mode.el:
14773         * progmodes/vera-mode.el:
14774         * progmodes/simula.el:
14775         * progmodes/ps-mode.el:
14776         * progmodes/cmacexp.el:
14777         * obsolete/hilit19.el:
14778         * emulation/viper.el:
14779         * ediff.el: Cleanup the bug-report email addresses and make sure the
14780         maintainer is still willing to handle bug reports.
14782 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14784         * vc.el (vc-dir-kill-query): Fix thinko.
14786 2008-04-16  Glenn Morris  <rgm@gnu.org>
14788         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
14789         by diary-sexp-entry.
14791 2008-04-16  Markus Triska  <markus.triska@gmx.at>
14793         * proced.el (proced-command-alist): Add support for darwin.
14795 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14797         * proced.el (proced-mode): Redefine as just the major-mode.
14798         (proced): Separate it from proced-mode.
14800         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
14802 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14804         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
14805         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
14806         `tab-width' setting from user.  New version 10.0.  Doc and docstring
14807         fix.
14808         (whitespace-style, whitespace-chars): Remove options.
14809         (whitespace-style-mark): New option, replace whitespace-style deleted
14810         option.  Fix docstring.
14811         (whitespace-style-color): New option, replace whitespace-chars deleted
14812         option.  Fix docstring.
14813         (whitespace-space, whitespace-hspace, whitespace-tab)
14814         (whitespace-newline, whitespace-trailing, whitespace-line)
14815         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
14816         (whitespace-space-after-tab, whitespace-hspace-regexp)
14817         (whitespace-space-regexp, whitespace-tab-regexp)
14818         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14819         (whitespace-empty-at-eob-regexp, whitespace-line-column)
14820         (whitespace-toggle-option-alist): Fix docstring.
14821         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
14822         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
14823         docstring and initialization.
14824         (global-whitespace-mode): Autoloaded global minor mode.
14825         (whitespace-chars-value-list, whitespace-style-value-list)
14826         (whitespace-active-chars, whitespace-active-style)
14827         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
14828         (whitespace-color-value-list): New var, replace
14829         whitespace-chars-value-list removed var.
14830         (whitespace-mark-value-list): New var, replace
14831         whitespace-style-value-list removed var.
14832         (whitespace-active-color): New var, replace whitespace-active-chars
14833         removed var.
14834         (whitespace-active-mark): New var, replace whitespace-active-style
14835         removed var.
14836         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
14837         removed var.
14838         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
14839         removed var.
14840         (whitespace-toggle-option-alist, whitespace-report-list)
14841         (whitespace-report-text, whitespace-help-text): Fix initialization.
14842         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
14843         (whitespace-toggle-options, global-whitespace-toggle-options)
14844         (whitespace-cleanup-region, whitespace-report-region)
14845         (whitespace-interactive-char): Fix docstring and code.
14846         (whitespace-cleanup, whitespace-report): Fix docstring.
14847         (whitespace-replace-spaces-by-tabs): Remove fun.
14848         (whitespace-replace-action): New fun, replace
14849         whitespace-replace-spaces-by-tabs removed fun.
14850         (whitespace-regexp, whitespace-indentation-regexp)
14851         (whitespace-space-after-tab-regexp, whitespace-insert-value)
14852         (whitespace-kill-buffer): New funs.
14853         (whitespace-insert-option-mark, whitespace-help-on)
14854         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
14855         (whitespace-color-on, whitespace-color-off)
14856         (whitespace-display-char-on): Fix code.
14858 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14860         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
14861         (mouse-throw-magnifier-with-mouse-movement): Remove.
14862         (mouse-throw-magnifier-base): New const.
14863         (mouse-drag-scroll-delta): New fun.
14864         (mouse-drag-throw): Use it.
14866 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
14868         * international/uni-bidi.el, international/uni-category.el:
14869         * international/uni-combining.el, international/uni-comment.el:
14870         * international/uni-decimal.el, international/uni-decomposition.el:
14871         * international/uni-digit.el, international/uni-lowercase.el:
14872         * international/uni-mirrored.el, international/uni-name.el:
14873         * international/uni-numeric.el, international/uni-old-name.el:
14874         * international/uni-titlecase.el, international/uni-uppercase.el:
14875         * international/charprop.el: Regenerate.
14877 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
14879         * vc.el (vc-status-fileinfo): Add new member directoryp.
14880         (vc-default-status-printer): Print directories.
14881         (vc-status-update): Sort files before subdirectories.
14883         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
14884         Add alternative implementation based on "cvs update".
14886 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
14888         * doc-view.el: Changed requirements section to tell that only one
14889         of dvipdf or dvipdfm is needed.
14890         (doc-view-already-converted-p): Fix bug that forced reconversion
14891         if doc was already converted.
14893 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14895         * minibuffer.el (minibuffer-message):
14896         Make sure we can put-text-property.
14898         * emacs-lisp/crm.el: Complete rewrite.
14900         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
14901         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
14902         case of an error in display-completion-list.
14904         * filecache.el (file-cache-completions-keymap): Move init from
14905         file-cache-completion-setup-function into declaration.
14906         (file-cache-minibuffer-complete): Simplify.
14907         (file-cache-completion-setup-function): Use standard-output,
14908         preserve current-buffer.
14910         * vc.el (vc-status-update): Fix typo.
14911         (vc-status-update): Set needs-update.
14912         (vc-status-refresh): η-reduce.
14914 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
14916         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
14917         to image-eol.
14919 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
14921         * vc.el (vc-status-update): Undo the previous revert.
14923 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14925         * minibuffer.el (completion-table-with-terminator): Those completions
14926         are never valid w.r.t test-completion.
14927         (completion--file-name-table):
14928         Check completion-all-completions-with-base-size.
14930 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
14932         * doc-view.el (doc-view-dvipdf-program): New variable.
14933         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
14934         (doc-view-mode-p): Check for doc-view-dvipdf-program as
14935         alternative for doc-view-dvipdfm-program.
14936         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
14938         * doc-view.el (doc-view-start-process): Don't set
14939         default-directory to "~/" if the current value is valid.
14940         This broke PS files that run other files in the same directory.
14942 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
14944         * vc.el (vc-status-kill-query): New function.
14945         (vc-status-mode): Add it to kill-buffer-query-functions.
14946         (vc-status-show-fileentry): New function.
14947         (vc-status-menu-map): Bind it.  Bind vc-next-action.
14949 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14951         * minibuffer.el (minibuffer-message): Put cursor at the right place.
14953 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14955         * proced.el (proced-send-signal): Fix error recognition.
14957 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14959         * proced.el (proced-command-alist): Remove sort column.
14960         (proced-command, proced-procname-column):
14961         Use make-variable-buffer-local.
14962         (proced-signal-function): Rename from proced-kill-program.
14963         Allow for elisp symbols and string values representing system calls.
14964         (proced-marker-regexp, proced-success-message): New functions.
14965         (proced): Use defalias.  Add autoload cookie.
14966         (proced-unmark-backward, proced-toggle-marks)
14967         (proced-hide-processes): New commands.
14968         (proced-do-mark): Simplify code.
14969         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
14970         (proced-update): Remove sorting.
14971         (proced-send-signal): Display number of processes to operate on.
14972         Allow for system calls or elisp functions to send signals.
14973         Check if signal was sent successfully.
14975 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14977         * minibuffer.el (completion-all-completion-with-base-size): New var.
14978         (completion--some): New function.
14979         (completion-table-with-context, completion--file-name-table):
14980         Return the base-size if requested.
14981         (completion-table-in-turn): Generalize to multiple arguments.
14982         (complete-in-turn): Compatibility alias.
14983         (completion-styles-alist): New var.
14984         (completion-styles): New customization.
14985         (minibuffer-try-completion, minibuffer-all-completions):
14986         New functions.
14987         (minibuffer--do-completion, minibuffer-complete-and-exit)
14988         (minibuffer-try-word-completion): Use them.
14989         (display-completion-list, minibuffer-completion-help): Use them.
14990         Handle all-completions's new base-size info to set completion-base-size.
14991         * info.el (Info-read-node-name-1): Use completion-table-with-context,
14992         completion-table-with-terminator and complete-with-action.
14993         Remove the now obsolete completion-base-size-function property.
14994         * simple.el (completion-list-mode-map): Move init into declaration.
14995         (completion-list-mode): Use define-derived-mode.
14996         (completion-setup-function): Use any completion-base-size that may
14997         have been set before.  Remove handling of completion-base-size-function.
14998         * loadup.el: Move abbrev.el up earlier.
15000 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
15002         * vc-git.el (vc-git-after-dir-status-stage)
15003         (vc-git-dir-status-goto-stage): New functions.
15004         (vc-git-after-dir-status-stage1)
15005         (vc-git-after-dir-status-stage1-empty-db)
15006         (vc-git-after-dir-status-stage2): Remove, functionality moved
15007         into the new generic stage functions.
15008         (vc-git-dir-status-files): New function.
15010         * vc.el (vc-status-update): Revert an incorrect rewrite.
15011         Add some comments.
15012         (vc-status-refresh-files): New function.
15013         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
15014         state of up-to-date files.
15015         (vc-default-dir-status-files): New function.
15017 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
15019         * minibuffer.el (completion--embedded-envvar-table)
15020         (read-file-name-internal): Fix typos in 2008-04-11 change.
15022         * faces.el (read-face-name): Use `completion-table-in-turn',
15023         not `complete-in-turn'.
15025 2008-04-13  Andreas Schwab  <schwab@suse.de>
15027         * progmodes/etags.el: Require 'cl when compiling.
15029 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
15031         * progmodes/gud.el (gud-menu-map): Expand tooltip.
15033         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
15034         (menu): Add/expand menu tooltips.
15036 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
15038         * progmodes/sh-script.el (sh-show-indent): Fix typo.
15039         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
15041         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
15042         considered registered.
15044 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15046         * emacs-lisp/copyright.el (copyright-update-directory): New command.
15048         * ediff-wind.el (ediff-split-window-function)
15049         (ediff-merge-split-window-function): Improve custom type.
15051 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
15053         * loadup.el ("minibuffer"): Move after "faces".
15055 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15057         * progmodes/hideif.el (hif-factor): Handle unary minus.
15059 2008-04-12  Glenn Morris  <rgm@gnu.org>
15061         * calendar/cal-china.el (chinese-calendar-time-zone):
15062         Mark obsolete name as risky too.
15064         * calendar/calendar.el (calendar-faces): New custom group.
15065         (calendar-today, diary, holiday): Doc fix.
15066         Move to calendar-faces group.
15067         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
15068         (diary-button): Doc fix.  Move to calendar-faces group.
15070         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15071         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
15072         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
15073         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
15074         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
15075         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
15076         not in dumped files before the associated defcustom.
15078 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
15080         * minibuffer.el (lazy-completion-table): Fix debug spec.
15082 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15084         * minibuffer.el (complete-with-action, lazy-completion-table):
15085         Move from subr.el.
15086         (apply-partially, completion-table-dynamic)
15087         (completion-table-with-context, completion-table-with-terminator)
15088         (completion-table-in-turn): New funs.
15089         (completion--make-envvar-table, completion--embedded-envvar-table):
15090         New funs.
15091         (read-file-name-internal): Use them.
15092         (completion-setup-hook): Move from simple.el.
15093         * subr.el (complete-with-action, lazy-completion-table):
15094         * simple.el (completion-setup-hook): Move to minibuffer.el.
15096 2008-04-11  Glenn Morris  <rgm@gnu.org>
15098         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
15100 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15102         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
15104         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
15106         * textmodes/fill.el (fill-forward-paragraph-function): New var.
15107         (fill-forward-paragraph): New fun.
15108         (fill-paragraph, fill-region): Use it.
15110         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
15111         (vc-status-create-fileinfo): Make `extra' optional.
15112         (vc-status-busy): New fun.
15113         (vc-status-menu-map): Use it.
15114         (vc-status-crt-marked): Remove.
15115         (vc-status-update): Rename from vc-status-add-entries.
15116         Add argument so as to prevent addition of entries.  Rewrite.
15117         (vc-update-vc-status-buffer): Remove.
15118         (vc-status-refresh): Don't remove old entries, set them to
15119         up-to-date instead.  Also do it after the update is complete.
15120         (vc-status-marked-files): η-reduce.
15122         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
15123         for non-dialogs.
15125         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
15127         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
15129 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
15131         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
15132         to t and don't truncate msg.
15134 2008-04-11  Glenn Morris  <rgm@gnu.org>
15136         * calendar/calendar.el (diary, holidays):
15137         Move custom groups to other files.
15138         (holiday-general-holidays, holiday-oriental-holidays)
15139         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
15140         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15141         (holiday-hebrew-holidays, holiday-christian-holidays)
15142         (holiday-islamic-holidays, holiday-bahai-holidays)
15143         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
15144         * calendar/diary-lib.el: Move custom group here from calendar.el.
15145         * calendar/holidays.el: Move custom group and variables here
15146         from calendar.el.
15148         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
15150         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
15151         Fix custom group.
15152         (calendar-current-time-zone-cache): Autoload riskiness.
15154         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
15156 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
15158         * woman.el (woman2-TH): Use string-equal instead of string-match.
15160 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15162         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
15163         (smerge-resolve): Merge the "2-way refinement" case with one half of
15164         the "mere whitespace" resolution.
15166 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
15168         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
15170 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
15172         * subr.el (assoc-ignore-case, assoc-ignore-representation):
15173         Add WHEN to obsolescence declaration.
15175         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
15177 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
15179         * vc-hooks.el (vc-state): Add new state `conflict'.
15180         (vc-after-save): Use when not if.
15181         (vc-default-mode-line-string): Deal with the conflict state.
15182         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
15184         * vc.el (vc-editable-p, vc-default-status-printer)
15185         (vc-next-action): Deal with the conflict state.
15186         (vc-mark-resolved): New function.
15187         (vc-status-mode): Fix mode name.
15188         (vc-default-comment-history): Use when not if.
15189         (Todo): Add new entries, remove old ones.
15191         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
15192         (vc-cvs-parse-status, vc-cvs-after-dir-status):
15193         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
15194         Detect the conflict state.
15196         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
15198 2008-04-10  Glenn Morris  <rgm@gnu.org>
15200         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
15201         Respect truncate-partial-width-windows in non-full windows,
15202         with regards to :toggle and :enable state.
15204         * simple.el (toggle-truncate-lines): Doc fix.
15206         * Makefile.in (MH_E_DIR): New variable.
15207         (MH_E_SRC): Restore variable removed 2008-03-13.
15208         (mh-loaddefs.el): Depend on $MH_E_SRC.
15209         (CAL_DIR, CAL_SRC): New variables.
15210         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
15211         Depend on CAL_SRC.
15213         * calendar/calendar.el (calendar, diary): Add :prefix.
15214         (holidays): Change :prefix.
15215         (calendar-today, holiday, calendar-holiday-marker)
15216         (european-calendar-style): Change custom groups.
15218         * calendar/calendar.el (diary-hook, diary-display-hook):
15219         Move to diary-lib.el.
15220         * calendar/diary-lib.el (diary-hook, diary-display-hook):
15221         Move here from calendar.el.
15222         * calendar/appt.el: Require diary-lib rather than calendar.
15223         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
15225         * calendar/appt.el (appt): Add :prefix.
15227         * calendar/diary-lib.el (diary-hook): Doc fix.
15228         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
15230 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15232         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
15233         New functions.
15235         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
15236         the arg to recursive calls.
15238 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
15240         * minibuffer.el (completion-auto-help): Fix typo.
15242 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15244         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
15246 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
15248         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
15249         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
15251 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15253         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
15255         * minibuffer.el (minibuffer): Move group from cus-edit.el.
15256         (completion-auto-help): Move from C code.
15257         (minibuffer--maybe-completion-help): Remove.
15258         (minibuffer--bitset): New function.
15259         (minibuffer--do-completion): Rename from minibuffer-do-completion.
15260         Renumber a bit.  Really complete on string *before* point.
15261         Add argument used for word-completion.
15262         Join trailing / in completion with following text, as done in
15263         minibuffer-complete-word.
15264         Handle new value `lazy' for completion-auto-help.
15265         (minibuffer-try-word-completion): New function extracted from
15266         minibuffer-complete-word.
15267         (minibuffer-complete-word): Use minibuffer--do-completion.
15268         (minibuffer--insert-strings): Rename from
15269         minibuffer-complete-insert-strings.
15270         (exit-minibuffer): Fix typo.
15271         * cus-edit.el (minibuffer): Move group to minibuffer.el.
15272         * cus-start.el: Remove completion-auto-help.
15274 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
15276         * vc.el (vc-status-add-entries): New function.
15277         (vc-status-add-entry): Remove.
15278         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
15279         Use vc-status-add-entries.
15281         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
15282         order.
15284 2008-04-09  Jason Rumney  <jasonr@gnu.org>
15286         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
15287         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
15288         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
15289         (AUTOGENEL): New variable.
15290         (distclean, maintainer-clean): New targets.
15292 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
15294         * emacs-lisp/regexp-opt.el (regexp-opt):
15295         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
15297 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
15299         * nxml/nxml-mode.el (nxml-cleanup): New function.
15300         (nxml-mode): Add it to change-major-mode-hook.
15302 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
15304         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
15306 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
15308         * calc/.cvsignore: New file.
15310 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
15312         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
15314         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
15315         show-help-function when turning tooltip off.
15316         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
15317         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
15319 2008-04-09  Alan Mackenzie  <acm@muc.de>
15321         * font-lock.el (font-lock-extend-after-change-region-function):
15322         Make it buffer local.
15324 2008-04-09  Glenn Morris  <rgm@gnu.org>
15326         * calendar/calendar.el (diary-file, european-calendar-style):
15327         Remove autoload cookies.
15329 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15331         * outline.el (outline-mode-menu-bar-map):
15332         * log-view.el (log-view-mode-menu):
15333         * log-edit.el (log-edit-menu): Add :help.
15335 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
15337         * emacs-lisp/regexp-opt.el (regexp-opt-group):
15338         Use substring-no-properties for correct handling of unibyte strings.
15340 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15342         * add-log.el (change-log-next-buffer): Handle the case where version<
15343         signals an error.
15345         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
15346         mouse-major-mode-menu.
15347         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
15348         (mouse-major-mode-menu, mouse-popup-menubar)
15349         (mouse-popup-menubar-stuff): Use them.
15350         (C-down-mouse-3): Bind to a dynamic map rather than to
15351         mouse-popup-menubar-stuff.
15353         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
15354         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
15356 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15358         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
15359         file:// access method.
15361 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15363         * minibuffer.el: New file.
15364         * loadup.el: Load it.
15366 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15368         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
15369         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
15371         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
15372         (calc-mode-map, calc-digit-map, calc-dispatch-map):
15373         Move initialization into declaration.
15374         * calc/calc-yank.el:
15375         * calc/calc-misc.el:
15376         * calc/calc-embed.el:
15377         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
15379 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
15381         * ps-samp.el (ps-add-printer, ps-remove-printer)
15382         (ps-make-dynamic-printer-menu): New functions.
15384         * net/zeroconf.el: New file.
15386 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15388         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
15390 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15392         * vc-rcs.el (vc-rcs-modify-change-comment):
15393         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
15395         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
15397 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
15399         * international/mule-cmds.el (set-locale-environment): Don't warn if
15400         coding system doesn't agree with system locale (this reverts changes
15401         by Dave Love, dated 2002-10-27 and 2002-10-09).
15403         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15404         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
15406         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
15408 2008-04-08  Glenn Morris  <rgm@gnu.org>
15410         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
15411         * textmodes/remember.el (remember-diary-convert-entry):
15412         Require calendar.
15414         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
15415         diary-file, since it is the default for make-diary-entry anyway.
15417         * calendar/cal-menu.el (cal-menu-event-to-date):
15418         Rename calendar-event-to-date.  Update callers.
15419         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
15420         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
15421         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
15422         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
15423         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
15424         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
15425         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
15426         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
15427         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
15428         (calendar-mouse-tex-month-landscape):
15429         Rename cal-tex-mouse-month-landscape.
15430         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
15431         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
15432         (calendar-mouse-tex-year-landscape):
15433         Rename cal-tex-mouse-year-landscape.
15434         (cal-menu-context-mouse-menu): Update for above name changes.
15436         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15437         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15438         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
15439         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
15440         * calendar/holidays.el: Replace int-to-string with number-to-string.
15442 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
15444         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
15445         region if point moves.
15447 2008-04-08  Kenichi Handa  <handa@m17n.org>
15449         * faces.el (font-slant-table): Change numeric values for `r',
15450         `roman', and `normal'.
15452 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
15454         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
15456 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
15458         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
15459         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
15461 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
15463         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
15464         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
15466 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15468         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
15470 2008-04-07  Sam Steingold  <sds@gnu.org>
15472         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
15473         Add helper functions.
15474         (lisp-do-defun): Extract the common part of lisp-eval-defun and
15475         lisp-compile-defun; DEFVAR forms reset the variables to the init
15476         values, just like in emacs-lisp mode eval-defun.
15477         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
15478         (lisp-compile-region): Use lisp-compile-string.
15480 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15482         * subr.el (combine-and-quote-strings): Also quote strings that contain
15483         the separator.
15485         * pcvs-util.el (cvs-map): Avoid recursion :-(
15487 2008-04-07  Glenn Morris  <rgm@gnu.org>
15489         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
15491         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
15492         view-diary-entries-initially.  Keep old name as alias, update users.
15493         (calendar-mark-diary-entries-flag): Rename
15494         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
15495         (calendar-view-holidays-initially-flag): Rename
15496         view-calendar-holidays-initially.  Keep old name as alias, update users.
15497         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
15498         Keep old name as alias, update users.
15499         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
15500         Keep old name as alias, update users.
15501         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
15502         Keep old name as alias, update users.
15503         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
15504         Keep old name as alias, update users.
15505         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
15506         (diary-american-date-forms): Rename american-date-diary-pattern.
15507         Keep old name as alias, update users.
15508         (diary-european-date-forms): Rename european-date-diary-pattern.
15509         Keep old name as alias, update users.
15510         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
15511         Keep old name as alias, update users.
15512         (calendar-european-date-display-form): Rename
15513         european-calendar-display-form.  Keep old name as alias, update users.
15514         (calendar-american-date-display-form): Rename
15515         european-calendar-display-form.  Keep old name as alias, update users.
15516         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
15517         Keep old name as alias, update users.
15518         (holiday-general-holidays): Rename general-holidays.
15519         Keep old name as alias, update users.
15520         (holiday-oriental-holidays): Rename oriental-holidays.
15521         Keep old name as alias, update users.
15522         (holiday-local-holidays): Rename local-holidays.
15523         Keep old name as alias, update users.
15524         (holiday-other-holidays): Rename other-holidays.
15525         Keep old name as alias, update users.
15526         (holiday-hebrew-holidays): Rename hebrew-holidays.
15527         Keep old name as alias, update users.
15528         (holiday-christian-holidays): Rename christian-holidays.
15529         Keep old name as alias, update users.
15530         (holiday-islamic-holidays): Rename islamic-holidays.
15531         Keep old name as alias, update users.
15532         (holiday-bahai-holidays): Rename bahai-holidays.
15533         Keep old name as alias, update users.
15534         (holiday-solar-holidays): Rename solar-holidays.
15535         Keep old name as alias, update users.
15536         (diary-fancy-buffer): Rename fancy-diary-buffer.
15537         Keep old name as alias, update users.
15538         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
15539         Update users.
15540         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
15541         Update users.
15542         (calendar-increment-month): Rename increment-calendar-month.
15543         Keep old name as alias, update callers.
15544         (calendar-increment-month-cons): Rename old calendar-increment-month.
15545         Update callers.
15546         (calendar-extract-month): Rename extract-calendar-month.
15547         Keep old name as alias, update callers.
15548         (calendar-extract-day): Rename extract-calendar-day.
15549         Keep old name as alias, update callers.
15550         (calendar-extract-year): Rename extract-calendar-year.
15551         Keep old name as alias, update callers.
15552         (calendar-generate-window): Rename generate-calendar-window.
15553         Update callers.
15554         (calendar-generate): Rename generate-calendar.  Update callers.
15555         (calendar-generate-month): Rename generate-calendar-month.
15556         Update callers.
15557         (calendar-redraw): Rename redraw-calendar.  Update callers.
15558         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
15559         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
15560         Update callers.
15561         (calendar-update-mode-line): Rename update-calendar-mode-line.
15562         Update callers.
15563         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
15564         update callers.
15565         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
15566         Keep old name as alias, update callers.
15567         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15568         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
15569         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
15570         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
15571         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
15572         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
15573         * calendar/solar.el: Update for calendar.el name changes.
15574         * org/org.el (org-agenda-format-date-aligned)
15575         (org-agenda-execute-calendar-command): Access date elements directly
15576         rather than using calendar functions.
15577         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
15578         Also set calendar-view-diary-initially-flag,
15579         calendar-view-holidays-initially-flag.
15580         (org-get-entries-from-diary): Also set diary-fancy-buffer.
15581         (org-agenda-execute-calendar-command): No need to set displayed-day.
15583 2008-04-06  Alan Mackenzie  <acm@muc.de>
15585         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
15586         typo in the doc string.
15588         * progmodes/cc-mode.el (c-basic-common-init):
15589         Set font-lock-extend-after-change-region-function.
15590         (c-extend-after-change-region): New function, used in
15591         font-lock-extend-after-change-region-function, thus superseding
15592         advice on the Font Lock after change functions.
15593         (c-advise-fl-for-region): Remove this macro.
15595 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15597         * textmodes/flyspell.el (flyspell-duplicate-distance):
15598         Improve custom type.
15600 2008-04-06  Glenn Morris  <rgm@gnu.org>
15602         * calendar/diary-lib.el (diary-sexp-entry-symbol):
15603         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
15604         (diary-list-entries-hook): Rename list-diary-entries-hook.
15605         Keep old name as alias, update users.
15606         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
15607         Keep old name as alias, update users.
15608         (diary-nongregorian-listing-hook): Rename
15609         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
15610         (diary-nongregorian-marking-hook): Rename
15611         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
15612         (diary-print-entries-hook): Rename print-diary-entries-hook.
15613         Keep old name as alias, update users.
15614         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
15615         Keep old name as alias, update users.
15616         (diary-number-of-entries): Rename number-of-diary-entries.
15617         Keep old name as alias, update users.
15618         (view-diary-entries, list-diary-entries, show-all-diary-entries):
15619         Give version of obsolescence.
15620         (diary-view-other-diary-entries): Rename view-other-diary-entries.
15621         Keep old name as alias, update callers.
15622         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
15623         update callers.
15624         (diary-include-other-diary-files): Rename include-other-diary-files.
15625         Keep old name as alias, update callers.
15626         (diary-simple-display): Rename simple-diary-display.
15627         Keep old name as alias, update callers.
15628         (diary-fancy-display): Rename fancy-diary-display.
15629         Keep old name as alias, update callers.
15630         (diary-print-entries): Rename print-diary-entries.
15631         Keep old name as alias, update callers.
15632         (diary-marking-entries-flag): Rename marking-diary-entries.
15633         Update users.
15634         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
15635         (diary-mark-entries): Rename mark-diary-entries.
15636         Keep old name as alias, update callers.
15637         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
15638         Keep old name as alias, update callers.
15639         (diary-mark-included-diary-files): Rename mark-included-diary-files.
15640         Keep old name as alias, update callers.
15641         (calendar-mark-days-named): Rename mark-calendar-days-named.
15642         Keep old name as alias, update callers.
15643         (calendar-mark-month): Rename mark-calendar-month.
15644         Keep old name as alias, update callers.
15645         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
15646         Keep old name as alias, update callers.
15647         (diary-sort-entries): Rename sort-diary-entries.
15648         Keep old name as alias, update callers.
15649         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
15650         Keep old name as alias, update callers.
15651         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
15652         update callers.
15653         (diary-insert-entry): Rename insert-diary-entry.
15654         Keep old name as alias.
15655         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
15656         Keep old name as alias.
15657         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
15658         Keep old name as alias.
15659         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
15660         Keep old name as alias.
15661         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
15662         Keep old name as alias.
15663         (diary-insert-block-entry): Rename insert-block-diary-entry.
15664         Keep old name as alias.
15665         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
15666         Keep old name as alias.
15667         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
15668         Keep old name as alias, update users.
15669         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
15670         Keep old name as alias, update callers.
15671         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15672         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
15673         * calendar/icalendar.el: Update for diary-lib name changes.
15675 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
15677         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
15679         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
15680         for copy, move, and link operations.
15682 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
15684         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
15685         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
15687         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
15688         'require' statements with 1-argument ones (wrapped in if's).
15689         For compatibility with the current stable version of XEmacs.
15691 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15693         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
15695 2008-04-06  Jason Rumney  <jasonr@gnu.org>
15697         * language/burmese.el ("Burmese"): Make sample text consistent with
15698         language name.
15700 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
15702         * progmodes/gdb-ui.el (gdb): New group.
15703         (gdb-debug-log-max, gdb-enable-debug)
15704         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
15705         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
15706         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
15707         (gdb-show-changed-values, gdb-max-children)
15708         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
15709         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
15710         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
15711         (gdb-memory-unit): Move to new group from GUD group.
15712         (menu): Allow customization from GDB-UI menu-item.
15714 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
15716         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
15718 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15720         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
15721         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
15722         Revision numbers can include ".".
15724         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
15725         "+" lines not accounted for by counting "-" and context lines.
15727 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15729         * term/mac-win.el (mac-service-open-file): Use file URL instead of
15730         file name string.
15732 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15734         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
15735         (vc-bzr-annotate-time): Accept space used to preserve alignment.
15737 2008-04-05  Richard Stallman  <rms@gnu.org>
15739         * emacs-lisp/advice.el (defadvice): Add usage pattern.
15741 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
15743         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
15744         thread in [h-e-w]).
15746 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
15748         * files.el (abort-if-file-too-large): Fix typo in docstring.
15750 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15752         * subr.el (functionp): Return nil for special forms.
15754 2008-04-05  Glenn Morris  <rgm@gnu.org>
15756         * emacs-lisp/autoload.el (autoload-ensure-default-file):
15757         Provide a feature.
15758         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
15759         Require loaddefs file rather than loading it.
15760         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
15761         autoload-ensure-default-file provides a feature.
15763         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
15764         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
15765         (compile, compile-always, recompile): Use $LOADDEFS.
15766         (cal-autoloads): Remove.
15768         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
15769         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
15771         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15772         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
15774         * calendar/calendar.el (diary-hebrew-entry-symbol):
15775         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
15776         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
15777         Keep old name as alias.
15778         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
15779         Keep old name as alias.
15780         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
15781         to diary-bahai-entry-symbol.
15782         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
15783         to diary-hebrew-entry-symbol.
15784         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
15785         to diary-islamic-entry-symbol.
15786         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
15788         * calendar/solar.el (diary-sabbath-candles-minutes)
15789         (diary-sabbath-candles): Move to cal-hebrew.
15790         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
15791         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
15792         Doc fix.  Keep old name as alias.
15793         (diary-hebrew-sabbath-candles): Simplify.
15794         (solar-setup, solar-sunrise-sunset, calendar-latitude)
15795         (calendar-longitude, calendar-time-zone): Declare for compiler.
15796         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
15797         rename.
15799         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
15800         Rename coptic-calendar-month-name-array.  Update callers.
15801         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
15802         (calendar-coptic-name): Rename coptic-name.  Update callers.
15803         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
15804         Update callers.
15805         (calendar-coptic-last-day-of-month):
15806         Rename coptic-calendar-last-day-of-month.  Update callers.
15807         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
15808         Keep old name as alias, update callers.
15809         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
15810         Keep old name as alias, update callers.
15811         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
15812         Keep old name as alias.
15813         (calendar-ethiopic-month-name-array):
15814         Rename ethiopic-calendar-month-name-array.  Update callers.
15815         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
15816         Update callers.
15817         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
15818         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
15819         Keep old name as alias, update callers.
15820         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
15821         Keep old name as alias, update callers.
15822         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
15823         Keep old name as alias.
15825         * calendar/cal-french.el (calendar-french-epoch):
15826         Rename french-calendar-epoch.  Update callers.
15827         (calendar-french-month-name-array): Rename variable and function
15828         french-calendar-month-name-array.  Update callers.
15829         (calendar-french-multibyte-month-name-array):
15830         Rename french-calendar-multibyte-month-name-array.  Update callers.
15831         (calendar-french-day-name-array): Rename variable and function
15832         french-calendar-day-name-array.  Update callers.
15833         (calendar-french-special-days-array): Rename variable and function
15834         french-calendar-special-days-array.  Update callers.
15835         (calendar-french-multibyte-special-days-array):
15836         Rename french-calendar-multibyte-special-days-array.  Update callers.
15837         (calendar-french-accents-p): Rename french-calendar-accents.
15838         Update callers.
15839         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
15840         Update callers.
15841         (calendar-french-last-day-of-month):
15842         Rename french-calendar-last-day-of-month.  Update callers.
15843         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
15844         Keep old name as alias, update callers.
15845         (calendar-french-print-date): Rename calendar-print-french-date.
15846         Keep old name as alias, update callers.
15847         (calendar-french-goto-date): Rename calendar-goto-french-date.
15848         Keep old name as alias.
15850         * calendar/cal-menu.el, calendar/calendar.el:
15851         Update for Coptic and French name changes.
15853         * calendar/cal-china.el (calendar-chinese): Rename custom group
15854         from chinese-calendar.  Update users.
15855         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
15856         Keep old name as alias, update users.
15857         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
15858         Keep old name as alias.
15859         (calendar-chinese-daylight-time-offset):
15860         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
15861         update users.
15862         (calendar-chinese-standard-time-zone-name):
15863         Rename chinese-calendar-standard-time-zone-name.
15864         Keep old name as alias, update users.
15865         (calendar-chinese-daylight-saving-start):
15866         Rename chinese-calendar-daylight-savings-starts.
15867         Keep old name as alias, update users.
15868         (calendar-chinese-daylight-saving-end):
15869         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
15870         update users.
15871         (calendar-chinese-daylight-saving-start-time):
15872         Rename chinese-calendar-daylight-savings-starts-time.
15873         Keep old name as alias, update users.
15874         (calendar-chinese-daylight-saving-end-time):
15875         Rename chinese-calendar-daylight-savings-ends-time.
15876         Keep old name as alias, update users.
15877         (calendar-chinese-celestial-stem): Rename
15878         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
15879         (calendar-chinese-terrestrial-branch):
15880         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
15881         update users.
15882         (calendar-chinese-zodiac-sign-on-or-after):
15883         Rename chinese-zodiac-sign-on-or-after.  Update callers.
15884         (calendar-chinese-new-moon-on-or-after):
15885         Rename chinese-new-moon-on-or-after.  Update callers.
15886         (calendar-chinese-month-list): Rename chinese-month-list.
15887         Update callers.
15888         (calendar-chinese-number-months): Rename number-chinese-months.
15889         Update callers.
15890         (calendar-chinese-compute-year): Rename compute-chinese-year.
15891         Update callers.
15892         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
15893         (calendar-chinese-year): Rename chinese-year.  Update callers.
15894         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
15895         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
15896         Keep old name as alias, update callers.
15897         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
15898         Keep old name as alias, update callers.
15899         (calendar-chinese-months-to-alist):
15900         Rename make-chinese-month-assoc-list.  Update callers.
15901         (calendar-chinese-months): Rename chinese-months.  Update callers.
15902         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
15903         Keep old name as alias, update callers.
15905         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
15906         Rename hebrew-calendar-leap-year-p.  Update callers.
15907         (calendar-hebrew-last-month-of-year):
15908         Rename hebrew-calendar-last-month-of-year.  Update callers.
15909         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
15910         Update callers.
15911         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
15912         Update callers.
15913         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
15914         Update callers.
15915         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
15916         Update callers.
15917         (calendar-hebrew-last-day-of-month):
15918         Rename hebrew-calendar-last-day-of-month.  Update callers.
15919         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
15920         Keep old name as alias, update callers.
15921         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
15922         Keep old name as alias, update callers.
15923         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
15924         Keep old name as alias, update callers.
15925         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
15926         Keep old name as alias.
15927         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
15928         Keep old name as alias.
15929         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
15930         Keep old name as alias.
15931         (holiday-hebrew-passover): Rename holiday-passover-etc.
15932         Keep old name as alias.
15933         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
15934         Keep old name as alias, update callers.
15935         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
15936         Keep old name as alias.
15937         (calendar-hebrew-mark-date-pattern):
15938         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
15939         update callers.
15940         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
15941         Keep old name as alias.
15942         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
15943         Keep old name as alias.
15944         (diary-hebrew-insert-monthly-entry):
15945         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
15946         (diary-hebrew-insert-yearly-entry):
15947         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
15948         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
15949         Keep old name as alias.
15950         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
15951         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
15952         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
15953         Keep old name as alias.
15954         (calendar-hebrew-parashiot-names):
15955         Rename hebrew-calendar-parashiot-names.  Update callers.
15956         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
15957         (calendar-hebrew-year-Saturday-incomplete-Sunday):
15958         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
15959         (calendar-hebrew-year-Saturday-complete-Tuesday):
15960         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
15961         (calendar-hebrew-year-Monday-incomplete-Tuesday):
15962         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
15963         (calendar-hebrew-year-Monday-complete-Thursday):
15964         Rename hebrew-calendar-year-Monday-complete-Thursday.
15965         (calendar-hebrew-year-Tuesday-regular-Thursday):
15966         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
15967         (calendar-hebrew-year-Thursday-regular-Saturday):
15968         Rename hebrew-calendar-year-Thursday-regular-Saturday.
15969         (calendar-hebrew-year-Thursday-complete-Sunday):
15970         Rename hebrew-calendar-year-Thursday-complete-Sunday.
15971         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
15972         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
15973         (calendar-hebrew-year-Saturday-complete-Thursday):
15974         Rename hebrew-calendar-year-Saturday-complete-Thursday.
15975         (calendar-hebrew-year-Monday-incomplete-Thursday):
15976         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
15977         (calendar-hebrew-year-Monday-complete-Saturday):
15978         Rename hebrew-calendar-year-Monday-complete-Saturday.
15979         (calendar-hebrew-year-Tuesday-regular-Saturday):
15980         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
15981         (calendar-hebrew-year-Thursday-incomplete-Sunday):
15982         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
15983         (calendar-hebrew-year-Thursday-complete-Tuesday):
15984         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
15985         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
15986         Update for above name changes of constants.
15988         * calendar/cal-menu.el, calendar/calendar.el:
15989         Update for chinese and hebrew name changes.
15990         * calendar/diary-lib.el: Update for hebrew name changes.
15992 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15994         * subr.el (keymap-canonicalize): Correct thinko.
15996         * server.el: Undo part of the multi-tty change, which is only
15997         needed if server.el is preloaded, and broke server-running-p.
15998         (server-socket-dir): Initialize in the defvar, as before.
15999         (server-start): Remove initialization of server-socket-dir.
16001 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
16003         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
16004         3-member cons cells.
16006 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
16008         * cus-face.el (custom-face-attributes): Handle roman slant.
16010         * faces.el (default): Ensure the face-defface-spec property is set.
16012 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
16014         * files.el (abort-if-file-too-large): New function.
16015         (find-file-noselect, insert-file-1): Use it.
16017 2008-04-05  Reto Zimmermann  <reto@gnu.org>
16019         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
16020         Replace C-c[a-zA-Z] key bindings.
16022 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16024         * progmodes/hideif.el (hif-token-alist): New var.
16025         (hif-token-regexp, hif-tokenize): Use it.
16026         (hif-mathify-binop): New macro.
16027         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
16028         (hif-greater-equal, hif-less-equal): Use it.
16029         (hif-logior, hif-logand): New functions.
16030         (hif-math): Accept | and & as well.
16032         * progmodes/etags.el: Fix problem with completion for buffer-local
16033         tables.  Reported by Radey Shouman <shouman@comcast.net>.
16034         (tags-complete-tag): Remove.
16035         (tags-lazy-completion-table): New function to replace it.
16036         (find-tag-tag, complete-tag): Update users.
16038 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
16040         * vc-rcs.el (vc-rcs-dir-status):
16041         * vc-sccs.el (vc-sccs-dir-status): New function.
16043         * outline.el (outline-mode-menu-bar-map):
16044         * term.el (terminal-signal-menu): Add :help.
16046         * net/eudc.el (eudc-mode-map): Declare and define in one step.
16047         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
16049         * emacs-lisp/re-builder.el (reb-mode-map):
16050         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
16052         * diff-mode.el (diff-file-junk-re): Recognize the git format for
16053         new files, deleted files and for changing permissions.
16054         (diff-mode): Set beginning-of-defun-function and
16055         end-of-defun-function.
16057         * vc-bzr.el (vc-bzr-state): Use when instead of if.
16059         * vc.el (vc-default-status-fileinfo-extra): New function.
16060         (vc-status-mark-buffer-changed): Use it.
16061         (vc-update-vc-status-buffer): Allow for partial updates.
16063 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16065         * net/tramp.el (after-init-hook): Don't wrap a lambda around
16066         tramp-register-completion-file-name-handler.
16068         * subr.el (keymap-canonicalize): New function.
16069         * mouse.el (mouse-menu-non-singleton): Use it.
16070         (mouse-major-mode-menu): Remove hack made unnecessary.
16072         * simple.el (set-fill-column): Prompt rather than error by default.
16074 2008-04-04  Andreas Schwab  <schwab@suse.de>
16076         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16077         Reset new-rules after each round.
16079         * Makefile.in (cal-autoloads): New target.
16080         (compile, compile-always, recompile): Depend on it.
16081         ($(lisp)/calendar/cal-loaddefs.el)
16082         ($(lisp)/calendar/diary-loaddefs.el)
16083         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
16085 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
16087         * ediff*.el: Replace load with require in eval-when-compile.
16089         * ediff-hook.el: Delete all invocations of (autoload ...).
16091         * ediff-util.el (ediff-setup): Make window-min-height a local variable
16092         in ediff control window, and set its min height to 2.
16093         (ediff-setup-control-buffer): Dedicate the control window.
16094         (ediff-toggle-multiframe): Undedicate control window.
16095         Work directly with ediff-setup-windows-multiframe and
16096         ediff-setup-windows-plain.
16098         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
16099         New function.
16100         (ediff-window-setup-function): Change initialization.
16101         (ediff-setup-windows-automatic): Delete.
16102         (ediff-setup-windows-plain-merge): Make control window dedicated.
16103         (ediff-destroy-control-frame): Do not skip frames if working in a
16104         single frame.
16106         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
16107         eval-when-compile.
16109         * emulation/viper-util.el: Move provide's forward, prevent recursion in
16110         eval-when-compile.
16112 2008-04-04  Glenn Morris  <rgm@gnu.org>
16114         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
16115         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
16117         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
16118         Rename islamic-calendar-leap-year-p.  Update callers.
16119         (calendar-islamic-last-day-of-month):
16120         Rename islamic-calendar-last-day-of-month.  Update callers.
16121         (calendar-islamic-day-number):
16122         Rename islamic-calendar-day-number.  Update callers.
16123         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
16124         Update callers, keep old name as alias.
16125         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
16126         Update callers, keep old name as alias.
16127         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
16128         Keep old name as alias.
16129         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
16130         Update callers, keep old name as alias.
16131         (calendar-islamic-mark-date-pattern):
16132         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
16133         name as alias.
16134         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
16135         Keep old name as alias.
16136         (diary-islamic-insert-monthly-entry):
16137         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
16138         (diary-islamic-insert-yearly-entry):
16139         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
16141         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
16142         calendar-absolute-from-iso.  Update callers, keep old name as alias.
16143         (calendar-iso-print-date): Rename calendar-print-iso-date.
16144         Update callers, keep old name as alias.
16145         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
16146         Keep old name as alias.
16147         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
16148         Keep old name as alias.
16150         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
16151         calendar-absolute-from-julian.  Update callers, keep old name as alias.
16152         (calendar-julian-print-date): Rename calendar-print-julian-date.
16153         Update callers, keep old name as alias.
16154         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
16155         Update callers, keep old name as alias.
16156         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
16157         Update callers, keep old name as alias.
16158         (calendar-astro-print-day-number):
16159         Rename calendar-print-astro-day-number.  Update callers, keep old
16160         name as alias.
16161         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
16162         Update callers, keep old name as alias.
16164         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
16165         Rename calendar-string-to-mayan-long-count.  Update callers.
16166         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
16167         Update callers, keep old name as alias.
16168         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
16169         Update callers.
16170         (calendar-mayan-read-tzolkin-date):
16171         Rename calendar-read-mayan-tzolkin-date.  Update callers.
16172         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
16173         Keep old name as alias.
16174         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
16175         Keep old name as alias.
16176         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
16177         Keep old name as alias.
16178         (calendar-mayan-previous-tzolkin-date):
16179         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
16180         (calendar-mayan-next-round-date):
16181         Rename calendar-next-calendar-round-date.  Keep old name as alias.
16182         (calendar-mayan-previous-round-date):
16183         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
16184         (calendar-mayan-long-count-to-absolute): Rename
16185         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
16186         (calendar-mayan-goto-long-count-date):
16187         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
16189         * calendar/cal-persia.el (calendar-persian-month-name-array):
16190         Rename persian-calendar-month-name-array.  Update callers.
16191         (calendar-persian-epoch): Rename persian-calendar-epoch.
16192         Update callers.
16193         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
16194         Update callers.
16195         (calendar-persian-last-day-of-month):
16196         Rename persian-calendar-last-day-of-month.  Update callers.
16197         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
16198         Update callers, keep old name as alias.
16199         (calendar-persian-print-date): Rename calendar-print-persian-date.
16200         Update callers, keep old name as alias.
16201         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
16202         Keep old name as alias.
16204         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
16205         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
16206         * calendar/solar.el: Update for cal-julian name changes.
16208         * calendar/cal-dst.el: Update for persian name changes.
16210         * calendar/cal-menu.el, calendar/calendar.el:
16211         Update for islamic, iso, julian, mayan, persian name changes.
16213         * calendar/diary-lib.el: Update for islamic name changes.
16215         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
16216         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
16217         as alias.
16218         (calendar-christian-all-holidays-flag):
16219         Rename all-christian-calendar-holidays.  Update callers, keep old
16220         name as alias.
16221         (calendar-islamic-all-holidays-flag):
16222         Rename all-islamic-calendar-holidays.  Update callers, keep old
16223         name as alias.
16224         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
16225         Update callers, keep old name as alias.
16226         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
16227         Update for the above name changes.
16229 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
16231         * hilit-chg.el (global-highlight-changes-mode)
16232         (highlight-changes-passive-string, highlight-changes-active-string):
16233         Mark as obsolete since 23.1, not 22.1.
16235 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
16237         * hilit-chg.el (highlight-changes-visibility-initial-state)
16238         (hilit-chg-update, highlight-changes-mode-turn-on):
16239         Fix typos in docstrings.
16241 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
16243         * newcomment.el (comment-enter-backward): Be careful to restore
16244         position changed during narrowing.
16246 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
16248         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16249         Recognize `sub ($$)'.
16251 2008-04-03  Richard Sharman  <rsharman@pobox.com>
16253         * hilit-chg.el (highlight-changes-mode): Rename from
16254         highlight-changes; no longer uses sub-modes active and passive;
16255         implemented by define-minor-mode.
16256         (highlight-changes-toggle-visibility): New function, to replace
16257         the old passive/active submodes of global-highlight-changes-mode;
16258         implemented by define-minor-mode.
16259         (global-highlight-changes-mode): Rename from global-highlight-changes;
16260         rewrite using define-globalized-minor-mode.
16261         (hilit-chg-major-mode-hook, hilit-chg-check-global)
16262         (hilit-chg-post-command-hook, hilit-chg-check-global)
16263         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
16264         to use of define-globalized-minor-mode.
16265         (highlight-changes-global-initial-state): Change to be boolean.
16266         (highlight-changes-visible-string, highlight-changes-invisible-string):
16267         Rename from highlight-changes-active-string and
16268         highlight-changes-passive-string.
16269         (hilit-chg-update, hilit-chg-set): Use them.
16270         (global-highlight-changes-mode): Rename from global-highlight-changes.
16271         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
16272         docstring.
16273         (hilit-chg-hide-changes): Rewrite to use dolist.
16274         (hilit-chg-set-face-on-change, hilit-chg-update)
16275         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
16276         variable instead of testing highlight-changes-mode.
16277         (highlight-markup-buffers): Add require ediff-util; argument on calls
16278         to highlight-changes-mode changed.
16279         (highlight-compare-with-file): Fix problems with interactive
16280         call giving invalid default file.
16282 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
16284         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
16285         Fix in disassembly buffer (regression in 22.2).
16287 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
16289         * emulation/viper-macs.el (viper-read-fast-keysequence):
16290         Use viper-read-event instead of viper-read-key.
16292         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
16294         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
16295         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
16296         let-statements.
16298         * emulation/viper-ex.el, emulation/viper-macs.el:
16299         * emulation/viper-mous.el:
16300         Replace load with require in eval-when-compile.
16302 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16304         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
16306         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
16307         (archive-try-jka-compr): New function.
16308         (archive-set-buffer-as-visiting-file): Use it.
16310         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
16312 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
16314         * simple.el (handle-shift-selection): New arg.
16316 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16318         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
16320         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
16322 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
16324         * shell.el (shell-dynamic-complete-filename): New fun.
16325         (shell-dynamic-complete-functions): Use it.
16327         * help-fns.el (describe-variable): Undo 2008-02-25 change.
16329 2008-04-03  Kenichi Handa  <handa@m17n.org>
16331         * international/fontset.el (create-fontset-from-x-resource):
16332         Handle the error of X resource more gracefully.
16334         * international/latin1-disp.el (latin1-display): Don't use make-char.
16335         Fix the argument to set-char-table-range.
16336         (latin1-display-identities): Don't use make-char.
16337         (latin1-display-reset): Use map-charset-chars instead of directly
16338         calling standard-display-default.
16339         (latin1-display-check-font): Don't use make-char.
16340         (latin1-display-setup): Likewise.
16341         (latin1-display-ucs-per-lynx): Likewise.
16343 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16345         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
16346         name the fields, to make the code clearer.
16347         Rewrite all `aset' and `aref' using the defined accessors.
16348         (timer--time): New pseudo-field.
16349         (timer-set-time, timer-set-idle-time, timer-inc-time)
16350         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
16351         (timer--time-less-p): New function.
16352         (timer--activate): New function, extracted from timer-activate.
16353         (timer-activate-when-idle, timer-activate): Use it.
16354         (cancel-function-timers): Use dolist.
16356 2008-04-03  Glenn Morris  <rgm@gnu.org>
16358         * add-log.el (c-beginning-of-defun, c-end-of-defun):
16359         Remove declarations; no longer used.
16360         (c-cpp-define-name, c-defun-name): Declare as functions.
16362         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
16363         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
16365         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
16366         (holiday-passover-etc, holiday-hanukkah): Doc fix.
16367         Add optional argument.  Simplify.
16368         (holiday-tisha-b-av-etc): Use memq rather than unless.
16369         (holiday-julian): Autoload it.
16370         (holiday-hebrew-misc): New function.
16372         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
16374         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
16375         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
16376         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
16377         all-hebrew-calendar-holidays.
16378         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
16379         Simplify using new functions.
16380         (calendar-holidays): Doc fix.
16381         (generate-calendar-window): Use bound-and-true-p.
16383         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
16385         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
16386         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
16387         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
16388         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
16390         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
16392 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16394         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
16396         * vc-bzr.el (vc-bzr-checkout): Simplify.
16398         * image-mode.el (image-mode-fit-frame): New command.
16400         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
16401         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
16402         (keyboard-escape-quit): Check region-active-p i.s.o
16403         transient-mark-mode.
16405 2008-04-02  Simon Josefsson  <simon@josefsson.org>
16407         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
16408         (imap-message-copyuid-1): Use it.
16409         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
16410         J. Williams in
16411         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
16413 2008-04-02  Alan Mackenzie  <acm@muc.de>
16415         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
16416         New optimised functions to get the name of the current defun/macro.
16418         * add-log.el (add-log-current-defun): Move the functionality which
16419         gets the current function name for C like modes to cc-cmds.el,
16420         thus optimising for speed.
16422 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
16424         * simple.el (deactivate-mark): When the mark is temporarily
16425         active, restore the original value of transient-mark-mode.
16426         (set-mark-command): First deactivate the mark if was temporarily active.
16427         (exchange-point-and-mark): Reactivate the mark if it was
16428         temporarily active.
16429         (handle-shift-selection): New fun.
16430         (transient-mark-mode): Move var documentation here from buffer.c.
16431         (next-line, previous-line, backward-word, move-end-of-line)
16432         (move-beginning-of-line, forward-to-indentation)
16433         (backward-to-indentation, back-to-indentation)
16434         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
16436         * mouse.el (mouse-set-region-1): Save the old value of
16437         transient-mark-mode.
16438         (mouse-drag-track): Ignore the now-obsolete value `identity' for
16439         transient-mark-mode.
16441         * textmodes/paragraphs.el (forward-paragraph)
16442         (backward-paragraph, forward-sentence, backward-sentence): Add ^
16443         interactive spec.
16445         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
16447 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
16449         * net/tramp.el (tramp-make-tramp-temp-file):
16450         Use `tramp-drop-volume-letter' for the local file name part.
16452 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16454         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
16455         Add menu entries corresponding to all the key bindings.
16457         * emacs-lisp/debug.el (debugger-mode-map):
16458         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
16459         (conf-align-assignments): Only work on the region if it is active.
16460         (conf-quote-normal): Use when instead of if.  Remove redundant test.
16462         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16463         for tracing and re-builder.
16465 2008-04-02  Glenn Morris  <rgm@gnu.org>
16467         * calendar/appt.el (appt-disp-window-function): Doc fix.
16468         (appt-display-message): Move beep before display.
16469         (appt-check): Make interactive.  Reduce the number of lets.
16470         Use string-equal to compare mode-line strings.
16471         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
16472         read-only.
16473         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
16474         (appt-delete): Simplify.
16476         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
16478         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16480         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16481         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
16482         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
16484         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
16485         (calendar-holiday-marker, mark-visible-calendar-date):
16486         * calendar/diary-lib.el (fancy-diary-display):
16487         Check for font-lock-mode before using faces.
16489         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
16490         (calendar-gregorian-from-absolute): Reduce the number of lets.
16491         (hebrew-holidays-4, generate-calendar-window): Simplify.
16492         (calendar-for-loop): Make obsolete.
16493         (calendar-nth-named-day): Doc fix.
16495         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
16496         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
16497         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
16498         Reduce the number of lets.
16499         (mark-sexp-diary-entries, calendar-mark-complex):
16500         Expand calendar-for-loops.
16502 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
16504         * find-dired.el (find-dired-filter): Fix last patch to handle
16505         multi-line process input.  Pad link numbers too.
16507 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
16509         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
16511 2008-04-01  Jason Rumney  <jasonr@gnu.org>
16513         * international/characters.el (script-list): Add phonetic script,
16514         covering IPA (previously Latin), Phonetic Extensions and
16515         Phonetic Extensions Supplement (both previously unassigned).
16517         * international/fontset.el (setup-default-fontset): Use unicode fonts
16518         that cover bopomofo script for bopomofo.
16519         Likewise for braille and mathematical.
16520         Use unicode scripts that cover the phonetic script for IPA.
16522 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
16524         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
16525         return the assigned value.
16527 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16529         * abbrev.el (abbrev-mode): Use define-minor-mode.
16531         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
16532         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
16533         Use map-keymap.
16534         (minor-mode-menu-from-indicator): Use it.  Simplify.
16536         * bindings.el (mode-line-mode-menu): Move before (new) first use.
16537         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
16538         Bind the key directly to the menu.
16539         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
16541 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
16543         * epa.el (epa-decrypt-region): Explain the reason why this
16544         function should not be used in Lisp programs.
16545         (epa-decrypt-armor-in-region): Ditto.
16546         (epa-verify-region): Ditto.
16547         (epa-verify-cleartext-in-region): Ditto.
16548         (epa-sign-region): Ditto.
16549         (epa-encrypt-region): Ditto.
16551         * epg.el (epg-start-receive-keys): Fix typo in docstring.
16553         * epa.el (epa-select-keys): Show menu even if there is no key in
16554         GnuPG's keyring.
16556 2008-04-01  Glenn Morris  <rgm@gnu.org>
16558         * calendar/calendar.el (calendar-make-temp-face): New function.
16559         (mark-visible-calendar-date):
16560         * calendar/diary-lib.el (fancy-diary-display): Use it.
16562         * vc-hooks.el (vc-responsible-backend): Declare as function.
16564         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
16565         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
16566         * calendar/cal-julian.el (holiday-julian): Use it.
16568         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
16569         (calendar-hebrew-date-is-visible-p): Extract some common code into
16570         separate function.
16571         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
16573         * calendar/cal-menu.el (cal-menu-holidays-menu):
16574         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
16575         rather than obsolete alias.
16577         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
16578         for mark characters.
16579         (calendar-unmark): Unmark by removing all overlays, rather than
16580         redrawing.
16581         (calendar-starred-day): Remove.
16582         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
16583         (calendar-cursor-to-date): No need for special star handling now
16584         using overlays.
16585         (calendar-star-date): Use overlays.
16587         * calendar/cal-french.el (calendar-goto-french-date):
16588         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
16589         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
16590         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
16591         * calendar/cal-persia.el (calendar-persian-date-string):
16592         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
16593         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
16594         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
16595         * calendar/solar.el (solar-equinoxes-solstices):
16596         Reduce nesting of some lets.
16598         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16599         (calendar-goto-mayan-long-count-date): Simplify.
16601         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
16602         Simplify by using mapcar.
16603         (calendar-list-holidays): Return holiday-list.
16604         (list-holidays): Use let rather than let*.  Remove un-needed locals
16605         `d', `never'.
16606         (calendar-check-holidays): Return result from dolist.
16607         (holiday-float): Use a single let*.  Simplify if-and to and.
16608         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
16609         single let*.
16611 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
16613         * calc/calc.el: Autoload `calc-yank'.
16614         (calc-mode-map): Add keybindings for `calc-yank'.
16615         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
16616         assignments for `calc-yank'.
16618 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
16620         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
16621         (vc-status-mark-buffer-changed): Handle the extra field.
16623         * vc-bzr.el (vc-bzr-after-dir-status):
16624         * vc-cvs.el (vc-cvs-after-dir-status):
16625         * vc-hg.el (vc-hg-after-dir-status):
16626         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
16628 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16630         * doc-view.el: Compute displayed pages first (in PDF).
16631         (doc-view-current-converter-processes): Rename from
16632         doc-view-current-converter-process.  Update users.
16633         (doc-view-sentinel): Test buffer's liveness.
16634         (doc-view-pdf/ps->png-sentinel): Remove.
16635         (doc-view-start-process): New function.
16636         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
16637         (doc-view-ps->pdf): Use it.
16638         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
16639         New functions.
16640         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
16641         (doc-view-mode): Kill the processes when leaving the mode.
16643 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
16645         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
16646         Use `byte-compile-warning-types'.  Add docstring.
16648 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16650         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
16651         (smerge-resolve): Add various resolution heuristics.
16653         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
16654         in 3-way conflicts.
16656 2008-03-31  Glenn Morris  <rgm@gnu.org>
16658         * calendar/cal-bahai.el (diary-bahai-mark-entries):
16659         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16660         * calendar/cal-islam.el (mark-islamic-diary-entries):
16661         Fix argument order in call to diary-mark-entries-1.
16663         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
16664         pre-Bahai dates.
16665         (holiday-bahai): Use an algorithm actually relevant to this calendar
16666         system.
16668         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
16670         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
16671         Use and.
16673         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
16674         in the last fortnight in Julian October.
16676         * calendar/calendar.el (increment-calendar-month): Optionally handle
16677         systems without 12 months per year.
16678         (calendar-date-is-visible-p): Doc fix.  Simplify.
16680         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
16681         from dolist.
16683 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
16685         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
16686         (hi-lock-unload-function): New function.
16688 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
16690         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
16691         overwriting when NEWNAME is a local file.
16693         * net/trampver.el: Update release number.
16695 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
16697         * vc-git.el: Make vc-status display information about copies,
16698         renames and permission changes.
16699         (vc-git-extra-fileinfo): New defstruct.
16700         (vc-git-escape-file-name, vc-git-file-type-as-string)
16701         (vc-git-rename-as-string, vc-git-permissions-as-string)
16702         (vc-git-status-printer): New functions.
16703         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
16704         (vc-git-after-dir-status-stage1): Look for copies, renames and
16705         permission changes.
16706         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
16707         (vc-git-dir-status): Ask for staged files and renames.
16709 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
16711         * vc.el: Allow backends to display backend specific information in
16712         the vc-status listing.
16713         (vc-status-fileinfo): Add a field for backend specific information.
16714         (vc-status-printer): Rename to ...
16715         (vc-default-status-printer): ... this.
16716         (vc-status-printer): New function.
16717         (vc-update-vc-status-buffer): Set the backend specific file info
16718         if provided.
16720 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16722         * textmodes/remember.el (remember-diary-convert-entry): Revert last
16723         change (ill-conceived).
16725 2008-03-29  Glenn Morris  <rgm@gnu.org>
16727         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
16728         * calendar/cal-julian.el (holiday-julian): Simplify.
16730         * calendar/holidays.el (list-holidays): Use or.
16732 2008-03-29  Juri Linkov  <juri@jurta.org>
16734         * window.el (split-window-preferred-horizontally): New function.
16736         * cus-start.el (split-window-preferred-function):
16737         Set choice for "vertically" to nil instead of split-window.
16738         Set choice for "horizontally" to split-window-preferred-horizontally
16739         instead of lambda.
16741 2008-03-29  Juri Linkov  <juri@jurta.org>
16743         * simple.el (minibuffer-default-add-function): New variable with
16744         the default to minibuffer-default-add-completions.
16745         (minibuffer-default-add-done): New variable.  Make it buffer-local.
16746         (minibuffer-default-add-completions): New function.
16747         (goto-history-element): Set minibuffer-default-add-done to t and
16748         call a function in minibuffer-default-add-function when the
16749         specified absolute history position is greater than the length of
16750         the minibuffer-default list and minibuffer-default-add-done is nil.
16751         Change "^End of history; no next item$" to "^End of defaults;
16752         no next item$".
16754         * bindings.el (debug-ignored-errors): Change "^End of history;
16755         no next item$" to "^End of defaults; no next item$".
16757 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16759         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
16761         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
16762         to with-no-warnings.
16764 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
16766         Sync with Tramp 2.1.13.
16768         * net/tramp-ftp.el: Require 'cl when byte-compiling.
16770         * net/trampver.el: Update release number.
16772 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
16774         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
16775         the current backend.
16777         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
16778         (vc-status-refresh): Create a temporary buffer and call the
16779         `dir-status' backend function from that buffer.
16781         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
16782         (vc-bzr-after-dir-status): Don't kill the buffer.
16784         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
16785         (vc-cvs-after-dir-status): Don't kill the buffer.
16787         * vc-git.el (vc-git-dir-status): Don't create a buffer.
16788         (vc-git-after-dir-status-stage2): Don't kill the buffer.
16790         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
16791         (vc-hg-after-dir-status): Don't kill the buffer.
16793         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
16794         (vc-svn-after-dir-status): Don't kill the buffer.
16796 2008-03-29  Glenn Morris  <rgm@gnu.org>
16798         * calendar/calendar.el (diary-file, american-date-diary-pattern)
16799         (european-date-diary-pattern, european-calendar-display-form)
16800         (american-calendar-display-form, diary-display-hook): Doc fixes.
16801         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
16802         custom :set.  Mark as obsolete.
16803         (calendar-date-style, iso-date-diary-pattern)
16804         (iso-calendar-display-form): New user variables.
16805         (diary-date-forms, calendar-date-display-form): Set using
16806         calendar-date-style.  Doc fix.
16807         (calendar-set-date-style): New command.
16808         (european-calendar, american-calendar): Use calendar-set-date-style.
16809         Mark as obsolete.
16811         * calendar/diary-lib.el (number): Move declaration where needed.
16812         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
16813         (diary-make-date): New function.
16814         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
16815         Use diary-make-date.
16816         (diary-date-display-form, diary-insert-entry-1): New functions.
16817         (insert-monthly-diary-entry, insert-yearly-diary-entry):
16818         Use diary-insert-entry-1.
16819         (insert-anniversary-diary-entry, insert-block-diary-entry)
16820         (insert-cyclic-diary-entry): Use diary-date-display-form.
16822         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
16823         Autoload diary-insert-entry-1.
16824         * calendar/cal-bahai.el (diary-bahai-insert-entry)
16825         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
16826         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
16827         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
16828         * calendar/cal-islam.el (insert-islamic-diary-entry)
16829         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
16830         Use diary-insert-entry-1.
16832         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
16833         (diary-yahrzeit): Doc fix.  Use diary-make-date.
16835         * calendar/icalendar.el (icalendar--datetime-to-american-date):
16836         New name for icalendar--datetime-to-noneuropean-date.  Make old name
16837         obsolete alias.
16838         (icalendar--datetime-to-iso-date): New function.
16839         (icalendar--datetime-to-diary-date): Doc fix.  Respect
16840         calendar-date-style if bound.
16842         * textmodes/remember.el (remember-diary-convert-entry):
16843         Respect calendar-date-style if bound.
16845 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16847         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
16848         (xterm-mouse-handle-delete-frame): Delete.
16850         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
16851         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
16852         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
16853         in xterm-modify-other-keys-terminal-list.
16855         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
16856         are conflicts.
16858 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
16860         * vc.el (vc-update): Check if the buffer is unsaved only if it
16861         actually exists.
16862         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
16863         vc-print-log.
16865 2008-03-28  Magnus Henoch  <mange@freemail.hu>
16867         * net/dns.el (dns-write): Use set-buffer-multibyte.
16869 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16871         * vc-bzr.el (vc-bzr-sha1): New fun.
16872         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
16873         (vc-bzr-registered): Use it.
16875 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
16877         * vc.el (vc-status-kill-dir-status-process): Simplify.
16878         (vc-status-refresh): Make sure the buffer is live.
16879         (ring): Don't require it, not used.
16881 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
16883         * progmodes/verilog-mode.el (verilog-auto-inout-module):
16884         Add optional regular expression to AUTOINOUTMODULE.
16885         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
16886         (verilog-auto-inst-param, verilog-auto-reg)
16887         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
16888         (verilog-auto-output-every, verilog-auto-input)
16889         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
16890         (verilog-auto-unused, verilog-auto): Update documentation to use
16891         more obvious instance module names versus cell names.
16893 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
16895         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
16896         kill if a process is running.
16898         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
16900 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
16902         * vc.el: Add new backend function 'status-extra-headers.
16903         (vc-default-status-extra-headers): New function.
16904         (vc-status-headers): Call 'status-extra-headers.  Add colors.
16906         * vc-git.el (vc-git-status-extra-headers): New function.
16908 2008-03-28  Glenn Morris  <rgm@gnu.org>
16910         * calendar/cal-menu.el (cal-menu-holidays-menu)
16911         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
16912         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
16913         holiday-list is optional.
16914         (calendar-mouse-holidays): Remove un-needed local `l'.
16916         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
16917         Remove un-needed local `date'.
16918         (calendar-cursor-to-visible-date): Use let rather than let*.
16919         Remove un-needed local `first-of-month-weekday'.
16921         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
16923         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
16924         Doc fixes.
16925         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
16926         (diary-header-line-flag, diary-header-line-format): Declare.
16927         (diary-pull-attrs): Check for multiple matches.
16928         (diary-list-entries-2): Simplify finding start of date.
16929         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
16930         pop-up-frames.
16931         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
16932         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
16934 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
16936         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
16938         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
16940 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16942         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
16944         * image-mode.el (image-mode-reapply-winprops): Fix last change.
16946 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
16948         * international/mule-conf.el (define-iso-single-byte-charset):
16949         Don't make latin-iso8859-* supplementary.
16950         (#'set-charset-priority): Don't change the priority of charsets
16951         `unicode' and `emacs'.
16953 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16955         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
16956         temp buffer.
16958 2008-03-27  Glenn Morris  <rgm@gnu.org>
16960         * calendar/cal-bahai.el (diary-bahai-list-entries):
16961         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
16962         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
16964         * calendar/calendar.el (diary-file): Doc fix.
16966         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
16967         (list-diary-entries-hook, mark-diary-entries-hook)
16968         (include-other-diary-files, diary-mail-entries)
16969         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
16970         (diary-set-header): New function.
16971         (diary-header-line-flag, diary-header-line-format):
16972         Use diary-set-header for custom :set function.
16973         (diary-set-maybe-redraw): Use symbol-value rather than eval.
16974         (diary-attrtype-convert): Use intern-soft rather than read.
16975         (diary-display-no-entries): New function.
16976         (simple-diary-display, fancy-diary-display): Use it.
16977         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
16978         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
16980         * calendar/holidays.el (list-holidays): Doc fix.
16982 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
16984         * calc/calc-store.el (calc-read-var-name-history): New variable.
16985         (calc-read-var-name): Use `calc-read-var-name-history'.
16987 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16989         * image-mode.el (image-mode-reapply-winprops): Simplify now that
16990         window-configuration-change-hook works buffer-locally.
16992 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
16994         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
16995         for Emacs Lisp, not Lisp.
16997 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
16999         * help-fns.el (describe-function-1, describe-variable):
17000         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
17002         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
17003         replacement is provided, don't print "use nil instead".
17005 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
17007         * complete.el (PC-do-completion): Use regexp-quote.
17009 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
17011         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
17012         Detect missing files.
17014         * vc-git.el (vc-git-extra-menu-map): New key map.
17015         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
17016         New functions.
17018         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
17019         and 'missing files.
17021 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17023         * calendar/holidays.el (list-holidays): Make Y2 optional.
17025         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
17026         buffers shown to the user.
17027         (appt-disp-window): Disable undo explicitly now that the leading space
17028         is gone.
17030         * simple.el (activate-mark): New function.
17031         (set-mark-command): Use it with region-active-p to clean up the code.
17032         (exchange-point-and-mark): Invert the meaning of C-u when
17033         transient-mark-mode is active.
17035         * dired-aux.el (dired-create-files): Use dolist.
17037         * bindings.el (mode-line-change-eol): Use with-selected-window.
17039         * apropos.el (apropos-command): Include macros.
17041 2008-03-26  Glenn Morris  <rgm@gnu.org>
17043         * calendar/cal-bahai.el: Require calendar, not cal-julian.
17044         (calendar-bahai-epoch): Doc fix.
17046         * calendar/cal-china.el: Explicitly require calendar.
17048         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
17049         Require calendar rather than cal-julian.
17050         Autoload calendar-absolute-from-julian.
17051         * calendar/cal-coptic.el (coptic-calendar-epoch):
17052         * calendar/cal-islam.el (calendar-islamic-epoch):
17053         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
17055         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
17057         * calendar/cal-dst.el: Don't require cal-persia.
17058         (calendar-absolute-from-persian): Autoload it.
17059         (dst-adjust-time): Doc fix.
17061         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
17062         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
17063         calendar.
17065         * calendar/cal-menu.el: Require calendar rather than declaring
17066         functions.
17067         * calendar/calendar.el: Provide calendar before requiring cal-menu.
17069         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
17070         calendar-after-frame-setup-hooks.  Update callers, make old name an
17071         obsolete alias.  Doc fix.
17072         (calendar-frame-1): Doc fix.
17074         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
17076         * calendar/calendar.el (oriental-holidays, solar-holidays):
17077         * calendar/holidays.el (list-holidays): Assume atan always bound.
17079         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
17080         Explicitly require calendar, not cal-julian.
17081         * calendar/lunar.el: Explicitly require cal-dst.
17083 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17085         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
17087         * help-fns.el (describe-function-1, describe-variable): If no
17088         replacement is provided, don't print "use nil instead".
17090 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17092         * proced.el: New file.
17094 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
17096         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
17098 2008-03-25  Juri Linkov  <juri@jurta.org>
17100         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
17101         in battery-mode-line-format.
17103         * bindings.el (minibuffer-local-map): For the command
17104         file-cache-minibuffer-complete replace keymap minibuffer-local-map
17105         with map which is already locally bound to minibuffer-local-map.
17107 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17109         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
17110         Remove `sort-first' argument.
17112         * subr.el (redisplay-end-trigger-functions)
17113         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
17114         (process-filter-multibyte-p, set-process-filter-multibyte):
17115         Mark as obsolete.
17117 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
17119         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
17120         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
17121         use the LOCAL arg of `add-hook'.
17122         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
17123         Remove spurious * from defcustom docstrings.
17124         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
17125         Fix typos in messages.
17126         (reb-mode-buffer-p): New function.
17127         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
17128         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
17129         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
17130         Use `unless', `when'.
17131         (re-builder-unload-function): New function.
17133 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
17135         * vc-hooks.el (vc-state): Add documentation for 'missing.
17137 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
17139         * progmodes/verilog-mode.el (verilog-auto-output)
17140         (verilog-auto-input, verilog-auto-inout, verilog-auto)
17141         (verilog-delete-auto): Add optional regular expression to
17142         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
17143         (verilog-signals-matching-regexp): New internal function for
17144         signal matching.
17146 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
17148         * info.el (Info-isearch-search): Always return point.
17150 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17152         * diff-mode.el (diff-remembered-defdir): New var.
17153         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
17155 2008-03-25  Glenn Morris  <rgm@gnu.org>
17157         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
17158         calendar-bahai-prompt-for-date.  Update callers, make old name an
17159         obsolete alias.  Doc fix.
17160         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
17161         coptic-prompt-for-date.  Update callers, make old name an
17162         obsolete alias.  Doc fix.
17163         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
17164         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
17165         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
17166         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
17167         * calendar/cal-iso.el (calendar-iso-read-date): New name for
17168         calendar-iso-read-args.  Update callers, make old name an obsolete
17169         alias.
17170         * calendar/cal-persia.el (calendar-persian-read-date): New name for
17171         persian-prompt-for-date.  Update callers, make old name an
17172         obsolete alias.  Doc fix.  Move definition before use.
17174         * calendar/cal-x.el (diary-frame-parameters)
17175         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17176         (calendar-frame-1): Doc fixes.
17177         (make-fancy-diary-buffer): Remove declaration.
17178         (calendar-dedicate-diary): Replace call to deleted function
17179         make-fancy-diary-buffer.
17180         (calendar-frame-setup): New function.
17181         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17182         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
17183         work, and mark as obsolete.
17184         (special-display-buffer-names): Don't mess with this; it's not our
17185         business.
17186         (cal-x-load-hook): Defvar it, and mark as obsolete.
17188         * calendar/calendar.el (calendar-remove-frame-by-deleting):
17189         Default to t.  Add to 'calendar group.
17190         (calendar): Doc fix.  Use calendar-frame-setup.
17191         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
17192         (generate-calendar-window): Doc fix.
17194 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17196         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
17198 2008-03-24  Drew Adams  <drew.adams@oracle.com>
17200         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
17201         New variables.
17202         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
17203         (finder-exit): Ignore errors rather than avoiding them.
17204         Kill *Finder-package* buffer also.
17206 2008-03-24  Andreas Schwab  <schwab@suse.de>
17208         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
17210 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
17212         * vc-hg.el (vc-hg-after-dir-status):
17213         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
17215         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
17216         Detect removed files.
17218         * vc.el (vc-status-printer): Use a different face for missing files.
17219         (vc-status-hide-up-to-date): Rename from
17220         vc-status-remove-up-to-date.  Update all callers.
17221         (vc-status-mode-map): Bind C-m.
17223 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
17225         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
17226         code ...
17227         (vc-git--state-code): ... to this new function.
17228         (vc-git-state): Use it.
17230 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
17232         * textmodes/remember.el (remember-mail-date)
17233         (remember-store-in-mailbox): Write date and From line in such a
17234         way that Mutt can read it.
17236 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
17238         * simple.el (transient-mark-mode): Turn on by default.
17240 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
17242         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
17243         'unregistered for unregistered files.
17245         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
17247         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
17249         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
17250         subdirectories.
17252         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
17253         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
17254         Add :enable for vc-status-refresh.
17255         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
17256         (vc-status-tool-bar-map): Add binding for
17257         vc-status-kill-dir-status-process.
17258         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
17259         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
17260         Reset vc-status-process-buffer.
17261         (vc-status-refresh): Don't run two refreshes at a time.
17262         (vc-status): If the buffer is already in vc-status-mode only refresh.
17263         (vc-status-mark-buffer-changed): Add an optional file parameter.
17264         (vc-resynch-buffer): Use it.
17265         (vc-delete-file): Expand the file name before using it.
17266         Be careful to not create a new buffer with the old file contents.
17267         Update the VC state after performing the operation.
17269 2008-03-23  Andreas Schwab  <schwab@suse.de>
17271         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
17272         Fix radio button condition.
17273         [box]: Likewise.
17274         [customize]: Add radio button.
17276 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
17278         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
17279         (calc-user-parse-tables, calc-gnuplot-default-device)
17280         (calc-gnuplot-default-output, calc-gnuplot-print-device)
17281         (calc-gnuplot-print-output, calc-gnuplot-geometry)
17282         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
17283         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
17284         (calc-undo-list, calc-redo-list, calc-main-buffer)
17285         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
17286         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
17287         (calc-said-hello, calc-executing-macro, calc-any-selections)
17288         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
17289         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
17290         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
17291         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
17292         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
17293         (calc-create-buffer, calc-quit): Add docstrings.
17295 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
17297         * makefile.w32-in (WINS_ALMOST): Add org.
17299 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
17301         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
17302         New functions to implement vc-status support.
17304 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
17306         * vc.el (vc-status-prepare-status-buffer): New function.
17307         (vc-status): Use it.
17309         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
17310         appropriate.
17312 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
17314         * vc-git.el (vc-git--empty-db-p)
17315         (vc-git-after-dir-status-stage1-empty-db): New functions.
17316         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
17317         Add support for empty repositories.
17319 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
17321         * vc-git.el (vc-git-annotate-extract-revision-at-line):
17322         Allow "^" in a version name.
17324         * vc-mtn.el (vc-mtn-state): Support the added state.
17326 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
17328         * org: New directory for Org-mode.
17330         * org/org-export-latex.el: Moved from lisp/textmodes.
17332         * org/org-irc.el: Moved from lisp/textmodes.
17334         * org/org-mac-message.el: Moved from lisp/textmodes.
17336         * org/org-mouse.el: Moved from lisp/textmodes.
17338         * org/org-publish.el: Moved from lisp/textmodes.
17340 2008-03-21  Juri Linkov  <juri@jurta.org>
17342         * comint.el (comint-dynamic-simple-complete):
17343         Use variable `stub' for the second arg `common-substring'
17344         of `comint-dynamic-list-completions'.
17345         (comint-dynamic-list-filename-completions):
17346         Use variable `filenondir' for the second arg `common-substring'
17347         of `comint-dynamic-list-completions'.
17348         (comint-dynamic-list-completions): Add new optional arg
17349         `common-substring'.  Add `common-substring' as the second arg of
17350         the call to `display-completion-list'.  Doc fix.
17352         * comint.el (comint-dynamic-complete-as-filename)
17353         (comint-dynamic-list-filename-completions)
17354         (comint-dynamic-simple-complete): Use `minibuffer-message'
17355         to display message "No completions of %s" when a command
17356         is called in the minibuffer.
17357         (comint-dynamic-simple-complete): Don't display other
17358         completion messages when a command is called in the minibuffer.
17359         (comint-dynamic-list-completions): Use `minibuffer-message'
17360         to display message " [Type space to flush ...]" when a command
17361         is called in the minibuffer.
17363         * shell.el (shell-dynamic-complete-command)
17364         (shell-dynamic-complete-environment-variable): Don't display
17365         completion messages when command is called in the minibuffer.
17367         * emacs-lisp/lisp.el (lisp-complete-symbol):
17368         Use `minibuffer-message' to display message "No completions of %s"
17369         when this command is called in the minibuffer.
17371         * bindings.el (standard-mode-line-modes): Put special help-echo
17372         tooltip on recursive edit %[ %] mode-line constructs.
17374         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
17375         "^No dynamic expansion for .* found$" to allow error messages like
17376         "No dynamic expansion for \"%s\" found in this-buffer".
17378 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
17380         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
17381         "psftp".
17383 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17385         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
17386         * vc.el (vc-default-dired-state-info): Use just "modified".
17387         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
17388         (vc-cvs-mode-line-string): Make use of the better default.
17389         (vc-cvs-parse-entry): Use the new `added'.
17390         (vc-cvs-dired-state-info): Remove.
17391         * vc-svn.el (vc-svn-dired-state-info): Remove.
17392         * vc-hg.el (vc-hg-dired-state-info): Remove.
17393         * vc-git.el (vc-git-dired-state-info): Remove.
17395 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
17397         * vc-git.el (vc-git-status-result): New variable.
17398         (vc-git-dir-status): Split out ...
17399         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
17400         ... these new functions and work asynchronously.
17402 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
17404         * vc-git.el (vc-git-after-dir-status): Remove.
17405         (vc-git-dired-state-info): Reimplement.
17407 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
17409         * replace.el (occur-mode-map): Add :help.
17411         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
17412         for disassemble.
17414         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
17415         the 'added state.
17416         (vc-status-remove-up-to-date): New function.
17417         (vc-status-mode-map, vc-status-menu-map): Bind it.
17418         (vc-status-printer): Use a different face up-to-date files.
17419         (vc-resynch-buffer): Update the vc-status buffer if it exists.
17420         (Todo): Remove solved entries.
17422         * vc-hg.el (vc-hg-state):
17423         * vc-git.el (vc-git-state):
17424         * vc-cvs.el (vc-cvs-parse-status):
17425         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
17426         state.
17428 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17430         * progmodes/compile.el (compile):
17431         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
17433         * simple.el (minibuffer-local-shell-command-map): New var.
17434         (minibuffer-complete-shell-command, read-shell-command): New funs.
17435         (shell-command, shell-command-on-region): Use them.
17437 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
17439         * vc.el (vc-status-mark-buffer-changed): New function to implement
17440         updating of the *vc-status* buffer when a buffer is saved.
17441         (vc-status-mode): Use it for after-change-hook.
17442         (vc-add-to-vc-status-buffer): Rename to ...
17443         (vc-status-add-entry): ... this.
17444         (Todo): Add new entry.
17446 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17448         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
17450 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
17452         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
17453         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
17454         Remove spurious * from defcustom docstrings.
17455         (icomplete-compute-delay): Fix docstring and remove spurious *.
17456         (icomplete-delay-completions-threshold): Fix typo in docstring and
17457         remove spurious *.
17458         (icomplete-completions): While collecting the list of prospective
17459         candidates, don't overshoot `icomplete-prospects-length'.
17461 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
17463         * textmodes/refbib.el:
17464         * textmodes/reftex.el:
17465         * textmodes/reftex-global.el:
17466         * textmodes/reftex-vars.el:
17467         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
17468         compiler pacifying defvars.
17469         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
17470         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
17471         not needed.
17473 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
17475         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
17476         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
17477         (verilog-customize, verilog-font-customize)
17478         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
17479         (verilog-mode): Update documentation strings to match tool tips.
17480         (verilog-auto-search-do, verilog-auto-re-search-do)
17481         (verilog-skip-forward-comment-or-string): Fix verilog-auto
17482         expansion when a .* appears inside a string.
17483         (verilog-re-search-forward, verilog-re-search-backward):
17484         Add comment to recall how this works.
17485         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
17487 2008-03-20  Glenn Morris  <rgm@gnu.org>
17489         * calendar/calendar.el (calendar-other-dates): New function.
17490         (calendar-print-other-dates): Use calendar-other-dates.
17491         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
17492         the declarations it replaces.
17493         (calendar-mouse-print-dates): Use calendar-other-dates.
17495         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
17496         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
17497         (calendar-absolute-from-bahai): Fix the leap-year case.
17498         (calendar-bahai-from-absolute): Re-use the Gregorian month.
17499         (calendar-bahai-date-string, calendar-bahai-print-date):
17500         Handle pre-Bahai dates.
17502         * calendar/cal-china.el (chinese-calendar-celestial-stem)
17503         (chinese-calendar-terrestrial-branch): Make defcustoms.
17505         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
17506         (calendar-mouse-view-diary-entries): Use or.
17507         (calendar-mouse-chinese-date): Remove unused command.
17508         (cal-menu-load-hook): Mark as obsolete.
17510         * calendar/solar.el (calendar-location-name, calendar-latitude)
17511         (calendar-longitude, solar-arctan, sunrise-sunset)
17512         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
17514 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
17516         * calc/calc.el: Remove outdated comments.
17517         (defcalcmodevar, calc-mode-var-list-restore-default-values)
17518         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
17519         Add docstrings.
17521 2008-03-19  Jason Rumney  <jasonr@gnu.org>
17523         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
17525 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
17527         * net/tls.el (open-tls-stream): Reindent.
17529 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
17531         * net/tramp.el (tramp-let-maybe): Removed.
17532         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
17533         It does not exist under XEmacs.
17534         (tramp-handle-file-truename, tramp-handle-expand-file-name)
17535         (tramp-completion-file-name-handler): Let-bind
17536         `directory-sep-char'.
17538         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
17539         `directory-sep-char'.
17541 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17543         * help-fns.el (describe-function-1): Don't signal "missing arglist"
17544         for autoloaded keymaps.
17546         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
17547         (electric-verilog-terminate-line, verilog-in-struct-region-p)
17548         (verilog-backward-ws&directives, verilog-forward-ws&directives)
17549         (verilog-in-comment-p, verilog-in-star-comment-p)
17550         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
17551         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
17552         (verilog-skip-forward-comment-or-string, verilog-in-paren)
17553         (verilog-skip-forward-comment-p): Use it.
17555 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
17557         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
17558         (org-remember-templates, org-time-stamp-rounding-minutes)
17559         (org-back-over-empty-lines, org-find-base-buffer-visiting)
17560         (org-columns-new): Fix typos in docstrings.
17562 2008-03-19  Glenn Morris  <rgm@gnu.org>
17564         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
17565         (tramp-handle-shell-command): Use condition-case rather than
17566         ignore-errors.
17568 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
17570         * diff-mode.el (diff-header): Make the color louder.
17571         (diff-refine-change): Tone the color down.
17573 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
17575         * descr-text.el (describe-char): When `describe-char-unidata-list'
17576         is set to show all properties, list them in the right order.
17578 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17580         * international/mule.el (load-with-code-conversion): Avoid setting
17581         default-enable-multibyte-characters.
17583 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
17585         * vc.el (vc-annotate-background): Fix custom type.
17587 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17589         * descr-text.el (describe-char-unidata-list): Allow specifying
17590         just all properties.
17591         (describe-char): Handle that new value.
17593         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
17595 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
17597         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
17598         instead of file name extension to make docs with uncommon
17599         extensions work.
17601 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
17603         * doc-view.el (require): Require cl at compile time because
17604         `assert' needs it.
17606 2008-03-18  Glenn Morris  <rgm@gnu.org>
17608         * calendar/calendar.el (initial-calendar-window-hook)
17609         (today-visible-calendar-hook): Doc fixes.
17611 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
17613         * net/tramp.el (tramp-root-regexp): Simplify.
17614         (tramp-completion-file-name-regexp-separate): Don't insist on
17615         leading "[".  This prevents method or user or host completion.
17616         (tramp-let-maybe): Autoload it.
17617         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
17618         is an alias for `identity'.
17619         (tramp-handle-write-region): Protect `last-coding-system-used'
17620         over the trailing statements.
17621         (tramp-completion-file-name-handler-post-function): Remove.
17622         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
17623         instead of calling `tramp-drop-volume-letter'.
17625         * net/tramp.el:
17626         * net/tramp-uu.el:
17627         * net/trampver.el: Move coding cookie at the end.
17629 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17631         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
17632         elements which may be something else than characters.
17634 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
17636         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
17637         New functions to implement vc-status support.
17639         * vc.el (vc-default-extra-status-menu)
17640         (vc-add-to-vc-status-buffer): New functions.
17642         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17643         for eldoc and ielm.
17645 2008-03-17  Glenn Morris  <rgm@gnu.org>
17647         * calendar/cal-x.el (diary-frame-parameters)
17648         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
17649         Fix custom type; add options.
17650         (calendar-frame, diary-frame): Doc fixes.
17651         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
17652         new functions.
17653         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
17654         Use calendar-frame-1 and calendar-dedicate-diary.
17655         (calendar-one-frame-setup): Also handle only-one-frame case.
17656         (calendar-only-one-frame-setup): Doc fix.  Just call
17657         calendar-one-frame-setup.
17659         * calendar/diary-lib.el: Re-order some definitions before their use.
17660         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
17661         (diary-list-entries): Doc fixes.
17662         (make-fancy-diary-display): Remove function.
17664         * calendar/calendar.el (calendar-today-marker)
17665         (initial-calendar-window-hook, today-visible-calendar-hook)
17666         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
17667         (calendar-star-date, calendar-mark-today): Doc fixes.
17668         (today-visible-calendar-hook): Add options.
17669         (calendar-in-read-only-buffer): New macro.
17670         (calendar-basic-setup): Adapt for change in calendar-read-date.
17671         Place holiday let inside if.
17672         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
17673         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
17674         (calendar-print-other-dates): Use one let rather than many.
17676         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
17677         (calendar-print-other-dates):
17678         * calendar/cal-hebrew.el (list-yahrzeit-dates):
17679         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
17680         * calendar/holidays.el (calendar-list-holidays, list-holidays)
17681         (calendar-cursor-holidays):
17682         * calendar/lunar.el (calendar-phases-of-moon): Use
17683         calendar-in-read-only-buffer to replace previous code and disable undo.
17685 2008-03-16  Juri Linkov  <juri@jurta.org>
17687         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
17688         and regexp-search-ring-yank-pointer for the HISTPOS argument of
17689         read-from-minibuffer to provide the correct initial minibuffer
17690         history position in isearch-edit-string when it is called from
17691         isearch-ring-adjust.
17693         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
17694         to check if the current buffer is the minibuffer, and in this case
17695         call abort-recursive-edit to kill the minibuffer.  Doc fix.
17696         (kill-this-buffer-enabled-p): Allow this function to return non-nil
17697         when the current buffer is the minibuffer.
17699         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
17701 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
17703         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17704         Use non-nil PARENTS attribute of make-directory instead of
17705         explicitly checking existence the current cache directory.
17707 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
17709         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
17710         M-x epa-file-select-keys.
17712 2008-03-16  Kenichi Handa  <handa@m17n.org>
17714         * international/mule.el (auto-coding-alist):
17715         Use no-conversion-multibyte for archive files.
17717 2008-03-16  Glenn Morris  <rgm@gnu.org>
17719         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
17720         New functions.
17721         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
17722         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
17723         Use calendar-mark-1.
17724         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
17725         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
17726         Use calendar-mark-complex.
17727         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
17728         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
17729         Use calendar-mark-1.
17731         * calendar/calendar.el (calendar-mod): Remove.
17732         * calendar/cal-china.el (calendar-chinese-from-absolute)
17733         (calendar-chinese-date-string): Expand calendar-mod calls.
17734         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
17735         Expand calendar-mod calls.
17737         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
17738         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17739         (diary-bahai-insert-yearly-entry): Use let rather than let*.
17740         Move obsolete aliases after the functions that replaced them.
17742         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
17743         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
17744         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
17745         Use let rather than let*.
17746         (calendar-hebrew-prompt-for-date): New function.
17747         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
17748         (holiday-tisha-b-av-etc): Use unless, let.
17750         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
17751         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
17753         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
17755         * calendar/calendar.el (calendar-for-loop): Add indent spec.
17757         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
17758         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
17759         than concat.
17760         (diary): Remove un-needed let.
17761         (view-other-diary-entries): Rename argument.
17762         (diary-list-entries-2): New function.
17763         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
17764         (print-diary-entries): Use unless.
17765         (diary-mark-entries-1): Change argument order, make all but
17766         markfunc optional.  Handle the standard (Gregorian) case.
17767         Use match-string-no-properties.  Handle marks.
17768         (mark-diary-entries): Use diary-mark-entries-1.
17769         (diary-font-lock-keywords-1): New macro.
17770         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
17772 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
17774         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
17775         (icalendar-export-hidden-diary-entries): New variable.
17776         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
17777         In case of error, insert full error-val.
17778         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
17779         Use calendar-day-of-week.  Return the day number.
17780         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
17782 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
17784         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
17785         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
17786         (icalendar-export-region): Ignore hidden diary entries.
17787         (icalendar--convert-ordinary-to-ical): Fix case where event
17788         spans across midnight boundary.
17789         (icalendar-first-weekday-of-year): New function.
17790         (icalendar--convert-weekly-to-ical): Allow user-selectable start
17791         year for recurring events (Mozilla calendars do not propagate
17792         recurring events forever, so year 2000 start date was not working).
17793         (icalendar--convert-yearly-to-ical): Remove extra spaces in
17794         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
17796 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
17798         * net/tramp.el (tramp-root-regexp): New defconst.
17799         (tramp-completion-file-name-regexp-unified)
17800         (tramp-completion-file-name-regexp-separate)
17801         (tramp-completion-file-name-regexp-url): Use it.
17802         (tramp-do-copy-or-rename-file-via-buffer):
17803         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
17804         t for `insert-file-contents-literally'.
17805         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
17806         Autoload it.
17807         (tramp-completion-file-name-handler-post-function): New defconst.
17808         (tramp-completion-file-name-handler): Use it.
17809         (tramp-maybe-open-connection): Update calls to
17810         `tramp-flush-connection-property' for removed 2nd argument.
17812 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17814         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
17815         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
17816         New functions.
17818 2008-03-15  Glenn Morris  <rgm@gnu.org>
17820         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
17821         New functions.
17822         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
17823         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17824         (diary-list-entries-1, diary-mark-entries-1): Autoload.
17825         (diary-bahai-list-entries): Use diary-list-entries-1.
17826         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
17827         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
17828         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17829         (diary-list-entries-1, diary-mark-entries-1): Autoload.
17830         (list-hebrew-diary-entries): Use diary-list-entries-1.
17831         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
17832         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
17833         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17834         (diary-list-entries-1, diary-mark-entries-1): Autoload.
17835         (list-islamic-diary-entries): Use diary-list-entries-1.
17836         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
17838         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
17840         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
17842         * calendar/cal-china.el (number-chinese-months)
17843         (calendar-chinese-from-absolute): Use nth, caar.
17845         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
17847         * calendar/cal-french.el (french-calendar-accents): Doc fix.
17849         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
17850         (calendar-hebrew-month-name-array-leap-year)
17851         (hebrew-calendar-parashiot-names): Make constants.
17852         (diary-parasha): Move definition after constants it uses.
17854         * calendar/cal-html.el (cal-html-insert-link-yearpage)
17855         (cal-html-htmlify-list): Doc fix.
17856         (cal-html-htmlify-entry): Use nth.
17858         * calendar/cal-islam.el (calendar-islamic-month-name-array)
17859         (calendar-islamic-epoch): Make constants.
17860         (calendar-islamic-epoch): Doc fix.
17862         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
17864         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
17865         (cal-tex-month-name): Doc fix.
17866         (cal-tex-last-blank-p): Use zerop.
17868         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
17869         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
17870         (calendar-cursor-to-date): Doc fix.
17871         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
17872         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
17873         (calendar-day-number): Use when.
17874         (generate-calendar-month): Use dotimes.
17875         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
17876         (calendar-set-mark): Reverse conditional.
17877         (calendar-make-alist): Move definition before use.
17879         * calendar/diary-lib.el (diary-face-attrs)
17880         (diary-glob-file-regexp-prefix, diary-selective-display)
17881         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
17882         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
17883         (diary-anniversary, diary-cyclic)
17884         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
17885         (diary-header-line-format): Change wording.
17886         (diary-list-entries): Set `date-start' in let.
17887         (include-other-diary-files, mark-included-diary-files): Use format.
17888         (simple-diary-display, fancy-diary-display): Use cadr, unless.
17889         (mark-diary-entries): Use 1+.
17890         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
17891         (mark-calendar-month): Use dotimes.
17893         * calendar/holidays.el (displayed-month, displayed-year):
17894         Move declarations where needed.
17895         (calendar-list-holidays): Doc fix.
17897         * calendar/parse-time.el (parse-time-string): Simplify.
17899         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
17900         Make constants.
17901         (solar-sunrise-sunset): Rename some local variables for clarity.
17902         (sunrise-sunset): Use zerop.
17903         (solar-mean-equinoxes/solstices): Doc fix.
17905         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
17906         Use nth.
17907         (timeclock-completing-read, timeclock-generate-report): Use zerop.
17908         (timeclock-mean, timeclock-generate-report): Use dolist.
17910         * calendar/todo-mode.el (todo-add-category): Simplify.
17911         (todo-more-important-p, todo-delete-item, todo-file-item):
17912         Use unless, when.
17913         (todo-top-priorities): Use zerop.
17915 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
17917         * buff-menu.el (list-buffers-noselect): Display buffer name in
17918         tooltip instead of mouse binding when it doesn't fit in the list.
17920 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17922         * faces.el (xw-defined-colors):
17923         * simple.el (widget-convert, shell-mode): Declare as functions
17924         instead of autoloading.
17926         * abbrev.el:
17927         * button.el:
17928         * cus-face.el:
17929         * ediff-hook.el:
17930         * emacs-lisp/backquote.el:
17931         * emacs-lisp/timer.el:
17932         * facemenu.el:
17933         * faces.el:
17934         * menu-bar.el:
17935         * simple.el:
17936         * subr.el:
17937         * textmodes/fill.el:
17938         * textmodes/paragraphs.el: Remove autoloads, redundant when the
17939         files are preloaded.
17941 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17943         * desktop.el (desktop-create-buffer): Don't catch errors if
17944         debug-on-error is set.
17946 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
17948         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
17949         ($(lisp)/calendar/diary-loaddefs.el)
17950         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17951         (LOADDEFS): New macro.
17952         (autoloads): Depend on $(LOADDEFS).
17954 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17956         * font-lock.el (featurep): Remove test, not useful anymore.
17957         (facemenu-keymap): Move key binding ...
17958         * facemenu.el (facemenu-keymap): ... here.
17960         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
17961         for each file in the list.
17962         (vc-bzr-log-view-mode): Recognize the file marker.
17964         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17965         for checkdoc and profiling.
17967 2008-03-14  Bastien Guerry  <bzg@altern.org>
17969         * textmodes/flyspell.el (nxml-mode): Add the right
17970         `flyspell-mode-predicate'.
17972         * wid-edit.el (link): Use 'mouse-face for :follow-link.
17974 2008-03-14  Glenn Morris  <rgm@gnu.org>
17976         * calendar/solar.el: Reorder so that functions are defined before use.
17977         (displayed-month, displayed-year): Move declarations where needed.
17978         (solar-get-number): Move definition before use.  Use unless.
17979         (solar-equatorial-coordinates): Simplify.
17980         (solar-sunrise-and-sunset): Use let rather than let*.
17981         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
17983         * startup.el (command-line-1): Rename -internal-script back to
17984         -scriptload (reverts previous change).
17986         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17987         (calendar-bahai-leap-base): Add doc strings.
17988         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
17989         Move definition before use.
17990         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
17991         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
17992         variables outside the loop.  Use dolist.
17993         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
17995         * calendar/cal-china.el: Re-order so that functions are defined before
17996         use.
17997         (displayed-month, displayed-year): Move declarations where needed.
17998         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
17999         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
18000         Add doc strings.
18001         (chinese-year-cache): Recenter on 2010.  Doc fix.
18002         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
18003         Doc fix.  Simplify.
18004         (chinese-year-cache-init): New function.
18005         (compute-chinese-year, holiday-chinese-new-year)
18006         (calendar-chinese-date-string, calendar-goto-chinese-date)
18007         (make-chinese-month-assoc-list): Use cadr, nth.
18008         (chinese-months): Remove un-needed let.
18010         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
18011         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
18012         (coptic-prompt-for-date): Move definition before use.
18014         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
18015         (calendar-dst-find-data, calendar-daylight-time-offset)
18016         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18017         (calendar-daylight-savings-starts-time)
18018         (calendar-daylight-savings-ends-time): Use cadr, nth.
18020         * calendar/cal-french.el (french-calendar-epoch)
18021         (calendar-goto-french-date): Doc fix.
18022         (french-calendar-month-name-array)
18023         (french-calendar-multibyte-month-name-array)
18024         (french-calendar-day-name-array, french-calendar-special-days-array):
18025         Add doc strings.
18027         * calendar/cal-hebrew.el (displayed-month, displayed-year)
18028         (original-date): Move declarations where needed.
18029         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
18030         Doc fix.
18031         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
18032         constant variables outside the loop.  Use dolist.
18034         * calendar/cal-islam.el (displayed-month, displayed-year)
18035         (original-date): Move declarations where needed.
18036         (islamic-calendar-day-number): Remove unused local variable `day'.
18037         (calendar-goto-islamic-date): Doc fix.
18038         (holiday-islamic): Use unless.
18039         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
18040         constant variables outside the loop.  Use dolist.
18041         (mark-islamic-calendar-date-pattern): Move definition before use.
18042         Use unless.
18043         (mark-islamic-diary-entries): Doc fix.
18044         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
18045         (insert-yearly-islamic-diary-entry): Use let rather than let*.
18047         * calendar/cal-julian.el (calendar-absolute-from-julian):
18048         Move definition before use.  Remove un-needed local `day'.
18049         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
18051         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
18052         (calendar-mayan-tzolkin-names-array): Add doc strings.
18053         (calendar-mayan-long-count-from-absolute): Use a single let.
18054         (calendar-string-to-mayan-long-count): Simplify.
18055         (calendar-next-haab-date, calendar-previous-haab-date)
18056         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
18057         (calendar-previous-calendar-round-date)
18058         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
18059         Doc fix.
18060         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
18061         (calendar-mayan-date-string, calendar-print-mayan-date)
18062         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
18063         (calendar-mayan-long-count-common-era): Move definitions before use.
18065         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
18066         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
18067         Doc fix.
18068         (calendar-mouse-goto-date): Move definition before use.
18070         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
18071         Move definition before use.
18072         (calendar-cursor-to-visible-date): Move definition before use.
18073         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
18074         and place inside the conditional.
18075         (calendar-forward-day): Simplify.
18076         (calendar-end-of-month): Use unless.
18077         (calendar-goto-day-of-year): Doc fix.
18078         Relocate obsolete aliases after their replacements.
18080         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
18082         * calendar/diary-lib.el (mark-diary-entries): Move some constant
18083         variables outside the diary-date-forms loop.
18085         * calendar/calendar.el (diary-file): Doc fix.
18086         (calendar-buffer-list): Return buffers rather than strings (fixes
18087         previous change).
18088         (hebrew-holidays-4): Fix typo.
18090         * calendar/holidays.el (displayed-month, displayed-year):
18091         Move declarations where needed.
18092         (calendar-holiday-list, calendar-list-holidays)
18093         (holiday-filter-visible-calendar): Move definitions before use.
18094         (list-holidays): Use cadr.
18095         Relocate obsolete aliases after their replacements.
18097         * calendar/lunar.el (date, displayed-month, displayed-year):
18098         Move declarations where needed.
18099         (lunar-phase-list): Move definition after functions it uses.
18100         (calendar-phases-of-moon, diary-phases-of-moon)
18101         (lunar-new-moon-on-or-after): Use cadr, nth.
18102         (lunar-new-moon-on-or-after): Doc fix.
18104         * textmodes/org-irc.el (top-level): CL not required when compiling.
18105         (org-irc-visit-erc): Replace runtime CL functions.
18107         * textmodes/org-publish.el (declare-function): Add compatibility stub.
18108         (org-publish-delete-dups): Declare as function.
18110 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
18112         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
18113         (vc-bzr-show-log-entry): Make regexp match more cases.
18114         (vc-diff-switches-list): Remove autoload, not needed.
18116 2008-03-14  Juri Linkov  <juri@jurta.org>
18118         * isearch.el (isearch-edit-string): Remove one call to
18119         `isearch-push-state' not to push an inconsistent state,
18120         but keep another correct call to `isearch-push-state'.
18121         (isearch-ring-adjust): Call `isearch-push-state' only when
18122         `search-ring-update' is non-nil since `isearch-edit-string'
18123         already pushes its state.
18124         (isearch-message): Improve matching the failed part by checking
18125         if the original message starts with the last successful message.
18127         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
18128         (dired-perm-write): Rename from `dired-warn-writable'.
18129         Change parent face from `font-lock-warning-face' to
18130         `font-lock-comment-delimiter-face'.
18131         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
18132         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
18133         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
18134         with `dired-perm-write-face'.
18136 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
18138         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
18139         Create cache dir only if it doesn't already exist.
18141 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18143         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
18144         of \ and '.
18146 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
18148         * net/browse-url.el (browse-url-text-xterm):
18149         Unquote browse-url-text-browser.
18151 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
18153         * textmodes/org-mouse.el: Version number change.
18155         * textmodes/org-publish.el (org-publish-expand-components):
18156         Remove null projects from the list of components.
18157         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
18158         Remove unused retrieval of the :publishing-directory property.
18159         (org-publish-file): Bugfix: when using a relative directory as the
18160         publishing directory, convert it to a directory filename.
18161         (org-publish-project): New alias.
18162         (org-publish-get-files): Protect against empty p.
18163         (org-publish-file): Send an error when file is not part of any project.
18164         (org-publish-file): Offer to refresh the list of files in known
18165         project when the current file is not part of any project.
18166         (org-publish-before-export-hook)
18167         (org-publish-after-export-hook): New hooks.
18168         (org-publish-org-to): Use new hooks and kill buffers.
18169         (org-publish-file): Remove the code for killing buffers.
18170         (org-publish-initialize-files-alist): Use interactive.
18171         (org-publish-file): If the publishing function creates a new
18172         buffer, kill it after publishing.
18173         (org-publish-timestamp-filename): Protect ":" in file name path
18174         under windows.
18176         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
18177         change that killed the LaTeX buffer.
18179         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
18180         in the decision tree.
18181         (org-select-remember-template): Clean the code.
18182         (org-prepare-dblock): Add the extra :content parameter.
18183         (org-write-agenda): New output type ".ics" files.
18184         (org-write-agenda): Call `org-icalendar-verify-function', both for
18185         time stamps and for TODO entries.
18186         (org-agenda-collect-markers, org-create-marker-find-array)
18187         (org-check-agenda-marker-table): New functions.
18188         (org-agenda-marker-table): New variable.
18189         (org-export-as-html): Revert the change that killed the html
18190         buffer.  Side effects first need to be studied carefully.
18191         (org-get-tags-at): Fix the structure of the condition-case statement.
18192         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
18193         (org-timestamp-change): Fix regular expressions to swallow the
18194         extra character for repeat-shift control.
18195         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
18196         (org-get-legal-level): Alias to `org-get-valid-level'.
18197         (org-dblock-write:clocktable): Add a :link parameter, linking
18198         headlines to their location in the Org agenda files.
18199         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
18200         throwing an error when getting tags before headlines.
18201         (org-timestamp-change, org-modify-ts-extra)
18202         (org-ts-regexp1): Fix timestamp editing.
18203         (org-agenda-custom-commands-local-options): New constant.
18204         (org-agenda-custom-commands):
18205         Use `org-agenda-custom-commands-local-options' to improve customize
18206         type.  "htmlize": Removed hack to fix face problem with htmlize,
18207         it no longer seem necessary.
18208         (org-follow-link-hook): New hook.
18209         (org-agenda-custom-commands): Add "Component" as a tag for each
18210         item in a command series.
18211         (org-open-at-point): Run `org-follow-link-hook'.
18212         (org-agenda-schedule): Bugfix: don't display marker type when it
18213         is nil.
18214         (org-store-link): org-irc required.
18215         (org-set-regexps-and-options): Parse the new logging options.
18216         (org-extract-log-state-settings): New function.
18217         (org-todo): Handle the new ways of recording state change stuff.
18218         (org-local-logging): New function.
18219         (org-columns-open-link): Fix bug with opening link in column view.
18220         (org-local-logging): New function.
18221         (org-todo): Make sure that LOGGING properties are honoured.
18222         (org-todo-keywords): Improve docstring.
18223         (org-startup-options): Cleanup startup options.
18224         (org-set-regexps-and-options): Process the "!" markers.
18225         (org-todo): Respect the new logging stuff.
18226         (org-log-note-how): New variable.
18227         (org-add-log-maybe): New parameter HOW that defines how logging
18228         should be done and also overrides PURPOSE.  Add a docstring.
18229         (org-add-log-note): Check if we really need to ask for a note.
18230         (org-get-current-options): Digest the new keyword.
18231         (org-agenda-reset-markers): Rename from
18232         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
18233         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
18234         function, without force argument.
18235         (org-buffer-property-keys): Bind local variables s and p.
18236         (org-make-tags-matcher): Allow "" to match an empty or
18237         non-existent property value.
18238         (org-export-as-html): Join unsorted lists when they directly
18239         follow each other.  Such lists may be created by headlines that
18240         are converted to lists.
18241         (org-nofm-to-completion): New function.
18242         (org-export-as-html): Use :html-extension instead of
18243         org-export-html-extension.
18244         (org-store-link): Support for links from `rmail-summary-mode'.
18245         (org-columns-new, org-complete, org-set-property): Set the
18246         `include-columns' argument in the call to
18247         `org-buffer-property-keys'.
18248         (org-buffer-property-keys): New argument `include-columns', to
18249         include properties expected by any of the COLUMNS formats in the
18250         current buffer.
18251         (org-cleaned-string-for-export): Get rid of drawers first, so that
18252         they will be removed also in the text before the first headline.
18253         (org-clock-report): Show the clocktable when found.
18254         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
18255         (org-version): With prefix argument, insert `org-version' at point.
18256         (org-agenda-goto): Recenter the window after finding the target
18257         location, to make sure the correct position will be displayed.
18258         (org-agenda-get-deadlines): Don't scale priority with the warning
18259         period.
18260         (org-insert-heading): Don't break line in the middle of the line.
18261         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
18262         be 0.
18263         (org-update-checkbox-count): Revamp to deal with hierarchical
18264         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
18265         (org-remove-timestamp-with-keyword): New function.
18266         (org-schedule, org-deadline):
18267         Use `org-remove-timestamp-with-keyword' to make sure all such time
18268         stamps are removed.
18269         (org-mode): Support for `align'.
18270         (org-agenda-get-deadlines): Make sure priorities increase as the
18271         due date approaches and is passed.
18272         (org-remember-apply-template): Fix problem with tags that
18273         contain "_" or "@".
18274         (org-make-link-regexps): Improve the regular expression for plain links.
18275         (org-agenda-get-closed): List each clocking entry.
18276         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
18277         (org-special-ctrl-k): New option.
18278         (org-kill-line): New function.
18279         (org-archive-all-done): Fix incorrect number of stars in regexp.
18280         (org-refile-get-location): New function.
18281         (org-refile-goto-last-stored): New function.
18282         (org-global-tags-completion-table): Add the value of org-tag-alist
18283         in each buffer, to make sure that also unused tags will be
18284         available for completion.
18285         (org-columns-edit-value)
18286         (org-columns-next-allowed-value): Only update if not in agenda.
18287         (org-clocktable-steps): New function.
18288         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
18289         (org-archive-subtree): Add the outline tree context as a property.
18290         (org-closest-date): New optional argument `prefer'.
18291         (org-goto-auto-isearch): New option.
18292         (org-goto-map, org-get-location): Implement auto-isearch.
18293         (org-goto-local-auto-isearch-map): New variable.
18294         (org-goto-local-search-forward-headings)
18295         (org-goto-local-auto-isearch): New functions.
18297 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
18299         * textmodes/org-irc.el: New file.
18301 2008-03-13  John Wiegley  <johnw@gnu.org>
18303         * textmodes/org-mac-message.el: New file.
18305 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
18307         * font-lock.el (font-lock-comment-face): Set the foreground for
18308         the light background 8 colors case.
18310 2008-03-13  Glenn Morris  <rgm@gnu.org>
18312         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
18313         generate-autoload-cookie patterns.
18315         * startup.el (command-line-1): Rename -scriptload to -internal-script.
18317         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
18318         (MH_E_SRC): Remove variable.
18319         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
18320         Simplify file header.  Use $@ for generated-autoload-file.
18322         * Makefile.in (LOADDEFS): New variable.
18323         (AUTOGENEL): Use $LOADDEFS.
18324         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
18325         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
18326         ($(lisp)/calendar/hol-loaddefs.el): New targets.
18327         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
18328         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
18329         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
18330         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
18331         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
18332         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
18333         Add calendar-specific autoload cookies, and remove any setting of
18334         generated-autoload-file.
18335         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
18336         * calendar/diary-lib.el: Replace explicit autoloads with reading of
18337         diary-loaddefs.
18338         * calendar/holidays.el: Replace explicit autoloads with reading of
18339         hol-loaddefs.
18341         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
18342         (calendar-buffer-list): Simplify.
18343         (generate-calendar-window): Use calendar-mark-holidays rather than
18344         obsolete alias.
18346         * calendar/cal-hebrew.el (list-yahrzeit-dates):
18347         Use cal-hebrew-yahrzeit-buffer.
18349         * calendar/cal-x.el (calendar-only-one-frame-setup)
18350         (calendar-two-frame-setup): Doc fixes.
18351         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
18353         * calendar/appt.el (appt-mode-string): Mark as risky.
18354         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
18356         * calendar/cal-html.el (diary-list-entries):
18357         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
18358         (calendar-iso-from-absolute): Fix autoloads.
18360         * calendar/cal-iso.el (calendar-absolute-from-iso)
18361         (calendar-iso-read-args): Simplify.
18362         (calendar-iso-date-string, calendar-iso-read-args)
18363         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
18365         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
18366         (displayed-month, displayed-year): Move declarations where needed.
18367         (calendar-print-astro-day-number): Doc fix.
18369         * calendar/cal-persia.el (persian-calendar-month-name-array)
18370         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
18371         (persian-prompt-for-date): Remove local variable `today'.
18373         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
18375         * calendar/solar.el (solar-moment, solar-exact-local-noon)
18376         (solar-sunrise-sunset, solar-sunrise-sunset-string)
18377         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
18378         (diary-sabbath-candles, solar-equinoxes/solstices)
18379         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
18380         (solar-time-equation, solar-date-to-et): Simplify.
18382         * mail/supercite.el: Remove the `function' in `(function (lambda'.
18383         Replace `(car (cdr' with cadr'.
18385         * progmodes/f90.el (f90-font-lock-n): New function.
18386         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
18387         Use f90-font-lock-n.
18388         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
18390         * progmodes/f90.el (f90-mode-abbrev-table):
18391         * progmodes/fortran.el (fortran-mode-abbrev-table):
18392         Use newer form of define-abbrev, where supported.  No need to bind
18393         abbrevs-changed for system abbrevs.
18395 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18397         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
18398         delete-frame-functions.
18400         * bookmark.el (Info-current-node): Remove.
18402 2008-03-12  Juri Linkov  <juri@jurta.org>
18404         * help.el (describe-project): Remove defaliases for view-todo and
18405         describe-project that are now unnecessary after the merge from
18406         emacs--rel--22 that added define-obsolete-function-alias.
18408         * startup.el (inhibit-startup-screen): Revert incomplete
18409         2008-03-10 merge from emacs--rel--22 that partly reverted
18410         2008-02-28 change that added initial message to *scratch* buffer
18411         regardless of the value of `inhibit-startup-screen'.
18412         Now keep this change in the trunk, but not in the 22 branch.
18414 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18416         * international/quail.el (quail-setup-completion-buf, quail-help):
18417         * mail/binhex.el (binhex-decode-region-internal):
18418         * mail/uudecode.el (uudecode-decode-region-internal):
18419         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
18420         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
18421         setting default-enable-multibyte-characters.
18423         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
18425         * comint.el: Fix up indentation and comment style.  Remove `function'.
18427         * international/mule-cmds.el (reset-language-environment)
18428         (set-language-environment-nonascii-translation):
18429         Don't set-unibyte-charset.
18431         * doc-view.el: Remove all cb-args, use closures instead.
18432         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
18433         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
18434         doing an incorrect check).  Update all callers to use the new name.
18435         (doc-view-doc->txt): Add missing `txt' argument.
18437 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
18439         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
18440         md5 sum calculation to single-byte.
18442 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18444         * doc-view.el (doc-view-new-window-function): Add assertion.
18445         (doc-view-doc-type): New var.
18446         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
18447         (doc-view-intersection): New fun.
18448         (doc-view-mode): Use it to set the new var.
18450 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
18452         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
18453         (doc-view-already-converted-p): New functions.
18454         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
18455         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
18456         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
18457         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
18458         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
18459         (doc-view-convert-current-doc): Don't hardwire the functions the
18460         sentinels call.  Now they're provided by two args CALLBACK and
18461         CB-ARGS to the functions.
18462         (doc-view-search): Use doc-view-doc->txt.
18463         (doc-view-initiate-display): Use doc-view-already-converted-p.
18464         Mention new binding C-c C-t if doc-view-mode doesn't work.
18466 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
18468         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
18470 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18472         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
18473         Mark " outside of tags as punctuation.
18475 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18477         * menu-bar.el (minibuffer-local-map): Use the same command for the
18478         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
18479         Prefer RET over C-j for exit-minibuffer.
18481         * files.el (display-buffer-other-frame): Eliminate problematic code.
18483         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
18484         (menu-bar-select-buffer): Remove.
18485         (menu-bar-select-frame): Make non-interactive and take a frame arg.
18486         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
18488 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
18490         * icomplete.el (icomplete-completions): Remove obsolete code.
18492         * net/net-utils.el (iwconfig-program-options): Doc fix.
18493         (net-utils-run-program, run-network-program): Define as functions.
18495 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
18497         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
18499 2008-03-11  Glenn Morris  <rgm@gnu.org>
18501         * faces.el (mode-line-emphasis): New face.
18502         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
18504         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
18506 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
18508         * simple.el (set-mark-command): Doc fix.
18510 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18512         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
18514         * emacs-lisp/autoload.el (autoload-find-destination):
18515         Don't force raw-text.
18517         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
18518         * calendar/cal-loaddefs.el: Don't version control.
18520 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
18522         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
18523         entries and add :help to the existing ones.
18525 2008-03-10  Glenn Morris  <rgm@gnu.org>
18527         * calendar/cal-hebrew.el (date, entry, number): Move declarations
18528         to where they are needed.
18530         * calendar/calendar.el (diary-file, hebrew-holidays-1)
18531         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18532         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
18533         (calendar-version): Doc fixes.
18534         (calendar-absolute-from-gregorian): Use zerop.
18535         (calendar-mode-line-format): Make it a defcustom.
18537         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
18538         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
18539         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
18540         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
18541         (mark-included-diary-files, mark-calendar-days-named)
18542         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
18543         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
18544         (insert-monthly-diary-entry, insert-yearly-diary-entry)
18545         (insert-anniversary-diary-entry, insert-block-diary-entry)
18546         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
18547         (diary-font-lock-sexps): Doc fixes.
18548         (diary-remind-message, mark-calendar-month): Use zerop.
18549         (diary-attrtype-convert, diary-pull-attrs): Simplify.
18550         (diary-list-entries): Revert let to let* (previous change).
18552         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
18554 2008-03-10  Kim F. Storm  <storm@cua.dk>
18556         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
18557         function aliases for the old names.
18559 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
18561         * iswitchb.el (iswitchb-use-faces): Doc fix.
18562         (iswitchb-buffer-ignore, iswitchb-read-buffer):
18563         Fix typos in docstrings.
18565 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
18567         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
18568         Fix typo.
18569         (verilog-type-font-keywords): Reindent.
18571 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
18573         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
18574         Fix bug in the grouping-keyword regular expression.
18575         (verilog-font-lock-keywords): Allow users to toggle special
18576         highlight of grouping-keywords.
18577         (verilog-highlight-grouping-keywords): The toggle for special
18578         highlighting of grouping keywords.
18580 2008-03-10  Juri Linkov  <juri@jurta.org>
18582         * startup.el: Revert 2008-02-28 change that adds initial message
18583         to *scratch* buffer regardless of the value of
18584         `inhibit-startup-screen'.
18586 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
18588         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
18589         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
18590         * progmodes/verilog-mode.el (verilog-mode):
18591         * net/socks.el (socks):
18592         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
18594 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18596         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
18597         (doc-view-bookmark-make-record): Use them.
18598         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
18599         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
18601         * bookmark.el (bookmark-make-record-function): Change expected return
18602         value to include a suggested bookmark name.
18603         (bookmark-make): Split into bookmark-make-record and bookmark-store.
18604         Fix reversed `overwrite' semantics.
18605         (bookmark-set): Call bookmark-make-record before prompting the user.
18606         Then pass the result to bookmark-store later on.
18607         (bookmark-make-name-function): Remove.
18608         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
18609         * info.el (bookmark-make-name-function): Remove.
18610         (Info-mode): Don't set it.
18611         (Info-bookmark-make-name): Remove.
18612         (Info-bookmark-make-record): Use Info-current-node as suggested default
18613         bookmark name.
18615         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
18616         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
18617         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
18618         (bookmark-annotation-buffer, bookmark-annotation-file)
18619         (bookmark-annotation-point, bookmark-send-annotation)
18620         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
18621         (bookmark-edit-annotation-text-func): Rename from
18622         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
18623         (bookmark-edit-annotation-mode-map): Move initialization into
18624         declaration.
18626         * bookmark.el: Remove spurious * in docstrings.
18627         (bookmark-minibuffer-read-name-map): New var.
18628         (bookmark-set): Use it.  Also pass the default value as it should.
18629         (bookmark-send-edited-annotation): Take no chances with text properties.
18630         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
18631         (bookmark-insert-buffer-name): Remove.
18632         (bookmark-buffer-file-name): Signal an error rather than returning nil.
18634 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
18636         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
18638 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
18640         * diff-mode.el (diff-mode-menu): Add :help.
18642 2008-03-09  Glenn Morris  <rgm@gnu.org>
18644         * calendar/calendar.el (general-holidays, oriental-holidays)
18645         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
18646         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
18647         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
18648         (calendar-holidays): Restore autoload cookies, because people are
18649         used to using these variables without loading calendar.el.
18651         * calendar/cal-islam.el (diary-islamic-date): Move to end.
18652         (date, number): Declare where needed.
18654         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
18655         (list-sexp-diary-entries): Doc fixes.
18656         (diary-list-entries): Doc fix.  Remove free variable `entry'.
18657         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
18658         Simplify setting of `date-holiday-list'.
18659         (mark-diary-entries): Remove free variable `entry'.
18660         (diary-list-entries, include-other-diary-files, fancy-diary-display):
18661         Use let where let* is not needed.
18663 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18665         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
18666         make-record function, instead paste it in afterwards.
18667         (bookmark-make-record-for-text-file):
18668         * doc-view.el (doc-view-bookmark-make-record):
18669         * info.el (Info-bookmark-make-record): Don't mess with annotations.
18671 2008-03-08  Glenn Morris  <rgm@gnu.org>
18673         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
18675 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18677         * calendar/diary-lib.el (diary-list-entries)
18678         (include-other-diary-files, mark-diary-entries)
18679         (mark-sexp-diary-entries, mark-included-diary-files)
18680         (diary-entry-time, list-sexp-diary-entries): Remove the special
18681         handling of ^M that dates back to the use of selective-display.
18682         (simple-diary-display): Obey setting of pop-up-frames.
18683         (body, entry): Remove unnecessary declarations.
18685         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
18686         (bookmark-get-annotation, bookmark-set-annotation)
18687         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18688         (bookmark-set-position, bookmark-get-front-context-string)
18689         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18690         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
18691         * info.el (Info-bookmark-make-record): Don't bother recording point.
18692         (bookmark-get-filename, bookmark-get-front-context-string)
18693         (bookmark-get-rear-context-string, bookmark-get-position):
18694         Don't declare any more.
18695         (bookmark-get-info-node): Remove.
18696         (bookmark-prop-get): Declare.
18697         (Info-bookmark-jump): Use it.
18699 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
18701         * subr.el (while-no-input): Don't splice BODY directly into the
18702         `or' form.
18704 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
18706         * diff-mode.el (diff-ignore-whitespace-hunk):
18707         Bind inhibit-read-only before trying to change the buffer.
18709 2008-03-08  Glenn Morris  <rgm@gnu.org>
18711         * calendar/appt.el (appt): Move custom group here from calendar.el.
18712         (appt-disp-window, appt-convert-time): Doc fixes.
18714         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
18715         (calendar-bahai-mark-date-pattern):
18716         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
18717         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
18718         * calendar/cal-julian.el (calendar-absolute-from-julian):
18719         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
18721         * calendar/cal-china.el (chinese-calendar): Move custom group here from
18722         calendar.el.
18723         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
18724         Make constants.
18725         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
18726         (chinese-calendar-daylight-savings-starts)
18727         (chinese-calendar-daylight-savings-ends)
18728         (chinese-calendar-daylight-savings-starts-time)
18729         (chinese-calendar-daylight-savings-ends-time)
18730         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
18731         Doc fixes.
18733         * calendar/cal-coptic.el (coptic-name): Add doc string.
18735         * calendar/cal-french.el (french-calendar-month-name-array)
18736         (french-calendar-day-name-array, french-calendar-special-days-array):
18737         Add doc strings.
18739         * calendar/cal-bahai.el (diary-bahai-mark-entries)
18740         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
18741         (diary-bahai-insert-yearly-entry):
18742         * calendar/cal-dst.el (calendar-next-time-zone-transition)
18743         (calendar-time-zone):
18744         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
18745         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
18746         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
18747         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
18748         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
18749         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
18750         (list-islamic-diary-entries, mark-islamic-diary-entries)
18751         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
18752         (insert-yearly-islamic-diary-entry):
18753         * calendar/cal-iso.el (calendar-iso-read-args):
18754         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
18755         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
18756         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
18757         (calendar-next-calendar-round-date)
18758         (calendar-mayan-long-count-common-era):
18759         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
18760         (cal-menu-x-popup-menu, calendar-mouse-holidays)
18761         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
18762         (calendar-mouse-goto-date):
18763         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
18764         * calendar/holidays.el (holidays):
18765         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
18766         * calendar/time-date.el (date-to-time, time-subtract, time-add)
18767         (safe-date-to-time): Doc fixes.
18769         * calendar/cal-persia.el (persian-calendar-month-name-array)
18770         (persian-calendar-epoch): Make constants.
18772         * calendar/cal-tex.el (calendar-tex): Move custom group here from
18773         calendar.el.
18775         * calendar/cal-x.el (diary-frame-parameters)
18776         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
18777         (calendar-after-frame-setup-hooks): Make defcustoms.
18778         (calendar-one-frame-setup, calendar-only-one-frame-setup)
18779         (calendar-two-frame-setup): Doc fix.
18781         * calendar/cal-loaddefs.el: New file.
18783         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
18784         * calendar/cal-french.el, calendar/cal-html.el:
18785         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
18786         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
18787         * calendar/cal-tex.el, calendar/cal-x.el:
18788         Unquote lambda functions.  Add autoload cookies to functions formerly
18789         autoloaded in calendar.el.  Set `generated-autoload-file' to
18790         "cal-loaddefs.el".
18792         * calendar/calendar.el: Move many autoloads to separate file,
18793         cal-loaddefs.el.  Move defcustoms to start and re-order.
18794         (calendar-month-name-array, calendar-starred-day): No need to
18795         declare for compiler.
18796         (cal-loaddefs): Require it.
18797         (appt, chinese-calendar, calendar-tex): Move custom groups to the
18798         appropriate file.
18799         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
18800         Reverse logic.
18801         (diary-face, diary-file-name-prefix-function, diary-include-string)
18802         (diary-glob-file-regexp-prefix, diary-face-attrs)
18803         (diary-file-name-prefix, sexp-diary-entry-symbol)
18804         (print-diary-entries-hook, list-diary-entries-hook)
18805         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18806         (nongregorian-diary-marking-hook, diary-list-include-blanks):
18807         Move to diary-lib.
18808         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18809         (all-bahai-calendar-holidays): Doc fix.
18810         (calendar-insert-indented): Doc fix.  Use when rather than if.
18811         (exit-calendar): Use mapc rather than mapcar.
18812         (calendar-cursor-to-date): Use zerop.
18813         (calendar-mark-ring): Add doc-string.
18814         (calendar-starred-day): Defvar it.
18815         (calendar-mode): Make calendar-starred-day local.
18816         (calendar-star-date): No need to make calendar-starred-day local.
18818         * calendar/diary-lib.el: Move defcustoms to start.
18819         (diary-include-string, diary-list-include-blanks)
18820         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
18821         (diary-file-name-prefix, diary-file-name-prefix-function)
18822         (sexp-diary-entry-symbol, list-diary-entries-hook)
18823         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
18824         (nongregorian-diary-marking-hook, print-diary-entries-hook):
18825         Move here from calendar.el.
18826         (diary-file-name-prefix-function): Use 'identity.
18827         (diary-face): Make it a defcustom, and mark as obsolete.
18828         (top-level): No need to require cal-hebrew, cal-islam when compiling.
18829         (calendar-hebrew-month-name-array-leap-year)
18830         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
18831         Define for compiler.
18832         (diary-font-lock-keywords): Use format rather than concat.
18833         Add bahai-diary-entry-symbol.
18835         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
18836         * calendar/solar.el: Unquote lambda functions.
18838         * calendar/solar.el (calendar-location-name, calendar-latitude)
18839         (calendar-longitude, solar-setup, solar-sin-degrees)
18840         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
18841         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
18842         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
18843         (solar-exact-local-noon, solar-julian-ut-centuries)
18844         (solar-ephemeris-time, solar-date-next-longitude)
18845         (solar-horizontal-coordinates, solar-equatorial-coordinates)
18846         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
18847         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
18848         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
18849         Doc fixes.
18850         (solar-horizontal-coordinates, solar-equatorial-coordinates)
18851         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
18852         (solar-ecliptic-coordinates): Use unless.
18853         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
18854         Use or.
18856         * calendar/timeclock.el: Add doc-strings to all functions.
18857         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
18858         (timeclock-entry-list-length, timeclock-entry-list-projects)
18859         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
18861         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
18863         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
18864         (org-get-entries-from-diary): Require diary-lib.
18866 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
18868         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
18869         Pacify byte-compiler.
18871 2008-03-07  Alan Mackenzie  <acm@muc.de>
18873         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
18874         paren/bracket pairs parsed, to solve performance problem.
18876 2008-03-07  Bastien Guerry  <bzg@altern.org>
18878         * bookmark.el (bookmark-set): Don't check for
18879         `bookmark-make-name-function' since `bookmark-buffer-file-name'
18880         already takes care of this.
18881         (bookmark-buffer-name, bookmark-buffer-file-name):
18882         Remove Info-mode specific code.
18884         * info.el (bookmark-get-info-node): Define this function in
18885         info.el, not in bookmark.el.
18886         (Info-mode): Set `bookmark-make-name-function' to
18887         `Info-bookmark-make-name' locally.
18888         (Info-bookmark-make-name): New function.
18890         * bookmark.el (bookmark-make-name-function): New variable.
18892 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
18894         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
18895         buffer-local, not `bookmark-make-cell-function' (the old name).
18897 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
18899         * doc-view.el (doc-view-bookmark-make-record):
18900         * image-mode.el (image-bookmark-make-record):
18901         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
18903 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
18905         * vc.el (vc-status-menu-map-filter): Return orig-binding if
18906         boundp 'vc-ignore-menu-filter.
18907         (vc-status-tool-bar-map): Make it defvar.
18908         (vc-status-mode): vc-status-tool-bar-map now variable.
18909         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
18911 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
18913         Give a better name to part of the bookmark interface.
18915         This was originally a much larger change, but halfway through I
18916         updated and discovered that Stefan Monnier had done the rest.
18917         It looks like he anticipated the new name too, because he used
18918         `the-record' instead of `the-cell' for some internal variable names.
18920         * bookmark.el (bookmark-make-record-function): Was
18921         `bookmark-make-cell-function'.
18922         (bookmark-make, bookmark-send-annotation): Update for above.
18923         (bookmark-make-record-for-text-file):
18924         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
18926         * info.el: Adjust accordingly.
18927         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
18929         * image-mode.el: Adjust accordingly.
18930         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
18932         * doc-view.el: Adjust accordingly.
18933         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
18935 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18937         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
18938         Move initialization into declaration.
18939         (bookmark-get-info-node, bookmark-set-info-node): Remove.
18940         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
18941         (bookmark-info-current-node): Remove.
18942         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
18943         Add relocation fallback.  Set bookmark-current-bookmark.
18944         (bookmark-default-handler): Rename from bookmark-jump-noselect.
18945         Remove relocation fallback.  Don't set bookmark-current-bookmark.
18946         (bookmark-set): Let it be used even if there's no buffer-file-name
18947         as long as there is a bookmark-make-cell-function.
18948         * info.el (Info-bookmark-jump): Remove relocation fallback.
18949         Don't set bookmark-current-bookmark.
18951 2008-03-07  Glenn Morris  <rgm@gnu.org>
18953         * calendar/appt.el (appt-issue-message)
18954         (appt-message-warning-time, appt-audible, appt-visible)
18955         (appt-msg-window, appt-display-mode-line, appt-display-duration)
18956         (appt-display-diary): Remove autoload cookies.
18958         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
18959         Remove leading `*' from defcustom doc-strings.
18961         * calendar/cal-dst.el (calendar-dst): New custom group.
18962         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
18963         (calendar-time-zone, calendar-daylight-time-offset)
18964         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18965         (calendar-daylight-savings-starts-time)
18966         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
18967         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
18968         Move to start.
18970         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
18972         * calendar/calendar.el (calendar-version): Use emacs-version and
18973         make it obsolete.  Move to end.
18974         (calendar-offset, view-diary-entries-initially)
18975         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
18976         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
18977         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18978         (all-bahai-calendar-holidays, calendar-load-hook)
18979         (initial-calendar-window-hook, today-visible-calendar-hook)
18980         (today-invisible-calendar-hook, calendar-move-hook)
18981         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
18982         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
18983         (diary-include-string, sexp-diary-entry-symbol)
18984         (abbreviated-calendar-year, american-date-diary-pattern)
18985         (european-date-diary-pattern, european-calendar-display-form)
18986         (american-calendar-display-form, print-diary-entries-hook)
18987         (list-diary-entries-hook, diary-hook, diary-display-hook)
18988         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18989         (nongregorian-diary-marking-hook, diary-list-include-blanks)
18990         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
18991         (local-holidays, other-holidays, hebrew-holidays-1)
18992         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18993         (hebrew-holidays, christian-holidays, islamic-holidays)
18994         (bahai-holidays, solar-holidays, calendar-setup)
18995         (calendar-week-start-day): Remove autoload cookies.
18996         (diary-glob-file-regexp-prefix): Doc fix.
18997         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
18998         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
18999         (calendar-week-start-day, calendar-debug-sexp): Move to start.
19001         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
19002         (calendar-time-display-form, calendar-latitude)
19003         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
19004         cookies.
19005         (calendar-latitude, calendar-longitude): Move functions after
19006         variables.
19007         (diary-sabbath-candles-minutes): Move to start.
19008         (solar-setup): Use or rather than if.
19009         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
19010         Remove condition-case.
19011         (solar-atn2): Use zerop.
19012         (solar-equinoxes-solstices): Doc fix.
19014         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
19015         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
19017         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
19018         (calendar-longitude, calendar-latitude, calendar-location-name):
19019         Declare for compiler.
19021 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19023         * arc-mode.el (archive-ar-file-header-re): New const.
19024         (archive-ar-summarize, archive-ar-extract): New funs.
19025         (archive-find-type): Recognize ar archives.
19027         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
19028         New functions.
19030         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
19032 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
19034         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
19035         Replace :enable (mark-active) with :enable mark-active.
19037 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
19039         * vms-patch.el (make-legal-file-name): New obsolete alias.
19040         (make-valid-file-name): Rename from `make-legal-file-name'.
19041         (make-auto-save-file-name): Use it.
19043         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
19044         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
19045         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
19047         * textmodes/org.el (org-export-html-style): Doc fix.
19048         (org-get-legal-level): New obsolete alias.
19049         (org-get-valid-level): Rename from `org-get-legal-level'.
19050         (org-promote, org-demote, org-archive-subtree)
19051         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
19053 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
19055         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
19057         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
19058         (vc-status-toggle-mark): New functions.
19059         (vc-status-mode): Set tool bar map.
19061 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
19063         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
19064         Reported by Drew Adams <drew.adams@oracle.com>.
19066 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
19068         * subr.el (read-quoted-char): Resolve modifiers of the character
19069         event.
19071         * comint.el (comint-exec-1): Don't change the coding-system for
19072         decoding to dos-like EOL.
19073         (comint-carriage-motion): Fully rewrite.
19075 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
19077         * epg.el (epg-context-include-certs): Reflow docstring.
19078         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
19079         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
19080         (epg-context-set-signers, epg-context-set-sig-notations)
19081         (epg-make-import-status, epg-make-import-result)
19082         (epg-start-delete-keys): Fix typos in docstrings.
19083         (epg-start-sign-keys, epg-sign-keys):
19084         Fix typos in obsolescence declarations.
19086         * iswitchb.el: Don't check for `cadr' and `last'.
19087         (iswitchb-define-mode-map, iswitchb-default-keybindings):
19088         Add obsolescence declaration and remove redundant info from docstring.
19089         (iswitchb-set-common-completion, iswitchb-set-matches)
19090         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
19091         (recentf-list, most-len, most-is-exact):
19092         Don't wrap defvars within `eval-when-compile'.
19094 2008-03-05  Glenn Morris  <rgm@gnu.org>
19096         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
19097         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
19098         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
19099         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
19100         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
19102         * ediff-hook.el (ediff-window-setup-function): Don't autoload
19103         declaration for compiler.
19104         (ediff-xemacs-init-menus): Use when rather than if.
19106         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
19107         if+and to just and.
19108         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
19109         (ediff-delete-overlay): Move the XEmacs test inside the definition.
19111         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
19113         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
19114         test inside XEmacs test.
19115         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
19116         since it was doing nothing on Emacs.
19117         (ediff-make-bullet-proof-overlay): Use when rather than if.
19119         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
19120         (ediff-setup-control-frame): Remove
19121         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
19122         a (featurep 'xemacs) test.
19124 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
19126         * calc/calc-ext.el (calc-extended-command-history): New variable.
19127         (calc-execute-extended-command): Use `calc-extended-command-history'.
19129 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
19131         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
19132         (standard-mode-line-position): Add mouse-face.
19134         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
19135         * progmodes/grep.el (grep-mode-map): Add :help.
19137         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
19138         initialize in one step.  Add :help.  Use :enable to activate menu
19139         items.  Show the key binding for edebug-defun.
19140         (lisp-interaction-mode-map): Add a menu.
19142         * term.el (term-mode-map): Define and initialize in one step.
19144         * ediff-init.el (ediff-color-display-p): Simplify.
19145         (Xor): Remove unused function.
19146         (ediff-with-syntax-table): Simplify for Emacs.
19148         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
19149         menu-bar being loaded, it always is.
19151 2008-03-05  Glenn Morris  <rgm@gnu.org>
19153         * textmodes/tex-mode.el (tex-mode): Suppress warning about
19154         multiple definitions when compiling.
19156 2008-03-04  Alan Mackenzie  <acm@muc.de>
19158         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
19160         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
19161         doc-string, "c-old-LEN" -> "c-old-END".
19163 2008-03-04  Jason Rumney  <jasonr@gnu.org>
19165         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
19166         namespaces.
19168 2008-03-04  Glenn Morris  <rgm@gnu.org>
19170         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
19172         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
19173         than mapcar.
19175 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19177         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
19178         (byte-compile-nilconstp): Can't use recursion in a defsubst.
19180         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
19181         so that M-q can fill comments.
19182         (tex-executable-exists-p, tex-compile): Extend with special syntax for
19183         commands implemented in elisp.
19184         (tex-compile-commands): Add an entry to use doc-view for pdf files.
19185         (tex-format-cmd): New function.
19186         (tex-compile): Use it to let the user specify default arguments.
19187         (tex-cmd-bibtex-args): New var.
19188         (tex-cmd-doc-view): New function.
19190 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
19192         * faces.el (face-spec-set): Fix typos in docstring.
19194 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
19196         * bindings.el (mode-line-column-line-number-mode-map): New variable.
19197         (standard-mode-line-position): Use it to add a menu for toggling
19198         column number and line number display.
19200 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19202         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19203         Remove optimization that was working around the form-code-walker bug.
19205         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19206         Walk into the body of lambdas after byte-compile-unfold-lambda.
19208 2008-03-03  Glenn Morris  <rgm@gnu.org>
19210         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
19211         value, if set, over frame value.
19213         * simple.el (transient-mark-mode): Don't turn on by default.
19215         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
19216         accidentally removed by the 2007-12-05 merge from Gnus.
19218 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
19220         * progmodes/compile.el (compilation-menu-map): Add menu entries
19221         for useful options.
19223 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
19224             Glenn Morris  <rgm@gnu.org>
19226         * emacs-lisp/bytecomp.el (byte-recompile-directory)
19227         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
19228         Give a `bytecomp-' prefix to local variables with common names.
19230 2008-03-01  Glenn Morris  <rgm@gnu.org>
19232         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19233         Restore code commented out 2007-11-10.
19235         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
19237         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
19238         Delete macro.
19239         * emulation/viper-cmd.el, emulation/viper-ex.el:
19240         * emulation/viper-init.el, emulation/viper-keym.el:
19241         * emulation/viper-mous.el, emulation/viper-util.el:
19242         * emulation/viper.el:
19243         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
19244         featurep test.
19246         Replace obsolete frame-local variables with frame-parameters.
19247         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
19248         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
19249         (viper-vi-state-cursor-color): Only call make-variable-frame-local
19250         on XEmacs.
19251         * emulation/viper-util.el (viper-frame-value): New macro.
19252         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
19253         (viper-R-state-post-command-sentinel)
19254         (viper-replace-state-post-command-sentinel)
19255         (viper-change-state-to-insert, viper-change-state-to-emacs):
19256         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
19257         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
19258         (viper-get-saved-cursor-color-in-insert-mode)
19259         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
19260         Use viper-frame-value for viper-replace-overlay-cursor-color,
19261         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
19262         viper-vi-state-cursor-color values.
19264         * emulation/viper-cmd.el (zmacs-region-stays):
19265         * emulation/viper-util.el (zmacs-region-stays): No need to define
19266         for compiler.
19268         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
19269         mapcar on Emacs.
19271         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
19272         on XEmacs.
19274         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
19275         rather than if.
19277 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19279         * whitespace.el: New version 9.3.  As the glyph code generation was
19280         fixed, it is possible now to use character code above ?\x1FFFF in the
19281         display table.  Fix `whitespace-indentation-regexp' to not include an
19282         extra ending character.  Reported by Michael Welsh Duggan
19283         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
19284         the original whitespace package had.  Suggested by Eric Cooper
19285         <ecc@cmu.edu>.  Doc fix.
19286         (whitespace-action): New option.
19287         (whitespace-display-mappings): Changed default newline visualization to
19288         display downwards arrow, as the glyph code generation was fixed.
19289         (whitespace-unload-function): Assure that all local whitespace mode is
19290         turned off.
19291         (whitespace-global-modes): Fix type customization.
19292         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
19293         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
19294         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
19295         Fix code.
19296         (whitespace-buffer): Command removed.
19297         (whitespace-trailing-regexp, whitespace-mark-x)
19298         (whitespace-display-window, whitespace-action-when-on)
19299         (whitespace-add-local-hook, whitespace-remove-local-hook)
19300         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
19301         (whitespace-action): New funs.
19302         (whitespace-report-list, whitespace-report-text)
19303         (whitespace-report-buffer-name): New consts.
19304         (whitespace-report, whitespace-report-region): New commands.
19306 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
19308         * disp-table.el (make-glyph-code): Don't test the result of
19309         `face-id', which already signals an error for invalid faces.
19310         (glyph-face): Simplify.
19312         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
19313         running `desktop-not-loaded-hook' to allow modifying it.
19314         Don't show warning message if `desktop-dirname' was modified.
19316 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19318         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
19319         we still expect more lines.
19321         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
19322         comment-paragraph filling if the commark doesn't match
19323         comment-start-skip.
19325 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
19327         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
19328         the `imap' variant.
19330 2008-03-01  Jason Rumney  <jasonr@gnu.org>
19332         * files.el (make-auto-save-file-name): Encode more characters in
19333         non-file buffer names.  Use url-encoding.
19335 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
19337         * net/net-utils.el (ftp-program): Fix typo in docstring.
19338         (ifconfig-program-options, netstat-program-options)
19339         (arp-program-options, route-program-options, nslookup-program-options)
19340         (ftp-program-options, smbclient-program-options)
19341         (dns-lookup-program-options, arp, route): Doc fixes.
19343         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
19344         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
19345         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
19346         Fix typos in docstrings.
19347         (gdb-pending-triggers): Reflow docstring.
19348         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
19350 2008-03-01  Alan Mackenzie  <acm@muc.de>
19352         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
19353         typing "#" at EOB.
19355 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
19357         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
19359 2008-02-29  Kim F. Storm  <storm@cua.dk>
19361         * emulation/cua-base.el (cua-remap-control-v)
19362         (cua-remap-control-z): New defcustoms.
19363         (cua-mode): Add them to set-after property.
19364         (cua--init-keymaps): Use them.
19365         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
19367         * help.el (view-emacs-todo): Rename from view-todo.
19368         (describe-gnu-project): Rename from describe-project.  Users changed.
19369         (view-help-file): New helper function.
19370         (describe-distribution, describe-copying, describe-gnu-project)
19371         (view-todo, view-order-manuals, view-emacs-problems): Use it.
19372         (view-emacs-debugging, view-external-packages): New commands.
19373         (help-map): Move describe-distribution to C-h C-o (ordering).
19374         Move view-emacs-problems to C-h C-p (problems).
19375         Bind view-emacs-debugging to C-h C-d (debugging).
19376         Bind view-external-packages to C-h C-e (extras).
19377         (help-for-help-internal): Cleanup and align descriptions.
19378         Remove command names to reduce clutter.
19380 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
19382         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
19383         and quieter face (not a warning).
19385 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
19387         * vc.el (vc-status-crt-marked): New variable.
19388         (vc-status-mode): Make it local.
19389         (vc-status-refresh): Use it to save the marked files.
19390         (vc-update-vc-status-buffer): Use it to restore the marked files.
19392         * vc-svn.el (vc-svn-after-dir-status):
19393         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
19395 2008-02-29  Glenn Morris  <rgm@gnu.org>
19397         * allout.el (allout-topic-encryption-bullet)
19398         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
19399         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
19400         from 22.0 to 22.1.
19402         * net/imap.el (imap-ping-server):
19403         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
19404         Change defcustom :version from 23.0 to 23.1.
19406 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
19408         * desktop.el (desktop-save): Save the buffer name if the
19409         uniquified base name is empty.
19411 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
19413         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
19414         correctly when user has "set print address off".
19416 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
19418         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
19419         version number of the next major Emacs release, not 23.0.
19421         * longlines.el (longlines-unload-function): New function.
19423 2008-02-28  Juri Linkov  <juri@jurta.org>
19425         * startup.el (normal-splash-screen): Add argument `concise'.
19426         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
19427         to the created buffer.  If `concise' is non-nil, call
19428         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
19429         (display-startup-screen): Add argument `concise' to the call to
19430         `normal-splash-screen'.
19432 2008-02-28  Kim F. Storm  <storm@cua.dk>
19434         * startup.el (startup-echo-area-message): Check for about-emacs.
19436 2008-02-28  Juri Linkov  <juri@jurta.org>
19438         * startup.el: Always add initial message to *scratch* buffer if
19439         `initial-scratch-message' is non-nil regardless of the value of
19440         `inhibit-startup-screen'.
19441         (inhibit-startup-screen, initial-scratch-message): Doc fix.
19442         (command-line-1): Move code that inserts `initial-scratch-message'
19443         up before the if-form that checks for `inhibit-startup-screen'.
19444         Suggested by Jonathan Rockway <jon@jrock.us>.
19446 2008-02-28  Juri Linkov  <juri@jurta.org>
19448         * cus-edit.el (custom-mode-map, custom-mode-link-map):
19449         Rename `custom-mode' to `Custom-mode' in docstrings.
19450         (custom-buffer-create-internal, customize-browse):
19451         Rename `custom-mode' to `Custom-mode'.
19452         (custom-mode-hook): Rename to `Custom-mode-hook'.
19453         (Custom-mode-hook): Renamed from `custom-mode-hook'.
19454         (custom-mode): Rename to `Custom-mode'.
19455         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
19456         (custom-mode): Add backward-compatible non-interactive variant of
19457         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
19458         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
19460         * info-look.el: Rename `custom-mode' to `Custom-mode'.
19462         * emulation/viper.el (viper-emacs-state-mode-list):
19463         Rename `custom-mode' to `Custom-mode'.
19465         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
19466         Capitalize "Tagged Files".
19467         (minibuffer-local-map): Add menu items for next/previous
19468         history elements and isearch history forward/backward.
19470         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
19471         `hs-isearch-open' with t instead of `comment' in :selected
19472         for "Code and Comment blocks" menu item.
19474 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19476         * uniquify.el (uniquify-buffer-base-name): Undo last change.
19477         Should be done in desktop.el instead.
19479 2008-02-28  Glenn Morris  <rgm@gnu.org>
19481         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
19483         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
19485         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
19486         (Info-menu, Info-goto-node): Remove declarations.
19487         (report-emacs-bug-info): Use info rather than Info-goto-node.
19489         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
19490         (idlwave-convert-xml-system-routine-info): Don't require xml.
19491         (idlwave-show-commentary, idlwave-shell-show-commentary):
19492         Don't require finder.
19493         (idlwave-info): Don't require info.  Use info rather than
19494         Info-goto-node.
19496         * textmodes/org.el (Info-goto-node): Remove declaration.
19497         (org-info): Use info rather than Info-goto-node.
19499         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
19500         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
19502 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
19504         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
19505         the menu.
19507         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
19508         (vc-finish-logentry): Check for vc-status-mode, not only for
19509         vc-dired-mode.
19511 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
19513         * isearch.el (isearch-printing-char): Don't check
19514         keyboard-coding-system.
19515         Call isearch-process-search-multibyte-characters only when
19516         current-input-method is non-nil.
19518 2008-02-27  Kim F. Storm  <storm@cua.dk>
19520         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
19521         (glyph-char, glyph-face): Handle cons encoding.
19523 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
19525         * uniquify.el (uniquify-buffer-base-name): If the base name is an
19526         empty string, return nil to allow the caller to default to the
19527         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
19529         * tool-bar.el (tool-bar-setup): Doc fix.
19531         * mail/supercite.el (sc-describe):
19532         Fix typos in obsolescence declaration.
19534 2008-02-27  Glenn Morris  <rgm@gnu.org>
19536         * autoinsert.el (auto-insert-alist): Change permission text to
19537         match FSF's GPLv3 form.
19539         * mail/supercite.el (sc-cite-original): Doc fix.
19540         (sc-version): Make obsolete.
19541         (sc-describe): Show the SC info page.  Make obsolete.
19543 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19545         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
19546         when using transient-mark-mode.
19547         (default-indicate-unused-lines): Remove unused var.
19549 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
19551         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
19552         and previous.
19554         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
19556 2008-02-26  Glenn Morris  <rgm@gnu.org>
19558         * net/net-utils.el (top-level): Don't require comint when compiling.
19559         (nslookup-font-lock-keywords): Don't require font-lock.
19560         Use font-lock faces rather than variables.
19561         (nslookup, ftp, smbclient, network-service-connection):
19562         Don't require comint.
19563         (comint-prompt-regexp, comint-input-autoexpand)
19564         (comint-input-ring): Declare for compiler.
19565         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
19566         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
19568         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
19569         doc-string.
19571 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19573         * doc-view.el (doc-view-current-page): Add a `win' argument.
19575 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19577         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
19578         Demote it to plain defvar.
19579         (doc-view-conversion-refresh-interval): Reduce interval.
19580         (doc-view-goto-page): Allow moving to pages not yet rendered.
19581         (doc-view-goto-page): Construct a file name rather than extracting it
19582         from doc-view-current-files.
19583         (doc-view-kill-proc): Ignore errors from kill-process.
19584         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
19585         (doc-view-insert-image): Use appropriate text if the page hasn't been
19586         rendered yet.  Adjust scrolling so the text is displayed.
19587         (doc-view-display): Detect not just that a page is available, but also
19588         that it wasn't available before, so as to avoid refreshing all pages
19589         repeatedly.
19590         (doc-view-mode): Make doc-view-cache-directory if needed.
19592 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19594         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
19595         toggle-read-only.
19597         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
19598         refering to a missing required field with the OPT prefix.
19599         Make unwindform more robust.
19601         * textmodes/bibtex.el: Remove support for hideshow minor mode as
19602         it duplicates the bibtex support in progmodes/hideshow.el.
19603         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
19604         entries that do not start at the beginning of a line.
19606 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
19608         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
19610 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
19612         * help-fns.el (describe-variable): Add phrases about
19613         initialization file with and without customization;
19614         use new button type help-info-variable.
19616         * help-mode.el (help-info-variable):
19617         New button able to read Info files for help-fns.el.
19619 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
19621         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
19622         (grep-mode): Use grep-mode-tool-bar-map.
19624         * progmodes/compile.el (tool-bar): Require tool-bar.
19625         (compilation-mode-tool-bar-map): New variable.
19626         (compilation-mode): Use compilation-mode-tool-bar-map.
19628         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
19630 2008-02-25  Glenn Morris  <rgm@gnu.org>
19632         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
19634 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19636         * diff-mode.el (diff-file-junk-re): New const.
19637         (diff-beginning-of-file-and-junk): Use it.
19638         (diff-file-kill): Make sure we were really inside a file diff.
19640         * diff-mode.el: Make it more robust in the presence of empty context
19641         lines in unified hunks.
19642         (diff-valid-unified-empty-line): New var.
19643         (diff-unified->context, diff-sanity-check-hunk): Obey it.
19644         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
19645         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
19646         (diff-hunk-header-re-unified): New const.
19647         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
19648         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
19649         (diff-sanity-check-hunk): Use it.
19651         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
19652         Index: line, don't search backward for the previous one.
19654 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
19656         * international/fontset.el (setup-default-fontset): Add non-OTF
19657         lao font for lao script.
19659         * language/tibetan.el: Register tibetan-composition-function in
19660         composition-function-table.
19662         * language/tibet-util.el (tibetan-composition-function):
19663         Adjust for the new calling way (argument changed).  Try font-shape-text
19664         if possible.
19666         * language/lao.el: Register lao-composition-function in
19667         composition-function-table.
19669         * language/lao-util.el (lao-composition-function): Adjust for the new
19670         calling way (argument changed).  Try font-shape-text if possible.
19672 2008-02-25  Jason Rumney  <jasonr@gnu.org>
19674         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
19676 2008-02-25  Juri Linkov  <juri@jurta.org>
19678         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
19679         background, "red4" for a dark background, "red" for 16 and
19680         8 colors, "grey" for grayscale, and inverse video otherwise.
19681         Add :version tag.
19682         (isearch-message): Keep the original isearch-message intact, and
19683         add text properties to it where necessary.  Add `isearch-error' to
19684         the condition that checks if isearch is unsuccessful.
19686 2008-02-24  Juri Linkov  <juri@jurta.org>
19688         * progmodes/compile.el (compilation-handle-exit):
19689         Use compilation-error face instead of font-lock-warning-face.
19690         Display the same message in the minibuffer as is inserted
19691         at the end of the compilation buffer.
19693 2008-02-24  Glenn Morris  <rgm@gnu.org>
19695         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
19696         multiple file case.
19698         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
19700         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
19701         multiple file case.  Use a single `let' rather than two.
19703 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
19705         * progmodes/compile.el (compilation-start): Specify a face for
19706         mode-line-process.
19707         (compilation-handle-exit): Specify a face and a tooltip for
19708         mode-line-process.
19710 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19712         * hilit-chg.el: Remove spurious * in defcustom docstrings.
19713         (hilit-chg-make-ov): Simplify.
19714         (hilit-chg-fixup): Use remove-overlays.
19715         (hilit-chg-set-face-on-change): Remove redundant call to
19716         `remove-text-properties'.
19718         * dired.el (dired-mark-prompt): Don't count/display the t element.
19719         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
19721 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
19723         * progmodes/verilog-mode.el (eval-when-compile): Don't define
19724         add-submenu.
19725         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
19726         Remove.  Move contents to the only use ...
19727         (verilog-menu): ... here.
19728         (verilog-statement-menu): Remove.  Move contents to the only use ...
19729         (verilog-stmt-menu): ... here.
19730         (verilog-mark-defun): Simply call mark-defun for emacs.
19731         (occur-pos-list): Declare for byte compiler.
19732         (mode-popup-menu): Don't defvar.
19733         (verilog-add-statement-menu): Remove.
19734         (verilog-mode-hook): Don't add verilog-add-statement-menu.
19735         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
19737 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
19739         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
19740         conditional.
19741         (verilog-font-grouping-keywords-face): Make the begin..end
19742         keywords standout more than other verilog keywords.
19743         (verilog-type-font-keywords): Move the begin..end out of this list
19744         to facilitate making them to (potentially) stand out more.
19745         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
19746         function & task blocks.
19747         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
19748         initial, function & task blocks.
19749         (verilog-forward-sexp): Handle the new "disable fork" statement of
19750         IEEE-1800 Verilog.
19751         (verilog-beg-block-re-ordered): Handle the new "disable fork"
19752         statement of IEEE-1800 Verilog.
19753         (verilog-calc-1): Handle the new "disable fork" statement of
19754         IEEE-1800 Verilog.
19755         (verilog-disable-fork-re): Add const to help handle the new
19756         "disable fork" statement of IEEE-1800 Verilog.
19757         (verilog-declaration-core-re): Add port directions by themselves,
19758         with no qualification, as base item of a declaration.
19759         (verilog-pretty-declarations): Add new flag to ask it to refrain
19760         from printing to the message buffer.
19761         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
19762         printing to the message buffer.  Improve handling of the many
19763         types of expression line up.
19764         (verilog-just-one-space): Remove printing of an empty message.
19765         (verilog-get-lineup-indent): Rework to support the better handling
19766         of expression lineup for verilog-pretty-expr.
19767         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19769 2008-02-24  Alan Mackenzie  <acm@muc.de>
19771         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
19772         yesterday's commit.
19774 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
19776         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
19777         to mouse-set-point in buffers that aren't associated with files.
19779         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
19781 2008-02-24  Alan Mackenzie  <acm@muc.de>
19783         Set of changes so that "obtrusive" syntactic elements in a
19784         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
19785         unmatched paren) don't interact syntactically with stuff outside
19786         the CPP line.
19788         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
19789         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
19790         off-by-one bug.
19791         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
19792         a bit of refactoring.
19793         (c-awk-extend-and-syntax-tablify-region): Takes some of the
19794         functionality of c-awk-advise-fl-for-awk-region, which has been
19795         refactored away.
19797         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
19798         (c-clear-char-property-with-value): New function and macro which
19799         remove text-properties `equal' to a supplied value.
19801         * progmodes/cc-engine.el: Comment about text properties amended.
19803         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
19804         parens around "error\\|warning".
19806         * progmodes/cc-langs.el (c-get-state-before-change-function)
19807         (c-before-font-lock-function, c-anchored-cpp-prefix):
19808         New language variables.
19809         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
19811         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
19812         syntax-table text properties.
19813         (c-common-init): Call language specific before/after-change
19814         functions at mode initialisation.
19815         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
19816         (c-extend-region-for-CPP, c-neutralize-CPP-line)
19817         (c-neutralize-syntax-in-CPP): New functions.
19818         (c-before-change, c-after-change): Call the new language specific
19819         change functions defined in cc-langs.el.
19820         (c-advise-fl-for-region): New macro.
19821         (awk-mode): Remove AWK specific stuff which has been refactored
19822         into language independent stuff.
19824 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
19826         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
19827         (gdb): (Re)set gdb-flush-pending-output to nil here...
19828         (gdb-init-1): ...instead of here (before gdb-prompt).
19830 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19832         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
19833         Recognize ''' just like any other char-constant.
19835 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19837         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
19838         careful enough.  Detect the uid-change all within the main loop.
19840 2008-02-24  Stefan Monnier  <monnier@pastel.home>
19842         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
19844 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19846         * hilit-chg.el (highlight-save-buffer-state): New macro.
19847         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
19848         (hilit-chg-clear): Use it to preserve the modified-p flag.
19849         (highlight-changes-rotate-faces): Don't mess with the undo-list.
19851 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19853         * font-lock.el (font-lock-set-defaults): Unset previously set variables
19854         when needed.
19856 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
19858         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
19859         from gnus-button-url-regexp.
19861 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
19863         * progmodes/compile.el (compilation-next-error): Doc fix.
19864         (compilation-find-file): Doc fix.
19866 2008-02-24  Glenn Morris  <rgm@gnu.org>
19868         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
19869         Add obsolete aliases to the old names.
19871 2008-02-24  Richard Stallman  <rms@gnu.org>
19873         * net/net-utils.el (ifconfig): Rename from ipconfig.
19874         (ipconfig): Alias to ifconfig.
19875         (ifconfig-program): Rename from ipconfig-program.
19876         (ifconfig-program-options): Rename from ipconfig-program-options.
19878 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
19880         * progmodes/verilog-mode.el (verilog-declaration-core-re):
19881         Add port directions by themselves, with no qualification, as base
19882         item of a declaration.
19883         (verilog-pretty-declarations): Add new flag that inhibits printing
19884         to the message buffer.
19885         (verilog-pretty-expr): Add new flag that inhibits printing to the
19886         message buffer.  Improve handling of the many types of expression
19887         line up.
19888         (verilog-just-one-space): Don't print an empty message.
19889         (verilog-get-lineup-indent): Rework to support the better handling
19890         of expression lineup for verilog-pretty-expr.
19891         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19892         (verilog-mode-version, verilog-mode-release-date): Update.
19894 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19896         * subr.el (cancel-change-group): Don't move point.
19898 2008-02-23  Markus Triska  <markus.triska@gmx.at>
19900         * linum.el (linum-after-config): Update all visible windows.
19902 2008-02-23  Glenn Morris  <rgm@gnu.org>
19904         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
19905         Add :help for Solitaire and Tetris.
19907         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
19909         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
19910         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
19911         (smtpmail-queue-index-file): Make it a defcustom.
19912         (smtpmail-queue-index): Delete.
19913         (smtpmail-send-it, smtpmail-send-queued-mail):
19914         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
19915         smtpmail-queue-index.
19917         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19918         Add :version.
19920 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
19922         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19923         New variables.
19924         (iwconfig): New function.
19926 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
19928         * vc.el (vc-find-revision): Make vc-parent-buffer local before
19929         setting it.
19930         (vc-status-menu-map): Do not define using easy-menu.
19931         (vc-status-menu-map): New defalias.
19932         (vc-status-mode-map): Hook up the menu.
19933         (top-level): Update TODO.
19935         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
19937         * vc-bzr.el (vc-bzr-init-version): Rename to ...
19938         (vc-bzr-init-revision): ... this.
19940 2008-02-23  Jason Rumney  <jasonr@gnu.org>
19942         * makefile.w32-in (WINS_ALMOST): Remove term.
19943         (WINS): Add term here.
19944         (custom-deps, finder-data): Use WINS_ALMOST.
19946 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
19948         * faces.el (font-weight-table): Fix value of `semi-light'.
19950 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19952         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
19953         Make those tables bijective.
19955 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
19957         Finish pdbtrack integration cleanup, settling missing-functions
19958         byte compiler warnings appropriately.
19960         * progmodes/python.el (python-point): Remove this - beginning-of-line
19961         was all that was necessary for `python-pdbtrack-overlay-arrow'.
19962         (python-end-of-def-or-class, python-beginning-of-def-or-class)
19963         (python-goto-initial-line): Drop these - they were only needed for
19964         python-point.
19965         (python-comint-output-filter-function): Use condition-case and
19966         beginning-of-line directly, instead of python-mode.el functions
19967         which require all sorts of baggage.
19968         (point-safe): Unnecessary - we're using condition-case directly,
19969         instead.
19970         (python-execute-file): Include for python-shell, which I'm leaving
19971         in keeping despite it being unnecessary for pdb tracking.
19973 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
19975         * progmodes/scheme.el (scheme-font-lock-keywords-2):
19976         Add SRFI 11 support.
19977         (let-values, let*-values): Specify scheme-indent-function.
19979 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
19981         * vc.el (vc-exec-after): Move setting mode-line-process in the
19982         busy case ...
19983         (vc-set-mode-line-busy-indicator): ... in this new function.
19984         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
19985         (vc-update-vc-status-buffer): Reset mode-line-process.
19986         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
19987         mark/unmark all the files with the same state as the current one.
19988         With a prefix argument mark/unmark all files.
19989         (vc-status-mode-menu): Adjust strings.
19990         (vc-update-vc-status-buffer): Only do something when the argument
19991         is not nil.
19992         (vc-status-kill-dir-status-process): New function.
19993         (vc-status-mode-map): Bind it.
19994         (vc-status-process-buffer): New variable.
19995         (vc-status-mode): Make it local.
19996         (vc-status-refresh): Set it.
19998         * vc-hg.el (vc-hg-dir-status):
19999         * vc-git.el (vc-git-dir-status):
20000         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
20001         command is run.
20003 2008-02-22  Glenn Morris  <rgm@gnu.org>
20005         * json.el (top-level): No need to require thingatpt.
20006         (json-read-keyword): Use thing-at-point rather than word-at-point.
20008         * time.el (top-level): No need to require time-date when compiling.
20010         * emacs-lisp/copyright.el (copyright-update-year):
20011         Fix subexpression numbering for the case when years are split over
20012         lines, and for the replace case.
20014         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
20015         (tpu-caar, tpu-cadr): Delete functions.
20016         (zmacs-regions): No need to declare for compiler.
20017         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
20018         (tpu-spell-check): Rewrite, and handle mark after point.
20019         (tpu-special-insert): Use or rather than if.
20021         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
20022         rather than spell-region.
20024         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
20025         warnings about spell-region.
20027 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
20029         * ldefs-boot.el: Regenerated.
20031         * loadup.el: Don't load language/devanagari, language/kannada,
20032         language/malayalam, and language/tamil.  Load language/sinhala.
20034         * language/indian.el (indian-font-foundry)
20035         (indian-script-language-alist, indian-font-char-index-table)
20036         (indian-font-char, indian-font-char-range, indian-script-table)
20037         (indian-default-script, indian-composable-pattern): Delete them.
20038         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
20039         language environments moved to here.
20040         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
20041         New language environments.
20043         * language/devanagari.el, language/devan-util.el,
20044         * language/kannada.el, language/knd-util.el, language/malayalam.el,
20045         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
20046         Delete them.
20048         * language/sinhala.el: New file.
20050 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
20052         Update Nick Robert's port of pdb tracking from python-mode.el.
20054         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
20055         Clarify docstring.
20056         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
20057         tracking is happening.
20058         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
20059         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
20060         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
20061         Tracking is plugged in to all comint buffers once python.el is loaded.
20062         (python-pdbtrack-overlay-arrow): Toggle activation of
20063         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
20064         (python-pdbtrack-track-stack-file): Use new
20065         `python-pdbtrack-get-source-buffer' for more flexible access to
20066         debugging source files.
20067         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
20068         according to pdb stack trace, optionally using new
20069         `python-pdbtrack-grub-for-buffer' if file is not locally available.
20070         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
20071         named buffer, or having function with indicated name.
20072         (python-shell): Remove comint-output-filter-functions hook
20073         addition, it's being done elsewhere.  Wrap long line.
20075 2008-02-21  Michael Olson  <mwolson@gnu.org>
20077         * json.el: Replace XEmacs compatibility code to get rid of
20078         compiler warnings.
20080         * time.el: Fix compiler warning.
20082 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
20084         * json.el: New file (JavaScript Object Notation parser / generator).
20086 2008-02-21  Dave Love  <fx@gnu.org>
20088         * progmodes/sym-comp.el: New file.
20090         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
20091         Require sym-comp.  Add Python buffer to same-window-buffer-names.
20092         Fixup whitespaces.
20093         (python-font-lock-keywords): Add highlighting for Python builtins.
20094         (python-font-lock-syntactic-keywords): Rewrite.
20095         (python-quote-syntax): Use syntax-ppss-context instead of parsing
20096         ppss directly.
20097         (python-mode-map): Add binding for python-find-function.
20098         (python-calculate-indentation): Clean up the logic.
20099         (python-beginning-of-defun): Explicitly set return value.
20100         (python-beginning-of-statement): Stop looping if we get stuck
20101         going backwards.
20102         (python-next-statement): Stop looping if we somehow end up inside
20103         a string while advancing.
20104         (python-preoutput-continuation, python-version-checked): New vars.
20105         (python-check-version): New function.
20106         (run-python): Set default command to python-command instead of
20107         python-python-command.
20108         (run-python): Use python-check-version.  Give PYTHONPATH
20109         precedence over data-directory in the process environment.
20110         Load function definitions in python process after.
20111         (python-check-comint-prompt): New function.
20112         (python-send-command, python-send-receive): Use it.
20113         (python-complete-symbol, python-try-complete): Functions deleted.
20114         Use symbol-complete instead of python-complete-symbol throughout.
20115         (python-fill-paragraph): Further refine the fenced-string regexp.
20116         (def-python-skeleton): Expand to the original abbrev instead if in
20117         a comment or string.  Tweak skeletons for `if', `while', `for',
20118         `try/except', `try/finally', `name'.
20119         (python-pea-hook, python-abbrev-pc-hook): New functions.
20120         (python-abbrev-syntax-table): New var.
20121         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
20122         Use symbol-completion-try-complete for hippie expansion.
20123         Turn on font lock unconditionally.
20124         (python-mode-hook): Defcustom it.  No need to use make-local
20125         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
20126         option, since it's buffer-local.
20128 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
20130         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
20132 2008-02-21  Drew Adams  <drew.adams@oracle.com>
20134         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
20135         "Turn off" and a "Help" entry when the minor mode has no menu.
20137 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
20139         * vc.el (vc-status-mark, vc-status-unmark): New functions.
20140         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
20141         vc-status-mark-file and vc-status-unmark-file.
20142         (vc-status-mark-unmark): New function.
20143         (vc-status-previous-line, vc-status-next-line): No longer interactive.
20145 2008-02-21  Glenn Morris  <rgm@gnu.org>
20147         * composite.el (encode-composition-rule): Fix typo in error message.
20148         (composition-function-table, auto-composition-mode): Doc fixes.
20150         * subr.el (sit-for): Fix obsolete form for nil second argument.
20152         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
20153         (spell-string): Make obsolete, in favor of ispell.
20155 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
20157         * language/devanagari.el: Don't setup composition-function-table
20158         here.
20159         ("Devanagari"): Change charset, coding-system, coding-priority to
20160         Unicode-based ones.  Don't require the feature devan-util.
20162         * composite.el (compose-chars-after): Fix arguments for a function
20163         in composition-function-table.
20164         (auto-compose-region): Likewise.
20166         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
20167         for Ethiopic.
20168         (ps-mule-plot-string): Ignore glyph-string based compositions.
20170 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20172         * doc-view.el: Allow different windows to show different pages.
20173         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
20174         (doc-view-current-image, doc-view-current-overlay): Remove variables,
20175         add them back as macros instead, using image-mode-winprops instead.
20176         Update all users of those variables.
20177         (doc-view-new-window-function): New function to create a new overlay
20178         for each new window.
20179         (doc-view-mode): Use it and image-mode-setup-winprops.
20180         (doc-view-clone-buffer-hook): Rewrite accordingly.
20182         * image-mode.el: Extend [hv]scroll support to per-window properties.
20183         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
20184         (image-mode-winprops-alist): New var to replace them.
20185         (image-mode-new-window-functions): New hook.
20186         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
20187         New funs.
20188         (image-set-window-vscroll, image-set-window-hscroll): Use them.
20189         Remove the `window' argument, update callers.
20190         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
20191         Use the new functions.
20192         (image-mode-reapply-winprops): New fun.
20193         (image-mode): Use it.
20195 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
20197         * calc/calc-math.el (math-sin-raw): Add optional argument
20198         to keep track of original argument.
20199         (math-cos-raw): Use optional argument when calling math-sin-raw.
20200         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
20201         with close to original precision.
20203 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20205         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
20206         args in calls of sit-for.
20208 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
20210         * vc-svn.el (vc-svn-program): Fix typo in docstring.
20211         (vc-svn-checkin): Fix typo in error message.
20213         * help-mode.el: Require easymenu when compiling.
20215 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
20217         * help-mode.el (help-mode-menu): New menu.
20219 2008-02-20  Glenn Morris  <rgm@gnu.org>
20221         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
20222         on Windows.
20224 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
20226         * ps-mule.el (ps-mule-encode-region): Return a single string.
20227         (ps-mule-plot-string): Adjust for the above change.
20228         (ps-mule-encode-header-string): Likewise.
20230         * international/latin1-disp.el (latin1-display): Don't use
20231         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
20232         standard-display-table.
20233         (latin1-display-identities): Adjust for the change of what is
20234         returned by (get-language-info charset 'charset).
20236         * international/mule-util.el (char-displayable-p): Fix for Latin-1
20237         characters and terminal case.
20239 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
20241         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
20243         * progmodes/python.el: Also require comint when loading.
20244         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
20245         Replace python-shell with run-python on menu bar.
20246         (python-shell-map): New map.
20247         (python-default-interpreter, python-python-command-args)
20248         (python-jython-command-args, python-pdbtrack-do-tracking-p):
20249         New options.
20250         (python-which-shell, python-which-args, python-which-bufname):
20251         New buffer local variables.
20252         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
20254         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
20255         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
20256         New constants.
20258         Pdbtrack features:
20260         (python-point, python-end-of-def-or-class)
20261         (python-beginning-of-def-or-class, python-goto-initial-line)
20262         (python-comint-output-filter-function)
20263         (python-pdbtrack-overlay-arrow)
20264         (python-pdbtrack-track-stack-file, python-toggle-shells)
20265         (python-shell, python-pdbtrack-toggle-stack-tracking)
20266         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
20267         New functions.
20269 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20271         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
20272         when the argument is nil.
20274 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
20276         * vc.el (dir-status): Add a brief description.
20278 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
20280         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
20281         If non-nil, reverse the sense of the check.
20283         * vc-rcs.el (vc-rcs-root): New func.
20284         * vc-cvs.el (vc-cvs-root): New func.
20285         * vc-svn.el (vc-svn-root): New func.
20286         * vc-sccs.el (vc-sccs-root): New func.
20288 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
20290         * language/japan-util.el (setup-japanese-environment-internal):
20291         Call use-cjk-char-width-table.
20293         * language/japanese.el ("Japanese"): Set exit-function to
20294         use-default-char-width-table.
20296         * international/characters.el: Delete occurrences of non-Unicode
20297         tibetan and ethiopic characters.
20298         (cjk-char-width-table): New variable.
20299         (use-cjk-char-width-table, use-default-char-width-table):
20300         New functions.
20302 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
20304         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
20305         (vc-status-mode-menu): Add a :filter.
20306         (vc-status-printer): Add faces.
20308         * vc-hg.el (vc-hg-extra-status-menu): New function.
20309         (vc-hg-dir-status): Clean up the buffer before using it.
20311 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20313         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
20314         (gdb): Initialize it here instead.
20316         * files.el (locate-dominating-file): Fix thinko in last change.
20317         Reported by Bruce Stephens <bruce.stephens@isode.com>.
20319 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
20321         * vc.el (vc-status-mode-menu): New menu for vc-status.
20323 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
20325         * progmodes/verilog-mode.el (customize): Fix typo in error message.
20326         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
20327         (verilog-mode-auto, verilog-indent-level-module)
20328         (verilog-minimum-comment-distance, verilog-library-flags)
20329         (verilog-library-directories, verilog-library-files)
20330         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
20331         (verilog-xemacs-menu, verilog-set-compile-command)
20332         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
20333         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
20334         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
20335         (verilog-batch-inject-auto, verilog-batch-indent)
20336         (verilog-continued-line, verilog-type-keywords)
20337         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
20338         (verilog-read-inst-pins, verilog-read-arg-pins)
20339         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
20340         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
20341         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
20342         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
20343         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
20344         (verilog-mode-version, verilog-mode-release-date)
20345         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
20346         (verilog-simulator, verilog-compiler)
20347         (verilog-auto-sense-defines-constant, verilog-company)
20348         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
20349         Fix typos in docstrings.
20350         (verilog-set-auto-endcomments, verilog-calculate-indent)
20351         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
20352         Reflow docstrings.
20353         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
20354         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
20355         (electric-verilog-forward-sexp, verilog-in-case-region-p)
20356         (verilog-in-struct-region-p, verilog-in-generate-region-p)
20357         (verilog-leap-to-head, verilog-current-indent-level)
20358         (verilog-case-indent-level, verilog-cpp-keywords)
20359         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
20360         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
20361         (verilog-signals-not-in, verilog-symbol-detick-text)
20362         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
20363         (verilog-forward-close-paren, verilog-backward-open-paren)
20364         (verilog-backward-open-bracket): Doc fixes.
20366         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
20367         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
20368         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
20369         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
20370         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
20371         Fix typos in docstrings.
20373         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
20375 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
20377         * info.el (Info-read-node-name): Removed unused `default' arg.
20379 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
20381         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
20383 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20385         * image-mode.el (image-get-display-property): New fun.
20386         (image-forward-hscroll, image-next-line, image-eol, image-eob)
20387         (image-mode, image-minor-mode, image-toggle-display-text)
20388         (image-toggle-display): Use it.
20390 2008-02-18  Jason Rumney  <jasonr@gnu.org>
20392         * international/mule.el (xml-find-file-coding-system): Don't warn
20393         about utf-16 with BOM.
20395         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
20397         * international/mule.el (sgml-xml-auto-coding-function): Detect and
20398         warn if file encoding is not utf-8 and encoding not specified.
20399         (xml-find-file-coding-system): New function.
20400         * international/mule-conf.el (file-coding-system-alist): Use it.
20402 2008-02-17  Glenn Morris  <rgm@gnu.org>
20404         * international/mule-cmds.el (set-locale-environment):
20405         Pass `frame' to getenv for LC_MESSAGES.
20407 2008-02-17  Juri Linkov  <juri@jurta.org>
20409         * time.el (emacs-init-time): Use format instead of format-seconds.
20411 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20413         * textmodes/bibtex.el (bibtex-search-entry): Rename from
20414         bibtex-find-entry.  Add autoload cookie.
20415         (bibtex-find-entry): Alias for bibtex-search-entry.
20416         (bibtex-search-crossref): Rename from bibtex-find-crossref.
20417         (bibtex-find-crossref): Alias for bibtex-search-crossref.
20418         (bibtex-clean-entry): atomic-change-group removed.
20419         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
20420         to locate buffer location where error occurred.
20421         Make error messages more specific.
20422         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
20424 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
20426         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
20427         top level.
20429         * simple.el (transient-mark-mode): Add an :init-value.
20431         * startup.el (command-line): Use custom-reevaluate-setting for
20432         transient-mark-mode.
20434 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
20436         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
20438 2008-02-16  Juri Linkov  <juri@jurta.org>
20440         * startup.el (after-init-time): New variable.
20441         (command-line): Set `after-init-time' to the current time.
20443         * time.el (emacs-init-time): New function.
20445 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20447         * files.el (locate-dominating-file): Remove initial loop because it's
20448         not careful enough.  Detect the uid-change all within the main loop.
20450 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
20452         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
20454 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
20456         * vc.el (vc-annotate): Add new argument.
20457         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
20459         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
20460         Move make-variable-buffer-local code after the corresponding defvar.
20461         (hs-minor-mode-map): Define and initialize in one step.
20462         (hs-minor-mode): Change from defun to define-minor-mode.
20464 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
20466         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
20467         (gdb-ready): Move declaration...
20469         * progmodes/gdb-ui.el (gdb-ready): ...to here.
20470         (gdb-early-user-input): New variable.
20471         (gdb): Reset gdb-flush-pending-output to nil and set
20472         comint-input-sender here (before gdb-prompt), instead of...
20473         (gdb-init-1): ...here.
20474         (gdb-send): If Emacs is not ready, defer user input to...
20475         (gdb-prompt): ...here.
20477 2008-02-16  Glenn Morris  <rgm@gnu.org>
20479         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
20481         * startup.el (emacs-startup-time): Rename to `before-init-time'.
20482         (before-init-time): New name for `emacs-startup-time'.
20483         (command-line): Use before-init-time rather than emacs-startup-time.
20484         * time.el (emacs-uptime): Use before-init-time rather than
20485         emacs-startup-time.
20487         * composite.el (composition-function-table): Doc fix.
20489         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
20490         in favor of `%z' specifier.
20491         (emacs-uptime): Move to time.el.
20492         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
20493         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
20494         argument of format-seconds.
20496 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
20498         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
20500 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
20502         * ielm.el (ielm-is-whitespace): Remove.
20503         (ielm-is-whitespace-or-comment): New function.
20504         (ielm-eval-input): Use it.
20506 2008-02-15  Jason Rumney  <jasonr@gnu.org>
20508         * term/mac-win.el: Fix coding tag.
20510 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
20512         * vc-hooks.el (vc-menu-map):
20513         * bindings.el (mode-line-mode-menu): Add tooltips.
20515         * bindings.el (help-echo): Add more tooltips.  Use a less
20516         telegraphic style for existing tooltips.
20518 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20520         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
20521         from the auto-generated one.
20523 2008-02-14  Glenn Morris  <rgm@gnu.org>
20525         * mail/rmail-spam-filter.el (rmail-spam-filter):
20526         Let-bind message-spam-status.
20528         * mail/smtpmail.el (password-cache-add): Declare as function.
20530 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
20532         * mail/smtpmail.el: Use password-cache.
20534 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
20536         * uniquify.el (uniquify-buffer-base-name): New function.
20537         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20539         * desktop.el (uniquify-managed): Don't defvar.
20540         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
20541         `uniquify-managed'.  Return also the buffer's base name.
20542         (desktop-save): When saving the buffer info, filter out the base name,
20543         and save it as buffer name if the buffer is managed by uniquify.
20544         (uniquify-item-base): Don't declare; not called anymore.
20546 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
20548         * vc.el (vc-annotate-find-revision-at-line): New function.
20549         (vc-annotate-mode-map): Bind it.
20550         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
20551         some entries.
20553 2008-02-14  Glenn Morris  <rgm@gnu.org>
20555         * calendar/time-date.el (format-seconds): New function.
20556         (emacs-uptime): Use format-seconds.
20558         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
20559         Remove `LC_ALL=C', since it's included in $(emacs) now.
20561 2008-02-14  Zhang Wei  <id.brep@gmail.com>
20563         * textmodes/org-publish.el (org-publish-timestamp-filename):
20564         Replace colon characters in filename too.
20566 2008-02-13  Bastien Guerry  <bzg@altern.org>
20568         * mail/rmail.el (rmail-header-name): New face.
20569         (rmail-font-lock-keywords): Use rmail-header-name.
20571         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
20572         against X-Spam-Status header field.
20573         (rmail-spam-filter): Also check X-Spam-Status header field.
20575 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
20577         * progmodes/flymake.el (flymake-allowed-file-name-masks):
20578         Add support for .pm files and .php files.
20579         (flymake-err-line-patterns): Add pattern for PHP errors.
20580         (flymake-php-init): New function.  PHP support for flymake.
20582         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20583         Add regular expression for PHP errors.
20585 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
20587         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
20588         This DTRT even on w32 machines.
20589         (ange-ftp-cf1): Quote FILENAME.
20591 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20593         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
20594         (smerge-auto-combine): New fun.
20596 2008-02-12  Juri Linkov  <juri@jurta.org>
20598         * startup.el (fancy-startup-screen, normal-splash-screen):
20599         Set default-directory to command-line-default-directory.
20601         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
20602         after reading the desktop.
20604         * progmodes/compile.el (compilation-auto-jump):
20605         Call compile-goto-error only when compilation-auto-jump-to-first-error
20606         is non-nil.
20607         (compilation-scroll-output): Replace :type 'boolean with a choice
20608         that has three options including a third option `first-error'.
20609         Doc fix.
20610         (compilation-start, compilation-forget-errors): Add an alternate
20611         condition comparing compilation-scroll-output with `first-error'
20612         in addition to compilation-auto-jump-to-first-error (to call
20613         compilation-auto-jump in the proper place).
20615 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20617         * international/mule.el (sgml-html-meta-auto-coding-function):
20618         Make sure the search limit is ahead.
20620         * tar-mode.el: Fix broken indentation.
20621         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
20622         Use with-current-buffer.
20624 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
20626         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
20627         it is already automatically buffer-local.
20629 2008-02-12  Drew Adams  <drew.adams@oracle.com>
20631         * help.el (describe-key): Join some split lines to facilitate filling.
20632         * help-fns.el (describe-function-1): Fill text of overlong lines.
20634 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
20636         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
20637         Use unibyte-string instead of string-make-unibyte.
20639         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
20641 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20643         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
20644         works also for buffers w/o buffer-file-name.  Update callers.
20645         (doc-view-clone-buffer-hook): New fun.
20646         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
20647         the `doc-view' property so they can be recognized.
20649         * simple.el (clone-indirect-buffer-hook): New hook.
20650         (clone-indirect-buffer): Run it.
20652 2008-02-11  Michael Olson  <mwolson@gnu.org>
20654         * epa-setup.el:
20655         * epg-package-info.el: Files removed.
20657 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
20659         * epa.el (epa-menu-mode): Merge into epa-mode.
20660         (epa-menu-items): Rename the label "EasyPG Assistant" to
20661         "Encryption/Decryption".
20663         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
20664         (epa-dired-mode-map): Rename from epa-dired-map.
20665         (epa-global-dired-mode): Rename the global minor mode.
20667 2008-02-11  Drew Adams  <drew.adams@oracle.com>
20669         * isearch.el (isearch-fail): New face.
20670         (isearch-message): Highlight failure part of input.
20672 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20674         * ibuffer.el (ibuffer-header-line-format): New var.
20675         (ibuffer-mode): Set it instead of header-line-format.
20676         (ibuffer-update): Use it to set header-line-format.
20678         * international/mule-cmds.el (ucs-insert): Inherit surrounding
20679         properties like self-insert-command.
20681 2008-02-11  Drew Adams  <drew.adams@oracle.com>
20683         * progmodes/etags.el: Add many doc strings.
20685 2008-02-11  Jason Rumney  <jasonr@gnu.org>
20687         * ldefs-boot.el: Regenerated.
20689 2008-02-11  Glenn Morris  <rgm@gnu.org>
20691         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20692         Shorten some names.
20694         * ffap.el (ffap-rfc-directories): Add :version.
20696 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
20698         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
20699         files, and backup files of same.
20701 2008-02-11  Kevin Ryde  <user42@zip.com.au>
20703         * ffap.el (ffap-rfc-directories): New variable.
20704         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
20706         * info.el (Info-next-reference, Info-prev-reference)
20707         (Info-try-follow-nearest-node): Move to and follow https:// links too.
20709         * simple.el (completion-list-mode): Show full completion-list-mode-map
20710         in the docstring.
20712 2008-02-11  Sam Steingold  <sds@gnu.org>
20714         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
20716 2008-02-11  Glenn Morris  <rgm@gnu.org>
20718         * startup.el (emacs-startup-time): New variable.
20719         (command-line): Set emacs-startup-time.
20721         * calendar/time-date.el (emacs-uptime): New function.
20723 2008-02-10  Bastien Guerry  <bzg@altern.org>
20725         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
20726         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
20727         it is nil.
20729 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
20731         * epg-config.el: Expand the contents of epg-package-info.el.
20732         (epg-package-name): New constant.
20733         (epg-version-number): New constant.
20734         (epg-bug-report-address): New constant.
20736         * epa-mail.el (epa-mail-mode): Add autoload cookie.
20737         (epa-global-mail-mode): New global minor mode.
20739         * epa-file.el (epa-file-mode): New global minor mode.
20741         * epa-dired.el (epa-dired-mode): New global minor mode.
20743         * epa.el (epa-menu): New variable.
20744         (epa-menu-items): New variable.
20745         (epa-menu-mode): New global minor mode.
20746         (epa-global-minor-modes): New user option.
20747         (epa-mode): New global minor mode.
20749 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
20751         * net/dbus.el: Remove `no-byte-compile' cookie.
20752         (dbus-call-method, dbus-register-signal, dbus-debug)
20753         (dbus-registered-functions-table): Declare them with
20754         `declare-function' or `defvar', respectively.
20755         (top): Don't assert any longer.  Require 'cl when compiling.
20756         Apply `ignore-errors' but `dbus-ignore-errors'.
20758 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
20760         * diff-mode.el (diff-add-change-log-entries-other-window):
20761         Use add-change-log-entry.
20763 2008-02-09  Jason Rumney  <jasonr@gnu.org>
20765         * button.el (button-map):
20766         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
20767         * ldefs-boot.el: Regenerate.
20769 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
20771         * epa.el (epa-faces, epa):
20772         * epa-file.el (epa-file):
20773         * epg-config.el (epg): Add :version.
20775 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
20777         * vc.el (vc-exec-after): Append CODE to previous fragments.
20778         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
20779         take MESSAGES instead of VERBOSE; use it when non-nil.
20780         (vc-diff-internal): Compute messages once; use them;
20781         update call to vc-diff-finish.
20783 2008-02-09  Michael Olson  <mwolson@gnu.org>
20785         * net/tramp.el (tramp-process-sentinel): Avoid error when process
20786         buffer has been killed, such as by
20787         `tramp-cleanup-all-connections'.
20789 2008-02-09  Miles Bader  <miles@gnu.org>
20791         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
20793 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20795         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
20796         splitter in context hunks.
20798 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
20800         * international/fontset.el (setup-default-fontset): Fix arabic otf
20801         font specification.
20803 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
20805         * epa-dired.el:
20806         * epa-file.el:
20807         * epa-mail.el:
20808         * epa-setup.el:
20809         * epa.el:
20810         * epg-config.el:
20811         * epg-package-info.el:
20812         * epg.el: Initial check-in of EasyPG.
20814 2008-02-08  Glenn Morris  <rgm@gnu.org>
20816         * woman.el (woman-locale): New defcustom.
20817         (woman-expand-locale, woman-manpath-add-locales): New functions.
20818         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
20820         * international/mule-cmds.el (locale-translate): New function,
20821         with old code extracted from set-locale-environment.
20822         (set-locale-environment): Use locale-translate.  Set woman-locale.
20824         * cus-start.el (selection-coding-system): Remove, since it's now
20825         defined in select.el rather than in xselect.c.
20826         * select.el (selection-coding-system): Make it a defcustom, and
20827         add the properties from cus-start.el.  Bump :version.
20829         * custom.el (custom-theme-set-variables): Sort symbols that are
20830         dependencies before symbols that depend on them.
20831         (custom-enabled-themes): Set after custom-theme-directory.
20833         * pcmpl-unix.el (top-level): Move provide statement to end.
20834         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
20835         `*' from doc-string.  Allow to be nil.
20836         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
20837         Allow to be nil.  Add :version.
20838         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
20839         without hostnames, and multiple hostnames per line.
20841         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
20843 2008-02-08  Phil Hagelberg  <phil@evri.com>
20845         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
20846         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
20848 2008-02-07  Timo Savola  <timo.savola@iki.fi>
20850         * startup.el (command-line-x-option-alist): Add --parent-id.
20852         * term/x-win.el (x-handle-parent-id): New function.
20854 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
20856         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
20857         "Font Menu".
20859 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
20861         * net/dbus.el (dbus-interface-peer): New defconst.
20862         (dbus-ping): New defun.
20864 2008-02-06  Sam Steingold  <sds@gnu.org>
20866         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
20868 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20870         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
20871         Just return nil and let the C code provide a fallback.
20873 2008-02-05  Glenn Morris  <rgm@gnu.org>
20875         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
20876         tramp-flush-connection-property for removed 2nd argument.
20878 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20880         * diff-mode.el (diff-add-change-log-entries-other-window):
20881         Rename from diff-create-changelog.  Change users.
20882         Minor change to hopefully work with plain diffs.
20883         (diff-mode-map): Add binding for it.
20885 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
20887         * diff-mode.el: Add new TODO entry.
20888         (diff-create-changelog): New function.
20889         (diff-mode-menu): Bind it.
20891 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
20893         * international/mule-diag.el (print-fontset-element): Handle the
20894         case of inhibiting the fallback fonts.
20896 2008-02-04  Kim F. Storm  <storm@cua.dk>
20898         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20899         (ido-magic-delete-char): Use prefix arg.
20901 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
20903         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
20904         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
20905         of today, the most recent libpng is 1.2.24).
20907 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
20909         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
20911         * net/dbus.el (top): Check (featurep 'dbusbind).
20913         * net/tramp.el (tramp-process-sentinel): New defun.
20914         (tramp-do-copy-or-rename-file-out-of-band)
20915         (tramp-maybe-open-connection): Use it as process sentinel.
20916         (tramp-handle-delete-directory): Don't use the "-f" option; it
20917         isn't portable.
20918         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
20919         after the command.
20920         (tramp-handle-shell-command): Set `mode-line-process' in the
20921         asynchronous case.
20923         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
20925         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
20926         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
20927         Use `tramp-process-sentinel' as process sentinel.
20929 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
20931         * whitespace.el (global-whitespace-mode): Revert last change.
20932         (whitespace-unload-function): Force `global-whitespace-mode'
20933         to deactivate local modes in a slightly less intrusive way.
20935 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
20937         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
20939 2008-02-02  Glenn Morris  <rgm@gnu.org>
20941         * international/latin1-disp.el (latin1-display):
20942         * progmodes/fortran.el (fortran-comment-indent-char):
20943         * progmodes/idlw-shell.el (top-level):
20944         * term/mac-win.el (mac-keyboard-translate-char):
20945         * whitespace.el (whitespace-char-valid-p):
20946         * wid-edit.el (widget-key-sequence-read-event):
20947         Use characterp rather than char-valid-p.
20949         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
20950         to capitalized-find-word-boundary.  Doc fix.  Update callers.
20951         (capitalized-next-word-boundary-function-table): Rename to
20952         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
20954         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
20955         string-to-int.
20957         * ps-def.el (declare-function): Add compatibility definition.
20958         (ps-plot-with-face, ps-plot-string): Declare as functions.
20959         (ps-bold-faces, ps-italic-faces): Declare variables.
20961         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
20962         (ps-mule-end-job): Declare as functions.
20964         * wid-edit.el (widget-string-complete): Use assoc-string rather
20965         than assoc-ignore-case.
20967 See ChangeLog.13 for earlier changes.
20969 ;; Local Variables:
20970 ;; coding: utf-8
20971 ;; End:
20973     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
20975   This file is part of GNU Emacs.
20977   GNU Emacs is free software: you can redistribute it and/or modify
20978   it under the terms of the GNU General Public License as published by
20979   the Free Software Foundation, either version 3 of the License, or
20980   (at your option) any later version.
20982   GNU Emacs is distributed in the hope that it will be useful,
20983   but WITHOUT ANY WARRANTY; without even the implied warranty of
20984   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20985   GNU General Public License for more details.
20987   You should have received a copy of the GNU General Public License
20988   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20990 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc