(epg-wait-for-status): Preserve existing 'error results.
[emacs.git] / lisp / ChangeLog
blob17b181666676da150b8489eb734ed6a888cebbc0
1 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
3         * epg.el (epg-wait-for-status): Preserve existing 'error results.
5 2009-09-22  Sam Steingold  <sds@gnu.org>
7         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9         to 1 because hg returns status 1 when nothing is found.
10         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14         * textmodes/fill.el: Convert to utf-8 encoding.
15         (fill-french-nobreak-p): Remove redundant » and « inherited from our
16         pre-unicode days.
18         * add-log.el (change-log-fill-forward-paragraph): New function.
19         (change-log-mode): Use it so fill-region DTRT.
20         Set fill-indent-according-to-mode here rather than in
21         change-log-fill-paragraph.
22         (change-log-fill-paragraph): Remove.
24 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
26         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
27         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
29 2009-09-22  Glenn Morris  <rgm@gnu.org>
31         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
32         the scroll-bar scroll the calendar window rather than the buffer.
34         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
35         commands that move point (as opposed to scrolling).
37         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
39         * emacs-lisp/elint.el (elint): New custom group.
40         (elint-log-buffer): Make it a defcustom.
41         (elint-scan-preloaded, elint-ignored-warnings)
42         (elint-directory-skip-re): New options.
43         (elint-builtin-variables): Doc fix.
44         (elint-preloaded-env): New variable.
45         (elint-unknown-builtin-args): Add an entry for encode-time.
46         (elint-extra-errors): Make it a variable rather than a constant.
47         (elint-preloaded-skip-re): New constant.
48         (elint-directory): Skip files matching elint-directory-skip-re.
49         (elint-features): New variable, local to linted buffers.
50         (elint-update-env): Initialize elint-features.  Possibly add
51         elint-preloaded-env to the buffer's environment.
52         (elint-get-top-forms): Bind elint-current-pos, for log messages.
53         Skip quoted forms.
54         (elint-init-form): New function, extracted from elint-init-env.
55         Make non-list forms a warning rather than an error.
56         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
57         easy-menu-define, put that adds an error-condition, and provide.
58         When requiring cl, also require cl-macs.  Really require cl, to handle
59         some cl macros.  Store required libraries in the list elint-features,
60         so as not to re-load them.  Treat cc-require like require.
61         (elint-init-env): Call elint-init-form to do the work.
62         Handle eval-and-compile and such like.
63         (elint-add-required-env): Do not clear messages.
64         (elint-special-forms): Add handlers for function, defalias, if, when,
65         unless, and, or.
66         (elint-form): Add optional argument to ignore elint-special-forms,
67         useful to prevent recursive calls from handlers.  Doc fix.
68         Respect elint-ignored-warnings.
69         (elint-form): Respect elint-ignored-warnings.
70         (elint-bound-variable, elint-bound-function): New variables.
71         (elint-unbound-variable): Respect elint-bound-variable.
72         (elint-get-args): Respect elint-bound-function.
73         (elint-check-cond-form): Add some simple handling for (f)boundp and
74         featurep tests.
75         (elint-check-defalias-form): New handler.
76         (elint-check-let-form): Make an empty let a warning rather than an
77         error.
78         (elint-check-setq-form): Make an empty setq a warning rather than an
79         error.  Respect elint-ignored-warnings.
80         (elint-check-defvar-form): Accept null doc-strings.
81         (elint-check-conditional-form): New handler.  Does some simple-minded
82         checking of featurep and (f)boundp tests.
83         (elint-put-function-args): New function.
84         (elint-initialize): Use elint-scan-doc-file rather than
85         elint-find-builtin-variables.  Use elint-put-function-args.
86         Possibly scan preloaded-file-list.
87         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
88         extend to handle functions as well.
90 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
92         * linum.el (linum-delete-overlays, linum-update-window):
93         Do not modify the right margin.  (Bug#3971)
95 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
97         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
98         nxml-mode instead of xml-mode.
100 2009-09-21  Kevin Ryde  <user42@zip.com.au>
102         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
104 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * net/dig.el (dig-mode): Use define-derived-mode.
108 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
110         * vc-dispatcher.el (vc-do-command): Return the process object in
111         the asynchronous case.  Use when instead of if.  Do not run
112         vc-exec-after to display a message if not enabled.
114         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
115         properties to the stash strings.
116         (vc-git-stash-list): Return a list of strings.
117         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
118         (vc-git-stash-show-at-point): New functions.
119         (vc-git-stash-map): New keymap.
121         * register.el (ctl-x-r-map): Define the keys here instead of using autoload.
123 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
125         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
126         list, to workaround performance problem (bug#4485).
128 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
130         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
132 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
134         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
135         Document that this option is not recommended to use.
137 2009-09-19  Glenn Morris  <rgm@gnu.org>
139         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
140         variable `var'.
142         * calc/calc-alg.el (var):
143         * calc/calcalg2.el (var): Define for compiler.
145 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
147         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
148         Doc fix (Bug#3932).
150         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
152         * time-stamp.el (time-stamp-month-dd-yyyy)
153         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
154         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
155         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
156         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
157         Remove functions that have been obsolete since 1995 (Bug#4436).
159         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
160         indent buffer only if called interactively (Bug#4452).
162 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
163             Eli Zaretskii  <eliz@gnu.org>
165         This fixes bug#4197 (merged to bug#865, though not identical).
166         * server.el (server-auth-dir): Add docstring note about FAT32.
167         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
168         but warn against using them.
170 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
172         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
173         older GDB where there is no has_more field.
175 2009-09-19  Glenn Morris  <rgm@gnu.org>
177         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
179 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
181         * files.el (auto-mode-alist): Change default for XML files to nXML
182         mode (Bug#4169).
184 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
186         * server.el (server-ensure-safe-dir): Pass 'integer
187         to `file-attributes', as suggested.
189 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * dired-aux.el (dired-query-alist): Remove spurious backslash.
192         (dired-query): Use read-key.
194 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
196         * cus-start.el (ns-use-qd-smoothing): Remove.
198 2009-09-18  Glenn Morris  <rgm@gnu.org>
200         * allout.el (top-level): Remove unnecessary progn.
202         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
204         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
205         definition of abbrev table.
207         * speedbar.el (speedbar-track-mouse):
208         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
209         * net/eudc.el (eudc-expand-inline):
210         * net/newst-backend.el (newsticker--cache-read-feed):
211         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
212         condition-case handlers.
214 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
216         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
217         (gdb-var-list): Add an element for has_more field.
218         (gdb-non-stop-handler): Enable pretty printing for STL containers.
219         (gdb-var-create-handler, gdb-var-list-children-handler-1)
220         (gdb-var-update-handler-1): Parse output of dynamic variable
221         objects (STL containers).
222         (gdb-var-delete-1): Pass var1 as an explicit second argument.
223         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
225         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
226         gdb-var-list.
227         (gud-speedbar-buttons): Make node expandable if expression "has more"
228         children.
230 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
232         * startup.el (emacs-quick-startup): Remove variable and all uses.
233         (command-line): Set `inhibit-x-resources' instead.
234         (command-line-1): Use `inhibit-x-resources' instead.
236 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
238         * subr.el: Fix last change to avoid using the `unless' macro,
239         which breaks bootstrapping.
241 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
243         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
244         extended definitions, in case we reload subr.el after having
245         loaded CL.
246         (eval-next-after-load): Mark as obsolete.
248 2009-09-17  Juri Linkov  <juri@jurta.org>
250         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
251         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
252         (menu-bar-showhide-menu, menu-bar-tools-menu)
253         (menu-bar-describe-menu, menu-bar-help-menu)
254         (minibuffer-local-completion-map, minibuffer-local-map):
255         Fix list quoting.
257 2009-09-17  Glenn Morris  <rgm@gnu.org>
259         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
260         arguments, whether or not it has a handler.
262         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
264         * simple.el (hard-newline): Give it a doc-string.
266         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
267         (lisp-mode-syntax-table): Give them doc-strings.
269 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
271         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
272         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
273         (menu-bar-options-menu, menu-bar-showhide-menu)
274         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
275         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
276         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
277         (menu-bar-options-menu, menu-bar-tools-menu)
278         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
279         (menu-bar-help-menu):
280         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
281         string arguments.
283         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
284         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
285         calls for the menu names and :help.
287 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * mouse.el (minor-mode-menu-from-indicator): Pay attention
290         to :minor-mode-function (bug#4455).
292 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
294         * startup.el (command-line): Initialize the window-system after
295         processing the command-line.
297         * textmodes/page.el (what-page): Make sure we don't inf-loop if
298         page-delimiter matches the empty string.
300 2009-09-16  Glenn Morris  <rgm@gnu.org>
302         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
303         byte-compile-not-obsolete-var.  It's a list now.
304         (byte-compile-not-obsolete-funcs): New variable.
305         (byte-compile-warn-obsolete): Don't warn about functions if they are in
306         byte-compile-not-obsolete-funcs.
307         (byte-compile-variable-ref, byte-compile-defvar): Update for
308         byte-compile-not-obsolete-vars name-change and list nature.
309         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
310         and variables behind (f)boundp tests.
311         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
313 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
315         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
317 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
320         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
321         Don't autoload.
323 2009-09-15  Stephen Eglen  <stephen@gnu.org>
325         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
326         the  virtual-buffers, use the name of the buffer specified by
327         find-file-noselect, as the match may be a symlink.  (This was a
328         problem if the target and the symlink had differet names.)
330 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
332         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
334         * desktop.el (desktop-path): Check user-emacs-directory.
336         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
338         * loadup.el: Use after-load-functions to GC after loading each file.
339         Remove the explicit GC calls that used to be sprinkled around.
341         * subr.el (after-load-functions): New hook.
342         (do-after-load-evaluation): Run it.  Use string-match-p to detect
343         `obsolete' packages, rather than painfully extracting the relevant
344         directory name.
346 2009-09-15  Glenn Morris  <rgm@gnu.org>
348         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
349         free variable `doc'.
351         * dired.el (dired-mode-map): Add menu entry for async shell command.
353         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
354         variables, also consider the .elc files, since the .el files are
355         normally gzipped (subsequent code locates the .el.gz from the .elc).
357         * calc/calc-prog.el (arglist): Define for compiler.
359         * calendar/diary-lib.el (diary-display-function): Change the default to
360         fancy display.
361         (body): Define for compiler.
363         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
364         (byte-compile-file-form, byte-compile-lambda)
365         (byte-compile-top-level-body, byte-compile-form)
366         (byte-compile-variable-ref, byte-compile-setq)
367         (byte-compile-setq-default, byte-compile-body)
368         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
369         (batch-byte-compile): Give some more local variables with common names
370         a "bytecomp-" prefix to avoid masking warnings about free variables.
372         * startup.el (command-line-1): Give local variables with common names a
373         distinguishing prefix, so as not to hide free variable warnings during
374         bootstrap.
376         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
377         clever and add a suffix to make a unique name, just let the user decide
378         whether or not to overwrite it.  If the input is a directory, write the
379         default filename to that directory.  (Bug#4388)
380         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
381         is a filename-as-a-directory.
383 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * textmodes/page.el (what-page): Don't move to beginning of line.
386         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
388 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
390         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
392 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
394         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
395         * help.el (help-for-help-internal): Add purecopy calls for text.
397         * vc.el (top): print-log method now takes an optional SHORTLOG
398         argument.  Add a new method: root.
399         (vc-root-diff, vc-print-root-log): New functions.
400         (vc-log-short-style): New variable.
401         (vc-print-log-internal): Add support for showing short logs.
403         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
404         vc-print-root-log and vc-print-root-diff.
406         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
407         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
408         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
409         short logs.
411         * vc-cvs.el (vc-cvs-print-log):
412         * vc-mtn.el (vc-mtn-print-log):
413         * vc-rcs.el (vc-rcs-print-log):
414         * vc-sccs.el (vc-sccs-print-log):
415         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
416         that is ignored for now.
418         * vc-mtn.el (vc-mtn-annotate-command):
419         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
421 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
423         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
424         to function-key-map, and give them ascii-character property.
425         * term/x-win.el (x-alternatives-map):
426         * term/ns-win.el (ns-alternatives-map):
427         * term/internal.el (msdos-key-remapping-map):
428         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
430 2009-09-14  Glenn Morris  <rgm@gnu.org>
432         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
433         temp-buffers (2009-09-12).
435 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
438         the new read-key function.
440 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
442         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
443         is defined (Bug#4405).
445 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
447         * recentf.el (recentf-cleanup): Use a hash table to find
448         duplicates (Bug#4407).
450 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
452         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
453         kp-0 to ascii equivalents (Bug#4325).
455 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
457         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
459         * eshell/em-hist.el:
460         * eshell/em-dirs.el (eshell-complete-user-reference):
461         Declare pcomplete functions and variables to avoid compiler warnings.
463 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
465         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
466         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
467         * eshell/em-alias.el (eshell-aliases-file):
468         * eshell/em-hist.el (eshell-history-file-name):
469         Use expand-file-name instead of concat to make file names (Bug#4308).
471 2009-09-13  Glenn Morris  <rgm@gnu.org>
473         * ediff-merg.el (ediff-do-merge):
474         * filesets.el (filesets-run-cmd):
475         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
476         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
477         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
478         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
479         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
480         Replace empty `let's with `progn'.
482 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
484         * mail/sendmail.el (send-mail-function):
485         * tooltip.el (tooltip-mode):
486         * simple.el (transient-mark-mode):
487         * rfn-eshadow.el (file-name-shadow-mode):
488         * frame.el (blink-cursor-mode):
489         * font-core.el (global-font-lock-mode):
490         * files.el (temporary-file-directory)
491         (small-temporary-file-directory, auto-save-file-name-transforms):
492         * epa-hook.el (auto-encryption-mode):
493         * composite.el (global-auto-composition-mode):
494         Use custom-initialize-delay.
495         * startup.el (command-line): Don't explicitly call
496         custom-reevaluate-setting for all the above vars.
497         * custom.el (custom-initialize-safe-set)
498         (custom-initialize-safe-default): Delete.
500 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * term/x-win.el (x-initialize-window-system):
503         * term/w32-win.el (w32-initialize-window-system):
504         * term/ns-win.el (ns-initialize-window-system): Don't call
505         mouse-wheel-mode since it's enabled globally by default already.
507         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
508         actually define the variable, but only silences the byte-compiler.
509         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
510         before looking it up.
511         (mouse-wheel-scroll-amount): Also reset the bindings if this value
512         is changed.
514 2009-09-12  Glenn Morris  <rgm@gnu.org>
516         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
517         1000.
518         (elint-add-required-env): Don't beep on error.
519         (elint-forms): In case of error, return ENV unchanged.
520         (elint-init-env): Skip non-list forms.
521         (elint-log): Handle unknown file positions.
523 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
525         * epg.el (epg-make-context): Add autoload cookie.
526         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
527         (epg-decrypt-string, epg-start-verify, epg-verify-file)
528         (epg-verify-string, epg-start-sign, epg-sign-file)
529         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
530         (epg-encrypt-string, epg-start-export-keys)
531         (epg-export-keys-to-file, epg-export-keys-to-string)
532         (epg-start-import-keys, epg-import-keys-from-file)
533         (epg-import-keys-from-string, epg-start-receive-keys)
534         (epg-receive-keys, epg-import-keys-from-server)
535         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
536         (epg-sign-keys, epg-start-generate-key)
537         (epg-generate-key-from-file, epg-generate-key-from-string):
538         Remove autoload cookie.
540 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
542         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
543         reevaluation of trash-directory.
545         * mwheel.el: Fix last change.
546         (mouse-wheel-mode): New defvar.
547         (mouse-wheel-mode): Remove autoload cookie.
549 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
551         * mwheel.el (mwheel-installed-bindings): New var.
552         (mouse-wheel-mode): Use it, so as to make sure we really remove all
553         the bindings we set last time.  Use custom-initialize-delay.
554         * loadup.el: Load mwheel after term/*-win.el.
555         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
556         and mouse-wheel-up-event now that their first evaluation is done
557         sufficiently late to be correct.
559         * startup.el (tutorial-directory): Make it a defcustom.
560         Use custom-initialize-delay rather than eval-at-startup to set it.
561         * image.el (image-load-path): Make it a defcustom.
562         Use custom-initialize-delay rather than eval-at-startup to set it.
563         * subr.el (eval-at-startup): Remove.
564         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
566         * subr.el (do-after-load-evaluation): Warn the user after loading an
567         obsolete package.
569 2009-09-12  Glenn Morris  <rgm@gnu.org>
571         * proced.el (proced-mark-alt): Remove alias.
572         (proced-mode-map): Remove proced-mark-alt.
574         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
575         Elint file and directory.  Remove initialization entry.
577         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
578         commands.
579         (elint-current-buffer): Set mode-line-process.
580         (elint-init-env): Handle define-derived-mode.
581         Fix declare-function with unspecified arglist.  Guard against odd
582         defalias statements (eg iso-insert's 8859-1-map).
583         (elint-add-required-env): Use a temp buffer.
584         (elint-form): Just print the function/macro name, not the whole form.
585         Return env unchanged if we fail to parse a macro.
586         (elint-forms): Guard against parse errors.
587         (elint-output): New function, to handle batch mode.
588         (elint-log-message): Add optional argument.  Use elint-output.
589         (elint-set-mode-line): New function.
591 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
593         * emacs-lisp/elp.el (elp-not-profilable): Add more
594         functions (Bug#4233).
596 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
598         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
599         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
601 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
603         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
604         (gdb-var-list-children): Use json parsing.
606 2009-09-11  Daniel Colascione <dan.colascione@gmail.com>
608         * progmodes/js.el (js--proper-indentation): Handle the case where
609         char-before is null.  Reported by Deniz Dogan.
611 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
613         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
615 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
617         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
618         (epg-digest-algorithm-alist): Add SHA224.
619         (epg-context-set-passphrase-callback)
620         (epg-context-set-progress-callback): Add description about
621         callback function.
623 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
625         * custom.el (custom-delayed-init-variables): New var.
626         (custom-initialize-delay): New function.
627         * startup.el (command-line): "Re"evaluate all vars in
628         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
629         explicitly any more.
630         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
631         to avoid creating a ~/.emacs.d at build-time (bug#4347).
633         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
635 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
637         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
638         (gdb-var-update-handler): Use json parsing.
640 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
642         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
643         decode annotated text, regardless of language environment.  (Bug#2741)
645 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * Makefile.in (autoloads): Make rmail.el writable as well.
649 2009-09-11  Glenn Morris  <rgm@gnu.org>
651         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
652         loaddefs.el.
653         * dired.el: Regenerate with extracted autoloads.
654         * Makefile.in (autoloads): Make dired.el writable.
656         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
657         * ibuffer.el: Regenerate with extracted autoloads.
658         * Makefile.in (autoloads): Make ibuffer.el writable.
660         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
661         * version.el (emacs-copyright, emacs-major-version)
662         (emacs-minor-version): Reformat doc-strings for make-docfile.
664         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
665         functions and variables, since they must be stuff specific to some other
666         platform.
667         (apropos-print): Make mouse-click message less specific about button.
669         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
670         that records where a macro was defined.
671         * help-fns.el (describe-function-1): Mention if a function has a
672         compiler-macro.
673         * help-mode.el (help-function-cmacro): New button.
675         * locate.el (top-level): Always require dired.
676         (locate-mode-map): Initialize inside the defvar.
678         * net/ange-ftp.el (dired-compress-file): Declare.
679         (ange-ftp-dired-compress-file): Add doc string.
681         * term/ns-win.el (x-display-name, x-setup-function-keys):
682         Unify doc-strings with X versions.
684 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
686         * emulation/crisp.el (crisp-mode-map): Move initialization
687         into declaration.
688         (crisp-mode): Use define-minor-mode.
690         * progmodes/xscheme.el (xscheme-evaluation-commands):
691         Put a :advertised-binding property rather than using
692         advertised-xscheme-send-previous-expression.
693         (advertised-xscheme-send-previous-expression): Declare obsolete.
694         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
695         `advertised-undo'.
696         (crisp-mode): Add corresponding bindings to
697         undo's :advertised-binding instead.
698         * dired.el (dired-mode-map): Put a :advertised-binding property rather
699         than using dired-advertised-find-file.
700         (dired-advertised-find-file):
701         * simple.el (advertised-undo):
702         * wid-edit.el (advertised-widget-backward): Declare obsolete.
703         (widget-keymap): Put a :advertised-binding property rather
704         than using advertised-widget-backward.
705         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
706         than using advertised-undo.
707         * tutorial.el (tutorial--default-keys): Adjust accordingly.
709 2009-09-10  Simon South  <ssouth@slowcomputing.org>
711         * progmodes/delphi.el (delphi-tab): Indent region when Transient
712         Mark mode is enabled and region is active; otherwise indent or
713         insert TAB as usual.
714         (delphi-mode): Update description of TAB-key binding.
716 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * subr.el (define-key-rebound-commands): Mark obsolete.
719         * startup.el (precompute-menubar-bindings): Remove.
720         (normal-top-level): Remove obsolete code that tried to precompute
721         menubar bindings.
722         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
723         define-key-rebound-commands and precompute-menubar-bindings.
725 2009-09-10  Glenn Morris  <rgm@gnu.org>
727         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
729         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
730         (byte-compile-file-form-autoload): Don't warn about unknown functions
731         where the autoload statement comes after the use.
732         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
733         that any handlers inside the body (eg require) are in turn respected.
735         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
736         effects.
738         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
739         and syntax and abbrev tables basic docs, if they don't have any.
741         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
743         * international/mule-cmds.el (top-level): Require cl when compiling.
744         (view-hello-file): Use default-value rather than
745         default-enable-multibyte-characters.
747         * progmodes/fortran.el: Move all safe and risky properties into the
748         defcustoms.
750         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
751         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
752         * mail/undigest.el:
753         Put autoloads in rmail.el rather than loaddefs.el.
754         * mail/rmail.el: Regenerate with extracted autoloads.
756         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
757         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
759 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
761         Reported in thread for Bug#4375.
762         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
763         "-data-evaluate-expression" instead of print.
764         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
765         (gdb-tooltip-print): Parse output from above MI command.
766         (gdb): Revert 2009-08-11 change.  User should detach inferior
767         manually.
769         Remove the word "separate" from IO functions as inferior
770         output is now never displayed in the GUD buffer.
772 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
774         * startup.el (command-line-normalize-file-name): On Windows and
775         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
777 2009-09-10  Juri Linkov  <juri@jurta.org>
779         * isearch.el (isearch-text-char-description): Propertize escape
780         character sequences with the `escape-glyph' face.  (Bug#4344)
782         * simple.el (shell-command): Set asynchronous process filter to
783         `comint-output-filter'.  (Bug#4343)
785         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
786         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
787         the list.  Move "asm" to the bottom.
788         (grep-find-ignored-directories): Add `choice' with nil value
789         to empty the list easily.
790         (grep-find-ignored-files): New option.
791         (grep-files-history): Set to nil by default instead of '("ch" "el").
792         (grep-compute-defaults): Add "<X>" to `grep-template'.
793         (grep-read-files): Bind new local variables `default-alias' and
794         `default-extension'.  Use a list of default values for the file prompt.
795         (lgrep): Add `--exclude=' command line options composed from
796         `grep-find-ignored-files'.
797         (rgrep): Add `-name' command line options composed from
798         `grep-find-ignored-files'.  (Bug#4301)
800 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
803         (bug#4368).
805 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
807         * calendar/time-date.el (autoload):
808         Expand define-obsolete-function-alias into defalias and make-obsolete
809         for old Emacsen that Gnus supports.
810         (with-no-warnings): Define it for old Emacsen.
811         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
812         is available.
813         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
814         float-time is available; suppress compile warning for time-to-seconds.
816 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
818         * net/imap.el (imap-message-map): Docstring fix.
820 2009-09-09  Glenn Morris  <rgm@gnu.org>
822         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
823         line numbers too.  (Bug#4374)
825 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
827         * smerge-mode.el (smerge-remove-props, smerge-refine):
828         Use with-silent-modifications (bug#4342).
830         * subr.el (with-silent-modifications): New macro.
832 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
834         * files.el (top-level): Require `cl' when compiling.
836 2009-09-07  Glenn Morris  <rgm@gnu.org>
838         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
840         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
841         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
843 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
845         * vc-git.el (vc-git-annotate-command): Use separator to parse
846         arguments correctly.
848 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
850         * proced.el (proced-mode): Doc fix.
852 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
854         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
855         lstat fails.
856         (tramp-do-file-attributes-with-ls): Check for file existence at
857         remote end.
858         (tramp-do-file-attributes-with-stat): Likewise.
859         (tramp-convert-file-attributes): Return nil when attr is nil.
861 2009-09-05  Glenn Morris  <rgm@gnu.org>
863         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
864         properties to this button.
865         (diary-fancy-display): Don't extend the button to the final newline.
866         (diary-fancy-display-mode): Continue to define "q" as a local key.
868         * calendar/cal-china.el (holiday-chinese): Make it slightly more
869         efficient.
871         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
873         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
874         (byte-compile-dest-file-function): New option.
875         (byte-compile-dest-file): Doc fix.
876         Obey byte-compile-dest-file-function.
877         (byte-compile-cl-file-p): New function.
878         (byte-compile-eval): Only suppress noruntime warnings about cl functions
879         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
880         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
881         than for file being previously loaded.
882         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
883         (byte-compile-file-form-require): Handle the case where requiring a file
884         indirectly causes CL to be loaded.
886 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
888         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
889         before killing the old buffer, since by the time `kill-buffer' is
890         run so many buffer variables have been set to nil that it may not
891         behave as expected.  (Bug#4061)
893 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
895         * files.el (find-alternate-file): If the old buffer is modified
896         and visiting a file, behave similarly to `kill-buffer' when
897         killing it, thus reverting to the pre-1.878 behavior; see
898         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
899         for discussion.  Also, consult `buffer-file-name' as a variable
900         not as a function, for consistency with the rest of the code.
902 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
904         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
905         also when adding a new directory.
907         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
908         defun.
910 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * files.el (locate-file-completion-table): Make it provide boundary
913         information, so partial-completion works better.
915 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
917         * mail/footnote.el (Footnote-text-under-cursor):
918         Check footnote-text-marker-alist before using it (bug#4324).
920 2009-09-04  Glenn Morris  <rgm@gnu.org>
922         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
923         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
924         * play/solitaire.el, play/tetris.el:
925         Remove leading * from defcustom and defface docs.
927         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
928         necessary.
929         (diary-fancy-overriding-map): New variable.
930         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
931         Use view-mode.
933         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
934         goto-line.
936 2009-09-03  Glenn Morris  <rgm@gnu.org>
938         * arc-mode.el (archive-mode):
939         * dos-fns.el (set-default-process-coding-system):
940         * man.el (Man-getpage-in-background):
941         * menu-bar.el (menu-bar-describe-menu):
942         * server.el (server-process-filter):
943         * startup.el (command-line):
944         * tar-mode.el (tar-header-block-tokenize, tar-extract):
945         * w32-fns.el (set-default-process-coding-system):
946         * x-dnd.el (x-dnd-handle-file-name):
947         * international/mule-cmds.el (mule-menu-keymap)
948         (set-default-coding-systems, language-info-alist, set-language-info)
949         (set-language-environment, standard-display-european-internal)
950         (set-locale-environment):
951         * international/mule-diag.el (mule-diag):
952         * mail/emacsbug.el (report-emacs-bug):
953         * mail/rmail.el (rmail-mode):
954         * mail/sendmail.el (mail-setup):
955         Use default-value rather than default-enable-multibyte-characters.
957         * progmodes/f90.el: Move all safe properties into the defcustoms.
958         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
960         * calendar/appt.el (appt-check):
961         * calendar/diary-lib.el (diary-set-header, diary-live-p)
962         (diary-check-diary-file, diary-list-entries)
963         (diary-include-other-diary-files, diary-simple-display)
964         (diary-fancy-display, diary-print-entries)
965         (diary-mark-included-diary-files, diary-make-entry):
966         Don't call substitute-in-file-name on diary-file.
968 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
969             Stefan Monnier  <monnier@iro.umontreal.ca>
971         * mail/footnote.el (footnote-prefix): Make it a defcustom.
972         (footnote-mode-map): Move initialization into the declaration.
973         (footnote-minor-mode-map): Define it rather than changing global-map.
974         (footnote-mode): Use define-minor-mode.
976 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
978         * net/tramp.el (tramp-handle-file-attributes-with-ls)
979         (tramp-do-file-attributes-with-perl)
980         (tramp-do-file-attributes-with-stat): Rename from
981         `tramp-handle-file-attributes-with-*'.
982         (tramp-handle-file-attributes): Use them.
983         (tramp-do-directory-files-and-attributes-with-perl)
984         (tramp-do-directory-files-and-attributes-with-stat): Rename from
985         `tramp-handle-directory-files-and-attributes-with-*'.
986         (tramp-handle-directory-files-and-attributes): Use them.
987         (tramp-method-out-of-band-p): Additional parameter SIZE.
988         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
989         (tramp-handle-write-region): Use it.
990         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
991         (tramp-handle-vc-registered): Check, whether the first run did
992         return files to be tested.
993         (tramp-advice-make-auto-save-file-name): Do not call directly
994         `tramp-handle-make-auto-save-file-name', because this would bypass
995         the locking mechanism.
997         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
998         (file-remote-p, process-file, start-file-process, set-file-times)
999         (tramp-compat-file-attributes): Compatibility functions shall not
1000         call directly `tramp-handle-*', because this would bypass the
1001         locking mechanism.
1002         (tramp-compat-number-sequence): New defun.
1004 2009-09-02  Glenn Morris  <rgm@gnu.org>
1006         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
1007         alias for float-time.
1008         (time-to-number-of-days): In Emacs, use float-time.
1009         * net/newst-backend.el (time-add): Suppress warnings from compat
1010         function.
1011         * time.el (emacs-uptime, emacs-init-time):
1012         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
1013         Use float-time rather than time-to-seconds.
1015         * minibuffer.el (completion-initials-expand): Fix typo.
1017         * faces.el (modeline, modeline-inactive, modeline-highlight)
1018         (modeline-buffer-id):
1019         * info.el (info-menu-5): Mark these face aliases as obsolete.
1021 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
1023         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
1024         space ...
1025         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
1026         no "--thread" option.
1027         (gdb-stopped): Don't print "Switched to thread" message when it is
1028         unchanged.
1030 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1032         * minibuffer.el (completion-try-completion)
1033         (completion-all-completions): Remove ill-defined (and
1034         mistakenly installed and luckily never used nor documented)
1035         `completion-styles' property.
1036         (completion-initials-expand, completion-initials-all-completions)
1037         (completion-initials-try-completion): New functions.
1038         (completion-styles-alist): Add doc to each entry.
1039         Add new `initials' entry.
1041 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
1043         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
1044         MI command -var-evaluate-expression.
1045         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
1046         and tweak for case of string child.
1047         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
1049 2009-09-01  Glenn Morris  <rgm@gnu.org>
1051         * add-log.el (change-log-date-face, change-log-name-face)
1052         (change-log-email-face, change-log-file-face, change-log-list-face)
1053         (change-log-conditionals-face, change-log-function-face)
1054         (change-log-acknowledgement-face):
1055         * cus-edit.el (custom-invalid-face, custom-rogue-face)
1056         (custom-modified-face, custom-set-face, custom-changed-face)
1057         (custom-saved-face, custom-button-face, custom-button-pressed-face)
1058         (custom-documentation-face, custom-state-face, custom-comment-face)
1059         (custom-comment-tag-face, custom-variable-tag-face)
1060         (custom-variable-button-face, custom-face-tag-face)
1061         (custom-group-tag-face-1, custom-group-tag-face):
1062         * diff-mode.el (diff-header-face, diff-file-header-face)
1063         (diff-index-face, diff-hunk-header-face, diff-removed-face)
1064         (diff-added-face, diff-changed-face, diff-function-face)
1065         (diff-context-face, diff-nonexistent-face):
1066         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
1067         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
1068         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1069         (Info-title-4-face):
1070         * isearch.el (isearch-lazy-highlight-face):
1071         * log-view.el (log-view-file-face, log-view-message-face):
1072         * paren.el (show-paren-match-face, show-paren-mismatch-face):
1073         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1074         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1075         (cvs-msg-face):
1076         * smerge-mode.el (smerge-mine-face, smerge-other-face)
1077         (smerge-base-face, smerge-markers-face):
1078         * wid-edit.el (widget-documentation-face, widget-button-face)
1079         (widget-field-face, widget-single-line-field-face)
1080         (widget-inactive-face, widget-button-pressed-face):
1081         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
1082         (woman-addition-face):
1083         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
1084         (eshell-ls-executable-face, eshell-ls-readonly-face)
1085         (eshell-ls-unreadable-face, eshell-ls-special-face)
1086         (eshell-ls-missing-face, eshell-ls-archive-face)
1087         (eshell-ls-backup-face, eshell-ls-product-face)
1088         (eshell-ls-clutter-face):
1089         * eshell/em-prompt.el (eshell-prompt-face):
1090         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
1091         * obsolete/old-whitespace.el (whitespace-highlight-face):
1092         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
1093         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
1094         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
1095         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
1096         (antlr-font-lock-literal-face):
1097         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
1098         (ebrowse-root-class-face, ebrowse-file-name-face)
1099         (ebrowse-default-face, ebrowse-member-attribute-face)
1100         (ebrowse-member-class-face, ebrowse-progress-face):
1101         * progmodes/make-mode.el (makefile-space-face):
1102         * progmodes/sh-script.el (sh-heredoc-face):
1103         * textmodes/flyspell.el (flyspell-incorrect-face)
1104         (flyspell-duplicate-face):
1105         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
1106         * textmodes/texinfo.el (texinfo-heading-face):
1107         Mark face aliases with "-face" suffix as obsolete.
1109         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
1110         compiler.
1112         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
1113         (eudc-bob-sound-menu): Use defvar rather than defconst, since
1114         easy-menu-define wants to modify these.
1116         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
1118         * net/browse-url.el (browse-url-file-url):
1119         * term/internal.el (dos-codepage-setup):
1120         Use default-value rather than default-enable-multibyte-characters.
1122         * progmodes/etags.el (etags-goto-tag-location):
1123         * progmodes/flymake.el (flymake-highlight-line)
1124         (flymake-goto-file-and-line, flymake-goto-line):
1125         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
1126         (gdb-goto-breakpoint):
1127         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1128         * progmodes/python.el (python-find-function)
1129         (python-pdbtrack-track-stack-file):
1130         * progmodes/verilog-mode.el (verilog-surelint-off):
1131         * term/ns-win.el (ns-open-file-select-line):
1132         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1133         Use forward-line rather than goto-line.
1135         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
1136         * textmodes/reftex-index.el (reftex-display-index):
1137         * textmodes/reftex-ref.el (reftex-offer-label-menu):
1138         * textmodes/reftex-toc.el (reftex-toc):
1139         Remove unnecessary bindings of default-major-mode (all are followed by
1140         major-mode check and possible mode switch).
1142 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
1144         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1145         Handle watchpoints (bug#4282).
1146         (def-gdb-thread-buffer-command): Enable thread to be selected by
1147         clicking without selecting threads buffer first.
1148         (gdb-current-context-command): Use selected frame so that "up",
1149         "down" etc work in the GUD buffer.
1150         (gdb-update): Find selected frame before rendering stack buffer.
1151         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
1153 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * progmodes/sym-comp.el (displayed-completions): Remove.
1156         (symbol-complete): Use minibuffer-complete.
1158 2009-08-31  Glenn Morris  <rgm@gnu.org>
1160         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
1162         * apropos.el (apropos-symbols-internal):
1163         Handle (obsolete) face aliases.
1165         * faces.el (describe-face): Adjust the output format to be more like
1166         describe-variable, and to mention (obsolete) face aliases.
1167         Adjust the whitespace so that help-setup-xref works.
1169         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
1170         * calendar/diary-lib.el (diary-button-face):
1171         Mark these face aliases as obsolete.
1173         * calendar/calendar.el (calendar-today): Doc fix.
1175 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
1177         * progmodes/gdb-mi.el (gdb-control-all-threads)
1178         (gdb-control-current-thread): Force tool bar update.
1179         (gdb-non-stop-handler): New function.
1180         (gdb-init-1): Use it to test if non-stop mode is supported.
1181         Remove unused gdbmi buffer type.
1183 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1185         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
1186         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
1188 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
1190         * comint.el (comint-exec-1): Check command is non-null first.
1191         Part of gdb-mi.el change (2009-08-28).
1193 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
1197 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
1199         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
1200         instead of `dolist' to avoid a recursive require when bootstrapping.
1202 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1204         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
1206         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
1208         * net/imap.el (imap-send-command): Simplify.
1209         (imap-wait-for-tag): point-max -> buffer-size.
1211         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
1213         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
1214         with constant argument.
1216         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
1218         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
1220         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
1221         Change default, since most of our files don't have a history.
1222         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
1223         the user.
1225         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1226         Add comint-run.
1228         * calc/calc.el: Improve commenting convention.
1229         (calc-digit-map, toplevel): Simplify.
1231         * comint.el (comint-insert-input): Be careful to only set point if we
1232         don't delegate to some other command.
1234         * proced.el (proced-signal-list): Make it an alist.
1235         (proced-grammar-alist): Capitalize names.
1236         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
1237         Disable undo manually and make it read-only.
1238         Use completion-annotate-function.
1240         * minibuffer.el (minibuffer-message): If the current buffer is not
1241         a minibuffer, insert the message in the echo area rather than at the
1242         end of the buffer.
1243         (completion-annotate-function): New variable.
1244         (minibuffer-completion-help): Use it.
1245         (completion--embedded-envvar-table): Environment vars are
1246         always case-sensitive.
1248 2009-08-30  Glenn Morris  <rgm@gnu.org>
1250         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
1251         from fortran-current-defun.
1252         (fortran-beginning-of-subprogram): Be more precise about finding the
1253         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
1254         (fortran-end-of-subprogram): Simplify.
1255         (fortran-current-defun): Use fortran-start-prog-re.
1257 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
1259         * subr.el (do-after-load-evaluation): Simplify.
1261 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
1263         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
1265         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
1266         (vc-rcs-print-log): Use it.
1268         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
1270 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1272         * paths.el (abbrev-file-name): Move to abbrev.el.
1273         * abbrev.el (abbrev-file-name): Move from paths.el.
1274         Obey user-emacs-directory.
1275         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
1276         user-emacs-directory.
1277         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
1278         abbrev-file-name and calc-settings-file any more.
1279         * startup.el (command-line): Recompute abbrev-file-name and
1280         abbreviated-home-dir.
1281         (normal-no-mouse-startup-screen): Improve the generic code and get rid
1282         of the special code for when C-h bindings haven't been changed.
1283         (display-startup-echo-area-message): Use with-current-buffer.
1284         (command-line-1): Use a list of strings, rather than a list of lists
1285         of strings for longopts.
1287         * files.el (get-free-disk-space): Use / for default-directory.
1289         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
1290         Use with-current-buffer.
1292         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
1293         Recognize immutable variables like most-positive-fixnum.
1294         (byte-compile-setq-default): Check and warn if trying to assign
1295         to an immutable variable, or a non-variable.
1297         * progmodes/cc-vars.el (c-comment-continuation-stars):
1298         * progmodes/cc-engine.el (c-looking-at-bos):
1299         * progmodes/cc-cmds.el (c-toggle-auto-state)
1300         (c-forward-into-nomenclature, c-backward-into-nomenclature)
1301         (c-comment-line-break-function): Add version of obsolescence.
1303 2009-08-28  Juri Linkov  <juri@jurta.org>
1305         * files.el (magic-fallback-mode-alist): Add ZIP magic number
1306         associated with `archive-mode'.
1308         * image.el (image-type-header-regexps): Use only JPEG magic number
1309         to determine JPEG images, and don't use `image-jpeg-p' because
1310         Emacs can display non-JFIF non-Exif JPEG images.
1312 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
1314         * arc-mode.el (archive-mode):
1315         * emacs-lisp/re-builder.el (re-builder-unload-function):
1316         Protect against the default value of `major-mode' being nil.
1318 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
1320         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
1321         Fix typos in docstrings.
1323         * progmodes/js.el (js--macro-decl-re): Doc fix.
1324         (js--plain-method-re, js--split-name): Refloc docstring.
1325         (js--class-styles, js--make-merged-item, js--splice-into-items):
1326         Fix typos in docstrings; reflow docstrings.
1327         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
1328         (js--variable-decl-matcher, js--inside-pitem-p)
1329         (js--parse-state-at-point, js--get-all-known-symbols)
1330         (js--symbol-history, js-find-symbol, js--js-references)
1331         (js--moz-interactor, js--js-encode-value, js--read-tab):
1332         Fix typos in docstrings.
1334 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * textmodes/reftex.el (reftex-get-file-buffer-force):
1337         * progmodes/verilog-mode.el (verilog-batch-execute-func):
1338         * emulation/viper.el (viper-go-away, viper-set-hooks):
1339         * emacs-lisp/re-builder.el (re-builder-unload-function):
1340         * emacs-lisp/bytecomp.el (byte-compile-file):
1341         * ses.el (ses-unload-function):
1342         * hexl.el (hexl-find-file):
1343         * files.el (normal-mode):
1344         * ehelp.el (with-electric-help):
1345         * autoinsert.el (auto-insert-alist):
1346         * arc-mode.el (archive-mode):
1347         Use (default-value 'major-mode) instead of default-major-mode.
1349         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
1350         * international/mule.el (load-with-code-conversion):
1351         * emacs-lisp/debug.el (debug):
1352         * ediff-vers.el (ediff-rcs-get-output-buffer):
1353         * dired.el (dired-internal-noselect): Don't let-bind
1354         default-major-mode around code that doesn't use it.
1355         E.g. buffer creation via get-buffer-create doesn't use it.
1357 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
1359         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
1360         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
1361         when writing the temp file.  Otherwise, epa-file gets confused.
1362         (tramp-register-file-name-handlers): Make it a defun.  Move also
1363         `epa-file-handler' to the front of `file-name-handler-alist'.
1365 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1367         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
1368         start right after a ^M.
1369         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
1370         (tramp-completion-file-name-regexp-separate)
1371         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
1372         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
1373         Don't modify last-coding-system-used by accident.
1374         (tramp-completion-file-name-handler): Apply the checks here,
1375         instead during registration.
1376         (tramp-register-file-name-handlers) Renamed from
1377         `tramp-register-file-name-handler'.  Register both
1378         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
1379         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
1381 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
1383         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
1384         Remove variable ...
1385         (gdb-init-1, gdb-display-separate-io-buffer)
1386         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
1387         references to it.
1388         (gdb-inferior-io-mode): Use make-comint-in-buffer.
1389         (gdb-inferior-filter): Use comint-output-filter to stop
1390         echoing and remove ^M characters.
1392 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1394         * emulation/viper-init.el (viper-restore-cursor-type):
1395         * emulation/cua-base.el (cua--update-indications):
1396         Replace default-cursor-type with (default-value 'cursor-type).
1398         * mail/sendmail.el (mail-recover-1):
1399         * international/mule-diag.el (describe-current-coding-system-briefly)
1400         (describe-current-coding-system):
1401         * international/mule-cmds.el (select-safe-coding-system)
1402         (select-message-coding-system)
1403         (set-language-environment-coding-systems, set-locale-environment):
1404         * hexl.el (hexl-insert-multibyte-char):
1405         * dos-w32.el (find-buffer-file-type-coding-system):
1406         * simple.el (what-cursor-position):
1407         Replace uses of default-buffer-file-coding-system
1408         with (default-value 'buffer-file-coding-system).
1410         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
1411         Replace uses of default-cursor-in-non-selected-windows
1412         with (default-value 'cursor-in-non-selected-windows).
1413         Use with-current-buffer.
1415         * mail/feedmail.el: Use CL macros.
1416         (feedmail-run-the-queue, feedmail-send-it-immediately):
1417         * dos-w32.el (find-buffer-file-type): Replace uses of
1418         default-buffer-file-type with (default-value 'buffer-file-type).
1420 2009-08-28  Glenn Morris  <rgm@gnu.org>
1422         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
1423         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
1424         Use default-value of major-mode rather than default-major-mode.
1426 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1428         * Makefile.in (update-elcfiles): Report left over elc files.
1430         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
1431         expand-file-name and with-current-buffer.
1432         (mail-get-names, mail-directory): Use with-current-buffer.
1434         * vc.el (vc-read-revision): New function.
1435         (vc-version-diff, vc-merge): Use it.
1437 2009-08-27  Sam Steingold  <sds@gnu.org>
1439         * simple.el (kill-do-not-save-duplicates): New user option.
1440         (kill-new): When it is non-nil, and the new string is the same as
1441         the latest kill, set replace to t to avoid duplicates in kill-ring.
1443 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
1445         * net/tramp.el (tramp-handle-process-file): Do not flush all
1446         caches when `process-file-side-effects' is set.
1447         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
1448         instead of `tramp-find-file-exists-command'.
1449         Unset `process-file-side-effects'.
1451 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
1453         * net/tramp.el (tramp-methods): New method "rsyncc".
1454         (top): Add completion function for "rsyncc".
1455         (tramp-message-show-message): New defvar.
1456         (tramp-message, tramp-error): Use it.
1457         (tramp-do-copy-or-rename-file-directly): Extend check for direct
1458         remote copying.
1459         (tramp-do-copy-or-rename-file-out-of-band): Handle new
1460         `tramp-methods' entry `copy-env' of "rsyncc".
1461         (tramp-vc-registered-read-file-names): New defconst.
1462         (tramp-vc-registered-file-names): New defvar.
1463         (tramp-handle-vc-registered): Implement optimization strategy.
1464         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
1465         (tramp-vc-file-name-handler): New defun.
1466         (tramp-get-ls-command, tramp-get-test-command)
1467         (tramp-get-file-exists-command, tramp-get-remote-ln)
1468         (tramp-get-remote-perl, tramp-get-remote-stat)
1469         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
1471         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
1472         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
1473         timestamps.
1474         (tramp-get-file-property): Check for timestamps in
1475         `tramp-cache-inhibit-cache'.
1476         (tramp-set-file-property): Write timestamp.
1478 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1480         * language/japan-util.el (japanese-symbol-table): Add entries for
1481         cp932-2-byte.
1483         * international/characters.el: Add category `j' to cp932-2-byte.
1485 2009-08-27  Kenichi Handa  <handa@m17n.org>
1487         * international/fontset.el (build-default-fontset-data): New macro.
1488         (setup-default-fontset): Use build-default-fontset-data for CJK,
1489         tibetan, ethiopic, and ipa.
1491 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1493         * cus-start.el (default-major-mode): Customize `major-mode' instead.
1494         (enable-multibyte-characters): Not customizable any more.
1496         * subr.el (default-mode-line-format, default-header-line-format)
1497         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
1498         (default-direction-reversed, default-truncate-lines)
1499         (default-left-margin, default-tab-width, default-case-fold-search)
1500         (default-left-margin-width, default-right-margin-width)
1501         (default-left-fringe-width, default-right-fringe-width)
1502         (default-fringes-outside-margins, default-scroll-bar-width)
1503         (default-vertical-scroll-bar, default-indicate-empty-lines)
1504         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
1505         (default-fringe-cursor-alist, default-scroll-up-aggressively)
1506         (default-scroll-down-aggressively, default-fill-column)
1507         (default-cursor-type, default-buffer-file-type)
1508         (default-cursor-in-non-selected-windows)
1509         (default-buffer-file-coding-system, default-major-mode)
1510         (default-enable-multibyte-characters): Mark as obsolete.
1512 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
1514         * vc-dir.el (vc-dir-update): Remove debug helper.
1516         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
1518 2009-08-26  Sam Steingold  <sds@gnu.org>
1520         * simple.el (save-interprogram-paste-before-kill): New user option.
1521         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
1522         save the interprogram-paste into kill-ring before overriding it
1523         with the Emacs kill.
1525 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
1527         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
1528         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
1529         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
1530         and move to vc-rcs.el.
1531         (vc-default-next-revision): Rename to vc-rcs-next-revision and
1532         move to vc-rcs.el.
1533         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
1534         (vc-rcs-update-changelog): Remove.
1535         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
1536         and move to vc-rcs.el.
1538         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
1539         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
1540         renaming.
1541         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
1542         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
1543         vc.el, renamed to be RCS specific.
1545         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
1546         New functions.
1547         (vc-cvs-update-changelog): Move here from vc.el.
1549         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
1550         New functions.
1552 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
1556 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
1558         * vc-git.el (vc-git-register): Use "git add" for directories.
1559         (vc-git-stash, vc-git-stash-show): New functions.
1560         (vc-git-extra-menu-map): Bind them.
1562         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
1563         directory correctly in case the item is a directory itself.
1565         * vc.el: Document the desired behavior for reverted files in the
1566         `added' state.
1567         (vc-default-prettify-state-info): Remove function, unused.
1569         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
1571 2009-08-26  Glenn Morris  <rgm@gnu.org>
1573         * bindings.el (standard-mode-line-format): Reposition dashes in
1574         which-func entry.  (Bug#4217)
1576         * files.el (enable-local-variables, enable-local-eval)
1577         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
1578         the defcustoms.
1579         (auto-mode-alist, ignored-local-variables)
1580         (save-some-buffers-action-alist): Move risky declarations to the
1581         definitions.
1582         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
1583         (font-lock-defaults, format-alist, imenu--index-alist)
1584         (imenu-generic-expression, input-method-alist, minor-mode-alist)
1585         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
1586         (mode-line-modified, mode-line-mule-info, mode-line-position)
1587         (mode-line-process, mode-line-remote, outline-level)
1588         (parse-time-rules, rmail-output-file-alist)
1589         (special-display-buffer-names, vc-mode):
1590         Move risky declarations to the relevant files.
1591         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
1592         (mode-line-modified, mode-line-process, mode-line-position)
1593         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
1594         * font-core.el (font-lock-defaults):
1595         * format.el (format-alist):
1596         * vc-hooks.el (vc-mode):
1597         * window.el (special-display-buffer-names):
1598         * international/mule-cmds.el (input-method-alist):
1599         Define riskiness here (dumped file) rather than in files.el.
1600         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
1601         * imenu.el (imenu-generic-expression, imenu--index-alist):
1602         * outline.el (outline-level):
1603         * time.el (display-time-string):
1604         * calendar/parse-time.el (parse-time-rules):
1605         * mail/rmailout.el (rmail-output-file-alist):
1606         Autoload riskiness here, rather than placing in files.el.
1608 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
1610         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
1612 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1614         * simple.el (process-file-side-effects): New defvar.
1616         * dired-aux.el (dired-show-file-type):
1617         * vc.el (vc-diff-internal):
1618         * vc-arch.el (vc-arch-diff):
1619         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
1620         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
1621         * vc-git.el (vc-git-registered, vc-git-working-revision)
1622         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
1623         (vc-git--empty-db-p):
1624         * vc-hooks.el (vc-user-login-name):
1625         * vc-svn.el (vc-svn-registered, vc-svn-state)
1626         (vc-svn-dir-extra-headers, vc-svn-find-revision):
1627         * progmodes/grep.el (grep-probe): Let-bind
1628         `process-file-side-effects' with nil.
1630         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
1632         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
1633         daemon.  Replace ping by checking for running service for bluez
1634         and zeroconf.  (Bug#4239)
1636 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1638         * net/dig.el (dig): Add autoload cookie.
1640 2009-08-25  Glenn Morris  <rgm@gnu.org>
1642         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
1643         load-history for absolute file-names.
1644         (byte-compile-file-form-require): Warn about use of the cl package.
1646         * format.el (format-alist): Doc fix.
1648         * play/bubbles.el (top-level): Don't require cl at run-time.
1650         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
1651         run-time cl).
1653 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
1655         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
1656         from cl package.
1657         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
1659 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
1661         * calc/calc-alg.el (math-trig-rewrite)
1662         (math-hyperbolic-trig-rewrite): New functions.
1663         (calc-simplify): Simplify trig functions when asked.
1665 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1667         * diff-mode.el (diff-find-source-location): Avoid goto-line.
1669 2009-08-24  Kenichi Handa  <handa@m17n.org>
1671         * language/ind-util.el (mapthread): Delete it.
1672         (combinatorial): New function.
1673         (indian--puthash-cv): Use combinatorial instead of mapthread.
1675 2009-08-22  Kevin Ryde  <user42@zip.com.au>
1677         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
1678         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
1679         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
1680         Clarify docstring that the value is strings not symbols.
1681         (checkdoc-list-of-strings-p): New function.
1683 2009-08-22  Glenn Morris  <rgm@gnu.org>
1685         * files.el (auto-mode-alist):
1686         * hippie-exp.el (he-concat-directory-file-name):
1687         * lpr.el (lpr-windows-system, printer-name):
1688         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
1689         * ps-print.el (ps-windows-system):
1690         * startup.el (command-line):
1691         * emulation/viper-ex.el (viper-glob-function):
1692         * international/mule-cmds.el (set-language-environment-coding-systems):
1693         * net/ange-ftp.el (ange-ftp-write-region):
1694         * obsolete/fast-lock.el (fast-lock-cache-name):
1695         Remove code for defunct system-types emx, macos, mswindows, next-mach,
1696         unisoft-unix, vax-vms, win32, w32.
1698         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
1699         given name if the pattern is not more specific.
1701         * calendar/lunar.el (lunar-phase-names): New option.
1702         (lunar-phase): Doc fix.
1703         (lunar-cycles-per-year): New constant.
1704         (lunar-index): New function.
1705         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
1706         (lunar-phase-name): Use lunar-phase-names.
1707         (calendar-lunar-phases): Use format.
1708         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
1710         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
1711         Copy imenu-example--name-and-position function here for own use.
1712         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
1714         * bs.el (bs--redisplay):
1715         * cus-edit.el (custom-redraw):
1716         * ibuffer.el (ibuffer-bury-buffer):
1717         * server.el (server-goto-line-column):
1718         * startup.el (command-line-1):
1719         * strokes.el (strokes-xpm-for-stroke):
1720         * term.el (term-display-buffer-line):
1721         * view.el (View-goto-line):
1722         * calc/calc.el (calc-do, calc-trail-buffer):
1723         * play/gamegrid.el (gamegrid-add-score-insecure):
1724         * progmodes/ada-mode.el (ada-compile-goto-error):
1725         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
1726         (ebrowse-select-1st-to-9nth):
1727         * progmodes/cperl-mode.el (cperl-time-fontification):
1728         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
1729         * progmodes/gud.el (gud-display-line):
1730         (idlwave-shell-display-line):
1731         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
1732         * progmodes/make-mode.el (makefile-browser-toggle):
1733         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
1734         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
1735         * textmodes/picture.el (picture-draw-rectangle):
1736         * textmodes/reftex-index.el (reftex-index-goto-letter):
1737         (reftex-select-jump-to-previous):
1738         * textmodes/reftex-sel.el (reftex-find-start-point)
1739         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
1740         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
1741         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
1742         * textmodes/tex-mode.el (tex-compilation-parse-errors):
1743         * textmodes/two-column.el (2C-associated-buffer):
1744         Use forward-line rather than goto-line.
1746         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
1747         goto-line.
1749         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
1750         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
1751         (quick-check-list-to-regexp): Declare.
1753         * progmodes/make-mode.el (makefile-browser-insert-selection):
1754         Use goto-char rather than goto-line.
1756         * progmodes/prolog.el (compilation-error-regexp-alist)
1757         (compilation-forget-errors): Declare.
1759 2009-08-22  Juri Linkov  <juri@jurta.org>
1761         * progmodes/grep.el (lgrep, rgrep): At the beginning
1762         set `dir' to `default-directory' unless `dir' is a non-nil
1763         readable directory.  (Bug#4052)
1764         (lgrep, rgrep): Change a weird way to report an error
1765         from using `read-string' to using `error'.
1766         Instead of using interactive arguments in the function body,
1767         add new argument `confirm'.
1769 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1771         * textmodes/remember.el (remember-buffer):
1772         * progmodes/cperl-mode.el (cperl-vc-header-alist):
1773         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
1774         (icalendar-extract-ical-from-buffer):
1775         * net/newst-treeview.el (newsticker-groups-filename):
1776         * net/newst-backend.el (newsticker-cache-filename):
1777         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
1778         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
1779         (speedbar-add-ignored-path-regexp, speedbar-line-path)
1780         (speedbar-buffers-line-path, speedbar-path-line)
1781         (speedbar-buffers-line-path):
1782         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
1783         (epg-sign-keys):
1784         * epa.el (epa-display-verify-result):
1785         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
1787 2009-08-21  Glenn Morris  <rgm@gnu.org>
1789         * progmodes/js.el (inferior-moz-process): Fix declaration.
1791         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
1793         * obsolete/rnewspost.el (news-mail-reply):
1794         Use goto-char rather than goto-line.
1796         * term/ns-win.el (ns-open-file-select-line):
1797         Use line-beginning-position rather than goto-line.
1799         * apropos.el (apropos-command):
1800         * ehelp.el (electric-helpify):
1801         * printing.el (pr-show-setup):
1802         * strokes.el (strokes-help):
1803         * tutorial.el (tutorial--describe-nonstandard-key)
1804         (tutorial--detailed-help):
1805         * woman.el (woman-mini-help, woman-display-extended-fonts):
1806         * calc/calc-help.el (calc-describe-key):
1807         * emulation/edt.el (edt-electric-helpify):
1808         * international/mule-diag.el (mule-diag):
1809         * play/yow.el (apropos-zippy):
1810         * progmodes/python.el (python-describe-symbol):
1811         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
1812         * textmodes/table.el (*table--cell-describe-mode)
1813         (*table--cell-describe-bindings):
1814         Use help-print-return-message rather than the now obsolete alias.
1816         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
1817         (calendar-cursor-to-visible-date):
1818         * play/5x5.el (5x5-position-cursor):
1819         * play/decipher.el (decipher):
1820         * play/gomoku.el (gomoku-goto-xy):
1821         * play/landmark.el (lm-goto-xy):
1822         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
1823         (mpuz-paint-digit):
1824         Use forward-line, not goto-line.
1826         * mail/rmail.el (rmail-obsolete): Delete custom group.
1827         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
1828         (rmail-remote-password, rmail-remote-password-required):
1829         Remove unneeded :set-after and :set properties.
1831 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
1833         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
1835 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
1837         * loadup.el: Remove leftover macos code.
1839         * vc-git.el (vc-git-annotate-command): Run asynchronously.
1840         Explicitly pass the date format to git blame so that user local
1841         so that the output format can be parsed.
1843 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
1845         * net/dbus.el (top): Don't check for (getenv
1846         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
1848 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
1850         * log-edit.el (log-edit-strip-single-file-name): New var.
1851         (log-edit-insert-changelog): Use it.  Bug#3571
1853 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1855         * subr.el (read-passwd): Use read-key so keypad keys work as well.
1856         Bug#3287
1858         * help.el (help-print-return-message): Rename from
1859         print-help-return-message.
1861         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
1862         cvs-mode-map parent hack.
1863         (log-view-mode): Derive from special-mode.
1865         * linum.el (linum-mode): window-size-change-functions is redundant.
1866         Adapt to new window-configuration-change-hook behavior.
1867         (linum-after-size, linum-after-config): Remove.
1869         * imenu.el (imenu-example--name-and-position)
1870         (imenu-example--lisp-extract-index-name)
1871         (imenu-example--create-lisp-index, imenu-example--create-c-index):
1872         Mark as obsolete.
1874         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
1875         (inferior-prolog-mode): Use it.
1876         (inferior-prolog-load-file): Reset list of errors.
1878 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1880         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
1882         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
1884 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
1886         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
1887         is running already.
1889 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1891         * subr.el (listify-key-sequence-1): Use normal syntax since those
1892         integers are nowadays always represented by the same (positive) number
1893         on all platforms.
1894         (read-key-empty-map): New const.
1895         (read-key-delay): New var.
1896         (read-key): New function.
1897         (force-mode-line-update): Use with-current-buffer.
1898         (locate-user-emacs-file): Don't forget to abbreviate the file name.
1899         (start-process-shell-command, start-file-process-shell-command):
1900         Discourage the use of command-args.
1902 2009-08-19  Glenn Morris  <rgm@gnu.org>
1904         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
1906 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * simple.el (choose-completion-string): Don't rely on
1909         minibuffer-completing-file-name and ad-hoc checks to decide whether
1910         to continue completion or not.
1912         * minibuffer.el (minibuffer-hide-completions): New function.
1913         (completion--do-completion): Use it.
1914         (completions-annotations): New face.
1915         (completion--insert-strings): Use it.
1916         (completion-pcm--delim-wild-regex): Add docstring.
1917         (completion-pcm--string->pattern): Add support for 0-width delimiters
1918         in completion-pcm--delim-wild-regex.
1920 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
1923         Remove unused var `buffer-modified-p'.
1925         * minibuffer.el (completion--do-completion): Move point for the #b001
1926         case as well (bug#4176).
1927         (minibuffer-complete, minibuffer-complete-word): Don't move point.
1929 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
1931         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
1932         and :session buses.
1934 2009-08-18  Kenichi Handa  <handa@m17n.org>
1936         * international/ucs-normalize.el (ucs-normalize-version):
1937         Change to 1.1.
1938         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
1939         (utf-8-hfs): Make it perform normalization on encoding too.
1941         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
1942         (sentence-end-without-space): Delete duplicated chars.
1943         (sentence-end-base): Likewise.
1945         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
1946         (html-mode): Delete duplicated chars from sentence-end-base.
1948         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
1949         (texinfo-mode): Delete duplicated chars from sentence-end-base.
1951 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
1953         * files.el (hack-one-local-variable): If the mode function is for
1954         a minor mode, pass it an argument (Bug#4148).
1956 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
1958         * net/tramp.el (tramp-register-completion-file-name-handler):
1959         Check also for (member 'partial-completion completion-styles).
1961 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1963         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
1964         abbrev (Bug#3943).
1966 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
1968         * progmodes/cperl-mode.el: Merge upstream 6.2.
1969         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
1970         (cperl-forward-re): Check cperl-brace-recursing.
1971         (cperl-highlight-charclass): New function.
1972         (cperl-find-pods-heres): Use it.
1973         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
1974         (cperl-beautify-regexp-piece): Fix column calculation.
1975         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
1976         (cperl-beautify-level): Don't process entire regexp.
1977         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
1978         calling man.
1979         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
1980         (cperl-init-faces): Build a list in the normal way.
1982 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1984         * calendar/parse-time.el (parse-time-string-chars): Save match
1985         data.
1987 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1989         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
1990         (sql-product): Use it.
1991         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
1992         (sql-set-product): Add completion.
1993         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
1994         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
1995         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
1996         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
1997         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
1998         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
1999         (sql-highlight-db2-keywords): Remove.
2000         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2001         (sql-highlight-product): Use derived-mode-p.
2002         (sql-set-sqli-buffer): Use with-current-buffer.
2003         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
2004         Simplify.
2006         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
2008         * term.el: Fix commenting convention, turn comments into docstrings.
2010 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
2012         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
2014 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2016         * calendar/parse-time.el (parse-time-string-chars): Compute using
2017         character classes, to handle non-ascii characters (Bug#3190).
2019 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2021         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
2022         another heredoc if the user adds another < (Bug#3226).
2024         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
2025         Don't initialize based on window-system (Bug#4124).
2027         * facemenu.el (facemenu-read-color): Use a completion function
2028         that accepts any defined color, such as RGB triplets (Bug#3677).
2030         * files.el (get-free-disk-space): Change fallback default
2031         directory to /.  Expand DIR argument before switching to fallback.
2032         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
2034 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2036         * files.el (load-library): Doc fix.
2038 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
2040         * viper-cmd.el (viper-insert-isearch-string): New function.
2041         (viper-if-string): Redefine C-s in the minibuffer to insert the last
2042         incremental search string.
2044         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
2045         XEmacs.
2047         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
2048         (ediff-merge-region-is-non-clash)
2049         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
2050         Also check if the job is really a merge job.
2052         * ediff.el (ediff-current-file): New function.
2054 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2056         * progmodes/js.el: Edit docstrings throughout to follow Emacs
2057         conventions.
2058         (js-insert-and-indent): Delete function.
2059         (js-mode-map): Don't bind keys to js-insert-and-indent.
2060         (js-beginning-of-defun): Rename from js--beginning-of-defun.
2061         (js-end-of-defun): Rename from js--end-of-defun.
2062         (js-auto-indent-flag): Delete variable.
2064 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
2066         * progmodes/js.el: Remove proclaim statement.
2067         Defvar which-func-imenu-joiner-function to silence compiler.
2069         * files.el (auto-mode-alist): Use js-mode for .js files.
2071         * progmodes/js2-mode.el: Remove file.
2073         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
2075         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
2077         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
2079 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
2080             Karl Landstrom  <karl.landstrom@brgeight.se>
2082         * progmodes/js.el: New file.
2084 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
2086         * timezone.el (timezone-parse-date): Add ability to understand ISO
2087         basic format (minimal separators) dates in addition to the
2088         already-supported extended format dates.
2090 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
2092         * international/ucs-normalize.el: Add a `coding' file variable.
2094         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
2096 2009-08-14  Sam Steingold  <sds@gnu.org>
2098         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2100 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2102         * faces.el (help-argument-name): Define it here instead of
2103         help-fns.el, because in daemon mode help-fns.el may be loaded when
2104         faces are still uninitialized (Bug#1078).
2106         * help-fns.el (help-argument-name): Move defface to faces.el.
2108 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
2110         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
2111         create buffer with a pty but no process so that GDB can make the
2112         inferior the controlling process.
2114 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
2116         * international/ucs-normalize.el: New file.
2118 2009-08-13  Richard Stallman  <rms@gnu.org>
2120         * mail/rmail.el (rmail-get-attr-names):
2121         Accept an attribute header that is too short.
2123         * mail/rmail.el (rmail-forget-messages):
2124         Ignore nil elt in rmail-message-vector.  Use dotimes.
2126         * progmodes/compile.el (compilation-goto-locus):
2127         Use next-error-move-function.
2129         * simple.el (next-error-move-function): New variable.
2131 2009-08-12  Juri Linkov  <juri@jurta.org>
2133         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
2134         always non-nil.  (Bug#4052)
2136         * replace.el (read-regexp): Return empty string when
2137         `default-value' is nil.
2138         (keep-lines-read-args): Don't use empty string as the
2139         default value for `read-regexp'.  (Bug#2495)
2141 2009-08-12  Juri Linkov  <juri@jurta.org>
2143         * international/mule-cmds.el (ucs-insert): Change arguments
2144         from `arg' to `character', `count', `inherit' to be the same
2145         as in `insert-char'.  Doc fix.  (Bug#4039)
2147         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
2149 2009-08-12  Juri Linkov  <juri@jurta.org>
2151         * files-x.el: New file.
2153         * files.el: Move code that deals with adding/deleting
2154         file/directory-local variables to files-x.el.
2156         * Makefile.in (ELCFILES): Add files-x.elc.
2158 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
2160         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
2161         to use `goto-line'.
2162         (gdb-place-breakpoints, gdb-get-location): Rewritten without
2163         `goto-line'.
2164         (gdb-invalidate-disassembly): Do not refresh upon receiving
2165         'update signal.  Instead, update all disassembly buffers only after
2166         threads list.
2167         (gdb): Send -target-detach when buffer is killed (#3794).
2168         (gdb-starting): Moved -data-list-register-names...
2169         (gdb-stopped): ...here so it's sent when first thread stops.
2170         (gdb-registers-handler-custom): Do nothing if register names are
2171         unknown yet.
2173         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
2174         from `gdb-mi.el' to avoid extra tangling.
2176         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
2177         change which breaks `gud-def' definitions used in `gdb'.
2178         (gdb-update-gud-running): No extra fuss for updating frame number.
2180 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2182         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
2183         (describe-language-environment-map, setup-language-environment-map)
2184         (set-coding-system-map): Move initialization into declaration.
2185         (set-language-info-alist): Last arg to define-key-after can be skipped.
2187         * international/quail.el (quail-completion-1): Simplify.
2188         (quail-define-rules): Use slightly more compact code.
2189         (quail-insert-decode-map): Propertize keys, compact columns.
2191         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2192         Add goto-line.
2194 2009-08-10  Miles Bader  <miles@gnu.org>
2196         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
2197         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
2198         (js2-instance-member, js2-private-member, js2-private-function-call)
2199         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
2200         (js2-magic-paren, js2-external-variable):
2201         Remove "-face" suffix from face names.
2202         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
2203         (js2-highlight-undeclared-vars, js2-peek-token)
2204         (js2-parse-function-params, js2-mode-show-errors)
2205         (js2-mode-show-warnings, js2-make-magic-delimiter)
2206         (js2-mode-highlight-magic-parens): Update to use new face names.
2208 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
2210         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
2211         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
2213 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
2215         * subr.el: Provide hashtable-print-readable.
2217         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
2218         hs-c-like-adjust-block-beginning.
2219         (hs-hide-block-at-point): Stop hiding at the beginning of
2220         hs-block-end-regexp (Bug#700).
2222 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
2224         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
2225         a macro.
2226         (gdb-registers-handler-custom): Do not fail when register names
2227         are unavailable.
2229 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
2231         * progmodes/gdb-mi.el (gdb-control-all-threads)
2232         (gdb-control-current-thread): Interactive setters for
2233         `gdb-gud-control-all-threads' to use in menu.
2234         (gdb-show-run-p): Show «Go» when process is not active.
2235         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
2236         gud/thread.xpm and gud/all.xpm.
2238 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
2240         * net/net-utils.el (net-utils-font-lock-keywords): New var.
2241         (nslookup-font-lock-keywords): Make it a variable.
2242         (net-utils-mode): New mode for viewing diagnostic network output.
2243         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
2244         (net-utils-run-simple): New function.
2245         (ifconfig, iwconfig, netstat, arp, route): Use it.
2247 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
2249         * progmodes/gdb-mi.el (gdb-read-memory-custom)
2250         (gdb-memory-set-address, def-gdb-set-positive-number)
2251         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
2252         after changing settings.
2253         (gdb-invalidate-disassembly): Update when first shown.
2254         (gdb-edit-locals-value): Fixed.
2255         (gdb-registers-handler-custom): Print registers in right order and
2256         allow changing register values (only for current thread yet).
2257         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
2258         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
2259         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
2260         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
2261         info in mode name.
2262         (gdb-registers-mode-map): TAB to switch to locals.
2264 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
2266         * mail/rmail.el (rmail-add-mbox-headers)
2267         (rmail-set-message-counters-counter): Search for
2268         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
2270 2009-08-08  Glenn Morris  <rgm@gnu.org>
2272         * Makefile.in (ELCFILES): Update.
2274 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
2276         * mail/sendmail.el (mail-yank-original): Set
2277         buffer-file-coding-system from the one used by the message whose
2278         text is yanked.
2280         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
2281         to "windows" when "pgnuplot" is used.
2282         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
2283         call accept-process-output if "pgnuplot" is used.
2284         (calc-graph-init): Don't send -display and -geometry to
2285         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
2286         running "pgnuplot -V" with shell-command-to-string.
2288         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
2289         the default.
2291 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
2293         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
2294         org/org-latex.elc.
2296 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
2298         * vc-dispatcher.el (vc-resynch-window): Update comment.
2300         * term.el (term-handle-ansi-escape): Add comments with the
2301         terminfo capabilities implemented.
2303 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
2305         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
2306         (gdb-var-create-handler): Rewritten using JSON parser.
2307         (gdb-propertize-header): Moved earlier.
2308         (gdb-set-header): Removed to avoid duplication.
2309         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
2310         Refresh disassembly buffers only after threads list have been
2311         update.
2312         (gdb-threads-header, gdb-registers-header): Per-buffer header line
2313         variables.
2315 2009-08-04  Juri Linkov  <juri@jurta.org>
2317         * files.el: Commands to add/delete file/directory-local variables.
2318         (read-file-local-variable, read-file-local-variable-value)
2319         (read-file-local-variable-mode, modify-file-local-variable)
2320         (modify-file-local-variable-prop-line)
2321         (modify-dir-local-variable): New functions.
2322         (add-file-local-variable, delete-file-local-variable)
2323         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
2324         (add-dir-local-variable, delete-dir-local-variable)
2325         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
2326         (copy-dir-locals-to-file-locals-prop-line): New commands.
2328 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
2330         * abbrev.el (insert-abbrev-table-description): Prettify output.
2331         Suggested by Karl Chen.
2333 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
2335         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
2336         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
2337         (gdb-overlay-arrow-position, gdb-thread-position)
2338         (gdb-disassembly-position): Declare variables.
2339         (gdb-wait-for-pending): Function now.
2340         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
2341         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
2342         compilation goes smoothly.
2343         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
2344         (gdb-non-stop-setting): New customization setting which replaces
2345         `gdb-non-stop' so changing it doesn't break active GDB session.
2346         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
2347         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
2348         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
2349         (gdb-show-threads-by-default): New customization options.
2350         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
2351         routines.
2352         (gdb-get-buffer-create): Send buffers update signal when they are
2353         created.
2354         (gdb-invalidate-locals, gdb-invalidate-registers)
2355         (gdb-invalidate-breakpoints)
2356         (gdb-invalidate-threads, gdb-invalidate-disassembly)
2357         (gdb-invalidate-memory): Accept update signal.
2358         (gdb-current-context-command): Use --frame option.
2359         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
2360         Implement `gdb-frame-number' selection logic.
2361         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
2362         whether to show GUD toolbar buttons.
2363         (gdb-thread-exited): Unselect current thread when it exits.
2364         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
2365         (gdb-mark-line): Routine which sets overlay arrow or inverses
2366         video on fringeless displays.
2367         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
2368         to build aligned columns of data in GDB buffers and set text
2369         properties line-by-line.
2370         (gdb-invalidate-breakpoints)
2371         (gdb-breakpoints-list-handler-custom)
2372         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
2373         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
2374         (gdb-registers-handler-custom): Align data columns.
2375         (gdb-locals-handler-custom): Now prints data like in variable
2376         declarations.
2377         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
2378         Removed confusing buttons.
2379         (gdb-invalidate-threads): Append --frame.
2380         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
2381         between breakpoints/threads buffers.
2382         (gdb-set-window-buffer): Now can ignore dedicated windows.
2383         (gdb-propertize-header): Use `gdb-set-window-buffer'.
2384         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
2385         (def-gdb-thread-buffer-gud-command): Replaces
2386         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
2387         for fine thread control.
2388         (gdb-preempt-existing-or-display-buffer): New function used to
2389         display bound buffers without breaking window layout.
2390         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
2391         (gdb-select-frame): New version of `gdb-frames-select' which now
2392         sets `gdb-frame-number' so commands may use --frame option instead
2393         of inner debugger state.
2394         (gdb-frame-handler): Do not set `gdb-frame-number'.
2395         (gdb-threads-mode-map): Select threads with mouse.
2397         * progmodes/gud.el (gdb-gud-context-call): Declare function to
2398         avoid compilation warning.
2399         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
2400         `gdb-show-stop-p`.
2402         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
2403         Argument `key' renamed to `buffer-type'.
2404         (gdb-current-context-buffer-name): Do not add thread info to
2405         buffer name when no thread is selected.
2406         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
2407         command (bug 3794).
2408         (gdb-thread-selected): Handle `=thread-selected' notification.
2409         (gdb-wait-for-pending): New macro to deal with congestion problems.
2410         (gdb-breakpoints-list-handler-custom): Don't fail on pending
2411         breakpoints.
2412         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
2413         This fixes problem similar to one described in bug 3947.
2414         (gud-menu-map): More menu items.
2415         (gdb-init-1): Reset `gdb-thread-number' to nil.
2417         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
2418         non-stop settings.
2420         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
2421         (gdb-current-context-command): Do not append --thread if
2422         `gdb-thread-number' is nil.
2423         (gdb-running-threads-count, gdb-stopped-threads-count): New
2424         variables.
2425         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
2426         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
2427         customization options.
2428         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
2429         GUD commands.
2430         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
2431         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
2432         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
2433         set `gdb-thread-number' and update `gud-running' properly.
2434         (gdb-running): Update threads list when new threads appear.
2435         (gdb-stopped): Support non-stop operation and new thread switching
2436         logic.
2437         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
2438         (gdb-json-partial-output): New set of JSON routines.
2439         (def-gdb-auto-update-trigger): New `signal-list' optional
2440         argument.
2441         (gdb-thread-list-handler-custom): Update `gud-running',
2442         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
2443         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
2444         (gdb-continue-thread, gdb-step-thread): New commands for fine
2445         thread execution control.
2446         (gud-menu-map): New menu items to switch non-stop options.
2447         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
2448         (gdb-send): Mimic RET properly (bug 3794).
2450         * progmodes/gdb-mi.el (gdb-rules-name-maker)
2451         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
2452         gdb-buffer-rules.
2453         (def-gdb-auto-update-handler): New nopreserve optional argument.
2454         (gdb-stack-list-frames-custom): Print stack from top to bottom.
2456         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
2457         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
2458         (gdb-parent-mode): New mode to derive other GDB modes from.
2459         (gdb-display-disassembly-for-thread)
2460         (gdb-frame-disassembly-for-thread): New commands for threads
2461         buffer.
2463         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
2464         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
2465         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
2466         (gdb-update): We now store all GDB buffers in a list so that they
2467         can be updated by traversing a list instead of calling invalidate
2468         triggers explicitly.
2469         (def-gdb-trigger-and-handler): New macro to define trigger-handler
2470         pair for GDB buffer.
2471         (gdb-stack-buffer-name): Add thread information.
2472         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
2473         handle pending triggers.
2474         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
2475         (def-gdb-thread-buffer-simple-command)
2476         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
2477         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
2478         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
2479         New commands which show buffers bound to thread.
2480         (gdb-stack-list-locals-regexp): Removed unused regexp.
2482         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
2483         (gdb-locals-buffer-name, gdb-registers-buffer-name)
2484         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
2485         to (gud-comint-buffer) in *-buffer-name functions
2486         because (gdb-get-target-string) already does that.
2487         (gdb-locals-handler-custom, gdb-registers-handler-custom)
2488         (gdb-changed-registers-handler): Rewritten without regexps.
2490         * progmodes/gdb-mi.el Basic thread selection support.
2491         (gdb-thread-number): New variable.
2492         (gdb-current-context-command): New macro which adds --thread
2493         option to command.
2494         (gdb-threads-mode-map): Select thread with SPC.
2495         (gdb-thread-list-handler-custom): Mark current thread with overlay
2496         arrow.  Synchronize GDB thread and Emacs thread.
2497         (gdb-select-thread): New command which selects current thread.
2498         (gdb-invalidate-frames, gdb-invalidate-locals)
2499         (gdb-invalidate-registers): Use --thread option.
2501 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
2503         * net/tramp.el (top): Make check for tramp-gvfs loading more
2504         robust.  (Bug#3977)
2505         (tramp-handle-insert-file-contents): `unwind-protect' must be
2506         inside `with-parsed-tramp-file-name'.
2508         * net/tramp-gvfs.el (top): Remove superfluous message when loading
2509         fails.
2511 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
2513         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
2514         directory if CLASSPATH is not set.
2516 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
2518         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
2519         New defconst.
2520         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
2522 2009-08-02  Kevin Ryde  <user42@zip.com.au>
2524         * net/newst-backend.el (newsticker--raw-url-list-defaults):
2525         Update freshmeat link.  Delete newsforge.com as it seems gone.
2527 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
2529         * select.el (x-set-selection): Doc fix (Bug#4021).
2531         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
2533         * help-fns.el (describe-variable): Treat list return values from
2534         dir-locals-find-file properly (Bug#4005).
2536 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
2538         * net/tramp.el (tramp-debug-message): Print also microseconds.
2540 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
2542         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
2543         or END is non-nil.
2544         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
2545         (tramp-get-debug-buffer): Change `outline-regexp' according to new
2546         format.
2548         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
2549         (tramp-get-file-property): Use it.
2551         * autorevert.el (auto-revert-handler): Allow
2552         `auto-revert-tail-mode' for remote files.
2554 2009-08-02  Jason Rumney  <jasonr@gnu.org>
2556         * minibuffer.el (read-file-name): Treat confirm options to
2557         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
2559 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
2561         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
2562         (font-lock-variable-name-face, font-lock-constant-face): Darken
2563         the colors for light backgrounds.
2565 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
2567         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
2568         month names.  (Bug#3987)
2570 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
2572         * simple.el (line-move-finish): Pass whole number to
2573         line-move-to-column.
2574         (line-move-visual): Perform hscroll to the recorded position.
2576 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
2578         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
2580 2009-07-29  Alan Mackenzie  <acm@muc.de>
2582         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
2584 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
2586         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
2587         (gdb-place-breakpoints): Use full path when setting breakpoints.
2589 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
2591         * calc/calc.el (calc-mode-map): Add keybinding for
2592         `calc-transpose-lines'.
2594 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
2596         * calc/calc-misc.el (calc-transpose-lines): New function.
2598 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
2600         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
2601         Simplify check for out-of-band methods.
2602         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
2603         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
2605 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
2607         * vc-git.el (vc-git-checkin): Fix typo.
2609 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
2611         * progmodes/js2-mode.el: New file.
2613 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
2615         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
2616         (gud-menu-map): Adjust tooltip accordingly.
2618 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2620         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
2621         (vc-bzr-log-view-mode): Adjust log-view-file-re.
2623         * add-log.el (change-log-mode-map): Add a menu.
2625 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
2627         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
2628         function returns nil.
2629         (dbus-handle-event): Handle special return value :ignore.
2630         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
2632 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
2634         * view.el (view-mode-enable): Don't define Helper-return-blurb if
2635         it's not needed.
2637 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
2639         Fix Bug#3888:
2641         * w32-vars.el (x-select-enable-clipboard): Doc fix.
2643         * term/pc-win.el (x-display-name, x-colors)
2644         (x-select-enable-clipboard, x-select-text): Doc fix.
2646         * term/common-win.el (x-display-name, x-colors): Doc fix.
2648         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
2649         (xw-defined-colors): Doc fix.
2651         * w32-fns.el (x-select-text, x-setup-function-keys)
2652         (x-get-selection, x-set-selection): Doc fix.
2654         * term/x-win.el (x-select-text, x-setup-function-keys)
2655         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
2657         * select.el (x-set-selection): Doc fix.
2659 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
2661         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
2662         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
2663         "IsNSSSupportAvailable" method is not available.  Reported by
2664         Steve Youngs <steve@sxemacs.org>.
2666 2009-07-24  Kenichi Handa  <handa@m17n.org>
2668         * international/characters.el: Fix setting of category ?C, ?|, ?K,
2669         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
2670         (build-unicode-category-table): Fix range checks.
2672 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2674         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
2675         the buffer we try to sync is current when calling
2676         vc-resynch-buffer.
2678         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
2679         not show up to date files.
2681 2009-07-24  Glenn Morris  <rgm@gnu.org>
2683         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
2684         Add autoload cookies.  If necessary, initialize.
2685         (elint-log): Handle non-file buffers.
2686         (elint-initialize): Add optional argument to reinitialize.
2687         (elint-find-builtin-variables): Save excursion.
2689 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2691         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2692         for Lint.
2694 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2696         * vc.el (vc-print-log-internal): New function, split out from ...
2697         (vc-print-log): ... here.
2698         (vc-dir-move-to-goal-column): Declare.
2700         * vc-git.el (vc-git-add-signoff): New variable.
2701         (vc-git-checkin): Use it.
2702         (vc-git-toggle-signoff): New function.
2703         (vc-git-extra-menu-map): Bind it to menu.
2704         (vc-git--run-command-string): Accept a nil FILE argument.
2705         (vc-git-stash-list): New function.
2706         (vc-git-dir-extra-headers): Use it.
2708 2009-07-23  Glenn Morris  <rgm@gnu.org>
2710         * help-fns.el (describe-variable): Describe ignored and risky local
2711         variables in a similar way to that in which we describe safe ones.
2713         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
2714         (byte-compile-output-file-form, byte-compile-output-docform)
2715         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
2716         Give some more local variables with common names a "bytecomp-" prefix,
2717         so as not to shadow things during compilation.
2718         * emacs-lisp/cl-macs.el (load-time-value)
2719         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
2720         `outbuffer' to `bytecomp-outbuffer'.
2722         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
2723         since the next two variables cover them automatically now.
2724         (elint-builtin-variables, elint-autoloaded-variables): New.
2725         (elint-unknown-builtin-args): Remove all members, since they can be
2726         parsed automatically now.
2727         (elint-extra-errors): New.
2728         (elint-env-add-env, elint-env-add-macro): Use cadr.
2729         (elint-current-buffer): Use or.  Change final message.
2730         (elint-get-top-forms): Use line-end-position.
2731         (elint-init-env): Use cadr.  Handle autoload, declare-function,
2732         and defalias.
2733         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
2734         (regexp-assoc): Remove unused function.
2735         (elint-top-form): Set elint-current-pos, to record the start of the
2736         top-level form, for compilation-mode.
2737         (elint-form): Trap errors in macro expansion.  Use dolist.
2738         (elint-unbound-variable): Use elint-builtin-variables and
2739         elint-autoloaded-variables.
2740         (elint-get-args): Use cadr, or.
2741         (elint-check-cond-form): Use dolist, cadr.
2742         (elint-check-condition-case-form): Doc fix.  Use cadr.
2743         Use elint-extra-errors.
2744         (elint-log): New function.
2745         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
2746         Distinguish errors and warnings.
2747         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
2748         Use a bytecomp-style format.
2749         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
2750         (elint-get-log-buffer): Use compilation mode.  Disable undo.
2751         Don't truncate lines.
2752         (elint-initialize): Set builtin and autoloaded variable lists.
2753         Only process elint-unknown-builtin-args if non-nil.
2754         (elint-find-builtin-variables, elint-find-autoloaded-variables):
2755         New functions.
2756         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
2758 2009-07-22  Kevin Ryde  <user42@zip.com.au>
2760         * net/newst-backend.el (newsticker--parse-atom-1.0)
2761         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
2762         (newsticker--parse-rss-1.0):
2763         * progmodes/idlwave.el (idlwave-mode):
2764         * progmodes/idlw-shell.el (idlwave-shell-mode):
2765         * progmodes/vera-mode.el (vera-mode):
2766         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
2767         * progmodes/vhdl-mode.el (vhdl-mode):
2768         * textmodes/table.el (table-generate-source)
2769         (table--warn-incompatibility):
2770         Hyperlink urls in docstrings with URL `...'.
2772 2009-07-22  Glenn Morris  <rgm@gnu.org>
2774         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
2775         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
2776         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
2777         Remove leading * from defcustom docs.
2779         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
2781         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
2782         defcustom doc.
2783         (list-load-path-shadows): Optionally, just return shadows as a string.
2785         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
2787 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
2789         * mail/rmailedit.el (rmail-edit-mode): Use
2790         auto-save-include-big-deletions.
2792         * mail/rmail.el (rmail-variables): Use
2793         auto-save-include-big-deletions.
2795         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
2796         changes.
2798 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
2800         * calc/calc.el (calc-undo-length): New variable.
2801         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
2803 2009-07-21  Richard Stallman  <rms@gnu.org>
2805         * files.el (auto-save-mode): Handle buffer-save-size = -2
2806         for toggling mode.
2808 2009-07-21  Glenn Morris  <rgm@gnu.org>
2810         * textmodes/ispell.el (ispell-looking-back): Update declaration.
2812         * calendar/todo-mode.el (calendar-current-date): Update declaration.
2814         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
2815         silence compiler.  Instead...
2816         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
2817         (ps-print-ensure-fontified): Update for above function name changes.
2819         * printing.el (pr-mh-get-msg-num, pr-mh-show)
2820         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
2821         silence compiler.  Instead...
2822         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
2823         (mh-show-buffer): Only define for compiler.
2824         (pr-mh-current-message): Update for above function name changes.
2826         * files.el (abort-if-file-too-large): Explicitly pass `filename'
2827         as an argument.
2828         (find-file-noselect, insert-file-1): Update for above change.
2830         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
2832         * mail/mailclient.el (mailclient-send-it): Fix message.
2834         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
2835         (edebug-eval): Check cl-debug-env is bound.
2836         (print-level, print-circle): Don't redefine built-in variables.
2838         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
2839         (custom-print-vectors): Remove old comments from doc.
2841         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
2842         (emerge-version): Make the variable an obsolete alias for the
2843         emacs-version variable.  Make the function obsolete.
2844         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
2845         Emerge options, rather than merging in into the main Options menu.
2846         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
2847         and auto advance modes.  Disable edit/fast items when not relevant.
2849 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2851         * term/vt420.el (terminal-init-vt420): Fix typo.
2853 2009-07-20  Sam Steingold  <sds@gnu.org>
2855         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
2856         variable (removed from compile.el on 2004-03-11).
2858 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
2860         * files.el (hack-local-variables-filter): Fix last change.
2862 2009-07-19  Juri Linkov  <juri@jurta.org>
2864         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
2865         (dir-local-variables-alist): New buffer-local variable.
2866         (hack-local-variables-filter): If variable is not dir-local,
2867         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
2868         because file-local overrides dir-local.
2869         (c-postprocess-file-styles)<declare-function>:
2870         Remove obsolete declaration.
2871         (hack-dir-local-variables): Add dir-local variable/value pair to
2872         `dir-local-variables-alist' and remove duplicates.  Doc fix.
2874         * help-fns.el (describe-variable): Add information about
2875         file-local and dir-local variables.
2877 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
2879         * files.el (hack-local-variables-filter): Rewrite.
2881 2009-07-19  Glenn Morris  <rgm@gnu.org>
2883         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
2884         Silence compiler by only defining on XEmacs.
2886         * international/mule.el (auto-coding-regexp-alist): Only match
2887         BABYL... at the start of buffer, not of lines.  (Bug#3790)
2889         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
2890         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
2891         (cal-menu-context-mouse-menu): Doc fix.
2893         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
2895         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
2897 2009-07-18  Juri Linkov  <juri@jurta.org>
2899         * info.el: Virtual Info keyword finder.
2900         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
2901         (Info-finder-file): New variable.
2902         (Info-finder-find-file): New function.
2903         (finder-known-keywords, finder-package-info)
2904         (find-library-name, lm-commentary): Use defvar and
2905         declare-function to silence compiler warnings.
2906         (Info-finder-find-node): New function.
2907         (info-finder): New command.
2909         * subr.el (process-kill-buffer-query-function): New function.
2910         (add-hook)<kill-buffer-query-functions>: Add hook
2911         `process-kill-buffer-query-function'.
2913 2009-07-18  Alan Mackenzie  <acm@muc.de>
2915         * progmodes/cc-mode.el (c-before-hack-hook)
2916         (c-postprocess-file-styles): Give invocation of `c-set-style'
2917         DONT-OVERRIDE parameter of t.  Already set style variables will
2918         thus not be overridden by style settings given by `c-file-syle'.
2920         * files.el (hack-local-variables-filter): Remove entries with
2921         duplicate keys from `file-local-variables-alist'.
2923 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
2925         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
2926         x-set-selection if display-selections-p returns nil for the
2927         current frame.
2929 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2931         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
2933 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
2935         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
2936         Accept nil in addition to a regexp.
2937         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
2938         Accept nil in addition to a regexp.
2939         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
2940         buffers that have an associated file.  Handle nil values of
2941         desktop-buffers-not-to-save and desktop-files-not-to-save.
2942         (Bug#3833)
2944         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2945         (x-disown-selection-internal): New functions.
2947 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
2949         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
2950         warning.
2951         (gdb-breakpoints-header): Move forward to avoid compiler warning.
2952         (gdb-make-header-line-mouse-map): Remove duplicate definition.
2954 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
2956         * simple.el (set-mark): Revert last change.
2958 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
2960         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
2961         rendering of pngs is not possible instead of messaging a long
2962         description.
2964 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
2966         * w32-fns.el (x-selection-owner-p): New function.
2968         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
2969         (mouse-yank-at-click, mouse-yank-primary): If
2970         select-active-regions is non-nil, deactivate the mark before
2971         insertion.
2973         * simple.el (deactivate-mark, set-mark): Only save selection if we
2974         own it.
2976 2009-07-17  Kenichi Handa  <handa@m17n.org>
2978         * case-table.el (describe-buffer-case-table): Fix for the case
2979         that KEY is a cons.
2981 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2983         * vc-rcs.el (vc-rcs-find-file-hook):
2984         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
2986 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
2988         * net/tramp.el (tramp-wait-for-output): Handle the case when
2989         commands do not return a newline but a null byte before the shell
2990         prompt.  (Bug#3858)
2992 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2994         * term/ns-win.el (ns-set-alpha): Don't declare.
2995         (ns-set-background-alpha): Remove function.
2997 2009-07-16  Kevin Ryde  <user42@zip.com.au>
2999         * emacs-lisp/copyright.el (copyright-update): Save match-data across
3000         y-or-n-p, for safety.
3002 2009-07-16  Richard Stallman  <rms@gnu.org>
3004         * files.el (auto-save-mode): If buffer-saved-size is -2,
3005         don't clobber it.
3007         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
3008         (rmail-retry-ignored-headers): Add more uninteresting fields.
3010 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
3012         * net/rcirc.el (rcirc): Use history variables.
3013         (rcirc-server-name-history, rcirc-nick-name-history)
3014         (rcirc-server-port-history): New variables.
3016 2009-07-15  Kenichi Handa  <handa@m17n.org>
3018         * international/mule-cmds.el (set-language-environment-charset):
3019         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
3020         ignore them.
3022         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
3023         Delete unibyte-display.
3025 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
3027         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
3029 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
3031         * simple.el (deactivate-mark): Optional argument FORCE.
3032         (set-mark): Use deactivate-mark.
3034         * info.el (Info-search): No need to check transient-mark-mode
3035         before calling deactivate-mark.
3037         * select.el (x-set-selection): Doc fix.
3038         (x-valid-simple-selection-p): Allow buffer values.
3039         (xselect--selection-bounds): Handle buffer values.  Suggested by
3040         David De La Harpe Golden.
3042         * mouse.el (mouse-set-region, mouse-drag-track): Call
3043         copy-region-as-kill before setting the mark, to let
3044         select-active-regions work.
3046 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
3048         * simple.el (deactivate-mark): If select-active-regions is
3049         non-nil, copy the selection data into a string.
3050         (activate-mark): If select-active-regions is non-nil, set the
3051         selection to the current buffer.
3052         (set-mark): Update selection if select-active-regions is non-nil.
3054         * select.el (x-valid-simple-selection-p): Allow buffer values.
3056 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
3059         and more featureful message-mode.
3061 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
3063         * select.el (x-set-selection): Doc fix.
3064         (x-valid-simple-selection-p): Disallow selection data consisting
3065         of a list or cons of integers, since that is not used.
3066         (xselect--selection-bounds, xselect--int-to-cons): New functions.
3067         (xselect-convert-to-string, xselect-convert-to-length)
3068         (xselect-convert-to-filename, xselect-convert-to-charpos)
3069         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
3071 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
3073         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
3074         output in -break-info command (Emacs bug #3794).
3076 2009-07-14  Glenn Morris  <rgm@gnu.org>
3078         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
3079         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
3080         (edebug-print-length, edebug-print-level, edebug-print-circle)
3081         (edebug-sit-for-seconds, edebug-view-outside)
3082         (edebug-bounce-point, edebug-set-global-break-condition)
3083         (edebug-Go-nonstop-mode, edebug-trace-mode)
3084         (edebug-Trace-fast-mode, edebug-continue-mode)
3085         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
3086         (edebug-visit-eval-list): Doc fixes.
3088         * subr.el (def-edebug-spec): Doc fix.
3090 2009-07-14  Kenichi Handa  <handa@m17n.org>
3092         * international/characters.el: Fix setting of category ?C.
3094 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
3096         * term/ns-win.el (x-select-font): defalias x-select-font to
3097         ns-popup-font-panel instead of generate-fontset-menu.
3099 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
3101         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
3103 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
3105         * arc-mode.el (archive-find-type): Allow for a PK00 string before
3106         the PK\003\004 header (Bug#3770).
3108 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
3110         * pcomplete.el (pcomplete-comint-setup): Check for
3111         shell-dynamic-complete-filename too.
3113 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
3115         * simple.el (temporary-goal-column): Change the value for
3116         line-move-visual to a cons cell.
3117         (line-move-visual): Record or set the window hscroll, if
3118         necessary (Bug#3494).
3119         (line-move-1): Handle cons value of temporary-goal-column.
3121 2009-07-11  Kenichi Handa  <handa@m17n.org>
3123         * international/mule-diag.el (describe-character-set): Don't show
3124         width.
3126 2009-07-10  Sam Steingold  <sds@gnu.org>
3128         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3129         Omake sometimes indents the errors it prints, so allow all
3130         regexps to start with spaces.
3132 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
3134         * cus-edit.el (customize-changed-options-previous-release):
3135         Bump value to 22.1.  (Bug#3804)
3137 2009-07-08  Sam Steingold  <sds@gnu.org>
3139         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
3140         to be a cons cell (test . ignored-directory) to selectively ignore
3141         some directories depending on the location of the search.
3143 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
3145         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
3146         remote user is root, on the local host.
3147         (tramp-local-host-p): Either the local user or the remote user
3148         must be root.  (Bug#3771)
3150 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
3152         * progmodes/gdb-mi.el (gdb): Remove description of
3153         gdb-use-separate-io-buffer.
3154         (menu): Don't allow toggling of or enable
3155         gdb-use-separate-io-buffer from menubar.
3157 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
3159         * mail/unrmail.el (unrmail): Make sure the message ends with two
3160         newlines (Bug#3769).
3162 2009-07-08  Glenn Morris  <rgm@gnu.org>
3164         * calendar/calendar.el (calendar-current-date): Rework previous change.
3166 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
3168         * calendar/calendar.el (calendar-current-date):
3169         Add an optional argument giving an offset from today.
3171 2009-07-08  Glenn Morris  <rgm@gnu.org>
3173         * tutorial.el (tutorial--describe-nonstandard-key):
3174         Adjust the message for when a key has been unbound.
3175         (help-with-tutorial): Hide the arch-tag.
3177 2009-07-08  Kenichi Handa  <handa@m17n.org>
3179         * international/fontset.el (setup-default-fontset): For each
3180         script, append (not set) font-specs.
3182         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
3183         docstring.
3185 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
3187         * progmodes/gdb-mi.el (gdb-init-1): Move sending
3188         -data-list-register-names to ...
3189         (gdb-starting): ... here because GDB 7.0 requires execution to
3190         have started when using this MI command.
3191         (gdb-set-header): New function to distinguish select and
3192         unselected tabs in gdb buffers.
3193         (gdb-propertize-header): New macro that uses gdb-set-header.
3194         (gdb-breakpoints-header, gdb-locals-header): Use it.
3195         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
3197 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
3199         * Makefile.in (ELCFILES): Remove fadr.elc.
3201 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
3203         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
3204         may contain frame information, so `string-match' should be used.
3205         (gdb-update): Disassembly is invalidated through
3206         `gdb-get-selected-frame'.
3207         (gdb-pad-string): New function to pad string with spaces.
3208         (gdb-invalidate-disassembly): Invalidate only if the buffer
3209         exists.
3210         (gdb-disassembly-handler-custom): Column alignment.
3211         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
3212         placing new ones.
3213         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
3214         end of line, too.
3215         (gdb-frame-handler): Match convention to for disassembly buffer
3216         mode name.
3217         (gdb-stack-list-frames-handler): Rewritten without regexps.
3218         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
3219         not highlight breakpoints without line information.
3220         (gdb-input): Add trailing newline to command.
3222         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
3223         buffer properly.
3224         (gdb-breakpoints-list-handler-custom): Replacement for
3225         `gdb-break-list-handler'.  Using real parser instead of regexps
3226         now.
3227         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
3228         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
3229         to place breakpoints.
3230         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
3231         functions.
3232         (gdb-disassembly-handler-custom): Show overlay arrow.
3233         (gdb-disassembly-place-breakpoints): Show breakpoints in
3234         disassembly buffer.
3235         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
3236         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
3237         instead of parsing breakpoints buffer.  Fixed old menu references
3238         in `gud-menu-map'.
3240         * fadr.el: Remove.
3242         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
3243         (gdb-memory-address): New variable which holds top address of
3244         memory page shown in memory buffer.
3245         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
3246         customization variables.
3247         New functions:
3248         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
3249         display the memory buffer.
3250         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
3251         buffer display parameters.
3252         (def-gdb-memory-format, gdb-memory-format-binary)
3253         (gdb-memory-format-octal, gdb-memory-format-unsigned)
3254         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
3255         Functions for setting memory buffer format.
3256         (gdb-memory-unit-word, gdb-memory-unit-halfword)
3257         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
3258         unit size used in memory buffer.
3259         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
3260         to next/previous page of memory buffer.
3261         Now using (bindat-get-field) instead of fadr functions.
3263 2009-07-07  Sam Steingold  <sds@gnu.org>
3265         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
3266         non-top-level files.
3268 2009-07-07  Kenichi Handa  <handa@m17n.org>
3270         * international/mule-cmds.el (reset-language-environment): Put
3271         the highset priority to the charset iso-8859-1.
3273 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
3275         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
3276         to the end of the line when locating the block (Bug#700).
3278 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
3280         * net/tramp.el (tramp-handle-write-region): Flush file properties
3281         in case of short track.
3283 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
3285         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
3286         representation of verilog error regular expressions to work with
3287         Emacs-22's new format.
3288         (verilog-error-regexp-xemacs-alist): Coded custom representation
3289         of verilog error regular expressions to work with XEmacs format.
3290         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
3291         error recognition into XEmacs.
3292         (verilog-error-regexp-add-emacs): Hook routine to install verilog
3293         error recognition into Emacs-22.
3295 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
3297         * woman.el: Remove stand-alone closing parentheses.
3298         (woman-file-name, woman2-format-paragraphs)
3299         (woman-leave-blank-lines): Code cleanup.
3300         (woman-use-own-frame): Change default to nil.
3301         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
3302         defaults to inherit from default faces.
3303         (woman2-process-escapes): Consume the newline after a stand-alone
3304         filler character (Bug#3651).
3306 2009-07-06  Glenn Morris  <rgm@gnu.org>
3308         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
3309         (top-level): Move provide to the end.
3310         (ffap): Remove defunct URL from custom group.
3312         * subr.el (eval-after-load): Doc fix.
3314 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
3316         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
3317         `calc-embedded-word' is called twice.
3319 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3321         * files.el (find-alternate-file-other-window, find-alternate-file):
3322         Obey confirm-nonexistent-file-or-buffer.
3324 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
3326         * dired-aux.el (dired-show-file-type): Handle remote files.
3328 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
3330         * desktop.el (desktop-globals-to-save):
3331         Add file-name-history (Bug#2750).
3333 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
3335         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
3337 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
3339         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
3340         property on entire argument since this is what eshell-lisp-command
3341         expects.
3343 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
3345         * net/tramp-gvfs.el (tramp-gvfs-methods)
3346         (tramp-gvfs-zeroconf-domain)
3347         (tramp-bluez-discover-devices-timeout): Add version flag.
3348         (tramp-gvfs-handler-mounted-unmounted)
3349         (tramp-gvfs-connection-mounted-p): Polish handling of
3350         incompatibilities between GVFS 0.2 and 1.0.
3352 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
3354         * cus-start.el (all): Add make-pointer-invisible.
3356 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
3358         * calc-math.el (math-use-emacs-fn): Make sure that the number is
3359         formatted correctly.
3361 2009-07-02  Juri Linkov  <juri@jurta.org>
3363         * info.el: Virtual Info files and nodes.
3364         (Info-virtual-files, Info-virtual-nodes): New variables.
3365         (Info-current-node-virtual): New variable.
3366         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
3367         New functions.
3368         (Info-file-supports-index-cookies): Use Info-virtual-file-p
3369         to check for a virtual file instead of checking a fixed list
3370         of node names.
3371         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
3372         instead of ad-hoc processing of "dir" and (apropos history toc).
3373         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
3374         instead of ad-hoc processing of "dir" and (apropos history toc).
3375         Reread a file when moving from a virtual node.
3376         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
3377         (Info-directory-toc-nodes, Info-directory-find-file)
3378         (Info-directory-find-node): New functions.
3379         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
3380         (Info-history): Move part of code to
3381         `Info-history-find-node'.
3382         (Info-history-toc-nodes, Info-history-find-file)
3383         (Info-history-find-node): New functions.
3384         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
3385         (Info-toc): Move part of code to `Info-toc-find-node'.
3386         (Info-toc-find-node): New function.
3387         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
3388         the current Info file name to references because now the node
3389         "*TOC*" belongs to the same Info manual.
3390         (Info-toc-build): Rename from `Info-build-toc'.
3391         (Info-toc-nodes): Rename input argument `file' to `filename'.
3392         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
3393         instead of ad-hoc processing of ("dir" apropos history toc).
3394         (Info-index-nodes): Use Info-virtual-file-p
3395         to check for a virtual file instead of checking a fixed list
3396         of node names.
3397         (Info-index-node): Add check for `Info-current-node-virtual'.
3398         Raise `save-match-data' higher up the tree to contain
3399         `search-forward' too (bug fix).
3400         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
3401         (Info-virtual-index-nodes): New variable.
3402         (Info-virtual-index-find-node, Info-virtual-index): New functions.
3403         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
3404         (Info-apropos-file, Info-apropos-nodes): New variables.
3405         (Info-apropos-toc-nodes, Info-apropos-find-file)
3406         (Info-apropos-find-node, Info-apropos-matches): New functions.
3407         (info-apropos): Move part of code to `Info-apropos-find-node' and
3408         `Info-apropos-matches'.
3409         (Info-mode-map): Bind "I" to `Info-virtual-index'.
3410         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
3411         for a virtual file instead of checking a fixed list of node names.
3413         * simple.el (async-shell-command): New command.
3415         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
3417         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
3418         instead of `mount-info'.
3420 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
3422         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
3423         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
3425 2009-07-02  Kenichi Handa  <handa@m17n.org>
3427         * international/mule.el (set-keyboard-coding-system): Force *-unix
3428         coding-system to avoid eol conversion.
3430 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3432         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3433         Add handler for `process-file', `shell-command' and
3434         `start-file-process'.
3435         (tramp-gvfs-handle-shell-command)
3436         (tramp-gvfs-handle-start-file-process)
3437         (tramp-gvfs-handle-process-file): New defuns.
3438         (tramp-synce-list-devices): Simplify check for existence of property.
3440 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3442         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
3444 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3446         * language/korean.el (set-language-info-alist): Add korean-cp949,
3447         cp949 to spec.
3449 2009-07-01  Kenichi Handa  <handa@m17n.org>
3451         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
3453         * international/encoded-kb.el: Deleted.
3455         * international/mule.el (set-keyboard-coding-system): Perform the
3456         necessary setup here instead of calling encoded-kbd-setup-display.
3458 2009-07-01  Glenn Morris  <rgm@gnu.org>
3460         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
3462 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
3464         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
3466 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3468         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
3469         Handle also the 'rename case, when setting file modes.  (Bug#3712)
3470         (tramp-default-file-modes) Remove execute permissions.
3472         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
3473         (top): Add a default for "synce" in `tramp-default-user-alist'.
3474         Add completion function for "synce" method.
3475         (tramp-hal-service, tramp-hal-path-manager)
3476         (tramp-hal-interface-manager, tramp-hal-interface-device):
3477         New defconst.
3478         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
3479         (tramp-synce-list-devices, tramp-synce-parse-device-names):
3480         New defuns.
3482         * net/trampver.el: Update release number.
3484 2009-06-30  Kenichi Handa  <handa@m17n.org>
3486         * international/fontset.el (setup-default-fontset): Add CJK fonts
3487         for symbols and the other miscellaneous characters.
3489         * language/korea-util.el (setup-korean-environment-internal):
3490         Make char-width-table suitable for Korean environments.
3491         (exit-korean-environment): Cancel above.
3493         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3494         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
3495         setup-funcion to make char-widht-table suitable for respective
3496         environments, and an exit-function to cancel that.
3498         * language/japan-util.el (setup-japanese-environment-internal):
3499         Call use-cjk-char-width-table with arg `ja_JP'.
3501         * international/characters.el (cjk-char-width-table): Delete it.
3502         (cjk-char-width-table-list): New variable.
3503         (use-cjk-char-width-table): New arg local-name.
3504         (use-default-char-width-table): Fix for the case that Emacs is
3505         already using the default char-width-table.
3507 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
3509         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
3510         modes mandatory.  (Bug#3712)
3512 2009-06-29  Alan Mackenzie  <acm@muc.de>
3514         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
3515         correction between the visible width of TABs and their number of bytes.
3517 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
3519         * server.el (server-buffer-done): Prevent kill-buffer from
3520         prompting by clearing the buffer modification flag (Bug#3696).
3522 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
3524         * verilog-mode.el (verilog-beg-of-statement)
3525         (verilog-endcomment-reason-re): Support unique case and priority case.
3526         (verilog-basic-complete-re): Support localparam lineup.
3527         (verilog-beg-of-statement-1): Fix for robustness, unique case.
3528         (verilog-set-auto-endcomments): Fix for unique case, always_comb
3529         commenting.
3530         (verilog-leap-to-case-head): Now support *nested* unique &
3531         priority case statements.
3532         (verilog-auto-lineup): Make just declarations the default (as it
3533         had been).
3534         (verilog-leap-to-case-head): Support priority/unique case statements.
3535         (verilog-auto-lineup): Rework to give users radio buttons to
3536         select the various styles of automatic lineup.
3537         (verilog-error-regexp-alist): Rework to support the XEmacs style
3538         of error regular expressions from compilers, lint tools &
3539         simulators.  Note that GNU Emacs has made it impossible for a mode
3540         to load such things.
3541         (electric-verilog-terminate-line, verilog-indent-declaration)
3542         (verilog-auto-wiure): Rework for radio button selection of
3543         auto-lineup selection of specification of auto lineup.
3544         (verilog-beg-of-statement-1): Redesign to support proper operation
3545         in additional code, based on testing with auto-lineup.
3546         (verilog-calculate-indent, assignments & declarations)
3547         (verilog-backward-token): Enhance to support auto-lineup of
3548         assignments & declarations.
3549         (verilog-in-directive-p, verilog-at-struct-p): New function for
3550         easy test of whether we are.
3551         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
3552         to support safe execution at almost anyline.
3553         (verilog-calc-1): Properly support indenting deep inside generate
3554         blocks.
3555         (verilog-init-font) Remove definition & use of verilog-init-font,
3556         as it is redundant with font-lock-defaults.
3557         (verilog-mode): Alter the definition of verilog-font-lock-defualts
3558         to avoid circular calls if syntax-ppss is a function (as is the
3559         case now in 22.x GNU Emacs) as that function would sometimes call
3560         itself, leading to (nearly) infinite recursion.
3561         (verilog-ovm-begin-re, verilog-ovm-end-re)
3562         (verilog-ovm-statement-re, verilog-leap-to-head)
3563         (verilog-backward-token): Add support for OVM macros.  Some are
3564         complete statements, and others open and close scopes like begin
3565         and end.
3566         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
3567         (verilog-defun-level-generate-only-re): Really fix the defun-list
3568         compilation issue.
3569         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
3570         coverpoint, constraint and cross statements.
3571         (verilog-defun-level-list, verilog-generate-defun-level-list)
3572         (verilog-all-defun-level-list): Redo these specifications - it is
3573         too hard to support eval-when compile aggregation of lists also
3574         built at when-compile time.
3575         (verilog-defun-level-list): Place defconsts of variables used in
3576         building regular expressions which are built in eval-when-compile
3577         bodies in the same eval-when-compile body to facilitate compile
3578         without load.
3579         (verilog-beg-block-re-ordered): Support indenting
3580         virtual/protected tasks and functions.
3581         (verilog-defun-level-list, verilog-in-generate-region-p)
3582         (verilog-backward-ws&directives, verilog-calc-1): Speed up
3583         indentation of some module items (generate items).
3584         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
3585         across virtual/protected tasks and functions.
3587 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
3589         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
3590         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
3591         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
3592         in concatenations.  Reported by Yishay Belkind.
3593         (verilog-auto-ascii-enum): Support one-hot state machines in
3594         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
3595         (verilog-auto-inst, verilog-auto-inst-port): Include interface
3596         modport in AUTOINST and add vl-modport for users.  Reported by
3597         David Rogoff.
3598         (verilog-auto-inout-module, verilog-auto-inst)
3599         (verilog-decls-get-interfaces, verilog-insert-definition)
3600         (verilog-insert-one-definition, verilog-read-decls)
3601         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
3602         (verilog-sig-modport, verilog-signals-combine-bus)
3603         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
3604         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
3605         Suggested by David Rogoff.
3606         (verilog-repair-open-comma): Fix non-insertion of comma when
3607         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
3608         (verilog-make-width-expression): Simplify [A-1:0] expression
3609         widths to just {A{1'b0}}.
3610         (verilog-mode): Cleanup checkdoc warnings.
3611         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
3612         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
3613         inputs/outputs or data type.  Suggested by Vasu Kandadi.
3614         (next-error-last-buffer): Fix byte-compiler warning.
3615         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
3616         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
3617         or shell command text during AUTO expansion.  Suggested by Tad Truex.
3618         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
3619         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
3620         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
3621         in AUTOINOUT.  Reported by Matthew Lovell.
3622         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
3623         causing use of <= assignments.  Reported by Alex Reed.
3624         (verilog-read-decls): Fix triand, trior, wand, wor to be
3625         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
3626         (verilog-extended-complete-re): Support import "DPI-C" functions.
3627         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
3628         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
3629         (verilog-insert-date, verilog-insert-year)
3630         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
3631         Windows systems.  Reported by Michael Potts.
3632         (verilog-read-module-name): Fix AUTOINST when the child module
3633         declaration's name is a tick define.  Reported by Elliot Mednick.
3634         (verilog-read-decls): Fix V2K parameter bit subscripts getting
3635         passed to next parameter's definition.  Reported by Bruce T.
3636         (verilog-read-decls): Fix detecting "parameter int" when using
3637         AUTOINSTPARAM.  Reported by Bruce T.
3638         (verilog-goto-defun): Fix goto not finding modules unless first
3639         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
3640         (verilog-mode): Expand -f flag arguments on entry to mode so
3641         verilog-goto-defun will work.  Reported by Lawrence Butcher.
3642         (verilog-getopt): Expand environment variables in -f file
3643         arguments.  Suggested by Lawrence Butcher.
3644         (verilog-set-define): Fix "Symbol's value as variable is void"
3645         when reading enumerations.
3646         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
3647         Suggested by Stephen Peltan.
3648         (verilog-read-defines): Fix reading of enumerations in include
3649         files.  Reported by Steve Peltan.
3651 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
3653         * files.el (trash-directory): Fix defcustom type.
3655 2009-06-28  Juri Linkov  <juri@jurta.org>
3657         * help-fns.el (describe-function-1): Correctly locate adviced
3658         functions in hyperlink (Bug#2438).
3660 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
3662         * files.el (trash-directory): Change default to nil.
3663         (move-file-to-trash): If trash-directory is nil and
3664         system-move-file-to-trash is unbound, perform freedesktop-style
3665         trashing.
3667 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
3669         * files.el (move-file-to-trash): Add freedesktop trash
3670         support (Bug#973).
3672 2009-06-28  Glenn Morris  <rgm@gnu.org>
3674         * autorevert.el (global-auto-revert-non-file-buffers)
3675         (global-auto-revert-mode): Doc fixes.
3677 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
3679         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
3681 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
3683         * faces.el (x-handle-named-frame-geometry): Ensure that we have
3684         opened an X connection before calling x-get-resource (Bug#3194).
3686         * play/doctor.el: Remove reference to obsolete website.
3687         (make-doctor-variables): Correct grammar mistake (Bug#2633).
3689 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3691         Remove find-file-not-found-hook VC method.  (Bug#2757)
3692         * vc-hooks.el (vc-file-not-found-hook)
3693         (vc-default-find-file-not-found-hook): Remove functions.
3694         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
3695         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
3696         * vc.el:
3697         * vc-hg.el:
3698         * vc-git.el: Do not mention find-file-not-found-hook VC method.
3700 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3702         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3703           compatibility function for `looking-back'.
3705         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3706         Use `ispell-looking-back'.
3708 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
3710         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
3711         rather than `filename'.
3713 2009-06-23  Miles Bader  <miles@gnu.org>
3715         * face-remap.el (text-scale-set): New function.
3717 2009-06-23  Glenn Morris  <rgm@gnu.org>
3719         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
3721         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
3723         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
3725         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
3727         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
3728         Simplify Persian conditionals.
3730         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
3731         variable `filename'.
3733         * comint.el (comint-insert-input): Doc fix.
3735         * Makefile.in (ELCFILES): Fix typo in previous change.
3737 2009-06-23  Miles Bader  <miles@gnu.org>
3739         * cus-start.el: Add entry for `recenter-redisplay'.
3741 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3743         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
3744         Add an optional argument for the backend, use it instead of
3745         calling vc-backend.
3746         (vc-mode-line): Add an optional argument for the backend.
3747         Pass the backend to vc-state and vc-working-revision.  Move code for
3748         special handling for vc-state being a buffer to ...
3750         * vc-rcs.el (vc-rcs-find-file-hook):
3751         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
3753         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
3754         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
3755         vc-stay-local-p and vc-mode-line calls.
3757         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
3758         (vc-cvs-diff, vc-cvs-annotate-command)
3759         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
3760         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
3761         vc-mode-line calls.
3763         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
3764         direct comparison.
3765         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
3766         backend when calling vc-mode-line.
3767         (vc-register): Do not create a closure for calling the vc register
3768         function, call it directly.
3770 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3772         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
3773         to make it obvious item can be clicked.
3775         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
3777 2009-06-23  Kenichi Handa  <handa@m17n.org>
3779         * language/korea-util.el (korean-key-bindings): Change the binding
3780         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
3781         same command.
3783 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3785         Sync with Tramp 2.1.16.
3787         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
3789         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
3790         when a loading of a package fails.  Completion function for rsync
3791         is `tramp-completion-function-alist-ssh'.
3792         (all): Replace all calls of `split-string' and
3793         `tramp-split-string' by `tramp-compat-split-string'.
3794         (tramp-default-method): Use `tramp-compat-process-running-p'.
3795         (tramp-default-proxies-alist): Allow also Lisp forms.
3796         (tramp-remote-path): Add choice "Private Directories".
3797         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
3798         (tramp-domain-regexp): Allow also "-", "_" and ".".
3799         (tramp-end-of-output): Remove newlines, and add "$" at the end.
3800         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
3801         (tramp-debug-message): Insert header line in debug buffer.
3802         (tramp-handle-directory-files-and-attributes-with-stat):
3803         Care about filenames with spaces, or starting with "-".
3804         (tramp-handle-dired-uncache): New defun.
3805         (tramp-handle-insert-directory): Don't flush the directory from
3806         cache, this is handled by `dired-uncache' now.
3807         (tramp-handle-insert-file-contents): Improve error handling.
3808         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3809         Quote `tramp-end-of-output'.
3810         (tramp-action-password): Improve trace message.
3811         (tramp-check-for-regexp): Both echoes must be present, before removing.
3812         (tramp-open-connection-setup-interactive-shell): Trace coding system.
3813         (tramp-compute-multi-hops): Eval cons cells of
3814         `tramp-default-proxies-alist'.
3815         (tramp-maybe-open-connection): Use the same command pattern for
3816         first hop and further hops.
3817         (tramp-wait-for-output): Remove handling of newlines.
3818         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
3819         (tramp-split-string): Remove function.  It is handled in
3820         tramp-compat now.
3822         * net/tramp-cmds.el (tramp-bug):
3823         Recommend `tramp-cleanup-all-connections' in the bug mail.
3825         * net/tramp-compat.el (tramp-compat-split-string)
3826         (tramp-compat-process-running-p): New defuns.
3828         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
3829         for `dired-uncache'.
3831         * net/tramp-gvfs.el: New package.
3833         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3834         Add handler for `dired-uncache'.
3835         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
3837         * net/trampver.el: Update release number.  Make version check fit
3838         for SXEmacs 22.
3840 2009-06-22  Jim Meyering  <meyering@redhat.com>
3842         Automatically handle .xz suffix (XZ-compressed files), too.
3843         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
3844         XZ is the successor to LZMA: <http://tukaani.org/xz/>
3846 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
3847             Nick Roberts  <nickrob@snap.net.nz>
3849         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
3850         repository (http://sphinx.net.ru/hg/gdb-mi/).
3852 2009-06-22  Glenn Morris  <rgm@gnu.org>
3854         * files.el (dir-locals-collect-mode-variables): Allow for any number of
3855         `mode' and `eval' entries.  (Bug#3430)
3857         * Makefile.in (ELCFILES): Add fadr.elc.
3859         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
3860         differing behavior of \n and ^ in strings.  (Bug#3385)
3862         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
3864         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
3865         property.
3866         (lisp-indent-function): Make it a defcustom.
3868 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
3870         * progmodes/gdb-ui.el: Replace with ...
3871         * progmodes/gdb-mi.el: ... this file.
3872         * progmodes/gud.el: Modify for gdb-mi.el.
3874 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
3876         * fadr.el: New file.
3878 See ChangeLog.14 for earlier changes.
3880 ;; Local Variables:
3881 ;; coding: utf-8
3882 ;; End:
3884     Copyright (C) 2009  Free Software Foundation, Inc.
3886   This file is part of GNU Emacs.
3888   GNU Emacs is free software: you can redistribute it and/or modify
3889   it under the terms of the GNU General Public License as published by
3890   the Free Software Foundation, either version 3 of the License, or
3891   (at your option) any later version.
3893   GNU Emacs is distributed in the hope that it will be useful,
3894   but WITHOUT ANY WARRANTY; without even the implied warranty of
3895   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3896   GNU General Public License for more details.
3898   You should have received a copy of the GNU General Public License
3899   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3901 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1