1 2010-11-01 Glenn Morris <rgm@gnu.org>
3 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
6 2010-10-31 Julien Danjou <julien@danjou.info>
8 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
9 (byte-recompile-directory):
10 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
11 Use `byte-recompile-file'.
13 2010-10-31 Glenn Morris <rgm@gnu.org>
15 * cus-start.el: Handle standard values via a keyword.
16 Only set version property if specified.
17 (cursor-in-non-selected-windows, menu-bar-mode)
18 (tool-bar-mode, show-trailing-whitespace):
19 Do not specify standard values.
20 (transient-mark-mode, temporary-file-directory): Use :standard.
22 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
24 * term/x-win.el (x-get-selection-value): New function that gets
25 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
27 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
29 * net/tramp.el (tramp-handle-insert-file-contents): For root,
30 preserve owner and group when editing files. (Bug#7289)
32 2010-10-31 Glenn Morris <rgm@gnu.org>
34 * speedbar.el (speedbar-mode):
35 * play/fortune.el (fortune-in-buffer, fortune):
36 * play/gomoku.el (gomoku-mode):
37 * play/landmark.el (lm-mode):
38 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
39 Replace inappropriate uses of toggle-read-only. (Bug#7292)
41 * select.el (x-selection): Mark it as an obsolete alias.
43 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
45 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
46 major-mode (bug#7284).
48 2010-10-31 Glenn Morris <rgm@gnu.org>
50 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
51 rather than just an unused variable that inherits from the real one.
53 2010-10-31 Alan Mackenzie <acm@muc.de>
55 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
58 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
60 * startup.el (command-line): Search for package directories, and
61 don't load package.el if none are found.
63 * emacs-lisp/package.el (describe-package, list-packages): Call
64 package-initialize if it has not been called yet.
66 2010-10-30 Alan Mackenzie <acm@muc.de>
68 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
69 which fontifies the tail of an enum.
70 (c-basic-matchers-after): Insert a call to the above new function.
73 2010-10-30 Glenn Morris <rgm@gnu.org>
75 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
76 tool-bar-mode, transient-mark-mode. (Bug#7306)
77 Include the :set property in the dumped Emacs.
79 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
81 SMIE: change indent rules format, improve smie-setup.
82 * emacs-lisp/smie.el (smie-precs-precedence-table)
83 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
84 Mark them pure so the tables gets built at compile time.
85 (smie-bnf-precedence-table): Store the closer-alist in the table.
86 (smie-prec2-levels): Preserve the closer-alist.
87 (smie-blink-matching-open): Be more forgiving in case of indentation.
88 (smie-hanging-p): Rename from smie-indent--hanging-p.
89 (smie-bolp): Rename from smie-indent--bolp.
90 (smie--parent, smie--after): New dynamic vars.
91 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
92 (smie-indent-rules): Remove.
93 (smie-indent--offset-rule): Remove fun.
94 (smie-rules-function): New var.
95 (smie-indent--rule): New fun.
96 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
97 (smie-indent-exps): Use it.
98 (smie-setup): Setup paren blinking; add keyword args for token
99 functions; extract closer-alist from op-levels.
100 (smie-indent-debug-log): Remove var.
101 (smie-indent-debug): Remove fun.
102 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
103 (prolog-smie-rules): New fun to replace it.
104 (prolog-mode-variables): Simplify.
105 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
106 it's setup automatically.
107 (octave-smie-indent-rules): Remove.
108 (octave-smie-rules): New fun to replace it.
109 (octave-mode): Simplify.
111 2010-10-29 Glenn Morris <rgm@gnu.org>
113 * files.el (temporary-file-directory): Remove (already defined in C).
114 * cus-start.el: Add temporary-file-directory.
116 * abbrev.el (abbrev-mode):
117 * composite.el (auto-composition-mode):
118 * menu-bar.el (menu-bar-mode):
119 * simple.el (transient-mark-mode):
120 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
121 that they do not define the associated variables twice.
122 * simple.el (transient-mark-mode): Remove defvar.
123 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
124 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
125 Handle multiple groups, and also custom-delayed-init-variables.
126 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
128 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
130 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
131 (pcase-if): Add one minor optimization.
132 (pcase-split-equal): Rename from pcase-split-eq.
133 (pcase-split-member): Rename from pcase-split-memq.
134 (pcase-u1): Add strings to the member optimization.
135 Add `guard' variant of predicates.
136 (pcase-q1): Add string patterns.
138 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
140 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
142 2010-10-28 Glenn Morris <rgm@gnu.org>
144 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
145 Move menu-bar related settings to ../menu-bar.el.
146 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
147 Move ns-specific settings here from term/ns-win.el.
149 * simple.el (x-selection-owner-p): Remove unused declaration.
151 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
153 * minibuffer.el (completion-cycling): New var (bug#7266).
154 (minibuffer-complete, completion--do-completion):
155 Use completion--flush-all-sorted-completions.
156 (minibuffer-complete): Only cycle if completion-cycling is set.
157 (completion--flush-all-sorted-completions): Unset completion-cycling.
158 (minibuffer-force-complete): Set completion-cycling.
159 (completion-all-sorted-completions): Move declaration before first use.
161 2010-10-28 Leo <sdl.web@gmail.com>
163 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
164 which changes the order of matches seen by users (bug#7231).
166 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
168 * progmodes/compile.el (compilation-mode-font-lock-keywords):
169 Don't confuse -omega as "-o mega".
171 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
173 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
174 (log-edit-author): New dynamic var.
175 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
176 to return the author if different from committer.
177 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
179 * play/landmark.el: Adjust commenting convention.
180 (lm-nil-score): Rename from nil-score.
181 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
182 (OOOOscore): Move into a let in lm-score-trans-table.
183 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
185 * electric.el (electric-indent-chars): Autoload.
186 * progmodes/octave-mod.el (octave-mode):
187 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
188 (ruby-mode-abbrev-table): Merge initialization and declaration.
190 2010-10-27 Glenn Morris <rgm@gnu.org>
192 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
195 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
197 * term/ns-win.el: Restore require of cl when compiling.
198 (menu-bar-final-items): Remove non-existent `windows' menu.
199 (ns-handle-nxopen): Optionally handle the temp-case.
200 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
201 (ns-insert-file, ns-find-file): Use `pop'.
203 2010-10-26 Glenn Morris <rgm@gnu.org>
205 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
207 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
209 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
211 * term/common-win.el (x-setup-function-keys): Remove most of the
212 keymappings. Comment on the remaining ones.
214 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
216 * server.el (server-port): New option. (Bug#854)
217 (server-start): Use server-port.
219 2010-10-26 Glenn Morris <rgm@gnu.org>
221 * term/ns-win.el (ns-version-string): Remove unused declaration.
222 (ns-invocation-args): Change to x-invocation-args.
223 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
224 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
225 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
226 Use x-invocation-args instead of ns-invocation-args.
227 (ns-initialize-window-system, handle-args-function-alist):
228 Use x-handle-args instead of ns-handle-args.
229 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
230 * startup.el (command-line-ns-option-alist): Replace
231 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
232 ns-handle-iconic with the x- equivalents.
234 * term/common-win.el (x-select-enable-clipboard):
235 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
237 * term/ns-win.el: No need to require cl when compiling.
238 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
239 (xw-defined-colors): Use the common-win definitions.
240 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
241 (ns-handle-iconic): Make it an alias for x-handle-iconic.
242 * term/common-win.el (x-select-text, x-alternatives-map)
243 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
244 * loadup.el [ns]: Load common-win.
246 2010-10-26 Daiki Ueno <ueno@unixuser.org>
248 * epa-mail.el (epa-mail-encrypt): Handle local-part only
249 recipients; expand mail aliases (Bug#7280).
251 2010-10-25 Glenn Morris <rgm@gnu.org>
253 * term/common-win.el (x-handle-switch): Simplify with pop.
254 Optionally handle numeric switches.
255 (x-handle-numeric-switch): Just call x-handle-switch.
256 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
257 (x-handle-name-switch, x-handle-display, x-handle-args):
260 * term/ns-win.el: Do not require easymenu.
261 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
262 <spell>: Move adjustments to menu-bar.el.
263 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
264 <separator-undo, spell>: Move ns-win's adjustments here.
265 * loadup.el [ns]: Do not load easymenu.
267 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
269 * image.el (image-checkbox-checked, image-checkbox-unchecked):
272 * startup.el (fancy-startup-tail): Instead of using inline images,
273 refer to image files from etc/.
275 * wid-edit.el (checkbox): Likewise.
276 (widget-image-find): Center image specs.
278 2010-10-24 Glenn Morris <rgm@gnu.org>
280 * term/ns-win.el (x-select-text): Doc fix.
281 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
282 (x-select-text): Move to term/common-win.
283 * term/w32-win.el (xw-defined-colors): Move to common-win.
284 * term/x-win.el (xw-defined-colors, x-alternatives-map)
285 (x-setup-function-keys, x-select-text): Move to common-win.
286 * term/common-win.el (x-select-text, x-alternatives-map)
287 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
290 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
292 * net/mairix.el (mairix-searches-mode-map):
293 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
295 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
297 * verilog-mode.el (verilog-directive-re): Make this variable
298 auto-built for efficiency of execution and updating.
299 (verilog-extended-complete-re): Support 'pure' fucntion & task
300 declarations (these have no bodies).
301 (verilog-beg-of-statement): General cleanup to enable support of
302 'pure' fucntion & task declarations (these have no bodies).
303 These efforts together fix Verilog bug210 from veripool; which was also
304 noticed by Steve Pearlmutter.
305 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
306 (verilog-directive-nest-re, verilog-set-auto-endcomments):
307 Support `elsif. Reported by Shankar Giri.
308 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
309 attribute handling for lining up declarations and assignments.
310 (verilog-beg-of-statement-1): Fix issue where continued declaration
311 is indented differently if it is after a begin..end clock.
312 (verilog-in-attribute-p, verilog-skip-backward-comments)
313 (verilog-skip-forward-comment-p): Support proper treatment of
314 attributes by indent code. Reported by Jeff Steele.
315 (verilog-in-directive-p): Fix comment to correctly describe function.
316 (verilog-backward-up-list, verilog-in-struct-region-p)
317 (verilog-backward-token, verilog-in-struct-p)
318 (verilog-in-coverage-p, verilog-do-indent)
319 (verilog-pretty-declarations): Use verilog-backward-up-list as
320 wrapper around backward-up-list inorder to properly skip comments.
321 Reported by David Rogoff.
322 (verilog-property-re, verilog-endcomment-reason-re)
323 (verilog-beg-of-statement, verilog-set-auto-endcomments)
324 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
325 of if). Reported by Max Bjurling and
326 (verilog-calc-1): Fix for clocking block in modport
327 declaration. Reported by Brian Hunter.
329 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
331 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
332 (verilog-gate-keywords, verilog-read-sub-decls)
333 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
334 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
335 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
336 (verilog-read-decls): Fix spaces in V2K module parameters causing
337 mis-identification as interfaces, bug287.
338 (verilog-read-decls): Fix not treating "parameter string" as a
339 parameter in AUTOINSTPARAM.
340 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
341 treating `elsif similar to `endif inside AUTOSENSE.
342 (verilog-do-indent): Implement correct automatic or static task or
343 function end comment highlight. Reported by Steve Pearlmutter.
344 (verilog-font-lock-keywords-2): Fix highlighting of single
345 character pins, bug264. Reported by Michael Laajanen.
346 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
347 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
348 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
349 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
350 (verilog-pretty-expr): Fix interactive arguments, bug272.
351 Reported by Mark Johnson.
352 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
353 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
354 bug269. Suggested by Gary Delp.
355 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
356 (verilog-preprocessor, verilog-set-compile-command):
357 Create verilog-preprocess and verilog-preprocessor to show
359 (verilog-get-beg-of-line, verilog-get-end-of-line)
360 (verilog-modi-file-or-buffer, verilog-modi-name)
361 (verilog-modi-point, verilog-within-string): Move defmacro's
362 before first use to avoid warning. Reported by Steve Pearlmutter.
363 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
364 (verilog-colorize-region, verilog-highlight-buffer)
365 (verilog-highlight-includes, verilog-highlight-modules)
366 (verilog-highlight-region, verilog-mode): Rename colorize to
367 highlight to match other packages. Disable module highlighting,
368 as received speed complaints, reenable for experimentation only
369 using new verilog-highlight-modules.
370 (verilog-read-decls): Fix regexp stack overflow in very large
371 AUTO_TEMPLATEs, bug250.
372 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
373 (verilog-scan): Create verilog-save-buffer-state to standardize
374 making insignificant changes that shouldn't call hooks.
375 (verilog-save-no-change-functions, verilog-save-scan-cache)
376 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
377 Create verilog-save-no-change-functions to wrap verilog-scan
378 preservation, and fix to work with nested preserved calls.
379 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
380 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
381 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
382 (verilog-submit-bug-report): Update variable list to be complete.
383 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
384 breaking on-the-fly font-locking.
385 (verilog-colorize-buffer, verilog-colorize-include-files)
386 (verilog-colorize-include-files-buffer, verilog-colorize-region)
387 (verilog-load-file-at-mouse, verilog-load-file-at-point)
388 (verilog-mode, verilog-read-inst-module-matcher): With point on a
389 AUTOINST cell instance name, middle mouse button now finds-file on
390 it. Suggested by Brad Dobbie.
391 (verilog-alw-get-temps, verilog-auto-reset)
392 (verilog-auto-sense-sigs, verilog-read-always-signals)
393 (verilog-read-always-signals-recurse): Fix loop indexes being
394 AUTORESET. AUTORESET now assumes any variables in the
395 initialization section of a for() should be ignored. Reported by
397 (verilog-error-font-lock-keywords)
398 (verilog-error-regexp-emacs-alist)
399 (verilog-error-regexp-xemacs-alist): Fix error detection of
400 Cadence HAL, reported by David Asher. Repair drift between the
401 three similar error variables.
402 (verilog-modi-lookup, verilog-modi-lookup-cache)
403 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
404 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
405 Fix slow verilog-auto expansion on very large files.
406 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
407 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
408 "{1*2{...". Broke in last revision.
409 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
410 submodule connections with replications "{#{a},#{b}}".
412 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
414 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
415 Fix typo in docstring.
417 2010-10-24 Kenichi Handa <handa@m17n.org>
419 * face-remap.el (text-scale-adjust): Call read-event with a proper
422 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
424 * emacs-lisp/unsafep.el: Don't mark functions that display
425 messages as safe. Suggested by Johan Bockgård.
427 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
429 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
430 Turn comments into docstrings.
432 * minibuffer.el (completion--replace): Move point where it belongs
433 when there's a common suffix (bug#7215).
435 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
437 Merge read-color and facemenu-read-color (Bug#7242).
439 * faces.el (read-color): Use the completion code from
440 facemenu-read-color. Require match in completion. Doc fix.
442 * facemenu.el (facemenu-read-color): Alias for read-color.
443 (facemenu-set-foreground, facemenu-set-background): Use
446 * frame.el (set-background-color, set-foreground-color)
447 (set-cursor-color, set-mouse-color, set-border-color): Use
450 2010-10-24 Leo <sdl.web@gmail.com>
452 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
453 argument of delete-file and delete-directory (Bug#7011).
455 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
457 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
460 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
462 * emacs-lisp/package.el (package--generate-package-list): Make the
463 *Packages* buffer read-only.
465 2010-10-24 Alan Mackenzie <acm@muc.de>
467 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
468 result of `c-beginning-of-decl-1' between invocations of a lambda
469 function (Bug #7265).
471 2010-10-24 Daiki Ueno <ueno@unixuser.org>
473 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
474 executable is not available on the system (Bug#7268).
476 2010-10-24 Glenn Morris <rgm@gnu.org>
478 * select.el (selection-coding-system, next-selection-coding-system):
479 Sync doc with C versions.
481 * w32-vars.el (x-select-enable-clipboard):
482 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
483 * term/common-win.el (x-select-enable-clipboard): Move here.
485 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
486 definition of C variable.
488 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
489 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
490 Don't redefine things that are defined in C.
491 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
492 (show-trailing-whitespace, auto-hscroll-mode)
493 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
494 Set up the appropriate custom properties.
496 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
499 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
500 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
501 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
502 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
504 2010-10-23 Glenn Morris <rgm@gnu.org>
506 * textmodes/flyspell.el (flyspell-mode): If there was an error,
509 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
510 Sync docs with C version.
512 * term/ns-win.el (xw-defined-colors):
513 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
515 * term/pc-win.el (x-select-enable-clipboard):
516 * term/x-win.el (x-select-enable-clipboard):
517 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
519 * comint.el (comint-password-prompt-regexp): Make it less vague.
522 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
524 * help.el (finder-by-keyword): Remove unnecessary autoload.
526 2010-10-22 Glenn Morris <rgm@gnu.org>
528 * loadup.el: Unconditionally load float-sup.
529 * paren.el (show-paren-delay):
530 * emacs-lisp/float-sup.el:
531 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
532 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
533 (lazy-lock-stealth-verbose): Assume float support.
534 * ps-print.el: Assume float support on Emacs.
535 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
536 Remove non-float branch.
538 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
539 src/Makefile no longer being pre-processed.
541 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
543 * emacs-lisp/find-func.el (find-library): Use test-completion.
545 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
547 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
549 010-10-21 Michael Albinus <michael.albinus@gmx.de>
551 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
552 space in stat format string.
553 (tramp-send-command): Unset $PS1 when using here documents, in
554 order not to get several prompts.
555 (tramp-get-inline-coding): Return `nil' in case of errors.
557 2010-10-21 Daiki Ueno <ueno@unixuser.org>
559 * hexl.el (hexl-mode, hexl-mode-exit):
560 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
561 (hexl-revert-buffer-function): New function.
562 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
564 2010-10-19 Alan Mackenzie <acm@muc.de>
566 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
567 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
568 that these keywords aren't wrongly matched as identifiers.
570 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
571 setting of c-new-BEG and c-new-END from c-before-change to
572 c-after-change. (Bug#7181)
574 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
576 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
579 * custom.el (custom-theme-set-variables): Likewise.
580 (load-theme): Add custom-theme-set-faces and
581 custom-theme-set-variables to safe-functions while loading.
582 (custom-enabled-themes): Mark as risky.
584 2010-10-18 Julien Danjou <julien@danjou.info>
586 * bindings.el: Remove end dashes in default mode-line-format.
588 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
590 * bindings.el (global-map): Bind C-d to delete-char and deletechar
591 to delete-forward-char.
593 * simple.el (normal-erase-is-backspace-mode): Remap delete to
594 deletechar, and hence delete-forward-char.
596 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
598 * repeat.el (repeat): Use read-key (bug#6256).
600 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
602 * emacs-lisp/unsafep.el: Don't mark functions that display
603 messages as safe. Suggested by Johan Bockgård.
605 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
607 * minibuffer.el (completion--replace): Move point where it belongs
608 when there's a common suffix (bug#7215).
610 2010-10-19 Kenichi Handa <handa@m17n.org>
612 * international/characters.el: Add category '|' (word breakable)
613 to fullwidth characters.
615 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
617 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
618 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
619 order to make stat results a float. Patch by Andreas Schwab
620 <schwab@linux-m68k.org>.
622 2010-10-18 Julien Danjou <julien@danjou.info>
624 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
625 hidden by `make-pointer-invisible'.
627 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
629 * files.el (locate-file-completion-table): Strip non-matching elements
630 before checking length of list (bug#7238).
632 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
634 * custom.el (custom-theme-set-variables): Mark as a safe function.
635 (load-theme): Check forms using unsafep.
637 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
639 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
641 * textmodes/ispell.el (ispell-aspell-find-dictionary):
642 Fix aspell data file searching (bug#7230).
644 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
646 * cus-theme.el (custom-theme--migrate-settings): New var.
647 (customize-create-theme): Allow editing the `user' theme.
648 (custom-theme-add-variable, custom-theme-add-var-1)
649 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
650 to the front of each variable or face widget.
651 (custom-theme-write): Save theme settings in the correct order.
652 Optionally, remove saved settings from user customizations.
653 (custom-theme-write-variables, custom-theme-write-faces):
654 Save only the checked widgets.
655 (customize-themes): Add a link for migrating custom settings.
657 * custom.el (custom-declare-theme, provide-theme):
658 Use custom-theme-name-valid-p.
659 (custom-theme-name-valid-p): Remove checks that are now
660 unnecessary since themes no longer obey load-path.
662 * cus-edit.el (custom-variable-value-create): For the simple
663 style, hide documentation string when hidden.
665 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
667 * cus-edit.el (custom-variable, custom-face): Combine the
668 :inhibit-magic and :display-style properties into a single
669 :custom-style property.
670 (custom-toggle-hide-variable, custom-toggle-hide-face):
671 New functions. If hiding an edited value, save it to :shown-value.
672 (custom-variable-value-create, custom-face-value-create): Use them.
673 (custom-magic-reset): Allow magic property to be unset.
675 * custom.el: Custom themes no longer use load-path.
676 (custom-theme-load-path): New option. Change built-in theme
678 (custom-enabled-themes): Add custom-theme-load-path dependency.
679 (custom-theme--load-path): New function.
680 (load-theme, custom-available-themes): Use it.
682 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
683 (customize-themes): Link to custom-theme-load-path variable.
684 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
685 :custom-style property.
687 * themes/*.el: Moved to etc/.
689 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
691 * textmodes/reftex-cite.el
692 (reftex-extract-bib-entries-from-thebibliography): Do not move
693 point when searching for \bibitem entries. Match entries with
694 spaces or tabs in front of arguments.
696 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
698 * cus-theme.el (customize-create-theme): Delete overlays after
699 erasing. If given a THEME arg, display only the faces of that arg
700 instead of custom-theme--listed-faces.
701 (custom-theme-variable-menu, custom-theme-variable-action)
702 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
703 (custom-theme-add-variable, custom-theme-add-face): Apply value
704 from the theme settings, instead of the current value.
705 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
706 (custom-theme-visit-theme): Allow calling outside theme buffers.
707 (custom-theme-merge-theme): Don't enable the theme when merging.
708 (custom-theme-write-variables, custom-theme-write-faces): Use the
709 :shown-value properties to save buffer values, not global ones.
710 (customize-themes): Display a warning about user customizations.
712 * cus-edit.el (custom-variable-value-create)
713 (custom-face-value-create): Obey new special properties
714 :shown-value and :inhibit-magic.
716 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
718 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
719 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
722 2010-10-14 Kenichi Handa <handa@m17n.org>
724 * mail/rmail.el (rmail-show-message-1): Catch an error of
725 base64-decode-region and just show an error message (bug#7165).
727 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
728 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
729 a font-spec (bug#7197).
731 2010-10-14 Glenn Morris <rgm@gnu.org>
733 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
735 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
737 * international/mule.el (define-coding-system):
738 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
739 * composite.el (compose-region): Fix typo in docstring.
741 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
743 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
744 only after checking the theme-face property.
746 * faces.el (face-spec-reset-face): Reset all attributes in one
747 single call to set-face-attribute.
748 (face-spec-match-p): Make it a defsubst.
749 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
750 (x-create-frame-with-faces, tty-create-frame-with-faces)
751 (tty-set-up-initial-frame-faces): Don't recompute face specs in
752 frame-set-background-mode, since they are recomputed immediately
753 afterwards in face-set-after-frame-default.
754 (face-set-after-frame-default): Minor optimization.
755 (cursor): Provide non-trivial defface spec.
757 * custom.el (custom-theme-recalc-face): Simplify.
759 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
761 * calc/calc-alg.el (math-var): Rename from `var'.
762 (math-is-polynomial, math-is-poly-rec): Replace `var'
765 * calc/calcalg2.el (math-var): Rename from `var'.
766 (calcFunc-table, math-scan-for-limits): Replace `var'
769 2010-10-13 Glenn Morris <rgm@gnu.org>
771 * subr.el (last): Deal with dotted lists (reported in bug#7174).
773 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
775 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
777 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
779 * net/tls.el (tls-program): Remove spurious %s from openssl.
780 (tls-starttls-switches): Remove starttls hack.
781 (open-tls-stream): Ditto.
782 (tls-find-starttls-argument): Ditto.
784 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
786 * image.el (image-library-alist): Declare as obsolete alias.
787 (image-type-available-p): Use `dynamic-library-alist'.
789 * term/w32-win.el (dynamic-library-alist):
790 Use instead of `image-library-alist'.
792 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
794 * subr.el (last): Make it faster. (Bug#7174)
796 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
798 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
800 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
802 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
803 (describe-theme-1): Extract doc from unloaded themes.
805 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
807 * themes/tango-theme.el:
808 * themes/tango-dark-theme.el:
809 * themes/wheatgrass-theme.el: New files.
811 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
813 * cus-theme.el (describe-theme, customize-themes)
814 (custom-theme-save): New commands.
815 (custom-new-theme-mode-map): Bind C-x C-s.
816 (custom-new-theme-mode): Use custom--initialize-widget-variables.
817 (customize-create-theme): New optional arg THEME.
818 (custom-theme-revert): Use it.
819 (custom-theme-visit-theme): Remove dead code.
820 (custom-theme-merge-theme): Use custom-available-themes.
821 (custom-theme-write): Make interactive.
822 (custom-theme-write): Use custom-theme-name-valid-p.
823 (describe-theme-1, custom-theme-choose-revert)
824 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
826 (custom-theme-allow-multiple-selections): New option.
827 (custom-theme-choose-mode): New major mode.
829 * custom.el (custom-theme-set-variables): Remove dead code.
830 Obey custom--inhibit-theme-enable.
831 (custom--inhibit-theme-enable): New var.
832 (provide-theme): Obey it.
833 (load-theme): Replace load with manual read/eval, in order to
834 check for correctness. Use custom-theme-name-valid-p.
835 (custom-theme-name-valid-p): New function.
836 (custom-available-themes): Use it.
838 * cus-edit.el (custom--initialize-widget-variables): New function.
839 (Custom-mode): Use it.
841 * cus-face.el (custom-theme-set-faces): Remove dead code.
842 Obey custom--inhibit-theme-enable.
844 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
846 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
848 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
850 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
852 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
853 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
854 (mac-right-option-modifier): New alias for ns-right-option-modifier.
856 * cus-start.el (all): ns-right-alternate-modifier is new.
858 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
860 * emacs-lisp/lisp.el (lisp-completion-at-point):
861 Use emacs-lisp-mode-syntax-table for the whole function.
863 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
865 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
866 instead of font-lock-mode before adding keywords.
867 Remove hi-lock-mode off code. Remove inhibit hack.
868 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
869 non-nil; removed hook inhibit hack.
871 2010-10-12 Glenn Morris <rgm@gnu.org>
873 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
874 (load-path-shadows-find): ... to this.
875 (list-load-path-shadows): Update for above change.
877 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
879 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
881 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
882 Fix comment for declare-function.
884 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
886 * custom.el (custom-fix-face-spec): New function; code moved from
887 custom-face-edit-fix-value.
888 (custom-push-theme): Use it when checking if a face has been
889 changed outside customize.
890 (custom-available-themes): New function.
891 (load-theme): Use it.
893 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
895 * custom.el (custom-push-theme): Cleanup (use cond).
896 (disable-theme): Recompute the saved-face property.
897 (custom-theme-recalc-face): Follow face alias before setting prop.
899 * image.el (image-checkbox-checked, image-checkbox-unchecked):
900 New variables, containing checkbox images.
902 * startup.el (fancy-startup-tail):
903 * wid-edit.el (checkbox): Use them.
905 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
907 * shell.el (shell-mode-map):
908 * progmodes/modula2.el (m2-mode-map):
909 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
910 * play/mpuz.el (mpuz-mode-map):
911 * play/landmark.el (lm-mode-map):
912 * play/decipher.el (decipher-mode-map):
913 * play/5x5.el (5x5-mode-map):
914 * net/telnet.el (telnet-mode-map):
915 * net/quickurl.el (quickurl-list-mode-map):
916 * net/mairix.el (mairix-searches-mode-map):
917 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
918 * net/dig.el (dig-mode-map):
919 * mail/mspools.el (mspools-mode-map):
920 * hexl.el (hexl-mode-map):
921 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
922 (wordstar-C-o-map, wordstar-C-q-map):
923 * emacs-lisp/edebug.el (edebug-eval-mode-map):
924 * emacs-lisp/chart.el (chart-map):
925 * edmacro.el (edmacro-mode-map):
926 * erc/erc-list.el (erc-list-menu-mode-map):
927 * array.el (array-mode-map): Declare and define in one step.
929 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
931 2010-10-10 Daiki Ueno <ueno@unixuser.org>
933 * epa.el (epa-passphrase-callback-function): Display filename
934 passed as the 3rd arg.
935 * epa-file.el (epa-file-passphrase-callback-function):
936 Pass filename to epa-passphrase-callback-function.
938 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
940 * cus-edit.el (custom-face-widget-to-spec)
941 (custom-face-get-current-spec, custom-face-state): New functions.
942 (custom-face-set, custom-face-mark-to-save)
943 (custom-face-value-create, custom-face-state-set): Use them.
945 * cus-theme.el (custom-theme--listed-faces): New var.
946 (customize-create-theme): Use *Custom Theme* as the buffer name.
947 Set revert-buffer-function. Optional arg BUFFER. Insert all
948 faces listed in custom-theme--listed-faces.
949 (custom-theme-revert): New function.
950 (custom-theme-add-variable, custom-theme-add-face): Insert at the
952 (custom-theme-write): Prompt for theme name if empty.
953 (custom-theme-write-variables): Use dolist.
954 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
956 2010-10-09 Alan Mackenzie <acm@muc.de>
958 Enhance fontification of declarators to take account of the
959 presence/absence of "typedef".
961 * cc-engine.el (c-forward-type): New &optional param
963 (c-forward-decl-or-cast-1): cdr of return value now indicates the
964 presence of either or both of a "struct"-like keyword and "typedef".
966 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
967 fontification of declarators which follow a "}".
968 (c-font-lock-declarations): Fontify declarators according to the
969 presence/absence of "typedef".
971 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
973 (c-typedef-decl-key): New lang variable built from
976 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
978 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
979 since that's too annoying. Move the filter groups commands to
982 * epa.el (epa-passphrase-callback-function): Say what we're
983 querying the password for.
985 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
986 behaviour, don't bury the ibuffer buffer when visiting other buffers.
988 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
990 * cus-edit.el (custom-commands, custom-buffer-create-internal)
991 (custom-magic-value-create): Pad button tags with spaces.
992 (custom-face-edit): New variable.
993 (custom-face-value-create): Determine whether to use the usual
994 face editor here, instead of using custom-face-selected.
995 Pass face defaults to custom-face-edit widget.
996 (custom-face-selected, custom-display-unselected): Delete widgets.
997 (custom-display-unselected-match): Function removed.
998 (custom-face-set, custom-face-mark-to-save):
999 Accept custom-face-edit widgets as the direct widget child.
1001 * wid-edit.el (widget--completing-widget): New var.
1002 (widget-default-complete): Bind it when doing completion.
1003 (widget-string-complete, widget-file-complete): Use it.
1005 2010-10-09 Glenn Morris <rgm@gnu.org>
1007 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
1008 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
1009 (holiday-hebrew-misc): Small simplifications.
1011 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
1013 * net/browse-url.el: Don't require thingatpt, term, dired,
1014 executable, or w3-auto when compiling.
1015 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
1017 (browse-url-text-emacs): Require term.
1019 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
1021 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
1023 2010-10-08 Glenn Morris <rgm@gnu.org>
1025 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1027 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1028 (shadows-compare-text-p): Make it an obsolete alias for...
1029 (load-path-shadows-compare-text): ... new name.
1030 (find-emacs-lisp-shadows): Update for above name change.
1031 (load-path-shadows-same-file-or-nonexistent): New name for the old
1032 shadow-same-file-or-nonexistent.
1034 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
1036 * minibuffer.el (completion--some, completion--do-completion)
1037 (minibuffer-complete-and-exit, minibuffer-completion-help)
1038 (completion-basic-try-completion)
1039 (completion-basic-all-completions)
1040 (completion-pcm--find-all-completions): Use lexical-let to
1041 avoid some false matches in variable completion (Bug#7056)
1043 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1045 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1047 2010-10-08 Leo <sdl.web@gmail.com>
1049 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1050 return non-nil if the file exists (Bug#7090).
1052 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1054 * minibuffer.el (completion--replace):
1055 Better preserve markers (bug#7138).
1057 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
1059 * server.el (server-process-filter): Doc fix.
1061 2010-10-08 Drew Adams <drew.adams@oracle.com>
1063 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1065 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
1067 * Makefile.in (ELCFILES): Update.
1069 2010-10-08 Glenn Morris <rgm@gnu.org>
1071 * vc/ediff-wind.el (ediff-setup-control-frame):
1072 * vc/ediff-ptch.el (ediff-default-backup-extension):
1073 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
1074 (ediff-exec-process): Remove system-types emx, windows-95.
1076 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
1078 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
1080 * cus-edit.el (custom-variable, custom-face): Doc fix.
1081 (custom-face-edit): Add value-create attribute.
1082 (custom-face-edit-value-create)
1083 (custom-face-edit-value-visibility-action): New functions.
1084 Hide unused face attributes by default, and add a visibility toggle.
1085 (custom-face-edit-deactivate): Show empty values with shadow face.
1086 (custom-face-selected): Only use this for face specs with default
1088 (custom-face-value-create): Cleanup.
1090 * wid-edit.el (widget-checklist-value-create): Use dolist.
1091 (widget-checklist-match-find): Make second arg optional.
1093 2010-10-07 Glenn Morris <rgm@gnu.org>
1095 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
1098 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
1099 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
1100 load-path-shadows-mode, update references.
1101 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
1102 Rename variable and button.
1103 (list-load-path-shadows): Update button caller.
1105 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1107 * emacs-lisp/smie.el (smie-bnf-classify): New function.
1108 (smie-bnf-precedence-table): Use it to remember the closers/openers.
1109 (smie-merge-prec2s): Handle those new entries.
1110 (smie-prec2-levels): Only set precedence to nil for actual
1112 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
1113 that is now unnecessary.
1115 2010-10-07 Miles Bader <miles@gnu.org>
1117 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
1119 2010-10-07 Glenn Morris <rgm@gnu.org>
1121 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
1122 (mail-position-on-field): Remove declarations.
1123 (mail-position-on-field): Autoload it.
1124 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
1125 and mail-header-end. Don't require sendmail.
1127 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
1128 (shadow-mode): New mode.
1129 (shadow-find-file): New button.
1130 (list-load-path-shadows): Use shadow-mode and buttons.
1132 * iimage.el (iimage-version): Remove.
1133 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
1134 Turn into defcustoms.
1135 (iimage-mode-map): Give it a doc string.
1137 * calendar/appt.el (appt-activate): Give a warning rather than an error
1138 if there is no diary-file.
1140 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
1142 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1143 Use `tramp-handle-find-backup-file-name'.
1145 2010-10-06 Glenn Morris <rgm@gnu.org>
1147 * font-core.el (font-lock-defaults-alist): Remove variable.
1148 (font-lock-mode): Doc fix.
1149 (font-lock-default-function): Do not consult font-lock-defaults-alist.
1150 * font-lock.el (font-lock-refresh-defaults): Doc fix.
1151 (font-lock-set-defaults): Doc fix.
1152 Do not consult font-lock-defaults-alist.
1154 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1156 * emacs-lisp/cl.el: No longer provide cl-19.
1158 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
1160 * net/tramp.el (tramp-handle-directory-files-and-attributes)
1161 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1162 New defuns, taken from tramp-smb.el.
1163 (tramp-coding-system-change-eol-conversion)
1164 (tramp-set-process-query-on-exit-flag): Remove.
1166 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
1167 (tramp-compat-coding-system-change-eol-conversion)
1168 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1171 * net/tramp-gvfs.el:
1172 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1173 by `tramp-compat-set-process-query-on-exit-flag'.
1175 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1176 Use `tramp-handle-directory-files-and-attributes',
1177 `tramp-handle-file-exists-p' and
1178 `tramp-handle-file-newer-than-file-p'.
1179 (tramp-imap-handle-file-exists-p)
1180 (tramp-imap-handle-file-executable-p)
1181 (tramp-imap-handle-file-readable-p)
1182 (tramp-imap-handle-directory-files-and-attributes)
1183 (tramp-imap-handle-file-newer-than-file-p): Remove.
1185 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
1186 by `tramp-compat-set-process-query-on-exit-flag' and
1187 `tramp-coding-system-change-eol-conversion' by
1188 `tramp-compat-coding-system-change-eol-conversion'.
1190 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1191 Use `tramp-handle-directory-files-and-attributes',
1192 `tramp-handle-file-exists-p' and
1193 `tramp-handle-file-newer-than-file-p'.
1194 (tramp-smb-handle-directory-files-and-attributes)
1195 (tramp-smb-handle-file-exists-p)
1196 (tramp-smb-handle-file-newer-than-file-p): Remove.
1197 (tramp-smb-maybe-open-connection):
1198 Replace `tramp-set-process-query-on-exit-flag' by
1199 `tramp-compat-set-process-query-on-exit-flag'.
1201 2010-10-05 Glenn Morris <rgm@gnu.org>
1203 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
1205 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
1207 Continue reorganization of load dependencies. (Bug#7156)
1209 * net/tramp.el (tramp-handle-file-local-copy-hook)
1210 (tramp-delete-temp-file-function): Move down.
1211 (tramp-exists-file-name-handler): Move up.
1212 (tramp-register-file-name-handlers): Simplify autoload.
1213 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
1214 (tramp-handle-directory-files, tramp-handle-dired-uncache)
1215 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
1216 (tramp-handle-file-name-completion)
1217 (tramp-handle-file-name-directory)
1218 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
1219 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
1220 (tramp-handle-find-backup-file-name)
1221 (tramp-handle-insert-file-contents, tramp-handle-load)
1222 (tramp-handle-substitute-in-file-name)
1223 (tramp-handle-unhandled-file-name-directory)
1224 (tramp-mode-string-to-int, tramp-local-host-p)
1225 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
1227 * net/tramp-gvfs.el (top):
1228 * net/tramp-smb.el (top): Do not require 'tramp-sh.
1230 * net/tramp-sh.el (all): Move several objects to tramp.el, see
1231 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
1233 2010-10-04 Glenn Morris <rgm@gnu.org>
1235 * calendar/appt.el (appt-add): Ensure reminders are enabled.
1236 (appt-activate): Give status messages.
1238 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1240 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
1241 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
1242 `gnutls-negotiate' (formerly `starttls-negotiate').
1243 Remove trivial wrapper `starttls-open-stream'.
1245 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1247 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
1248 log-outgoing commands.
1249 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1250 to create a buffer local revert-buffer-function variable.
1251 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1252 revert-buffer-function lambda.
1254 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1256 * net/gnutls.el (starttls-negotiate): Use the plist interface to
1257 `gnutls-boot'. Make TYPE the only required parameter.
1258 Allow TRUSTFILES and KEYFILES to be lists.
1259 (open-ssl-stream): Use it.
1261 2010-10-03 Glenn Morris <rgm@gnu.org>
1263 * subr.el (directory-sep-char): Remove obsolete variable.
1264 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1267 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1268 * vc/vc.el (vc-static-header-alist): Doc fix.
1269 * vc/vc-cvs.el (vc-cvs-header):
1270 * vc/vc-rcs.el (vc-rcs-header):
1271 * vc/vc-sccs.el (vc-sccs-header):
1272 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1273 * obsolete/vc-mcvs.el (vc-mcvs-header):
1274 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1277 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1279 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1280 Remove obsolete use of binary-overwrite-mode (Bug#7001).
1282 2010-10-03 Glenn Morris <rgm@gnu.org>
1284 * obsolete/x-menu.el: Remove file, obsolete since 21.1
1286 * textmodes/rst.el (rst-font-lock-keywords-function):
1289 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
1291 * printing.el: Drop Emacs 20 code.
1293 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
1294 without having used appt.el already).
1296 * subr.el (make-local-hook): Remove function obsolete since 21.1.
1297 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
1298 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
1300 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
1301 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
1303 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
1304 (charset-width, find-charset-region, chars-in-region, forward-point)
1305 (encode-coding-string, coding-system-p, ccl-execute-on-string)
1306 (define-ccl-program, multibyte-string-p, string-make-multibyte):
1307 Remove compatibility cruft (none of these are used by ps*.el).
1309 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1311 * subr.el (booleanp): Return t instead of a list (Bug#7086).
1313 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1315 * server.el (server-process-filter, server-return-error):
1316 Give emacsclient time to shut down after receiving an error string.
1318 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
1320 * files.el (remote-file-name-inhibit-cache): New defcustom.
1322 * time.el (display-time-file-nonempty-p):
1323 Use `remote-file-name-inhibit-cache'.
1325 * net/tramp.el (tramp-completion-reread-directory-timeout):
1328 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
1329 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
1330 `remote-file-name-inhibit-cache'. Check also for an integer
1331 value. Add/increase counter when `tramp-verbose' >= 10.
1332 (tramp-set-file-property): Add/increase counter when
1333 `tramp-verbose' >= 10.
1335 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1336 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
1337 (tramp-bug): Set tramp-autoload cookie. Report all interned
1338 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
1339 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
1340 characters only in strings.
1342 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
1343 to backward compatibility.
1345 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
1346 (tramp-handle-file-name-all-completions)
1347 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
1348 (tramp-open-connection-setup-interactive-shell):
1349 Call `tramp-cleanup-connection' directly.
1351 2010-10-02 Glenn Morris <rgm@gnu.org>
1353 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
1355 * subr.el (char-bytes): Remove obsolete function.
1357 * isearch.el (isearch-return-char): Remove obsolete function.
1359 * mouse.el: No longer provide mldrag.
1360 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
1361 Remove obsolete aliases.
1363 * comint.el (comint-kill-output): Remove obsolete alias.
1365 * composite.el (decompose-composite-char): Remove obsolete function.
1366 * ps-def.el (decompose-composite-char): Remove unused function.
1368 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
1370 * outline.el (outline-visible): Remove obsolete function.
1372 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1373 * faces.el (internal-find-face, internal-get-face)
1374 (frame-update-faces, frame-update-face-colors)
1375 (x-frob-font-weight, x-frob-font-slant)
1376 (internal-frob-font-weight, internal-frob-font-slant)
1377 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1378 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1379 (x-make-font-bold-italic): Remove functions and aliases, obsolete
1381 * emulation/viper-util.el (viper-get-face):
1382 * obsolete/lucid.el (find-face, get-face): Use facep.
1383 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
1384 Remove unused functions.
1385 * vc/ediff-util.el (ediff-submit-report): Doc fix.
1387 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
1388 delete tempfile if interrupted during compilation.
1390 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1392 * net/tls.el (tls-starttls-switches): Give up on using starttls with
1394 (tls-program): Add --insecure to be consistent with the defaults from
1395 openssl s_client. Now all three commands are insecure.
1397 2010-10-01 Eli Zaretskii <eliz@gnu.org>
1399 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
1400 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
1401 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
1403 2010-10-01 Glenn Morris <rgm@gnu.org>
1405 * obsolete/sc.el: Remove file.
1407 * files.el (temporary-file-directory): On darwin, also try
1408 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
1410 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
1412 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
1413 Let's not break compatibility gratuitously, shall we?
1415 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1417 * net/tls.el (tls-starttls-switches): New variable.
1418 (tls-find-starttls-argument): Use it.
1419 (open-tls-stream): Ditto.
1421 * net/netrc.el (netrc-credentials): Return the value of the "default"
1423 (netrc-machine): Ditto.
1425 2010-09-30 Eli Zaretskii <eliz@gnu.org>
1427 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1429 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
1431 * server.el (server-start): Don't write pid to the authentication file.
1432 (server-create-tty-frame): Don't send pid.
1433 (server-process-filter): Send pid at the start of every connection.
1435 2010-09-30 Glenn Morris <rgm@gnu.org>
1437 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
1438 (show-all-diary-entries): Remove obsolete function aliases.
1440 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
1441 Remove options, obsolete since 22.1.
1442 (appt-display-format, appt-display-message): Remove
1443 backwards-compatibility code.
1444 (appt-check): No longer check appt-issue-message.
1445 (appt-make-list): No longer autoload it. Doc fix. No longer
1446 activate the package.
1448 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1450 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
1451 (starttls-negotiate): Just call boot, and let the handshake be
1452 triggered from the read loop.
1454 2010-09-29 Glenn Morris <rgm@gnu.org>
1456 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
1457 not displaying the diary.
1458 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
1459 * calendar/appt.el (appt-check): No longer need to kill diary.
1461 * calendar/diary-lib.el (diary-list-entries): Move the
1462 "Preparing..." message entirely here.
1463 (diary-simple-display, diary-fancy-display): Move "Preparing..."
1464 messages to diary-list-entries.
1465 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
1466 diary-display-function.
1468 * calendar/diary-lib.el (diary-include-other-diary-files):
1469 Trap some recursive includes.
1471 * calendar/appt.el (appt-activate): Check diary file.
1473 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1475 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1478 * calendar/time-date.el: No need to require cl for Emacs 21.
1480 2010-09-28 Glenn Morris <rgm@gnu.org>
1482 * calendar/appt.el (appt-check): Minor simplification.
1484 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1486 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
1489 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1491 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1492 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1494 2010-09-27 Kenichi Handa <handa@m17n.org>
1496 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1499 2010-09-27 Kenichi Handa <handa@m17n.org>
1501 * international/mule.el (define-coding-system): Docstring fixed.
1503 * international/mule-diag.el (describe-character-set): Use princ
1504 with proper print-length and print-level instead of insert.
1506 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
1508 * window.el (walk-windows): Doc fix (bug#7105).
1510 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1512 * emacs-lisp/float-sup.el (e): Remove.
1514 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1516 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
1518 (starttls-negotiate): Use it.
1520 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1522 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1525 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1527 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1529 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1531 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1533 * net/netrc.el (netrc-store-data): New function.
1535 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1537 * net/gnutls.el: GnuTLS glue code to set up a connection.
1539 2010-09-25 Julien Danjou <julien@danjou.info>
1541 * notifications.el: Call dbus-register-signal only if it is bound.
1543 2010-09-25 Glenn Morris <rgm@gnu.org>
1545 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1546 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1547 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1548 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1549 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1550 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1551 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1552 * eshell/esh-util.el, eshell/esh-var.el:
1553 Remove leading `*' from docs of faces and defcustoms.
1555 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
1557 * eshell/em-ls.el (eshell-ls-archive-regexp):
1558 * eshell/esh-util.el (eshell-tar-regexp):
1559 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1560 * info.el (Info-suffix-list):
1561 * international/mule.el (auto-coding-alist):
1562 * woman.el (woman-file-regexp, woman-file-compression-regexp):
1563 * progmodes/etags.el (tags-compression-info-list):
1564 Support xz compression.
1566 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
1568 * files.el (get-free-disk-space): Don't assume the "df" output
1569 columns line up (Bug#6995).
1571 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
1573 * finder.el (finder-unknown-keywords):
1574 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1575 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1577 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
1579 * server.el (server-start): Revert part of 2010-08-08 change. Using
1580 address 127.0.0.1 for local host is now done in Fmake_network_process.
1582 2010-09-24 Glenn Morris <rgm@gnu.org>
1584 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1585 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1586 * textmodes/css-mode.el, textmodes/dns-mode.el:
1587 Move autoloaded auto-mode-alist entries to files.el.
1588 * files.el (auto-mode-alist): Move entries here.
1590 2010-09-23 Glenn Morris <rgm@gnu.org>
1592 * isearch.el (isearch-lazy-highlight-cleanup)
1593 (isearch-lazy-highlight-initial-delay)
1594 (isearch-lazy-highlight-interval)
1595 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1596 * net/net-utils.el (ipconfig-program-options):
1597 Move aliases to options before the associated definitions.
1599 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1601 * newcomment.el (comment-normalize-vars): Better test validity of
1604 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1606 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1607 (float-e): New name for `e'.
1608 (degrees-to-radians, radians-to-degrees):
1609 * calendar/solar.el (solar-longitude):
1610 * calculator.el (calculator-registers, calculator-funcall):
1611 * textmodes/artist.el (artist-spray-random-points):
1612 * play/bubbles.el (bubbles--initialize-images): Use new names.
1614 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
1616 Update to CEDET 1.0's version of EIEIO.
1618 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1620 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1621 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1622 (class-precedence-list): If class is nil, return nil.
1623 (eieio-generic-call): If class of first input arg is nil, don't
1624 look up static methods, and do check for primary methods.
1625 (initialize-instance): See if the default needs to be evaluated
1626 during the constructor.
1627 (eieio-perform-slot-validation-for-default): Don't do the check
1628 for values that will eventually be evaluated.
1629 (eieio-eval-default-p): New function.
1630 (eieio-default-eval-maybe): Use it.
1632 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
1634 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1635 method-invocation-order.
1636 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1637 (eieio-class-precedence-dfs): Compute class precedence list using
1639 (eieio-class-precedence-bfs): Compute class precedence list using
1641 (eieio-class-precedence-c3): Compute class precedence list using
1643 (class-precedence-list): New function.
1644 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1645 (inconsistent-class-hierarchy): New error symbol.
1646 (call-next-method): Stow the replacement argument list for future
1647 call-next-method invocations.
1649 2010-09-23 Glenn Morris <rgm@gnu.org>
1651 * calendar/appt.el (appt-check): If not displaying the diary,
1652 use (diary 1) to only get the entries we need.
1653 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1654 that it is in day order. (Bug#7019)
1656 * calendar/appt.el (appt-check): Rather than showing the diary,
1657 just turn off invisible display, and only if needed.
1659 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1661 2010-09-23 Glenn Morris <rgm@gnu.org>
1663 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1664 (byte-compile-defvar, byte-compile-cl-warn):
1665 Start warnings with lower-case, like the majority.
1667 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1669 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
1671 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1672 * files.el (auto-mode-alist): Move ld-script entries here, further down
1675 * vc/add-log.el: Don't require timezone when compiling.
1676 (timezone-make-date-sortable): Autoload it.
1677 (change-log-sortable-date-at): Don't require timezone.
1678 Use `ignore-errors'.
1680 * comint.el (comint-use-prompt-regexp-instead-of-fields):
1681 Move alias before definition, so it does not need autoloading.
1683 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1684 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1685 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1686 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1687 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1688 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1689 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1690 * textmodes/tex-mode.el, textmodes/two-column.el:
1691 Remove leading `*' from docs of defcustoms etc.
1693 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1695 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1697 2010-09-22 Dan Christensen <jdc@uwo.ca>
1699 * calendar/time-date.el (date-to-time): Try using parse-time-string
1700 first before using the slower timezone-make-date-arpa-standard.
1702 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1704 * calendar/time-date.el (format-seconds): Comment fix.
1706 2010-09-22 Glenn Morris <rgm@gnu.org>
1708 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1709 is not automatically buffer-local.
1711 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1713 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1714 (smie-indent-comment): Be more careful with comment-start-skip.
1715 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1716 (smie-indent-functions): Use them.
1718 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
1720 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1722 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
1724 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1725 tool-bar-position. Don't modify frame parameters here.
1726 (menu-bar-options-save): Add tool-bar-position.
1728 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1730 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1732 * textmodes/reftex-parse.el (reftex-what-macro)
1733 (reftex-context-substring): Let-bind forward-sexp-function to nil
1734 since we don't need/want to treat \begin...\end as a block (bug#7053).
1736 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1738 * simple.el (blink-matching-open): Use syntax-class.
1740 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1741 Set invisibility spec for pascal's outline mode.
1742 (pascal-outline-change): Clean up calling convention.
1743 (pascal-show-all, pascal-hide-other-defuns): Update callers.
1745 * progmodes/prolog.el (prolog-smie-forward-token)
1746 (prolog-smie-backward-token): New functions.
1747 (prolog-mode-variables): Use them to parse "!," correctly.
1748 Set up smie-blink-matching for ".".
1750 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1752 (ispell-region, ispell-process-line): Update users.
1754 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1757 * textmodes/ispell.el: Fix commenting convention.
1758 (ispell-parse-output): Simplify, use push.
1759 (ispell-region): Use match-string-no-properties.
1760 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1761 (ispell-minor-mode): Use define-minor-mode.
1762 (ispell-message): Remove unused var `skip-regexp'.
1763 (ispell-add-per-file-word-list): Use dynamic let-binding.
1764 Try and use the proper comment marker.
1766 * mail/sendmail.el: Fix commenting convention.
1767 (sendmail-send-it): Use line-beginning-position.
1769 * help-fns.el (describe-variable): Add original value, if applicable.
1771 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
1773 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1775 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1777 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1779 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1780 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1781 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1782 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1783 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1784 something like "." can also be a closer.
1785 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1786 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1787 Rename internal functions to use "--". Update callers.
1789 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1791 * fringe.el (fringe-styles): New var.
1792 (fringe-mode, fringe-query-style): Use it.
1794 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1796 * progmodes/sql.el: Version 2.8
1797 (sql-login-params): Update widget structure; changes still needed.
1798 (sql-product-alist): Add :list-all and :list-table features for
1799 SQLite, Postgres and MySQL products.
1800 (sql-redirect): Handle default value.
1801 (sql-execute, sql-execute-feature): New functions.
1802 (sql-read-table-name): New function.
1803 (sql-list-all, sql-list-table): New functions. User API.
1804 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1805 for above functions.
1806 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1807 for above functions.
1808 (sql-postgres-login-params): Add user and database defaults.
1809 (sql-buffer-live-p): Bug fix.
1810 (sql-product-history): New variable.
1811 (sql-read-product): New function. Use it.
1812 (sql-set-product, sql-product-interactive): Use it.
1813 (sql-connection-history): New variable.
1814 (sql-read-connection): New function. Use it.
1815 (sql-connect): New function.
1816 (sql-for-each-login): Redesign function interface.
1817 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1818 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1819 (sql-comint): Check for program. Existing live buffer.
1820 (sql-comint-postgres): Add port parameter.
1822 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1824 * emacs-lisp/warnings.el: Fix commenting convention.
1825 (display-warning): Use special mode and make the buffer read-only.
1827 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1829 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1830 empty string when it follows a repeated or optional pattern.
1832 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1834 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1835 (indent-region): Use indent-according-to-mode.
1837 2010-09-18 Eli Zaretskii <eliz@gnu.org>
1839 * fringe.el (fringe-mode): Doc fix.
1841 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1843 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1844 refreshing the preview buffer.
1846 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1848 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1849 (latex-syntax-propertize-rules): New consts; replace
1850 tex-font-lock-syntactic-keywords.
1851 (tex-env-mark, latex-env-before-change): New functions.
1852 (latex-electric-env-pair-mode): New minor mode.
1853 (tex-font-lock-verb): Change arguments; do move point.
1854 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1855 representation as a form of comment.
1856 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1857 (doctex-syntax-propertize-rules): New const; replaces
1858 doctex-font-lock-syntactic-keywords.
1859 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1861 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1862 (fortran-make-syntax-propertize-function): New function; replaces
1863 fortran-font-lock-syntactic-keywords.
1864 (fortran-mode): Use it.
1865 (fortran-line-length): Use it. Improve interactive spec.
1867 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1868 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1869 when adding surrounding \(..\).
1871 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1873 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1875 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1876 Use with-current-buffer.
1878 * isearch.el (isearch-face): Rename from `isearch'.
1879 (isearch-highlight): Use new name.
1881 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1883 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1884 5, for `half' width fringes. (Bug#6933)
1886 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1888 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1889 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1891 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1893 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1895 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1896 in calculating new frame position. Add more space between new and
1897 parent on the left (Bug#7048).
1899 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
1901 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1904 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
1906 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1908 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1909 obsolete alias for x-selection-value.
1911 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1913 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
1915 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1918 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
1920 * net/tramp-compat.el (tramp-compat-with-temp-message)
1921 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1922 (tramp-compat-process-put): New defuns.
1924 * net/tramp.el (top):
1925 * net/tramp-gvfs.el (top):
1926 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1928 * net/tramp.el (tramp-progress-reporter-update):
1929 Use `tramp-compat-funcall'.
1931 * net/tramp.el (tramp-process-actions):
1932 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1933 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1934 (tramp-get-remote-stat, tramp-get-remote-readlink):
1935 Use `tramp-compat-with-temp-message'.
1937 * net/tramp-sh.el (top): Require 'cl.
1938 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1939 (tramp-open-connection-setup-interactive-shell):
1940 Use `tramp-compat-process-put'.
1942 2010-09-15 Alan Mackenzie <acm@muc.de>
1944 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1946 (c-forward-<>-arglist-recur): Fix an infinite recursion.
1948 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1950 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1951 `lexical' for warnings related to lexical scoping.
1952 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1953 global vars which don't have a prefix and could hence affect lexical
1954 scoping in unrelated files.
1956 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1958 * net/imap.el: Revert back to version
1959 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1962 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1964 * obsolete/old-whitespace.el (whitespace-unload-function):
1965 Explicitly pass `obarray' to `unintern' to avoid a warning.
1967 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1969 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1970 Add `when' argument. Update callers.
1972 * subr.el (unintern): Declare the obarray arg mandatory.
1974 2010-09-14 Glenn Morris <rgm@gnu.org>
1976 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1979 * calendar/diary-lib.el (diary-included-files): New variable.
1980 (diary-list-entries): Maybe initialize diary-included-files.
1981 (diary-include-other-diary-files): Append to diary-included-files.
1982 * calendar/appt.el (appt-update-list): Also check the members of
1983 diary-included-files. (Bug#6999)
1984 (appt-check): Doc fix.
1986 2010-09-14 David Reitter <david.reitter@gmail.com>
1988 * simple.el (line-move-visual): Do not truncate goal column to
1989 integer size. (Bug#7020)
1991 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1993 * repeat.el (repeat): Allow repeating when the last event is a click.
1994 Suggested by Drew Adams (bug#6256).
1996 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1998 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1999 Replace setting HGRCPATH to "" by some less invasive --config options.
2001 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2003 * font-lock.el (font-lock-beginning-of-syntax-function):
2006 2010-09-14 Glenn Morris <rgm@gnu.org>
2008 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
2009 and tool-bar modes. (Bug#6211)
2010 (menu-bar-mode): Move setting of standard-value after the
2011 minor-mode definition, otherwise it seems to have no effect.
2013 2010-09-14 Masatake YAMATO <yamato@redhat.com>
2015 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2016 Fix typo. (Bug#6976)
2018 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2020 * whitespace.el: Allow cleaning up blanks without blank
2021 visualization (Bug#6651). Adjust help window for
2022 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2023 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
2024 (whitespace-style): Add new value 'face. Adjust docstring.
2025 (whitespace-space, whitespace-hspace, whitespace-tab):
2026 Adjust foreground property face.
2027 (whitespace-line-column): Adjust docstring and type declaration.
2028 (whitespace-style-value-list, whitespace-toggle-option-alist)
2029 (whitespace-help-text): Adjust const initialization.
2030 (whitespace-toggle-options, global-whitespace-toggle-options):
2032 (whitespace-display-window, whitespace-interactive-char)
2033 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2034 (whitespace-help-scroll): New fun.
2036 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2038 * calendar/time-date.el (format-seconds): Comment fix.
2040 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
2042 * progmodes/sql.el: Version 2.7.
2043 (sql-buffer-live-p): Improve detection.
2044 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2045 (sql-set-sqli-buffer): Use it.
2046 (sql-product-interactive): Run `sql-set-sqli-hook'.
2047 (sql-rename-buffer): Code cleanup.
2048 (sql-redirect, sql-redirect-value): New functions. More to come.
2050 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
2052 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
2053 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2054 (TRAMP_SRC): New macro.
2055 ($(lisp)/net/tramp-loaddefs.el): New target.
2057 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
2059 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
2061 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
2063 * net/tramp.el (top): Don't show loading message. Require just
2064 'tramp-compat, everything else is required there.
2065 Use `ignore-errors' where appropriate.
2066 (tramp-inline-compress-start-size, tramp-copy-size-limit)
2067 (tramp-terminal-type, tramp-end-of-output)
2068 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
2069 (tramp-completion-function-alist-ssh)
2070 (tramp-completion-function-alist-telnet)
2071 (tramp-completion-function-alist-su)
2072 (tramp-completion-function-alist-putty, tramp-remote-path)
2073 (tramp-remote-process-environment, tramp-sh-extra-args)
2074 (tramp-actions-before-shell, tramp-uudecode)
2075 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
2076 (tramp-perl-file-attributes)
2077 (tramp-perl-directory-files-and-attributes)
2078 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
2079 (tramp-perl-encode, tramp-perl-decode)
2080 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
2081 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
2082 (tramp-handle-make-symbolic-link, tramp-handle-load)
2083 (tramp-handle-file-name-as-directory)
2084 (tramp-handle-file-name-directory)
2085 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2086 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
2087 (tramp-do-file-attributes-with-ls)
2088 (tramp-do-file-attributes-with-perl)
2089 (tramp-do-file-attributes-with-stat)
2090 (tramp-handle-set-visited-file-modtime)
2091 (tramp-handle-verify-visited-file-modtime)
2092 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
2093 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
2094 (tramp-handle-file-selinux-context)
2095 (tramp-handle-set-file-selinux-context)
2096 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
2097 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
2098 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
2099 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
2100 (tramp-handle-file-ownership-preserved-p)
2101 (tramp-handle-directory-file-name, tramp-handle-directory-files)
2102 (tramp-handle-directory-files-and-attributes)
2103 (tramp-do-directory-files-and-attributes-with-perl)
2104 (tramp-do-directory-files-and-attributes-with-stat)
2105 (tramp-handle-file-name-all-completions)
2106 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
2107 (tramp-handle-copy-file, tramp-handle-copy-directory)
2108 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
2109 (tramp-do-copy-or-rename-file-via-buffer)
2110 (tramp-do-copy-or-rename-file-directly)
2111 (tramp-do-copy-or-rename-file-out-of-band)
2112 (tramp-handle-make-directory, tramp-handle-delete-directory)
2113 (tramp-handle-delete-file)
2114 (tramp-handle-dired-recursive-delete-directory)
2115 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
2116 (tramp-handle-insert-directory)
2117 (tramp-handle-unhandled-file-name-directory)
2118 (tramp-handle-expand-file-name)
2119 (tramp-handle-substitute-in-file-name)
2120 (tramp-handle-executable-find, tramp-process-sentinel)
2121 (tramp-handle-start-file-process, tramp-handle-process-file)
2122 (tramp-handle-call-process-region, tramp-handle-shell-command)
2123 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
2124 (tramp-handle-insert-file-contents)
2125 (tramp-handle-insert-file-contents-literally)
2126 (tramp-handle-find-backup-file-name)
2127 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
2128 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
2129 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
2130 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
2131 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
2132 (tramp-find-file-exists-command, tramp-open-shell)
2133 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
2134 (tramp-open-connection-setup-interactive-shell)
2135 (tramp-local-coding-commands, tramp-remote-coding-commands)
2136 (tramp-find-inline-encoding, tramp-call-local-coding-command)
2137 (tramp-inline-compress-commands, tramp-find-inline-compress)
2138 (tramp-compute-multi-hops, tramp-maybe-open-connection)
2139 (tramp-send-command, tramp-wait-for-output)
2140 (tramp-send-command-and-check, tramp-barf-unless-okay)
2141 (tramp-send-command-and-read, tramp-mode-string-to-int)
2142 (tramp-convert-file-attributes, tramp-check-cached-permissions)
2143 (tramp-file-mode-from-int, tramp-file-mode-permissions)
2144 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2145 (tramp-method-out-of-band-p, tramp-local-host-p)
2146 (tramp-get-remote-path, tramp-get-remote-tmpdir)
2147 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2148 (tramp-get-test-command, tramp-get-test-nt-command)
2149 (tramp-get-file-exists-command, tramp-get-remote-ln)
2150 (tramp-get-remote-perl, tramp-get-remote-stat)
2151 (tramp-get-remote-readlink, tramp-get-remote-trash)
2152 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2153 (tramp-get-local-uid, tramp-get-local-gid)
2154 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
2156 (tramp-methods, tramp-default-method-alist)
2157 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2158 Move initialization to tramp-sh.el.
2159 (tramp-temp-name-prefix): Make it a defconst.
2160 (tramp-dissect-file-name): Don't check anymore for multi-hop
2162 (tramp-debug-outline-regexp): Add a docstring.
2163 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
2164 (tramp-get-debug-buffer): Use it.
2166 * net/tramp-cache.el (top): Set tramp-autoload cookie for
2167 initialization forms.
2168 (tramp-set-connection-property): Don't protect `tramp-message'
2169 call, it isn't necessary any longer.
2170 (tramp-dump-connection-properties): Use `ignore-errors'.
2172 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2173 'password-cache and 'auth-source.
2175 * net/tramp-gvfs.el (top):
2176 * net/tramp-smb.el (top): Require 'tramp-sh.
2178 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
2180 * net/tramp-sh.el: New file, derived from tramp.el.
2181 (top): Initialize `tramp-methods', `tramp-default-method-alist',
2182 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
2183 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
2184 Use `ignore-errors' where appropriate.
2185 (tramp-sh-file-name-handler-alist): Rename from
2186 `tramp-file-name-handler-alist'.
2187 (tramp-send-command-and-check): Return t or nil. Remove all
2188 `zerop' checks, where called.
2189 (tramp-handle-set-file-modes)
2190 (tramp-do-copy-or-rename-file-directly)
2191 (tramp-handle-delete-directory, tramp-handle-delete-file)
2192 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
2193 (tramp-sh-file-name-handler, tramp-send-command-and-check)
2194 (tramp-get-remote-ln): Set tramp-autoload cookie.
2196 * net/tramp-fish.el: Remove file.
2198 2010-09-13 Daiki Ueno <ueno@unixuser.org>
2200 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
2201 buffer-file-name to avoid file-locking. (Bug#7026)
2203 2010-09-13 Julien Danjou <julien@danjou.info>
2205 * notifications.el (notifications-notify): Add support for
2206 image-path and sound-name.
2207 (notifications-specification-version): Add this variable.
2209 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2211 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2213 2010-09-12 Leo <sdl.web@gmail.com>
2215 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
2216 (rcirc-completion-start): New variables.
2217 (rcirc-nick-completions): Rename to rcirc-completions.
2218 (rcirc-nick-completion-start-offset): Delete.
2219 (rcirc-completion-at-point): New function for constructing
2220 completion data for both nicks and irc commands. Add to
2221 completion-at-point-functions in rcirc mode.
2222 (rcirc-complete): Rename from rcirc-nick-complete; use
2223 rcirc-completion-at-point.
2224 (defun-rcirc-command): Update rcirc-client-commands.
2226 2010-09-11 Glenn Morris <rgm@gnu.org>
2228 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
2229 atomically, to avoid parallel build errors. (Bug#4196)
2231 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
2233 * progmodes/sql.el: Version 2.6
2234 (sql-dialect): Synonym for "sql-product".
2235 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2236 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
2237 Set "sql-buffer" to buffer name not buffer object so multiple sql
2238 interactive buffers work properly. Reverts misguided changes in
2240 (sql-comint): Make sure different buffer name is used if "*SQL*"
2241 buffer is for a different product.
2242 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
2244 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2245 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2246 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
2247 Accept new buffer name or prompt for one.
2248 (sql-port): Default to zero.
2249 (sql-comint-mysql): Handle "sql-port" as a numeric.
2250 (sql-port-history): Delete unused variable.
2251 (sql-get-login): Default "sql-port" to a number.
2252 (sql-product-alist): Correct Postgres prompt and terminator regexp.
2253 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
2254 "sqlite3" executables.
2255 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
2256 (sql-buffer-live-p): New function.
2257 (sql-mode-menu, sql-send-string): Use it.
2258 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2260 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2261 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2263 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2265 * net/netrc.el (netrc-credentials): New convenience function.
2267 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2269 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2270 to replace texinfo-font-lock-syntactic-keywords.
2271 (texinfo-mode): Use it.
2273 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2274 Use syntax-propertize-function.
2276 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2277 replace sgml-font-lock-syntactic-keywords.
2278 (sgml-mode): Use it.
2280 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2281 since we don't use it.
2283 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2285 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
2287 (vhdl-fontify-buffer): Adjust.
2289 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
2290 replace tcl-font-lock-syntactic-keywords.
2293 * progmodes/simula.el (simula-syntax-propertize-function): New var to
2294 replace simula-font-lock-syntactic-keywords.
2295 (simula-mode): Use it.
2297 * progmodes/sh-script.el (sh-st-symbol): Remove.
2298 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
2299 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
2300 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
2301 (sh-font-lock-paren): Set syntax-multiline.
2302 (sh-font-lock-syntactic-keywords): Remove.
2303 (sh-syntax-propertize-function): New function to replace it.
2306 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
2307 Define while compiling.
2308 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2309 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2310 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
2311 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2312 (ruby-here-doc-end-syntax): Only define when
2313 syntax-propertize is not available.
2314 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
2316 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
2317 (electric-indent-chars): Silence bytecompiler.
2318 (ruby-mode): Use prog-mode, syntax-propertize-function, and
2319 electric-indent-chars.
2321 * progmodes/python.el (python-syntax-propertize-function): New var to
2322 replace python-font-lock-syntactic-keywords.
2323 (python-mode): Use it.
2324 (python-quote-syntax): Simplify and adjust to new use.
2326 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
2327 replace perl-font-lock-syntactic-keywords.
2328 (perl-syntax-propertize-special-constructs): New fun to replace
2329 perl-font-lock-special-syntactic-constructs.
2330 (perl-font-lock-syntactic-face-function): New fun.
2331 (perl-mode): Use it.
2333 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
2334 to replace octave-font-lock-close-quotes.
2335 (octave-syntax-propertize-function): New function to replace
2336 octave-font-lock-syntactic-keywords.
2337 (octave-mode): Use it.
2339 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
2340 replaces mixal-font-lock-syntactic-keywords.
2341 (mixal-mode): Use it.
2343 * progmodes/make-mode.el (makefile-syntax-propertize-function):
2344 New var; replaces makefile-font-lock-syntactic-keywords.
2345 (makefile-mode): Use it.
2346 (makefile-imake-mode): Adjust.
2348 * progmodes/js.el (js--regexp-literal): Define while compiling.
2349 (js-syntax-propertize-function): New var; replaces
2350 js-font-lock-syntactic-keywords.
2353 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
2354 replaces gdb-script-font-lock-syntactic-keywords.
2355 (gdb-script-mode): Use it.
2357 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
2358 (fortran--font-lock-syntactic-keywords): New var.
2359 (fortran-line-length): Update syntax-propertize-function and
2360 fortran--font-lock-syntactic-keywords.
2362 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
2364 * progmodes/cfengine.el (cfengine-mode):
2365 Use syntax-propertize-function.
2366 (cfengine-font-lock-syntactic-keywords): Remove.
2368 * progmodes/autoconf.el (autoconf-mode):
2369 Use syntax-propertize-function.
2370 (autoconf-font-lock-syntactic-keywords): Remove.
2372 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
2373 (ada-after-change-function, ada-initialize-syntax-table-properties)
2374 (ada-handle-syntax-table-properties): Only define when
2375 syntax-propertize is not available.
2376 (ada-mode): Use syntax-propertize-function.
2378 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
2379 (font-lock-fontify-syntactic-keywords-region): Move handling of
2380 font-lock-syntactically-fontified to...
2381 (font-lock-default-fontify-region): ...here.
2382 Let syntax-propertize-function take precedence.
2383 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
2385 * emacs-lisp/syntax.el (syntax-propertize-function)
2386 (syntax-propertize-chunk-size, syntax-propertize--done)
2387 (syntax-propertize-extend-region-functions): New vars.
2388 (syntax-propertize-wholelines, syntax-propertize-multiline)
2389 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
2390 (syntax-propertize): New functions.
2391 (syntax-propertize-rules): New macro.
2392 (syntax-ppss-flush-cache): Set syntax-propertize--done.
2393 (syntax-ppss): Call syntax-propertize.
2395 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
2397 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
2399 * textmodes/ispell.el (ispell-init-process): Improve comments.
2400 XEmacs compatibility changes regarding (add-hook) 'local option
2401 and (set-process-query-on-exit-flag).
2403 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
2405 * net/tramp-cache.el (tramp-parse-connection-properties):
2406 Set tramp-autoload cookie.
2408 2010-09-09 Glenn Morris <rgm@gnu.org>
2410 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
2411 (imagemagick-register-types): Doc fix.
2413 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2415 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
2417 * progmodes/js.el (require): Require is already "eval-and-compile".
2418 (js--re-search-forward): Avoid `eval'. Preserve the error data.
2419 (js--re-search-backward): Use js--re-search-forward.
2421 * progmodes/fortran.el (fortran-line-length): Don't recompute
2422 syntactic keywords redundantly a second time.
2424 * progmodes/ada-mode.el: Replace "(set '" with setq.
2425 (ada-mode): Simplify.
2426 (ada-create-case-exception, ada-adjust-case-interactive)
2427 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
2428 (ada-search-ignore-string-comment, ada-move-to-start)
2429 (ada-move-to-end): Use with-syntax-table.
2431 * font-lock.el (save-buffer-state): Remove `varlist' arg.
2432 (font-lock-unfontify-region, font-lock-default-fontify-region):
2433 Update usage correspondingly.
2434 (font-lock-fontify-syntactic-keywords-region):
2435 Set parse-sexp-lookup-properties buffer-locally here.
2436 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
2438 * simple.el (blink-matching-open): Don't burp if we can't find a match.
2440 2010-09-08 Glenn Morris <rgm@gnu.org>
2442 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
2443 Error if not compiled with -DBYTE_CODE_METER.
2445 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2446 Ignore dir-locals-file.
2448 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2450 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2452 (compilation-error-regexp-alist-alist): Rule out ": " in file names
2453 for the `gnu' messages.
2454 (compilation-set-skip-threshold): New command.
2455 (compilation-start): Use \' rather than $.
2456 (compilation-forget-errors): Use clrhash.
2458 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
2460 * textmodes/ispell.el (ispell-valid-dictionary-list):
2463 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
2465 Migrate to Tramp 2.2. Rearrange load dependencies.
2466 (Bug#1529, Bug#5448, Bug#5705)
2468 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
2469 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
2470 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2472 * net/tramp.el (top): Remove all other tramp-* loads except
2473 tramp-compat.el. Remove all changes to tramp-unload-hook for
2474 other tramp-* packages. Rearrange defun order. Change calls of
2475 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
2476 `tramp-compat-octal-to-decimal' to new function names.
2477 (tramp-terminal-type, tramp-initial-end-of-output)
2478 (tramp-methods, tramp-foreign-file-name-handler-alist)
2479 (tramp-tramp-file-p, tramp-completion-mode-p)
2480 (tramp-send-command-and-check, tramp-get-remote-path)
2481 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
2482 (tramp-shell-quote-argument): Set tramp-autoload cookie.
2483 (with-file-property, with-connection-property): Move to
2485 (tramp-local-call-process, tramp-decimal-to-octal)
2486 (tramp-octal-to-decimal): Move to tramp-compat.el.
2487 (tramp-handle-shell-command): Do not require 'shell.
2488 (tramp-compute-multi-hops): No special handling for tramp-gw-*
2490 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
2492 * net/tramp-cache.el (top): Require 'tramp. Add to
2493 `tramp-unload-hook'.
2494 (tramp-cache-data, tramp-get-file-property)
2495 (tramp-set-file-property, tramp-flush-file-property)
2496 (tramp-flush-directory-property, tramp-get-connection-property)
2497 (tramp-set-connection-property, tramp-flush-connection-property)
2498 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
2500 (with-file-property, with-connection-property): New defuns, moved
2502 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
2505 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
2506 (tramp-version): Set tramp-autoload cookie.
2508 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
2509 changes to tramp-unload-hook for other tramp-* packages. Add to
2510 `tramp-unload-hook'.
2511 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
2512 (tramp-compat-call-process): New defuns, moved from tramp.el.
2514 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
2515 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2516 to `tramp-unload-hook'. Change call of
2517 `tramp-compat-decimal-to-octal' to new function name.
2518 (tramp-fish-method): Make it a defconst.
2519 (tramp-fish-file-name-p): Make it a defsubst.
2520 (tramp-fish-method, tramp-fish-file-name-handler)
2521 (tramp-fish-file-name-p): Set tramp-autoload cookie.
2523 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2524 `tramp-foreign-file-name-handler-alist'. Add to
2525 `tramp-unload-hook'.
2526 (tramp-ftp-method): Make it a defconst.
2527 (tramp-ftp-file-name-p): Make it a defsubst.
2528 (tramp-ftp-method, tramp-ftp-file-name-handler)
2529 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2531 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2532 `tramp-foreign-file-name-handler-alist'. Add to
2533 `tramp-unload-hook'. Change checks, whether package can be
2535 (tramp-gvfs-file-name-p): Make it a defsubst.
2536 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2537 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2538 (tramp-gvfs-handle-file-directory-p): New defun.
2539 (tramp-gvfs-file-name-handler-alist): Use it.
2541 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2542 `tramp-foreign-file-name-handler-alist'. Add to
2543 `tramp-unload-hook'.
2544 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2545 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2547 (tramp-gw-tunnel-method, tramp-gw-socks-method)
2548 (tramp-gw-open-connection): Set tramp-autoload cookie.
2550 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
2551 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2552 to `tramp-unload-hook'. Change checks, whether package can be
2554 (tramp-imap-file-name-p): Make it a defsubst.
2555 (tramp-imap-method, tramp-imaps-method)
2556 (tramp-imap-file-name-handler)
2557 (tramp-imap-file-name-p): Set tramp-autoload cookie.
2559 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
2560 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2561 to `tramp-unload-hook'. Change checks, whether package can be
2562 loaded. Change call of `tramp-compat-decimal-to-octal' to new
2564 (tramp-smb-tunnel-method): Make it a defconst.
2565 (tramp-smb-file-name-p): Make it a defsubst.
2566 (tramp-smb-method, tramp-smb-file-name-handler)
2567 (tramp-smb-file-name-p): Set tramp-autoload cookie.
2569 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2570 (tramp-uuencode-region): Set tramp-autoload cookie.
2572 * net/trampver.el (top) Add to `tramp-unload-hook'.
2573 (tramp-version, tramp-bug-report-address): Set tramp-autoload
2574 cookie. Update release number.
2576 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
2578 * textmodes/ispell.el (ispell-start-process): Make sure original
2579 arg list is properly initialized (Bug#6993, Bug#6994).
2581 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2583 * files.el (directory-abbrev-alist): Use \` as default regexp.
2585 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2586 chars like - or ] (bug#6984).
2587 (rx-any-condense-range): Explode 2-char ranges.
2589 2010-09-06 Glenn Morris <rgm@gnu.org>
2591 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2593 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2595 * textmodes/bibtex.el:
2596 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2598 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2600 * net/imap.el (imap-message-map): Remove optional buffer parameter,
2601 since no callers use it.
2602 (imap-message-get): Ditto.
2603 (imap-message-put): Ditto.
2604 (imap-mailbox-map): Ditto.
2605 (imap-mailbox-put): Ditto.
2606 (imap-mailbox-get): Ditto.
2607 (imap-mailbox-get): Revert last change for this function.
2609 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611 * net/imap.el (imap-fetch-safe): Remove function, and alter all
2612 callers to use `imap-fetch' instead. According to the comments, this
2613 should be safe, since all other IMAP clients use the 1:* syntax.
2614 (imap-enable-exchange-bug-workaround): Remove.
2615 (imap-debug): Remove -- doesn't seem very useful.
2617 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619 * net/imap.el (imap-log): New convenience function used throughout
2620 instead of repeating the same code all over the place.
2622 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
2624 * mouse.el (mouse-save-then-kill): Save region to kill-ring
2625 when mouse-drag-copy-region is non-nil (Bug#6956).
2627 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
2629 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2630 Improve regexps (Bug#6987).
2631 (dired-sort-toggle): Search more robustly for -t flag.
2633 * files.el (get-free-disk-space): Search more robustly for
2634 "available" column. Suggested by Ehud Karni
2635 <ehud@unix.mvs.co.il>.
2637 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
2639 * international/uni-bidi.el:
2640 * international/uni-category.el:
2641 * international/uni-combining.el:
2642 * international/uni-decimal.el:
2643 * international/uni-mirrored.el:
2644 * international/uni-name.el: Regenerate.
2646 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2648 * electric.el (electric-indent-post-self-insert-function):
2649 Don't reindent with a sloppy indentation function.
2651 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2652 border case in change-log-mode.
2654 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
2656 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2657 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2658 Recognize leading tab in gcc-include regexp. Ignore names with
2659 leading "from" or "in" in gnu regexp (Bug#6937).
2661 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2663 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
2664 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2665 (ispell-start-process): Avoid setq and simplify logic.
2666 (ispell-init-process): Setup kill-buffer-hook locally when needed.
2667 (kill-buffer-hook): Don't use it globally with code that uses
2668 expand-file-name since that may call kill-buffer via
2669 code_conversion_restore.
2671 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
2673 * emacs-lisp/package.el (package-directory-list): Only call
2674 file-name-nondirectory on a string.
2676 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
2678 * emacs-lisp/package.el (package--download-one-archive):
2679 Ensure that archive-contents is valid before saving it.
2680 (package-activate-1, package-mark-obsolete, define-package)
2681 (package-compute-transaction, package-list-maybe-add): Use push.
2683 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2685 Use SMIE's blink-paren for octave-mode.
2686 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2687 Backslashes do not escape single-quotes, single-quotes do.
2688 (octave-block-else-regexp, octave-block-end-regexp)
2689 (octave-block-match-alist): Remove.
2690 (octave-smie-bnf-table): New var, with old content.
2691 (octave-smie-op-levels): Use it.
2692 (octave-smie-closer-alist): New var.
2693 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
2694 (octave-blink-matching-block-open): Remove.
2695 (octave-reindent-then-newline-and-indent, octave-electric-semi)
2696 (octave-electric-space): Let self-insert-command run expand-abbrev and
2699 * electric.el (electricity): New group.
2700 (electric-indent-chars): New var.
2701 (electric-indent-post-self-insert-function): New fun.
2702 (electric-indent-mode): New minor mode.
2703 (electric-pair-skip-self): New custom.
2704 (electric-pair-post-self-insert-function): New function.
2705 (electric-pair-mode): New minor mode.
2707 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2708 calcAlg-blink-matching-open.
2709 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2710 (calc-do-alg-entry): Only touch the part of the keymap that varies.
2711 Use the new blink-matching-check-function.
2713 Provide blink-matching support to SMIE.
2714 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2715 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2716 (smie-blink-matching-check, smie-blink-matching-open): New functions.
2718 * simple.el (newline): Fix last change to properly remove itself from
2721 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2723 * simple.el (newline): Eliminate optimization.
2724 Use post-self-insert-hook to set hard-newline and things before
2725 running post-self-insert-hook.
2726 (blink-matching-check-mismatch): New function.
2727 (blink-matching-check-function): New variable.
2728 (blink-matching-open): Use them.
2729 Skip back forward over prefix chars skipped by forward-sexp.
2730 Don't check if the parens are backslash escaped.
2731 (blink-paren-post-self-insert-function): Check backslash escaping here.
2733 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
2735 * emacs-lisp/package.el (package-menu-mode-map):
2736 Change package-menu-revert bindings to revert-buffer.
2737 (package-menu-mode): Set revert-buffer-function.
2738 (package-menu-revert): Doc fix.
2740 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
2742 * textmodes/ispell.el (ispell-init-process): Use "~/" as
2743 `default-directory' unless using Ispell per-directory personal
2744 dictionaries and not in a mini-buffer under XEmacs.
2745 (kill-buffer-hook): Do not kill ispell process on exit when
2746 `ispell-process-directory' is "~/". (Bug#6143)
2748 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2750 * simple.el (kill-new): Call interprogram-cut-function with only
2753 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2754 Remove cut buffer from error message.
2756 * term/x-win.el (x-select-text):
2757 * term/pc-win.el (x-selection-value):
2758 * term/ns-win.el (x-selection-value):
2759 * eshell/em-term.el:
2760 * w32-fns.el (x-get-selection-value):
2761 * mouse-sel.el (mouse-sel-set-selection-function):
2762 * frame.el (display-selections-p): Remove cut-buffer in documentation.
2764 * term/x-win.el: Update documentation for x-last-selected-text-*.
2765 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2766 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2767 (x-select-text): Remove argument PUSH, update documentation. Remove
2769 (x-selection-value-internal): Was previously x-selection-value.
2770 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2771 Update documentation, remove cut-buffer code. Call
2772 x-selection-value-internal.
2773 (x-clipboard-yank): Call x-selection-value-internal.
2774 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2776 * term/pc-win.el (x-last-selected-text):
2777 x-cut-buffer-or-selection-value renamed to x-selection-value
2778 (x-select-text): Remove argument PUSH, update documentation.
2780 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2781 x-cut-buffer-or-selection-value renamed to x-selection-value
2782 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2783 (x-select-text): Remove argument PUSH, update documentation.
2785 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2787 * w32-fns.el (x-last-selected-text):
2788 x-cut-buffer-or-selection-value renamed to x-selection-value.
2789 (x-cut-buffer-max): Remove.
2790 (x-select-text): Remove argument PUSH, update documentation.
2792 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2794 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2796 * mouse-sel.el (mouse-sel-get-selection-function):
2797 x-cut-buffer-or-selection-value renamed to x-selection-value.
2798 (x-select-text): Remove optional push.
2800 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2802 * simple.el (blink-paren-function): Move from C to here.
2803 (blink-paren-post-self-insert-function): New function.
2804 (post-self-insert-hook): Use it.
2806 * emacs-lisp/pcase.el (pcase-split-memq):
2807 Fix overenthusiastic optimisation.
2808 (pcase-u1): Handle the case of a lambda pred.
2810 2010-08-31 Kenichi Handa <handa@m17n.org>
2812 * international/mule-cmds.el (standard-display-european-internal):
2813 Setup standard-display-table for 8-bit characters by storing 8-bit
2814 characters in the element vector.
2816 * disp-table.el (standard-display-8bit):
2817 Setup standard-display-table for 8-bit characters by storing 8-bit
2818 characters in the element vector.
2819 (standard-display-european): Likewise.
2821 2010-08-31 Masatake YAMATO <yamato@redhat.com>
2823 * textmodes/nroff-mode.el (nroff-view): New command.
2824 (nroff-mode-map): Bind it to C-c C-c.
2826 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2828 * emacs-lisp/smie.el (smie-down-list): New command.
2830 Remove old indentation and navigation code on octave-mode.
2831 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2832 smie-down-list rather than add a binding for octave-down-block.
2833 (octave-mark-block, octave-blink-matching-block-open):
2834 Rely on forward-sexp-function.
2835 (octave-fill-paragraph): Don't narrow, so you can use
2836 indent-according-to-mode.
2837 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2838 (octave-in-block-p, octave-re-search-forward-kw)
2839 (octave-re-search-backward-kw, octave-indent-calculate)
2840 (octave-end-as-array-index-p, octave-block-end-offset)
2841 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2842 (octave-down-block, octave-backward-up-block, octave-up-block)
2843 (octave-before-magic-comment-p, octave-indent-line): Remove.
2845 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
2847 * emacs-lisp/package.el (package--read-archive-file): Just use
2848 `read', to avoid copying an additional string.
2849 (package-menu-mode): Set header-line-format here.
2850 (package-menu-refresh, package-menu-revert): Signal an error if
2851 not in the Package Menu.
2852 (package-menu-package-list): New var.
2853 (package--generate-package-list): Operate on the current buffer;
2854 don't assume that it is *Packages*, since the user may rename it.
2855 Allow persistent package listings and sort keys using
2856 package-menu-package-list and package-menu-package-sort-key.
2857 (package-menu--version-predicate): Fix version calculation.
2858 (package-menu-sort-by-column): Don't select the window.
2859 (package--list-packages): Create the *Packages* buffer.
2860 Set package-menu-package-list-key.
2861 (list-packages): Sorting by status is now the default.
2862 (package-buffer-info): Use match-string-no-properties.
2863 (define-package): Add a &rest argument for future proofing, but
2865 (package-install-from-buffer, package-install-buffer-internal):
2866 Merge into a single function, package-install-from-buffer.
2867 (package-install-file): Change caller.
2869 * finder.el: Load finder-inf using `require'.
2870 (finder-list-matches): Sorting by status is now the default.
2871 (finder-compile-keywords): Simpify printing.
2873 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2875 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2876 (octave-mode-map): Remove special bindings for forward/backward-block
2877 and octave-backward-up-block. Use smie-close-block.
2878 (octave-continuation-marker-regexp): New var.
2879 (octave-continuation-regexp): Use it.
2880 (octave-operator-table, octave-smie-op-levels)
2881 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2882 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2883 (octave-mode): Use SMIE.
2884 (octave-close-block): Delete.
2886 2010-08-30 Eli Zaretskii <eliz@gnu.org>
2888 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2889 CLIPBOARD, not in PRIMARY. (Bug#6944)
2891 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2893 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2895 (smie-indent-column): Allow indirection through variables.
2897 * composite.el (save-buffer-state): Delete, unused.
2898 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2899 (font-lock-default-fontify-region): Use with-syntax-table.
2900 * jit-lock.el (with-buffer-unmodified): Remove.
2901 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2903 Use `declare' in defmacros.
2904 * window.el (save-selected-window):
2905 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2906 * progmodes/python.el (def-python-skeleton):
2907 * net/dbus.el (dbus-ignore-errors):
2908 * jka-cmpr-hook.el (with-auto-compression-mode):
2909 * international/mule.el (with-category-table):
2910 * emacs-lisp/timer.el (with-timeout):
2911 * emacs-lisp/lisp-mnt.el (lm-with-file):
2912 * emacs-lisp/eieio.el (with-slots):
2913 * emacs-lisp/easymenu.el (easy-menu-define):
2914 * emacs-lisp/debug.el (debugger-env-macro):
2915 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2916 (Multiple-value-call, Multiple-value-prog1):
2917 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2918 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2919 edebug rule to definition.
2920 * emacs-lisp/lisp-mode.el (save-selected-window)
2921 (with-current-buffer, combine-after-change-calls)
2922 (with-output-to-string, with-temp-file, with-temp-buffer)
2923 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2924 (dolist, dotimes, when, unless):
2925 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2927 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2929 * finder.el: Require `package'.
2930 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2931 (finder-package-info): Var deleted.
2932 (finder-keywords-hash, finder--builtins-alist): New vars.
2933 (finder-compile-keywords): Compute package--builtins and
2934 finder-keywords-hash instead of finder-keywords-hash, respecting
2935 the "Package" header.
2936 (finder-unknown-keywords, finder-list-matches):
2937 Use finder-keywords-hash and package--list-packages.
2938 (finder-mode): Don't set font-lock-defaults.
2939 (finder-exit): We don't use "*Finder-package*" and "*Finder
2940 Category*" buffers anymore.
2942 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2943 (package--builtins): Set default value to nil.
2944 (package-initialize): Load precomputed value of package--builtins
2946 (package-alist, package-compute-transaction)
2947 (package-download-transaction): Improve docstring.
2948 (package-read-all-archive-contents): Do not change
2949 package--builtins here.
2950 (list-packages): Make package-list-packages an alias for this.
2951 Sort by status by default.
2952 (package--list-packages): Add optional PACKAGES arg.
2953 (describe-package-1): Use font-lock-face property. For built-in
2954 packages, insert file commentary.
2955 (package--generate-package-list): Rename from
2956 package-list-packages-internal; all callers changed. Add optional
2957 PACKAGES arg. Add alphabetical sort fallbacks.
2958 (package-menu--version-predicate, package-menu--status-predicate)
2959 (package-menu--description-predicate)
2960 (package-menu--name-predicate): New functions.
2962 * info.el (Info-finder-find-node): Search package-alist instead of
2963 finder-package-info.
2965 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2967 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2969 (version-to-list): Handle versions like "10.3d".
2971 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2973 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2974 (macroexp-accumulate): Use `declare'.
2976 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2978 * whitespace.el (whitespace-style): Adjust type declaration.
2980 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2982 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2983 empty argument to gvfs-copy.
2985 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2987 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2988 handle new TRASH arg of `delete-file'.
2990 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2992 * net/tramp.el (tramp-handle-insert-directory): Don't use
2993 `forward-word', its default syntax could be changed.
2995 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2996 Michael Albinus <michael.albinus@gmx.de>
2998 Implement compression for inline methods.
3000 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3001 (tramp-copy-size-limit): Allow also nil.
3002 (tramp-inline-compress-commands): New defconst.
3003 (tramp-find-inline-compress, tramp-get-inline-compress)
3004 (tramp-get-inline-coding): New defuns.
3005 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3006 replaced by `tramp-get-inline-coding'.
3007 (tramp-handle-file-local-copy, tramp-handle-write-region)
3008 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3010 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
3012 Detect ssh 'ControlMaster' argument automatically in some cases.
3014 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3015 (tramp-default-method): Use it.
3017 2010-08-26 Karel Klíč <kklic@redhat.com>
3019 * net/tramp.el (tramp-file-name-for-operation):
3020 Add file-selinux-context.
3022 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3024 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
3026 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
3028 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
3031 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
3033 * progmodes/js.el: Make indentation more customizable (Bug#6914).
3034 (js-paren-indent-offset, js-square-indent-offset)
3035 (js-curly-indent-offset): New options.
3036 (js--proper-indentation): Use them.
3038 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
3040 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
3041 instead of inspecting font-lock properties (Bug#6916).
3043 2010-08-26 David Reitter <david.reitter@gmail.com>
3045 * server.el (server-visit-files): Run pre-command-hook and
3046 post-command-hook for each buffer while it is current (Bug#6910).
3047 (server-execute): Do not run hooks here.
3049 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
3051 Sync with Tramp 2.1.19.
3053 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3054 (tramp-reporter-dump-variable, tramp-load-report-modules)
3055 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
3056 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
3058 * net/tramp-compat.el (top): Do not autoload
3059 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3060 only when `start-file-process' is not bound.
3061 (byte-compile-not-obsolete-vars): Define if not bound.
3062 (tramp-compat-funcall): New defmacro.
3063 (tramp-compat-line-beginning-position)
3064 (tramp-compat-line-end-position)
3065 (tramp-compat-temporary-file-directory)
3066 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3067 (tramp-compat-copy-file, tramp-compat-copy-directory)
3068 (tramp-compat-delete-file, tramp-compat-delete-directory)
3069 (tramp-compat-number-sequence, tramp-compat-process-running-p):
3071 (tramp-advice-file-expand-wildcards): Do not use
3072 `tramp-handle-file-remote-p'.
3073 (tramp-compat-make-temp-file): Simplify fallback implementation.
3074 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3075 (tramp-compat-copy-tree): Remove function.
3076 (tramp-compat-delete-file): New defun.
3077 (tramp-compat-delete-directory): Provide implementation for older
3079 (tramp-compat-file-attributes): Handle only
3080 `wrong-number-of-arguments' error.
3082 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3083 Add PRESERVE_SELINUX_CONTEXT.
3084 (tramp-fish-handle-delete-file): Add TRASH arg.
3085 (tramp-fish-handle-directory-files-and-attributes):
3086 Do not use `tramp-fish-handle-file-attributes.
3087 (tramp-fish-handle-file-local-copy)
3088 (tramp-fish-handle-insert-file-contents)
3089 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
3091 * net/tramp-gvfs.el (top): Require url-util.
3092 (tramp-gvfs-mount-point): Remove.
3093 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
3094 and `set-file-selinux-context'.
3095 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
3096 (tramp-gvfs-handle-file-selinux-context)
3097 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3098 (with-tramp-dbus-call-method): Format trace message.
3099 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3100 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3101 Implement backup call, when operation on local files fails.
3102 Use progress reporter. Flush properties of changed files.
3103 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
3104 `tramp-compat-delete-file'.
3105 (tramp-gvfs-handle-expand-file-name): Expand "~/".
3106 (tramp-gvfs-handle-make-directory): Make more traces.
3107 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
3108 (tramp-gvfs-url-file-name): Hexify file name in url.
3109 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3110 into account for the resulting file name.
3111 (tramp-gvfs-handler-askquestion): Preserve current message, in
3112 order to let progress reporter continue afterwards. (Bug#6257)
3113 Return dummy mountpoint, when the answer is "no".
3114 See `tramp-gvfs-maybe-open-connection'.
3115 (tramp-gvfs-handler-mounted-unmounted)
3116 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3117 attribute "default_location". Set "prefix" property.
3118 Handle default-location.
3119 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3120 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3121 exists. Raise an error, if not (due to a corresponding answer
3122 "no" in interactive questions, for example).
3123 Use `tramp-compat-funcall'.
3125 * net/tramp-imap.el (top): Autoload `epg-make-context'.
3126 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3127 (tramp-imap-do-copy-or-rename-file)
3128 (tramp-imap-handle-insert-file-contents)
3129 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3130 (tramp-imap-handle-delete-file): Add TRASH arg.
3132 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3133 Add PRESERVE-SELINUX-CONTEXT.
3134 (tramp-smb-handle-copy-file)
3135 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3136 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3137 Use `with-progress-reporter'.
3138 (tramp-smb-handle-delete-file): Add TRASH arg.
3140 * net/tramp.el (tramp-methods): Move hostname to the end in all
3141 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
3143 (tramp-verbose): Describe verbose level 9.
3144 (tramp-completion-function-alist)
3145 (tramp-file-name-regexp, tramp-chunksize)
3146 (tramp-local-coding-commands, tramp-remote-coding-commands)
3147 (with-connection-property, tramp-completion-mode-p)
3148 (tramp-action-process-alive, tramp-action-out-of-band)
3149 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3150 (tramp-exists-file-name-handler): Fix docstring.
3151 (tramp-remote-process-environment): Use `format' instead of
3152 `concat'. Protect version string by apostroph.
3153 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3155 (tramp-file-name-regexp-unified)
3156 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3157 not regard the volume letter as remote filename. (Bug#5447)
3158 (tramp-perl-file-attributes)
3159 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3160 (tramp-vc-registered-read-file-names): Read input as
3161 here-document, otherwise the command could exceed maximum length
3163 (tramp-file-name-handler-alist): Add `file-selinux-context' and
3164 `set-file-selinux-context'.
3165 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3166 backtrace functions.
3167 (tramp-error-with-buffer): Don't show the connection buffer when
3168 we are in completion mode.
3169 (tramp-progress-reporter-update, tramp-remote-selinux-p)
3170 (tramp-handle-file-selinux-context)
3171 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3172 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3174 (with-progress-reporter): New defmacro.
3175 (tramp-debug-outline-regexp): New defconst.
3176 (top, tramp-rfn-eshadow-setup-minibuffer)
3177 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3178 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3179 (tramp-completion-mode-p, tramp-check-for-regexp)
3180 (tramp-open-connection-setup-interactive-shell)
3181 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3182 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3183 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
3184 Use `tramp-compat-funcall'.
3185 (tramp-handle-make-symbolic-link): Flush file properties.
3186 (tramp-handle-load, tramp-handle-file-local-copy)
3187 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3188 (tramp-handle-vc-registered, tramp-maybe-send-script)
3189 (tramp-find-shell): Use `with-progress-reporter'.
3190 (tramp-do-file-attributes-with-stat): Add space in format string,
3191 in order to work around a bug in pdksh. Reported by Gilles Pion
3193 (tramp-handle-verify-visited-file-modtime): Do not send a command
3194 when the connection is not established.
3195 (tramp-handle-set-file-times): Simplify the check for utc.
3196 (tramp-handle-directory-files-and-attributes)
3197 (tramp-get-remote-path): Use `copy-tree'.
3198 (tramp-completion-handle-file-name-all-completions): Ensure, that
3199 non remote files are still checked. Oops.
3200 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3201 Handle PRESERVE-SELINUX-CONTEXT.
3202 (tramp-do-copy-or-rename-file): Add progress reporter.
3203 (tramp-do-copy-or-rename-file-directly): Do not use
3204 `tramp-handle-file-remote-p'.
3205 (tramp-do-copy-or-rename-file-out-of-band):
3206 Use `tramp-compat-delete-directory'.
3207 (tramp-do-copy-or-rename-file-out-of-band)
3208 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3209 Use `format-spec-make'.
3210 (tramp-handle-delete-file): Add TRASH arg.
3211 (tramp-handle-dired-uncache): Flush directory cache, not only file
3213 (tramp-handle-expand-file-name)
3214 (tramp-completion-handle-file-name-all-completions)
3215 (tramp-completion-handle-file-name-completion):
3216 Use `tramp-connectable-p'.
3217 (tramp-handle-start-file-process): Set connection property "vec".
3218 Use it, in order to invalidate file caches. Check only for
3219 `remote-tty' process property.
3220 Implement tty setting. (Bug#4604, Bug#6360)
3221 (tramp-file-name-for-operation): Add `call-process-region' and
3222 `set-file-selinux-context'.
3223 (tramp-find-foreign-file-name-handler)
3224 (tramp-advice-make-auto-save-file-name)
3225 (tramp-set-auto-save-file-modes): Remove superfluous check for
3226 `stringp'. This is done inside `tramp-tramp-file-p'.
3227 (tramp-file-name-handler): Trace 'quit. Catch the error for some
3228 operations when we are in completion mode. This gives the user
3229 the chance to correct the file name in the minibuffer.
3230 (tramp-completion-mode-p): Use `non-essential'.
3231 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3232 compatibility: Use `completion-ignore-case' if
3233 `read-file-name-completion-ignore-case' does not exist.
3234 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
3235 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3237 (tramp-action-password): Hide password prompt before next run.
3238 (tramp-process-actions): Widen connection buffer for the trace.
3239 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3240 process property. Trace stty settings if `tramp-verbose' >= 9.
3241 Apply workaround for IRIX64 bug. Move argument of last
3242 `tramp-send-command' where it belongs to.
3243 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3244 front of `login-args'.
3245 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
3246 on "/dev/null" instead of "/".
3247 (tramp-get-ls-command-with-dired): Make test for "--dired"
3249 (tramp-set-auto-save-file-modes): Adapt version check.
3250 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3251 (tramp-handle-process-file): Call the program in a subshell, in
3252 order to preserve working directory.
3253 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
3254 `tramp-remote-sh' from `tramp-methods'.
3255 (tramp-get-ls-command): Make test for "--color=never" stronger.
3256 (tramp-check-for-regexp): Use (forward-line 1).
3258 * net/trampver.el: Update release number.
3260 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
3262 * help.el (help-map): Bind `C-h P' to describe-package.
3264 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3266 * emacs-lisp/package.el (package-refresh-contents): Catch errors
3267 when downloading archives.
3268 (describe-package-1): Add package commentary.
3269 (package-install-button-action): New function.
3270 (package-menu-mode-map): Bind ? to package-menu-describe-package.
3271 (package-menu-view-commentary): Function removed.
3272 (package-list-packages-internal): Hide the `package' package too.
3274 2010-08-25 Kenichi Handa <handa@m17n.org>
3276 * language/misc-lang.el ("Arabic"): New language environment.
3277 Setup composition-function-table for Arabic characters.
3279 * international/fontset.el (setup-default-fontset): Fix typo for
3280 arabic OTF spec (fini->fina).
3282 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
3284 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3287 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3289 * whitespace.el: Allow cleaning up blanks without blank
3290 visualization (Bug#6651). Adjust help window for
3291 whitespace-toggle-options (Bug#6479). Allow to use fill-column
3292 instead of whitespace-line-column (from EmacsWiki). New version
3294 (whitespace-style): Added new value 'face. Adjust docstring.
3295 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
3296 foreground property face.
3297 (whitespace-line-column): Adjust docstring and type declaration.
3298 (whitespace-style-value-list, whitespace-toggle-option-alist)
3299 (whitespace-help-text): Adjust const initialization.
3300 (whitespace-toggle-options, global-whitespace-toggle-options):
3302 (whitespace-display-window, whitespace-interactive-char)
3303 (whitespace-style-face-p, whitespace-color-on): Adjust code.
3304 (whitespace-help-scroll): New fun.
3306 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
3308 * emacs-lisp/package.el (list-packages): Alias for
3309 package-list-packages.
3311 2010-08-24 Kevin Ryde <user42@zip.com.au>
3313 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
3316 * progmodes/ruby-mode.el (ruby): Add defgroup.
3318 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
3320 * progmodes/python.el: Add Ipython support (Bug#5390).
3321 (python-shell-prompt-alist)
3322 (python-shell-continuation-prompt-alist): New options.
3323 (python--set-prompt-regexp): New function.
3324 (inferior-python-mode, run-python, python-shell): Require
3325 ansi-color. Use python--set-prompt-regexp to set the comint
3326 prompt based on the Python interpreter.
3327 (python--prompt-regexp): New var.
3328 (python-check-comint-prompt)
3329 (python-comint-output-filter-function): Use it.
3330 (run-python): Use a pipe (Bug#5694).
3332 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
3334 * progmodes/python.el (python-send-region): Send a different
3335 Python command if Ipython is in use.
3336 (python-check-version): Use a Python command to find the version.
3338 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
3340 * mouse.el (mouse-yank-primary): Avoid setting primary when
3341 deactivating the mark (Bug#6872).
3343 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
3345 * progmodes/python.el (python-block-pairs): Allow use of "finally"
3346 with "else" (Bug#3991).
3348 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
3350 * net/dbus.el: Accept UNIX domain sockets as bus address.
3351 (top): Don't initialize `dbus-registered-objects-table' anymore,
3352 this is done in dbusbind,c.
3353 (dbus-check-event): Adapt test for bus.
3354 (dbus-return-values-table, dbus-unregister-service)
3355 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
3358 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
3360 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
3362 2010-08-22 Juri Linkov <juri@jurta.org>
3364 * simple.el (read-extended-command): New function with the logic
3365 for `completing-read' moved to Elisp from `execute-extended-command'.
3366 Use `function-called-at-point' in `minibuffer-default-add-function'
3367 to get a command name for M-n (bug#5364, bug#5214).
3369 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3371 * startup.el (command-line-1): Issue warning for ignored arguments
3372 --unibyte, etc (Bug#6886).
3374 2010-08-22 Leo <sdl.web@gmail.com>
3376 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
3377 (ignore, bright, dim, keyword): Split list of nicknames before
3378 passing to rcirc-add-or-remove (Bug#6894).
3380 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3382 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
3384 2010-08-22 Leo <sdl.web@gmail.com>
3386 Fix buffer-list rename&refresh after killing a buffer in ido.
3387 * ido.el: Revert Óscar's.
3388 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
3389 Remember the buffers at head, rather than their name.
3390 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
3392 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
3393 Stefan Monnier <monnier@iro.umontreal.ca>
3395 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
3396 extra backslash added to each line (bug#6890).
3398 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3400 * subr.el (read-key): Don't echo keystrokes (bug#6883).
3402 2010-08-22 Glenn Morris <rgm@gnu.org>
3404 * menu-bar.el (menu-bar-games-menu): Add landmark.
3406 2010-08-22 Glenn Morris <rgm@gnu.org>
3408 * align.el (align-regexp): Make group and spacing arguments
3409 use the interactive defaults when non-interactive. (Bug#6698)
3411 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
3412 expansion, so as not to need sendmail.
3413 (mail-text-start): Remove declaration.
3414 (rmail-retry-failure): Require sendmail.
3416 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3418 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
3420 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
3422 * progmodes/flymake.el (flymake-start-syntax-check-process):
3423 Use `start-file-process' in order to let it run also on remote hosts.
3425 2010-08-22 Kenichi Handa <handa@m17n.org>
3427 * files.el: Add `word-wrap' as safe local variable.
3429 2010-08-22 Glenn Morris <rgm@gnu.org>
3431 * woman.el (woman-translate): Case matters. (Bug#6849)
3433 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3435 * simple.el (kill-region): Doc fix (Bug#6787).
3437 2010-08-22 Glenn Morris <rgm@gnu.org>
3439 * calendar/diary-lib.el (diary-header-line-format):
3440 Fit it to the window, not the frame.
3442 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
3444 * subr.el (ignore-errors): Add debug declaration.
3446 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
3448 * whitespace.el (whitespace-color-off): Remove post-command-hook
3451 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3453 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
3455 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
3457 * cus-edit.el (custom-group-value-create): Add extra newline
3458 before end line (Bug#6876).
3460 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
3462 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
3463 when extending it. Before killing on the second click, check if
3464 the buffer is the correct one. Doc fix.
3465 (mouse-secondary-save-then-kill): Allow usage without first
3466 calling mouse-start-secondary, by defaulting to point. Don't save
3467 an empty secondary selection. Doc fix.
3469 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3471 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
3472 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
3474 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3475 Adjust initialization.
3476 (whitespace-bob-marker, whitespace-eob-marker)
3477 (whitespace-buffer-changed): New vars.
3478 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
3479 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3480 (whitespace-post-command-hook, whitespace-display-char-on):
3482 (whitespace-looking-back, whitespace-buffer-changed): New funs.
3483 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
3485 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3487 * files.el (locate-file-completion-table): Only list the .el and .elc
3488 extensions if there's no other choice (bug#5955).
3490 * facemenu.el (facemenu-self-insert-data): New var.
3491 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
3493 (facemenu-add-face): Use them.
3495 * simple.el (blink-matching-open): Obey forward-sexp-function.
3497 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
3499 * simple.el (prog-mode-map): New var.
3500 (prog-indent-sexp): New command.
3502 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
3504 * progmodes/prolog.el (smie): Require.
3506 * emacs-lisp/smie.el (smie-default-backward-token)
3507 (smie-default-forward-token): Strip properties.
3508 (smie-next-sexp): Be more careful with associative operators.
3509 (smie-forward-sexp-command): Generalize.
3510 (smie-backward-sexp-command): Simplify.
3511 (smie-closer-alist): New var.
3512 (smie-close-block): New command.
3513 (smie-indent-debug-log): New var.
3514 (smie-indent-offset-rule): Add a few more cases.
3515 (smie-indent-column): New function.
3516 (smie-indent-after-keyword): Use it.
3517 (smie-indent-keyword): Use it.
3518 Fix up the opener code's point position.
3519 (smie-indent-comment): Only applies at BOL.
3520 (smie-indent-debug): New command.
3522 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3523 declarations that are useful before running the macro.
3525 2010-08-18 Joakim Verona <joakim@verona.se>
3527 * image.el (imagemagick-types-inhibit): New variable.
3528 (imagemagick-register-types): New function.
3529 * image-mode.el (image-transform-properties): New function.
3530 (image-transform-set-scale, image-transform-fit-to-height)
3531 (image-transform-set-rotation, image-transform-set-resize)
3532 (image-transform-fit-to-width, image-transform-fit-to-height):
3534 (image-toggle-display-image): Support image transforms.
3536 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3538 * image.el (create-animated-image): Don't add heuristic mask to image
3541 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
3543 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3544 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
3546 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3548 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3550 Font-lock '...' strings, plus various simplifications and fixes.
3551 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3552 (octave-font-lock-close-quotes): New function.
3553 (octave-font-lock-syntactic-keywords): New var.
3554 (octave-mode): Use it. Set beginning-of-defun-function.
3555 (octave-mode-map): Don't override the <foo>-defun commands.
3556 (octave-mode-menu): Pass it directly to easy-menu-define;
3557 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3558 (octave-block-match-alist): Fix up last change so that
3559 octave-close-block uses the more specific keyword.
3560 (info-lookup-mode): Silence byte-compiler.
3561 (octave-beginning-of-defun): Not interactive any more.
3563 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3564 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3565 (octave-completion-at-point-function): Make sure point is within
3567 (octave-reindent-then-newline-and-indent):
3568 Use reindent-then-newline-and-indent.
3569 (octave-add-octave-menu): Remove.
3571 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
3573 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3574 (report-emacs-bug-can-use-xdg-email): New functions.
3575 (report-emacs-bug): Set can-xdg-email to result of
3576 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
3577 \C-cm to report-emacs-bug-insert-to-mailer and add help text
3580 * net/browse-url.el (browse-url-default-browser): Add cond
3581 for browse-url-xdg-open.
3582 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3584 2010-08-17 Glenn Morris <rgm@gnu.org>
3586 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3587 (c-fontify-recorded-types-and-refs): Define for compiler.
3588 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3591 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3594 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
3596 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3598 (tramp-handle-process-file): Call the program in a subshell, in
3599 order to preserve working directory.
3600 (tramp-action-password): Hide password prompt before next run.
3601 (tramp-process-actions): Widen connection buffer for the trace.
3603 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3605 * net/rcirc.el (rcirc-log-process-buffers): New option.
3606 (rcirc-print): Use it.
3607 (rcirc-generate-log-filename): New function.
3608 (rcirc-log-filename-function): Change default to
3609 rcirc-generate-log-filename (Bug#6828).
3611 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
3613 * simple.el (deactivate-mark): If select-active-regions is `only',
3614 only set selection for temporarily active regions.
3616 * cus-start.el: Change defcustom for select-active-regions.
3618 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
3620 * mouse.el (mouse--drag-set-mark-and-point): New function.
3621 (mouse-drag-track): Use LOCATION arg to push-mark.
3622 Use mouse--drag-set-mark-and-point to take click-count into
3623 consideration when updating point and mark (Bug#6840).
3625 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
3627 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3628 Give the Ruby rule a lower priority than Gnu (Bug#6778).
3630 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
3632 * font-lock.el (lisp-font-lock-keywords-2):
3633 Add combine-after-change-calls, condition-case-no-debug,
3634 with-demoted-errors, and with-silent-modifications (Bug#6025).
3636 2010-08-14 Kevin Ryde <user42@zip.com.au>
3638 * emacs-lisp/copyright.el (copyright-update-year)
3639 (copyright-update): Temporary switch-to-buffer to ensure the
3640 buffer change being queried is visible (Bug#5394).
3642 2010-08-14 Tom Tromey <tromey@redhat.com>
3644 * progmodes/etags.el (tags-file-name): Mark safe if stringp
3647 2010-08-14 Eli Zaretskii <eliz@gnu.org>
3649 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3652 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
3654 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3655 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3656 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3657 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
3658 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3659 Call menu-bar-set-tool-bar-position.
3661 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3663 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3664 comment style (bug#6834).
3665 * progmodes/scheme.el (scheme-mode-syntax-table):
3666 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3667 "b" flag in "' 14b" syntax.
3669 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3670 for (un)commenting the region and performing completion.
3671 (octave-mode-menu): Use standard commands for help and completion.
3672 (octave-mode-syntax-table): Support %{..%} comments (sort of).
3673 (octave-mode): Use define-derived-mode.
3674 Set completion-at-point-functions and don't set columns.
3675 Don't disable adaptive-fill-regexp.
3676 (octave-describe-major-mode, octave-comment-region)
3677 (octave-uncomment-region, octave-comment-indent)
3678 (octave-indent-for-comment): Remove.
3679 (octave-indent-calculate): Rename from calculate-octave-indent.
3680 (octave-indent-line, octave-fill-paragraph): Update caller.
3681 (octave-initialize-completions): No need to make an alist.
3682 (octave-completion-at-point-function): New function.
3683 (octave-complete-symbol): Use it.
3684 (octave-insert-defun): Use define-skeleton.
3686 * progmodes/octave-mod.el (octave-mode): Set comment-add.
3687 (octave-mode-map): Use comment-dwim (bug#6829).
3689 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3691 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3692 indentation of inserted comment.
3694 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
3696 * faces.el (region): Add type gtk that uses gtk colors.
3698 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3699 Handle theme-name change.
3701 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
3703 * progmodes/sql.el: Version 2.5
3704 (sql-product-alist): Add :prompt-cont-regexp property for several
3706 (sql-prompt-cont-regexp): New variable.
3707 (sql-output-newline-count, sql-output-by-send):
3708 New variables. Record number of newlines in input text.
3709 (sql-send-string): Handle multiple filters and count newlines.
3710 (sql-send-magic-terminator): Count terminator newline.
3711 (sql-interactive-remove-continuation-prompt): Filters output to
3712 remove continuation prompts; one for each newline.
3713 (sql-interactive-mode): Set up new variables, prompt regexp and
3715 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
3716 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3718 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3720 * emacs-lisp/pcase.el: New file.
3722 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
3724 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3725 as here-document, otherwise the command could exceed maximum
3726 length of command line.
3727 (tramp-handle-vc-registered): Call script accordingly.
3728 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
3730 2010-08-10 Kenichi Handa <handa@m17n.org>
3732 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3735 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
3737 * emacs-lisp/package.el (package-version-split)
3738 (package--version-first-nonzero, package-version-compare):
3740 (package-directory-list, package-load-all-descriptors)
3741 (package--built-in, package-activate, define-package)
3742 (package-installed-p, package-compute-transaction)
3743 (package-read-all-archive-contents)
3744 (package--add-to-archive-contents, package-buffer-info)
3745 (package-tar-file-info, package-list-packages-internal):
3746 Use version-to-list and version-list-*.
3748 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3749 Use version-to-list.
3750 (package-upload-buffer-internal): Use version-list-<=.
3752 2010-08-09 Kenichi Handa <handa@m17n.org>
3754 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3757 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
3759 * tutorial.el (tutorial--default-keys): C-d is now bound to
3760 delete-forward-char (Bug#6826).
3762 * mouse.el (mouse-drag-track): Remove accidentally-removed check
3763 for `double' value of mouse-1-click-follows-link (Bug#6807).
3765 2010-08-08 Johan Bockgård <bojohan@gnu.org>
3767 * replace.el (replace-highlight): Bind isearch-forward and
3768 isearch-error, ensuring that highlighting is updated if the user
3769 switches the search direction (Bug#6808).
3771 * isearch.el (isearch-lazy-highlight-forward): New var.
3772 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3773 (isearch-lazy-highlight-update): Use it.
3775 2010-08-08 Kenichi Handa <handa@m17n.org>
3777 * international/mule.el (define-charset): Store NAME as :base property.
3778 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3779 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3780 current priority. Force using the designation of the specific
3781 charset by adding `charset' text property. Improve the whole algorithm.
3783 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3785 * emulation/pc-select.el (pc-selection-mode-hook)
3786 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3787 (pc-selection-mode): Fix typos in docstrings.
3789 2010-08-08 Kenichi Handa <handa@m17n.org>
3791 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3792 ctext-non-standard-encodings-alist here.
3794 * international/mule.el (ctext-non-standard-encodings-alist):
3795 Add "koi8-r" and "microsoft-cp1251".
3796 (ctext-standard-encodings): New variable.
3797 (ctext-non-standard-encodings-table): List only elements for
3798 non-standard encodings.
3799 (ctext-pre-write-conversion): Adjust for the above change.
3800 Check ctext-standard-encodings.
3802 * international/mule-conf.el (compound-text): Doc fix.
3803 (ctext-no-compositions): Doc fix.
3804 (compound-text-with-extensions): Doc fix.
3806 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3808 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3810 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3812 * progmodes/which-func.el (which-func-format): Split help-echo text
3813 into lines, like other mode-line tooltips.
3815 * server.el (server-start): When using TCP sockets, force IPv4
3816 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3818 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3820 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3822 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3824 * term.el (term-delimiter-argument-list): Reflow docstring.
3825 (term-read-input-ring, term-write-input-ring, term-send-input)
3826 (term-bol, term-erase-in-display, serial-supported-or-barf):
3827 Fix typos in docstrings.
3829 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3831 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3833 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3835 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3837 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
3839 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3840 Fix typo in docstring (bug#6747).
3842 2010-08-08 Leo <sdl.web@gmail.com>
3844 * eshell/esh-io.el (eshell-get-target): Better detection of
3845 read-only file (Bug#6762).
3847 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3849 * align.el (align-default-spacing): Doc fix.
3850 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3852 2010-08-08 Stephen Peters <speters@itasoftware.com>
3854 * calendar/icalendar.el
3855 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3856 (icalendar--get-weekday-numbers): New.
3857 (icalendar--convert-recurring-to-diary): Handle multiple byday
3858 values in weekly rules. (Bug#6766)
3860 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
3862 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3863 (icalendar--create-uid, icalendar-export-region)
3864 (icalendar--parse-summary-and-rest): Code formatting.
3866 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3868 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3869 to italicize headers.
3870 (calc-highlight-selections-with-faces): New variable.
3871 (calc-selected-face, calc-nonselected-face): New faces.
3873 * calc/calccomp.el (math-comp-highlight-string): Use
3874 `calc-highlight-selections-with-faces' to determine how to highlight
3877 * calc/calc-sel.el (calc-show-selections): Change message to when
3878 using faces to highlight selections.
3880 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3882 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3883 Add SQLite 3 keywords, functions and datatypes.
3884 (sql-interactive-mode): Remove `comint-process-echoes' set to t
3887 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
3889 * simple.el (select-active-regions): Move to keyboard.c.
3890 (deactivate-mark): Used saved-region-selection.
3891 (select-active-region): Function removed.
3892 (activate-mark, set-mark, push-mark-command)
3893 (handle-shift-selection): Don't call it.
3894 (keyboard-quit): Avoid adding the region to the window selection.
3896 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3897 select-active-regions implementation.
3898 (mouse-yank-at-click): Doc fix.
3900 * cus-start.el: Add custom declaration for select-active-regions.
3902 2010-08-07 Eli Zaretskii <eliz@gnu.org>
3904 * simple.el (delete-forward-char): Doc fix.
3906 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3907 after reading the tutorial.
3909 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3911 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3912 for the case that a C style comment has its delimiters alone on
3913 their respective lines.
3915 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
3917 * net/tramp.el (tramp-handle-start-file-process): Set connection
3919 (tramp-process-sentinel): Use it for flushing the cache. We
3920 cannot do it via the process buffer, the buffer could be deleted
3921 already when running the sentinel.
3923 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3925 * comint.el (comint-mode): Make directory tracking functions
3926 functional on remote files. (Bug#6764)
3928 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3930 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3932 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3934 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3935 unexec.c => unexcoff.c.
3937 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3938 unexec.c => unexcoff.c.
3940 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3942 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3943 cache, not only file cache.
3944 (tramp-process-sentinel): New defun.
3945 (tramp-handle-start-file-process): Use it, in order to invalidate
3948 2010-08-03 Leo <sdl.web@gmail.com>
3950 * server.el (server-start): Simplify loop.
3952 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3954 * frame.el (screen-height, screen-width, set-screen-width)
3955 (set-screen-height): Remove ancient compatibility aliases.
3957 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3958 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3960 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3961 that change current buffer.
3963 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3965 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3966 beginning of the string. Use `string-match-p'. (Bug#6765)
3968 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3970 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3972 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
3974 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3975 (package--builtins): Tweak descriptions.
3976 (package-print-package): Upcase descriptions if necessary.
3977 Show all built-in packages in font-lock-builtin-face.
3978 (package-list-packages-internal): Omit "emacs" package.
3979 Show status of built-in packages as "built-in".
3981 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3983 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3984 before killing to preserve the primary selection (Bug#6701).
3986 * term/x-win.el (x-select-text): Doc fix.
3988 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3990 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3991 The following functions were modified or created:
3993 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3994 (objc-font-lock-extra-types):
3995 * progmodes/cc-mode.el (c-basic-common-init):
3996 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3997 (c++-make-template-syntax-table)
3998 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3999 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
4000 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
4001 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
4002 * progmodes/cc-fonts.el (c-make-inverse-face)
4003 (c-basic-matchers-after):
4004 * progmodes/cc-engine.el (c-forward-keyword-clause)
4005 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
4006 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
4007 (c-guess-continued-construct, c-guess-basic-syntax):
4009 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
4011 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
4013 2010-07-31 Eli Zaretskii <eliz@gnu.org>
4015 * files.el (bidi-paragraph-direction): Define safe local values.
4017 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
4018 language-info-alist. Remove outdated FIXME in a comment.
4020 2010-07-31 Alan Mackenzie <acm@muc.de>
4022 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
4023 Auto-fill broken in C/C++ modes.
4025 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4027 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4028 (menu-bar-showhide-tool-bar-menu-customize-disable)
4029 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4030 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
4031 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
4032 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
4033 make a menu for Options => toolbar that can move it.
4035 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
4037 * emacs-lisp/package-x.el (package--make-rss-entry):
4038 (package-maint-add-news-item, package--update-news)
4039 (package-upload-buffer-internal): New arg ARCHIVE-URL.
4041 * emacs-lisp/package.el (package-archive-url): Rename from
4043 (package-install): Doc fix.
4044 (package-download-single, package-download-tar, package-install)
4045 (package-menu-view-commentary): Callers changed.
4047 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4049 * net/tramp.el (tramp-handle-start-file-process): Check only for
4050 `remote-tty' process property.
4051 (tramp-open-shell): Don't check for tty.
4052 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4055 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
4058 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
4060 * emacs-lisp/package.el (package-load-list, package-archives)
4061 (package-archive-contents, package-user-dir)
4062 (package-directory-list, package--builtins, package-alist)
4063 (package-activated-list, package-obsolete-alist): Mark as risky.
4065 2010-07-28 Phil Hagelberg <phil@evri.com>
4067 Add support for non-default package repositories.
4068 * emacs-lisp/package.el (package-archive-base): Var deleted.
4069 (package-archives): New variable.
4070 (package-archive-contents): Doc fix.
4071 (package-load-descriptor): Do nothing if descriptor file is missing.
4072 (package--write-file-no-coding): New function.
4073 (package-unpack-single): Use it.
4074 (package-archive-id): New function.
4075 (package-download-single, package-download-tar)
4076 (package-menu-view-commentary): Use it.
4077 (package-installed-p): Make second argument optional.
4078 (package-read-all-archive-contents): New function.
4079 (package-initialize): Use it.
4080 (package-read-archive-contents): Add ARCHIVE argument.
4081 (package--add-to-archive-contents): New function.
4082 (package-install): Don't call package-read-archive-contents.
4083 (package--download-one-archive): Store archive file in a
4084 subdirectory of package-user-dir.
4085 (package-menu-execute): Remove spurious line movement.
4087 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
4089 * cus-start.el (tool-bar-style): Add text-image-horiz.
4091 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4093 * progmodes/gud.el (gud-common-init): Check for remoteness of
4094 `file', and not of `default-directory'.
4096 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4098 * net/tramp.el (tramp-methods): Move hostname to the end in all
4099 ssh `tramp-login-args'.
4100 (tramp-verbose): Describe verbose level 9.
4101 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
4102 (tramp-open-connection-setup-interactive-shell): Trace stty
4103 settings if `tramp-verbose' >= 9.
4104 (tramp-handle-start-file-process): Implement tty setting.
4105 (Bug#4604, Bug#6360)
4107 * net/tramp-cmds.el (tramp-bug): Recommend setting of
4108 `tramp-verbose' to 9.
4110 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
4112 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4113 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
4114 Remove references to package `lisp-re' (bug#4369).
4116 2010-07-27 Tom Tromey <tromey@redhat.com>
4118 * progmodes/js.el (js-mode):
4119 * progmodes/make-mode.el (makefile-mode):
4120 * progmodes/simula.el (simula-mode):
4121 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
4123 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4125 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4127 * time.el (display-time-day-and-date): Remove spurious * in docstring.
4128 (display-time-world-buffer-name, display-time-world-mode-map):
4129 Fix typos in docstrings.
4131 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
4133 * image-mode.el (image-display-size): New function.
4134 (image-forward-hscroll, image-next-line, image-eol, image-eob)
4135 (image-mode-fit-frame): Use it (Bug#6639).
4137 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4139 * dired.el (dired-buffers-for-dir): Handle list values of
4140 dired-directory (Bug#6636).
4142 2010-07-26 Sam Steingold <sds@gnu.org>
4144 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4145 Do not call `x-get-selection' the second time, reuse the value.
4147 2010-07-26 Daiki Ueno <ueno@unixuser.org>
4149 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
4150 which consist of control chars only. Suggested by Richard Stallman.
4152 2010-07-25 Daiki Ueno <ueno@unixuser.org>
4154 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4155 exists before passing an error to find-file-not-found-functions
4158 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
4160 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4161 Remove leading nil element, adjust values.
4162 (tetris-shapes, tetris-shape-scores):
4163 Change representation of shapes and remove some redundancy.
4164 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4165 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4166 Adjust for working with new representation of shapes.
4167 (tetris-shape-rotations): New function.
4168 (tetris-move-bottom, tetris-move-left, tetris-move-right)
4169 (tetris-rotate-prev, tetris-rotate-next):
4170 Adjust for working with the new version of tetris-test-shape.
4172 2010-07-23 Markus Triska <markus.triska@gmx.at>
4174 * progmodes/ps-mode.el: Use comint (bug#5954).
4175 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
4176 (ps-mode-other-newline): Simplify.
4177 (ps-run-mode): Derive from comint-mode instead of
4178 fundamental-mode, yielding input history etc.
4179 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
4180 (ps-run-send-string): Adapt for comint-mode.
4181 (ps-run-newline): Remove now unneeded function.
4183 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
4185 * net/tramp.el (tramp-methods): Move hostname to the end in all
4186 plink `tramp-login-args'.
4188 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
4190 * net/tramp.el (tramp-open-shell): New defun.
4191 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4194 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
4196 * net/tramp.el (tramp-file-name-regexp-unified)
4197 (tramp-completion-file-name-regexp-unified): On W32 systems, do
4198 not regard the volume letter as remote filename. (Bug#5447)
4200 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
4202 * custom.el (custom-declare-variable): Give a clearer error message
4203 when the docstring is missing (bug#6476).
4205 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
4207 * progmodes/sql.el: Version 2.4. Improved Login prompting.
4208 (sql-login-params): New widget definition.
4209 (sql-oracle-login-params, sql-mysql-login-params)
4210 (sql-solid-login-params, sql-sybase-login-params)
4211 (sql-informix-login-params, sql-ingres-login-params)
4212 (sql-ms-login-params, sql-postgres-login-params)
4213 (sql-interbase-login-params, sql-db2-login-params)
4214 (sql-linter-login-params): Use it.
4215 (sql-sqlite-login-params): Use it; Define "database" parameter as
4217 (sql-sqlite-program): Change to "sqlite3".
4218 (sql-comint-sqlite): Make sure database name is complete.
4219 (sql-for-each-login): New function.
4220 (sql-connect, sql-save-connection): Use it.
4221 (sql-get-login-ext): New function.
4222 (sql-get-login): Use it.
4223 (sql-make-alternate-buffer-name): Handle :file parameters.
4225 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
4227 * dired.el (dired-no-confirm): Document value t and fix defcustom to
4228 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
4230 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4232 * dired.el (dired-mode-map): Use command remapping (bug#6632).
4234 2010-07-22 Lawrence Mitchell <wence@gmx.li>
4236 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
4238 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
4240 * net/tramp.el (tramp-get-ls-command)
4241 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
4244 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
4246 * progmodes/sql.el: Version 2.3.
4247 (sql-connection-alist): Changed keys from symbols to strings;
4248 enhanced the widget definition.
4249 (sql-mode-menu): Added submenu to select connections.
4250 (sql-interactive-mode-menu): Added "Save Connection" item.
4251 (sql-add-product): Fixed menu item.
4252 (sql-get-product-feature): Improved error handling.
4253 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
4254 (sql-make-alternate-buffer-name): Simplified.
4255 (sql-product-interactive): Handle missing product.
4256 (sql-connect): Support string keys, minor improvements.
4257 (sql-save-connection): New function.
4258 (sql-connection-menu-filter): New function.
4260 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
4262 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4263 (tramp-open-connection-setup-interactive-shell): Apply
4264 workaround for IRIX64 bug. Move argument of last
4265 `tramp-send-command' where it belongs to.
4267 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
4269 * net/tramp.el (tramp-perl-file-attributes)
4270 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4271 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4272 front of `login-args'.
4274 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4276 * time.el (display-time-world-mode): Define with `define-derived-mode'.
4277 Set `show-trailing-whitespace' to nil.
4278 (display-time-world-display): Simplify.
4280 2010-07-18 Alan Mackenzie <acm@muc.de>
4282 Enhance `c-file-style' in file/directory local variables.
4283 * progmodes/cc-mode.el (c-count-cfss): New function.
4284 (c-before-hack-hook): Call `c-set-style' differently according to
4285 whether c-file-style was set in file or directory local
4288 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
4290 * progmodes/sql.el: Version 2.2.
4291 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
4292 defcustom :safe keyword rather than putting safe-local-variable
4294 (sql-password): Use defcustom :risky keyword rather than putting
4295 risky-local-variable property.
4296 (sql-oracle-login-params, sql-sqlite-login-params)
4297 (sql-solid-login-params, sql-sybase-login-params)
4298 (sql-informix-login-params, sql-ingres-login-params)
4299 (sql-ms-login-params, sql-postgres-login-params)
4300 (sql-interbase-login-params, sql-db2-login-params)
4301 (sql-linter-login-params): Add `port' option.
4302 (sql-get-product-feature): Added NO-INDIRECT parameter.
4303 (sql-comint-oracle, sql-comint-sybase)
4304 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
4305 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
4306 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
4307 (sql-comint-linter): Renamed sql-connect-* functions to
4309 (sql-product-alist, sql-mode-menu): Renamed as above and
4310 :sqli-connect-func to :sqli-comint-func.
4311 (sql-connection): New variable.
4312 (sql-interactive-mode): Set it.
4313 (sql-connection-alist): New variable.
4314 (sql-connect): New function.
4315 (sql--alt-buffer-part, sql--alt-if-not-empty)
4316 (sql-make-alternate-buffer-name): Improved alternative buffer name.
4318 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4320 * image-mode.el (image-bookmark-make-record): Do not set context
4321 in an image (Bug#6650).
4323 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
4325 * simple.el (select-active-region): New function.
4326 (push-mark-command, set-mark, activate-mark)
4327 (handle-shift-selection): Use it.
4328 (deactivate-mark): Don't check for size of region.
4330 * mouse.el (mouse-drag-track): Use select-active-region.
4332 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4334 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
4337 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
4339 * term/x-win.el (x-select-enable-primary): Change default to nil.
4340 (x-select-enable-clipboard): Add :version keyword.
4342 * mouse.el (mouse-drag-copy-region):
4343 * simple.el (select-active-regions): Likewise.
4345 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
4347 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
4348 (vc-coding-system-for-diff): Use it to decide whether to inherit
4349 from the file the EOL format for reading the diffs of that file.
4352 2010-07-16 Eli Zaretskii <eliz@gnu.org>
4354 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4355 unibyte, so compressed attachments are not compressed again.
4357 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
4359 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4360 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
4361 (tramp-find-shell): Simplify setting connection property.
4362 (tramp-get-ls-command): Make test for "--color=never" stronger.
4364 2010-07-15 Simon South <ssouth@member.fsf.org>
4366 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4367 blocks within record declarations (i.e. variant parts) correctly.
4369 2010-07-15 Simon South <ssouth@member.fsf.org>
4371 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4372 over literal tokens when parsing so newlines aren't "absorbed" by
4373 single-line comments. Corrects the indentation of case blocks
4374 that have a comment on the first line.
4376 2010-07-14 Karl Fogel <kfogel@red-bean.com>
4378 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4379 by Drew Adams (Bug#5504).
4381 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
4383 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
4384 now that Unicode is used (Bug#6594).
4386 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
4388 * term/x-win.el (x-select-enable-clipboard): Default to t.
4389 (x-initialize-window-system): Don't overwrite Paste menu item.
4391 * simple.el (select-active-regions): Default to t.
4392 (push-mark-command): Don't overwrite primary with empty string.
4394 * mouse.el: Bind mouse-2 to mouse-yank-primary.
4395 (mouse-drag-copy-region): Default to nil.
4397 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
4398 Cut/Copy/Paste menu bar items.
4400 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4402 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4403 Patch applied by Karl Fogel.
4405 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
4406 and `bookmark-current-buffer' if they have been already set in
4407 another buffer (e.g gnus-art).
4409 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4410 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4412 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
4414 * bookmark.el (bookmark-make-record-default): Allow unneeded
4415 information to be omitted from the record.
4417 Adjust declarations and calls:
4419 * info.el (bookmark-make-record-default): Adjust declaration.
4420 (Info-bookmark-make-record): Adjust call.
4422 * woman.el (bookmark-make-record-default): Adjust declaration.
4423 (woman-bookmark-make-record): Adjust call.
4425 * man.el (bookmark-make-record-default): Adjust declaration.
4426 (Man-bookmark-make-record): Adjust call.
4428 * image-mode.el (bookmark-make-record-default): Adjust declaration.
4430 * doc-view.el (bookmark-make-record-default): Adjust declaration.
4432 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4434 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4435 This is also from Thierry Volpiatto's patch in bug #6444. However,
4436 because it was extraneous to the functional change in that patch,
4437 and causes a re-indendation, I am committing it separately.
4439 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4441 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4442 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
4443 Patch applied by Karl Fogel (Bug#6444).
4445 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
4447 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
4449 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4451 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
4452 Dempsky; bug#5084). Remove incorrect binding for S-tab.
4453 (ns-alternatives-map): Change S-tab binding to backtab
4456 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
4459 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4461 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
4464 * language/tv-util.el (tai-viet-re): Remove format.
4466 2010-07-12 Kenichi Handa <handa@m17n.org>
4468 * language/hebrew.el: Remove no-byte-compile declaration.
4469 Change coding: tag to utf-8. Register hebrew-shape-gstring in
4470 composition-function-table for 3-character looking back.
4471 (hebrew-font-get-precomposed): New function.
4472 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
4474 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
4476 * mouse.el (mouse-drag-track): Handle select-active-regions
4479 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
4481 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4482 empty argument to gvfs-copy.
4484 2010-07-10 Glenn Morris <rgm@gnu.org>
4486 * calendar/calendar.el (calendar-week-end-day): New function.
4487 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
4488 Respect calendar-week-start-day. (Bug#6606)
4489 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4490 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
4491 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
4492 respect calendar-week-start-day.
4494 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
4496 * simple.el (use-region-p): Doc fix (Bug#6607).
4498 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
4500 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
4501 regexps for cucumber and ruby.
4503 2010-07-08 Daiki Ueno <ueno@unixuser.org>
4505 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
4506 (epa-file-insert-file-contents): Hack to prevent
4507 find-file from opening empty buffer when decryption failed
4510 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
4512 * textmodes/ispell.el (ispell-alternate-dictionary):
4513 Use file-readable-p.
4514 Return nil if no word-list is found at default locations.
4515 (ispell-complete-word-dict): Default to nil.
4516 (ispell-command-loop): Use 'word-list' when using lookup-words.
4517 (lookup-words): Use ispell-complete-word-dict or
4518 ispell-alternate-dictionary. Check for word-list availability
4519 and handle errors if needed with better messages (Bug#6539).
4520 (ispell-complete-word): Use ispell-complete-word-dict or
4521 ispell-alternate-dictionary.
4523 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
4525 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4526 builtins (BufferError, BytesWarning, WindowsError; callables
4527 bin, bytearray, bytes, format, memoryview, next, print; __package__).
4529 2010-07-07 Glenn Morris <rgm@gnu.org>
4531 * play/zone.el (top-level): Do not require timer, tabify, or cl.
4532 (zone-shift-left): Ignore intangibility, and any errors from
4534 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
4535 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4536 deleting, and copying text properties.
4537 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4538 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4539 to point-max is hard.
4540 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4541 (zone-fill-out-screen): Ignore intangibility.
4543 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
4545 * menu-bar.el (menu-bar-mode):
4546 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4549 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4550 word/line selection (Bug#6565).
4552 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
4554 * net/dbus.el (dbus-send-signal): Declare function.
4556 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4558 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4559 (dbus-register-property): New optional argument EMITS-SIGNAL.
4560 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4562 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
4564 * mouse.el (mouse-drag-overlay): Variable deleted.
4565 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4566 (mouse--remap-link-click-p): New function.
4567 (mouse-drag-track): Handle dragging by using temporary Transient
4568 Mark mode, instead of a special overlay.
4569 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4572 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4575 2010-07-02 Juri Linkov <juri@jurta.org>
4577 * autoinsert.el (auto-insert-alist): Fix readability
4578 by using dotted pair notation for lambda.
4580 2010-07-02 Juri Linkov <juri@jurta.org>
4582 * faces.el (read-face-name): Rename arg `string-describing-default'
4583 to `default'. Doc fix. Display the default value in quotes
4584 in the prompt. With empty input, return the `default' arg,
4585 unless the default value is a string (in which case return nil).
4586 (describe-face): Replace the string `default' arg of `read-face-name'
4587 with the symbol `default'.
4589 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
4591 * emulation/viper-cmd.el (viper-delete-backward-char)
4592 (viper-del-backward-char-in-insert)
4593 (viper-del-backward-char-in-replace, viper-change)
4594 (viper-backward-indent): Replace delete-backward-char with
4595 delete-char (Bug#6552).
4597 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
4599 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4601 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4603 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4604 argument passed to frame-creation-function (Bug#5378).
4606 * faces.el (x-handle-named-frame-geometry)
4607 (x-handle-reverse-video, x-create-frame-with-faces)
4608 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4609 separately consult default-frame-alist. It is now passed as the
4612 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
4614 * startup.el (command-line): Don't call tool-bar-setup in a
4617 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4619 * ruler-mode.el (ruler--save-header-line-format): New fun.
4620 (ruler-mode): Use it as a setter function, so as not to overwrite
4621 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4623 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
4625 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
4626 (vc-root-diff, vc-print-root-log, vc-log-incoming)
4627 (vc-log-outgoing): Use it.
4628 (vc-diff-internal): Set diff-vc-backend.
4630 * vc/diff-mode.el (diff-vc-backend): New var.
4632 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4634 * dynamic-setting.el (font-setting-change-default-font): Remove
4637 2010-06-28 Kenichi Handa <handa@m17n.org>
4639 * international/quail.el (quail-insert-kbd-layout): Fix the
4640 showing of untranslated characters.
4642 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
4644 * simple.el (delete-active-region): New option.
4645 (delete-backward-char): Implement in Lisp.
4646 (delete-forward-char): New command.
4648 * mouse.el (mouse-region-delete-keys): Deleted.
4649 (mouse-show-mark): Simplify.
4651 * bindings.el (global-map): Bind delete and DEL, the former to
4652 delete-forward-char.
4654 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
4656 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4657 (ruby-mode): Bind indent-line-function (Bug#5119).
4659 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
4661 * startup.el (command-line): Recognize "0" X resource value.
4663 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
4665 * startup.el (command-line): Use X resources to set the value of
4666 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4668 * menu-bar.el (menu-bar-mode):
4669 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4670 Set init-value to t.
4672 * frame.el (frame-notice-user-settings): Don't change
4673 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4674 vice versa (Bug#2249).
4676 2010-06-26 Eli Zaretskii <eliz@gnu.org>
4678 * w32-fns.el (w32-convert-standard-filename): Doc fix.
4680 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
4682 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4683 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
4685 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
4686 default directories are expanded (Bug#6143).
4688 2010-06-24 Juri Linkov <juri@jurta.org>
4690 * minibuffer.el (completions-format): Change default from nil to
4691 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
4693 2010-06-24 Juri Linkov <juri@jurta.org>
4695 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4696 buffer-locally to lambda that re-runs the vc diff command.
4699 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4701 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4702 echo area is in use (Bug#3412).
4704 2010-06-22 Glenn Morris <rgm@gnu.org>
4706 * textmodes/texinfmt.el (texinfo-format-region)
4707 (texinfo-raise-lower-sections, texinfo-format-separate-node)
4708 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4709 (texinfo-format-option, texinfo-noindent):
4710 Use line-beginning-position and line-end-position.
4712 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4713 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4714 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4717 2010-06-21 Karl Fogel <kfogel@red-bean.com>
4719 * play/zone.el (zone-fall-through-ws): Fix next-line ->
4720 forward-line fallout.
4722 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
4724 * mouse.el (mouse-appearance-menu): Add docstring.
4726 * help.el (describe-key): Print up-event using key-description.
4728 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
4730 * net/zeroconf.el (zeroconf-resolve-service)
4731 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
4732 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4734 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
4736 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4738 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4740 Avoid displaying files with a nil state in vc-dir.
4741 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
4742 cases that cause insertion.
4743 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4746 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4748 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4750 2010-06-29 Leo <sdl.web@gmail.com>
4752 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
4754 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4756 * generic-x.el (bat-generic-mode): Fix regexp for command line
4757 switches (Bug#5719).
4759 2010-06-27 Masatake YAMATO <yamato@redhat.com>
4761 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4762 of nconc to avoid pure storage error (Bug#6239).
4764 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
4766 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4767 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4768 bindings of bookmark-automatically-show-annotations (Bug#6515).
4770 2010-06-25 Eli Zaretskii <eliz@gnu.org>
4772 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4773 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
4775 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
4777 * comint.el (make-comint, make-comint-in-buffer): Mention return
4778 value in the docstrings. (Bug#6498)
4780 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
4782 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4783 since it is not present when using some non-default switches.
4785 2010-06-23 Karl Fogel <kfogel@red-bean.com>
4787 * simple.el (compose-mail): Fix doc string to refer to
4788 `compose-mail-user-agent-warnings', instead of to the
4789 nonexistent `compose-mail-check-user-agent'.
4791 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4793 Fix an indentation bug:
4795 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4796 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4799 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4800 (c-clear->-pair-props-if-match-before): now return t when they've
4801 cleared properties, nil otherwise.
4802 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4803 by taking account of the existing value.
4805 * progmodes/cc-defs.el
4806 (c-clear-char-property-with-value-function): Fix this to clear the
4807 property rather than overwriting it with nil.
4809 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4811 * emacs-lisp/package.el (package-print-package): Add link to
4812 package description via describe-package.
4813 (describe-package-1): List package requirements. Add button to
4814 perform installation.
4815 (package-menu-describe-package): New command.
4817 * help-mode.el (help-package): New button type.
4819 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4821 * emacs-lisp/package.el: Move package-list-packages binding to
4823 (describe-package, describe-package-1, package--dir): New funs.
4824 (package-activate-1): Use package--dir.
4826 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4828 * help-mode.el (help-package-def): New button type.
4830 * menu-bar.el: Move package-list-packages binding here from
4833 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4835 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4837 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4839 * emacs-lisp/edebug.el (edebug-read-list):
4840 Phase out old-style backquotes.
4842 2010-06-17 Juri Linkov <juri@jurta.org>
4844 * help-mode.el (help-mode): Set buffer-local variable
4845 revert-buffer-function to help-mode-revert-buffer.
4846 (help-mode-revert-buffer): New function.
4848 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4849 before popping to "*info*" (like in other Info functions).
4850 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4851 old-history-forward. Pop to old-buffer-name or "*info*" to
4852 recreate the killed buffer. Set Info-history-forward from
4853 old-history-forward.
4854 (Info-breadcrumbs-depth): Add :group and :version.
4856 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4858 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4860 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4862 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4863 for languages like Portuguese with pt_{BR,PT} and no plain pt.
4865 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
4867 * emacs-lisp/package.el (package-menu-mode-map):
4868 Move initialization into declaration.
4870 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4872 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
4874 * emacs-lisp/package.el (package-archive-base): Point to
4876 (package-enable, package-load-list): New defcustoms.
4877 (package-user-dir, package-directory-list): Turn into defcustoms.
4878 Don't include package-user-dir in package-directory-list.
4879 (package--builtins-base): Don't include Emacs as a "package".
4880 (package-subdirectory-regexp): New var.
4881 (package-load-all-descriptors, package-compute-transaction)
4882 (package-download-transaction): Obey package-load-list.
4883 (package-activate-1): Rename from package-do-activate.
4884 (package-list-packages-internal): Check package-load-list.
4885 (package-load-descriptor, package-generate-autoloads)
4886 (package-unpack, package-unpack-single)
4887 (package--read-archive-file, package-delete): Use
4890 * emacs-lisp/package-x.el: New file. Package uploading
4891 functionality split out from package.el.
4893 * startup.el (command-line): Load packages after reading init file.
4895 2010-06-17 Tom Tromey <tromey@redhat.com>
4897 * emacs-lisp/package.el: New file.
4899 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4901 Fix vc-annotate for renamed files when using Git.
4902 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4903 ls-files. Doe not pass the object as a file name to cat-file, it
4905 (vc-git-annotate-command): Pass the file name using -- to avoid
4906 ambiguity with the revision.
4907 (vc-git-previous-revision): Pass a relative file name.
4909 2010-06-22 Glenn Morris <rgm@gnu.org>
4911 * progmodes/js.el (js-mode-map): Use standard capitalization and
4912 ellipses for menu entries.
4914 * wid-edit.el (widget-complete): Doc fix.
4916 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4918 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4920 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4922 Fix annotating other revisions for renamed files in vc-annotate.
4923 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4924 VC backend. Use it when non-nil.
4925 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4928 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4929 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4930 Do not pass the file name to the 'previous-revision call when we
4931 don't want a file diff. (Bug#6489)
4933 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4935 Fix finding revisions for renamed files in vc-annotate.
4936 * vc/vc.el (vc-find-revision): Add an optional argument for
4937 the VC backend. Use it when non-nil.
4938 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4939 backend to vc-find-revision. (Bug#6487)
4941 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4943 Fix reading file names in Git annotate buffers.
4944 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4945 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
4947 2010-06-20 Alan Mackenzie <acm@muc.de>
4949 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4950 in file local variables, set it first.
4952 2010-06-19 Glenn Morris <rgm@gnu.org>
4954 * descr-text.el (describe-char-unicode-data): Insert separating
4955 space when needed. (Bug#6422)
4957 * progmodes/idlwave.el (idlwave-action-and-binding):
4958 Fix typo in 2009-12-03 change. (Bug#6450)
4960 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4962 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4963 handling for `lambda' (misunderstanding).
4965 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4967 * calc/calc-poly.el (math-accum-factors): Make sure that
4968 constants aren't distributed after they are factored out.
4970 2010-06-16 Juri Linkov <juri@jurta.org>
4972 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4973 `list-colors-print'. (Bug#6332)
4975 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4977 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4979 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4980 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4982 * font-lock.el (font-lock-major-mode): Rename from
4983 font-lock-mode-major-mode to distinguish it from
4984 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4985 (font-lock-set-defaults):
4986 * font-core.el (font-lock-default-function): Adjust users.
4987 (font-lock-mode): Don't set it at all.
4989 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4991 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4993 2010-06-16 Glenn Morris <rgm@gnu.org>
4995 * calendar/appt.el (appt-time-msg-list): Doc fix.
4996 (appt-check): Let-bind appt-warn-time.
4997 (appt-add): Make the 3rd argument optional.
4998 Simplify argument names. Doc fix. Check for integer WARNTIME.
4999 Only add WARNTIME to the output list if non-nil.
5001 2010-06-16 Ivan Kanis <apple@kanis.eu>
5003 * calendar/appt.el (appt-check): Let the 3rd element of
5004 appt-time-msg-list specify the warning time.
5005 (appt-add): Add new argument with the warning time. (Bug#5176)
5007 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5009 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
5010 older than version 1.6. (Bug#6361)
5012 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
5014 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
5015 used by cl-do-arglist. (Bug#6408)
5017 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
5019 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
5020 portuguese casechars/not-casechars for missing 'çÇ'.
5021 Suggested by Rolando Pereira (bug#6434).
5023 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
5025 * facemenu.el (list-colors-sort): Doc fix.
5027 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5029 * progmodes/sql.el (sql-connect-mysql): Fix typo.
5031 2010-06-14 Juri Linkov <juri@jurta.org>
5033 Add sort option `list-colors-sort'. (Bug#6332)
5034 * facemenu.el (color-rgb-to-hsv): New function.
5035 (list-colors-sort): New defcustom.
5036 (list-colors-sort-key): New function.
5037 (list-colors-display): Doc fix. Sort list according to the option
5039 (list-colors-print): Add HSV values to `help-echo' property of
5042 2010-06-14 Juri Linkov <juri@jurta.org>
5044 * compare-w.el: Move to the "vc" subdirectory.
5046 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5048 * image-mode.el (image-mode-map): Remap left-char and right-char.
5050 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
5052 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
5054 * term/common-win.el (x-colors): Add all the color names defined
5055 in rgb.txt (Bug#6332).
5057 * facemenu.el (list-colors-print): Don't print extra names if it
5058 will overflow the window width.
5060 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
5063 2010-06-12 Eli Zaretskii <eliz@gnu.org>
5065 * files.el (make-directory): Doc fix (bug#6396).
5067 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
5069 * net/tramp.el (tramp-remote-process-environment): Protect version
5070 string by apostroph.
5071 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5073 (tramp-file-name-for-operation): Add `call-process-region'.
5074 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5076 * net/tramp-compat.el (top): Do not autoload
5077 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5078 only when `start-file-process' is not bound.
5079 (tramp-advice-file-expand-wildcards): Do not use
5080 `tramp-handle-file-remote-p'.
5081 (tramp-compat-make-temp-file): Handle the case, that
5082 `make-temp-file' has no third argument EXTENSION.
5084 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
5086 * makefile.w32-in (WINS_BASIC): Include new directory vc.
5088 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
5090 2010-06-11 Juri Linkov <juri@jurta.org>
5092 * finder.el (finder-known-keywords): Add keyword "vc"
5093 for version control.
5095 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
5096 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
5097 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
5098 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
5100 2010-06-11 Juri Linkov <juri@jurta.org>
5102 Move version control related files to the "vc" subdirectory.
5103 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
5104 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
5105 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
5106 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
5107 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
5108 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
5109 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
5110 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
5111 Move files to the "vc" subdirectory.
5113 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
5115 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
5118 2010-06-11 Stephen Eglen <stephen@gnu.org>
5120 * shell.el: Bind `shell-resync-dirs' to M-RET.
5122 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
5124 * notifications.el: Move file from lisp/net, because it is
5125 supposed to talk locally to the user.
5127 2010-06-10 Julien Danjou <julien@danjou.info>
5129 * net/notifications.el (notifications-on-action-signal)
5130 (notifications-on-closed-signal): Pass notification id as first
5131 argument to the callback functions. Add docstrings.
5132 (notifications-notify): Fix docstring.
5134 2010-06-10 Glenn Morris <rgm@gnu.org>
5136 * emacs-lisp/authors.el (authors-ignored-files)
5137 (authors-valid-file-names): Add some files.
5139 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5141 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5142 merge conflict, giving preference to the emacs-23 version of the code.
5144 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5146 * emacs-lisp/advice.el (ad-compile-function):
5147 Define warning-suppress-types before we let-bind it (bug#6275).
5149 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5150 declare it, make it buffer-local and permanent-local (bug#6324).
5151 (vc-resynch-window): Adjust name.
5152 * vc-hooks.el (vc-find-file-hook): Adjust name.
5154 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
5156 * net/notifications.el (notifications-notify): Fix docstring.
5158 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
5160 Update to Unicode 6.0.0 beta.
5161 * international/charprop.el: Update copyright.
5162 * international/mule-cmds.el (ucs-names): Update character ranges.
5163 * international/uni-bidi.el:
5164 * international/uni-category.el:
5165 * international/uni-combining.el:
5166 * international/uni-comment.el:
5167 * international/uni-decimal.el:
5168 * international/uni-decomposition.el:
5169 * international/uni-digit.el:
5170 * international/uni-lowercase.el:
5171 * international/uni-mirrored.el:
5172 * international/uni-name.el:
5173 * international/uni-numeric.el:
5174 * international/uni-old-name.el:
5175 * international/uni-titlecase.el:
5176 * international/uni-uppercase.el: Regenerate.
5178 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
5180 * emacs-lisp/smie.el (comment-string-strip): Declare function.
5181 (smie-precs-precedence-table): Fix typo in docstring.
5183 * vc-mtn.el (log-edit-extract-headers): Declare function.
5185 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
5187 * net/notifications.el (dbus-register-signal): Declare function.
5188 (notifications-notify): Fix typos and reflow docstring.
5190 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5192 Improve VC create/retrieve tag/branch.
5193 * vc.el (vc-create-tag): Do not read the directory name for VCs
5194 with repository revision granularity. Adjust the tag/branch
5195 prompt. Reset VC properties.
5196 (vc-retrieve-tag): Do not read the directory name for VCs
5197 with repository revision granularity. Reset VC properties.
5199 2010-06-09 Julien Danjou <julien@danjou.info>
5201 * net/notifications.el: New file.
5203 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5205 Add optional support for resetting VC properties.
5206 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5207 call vc-file-clearprops when true.
5208 (vc-resynch-buffer): Add new optional argument, pass it down.
5209 (vc-resynch-buffers-in-directory): Likewise.
5211 Improve support for special markup in the VC commit message.
5212 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5213 * vc-hg.el (vc-hg-checkin): Add support for Date:.
5214 * vc-git.el (vc-git-checkin):
5215 * vc-bzr.el (vc-bzr-checkin): Likewise.
5217 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5219 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
5220 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5222 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
5224 * iimage.el: Remove images as soon as the underlying text is modified.
5225 (iimage-modification-hook): New function.
5226 (iimage-mode-buffer): Use it.
5228 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5230 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
5231 smie-indent-offset-after. Add :prev case. Make a bit more generic.
5232 (smie-indent-virtual): Remove `virtual' arg. Update callers.
5233 (smie-indent-keyword): Add handling of open-paren keywords.
5234 (smie-indent-comment-continue): Don't assume comment-continue.
5236 2010-06-07 Martin Rudalics <rudalics@gmx.at>
5238 * window.el (pop-to-buffer): Remove the conditional that
5239 compares new-window and old-window, so it will reselect
5240 the selected window unconditionally.
5241 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
5243 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5245 * emacs-lisp/smie.el (smie-indent-offset-after)
5246 (smie-indent-forward-token, smie-indent-backward-token): New functions.
5247 (smie-indent-after-keyword): Use them.
5248 (smie-indent-fixindent): Only applies to the indentation of the BOL.
5249 (smie-indent-keyword): Tweak the black magic.
5250 (smie-indent-comment-continue): Strip comment-continue before use.
5251 (smie-indent-functions): Indent comments before keywords.
5253 2010-06-06 Juri Linkov <juri@jurta.org>
5255 * isearch.el (isearch-lazy-highlight-search): Fix looping
5256 by checking for empty match. This syncs this loop with the
5257 similar loop in `isearch-search'. (Bug#6362)
5259 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
5261 * net/dbus.el (dbus-register-method): Declare function.
5262 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5263 (dbus-introspect): Doc fix.
5264 (dbus-event-bus-name, dbus-introspect-get-interface)
5265 (dbus-introspect-get-argument): Reflow docstrings.
5267 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
5269 vc-log-incoming/vc-log-outgoing fixes for Git.
5270 * vc-git.el (vc-git-log-view-mode): Fix font lock for
5271 incoming/outgoing logs.
5272 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5273 instead of vc-git-compute-remote.
5274 (vc-git-compute-remote): Remove.
5276 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
5278 * term/common-win.el (x-colors): Add "dark green" and "dark
5279 turquoise" (Bug#6332).
5281 2010-06-04 Juri Linkov <juri@jurta.org>
5283 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5284 Instead of setting `replace' to t and replacing the same string
5285 with itself, don't do certain actions when
5286 kill-do-not-save-duplicates is non-nil and string is equal to car
5287 of kill-ring: don't call menu-bar-update-yank-menu, don't push
5288 interprogram-paste strings to kill-ring, and don't push the input
5289 argument `string' to kill-ring.
5290 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
5292 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
5294 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
5296 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
5298 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
5299 (tramp-gvfs-handler-mounted-unmounted)
5300 (tramp-gvfs-connection-mounted-p): Handle default-location.
5302 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
5303 move files to trash.
5305 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
5307 * international/mule-cmds.el (nonascii-insert-offset)
5308 (nonascii-translation-table): Add obsolescence information.
5310 * international/mule.el (make-translation-table-from-vector): Doc fix.
5312 2010-06-03 Glenn Morris <rgm@gnu.org>
5314 * desktop.el (desktop-clear-preserve-buffers):
5315 Add "*Warnings*" buffer. (Bug#6336)
5317 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5319 vc-log-incoming/vc-log-outgoing improvements for Git.
5320 * vc-git.el (vc-git-log-outgoing): Use the same format as the
5322 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
5324 Add bindings for vc-log-incoming and vc-log-outgoing.
5325 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5326 and vc-log-outgoing.
5327 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
5328 and vc-log-outgoing.
5330 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
5332 * net/rcirc.el (rcirc-sort-nicknames): Remove.
5333 (rcirc-handler-366): Always sort nicknames.
5335 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
5337 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
5339 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
5341 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
5343 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5345 * net/rcirc.el (rcirc-sort-nicknames): Change default.
5346 (rcirc-sort-nicknames-join): Avoid setq.
5348 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5350 * net/rcirc.el (rcirc-sort-nicknames): New custom.
5351 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
5352 (rcirc-handler-366): Use them.
5354 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5356 Split smie-indent-calculate into more manageable chunks.
5357 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5358 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
5359 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
5360 (smie-indent-exps): Extract from smie-indent-calculate.
5361 (smie-indent-functions): New var.
5362 (smie-indent-functions): Use them.
5364 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5366 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
5367 (smie-indent-calculate): Simplify and cleanup.
5369 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
5371 * net/tramp-gvfs.el (top): Require url-util.
5372 (tramp-gvfs-mount-point): Remove.
5373 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
5375 (with-tramp-dbus-call-method): Format trace message.
5376 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5377 Implement backup call, when operation on local files fails.
5378 Use progress reporter. Flush properties of changed files.
5379 (tramp-gvfs-handle-make-directory): Make more traces.
5380 (tramp-gvfs-url-file-name): Hexify file name in url.
5381 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5382 into account for the resulting file name.
5383 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
5384 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
5385 (tramp-gvfs-handler-mounted-unmounted)
5386 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5387 attribute "default_location". Set "prefix" property.
5388 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5389 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5390 exists. Raise an error, if not (due to a corresponding answer
5391 "no" in interactive questions, for example).
5393 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5395 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
5397 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
5399 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
5402 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5404 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
5405 * vc-git.el (vc-git-compute-remote): New function.
5406 (vc-git-log-outgoing): Use it instead of hard coding a value.
5407 (vc-git-log-incoming): New function.
5409 Improve state updating for VC tag commands.
5410 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5411 to update the state of all buffers in the directory.
5413 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
5415 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5417 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
5418 `file-directory-p' to the filename part rather than to the whole text.
5420 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5422 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
5424 2010-05-31 Drew Adams <drew.adams@oracle.com>
5426 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5428 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
5430 * subr.el (momentary-string-display): Just use read-event to read
5431 the exit event (Bug#6238).
5433 2010-05-30 Eli Zaretskii <eliz@gnu.org>
5435 * international/mule.el (define-coding-system): Doc fix (bug#6313).
5437 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5439 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
5440 Suggested by Eli Zaretskii <eliz@gnu.org>.
5442 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5444 * minibuffer.el (completion-file-name-table): Don't return a boundary
5445 past the end of `string' (bug#6299).
5446 (completion--file-name-table): Delegate to completion-file-name-table
5447 for the `boundaries' case.
5449 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5451 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
5454 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
5455 `path-separator', but maintain compatibility with Emacs 20.2.
5457 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
5459 * server.el (server-process-filter): Receive parent-id argument
5461 (server-create-window-system-frame): New arg. Pass parent-id as
5464 2010-05-29 Eli Zaretskii <eliz@gnu.org>
5466 Bidi-sensitive word movement with arrow keys.
5467 * subr.el (right-arrow-command, left-arrow-command): Move to
5470 * bindings.el (right-char, left-char): Move from subr.el and
5471 rename from right-arrow-command and left-arrow-command.
5472 (right-word, left-word): New functions.
5473 (global-map) <right>: Bind to right-char.
5474 (global-map) <left>: Bind to left-char.
5475 (global-map) <C-right>: Bind to right-word.
5476 (global-map) <C-left>: Bind to left-word.
5478 * ls-lisp.el (ls-lisp-classify-file): New function.
5479 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
5480 (ls-lisp-classify): Call ls-lisp-classify-file.
5481 (insert-directory): Remove blanks from switches.
5483 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
5485 * ansi-color.el: Delete unused escape sequences (Bug#6085).
5486 (ansi-color-drop-regexp): New constant.
5487 (ansi-color-apply, ansi-color-filter-region)
5488 (ansi-color-apply-on-region): Delete unrecognized control sequences.
5489 (ansi-color-apply): Build string list before calling concat.
5491 2010-05-28 Juri Linkov <juri@jurta.org>
5493 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5494 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
5497 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
5499 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
5500 to ignored backtrace functions.
5501 (with-progress-reporter): Expand docstring.
5502 (tramp-handle-delete-file): Implement TRASH argument.
5503 (tramp-get-remote-trash): New defun.
5505 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
5507 * net/tramp-compat.el (tramp-compat-delete-file): Use
5508 `symbol-value' for backward compatibility.
5510 * net/tramp.el (tramp-handle-make-symbolic-link)
5512 (tramp-do-copy-or-rename-file-via-buffer)
5513 (tramp-do-copy-or-rename-file-directly)
5514 (tramp-do-copy-or-rename-file-out-of-band)
5515 (tramp-handle-process-file, tramp-handle-call-process-region)
5516 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5517 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5518 (tramp-delete-temp-file-function): Use `delete-file' instead
5519 of `tramp-compat-delete-file'.
5521 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5522 (tramp-fish-handle-make-symbolic-link)
5523 (tramp-fish-handle-process-file): Use `delete-file' instead
5524 of `tramp-compat-delete-file'.
5526 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5527 `delete-file' instead of `tramp-compat-delete-file'.
5529 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5530 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5531 `tramp-compat-delete-file'.
5533 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5534 `delete-file' instead of `tramp-compat-delete-file'.
5536 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5537 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5538 (tramp-smb-handle-write-region): Use `delete-file' instead of
5539 `tramp-compat-delete-file'.
5540 (tramp-smb-handle-delete-directory): Use 'trash as arg.
5542 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5544 * dired.el (dired-delete-file): New arg TRASH.
5545 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
5546 (dired-do-flagged-delete, dired-do-delete): Use trash.
5548 * speedbar.el (speedbar-item-delete): Allow trashing.
5550 * files.el (delete-directory): New arg TRASH.
5552 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5553 (ange-ftp-rename-remote-to-remote)
5554 (ange-ftp-rename-local-to-remote)
5555 (ange-ftp-rename-remote-to-local, ange-ftp-load)
5556 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5558 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5561 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5562 handle new TRASH arg of `delete-file'.
5564 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
5565 (tramp-handle-make-symbolic-link, tramp-handle-load)
5566 (tramp-do-copy-or-rename-file-via-buffer)
5567 (tramp-do-copy-or-rename-file-directly)
5568 (tramp-do-copy-or-rename-file-out-of-band)
5569 (tramp-handle-process-file, tramp-handle-call-process-region)
5570 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5571 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5572 (tramp-delete-temp-file-function): Use null TRASH arg in
5573 tramp-compat-delete-file call.
5575 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5576 (tramp-fish-handle-delete-file)
5577 (tramp-fish-handle-make-symbolic-link)
5578 (tramp-fish-handle-process-file): Use null TRASH arg in
5579 `tramp-compat-delete-file' call.
5581 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5582 arg in `tramp-compat-delete-file' call.
5584 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5585 (tramp-gvfs-handle-write-region): Use null TRASH arg in
5586 `tramp-compat-delete-file' call.
5588 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5589 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5590 `tramp-compat-delete-file' call.
5592 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5593 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5594 (tramp-smb-handle-write-region): Use null TRASH arg in
5595 tramp-compat-delete-file call.
5596 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5597 (tramp-smb-handle-delete-file): Rename arg.
5599 * diff.el (diff-sentinel):
5600 * epg.el (epg--make-temp-file, epg-decrypt-string)
5601 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5602 * jka-compr.el (jka-compr-partial-uncompress)
5603 (jka-compr-call-process, jka-compr-write-region):
5604 * server.el (server-sentinel): Remove optional arg from
5605 delete-file, reverting 2010-05-03 change.
5607 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5609 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5610 font-lock-constant-face, not obsolete font-lock-reference-face.
5612 2010-05-27 Kenichi Handa <handa@m17n.org>
5614 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5615 element of GSTRING is nil.
5617 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5619 * emacs-lisp/smie.el (smie-forward-token-function)
5620 (smie-backward-token-function): New vars.
5621 (smie-backward-sexp, smie-forward-sexp)
5622 (smie-indent-hanging-p, smie-indent-calculate): Use them.
5623 (smie-default-backward-token): Rename from smie-backward-token and
5625 (smie-default-forward-token): Rename from smie-forward-token and
5627 (smie-next-sexp): Handle nil results from next-token.
5628 (smie-indent-calculate): Add a new case for special `fixindent' comments.
5630 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5632 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5633 Use font-lock-constant-face, not obsolete font-lock-reference-face.
5635 2010-05-27 Masatake YAMATO <yamato@redhat.com>
5637 * htmlfontify.el (hfy-face-resolve-face): New function.
5638 (hfy-face-to-style): Use it (Bug#6279).
5640 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5642 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5643 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5645 2010-05-26 Glenn Morris <rgm@gnu.org>
5647 * emulation/edt.el (edt-load-keys): Use locate-library.
5649 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
5651 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5652 (log-edit-changelog-entries): Doc fix.
5653 (log-edit-changelog-insert-entries): Args changed.
5654 Rename relative filenames in ChangeLog entries. Delete tabs.
5655 (log-edit-insert-changelog-entries): Reorganize return value of
5656 `log-edit-changelog-entries' to pass filenames to
5657 log-edit-changelog-insert-entries.
5659 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5661 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5662 `image-dired-dired-insert-marked-thumbs' to
5663 `image-dired-dired-toggle-marked-thumbs'.
5665 * image-dired.el: Require cl when compiling.
5666 (image-dired-dired-toggle-marked-thumbs): Rename from
5667 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
5668 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
5669 to 'no-dir. Skip files whose names don't match
5670 `image-file-name-regexp'. When file has a thumbnail overlay,
5671 delete it. (Bug#5270)
5673 2010-05-25 Juri Linkov <juri@jurta.org>
5675 * image-mode.el (image-mode): Add image-after-revert-hook to
5677 (image-after-revert-hook): New function. (Bug#5669)
5679 2010-05-25 Juri Linkov <juri@jurta.org>
5681 * image.el (image-animated-p): When delay between animated images
5682 is 0, set it to 10 (0.1 sec). (Bug#6258)
5684 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5686 * net/tramp.el (tramp-handle-insert-directory): Don't use
5687 `forward-word', its default syntax could be changed.
5689 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
5691 * net/tramp.el (tramp-progress-reporter-update): New defun.
5692 (with-progress-reporter): Use it.
5693 (tramp-process-actions):
5694 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5695 current message, in order to let progress reporter continue
5696 afterwards. (Bug#6257)
5698 2010-05-25 Glenn Morris <rgm@gnu.org>
5700 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5703 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
5705 * net/rcirc.el (rcirc-default-user-name): Change to "user".
5706 (rcirc-default-full-name): Change to "unknown".
5707 (rcirc-user-name-history): Add variable.
5709 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
5710 Jonathan Rockway <jon@jrock.us>
5712 * net/rcirc.el (rcirc-server-alist): Add :pass.
5713 (rcirc): When prompting for connection parameters, also prompt for
5714 username and password.
5715 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
5716 value to server when connecting.
5718 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5720 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5721 (smie-merge-prec2s): Pass the tables as separate args.
5722 (smie-bnf-precedence-table): Adjust call accordingly.
5723 (smie-prec2-levels): Set levels at the end.
5725 Replace Lisp calls to delete-backward-char by delete-char.
5726 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
5727 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5728 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
5729 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
5730 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5731 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5732 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5733 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5734 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5735 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5736 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5737 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5738 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5739 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
5740 delete-backward-char by calls to delete-char.
5742 2010-05-25 Kenichi Handa <handa@m17n.org>
5744 * language/hebrew.el (hebrew-shape-gstring): New function.
5745 Register it in composition-function-table for all Hebrew combining
5748 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5750 * epa.el (epa--select-keys): Don't explicitly delete the window since
5751 that can fail (e.g. sole window in frame). Use dedication instead.
5753 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
5755 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5757 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5759 * image.el (image-refresh): Define as an alias for image-flush.
5761 * image-mode.el (image-toggle-display-image): Caller changed.
5763 2010-05-21 Juri Linkov <juri@jurta.org>
5765 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5766 Remove "all" from grep-files-aliases. Split grep-files-aliases by
5767 whitespace, call wildcard-to-regexp on substrings and concat them
5768 with "\\|". (Bug#6114)
5770 2010-05-21 Alan Mackenzie <acm@muc.de>
5772 * progmodes/cc-engine.el (c-parse-state-get-strategy):
5773 Replace parameter `here' with `here-' and `here-plus', which sandwich
5774 any pertinent CPP construct.
5775 (c-remove-stale-state-cache-backwards): Fix a bug which happens
5776 when doing (c-parse-state) in a CPP construct: Exclude any "new"
5777 CPP construct from taking part in the scanning.
5779 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
5781 * net/tramp.el (tramp-do-copy-or-rename-file)
5782 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5783 Tune `with-progress-reporter' messages.
5784 (tramp-handle-vc-registered):
5785 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5786 (tramp-fish-handle-insert-file-contents)
5787 (tramp-fish-maybe-open-connection):
5788 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5789 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5790 (tramp-imap-handle-insert-file-contents)
5791 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5793 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
5795 * add-log.el (change-log-font-lock-keywords):
5796 Highlight all authors in multi-author entries.
5798 * smerge-mode.el (smerge-refine-ignore-whitespace)
5799 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5800 Fix typos in docstrings.
5801 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5803 2010-05-21 Glenn Morris <rgm@gnu.org>
5805 * progmodes/fortran.el (fortran-mode):
5806 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5808 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5809 having a relative path in src/Makefile.in.
5811 2010-05-20 Kevin Ryde <user42@zip.com.au>
5813 * help-mode.el (help-make-xrefs): For Info node links turn
5814 newlines into spaces. Link node names with newlines are matched
5815 by help-xref-info-regexp and buttonized, this change ensures they
5816 can be followed successfully with RET. (Bug#6206)
5818 2010-05-20 Juri Linkov <juri@jurta.org>
5820 * locate.el (locate): Use pop-to-buffer instead of
5821 switch-to-buffer-other-window. (Bug#6204)
5823 2010-05-20 Juri Linkov <juri@jurta.org>
5825 * replace.el (replace-highlight): Fix lazy-highlighting
5826 for `M-s w str M-% str RET'.
5828 2009-12-15 Masatake YAMATO <yamato@redhat.com>
5830 * isearch.el (isearch-yank-word-or-char): Pull next subword
5831 when `subword-mode' is activated. (Bug#6220)
5833 2010-05-20 Mark A. Hershberger <mah@everybody.org>
5835 * isearch.el (isearch-update-post-hook): New hook.
5836 (isearch-update): Use the new hook. (Bug#6225)
5838 2010-05-20 Juri Linkov <juri@jurta.org>
5840 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5841 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5844 2010-05-20 Juri Linkov <juri@jurta.org>
5846 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5849 2010-05-20 Juri Linkov <juri@jurta.org>
5851 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5852 FILE-NAME to read from the minibuffer when called interactively
5853 with prefix argument instead of using buffer-file-name.
5854 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5856 * dired.el: Update autoloads.
5858 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
5860 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5861 nxml-finish-element, for consistency with SGML mode.
5863 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5866 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
5868 * composite.el: Require cl when compiling.
5869 (reference-point-alist, compose-gstring-for-graphic)
5870 (compose-gstring-for-terminal): Fix typos in docstrings.
5872 2010-05-19 Juri Linkov <juri@jurta.org>
5874 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5875 set-window-parameter.
5877 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5879 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5881 (tramp-maybe-open-connection): Use it.
5883 2010-05-19 Eli Zaretskii <eliz@gnu.org>
5885 * simple.el (move-end-of-line): Make sure we are at line beginning
5886 before backing up to end of previous line.
5888 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5890 * password-cache.el (password-cache-remove): Fix docstring.
5892 * net/secrets.el: Autoload the widget functions.
5893 (secrets-search-items, secrets-create-item)
5894 (secrets-get-attributes, secrets-expand-item): Attributes will be
5895 stored on the password database without leading ":", as all other
5897 (secrets-mode): Fix docstring.
5898 (secrets-show-secrets): Provide it as autoloaded command only when
5899 D-Bus support is available. Check existence of Secret Service API.
5901 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5903 * indent.el (indent-region): Deactivate region (bug#6200).
5905 2010-05-19 Glenn Morris <rgm@gnu.org>
5907 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5909 2010-05-19 Kenichi Handa <handa@m17n.org>
5911 * composite.el: Register compose-gstring-for-graphic in
5912 composition-function-table only for combining characters (Mn, Mc, Me).
5914 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5916 * calc/calc-trail.el (calc-trail-isearch-forward)
5917 (calc-trail-isearch-backward): Ensure that the new window
5918 point is set correctly.
5920 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5922 * subr.el (read-quoted-char): Resolve modifiers after key
5923 remapping (bug#6212).
5925 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
5927 Add visualization code for secrets.
5928 * net/secrets.el (secrets-mode): New major mode.
5929 (secrets-show-secrets, secrets-show-collections)
5930 (secrets-expand-collection, secrets-expand-item)
5931 (secrets-tree-widget-after-toggle-function)
5932 (secrets-tree-widget-show-password): New defuns.
5934 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5936 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5937 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5938 handled in smie-next-sexp.
5939 (smie-indent-calculate): Provide a starting indentation (so the
5940 recursion is well-founded ;-).
5942 Fix handling of non-associative equal levels.
5943 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5944 when it's not needed.
5945 (smie-op-left, smie-op-right): New functions.
5946 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5947 Better handle equal levels to distinguish the associative case from
5948 the "multi-keyword construct" case.
5949 (smie-backward-sexp, smie-forward-sexp): Use it.
5951 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5953 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5955 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5956 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5958 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5960 Provide a simple generic indentation engine and use it for Prolog.
5961 * emacs-lisp/smie.el: New file.
5962 * progmodes/prolog.el (prolog-smie-op-levels)
5963 (prolog-smie-indent-rules): New var.
5964 (prolog-mode-variables): Use them to configure SMIE.
5965 (prolog-indent-line, prolog-indent-level): Remove.
5967 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5969 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5970 order before computing the averages.
5972 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5974 * calc/calc-vec.el (calc-histogram):
5975 (calcFunc-histogram): Allow vectors as inputs.
5976 (math-vector-avg): New function.
5978 * calc/calc-ext.el (math-group-float): Have the number of digits
5979 being grouped depend on the radix (Bug#6189).
5981 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5983 * version.el (emacs-copyright, emacs-version): Don't define here,
5984 now that emacs.c defines it.
5986 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5988 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5989 "Describe Language Environment" menu item.
5991 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5993 Bidi-sensitive movement with arrow keys.
5994 * subr.el (right-arrow-command, left-arrow-command): New functions.
5996 * bindings.el (global-map): Bind them to right and left arrow keys.
5998 Don't override standard definition of convert-standard-filename.
5999 * files.el (convert-standard-filename): Call
6000 w32-convert-standard-filename and dos-convert-standard-filename on
6001 the corresponding systems.
6003 * w32-fns.el (w32-convert-standard-filename): Rename from
6004 convert-standard-filename. Doc fix.
6006 * dos-fns.el (dos-convert-standard-filename): Doc fix.
6007 (convert-standard-filename): Don't defalias.
6008 (register-name-alist, make-register, register-value)
6009 (set-register-value, intdos): Obsolete aliases for the
6010 corresponding dos-* functions and variables.
6011 (dos-intdos): Add a doc string.
6013 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
6015 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
6016 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
6017 (math-compose-tex-func):
6018 * calc/calccomp.el (math-compose-expr):
6019 * calc/calc-ext.el (math-format-flat-expr-fancy):
6020 * calc/calc-store.el (calc-read-var-name):
6021 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
6023 * calc/calc.el (var-π, var-φ, var-γ): New variables.
6024 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
6025 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
6026 (math-standard-units): Add units.
6028 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6030 * progmodes/asm-mode.el (asm-mode):
6031 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
6033 * pcomplete.el (pcomplete-completions-at-point): New function,
6034 extracted from pcomplete-std-complete.
6035 (pcomplete-std-complete): Use it.
6037 2010-05-15 Glenn Morris <rgm@gnu.org>
6039 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6040 Remove references to CVS, RCS and Old directories.
6042 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
6044 * calc/calc-bin.el (math-format-twos-complement): Group digits when
6047 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6049 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
6050 (sh-mode-syntax-table): Give it a default value instead.
6051 (sh-header-marker): Make buffer-local.
6052 (sh-mode): Move make-local-variable to the corresponding setq.
6053 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
6054 Use complete-with-action.
6056 * simple.el (prog-mode): New (abstract) major mode.
6057 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
6058 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
6060 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
6062 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
6063 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
6064 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
6065 (sql-make-alternate-buffer-name, sql-placeholders-filter)
6066 (sql-escape-newlines-filter, sql-input-sender)
6067 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
6069 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
6071 Add TeX open-block and close-block keybindings to SGML, and vice versa.
6073 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
6074 latex-open-block and C-c / to latex-close-block.
6076 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
6077 and C-c C-e to sgml-close-tag.
6079 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
6081 * net/tramp.el (with-progress-reporter): Create reporter object
6082 only when the message would be displayed. Handle nested calls.
6083 (tramp-handle-load, tramp-handle-file-local-copy)
6084 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6085 (tramp-maybe-send-script, tramp-find-shell):
6086 Use `with-progress-reporter'.
6087 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
6090 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6091 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6092 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6093 Use `with-progress-reporter'.
6095 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
6097 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
6098 process everytime when spellchecking from the minibuffer (bug#6143).
6100 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6102 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
6104 * dos-fns.el: Add "dos-" prefix for namespace control.
6105 (convert-standard-filename): Define as alias for
6106 dos-convert-standard-filename but only if applicable.
6108 2010-05-12 Alan Mackenzie <acm@muc.de>
6110 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
6111 Push the mark at the start of these functions when appropriate.
6113 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6115 * minibuffer.el (completion-cycle-threshold): New custom var.
6116 (completion--do-completion): Use it.
6117 (minibuffer-complete): Use cycling if appropriate.
6119 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
6121 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
6122 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
6124 2010-05-11 Juri Linkov <juri@jurta.org>
6126 * scroll-all.el (scroll-all-check-to-scroll):
6127 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
6129 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6131 * iimage.el (iimage-mode-map): Move initialization into declaration.
6132 (iimage-mode-buffer): Use with-silent-modifications.
6133 Simplify calling convention. Adjust callers.
6134 (iimage-mode): Don't run hook redundantly.
6136 * minibuffer.el (completion-pcm--pattern->regex):
6137 Fix last change (bug#6160).
6139 2010-05-10 Juri Linkov <juri@jurta.org>
6141 Remove nodes visited during Isearch from the Info history.
6142 * info.el (Info-isearch-initial-history)
6143 (Info-isearch-initial-history-list): New variables.
6144 (Info-isearch-start): Record initial values of
6145 Info-isearch-initial-history and Info-isearch-initial-history-list.
6146 Add Info-isearch-end to isearch-mode-end-hook.
6147 (Info-isearch-end): New function.
6149 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
6151 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
6152 format string, in order to work around a bug in pdksh.
6153 Reported by Gilles Pion <gpion@lfdj.com>.
6154 (tramp-handle-verify-visited-file-modtime): Do not send a command
6155 when the connection is not established.
6156 (tramp-handle-set-file-times): Simplify the check for utc.
6158 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
6160 Fix use of `filter-buffer-substring' (rework previous change).
6161 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6162 (cua-repeat-replace-region):
6163 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6164 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6165 (cua-cut-region-to-global-mark): Use it.
6167 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
6169 * progmodes/sql.el: Version 2.1.
6170 (sql-product-alist): Redesign structure of product info.
6171 (sql-product, sql-user, sql-server, sql-database): Safe variables.
6172 (sql-port, sql-port-history): New variables.
6173 (sql-interactive-product): New variable.
6174 (sql-send-terminator): New variable.
6175 (sql-imenu-generic-expression): Add "Types" imenu entry.
6176 (sql-oracle-login-params, sql-sqlite-login-params)
6177 (sql-mysql-login-params, sql-solid-login-params)
6178 (sql-sybase-login-params, sql-informix-login-params)
6179 (sql-ingres-login-params, sql-ms-login-params)
6180 (sql-postgres-login-params, sql-interbase-login-params)
6181 (sql-db2-login-params, sql-linter-login-params)
6182 (sql-oracle-scan-on): New variables.
6183 (sql-mode-map): Add C-c C-i to start interactive mode.
6184 (sql-mode-menu): Update existing menu entries.
6185 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
6186 (sql-mode-oracle-font-lock-keywords)
6187 (sql-mode-postgres-font-lock-keywords)
6188 (sql-mode-ms-font-lock-keywords)
6189 (sql-mode-sybase-font-lock-keywords)
6190 (sql-mode-informix-font-lock-keywords)
6191 (sql-mode-interbase-font-lock-keywords)
6192 (sql-mode-ingres-font-lock-keywords)
6193 (sql-mode-solid-font-lock-keywords)
6194 (sql-mode-mysql-font-lock-keywords)
6195 (sql-mode-sqlite-font-lock-keywords)
6196 (sql-mode-db2-font-lock-keywords)
6197 (sql-mode-linter-font-lock-keywords): Update initialization to
6198 reduce run-time complexity.
6199 (sql-add-product, sql-del-product): New functions.
6200 (sql-set-product-feature, sql-get-product-feature): New functions.
6201 (sql-product-font-lock): Update product API.
6202 (sql-add-product-keywords): New function.
6203 (sql-highlight-product): Update product API.
6204 (sql-help-list-products): New function.
6205 (sql-help): Dynamically lists free and non-free products.
6206 (sql-get-login): Correct bug in handling history and added
6208 (sql-copy-column): Copy without properties.
6209 (sqli-input-sender): Apply filters to SQLi input.
6210 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
6211 Implement as a filter.
6212 (sql-escape-newlines-filter): Implement as a filter.
6213 (sql-remove-tabs-filter): New function.
6214 (sql-send-magic-terminator): New function.
6215 (sql-send-string): Implement magic terminator.
6216 (sql-send-region): Use `sql-send-string'.
6217 (sql-interactive-mode): Use product API.
6218 (sql-product-interactive): Use product API.
6219 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6220 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6221 (sql-db2, sql-linter): Use `sql-product-interactive'.
6222 (sql-connect): New function.
6223 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6224 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6225 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
6226 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6229 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6231 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6232 New custom variable.
6233 (completion-pcm--string->pattern): Use it.
6234 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
6235 Make it handle any symbol as `any'.
6236 (completion-pcm--merge-completions): Extract common suffix for the new
6237 `prefix' symbol as well.
6238 (completion-substring--all-completions): Use the new `prefix' symbol.
6240 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
6242 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
6244 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6245 (tramp-compat-funcall): New defmacro.
6246 (tramp-compat-line-beginning-position)
6247 (tramp-compat-line-end-position)
6248 (tramp-compat-temporary-file-directory)
6249 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6250 (tramp-compat-copy-file, tramp-compat-copy-directory)
6251 (tramp-compat-delete-file, tramp-compat-delete-directory)
6252 (tramp-compat-number-sequence, tramp-compat-process-running-p)
6253 * net/tramp.el (top, with-progress-reporter)
6254 (tramp-rfn-eshadow-setup-minibuffer)
6255 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6256 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6257 (tramp-completion-mode-p, tramp-check-for-regexp)
6258 (tramp-open-connection-setup-interactive-shell)
6259 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6260 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6261 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6262 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6263 (tramp-reporter-dump-variable, tramp-load-report-modules)
6264 (tramp-append-tramp-buffers)
6265 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6267 * net/tramp-imap.el (top): Autoload `epg-make-context'.
6269 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6271 * progmodes/compile.el (compilation-buffer-modtime): Rename from
6272 buffer-modtime. Adjust users.
6274 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6276 * international/mule.el (auto-coding-alist): Only purecopy
6277 car of each item, not the whole list (Bug#6083).
6279 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6281 * progmodes/js.el (js-mode): Make paragraph variables local before
6282 calling c-setup-paragraph-variables (Bug#6071).
6284 2010-05-08 Eli Zaretskii <eliz@gnu.org>
6286 * composite.el (compose-region, reference-point-alist): Fix typos
6289 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6291 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
6292 gnuplot's "set" command.
6294 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
6296 * abbrev.el (last-abbrev-text): Doc fix.
6297 (abbrev-prefix-mark): Don't escape parenthesis.
6299 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
6301 * composite.el (find-composition): Doc fix.
6303 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
6305 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
6306 (sql-oracle-program, sql-sqlite-options)
6307 (sql-query-placeholders-and-send): Doc fixes.
6308 (sql-set-product, sql-interactive-mode): Reflow docstrings.
6309 (sql-imenu-generic-expression, sql-buffer)
6310 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
6311 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
6312 (sql-mode-sybase-font-lock-keywords)
6313 (sql-mode-informix-font-lock-keywords)
6314 (sql-mode-interbase-font-lock-keywords)
6315 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
6316 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
6317 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
6318 (sql-product-feature, sql-highlight-product)
6319 (comint-line-beginning-position, sql-rename-buffer)
6320 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
6321 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
6322 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
6323 Fix typos in docstrings.
6325 2010-05-08 Juri Linkov <juri@jurta.org>
6327 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
6328 property instead of `invisible' and `after-string' (bug#5998).
6330 2010-05-08 Juri Linkov <juri@jurta.org>
6332 * image-mode.el (image-mode-as-text): Fix typo in docstring.
6334 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
6336 * filecache.el (file-cache-add-directory-list)
6337 (file-cache-add-directory-recursively): Fix typos in docstrings.
6339 2010-05-08 Kenichi Handa <handa@m17n.org>
6341 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
6342 (gujarati-composable-pattern): Fix typo.
6344 2010-05-08 Kenichi Handa <handa@m17n.org>
6346 * language/indian.el (oriya-composable-pattern)
6347 (tamil-composable-pattern, malayalam-composable-pattern):
6348 Add two-part vowels to "v" (vowel sign).
6350 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6352 * files.el (copy-directory): Handle symlinks (Bug#5982).
6354 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6356 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
6357 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
6360 2010-05-08 Glenn Morris <rgm@gnu.org>
6362 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
6364 * minibuffer.el (completion-at-point): Doc fix.
6366 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6368 * electric.el (Electric-command-loop): Minor tweak.
6370 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
6371 better with dedicated windows.
6373 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
6375 * Version 23.2 released.
6377 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6378 Stefan Monnier <monnier@iro.umontreal.ca>
6380 Highlight vendor specific properties.
6381 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
6382 (css-proprietary-property): New face.
6383 (css-font-lock-keywords): Use them.
6385 2010-05-07 Eli Zaretskii <eliz@gnu.org>
6387 * cus-start.el (all): Add native condition for tool-bar-* symbols.
6389 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6391 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
6392 * files.el (auto-mode-alist): Remove redundant entries.
6394 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
6395 * simple.el (auto-save-mode): Move from files.el.
6396 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
6398 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6400 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
6402 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6404 * mail/binhex.el (binhex-decode-region-internal)
6405 * mail/uudecode.el (uudecode-decode-region-internal)
6406 * net/dns.el (dns-read-string-name, dns-write, dns-read)
6407 (dns-read-type, dns-query)
6408 * pgg-parse.el (pgg-parse-armor)
6409 * pgg.el (pgg-verify-region)
6410 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
6413 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
6415 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
6417 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
6419 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6420 * emulation/cua-base.el (cua-repeat-replace-region):
6421 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6422 (cua-cut-region-to-global-mark):
6423 Remove text properties with `set-text-properties'.
6425 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
6427 * net/tramp.el (top, with-progress-reporter):
6428 Use `symbol-function' inside `funcall'.
6430 * net/tramp-compat.el (tramp-compat-file-attributes)
6431 (tramp-compat-delete-file, tramp-compat-delete-directory):
6432 Handle only `wrong-number-of-arguments' error.
6434 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
6435 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
6438 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6440 * minibuffer.el (completion--sreverse, completion--common-suffix):
6442 (completion-pcm--merge-completions): Extract common suffix when safe.
6444 * emacs-lisp/easy-mmode.el (define-minor-mode):
6445 Make :variable more flexible.
6446 * files.el (auto-save-mode): Use it to define using define-minor-mode.
6448 2010-05-05 Juri Linkov <juri@jurta.org>
6450 Add `slow' and `history' tags to the desktop data.
6452 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6453 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
6454 (Info-finder-find-node): Require `finder.el' to be able
6455 to restore node from the desktop.
6456 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
6457 data `Info-history' and `slow' tag in the assoc list.
6458 (Info-restore-desktop-buffer): Don't restore nodes with the
6459 `slow' tag. Restore `Info-history'.
6461 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
6463 Add FORCE argument to `delete-file'.
6465 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
6466 forcing to delete the temporary file.
6467 (ange-ftp-delete-file): Add FORCE arg.
6468 (ange-ftp-rename-remote-to-remote)
6469 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
6470 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
6471 Force file deletion.
6473 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
6475 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
6476 (tramp-handle-make-symbolic-link, tramp-handle-load)
6477 (tramp-do-copy-or-rename-file-via-buffer)
6478 (tramp-do-copy-or-rename-file-directly)
6479 (tramp-do-copy-or-rename-file-out-of-band)
6480 (tramp-handle-process-file, tramp-handle-call-process-region)
6481 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6482 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6483 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
6485 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
6486 (tramp-fish-handle-make-symbolic-link)
6487 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
6489 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6490 Use `tramp-compat-delete-file'.
6492 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
6493 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
6495 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
6496 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
6498 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
6499 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6500 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
6501 `tramp-compat-delete-file'.
6503 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6506 * subr.el (add-minor-mode): Use push.
6507 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
6508 * emulation/edt.el (edt-select-mode): Simplify.
6510 Use define-minor-mode in more cases.
6511 * term/tvi970.el (tvi970-set-keypad-mode):
6512 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6513 (normal-erase-is-backspace-mode):
6514 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
6515 (set-scroll-bar-mode-1): (Re)move to its sole caller.
6516 (get-scroll-bar-mode): New function.
6517 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
6519 Use define-minor-mode for less obvious cases.
6520 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6521 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6522 * international/iso-ascii.el (iso-ascii-mode):
6523 * frame.el (auto-raise-mode, auto-lower-mode):
6524 * composite.el (global-auto-composition-mode): Use define-minor-mode.
6526 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
6528 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6529 in order to see error messages for failed logins.
6531 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
6533 * diff.el (diff-sentinel):
6535 * epg.el (epg--make-temp-file, epg-decrypt-string)
6536 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6538 * jka-compr.el (jka-compr-partial-uncompress)
6539 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6541 * server.el (server-sentinel): Use delete-file's new FORCE arg
6544 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6546 Use define-minor-mode where applicable.
6547 * view.el (view-mode):
6548 * type-break.el (type-break-query-mode)
6549 (type-break-mode-line-message-mode):
6550 * textmodes/reftex.el (reftex-mode):
6551 * term/vt100.el (vt100-wide-mode):
6552 * tar-mode.el (tar-subfile-mode):
6553 * savehist.el (savehist-mode):
6554 * ibuf-ext.el (ibuffer-auto-mode):
6555 * composite.el (auto-composition-mode):
6556 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6557 Use define-minor-mode.
6558 (vhdl-mode): Use static mode-line format.
6559 (vhdl-mode-line-update): Delete.
6560 (vhdl-create-mode-menu, vhdl-activate-customizations)
6561 (vhdl-hs-minor-mode): Don't bother calling it.
6563 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6565 * simple.el (with-wrapper-hook): Move.
6566 (buffer-substring-filters): Mark obsolete.
6567 (filter-buffer-substring-functions): New variable.
6568 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
6570 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6571 Michael Albinus <michael.albinus@gmx.de>
6573 Implement compression for inline methods.
6575 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6576 (tramp-copy-size-limit): Allow also nil.
6577 (tramp-inline-compress-commands): New defconst.
6578 (tramp-find-inline-compress, tramp-get-inline-compress)
6579 (tramp-get-inline-coding): New defuns.
6580 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6581 replaced by `tramp-get-inline-coding'.
6582 (tramp-handle-file-local-copy, tramp-handle-write-region)
6583 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6585 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6587 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6588 Remove unused functions.
6590 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6591 Set find-tag-default-function as a variable rather than a property.
6593 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6594 * progmodes/etags.el (tags-completion-at-point-function):
6595 Remove left over interactive spec. Add autoloading stub.
6596 (complete-tag): Use tags-completion-at-point-function.
6598 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
6600 * minibuffer.el (tags-completion-at-point-function): Fix return value.
6602 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
6604 * ido.el (ido-init-completion-maps): Remove C-v binding.
6605 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
6607 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
6609 * minibuffer.el (tags-completion-at-point-function): New function.
6610 (completion-at-point-functions): Use it.
6612 * progmodes/etags.el (complete-tag): Revert last change.
6614 2010-04-29 Alan Mackenzie <acm@muc.de>
6616 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6617 off-by-one error (in end of macro position).
6619 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6621 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6622 firefox is absent. Don't autoload.
6623 (browse-url-galeon-program): Don't autoload.
6625 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
6627 * bindings.el (complete-symbol): Move into minibuffer.el.
6629 * minibuffer.el (complete-tag): Move from etags.el. If tags
6630 completion cannot be performed, return nil instead of signalling
6632 (completion-at-point): Make it an alias for complete-symbol.
6633 (complete-symbol): Move from bindings.el, and replace with the
6634 body of completion-at-point.
6636 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6638 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
6640 * net/tramp.el (tramp-remote-selinux-p): New defun.
6641 (tramp-handle-file-selinux-context)
6642 (tramp-handle-set-file-selinux-context): Use it.
6644 2010-04-28 Sam Steingold <sds@gnu.org>
6646 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6647 `safe-local-variable' if the value is a string or a symbol with
6648 the property `bug-reference-url-format'.
6650 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
6652 * progmodes/bug-reference.el (bug-reference-url-format):
6653 Revert 2010-04-27 change due to security risk.
6655 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6657 Make it possible to locally disable a globally enabled mode.
6658 * simple.el (fundamental-mode): Run fundamental-mode-hook.
6659 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6660 rather than kill-all-local-variables so it runs fundamental-mode-hook.
6661 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6662 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6663 that subsequent hooks get a chance to disable it.
6665 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6667 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6668 Avoid re-enabling a minor mode after the user turned the minor mode
6669 off if MODE-enable-in-buffers is run twice (typically once from
6670 fundamental-mode's after-change-major-mode-hook and a second time from
6671 run-mode-hook's own after-change-major-mode-hook).
6673 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6675 2010-04-27 Sam Steingold <sds@gnu.org>
6677 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6678 `safe-local-variable' if the value is a string or a function, as
6679 documented and implemented on 2010-04-02.
6681 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
6683 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6684 when method is 'kill.
6686 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
6688 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6689 condition in default directory check.
6690 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6691 Kill ispell process when killing its associated buffer.
6693 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
6695 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6696 but we aren't using it.
6698 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
6700 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6701 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6703 2010-04-24 Glenn Morris <rgm@gnu.org>
6705 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6706 Ignore VCS-ignore files, and deleted nextstep preferences files.
6707 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6708 (authors-ambiguous-files): New list.
6709 (authors-valid-file-names): Add some deleted files.
6710 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6711 (authors-disambiguate-file-name): New function. (Bug#5501)
6712 (authors-canonical-file-name): Doc fix.
6713 Don't warn about obsolete files.
6714 (authors-canonical-file-name, authors-scan-el):
6715 Use authors-disambiguate-file-name.
6717 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6718 Add autoload cookies.
6719 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6720 (generated-autoload-file): Set file-local value to "htmlfontify.el".
6721 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6722 They have definitions / compiler macros in cl.el.
6723 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6724 Replace manual autoloads with generated ones.
6725 (htmlfontify-unload-rgb-file): Remove autoload.
6726 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6728 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6730 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6731 (byte-compile-setq-default): Optimize for the
6732 single-var case and don't call byte-compile-form in this case to avoid
6733 inf-loop with byte-compile-set-default.
6735 * progmodes/compile.el (compilation-start): Abbreviate default directory.
6737 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
6739 Implement SELINUX backends.
6741 * net/tramp.el (tramp-file-name-handler-alist):
6742 Add `file-selinux-context' and `set-file-selinux-context'.
6743 (tramp-handle-file-selinux-context)
6744 (tramp-handle-set-file-selinux-context): New defuns.
6745 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6746 Handle PRESERVE-SELINUX-CONTEXT.
6748 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6749 Add `file-selinux-context' and `set-file-selinux-context'.
6750 (tramp-gvfs-handle-file-selinux-context)
6751 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6752 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6754 * net/ange-ftp.el (ange-ftp-copy-file):
6755 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6756 * net/tramp-imap.el (tramp-imap-handle-copy-file):
6757 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6758 Add PRESERVE-SELINUX-CONTEXT.
6760 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6762 Synchronize with Tramp repository.
6764 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6765 (tramp-action-process-alive, tramp-action-out-of-band)
6766 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6767 (tramp-exists-file-name-handler): Fix docstring.
6768 (with-progress-reporter): New defmacro.
6769 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6770 (tramp-maybe-open-connection): Use it.
6772 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
6774 Detect ssh 'ControlMaster' argument automatically in some cases.
6776 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6777 (tramp-default-method): Use it.
6779 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6781 * net/tramp.el (tramp-handle-copy-file): Add new optional
6782 parameter `preserve-selinux-context'.
6783 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6785 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6787 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6788 Ensure, that non remote files are still checked. Oops.
6790 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
6794 * icomplete.el (icomplete-completions): Use `non-essential'.
6796 * net/tramp.el (tramp-connectable-p): New defun.
6797 (tramp-handle-expand-file-name)
6798 (tramp-completion-handle-file-name-all-completions)
6799 (tramp-completion-handle-file-name-completion): Use it.
6801 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6803 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6805 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6807 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6809 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6811 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6814 * info.el (info-tool-bar-map): Add labels.
6816 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6818 * cus-edit.el (custom-commands): Add labels for tool bar.
6819 (custom-buffer-create-internal, Custom-mode): Adjust for
6820 labels in custom-commands.
6822 * dynamic-setting.el: Renamed from font-setting.el.
6824 2010-04-21 John Wiegley <jwiegley@gmail.com>
6826 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6827 toggles the use of virtual buffers.
6828 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6829 (ido-toggle-virtual-buffers): New function.
6831 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
6833 Use `define-derived-mode'; fix window selection; doc fixes.
6834 * play/tetris.el (tetris, tetris-update-speed-function)
6835 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6836 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6837 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6838 (tetris-pause-game): Fix typos in docstrings.
6839 (tetris-mode-map, tetris-null-map):
6840 Move initialization into declaration.
6841 (tetris-mode): Define with `define-derived-mode';
6842 set show-trailing-whitespace to nil.
6843 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6845 2010-04-21 Karel Klíč <kklic@redhat.com>
6847 * files.el (backup-buffer): Handle SELinux context, and return it
6848 if a backup was made by renaming.
6849 (backup-buffer-copy): Set SELinux context to the target file.
6850 (basic-save-buffer): Set SELinux context of the newly written file.
6851 (basic-save-buffer-1): Now it also returns any SELinux context.
6852 (basic-save-buffer-2): Set SELinux context of the newly created file,
6854 * net/tramp.el (tramp-file-name-for-operation):
6855 Add file-selinux-context.
6857 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6859 Make the log-edit comments use RFC822 format throughout.
6861 * vc.el (vc-checkin, vc-modify-change-comment):
6862 Adjust to new vc-start/finish-logentry.
6863 (vc-find-conflicted-file): New command.
6864 (vc-transfer-file): Adjust to new vc-checkin.
6865 (vc-next-action): Improve scoping.
6867 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6868 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6870 * vc-git.el (vc-git-log-edit-mode): Remove.
6871 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6872 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6874 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6875 (vc-start-logentry): Remove argument `extra'.
6876 (vc-finish-logentry): Remove extra args.
6878 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6879 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6880 (vc-bzr-conflicted-files): New function.
6882 * log-edit.el (log-edit-extra-flags)
6883 (log-edit-before-checkin-process): Remove.
6884 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6885 (log-edit-headers-alist): New var.
6886 (log-edit-header-contents-regexp): New const.
6887 (log-edit-match-to-eoh): New function.
6888 (log-edit-font-lock-keywords): Use them.
6889 (log-edit): Insert a "Summary:" header as default.
6890 (log-edit-mode): Mark font-lock rules as case-insensitive.
6891 (log-edit-done): Cleanup headers.
6892 (log-view-process-buffer): Remove.
6893 (log-edit-extract-headers): New function to replace it.
6895 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
6897 * subr.el (default-direction-reversed): Remove obsolescence info.
6899 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6901 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6904 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6905 I.e. include text after point in the completion region.
6906 Also, return nil when we're not after/in a symbol.
6908 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6909 default enable-multibyte-characters.
6911 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6913 * international/mule.el: Help the user choose a valid coding-system.
6914 (read-buffer-file-coding-system): New function.
6915 (set-buffer-file-coding-system): Use it. Prompt the user if the
6916 coding-system cannot encode all the chars.
6918 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6919 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6920 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6921 Don't use *vc-bzr-shelve*.
6923 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
6925 Fix the version number for added files.
6926 * vc-hg.el (vc-hg-working-revision): Check if the file is
6927 registered after hg parent fails (Bug#5961).
6929 2010-04-19 Glenn Morris <rgm@gnu.org>
6931 * htmlfontify.el (htmlfontify-buffer)
6932 (htmlfontify-copy-and-link-dir): Autoload entry points.
6934 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
6936 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6937 name relative to the project root (Bug#5960).
6939 2010-04-19 Glenn Morris <rgm@gnu.org>
6941 * vc-git.el (vc-git-print-log): Doc fix.
6943 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
6945 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6947 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
6949 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6950 default settings (Bug#5928).
6952 2010-04-19 Glenn Morris <rgm@gnu.org>
6954 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6956 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6958 2010-04-19 Kenichi Handa <handa@m17n.org>
6960 * language/indian.el (malayalam-composable-pattern): Fix previous
6961 change (add U+0D4D "SIGN VIRAMA").
6962 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6963 (tamil-composable-pattern): Fix typo in the regexp.
6964 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6965 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6966 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6968 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6970 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6971 paragraph-separate (Bug#5821).
6973 2010-04-19 Juri Linkov <juri@jurta.org>
6975 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6977 * info.el (Info-find-node-2): Comment out code that skips
6979 (Info-mouse-follow-link): New command.
6980 (Info-link-keymap): New keymap.
6981 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6982 Return a string with links instead of inserting breadcrumbs
6984 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6985 Instead of putting the `invisible' text property over the Info
6986 header, make an overlay over the Info header with the `invisible'
6987 property and `after-string' set to the string returned by
6990 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6992 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6993 Reported by monkey@sandpframing.com.
6995 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6997 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6998 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6999 available in the "keyseq cache" any more.
7001 * custom.el (defcustom): Add edebug spec.
7003 2010-04-18 Juri Linkov <juri@jurta.org>
7005 Test for special mode-class in view-buffer instead of view-file (bug#5513).
7007 * view.el (view-file, view-buffer): Move test for special mode-class
7008 from view-file to view-buffer.
7010 * tar-mode.el (tar-extract): Turn if's into one cond
7011 like in arc-mode.el.
7013 2010-04-18 Juri Linkov <juri@jurta.org>
7015 Add 7z archive format support (bug#5475).
7017 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
7018 (archive-7z-extract): New defcustom.
7019 (archive-find-type): Add magic string for 7z.
7020 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
7021 If `stderr-file' is non-nil, use `(t stderr-file)' for the
7022 `buffer' arg of `call-process'.
7023 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
7024 call the function `archive-7z-extract' with the variable
7025 `archive-7z-extract' let-bound to `archive-zip-extract'.
7026 (archive-7z-summarize, archive-7z-extract): New functions.
7028 * international/mule.el (auto-coding-alist):
7029 * files.el (auto-mode-alist): Add 7z file extension.
7031 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7033 * loadup.el: Setup hash-cons for pure data.
7035 Fix duplicate entries in cedet's loaddefs.el files.
7036 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
7037 Should make most file-local generated-autoload-file unnecessary.
7038 (print-readably): Silence warnings.
7039 (autoload-find-destination): Take load-name as an arg to make sure
7040 it's the same as the one that will be in the file.
7041 (autoload-generate-file-autoloads): Adjust to above changes.
7042 Try to make the dataflow a bit simpler.
7044 * cvs-status.el (cvs-refontify): Remove unused.
7046 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
7048 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
7050 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
7051 twos-complement mode.
7053 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
7055 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7056 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
7057 (calc-inverse): Add "Option" to message, as appropriate.
7058 (calc-hyperbolic): Add "Option" to message, as appropriate.
7059 (calc-option, calc-is-option): New functions.
7061 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
7062 (calc-option-prefix-help): New function.
7064 * calc/calc-misc.el (calc-help): Add "Option" entry.
7066 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
7067 (calc-option-flag): New variable.
7068 (calc-do): Set `calc-option-flag to nil.
7069 (calc-set-mode-line): Add "Opt " as appropriate.
7071 2010-04-16 Juri Linkov <juri@jurta.org>
7073 Move scrolling commands from simple.el to window.el
7074 because their primitives are implemented in window.c.
7076 * simple.el (scroll-error-top-bottom)
7077 (scroll-up-command, scroll-down-command, scroll-up-line)
7078 (scroll-down-line, scroll-other-window-down)
7079 (beginning-of-buffer-other-window, end-of-buffer-other-window):
7080 * window.el (scroll-error-top-bottom)
7081 (scroll-up-command, scroll-down-command, scroll-up-line)
7082 (scroll-down-line, scroll-other-window-down)
7083 (beginning-of-buffer-other-window, end-of-buffer-other-window):
7084 Move from simple.el to window.el because their primitives are
7085 implemented in window.c.
7087 2010-04-16 Juri Linkov <juri@jurta.org>
7089 * isearch.el (isearch-lookup-scroll-key): Check both
7090 `isearch-scroll' and `scroll-command' properties.
7091 (scroll-up, scroll-down): Remove `isearch-scroll' property.
7093 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
7095 * simple.el (scroll-up-command, scroll-down-command)
7096 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
7098 2010-04-15 Juri Linkov <juri@jurta.org>
7100 * simple.el (scroll-up-command, scroll-down-command)
7101 (scroll-up-line, scroll-down-line): Put `scroll-command'
7102 property on the these symbols. Remove them from
7103 `scroll-preserve-screen-position-commands'.
7105 * mwheel.el (mwheel-scroll): Put `scroll-command' and
7106 `isearch-scroll' properties on the `mwheel-scroll' symbol.
7107 Remove it from `scroll-preserve-screen-position-commands'.
7109 * isearch.el (isearch-allow-scroll): Doc fix.
7111 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
7113 * net/tramp.el (tramp-error-with-buffer): Don't show the
7114 connection buffer when we are in completion mode.
7115 (tramp-file-name-handler): Catch the error for some operations
7116 when we are in completion mode. This gives the user the chance to
7117 correct the file name in the minibuffer.
7119 2010-04-15 Glenn Morris <rgm@gnu.org>
7121 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
7123 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
7125 Simplify by using `define-derived-mode'.
7126 * info.el (Info-mode):
7127 * calendar/todo-mode.el (todo-mode):
7128 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
7129 (gomoku-mode-map): Move initialization into declaration.
7131 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
7134 * ido.el (ido-file-name-all-completions-1):
7135 * minibuffer.el (minibuffer-completion-help):
7136 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
7138 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7140 * simple.el (non-essential): New var.
7142 Add a new field `location' to bookmarks for non-file bookmarks.
7143 * bookmark.el (bookmark-location): Use the new field, if present.
7144 (bookmark-insert-location): Undo last change, not needed any more.
7145 * man.el (Man-bookmark-make-record):
7146 * woman.el (woman-bookmark-make-record): Add `location' field.
7148 2010-04-14 Juri Linkov <juri@jurta.org>
7150 * simple.el (scroll-error-top-bottom): New defcustom.
7151 (scroll-up-command, scroll-down-command): Use it. Doc fix.
7153 * emulation/pc-select.el (pc-select-override-scroll-error):
7154 Obsolete in favor of `scroll-error-top-bottom'.
7156 2010-04-14 Juri Linkov <juri@jurta.org>
7158 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7159 `scroll-up-command' and `M-v' to `scroll-down-command'.
7161 * emulation/cua-rect.el (cua--init-rectangles):
7162 * forms.el (forms--change-commands):
7163 * image-mode.el (image-mode-map):
7164 Remap scroll-down-command and scroll-up-command
7165 in addition to scroll-down and scroll-up.
7167 2010-04-14 Juri Linkov <juri@jurta.org>
7169 * mwheel.el (scroll-preserve-screen-position-commands):
7170 Add mwheel-scroll to this list of commands.
7172 * simple.el (scroll-preserve-screen-position-commands):
7173 Add scroll-up-command, scroll-down-command, scroll-up-line,
7174 scroll-down-line to this list of commands.
7176 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7178 * obsolete/complete.el: Move from lisp/complete.el.
7180 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
7182 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
7183 to the minor mode function now turns the mode ON unconditionally.
7185 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7187 * vc-dir.el (vc-dir-kill-line): New command.
7188 (vc-dir-mode-map): Bind it to C-k.
7190 * bookmark.el (bookmark-insert-location): Handle a nil filename.
7192 * woman.el: Add bookmark declarations to silence the compiler.
7193 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
7194 step to compatibility between man and woman bookmarks.
7195 Adjust for Man-default-bookmark-title renaming.
7196 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
7198 * man.el: Add bookmark declarations to silence the compiler.
7199 (Man-name-local-regexp): Make it match NAME as well.
7200 (Man-getpage-in-background): Return the buffer.
7201 (Man-notify-when-ready): Use `case'.
7202 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
7203 Don't hardcode "NAME". Simplify.
7204 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
7205 Rename from Man-bookmark-make-record.
7206 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
7207 we have the actual man-args. Use Man-getpage-in-background rather
7208 than `man' since the arg is already processed. Let bookmark.el do the
7209 window handling. Only wait for the relevant process.
7210 Don't forget to autoload.
7212 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
7214 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7216 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
7218 (woman-mode): Setup bookmark support.
7220 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
7221 (man-bookmark-jump): New functions.
7222 (Man-mode): Setup bookmark support.
7224 2010-04-10 Jari Aalto <jari.aalto@cante.net>
7226 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
7227 recognize ssh-keygen prompt (Bug#2817).
7229 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
7231 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
7233 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
7235 Synchronize with Tramp repository.
7237 * net/tramp.el (tramp-completion-function-alist)
7238 (tramp-file-name-regexp, tramp-chunksize)
7239 (tramp-local-coding-commands, tramp-remote-coding-commands):
7241 (tramp-remote-process-environment): Use `format' instead of `concat'.
7242 (tramp-handle-directory-files-and-attributes)
7243 (tramp-get-remote-path): Use `copy-tree'.
7244 (tramp-handle-file-name-all-completions): Backward/ XEmacs
7245 compatibility: Use `completion-ignore-case' if
7246 `read-file-name-completion-ignore-case' does not exist.
7247 (tramp-do-copy-or-rename-file-directly): Do not use
7248 `tramp-handle-file-remote-p'.
7249 (tramp-do-copy-or-rename-file-out-of-band):
7250 Use `tramp-compat-delete-directory'.
7251 (tramp-do-copy-or-rename-file-out-of-band)
7252 (tramp-compute-multi-hops, tramp-maybe-open-connection):
7253 Use `format-spec-make'.
7254 (tramp-find-foreign-file-name-handler)
7255 (tramp-advice-make-auto-save-file-name)
7256 (tramp-set-auto-save-file-modes): Remove superfluous check for
7257 `stringp'. This is done inside `tramp-tramp-file-p'.
7258 (tramp-debug-outline-regexp): New defconst.
7259 (tramp-get-debug-buffer): Use it.
7260 (tramp-check-for-regexp): Use (forward-line 1).
7261 (tramp-set-auto-save-file-modes): Adapt version check.
7263 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7264 Wrap call of `featurep' for 2nd argument.
7265 (tramp-compat-make-temp-file): Simplify fallback implementation.
7266 (tramp-compat-copy-tree): Remove function.
7267 (tramp-compat-delete-directory): Provide implementation for older
7270 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7271 Do not use `tramp-fish-handle-file-attributes.
7273 * net/trampver.el: Update release number.
7275 2010-04-10 Glenn Morris <rgm@gnu.org>
7277 * progmodes/compile.el (compilation-save-buffers-predicate):
7278 Add missing :version tag.
7280 2010-04-09 Sam Steingold <sds@gnu.org>
7282 * progmodes/compile.el (compilation-save-buffers-predicate):
7283 Remove the "autoload" cookie.
7285 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
7286 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
7287 and `bug-reference-prog-mode' can be used in hooks directly.
7289 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7291 Add --author support to git commit.
7292 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
7293 (vc-git-log-edit-mode): New minor mode.
7294 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
7297 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
7299 * vc-hooks.el, vc-git.el: Improve documentation comments.
7301 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7303 Fix some of the problems in defsubst* (bug#5728).
7304 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
7305 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
7307 2010-04-07 Sam Steingold <sds@gnu.org>
7309 * progmodes/compile.el (compilation-save-buffers-predicate):
7310 New custom variable.
7311 (compile, recompile): Pass it to `save-some-buffers'.
7313 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
7315 * wid-edit.el (widget-choose): Move cursor to the second line of
7316 the buffer (Bug#5695).
7318 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7320 Add new VC methods: vc-log-incoming and vc-log-outgoing.
7321 * vc.el (vc-print-log-setup-buttons): New function split out from
7322 vc-print-log-internal.
7323 (vc-log-internal-common): New function, a parametrized version of
7324 vc-print-log-internal.
7325 (vc-print-log-internal): Just call vc-log-internal-common with the
7327 (vc-incoming-outgoing-internal):
7328 (vc-log-incoming, vc-log-outgoing): New functions.
7329 (vc-log-view-type): New permanent local variable.
7331 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
7333 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
7334 of the dynamic bound vc-short-log.
7335 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
7337 * vc-git.el (vc-git-log-outgoing): New function.
7338 (vc-git-log-view-mode): Use vc-log-view-type instead
7339 of the dynamic bound vc-short-log.
7341 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
7342 of the dynamic bound vc-short-log. Highlight the tag.
7343 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
7344 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
7345 (vc-hg-incoming-mode): Remove.
7346 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
7348 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7350 Fix default-directory for vc-root-diff.
7351 * vc.el (vc-root-diff): Bind default-directory to the root
7352 directory for the diff command.
7354 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
7356 * progmodes/verilog-mode.el (verilog-forward-sexp):
7357 (verilog-calc-1): Support "disable fork" and "fork wait" multi
7358 word keywords, suggested by Steve Pearlmutter.
7359 (verilog-pretty-declarations): Support lineup of declarations in
7361 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
7362 fix bug for /* / comments.
7363 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
7364 Speed up and simplfy as this is never called with a bound.
7365 (verilog-pretty-declarations): Enhance to line up declarations
7366 inside a parameter list, suggested by Alan Morgan.
7367 (verilog-pretty-expr): Tune assignment regular expression match
7368 string for corner cases; also use markers instead of character
7369 number as indent changes the later.
7371 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
7373 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
7375 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
7376 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
7377 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
7378 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
7381 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
7382 1800-2009 keywords, including "global.".
7384 2010-04-06 John Wiegley <jwiegley@gmail.com>
7386 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
7387 appearing in buffer list (if a live buffer name matched a recentf
7388 file basename). Should use uniquify to offer a real solution.
7390 2010-04-06 John Wiegley <jwiegley@gmail.com>
7392 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
7393 comment to code, and add a :version tag.
7394 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
7396 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
7398 Enable recentf-mode if using virtual buffers.
7399 * ido.el (recentf-list): Declare for byte-compiler.
7400 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
7401 (ido-make-buffer-list): Simplify.
7402 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
7404 2010-04-05 Juri Linkov <juri@jurta.org>
7406 Scrolling commands which scroll a line instead of full screen.
7407 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7409 * simple.el (scroll-up-line, scroll-down-line): New commands.
7410 Put property isearch-scroll=t on them.
7412 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
7415 2010-04-05 Juri Linkov <juri@jurta.org>
7417 Scrolling commands which do not signal errors at top/bottom.
7418 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7420 * simple.el (scroll-up-command, scroll-down-command): New commands.
7421 Put property isearch-scroll=t on them.
7423 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
7424 `scroll-down-command' and [next] from `scroll-up' to
7425 `scroll-up-command'.
7427 * emulation/cua-base.el: Put property CUA=move on
7428 `scroll-up-command' and `scroll-down-command'.
7429 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
7430 and `scroll-down-command' to `cua-scroll-down'.
7432 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
7434 * help.el (describe-mode): Return nil.
7436 2010-04-04 John Wiegley <jwiegley@gmail.com>
7438 * ido.el (ido-use-virtual-buffers): New variable to indicate
7439 whether "virtual buffer" support is enabled for IDO.
7440 (ido-virtual): Face used to indicate virtual buffers in the list.
7441 (ido-buffer-internal): If a buffer is chosen, and no such buffer
7442 exists, but a virtual buffer of that name does (which would be why
7443 it was in the list), recreate the buffer by reopening the file.
7444 (ido-make-buffer-list): If virtual buffers are being used, call
7445 `ido-add-virtual-buffers-to-list' before the make list hook.
7446 (ido-virtual-buffers): New variable which contains a copy of the
7447 current contents of the `recentf-list', albeit pared down for the
7448 sake of speed, and with proper faces applied.
7449 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
7450 create a list of "virtual buffers" to present to the user in
7451 addition to the currently open set. Note that this logic could
7452 get rather slow if that list is too large. With the default
7453 `recentf-max-saved-items' of 200, there is little speed penalty.
7455 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7457 * font-lock.el: Require CL when compiling.
7458 (font-lock-turn-on-thing-lock): Use `case'.
7460 2010-04-03 Eli Zaretskii <eliz@gnu.org>
7462 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
7465 2010-04-02 Juri Linkov <juri@jurta.org>
7467 * ehelp.el (electric-help-orig-major-mode):
7468 New buffer-local variable.
7469 (electric-help-mode): Set it to original major-mode. Doc fix.
7470 (with-electric-help): Use `electric-help-orig-major-mode' instead
7471 of (default-value 'major-mode). Doc fix.
7472 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
7474 2010-04-02 Sam Steingold <sds@gnu.org>
7476 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
7477 `vc-hg-command' with a list of flags.
7479 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7480 Also accept "patch" and "RFE".
7481 (bug-reference-fontify): `bug-reference-url-format' can also be a
7482 function to be able to handle the bug kind.
7483 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
7485 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
7487 * tmm.el (tmm-get-keymap): Check with symbolp before passing
7488 value to fboundp, it may not be a symbol.
7490 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7492 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
7494 2010-03-31 Juri Linkov <juri@jurta.org>
7496 * simple.el (next-line, previous-line): Re-throw a signal
7497 with `signal' instead of using `ding'.
7498 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
7500 2010-03-31 Juri Linkov <juri@jurta.org>
7502 * simple.el (keyboard-escape-quit): Raise deselecting the active
7503 region higher than exiting the minibuffer.
7504 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
7506 2010-03-31 Juri Linkov <juri@jurta.org>
7508 * image.el (image-animated-p): Use `image-metadata' instead of
7509 `image-extension-data'. Get GIF extenstion data from metadata
7510 property `extension-data'.
7512 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7514 * simple.el (append-to-buffer): Simplify.
7516 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
7518 * textmodes/artist.el (artist-mode): Fix typo in docstring.
7519 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
7521 2010-03-31 Kenichi Handa <handa@m17n.org>
7523 * language/sinhala.el (composition-function-table): Fix regexp for
7524 the new Unicode specification.
7526 * language/indian.el (devanagari-composable-pattern)
7527 (tamil-composable-pattern, kannada-composable-pattern)
7528 (malayalam-composable-pattern): Adjust for the new Unicode
7530 (bengali-composable-pattern, gurmukhi-composable-pattern)
7531 (gujarati-composable-pattern, oriya-composable-pattern)
7532 (telugu-composable-pattern): New variables to cope with the new
7533 Unicode specification. Use them in composition-function-table.
7535 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7537 Make tmm-menubar work for the Buffers menu again (bug#5726).
7538 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7539 vectors rather than cons cells, as used in menu-bar-update-buffers.
7541 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7543 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7544 (js-insert-and-indent): Revert 2009-08-15 change, restoring
7545 electric punctuation for "{}();,:" (Bug#5586).
7547 * mail/sendmail.el (mail-default-directory): Doc fix.
7549 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7551 * mail/sendmail.el (mail-default-directory): Doc fix.
7553 2010-03-31 Eli Zaretskii <eliz@gnu.org>
7555 * subr.el (version-regexp-alist, version-to-list)
7556 (version-list-<, version-list-=, version-list-<=)
7557 (version-list-not-zero, version<, version<=, version=): Doc fix.
7560 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
7562 * vc.el (vc-root-diff): Doc fix.
7564 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7566 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7568 * simple.el (append-to-buffer): Fix last change.
7570 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7572 * simple.el (append-to-buffer): Ensure that point is preserved if
7573 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
7576 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7578 * files.el (auto-mode-case-fold): Change default to t.
7580 2010-03-30 Juri Linkov <juri@jurta.org>
7582 * dired-x.el (dired-omit-mode): Doc fix.
7584 2010-03-30 Juri Linkov <juri@jurta.org>
7586 * replace.el (occur-accumulate-lines): Move occur-engine related
7587 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7588 to be located after `occur-engine'.
7590 2010-03-30 Juri Linkov <juri@jurta.org>
7592 Make occur handle multi-line matches cleanly with context.
7593 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7595 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7596 (occur-engine): Add local variables `ret', `prev-after-lines',
7597 `prev-lines'. Use more arguments for `occur-context-lines'.
7598 Set first elem of its returned list to `data', and the second elem
7599 to `prev-after-lines'. Don't print the separator line.
7600 In the end, print remaining context after-lines.
7601 (occur-context-lines): Add new arguments `begpt', `endpt',
7602 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
7603 after-lines of the previous match with before-lines of the
7604 current match and not overlap them. Return a list with two
7605 values: the output line and the list of context after-lines.
7607 2010-03-30 Juri Linkov <juri@jurta.org>
7609 * replace.el (occur-accumulate-lines): Fix a bug where the first
7610 context line at the beginning of the buffer was missing.
7612 2010-03-30 Eli Zaretskii <eliz@gnu.org>
7614 * files.el: Make bidi-display-reordering safe variable for boolean
7617 2010-03-29 Phil Hagelberg <phil@evri.com>
7618 Chong Yidong <cyd@stupidchicken.com>
7620 * subr.el: Extend progress reporters to perform "spinning".
7621 (progress-reporter-update, progress-reporter-do-update):
7622 Handle non-numeric value arguments.
7623 (progress-reporter--pulse-characters): New var.
7625 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
7627 * progmodes/compile.el (compilation-start): Fix regexp detection
7628 of initial cd command (Bug#5771).
7630 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
7632 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7634 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
7636 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
7637 * progmodes/gdb-mi.el: Restore.
7638 * progmodes/gdb-ui.el: Remove.
7639 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
7641 2010-03-25 Glenn Morris <rgm@gnu.org>
7643 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7644 all dired buffers, even tramp ones. (Bug#5755)
7646 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7648 Add "union tags" in mpc.el.
7649 * mpc.el: Remove backward compatibility code.
7650 (mpc-browser-tags): Change default.
7651 (mpc--find-memoize-union-tags): New var.
7652 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7653 (mpc-cmd-find): Handle the case where the playlist does not exist.
7655 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
7656 (mpc-cmd-add): Use mpc-cmd-flush.
7657 (mpc-tagbrowser-tag-name): New fun.
7658 (mpc-tagbrowser-buf): Use it.
7659 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
7661 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7664 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7665 Use replace-regexp-in-string.
7666 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7667 (makefile-imake-mode-syntax-table): Move init into defvar.
7668 (makefile-mode): Use define-derived-mode.
7670 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7671 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7672 not be present any more.
7674 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7676 * faces.el (set-face-attribute): Fix typo in docstring.
7677 (face-valid-attribute-values): Reflow docstring.
7679 2010-03-24 Glenn Morris <rgm@gnu.org>
7681 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
7683 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
7685 * indent.el (indent-for-tab-command): Doc fix.
7687 2010-03-24 Alan Mackenzie <acm@muc.de>
7689 * progmodes/cc-engine.el (c-remove-stale-state-cache):
7690 Fix off-by-one error. Fixes bug #5747.
7692 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7694 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7695 (image-dired-read-comment): Doc fix.
7697 * json.el (json-object-type, json-array-type, json-key-type)
7698 (json-false, json-null, json-read-number):
7699 * minibuffer.el (completion-in-region-functions):
7700 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7701 (cal-tex-cursor-week):
7702 * emacs-lisp/trace.el (trace-function):
7703 * eshell/em-basic.el (eshell/printnl):
7704 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7705 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7706 * obsolete/levents.el (allocate-event, event-key, event-object)
7707 (event-point, event-process, event-timestamp, event-to-character)
7708 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7709 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7710 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7711 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7712 (reftex-highlight-selection): Fix typos in docstrings.
7714 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7716 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7718 2010-03-24 Glenn Morris <rgm@gnu.org>
7720 * mail/rmail.el (rmail-highlight-face): Restore option deleted
7721 2008-02-13 without comment; mark it obsolete.
7722 (rmail-highlight-headers): Use rmail-highlight-face once more.
7724 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
7726 * woman.el (woman2-process-escapes): Only consume the newline if
7727 the filler character is on a line by itself (Bug#5729).
7729 2010-03-24 Kenichi Handa <handa@m17n.org>
7731 * language/indian.el (devanagari-composable-pattern): Add more
7734 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
7736 * net/trampver.el: Update release number.
7738 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
7740 * net/tramp.el (tramp-find-executable):
7741 Use `tramp-get-connection-buffer'. Make the regexp for checking
7742 output of "wc -l" more robust.
7743 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7744 (tramp-open-connection-setup-interactive-shell): Remove workaround
7745 for OpenSolaris bug, it is not needed anymore.
7747 2010-03-24 Glenn Morris <rgm@gnu.org>
7749 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
7751 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
7753 * files.el (auto-mode-alist): Accept more verilog file patterns.
7755 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7757 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7759 2010-03-24 Glenn Morris <rgm@gnu.org>
7761 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7762 log-edit-before-checkin-process.
7764 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7766 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7768 * vc-dispatcher.el (vc-start-logentry): Doc fix.
7769 (log-view-process-buffer, log-edit-extra-flags): Declare.
7771 * log-edit.el (log-edit-before-checkin-process): Doc fix.
7773 2010-03-23 Sam Steingold <sds@gnu.org>
7775 Fix bug#5620: recalculate all markers on compilation buffer
7776 modifications, not on file modifications.
7777 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7778 the buffer modification time, for buffers not associated with files.
7779 (compilation-mode): Create it.
7780 (compilation-filter): Update it.
7781 (compilation-next-error-function): Use it instead of
7782 `visited-file-modtime' for timestamp.
7784 2010-03-23 Juri Linkov <juri@jurta.org>
7786 Implement Occur multi-line matches.
7787 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7789 * replace.el (occur): Doc fix.
7790 (occur-engine): Set `begpt' to the beginning of the first line.
7791 Set `endpt' to the end of the last match line. At first, count
7792 line numbers between `origpt' and `begpt'. Split out code from
7793 `out-line' variable to new let-bindings `match-prefix' and
7794 `match-str'. In `out-line' add non-numeric prefix to all
7795 non-first lines of multi-line matches. Finally, count lines
7796 between `begpt' and `endpt' and add to `lines'.
7798 2010-03-23 Juri Linkov <juri@jurta.org>
7800 * replace.el (occur-accumulate-lines, occur-engine):
7801 Use `occur-engine-line' instead of duplicate code.
7802 (occur-engine-line): New function created from duplicate code
7803 in `occur-accumulate-lines' and `occur-engine'.
7805 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7806 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7808 2010-03-23 Juri Linkov <juri@jurta.org>
7810 * finder.el: Remove TODO tasks.
7812 * info.el (Info-finder-find-node): Add node "all"
7813 with all package info. Handle a list of multiple keywords
7815 (info-finder): In interactive use with a prefix argument,
7816 use `completing-read-multiple' to read a list of keywords
7819 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7821 Add a new completion style `substring'.
7822 * minibuffer.el (completion-basic--pattern): New function.
7823 (completion-basic-try-completion, completion-basic-all-completions):
7825 (completion-substring--all-completions)
7826 (completion-substring-try-completion)
7827 (completion-substring-all-completions): New functions.
7828 (completion-styles-alist): New style `substring'.
7830 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7832 Get rid of .elc files after removal of the corresponding .el.
7833 * Makefile.in (compile-clean): New target.
7834 (compile-main): Use it.
7836 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7838 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7839 don't do make there. When compiling with separate object dir, there
7840 is no Makefile there.
7842 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7844 Get rid of the ELCFILES abomination, again.
7845 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7846 (all, compile): Don't call compile-last.
7847 (compile-main): Build the "elcfiles" list dynamically.
7848 (compile-targets): New (internal) target.
7850 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7852 * Makefile.in (top_srcdir): Define.
7853 (abs_top_builddir): Define.
7854 (srcdir): Don't append `/..'.
7855 (EMACS): Use ${abs_top_builddir}.
7856 (all, compile, compile-always, compile-last): Don't set emacswd.
7857 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7859 (lisp): Use $(srcdir) instead of @srcdir@.
7861 2010-03-21 Juri Linkov <juri@jurta.org>
7863 Fix message of multi-line occur regexps and multi-buffer header lines.
7864 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7866 * replace.el (occur-1): Don't display regexp if it is longer
7867 than window-width. Use `query-replace-descr' to display regexp.
7868 (occur-engine): Don't display regexp in the buffer header for
7869 multi-buffer occur. Display a separate header line with total
7870 match count and regexp for multi-buffer occur.
7871 Use `query-replace-descr' to display regexp.
7873 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7875 * net/secrets.el: Fix parenthesis.
7876 (secrets-enabled): Fix parenthesis.
7878 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7880 Use more relative file and directory names.
7881 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7882 (setwins, setwins_almost, setwins_for_subdirs):
7883 Don't `cd'; output relative names.
7884 (all, compile, compile-always, compile-last): Set emacswd.
7885 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7886 Just cd to the lisp source dir so we can use relative file names.
7888 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7890 2010-03-20 Glenn Morris <rgm@gnu.org>
7892 * textmodes/rst.el: Use faces for font-lock customization, and make the
7893 old -face variables obsolete.
7894 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7895 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7896 (rst-block-face, rst-external-face, rst-definition-face)
7897 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7898 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7900 (rst-font-lock-keywords-function): Update for above changes.
7902 2010-03-20 Juri Linkov <juri@jurta.org>
7905 * obsolete/s-region.el: Move to obsolete.
7907 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
7909 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7911 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7913 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7915 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7917 Add special markup processing for commit logs.
7918 * log-edit.el (log-edit-extra-flags): New variable.
7919 (log-edit): Add new argument MODE. Use that mode when non-nil
7920 instead of the log-view-mode.
7921 (log-view-process-buffer): New function.
7923 * vc.el: Document that the checkin method takes optional
7924 arguments. Document new backend specific method: log-view-mode.
7925 (vc-default-log-edit-mode): New function.
7926 (vc-checkin): Use a backend specific log-view-mode.
7927 Pass extra arguments to the checkin method.
7928 (vc-modify-change-comment): Pass a dummy extra argument.
7930 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7932 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7933 (vc-finish-logentry): Process the log buffer before passing it
7934 down. Pass log-edit-extra-flags.
7936 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7938 (log-edit-extra-flags, log-edit-before-checkin-process):
7941 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7943 (log-edit-extra-flags, log-edit-before-checkin-process):
7945 (vc-hg-log-edit-mode): New derived mode.
7947 * vc-arch.el (vc-arch-checkin):
7948 * vc-cvs.el (vc-cvs-checkin):
7949 * vc-git.el (vc-git-checkin):
7950 * vc-mtn.el (vc-mtn-checkin):
7951 * vc-rcs.el (vc-rcs-checkin):
7952 * vc-sccs.el (vc-sccs-checkin):
7953 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7955 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7957 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7960 2010-03-19 Glenn Morris <rgm@gnu.org>
7962 * password-cache.el (password-cache, password-cache-expiry): Autoload.
7964 2010-03-18 Glenn Morris <rgm@gnu.org>
7966 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7968 * replace.el (query-replace-history): Give it a doc string.
7969 (map-query-replace-regexp): Use query-replace-from-history-variable
7970 and query-replace-to-history-variable.
7972 * mail/hashcash.el (declare-function): Remove duplicate definition.
7974 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7975 Make it an obsolete alias for report-emacs-bug-address.
7976 (message-strip-special-text-properties): Declare.
7977 (report-emacs-bug): Remove test for a pretest bug address.
7978 Combine message-mode-specific code.
7980 * mail/supercite.el: Don't require sendmail.
7981 (mh-in-header-p): Declare rather than using with-no-warnings.
7982 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7983 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7985 * calendar/cal-french.el: Convert to utf-8.
7987 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7990 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7992 * net/secrets.el (secrets-enabled): New variable. Use it instead
7995 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7997 * net/secrets.el (top): Register the D-Bus signals only when the
7998 service "org.freedesktop.secrets" can be pinged.
7999 Provide subfeature `enabled'.
8001 2010-03-14 Juri Linkov <juri@jurta.org>
8003 Add finder unknown keywords.
8005 * finder.el (finder-unknown-keywords): New function.
8007 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
8008 to create a Finder node with unknown keywords.
8010 2010-03-14 Juri Linkov <juri@jurta.org>
8012 * finder.el (finder-compile-keywords): Replace `princ' with
8013 `prin1' on a list of symbols interned from keyword strings.
8015 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
8016 a comma, then split keywords using a comma and optional whitespace.
8017 Otherwise, split by whitespace.
8025 * progmodes/mixal-mode.el: Fix keywords.
8027 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
8029 * Makefile.in (ELCFILES): Add net/secrets.elc.
8031 * net/secrets.el: New file.
8033 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
8035 * facemenu.el (list-colors-display, list-colors-print): New arg
8036 callback. Use it to allow selecting colors.
8038 * wid-edit.el (widget-image-insert): Insert image prop even if the
8039 current display is non-graphic.
8040 (widget-field-value-set): New fun.
8041 (editable-field): Use it.
8042 (widget-field-value-get): Clean up unused var.
8043 (widget-color-value-create, widget-color--choose-action):
8044 New funs. Allow using list-colors-display to choose color.
8046 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
8048 * cus-edit.el: Resort topmost custom groups.
8049 (custom-buffer-sort-alphabetically): Default to t.
8050 (customize-apropos): Use apropos-parse-pattern.
8051 (custom-search-field): New var.
8052 (custom-buffer-create-internal): Add custom-apropos search field.
8053 (custom-add-parent-links): Don't display parent doc.
8054 (custom-group-value-create): Don't sort top-level custom group.
8055 (custom-magic-value-create): Show visibility button before option name.
8057 (custom-variable-state): New fun, from custom-variable-state-set.
8058 (custom-variable-state-set): Use it.
8059 (custom-group-value-create): Hide options with standard values
8060 using the :hidden-states property. Use progress reporter.
8062 (custom-show): Simplify.
8063 (custom-visibility): Disable images by default.
8064 (custom-variable): New property :hidden-states.
8065 (custom-variable-value-create): Enable images for
8066 custom-visibility widgets. Use :hidden-states property to
8067 determine initial visibility.
8069 * wid-edit.el (widget-image-find): Give images center ascent.
8070 (visibility): Add :on-image and :off-image properties.
8071 (widget-visibility-value-create): Use them.
8073 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
8075 * cus-edit.el (processes): Remove from development group.
8076 (oop, hypermedia): Delete group.
8077 (comm): Promote to top-level group.
8079 * net/browse-url.el (browse-url):
8080 * net/xesam.el (xesam):
8081 * net/tramp.el (tramp):
8082 * net/goto-addr.el (goto-address):
8083 * net/ange-ftp.el (ange-ftp): Put in comm group.
8085 * view.el (view): Remove from editing group.
8087 * uniquify.el (uniquify): Put in files group.
8089 * net/browse-url.el (browse-url):
8090 * ps-print.el (postscript): Put in external group.
8092 * cus-edit.el (outlines):
8093 * textmodes/text-mode.el (text-mode-hook):
8094 * textmodes/table.el (table):
8095 * textmodes/picture.el (picture):
8096 * outline.el (outlines): Put in wp group.
8098 * nxml/nxml-mode.el (nxml): Remove from wp group.
8100 * net/tramp-imap.el (tramp-imap): Put in tramp group.
8102 * mail/metamail.el (metamail): Remove from hypermedia group.
8104 * cus-edit.el (abbrev):
8105 * whitespace.el (whitespace):
8106 * vcursor.el (vcursor):
8107 * reveal.el (reveal):
8108 * hl-line.el (hl-line): Put in convenience group.
8110 * epg-config.el (epg): Put in data group.
8112 * emulation/pc-select.el (pc-select): Put in emulations group.
8114 * calculator.el (calculator): Put in applications group.
8116 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8118 Add .dir-locals.el support for file-less buffers.
8119 * files.el (hack-local-variables): Split out code to apply local
8120 variable settings ...
8121 (hack-local-variables-apply): ... here. New function.
8122 (hack-dir-local-variables): Use the default directory for when the
8123 buffer does not have an associated file.
8124 (hack-dir-local-variables-non-file-buffer): New function.
8125 * diff-mode.el (diff-mode):
8126 * vc-annotate.el (vc-annotate-mode):
8127 * vc-dir.el (vc-dir-mode):
8128 * log-edit.el (log-edit-mode):
8129 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
8131 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8133 Add support for shelving snapshots and for showing shelves.
8134 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
8135 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
8137 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8138 (vc-bzr-extra-menu-map): Map them.
8140 2010-03-11 Glenn Morris <rgm@gnu.org>
8142 * cus-edit.el (customize-changed-options-previous-release):
8145 * image.el (image-animate-max-time): Fix :version tag.
8147 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
8151 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8153 * vc-git.el (vc-git-revision-table): Include remote branches.
8155 2010-03-10 Kim F. Storm <storm@cua.dk>
8158 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8160 * image.el (image-animate-max-time): New defcustom.
8161 (image-animated-types): New defconst.
8162 (create-animated-image, image-animate-timer)
8163 (image-animate-start, image-animate-stop, image-animate-timeout)
8164 (image-animated-p): New functions.
8166 * image-mode.el (image-toggle-display-image):
8167 Replace `create-image' with `create-animated-image'.
8169 2010-03-09 Miles Bader <miles@gnu.org>
8171 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8172 instead of "format:"; this ensures that the output is
8175 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
8177 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
8178 that all errors are caught, and that the return value is always a
8181 2010-03-08 Kenichi Handa <handa@m17n.org>
8183 * language/misc-lang.el (windows-1256): New coding system.
8184 (cp1256): New alias of windows-1256 (bug#5690).
8186 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
8188 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
8189 call to rfc822-bad-address. (Bug#5692)
8191 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
8193 * vc-git.el (vc-git-annotate-extract-revision-at-line):
8194 Use vc-git-root as default directory for revision path (Bug#5657).
8196 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
8198 * calculator.el (calculator): Don't bind split-window-keep-point
8201 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8203 * vc-git.el: Re-flow to fit into 80 columns.
8204 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
8205 Remove spurious `quote' element in each case alternative.
8206 (vc-git-show-log-entry): Use prog1.
8207 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8209 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8211 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
8213 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
8215 * macros.el (insert-kbd-macro): Look up keyboard macro using the
8216 definition, not the name (Bug#5481).
8218 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
8220 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
8221 argument with a local variable. (Bug#5670)
8223 2010-03-02 Juri Linkov <juri@jurta.org>
8225 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
8227 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
8229 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
8230 error when FILENAME and NEWNAME are existing remote directories.
8232 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
8235 2010-03-02 Glenn Morris <rgm@gnu.org>
8237 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
8238 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
8240 2010-03-01 Kenichi Handa <handa@m17n.org>
8242 * language/burmese.el (burmese-composable-pattern): Rename from
8243 myanmar-composable-pattern.
8245 * international/characters.el (script-list):
8246 * international/fontset.el (script-representative-chars):
8247 Change myanmar to burmese.
8248 (otf-script-alist): Likewise.
8249 (setup-default-fontset): Likewise. Re-fix :otf spec.
8251 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8253 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
8255 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
8257 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8259 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
8261 * net/tramp.el (tramp-handle-write-region): START can be a string.
8262 Take care in the checks. Reported by Dan Davison
8263 <davison@stats.ox.ac.uk>.
8265 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
8267 * net/dbus.el (dbus-introspect, dbus-get-property)
8268 (dbus-set-property, dbus-get-all-properties):
8269 Use `dbus-call-method' when noninteractive. (Bug#5645)
8271 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
8273 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8274 * emacs-lisp/elint.el (elint-add-required-env):
8275 * calendar/icalendar.el (icalendar--add-diary-entry):
8276 * calc/calcalg2.el (math-tracing-integral):
8277 * files.el (recover-session-finish): Use with-current-buffer
8278 instead of save-excursion.
8280 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8282 Fix in-buffer completion when after-change-functions modify the buffer.
8283 * minibuffer.el (completion--replace): New function.
8284 (completion--do-completion): Use it and use relative movement.
8286 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
8288 * international/fontset.el (setup-default-fontset): Fix :otf spec.
8290 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
8292 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
8293 Allow the characters _<> in the stack entry (Bug#5653).
8295 2010-02-26 Kenichi Handa <handa@m17n.org>
8297 * language/burmese.el: Fix entries in composition-function-table.
8298 (myanmar-composable-pattern): New variable.
8300 * international/fontset.el (setup-default-fontset): Add an entry
8303 * international/characters.el (script-list): Add Myanmar
8306 2010-02-26 Glenn Morris <rgm@gnu.org>
8308 * custom.el (custom-initialize-delay): Doc fix.
8310 * mail/sendmail.el (send-mail-function): Autoload the call
8311 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
8313 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
8315 * files.el (hack-local-variables-filter): For eval forms, also
8316 check safe-local-variable-p (Bug#5636).
8318 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
8320 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
8321 setting the modes by `ignore-errors'. It might fail, for example
8322 if the file is not owned by the user but the group.
8323 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
8325 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
8327 * files.el (directory-listing-before-filename-regexp): Use
8328 stricter matching for iso-style dates, to avoid false matches with
8329 date-like filenames (Bug#5597).
8331 * htmlfontify.el (htmlfontify): Doc fix.
8333 * eshell/eshell.el (eshell): Doc fix.
8335 * startup.el (fancy-about-screen): In mode-line, apply
8336 mode-line-buffer-id face only to the buffer name (Bug#5613).
8338 2010-02-20 Kevin Ryde <user42@zip.com.au>
8340 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8341 In `watcom' anchor regexp to start of line, to avoid slowness
8344 2010-02-20 Eli Zaretskii <eliz@gnu.org>
8346 * subr.el (remove-yank-excluded-properties): Explain in a comment
8347 why `category' property is removed.
8349 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
8351 * isearch.el (isearch-update-post-hook, isearch-update): Revert
8354 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
8356 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
8357 (icalendar--convert-weekly-to-ical)
8358 (icalendar--convert-yearly-to-ical)
8359 (icalendar--convert-block-to-ical)
8360 (icalendar--convert-cyclic-to-ical)
8361 (icalendar--convert-anniversary-to-ical): Take care of time
8362 specifications where hour has 1-digit only (Bug#5549).
8364 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
8366 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
8367 of disassemble output in GDB 7.1.
8369 2010-02-19 Glenn Morris <rgm@gnu.org>
8371 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
8372 property. (Bug#5593)
8374 2010-02-18 Sam Steingold <sds@gnu.org>
8376 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8378 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8380 Use abbreviated file names in bookmarks (bug#5591).
8381 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
8382 calls to expand-file-name.
8383 (bookmark-relocate): Use abbreviated file names in bookmarks.
8384 (bookmark-load): Use abbreviated file names in messages.
8386 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
8388 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
8389 expand "." and "..". Reported by Thierry Volpiatto
8390 <thierry.volpiatto@gmail.com>.
8392 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
8394 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
8395 permissions of the temporary file to "0600". In case the remote
8396 file has no read permissions for the owner, there might be
8397 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
8399 22010-02-18 Glenn Morris <rgm@gnu.org>
8401 * emacs-lisp/authors.el (authors-renamed-files-alist):
8402 Add entries for INSTALL.CVS.
8404 2010-02-17 Mark A. Hershberger <mah@everybody.org>
8406 * vc-bzr.el: Fix typo in Known Bugs section.
8408 * isearch.el (isearch-update-post-hook): New hook.
8409 (isearch-update): Use the new hook.
8411 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
8413 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8414 Fix errors in copying directories.
8415 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
8416 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
8417 (tramp-handle-delete-file)
8418 (tramp-handle-dired-recursive-delete-directory)
8419 (tramp-handle-write-region): Flush also the cache for the upper
8422 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
8424 * simple.el (save-interprogram-paste-before-kill): Doc fix.
8426 * cus-edit.el (hardware): Doc fix.
8428 * man.el (man): Add to external custom group.
8430 * delim-col.el (columns): Move to wp custom group.
8432 * doc-view.el (doc-view): Add to data custom group.
8434 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
8436 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
8437 by ispell-parse-output (Bug#5575).
8439 2010-02-16 Kenichi Handa <handa@m17n.org>
8441 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
8442 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
8443 (skkdic-convert): Use `euc-japan' coding system for writing.
8445 2010-02-16 Glenn Morris <rgm@gnu.org>
8447 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
8448 tex-main-file before using it. (Bug#5562)
8450 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
8452 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
8453 warnings, since it is annoying for the user to see them each time he
8456 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
8458 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
8459 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
8460 instead of PROC for caching "first-password-request". Otherwise,
8461 new processes would not profit from passwords already entered.
8463 * net/tramp-cache.el (tramp-dump-connection-properties):
8464 Don't save "first-password-request" property.
8466 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
8468 * outline.el (outline-head-from-level):
8469 * simple.el (with-wrapper-hook):
8470 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
8471 (elint-defun, elint-buffer-env, elint-top-form-logged)
8472 (elint-unbound-variable):
8473 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
8474 Fix typos in docstrings.
8476 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
8478 * files.el (insert-directory): When WILDCARD-REGEXP and
8479 FULL-DIRECTORY-P are nil, insert the file entry instead of the
8480 whole directory. (Bug#5551)
8482 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
8483 dired's alignment sanity. (Bug#5516)
8485 2010-02-14 Juri Linkov <juri@jurta.org>
8487 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
8488 Remove remaining ^H with their preceding chars. (Bug#5566)
8490 2010-02-13 Glenn Morris <rgm@gnu.org>
8492 * simple.el (transpose-subr): Give it a doc-string.
8494 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
8497 2010-02-12 Juri Linkov <juri@jurta.org>
8499 * arc-mode.el (archive-unique-fname): Make directories for nested
8500 archives. (Bug#5540)
8502 2010-02-12 Juri Linkov <juri@jurta.org>
8504 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
8506 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8508 * subr.el (copy-overlay): Handle deleted overlays.
8510 * man.el (Man-completion-table): Don't signal an error if we can't run
8511 manual-program (bug#4056).
8513 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
8515 * textmodes/artist.el (artist-mt): Fix typos in docstring.
8517 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8519 * info.el (Info-bookmark-jump): Simplify.
8521 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8522 (bookmark-default-handler): Accept new bookmark field `buffer'.
8524 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
8526 * iswitchb.el (iswitchb-completions): Revert last change.
8528 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
8530 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
8531 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8532 This prevents file names like "~/" being listed literally.
8534 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8536 * term/xterm.el (xterm-maybe-set-dark-background-mode):
8537 Remove dead code. (Bug#5546)
8539 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
8541 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8542 correctly (Bug#5548).
8544 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
8546 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
8547 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
8549 2010-02-08 Kenichi Handa <handa@m17n.org>
8551 * international/mule-util.el (with-coding-priority): Add autoload
8552 cookie for putting `lisp-indent-function'.
8554 2010-02-07 Glenn Morris <rgm@gnu.org>
8556 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8557 Move F2003 named interfaces from keywords-2 to keywords-1, and
8558 use function-name-face rather than constant-face.
8559 Simplify "abstract interface" regexp.
8561 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
8563 * eshell/esh-util.el (eshell-file-attributes): New optional arg
8564 ID-FORMAT. Pass it to `file-attributes'.
8566 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8568 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
8570 * faces.el (set-face-attribute): Allow calling
8571 internal-set-lisp-face-attribute with 'unspecified family and
8572 foundry argument (Bug#5536).
8574 2010-02-07 Glenn Morris <rgm@gnu.org>
8576 * progmodes/f90.el (f90-font-lock-keywords-2)
8577 (f90-looking-at-type-like, f90-looking-at-program-block-end):
8578 Handle F2003 named interfaces.
8580 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
8582 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8583 beg and end before calling c-get-state-before-change-functions.
8585 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
8587 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8589 2010-02-05 Juri Linkov <juri@jurta.org>
8591 * doc-view.el (doc-view-mode):
8592 * image-mode.el (image-mode): Put property mode-class=special.
8595 2010-02-05 Mark A. Hershberger <mah@everybody.org>
8597 * vc-svn.el (vc-svn-revision-table): New function.
8599 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
8601 * net/ange-ftp.el (ange-ftp-insert-directory):
8602 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8603 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8604 Handle also directories. (Bug#5478)
8606 2010-02-05 Glenn Morris <rgm@gnu.org>
8608 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8610 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
8612 * startup.el (command-line-1): Convert options beginning with a
8613 single dash as well (Bug#5519).
8615 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8617 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8618 * minibuffer.el (completion-initials-expand): Only check the presence
8619 of delims *within* the boundaries, since otherwise the / delim is
8620 always found for files.
8622 Fix up various corner case problems.
8623 * doc-view.el (doc-view-last-page-number): New function.
8624 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8625 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8626 (doc-view-kill-proc): Avoid inf-loop in freak cases.
8627 (doc-view-reconvert-doc): Use the new recursive delete-directory.
8628 (doc-view-convert-current-doc): Don't create the resolution.el file
8630 (doc-view-pdf/ps->png): Do it here instead.
8631 (doc-view-already-converted-p): Check that resolution.el is present.
8632 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8633 windows that are not yet showing images.
8635 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
8637 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8638 `dired-uncache' for every elemnt which is an absolute file name.
8640 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8641 directory, handle its directory component.
8642 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8643 function is called permanently and creates noise, otherwise.
8645 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8646 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8647 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
8649 2010-02-04 David Burger <dburger@google.com> (tiny change)
8651 * macros.el (apply-macro-to-region-lines):
8652 Minor simplification. (Bug#5485)
8654 2010-02-04 Glenn Morris <rgm@gnu.org>
8656 * mail/rmail.el (rmail-show-message-1): Handle malformed
8657 quoted-printable text. (Bug#5441)
8659 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8661 * simple.el (visual-line-mode): Capitalize lighter.
8663 2010-02-03 John Wiegley <jwiegley@gmail.com>
8665 * iswitchb.el (iswitchb-completions): Add bookmark files to the
8666 list of files considered for "virtual buffer" completions.
8668 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
8670 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
8671 also in case of (and (not full) (not wildcard)). This is needed
8672 when dired is called with a list of files, which are not in
8673 `default-directory'. (Bug#5478)
8675 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8677 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8679 2010-02-02 Juri Linkov <juri@jurta.org>
8681 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8682 from unidiff to allow function-line after @@.
8684 2010-02-02 Juri Linkov <juri@jurta.org>
8686 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8687 '(RCS SCCS) with inverted condition.
8689 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
8691 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8694 2010-02-01 Juri Linkov <juri@jurta.org>
8696 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8697 compare with "pkunzip" and "pkzip" instead of only "pkzip".
8698 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8699 only when (car archive-zip-extract) is "unzip". (Bug#5475)
8701 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8703 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8704 (doc-view-revert-buffer): New command.
8705 (doc-view-mode-map): Use it.
8707 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8709 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8710 pending merge is detected.
8712 2010-01-31 Juri Linkov <juri@jurta.org>
8714 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8715 beginning of interactive spec like all other grep commands do.
8716 Put "all" in front of "gz". (Bug#5260)
8718 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
8720 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8722 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
8724 * dirtrack.el (dirtrack): Warn instead of signalling error if the
8725 regexp is incorrect (Bug#5476).
8727 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
8729 * net/tramp.el (tramp-handle-insert-directory): Handle also
8730 symlinks, when FILENAME is not in `default-directory'.
8732 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
8734 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
8735 FILE is not in `default-directory'. (Bug#5478)
8737 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8738 of SWITCHES. Handle the case, FILENAME is not in
8739 `default-directory'. (Bug#5478)
8740 (tramp-register-file-name-handlers): Add safe-magic property.
8742 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
8744 * arc-mode.el (archive-zip-extract): Quote the argument passed to
8747 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
8749 * progmodes/flymake.el (flymake-allowed-file-name-masks)
8750 (flymake-master-make-header-init): Add other C++ filename masks.
8751 (flymake-find-possible-master-files)
8752 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8754 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
8756 Fix some busybox annoyances.
8758 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8759 not responding." string.
8760 (tramp-open-connection-setup-interactive-shell): Dump stty
8761 settings. Enable "neveropen" arg for all `tramp-send-command'
8762 calls. Handle "=" in variable values properly.
8763 (tramp-find-inline-encoding): Raise an error, when no encoding is
8765 (tramp-wait-for-output): Check, whether PROC buffer is available.
8766 Remove spurious " ^H" sequences, sent by busybox.
8767 (tramp-get-ls-command): Suppress coloring, if possible.
8769 2010-01-28 Glenn Morris <rgm@gnu.org>
8771 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
8773 * log-edit.el (log-edit-strip-single-file-name): Add missing
8774 :safe, :group, and :version tags.
8776 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
8778 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8781 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
8783 * files.el (delete-directory): Handle moving to trash without
8784 first doing recursion (Bug#5436).
8786 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8788 * vc-hooks.el (vc-path): Mark as obsolete.
8790 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8792 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8795 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8797 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8799 2010-01-25 Mark A. Hershberger <mah@everybody.org>
8801 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8803 * vc-bzr.el (vc-bzr-revision-table): New function.
8805 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8807 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8808 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8810 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8812 Remove support for adding --signoff on commit.
8813 Future support will use an incompatible generic mechanism.
8814 * vc-git.el (vc-git-add-signoff): Remove variable.
8815 (vc-git-toggle-signoff): Remove function.
8816 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8818 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8819 from xterm-set-background-mode. Return t if the background mode
8821 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8822 earlier, call it again in case the background mode has changed.
8824 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8826 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8829 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
8831 * emacs-lisp/assoc.el (aelement): Doc fix.
8832 (aput, adelete, amake): Use lexical-let (Bug#5450).
8834 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
8836 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8837 is the same as subprogram call, not declaration. (Bug#5435).
8839 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
8841 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8842 (tramp-smb-maybe-open-connection): Use it.
8844 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
8846 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
8848 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8850 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8851 just because we see "encoding: 8bit".
8852 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8854 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
8856 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8858 2010-01-22 Eli Zaretskii <eliz@gnu.org>
8860 * jka-compr.el (jka-compr-load): If load-file is not in
8861 load-history, try its file-truename version. (bug#5447)
8863 2010-01-21 Alan Mackenzie <acm@muc.de>
8865 Fix a situation where deletion of a cpp construct throws an error.
8866 * progmodes/cc-engine.el (c-invalidate-state-cache):
8867 Before invoking c-with-all-but-one-cpps-commented-out, check that the
8868 special cpp construct is still in the buffer.
8869 (c-parse-state): Record the special cpp with markers, not numbers.
8871 2010-01-21 Kenichi Handa <handa@m17n.org>
8873 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8874 process last-command-event, as it is now decoded first (Bug#5380).
8876 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
8878 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8880 2010-01-20 Glenn Morris <rgm@gnu.org>
8882 * indent.el (tab-always-indent): Fix custom-type.
8884 2010-01-19 Alan Mackenzie <acm@muc.de>
8886 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8887 buffer throws "args out of range".
8888 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8889 playing the role of delimiter.
8891 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8893 * progmodes/ada-mode.el: Fix bug#5400.
8894 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8895 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8896 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8897 Improve comments in "is" portion. Handle null procedure declaration.
8898 (ada-move-to-end): Improve doc string.
8900 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8902 * ido.el (ido-cur-list): Initialize to nil.
8903 Remove obsolete information from commentary.
8904 (ido-choice-list): Initialize to nil.
8905 (ido-get-bufname): Reject minibuffers.
8906 (ido-make-buffer-list): If "default" is a nonexistent
8907 buffer, ignore it, as per the function's comment.
8908 (ido-kill-buffer-internal): New function.
8909 (ido-kill-buffer-at-head): Use it.
8910 (ido-visit-buffer): Likewise.
8912 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
8914 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8916 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
8918 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8919 Fix typos in chart titles.
8921 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8922 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8923 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8924 (describe-class, eieio-describe-generic, describe-generic):
8925 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8926 (eieio-speedbar-expand):
8927 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8928 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8929 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8930 (viper-del-backward-char-in-replace, viper-backward-indent)
8931 (viper-brac-function, viper-register-to-point, viper-submit-report):
8932 * net/tramp.el (tramp-remote-coding-commands):
8933 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8934 Fix typos in docstrings.
8936 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8938 * mail/sendmail.el (mail-yank-original): Set the mark if the
8939 specified function for yanking does not do it.
8941 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8943 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8945 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8946 resyncing a directory.
8948 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8950 * progmodes/ada-mode.el: Fix bug#1920.
8951 (ada-ident-re): Delete ., allow multibyte characters.
8952 (ada-goto-label-re): New; matches goto labels.
8953 (ada-block-label-re): New; matches block labels.
8954 (ada-label-re): New; matches both.
8955 (ada-named-block-re): Deleted; callers changed to use
8956 `ada-block-label-re' instead.
8957 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8958 Use `ada-block-label-re'.
8959 (ada-indent-on-previous-lines): Improve handling of goto labels.
8960 (ada-get-indent-block-start): Special-case block label.
8961 (ada-get-indent-label): Split into `ada-indent-block-label' and
8962 `ada-indent-goto-label'.
8963 (ada-goto-stmt-start, ada-goto-next-non-ws):
8964 Optionally ignore goto labels.
8965 (ada-goto-next-word): Simplify.
8966 (ada-indent-newline-indent-conditional): Insert newline before
8967 trying to fix indentation; doc fix.
8969 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8971 * calc/calc.el (calc-command-flags): Give it an initial value.
8973 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8975 * files.el (minibuffer-with-setup-hook):
8976 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8977 (artist-key-draw-continously, artist-key-do-continously-continously)
8978 (artist-key-set-point-continously, artist-mouse-draw-continously):
8979 Fix typos in docstrings.
8981 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8983 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8984 return t (Bug#3898).
8986 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8988 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8989 can parse the output of the external commands (Bug#5279).
8991 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8993 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8995 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8997 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8999 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
9001 * startup.el (command-line): Remove unused --icon-type arg.
9002 Handle --display arg, passing it to command-line-1 (Bug#5392).
9004 2010-01-16 Mario Lang <mlang@delysid.org>
9006 * emacs-lisp/chart.el (chart-translate-namezone):
9007 * textmodes/artist.el (artist-compute-popup-menu-table):
9008 Remove duplicated words in doc-strings.
9010 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
9012 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
9013 to mairix-search to suppress threading (Bug#5342).
9015 2010-01-15 Kenichi Handa <handa@m17n.org>
9017 * international/mule-cmds.el (canonicalize-coding-system-name):
9018 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
9020 2010-01-15 Glenn Morris <rgm@gnu.org>
9022 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
9024 * wid-edit.el (widget-keymap): Doc fix.
9026 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
9027 former seems to be more widely accepted by various svn versions.
9029 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
9031 * find-cmd.el (find-constituents):
9032 * vc-arch.el (vc-arch-root):
9033 * window.el (window-body-height, pop-up-frames):
9034 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
9035 * progmodes/ada-stmt.el (ada-if):
9036 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
9037 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
9038 (ispell-encoding8-command, ispell-aspell-supports-utf8)
9039 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
9041 * progmodes/flymake.el (flymake-post-syntax-check):
9042 Fix typo in error message.
9044 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
9046 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
9047 which is always a string. (Bug#5313)
9049 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
9051 * progmodes/ada-xref.el (ada-default-prj-properties):
9052 Simplify previous change.
9054 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9056 * progmodes/ada-xref.el (ada-default-prj-properties):
9057 Default ada_project_path to $ADA_PROJECT_PATH.
9059 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9061 * progmodes/ada-mode.el (ada-create-keymap):
9062 Override `narrow-to-defun' with `ada-narrow-to-defun'.
9064 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9066 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
9067 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
9068 (ada-get-current-indent, ada-imenu-generic-expression)
9069 (ada-which-function): Check for it.
9071 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9073 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
9074 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
9076 2010-01-14 Glenn Morris <rgm@gnu.org>
9078 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
9080 2010-01-14 Kenichi Handa <handa@m17n.org>
9082 * composite.el (auto-composition-mode): Make it a buffer local
9083 variable (permanent-local).
9084 (auto-composition-function): Set the default value to
9086 (auto-composition-mode): Make it a simple function, not a minor mode.
9087 (global-auto-composition-mode): Likewise.
9088 (turn-on-auto-composition-if-enabled): Delete it.
9090 2010-01-13 Karl Fogel <kfogel@red-bean.com>
9092 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
9094 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
9096 * files.el (copy-directory): Compute target for recursive
9097 directories with identical names. (Bug#5343)
9099 2010-01-12 Glenn Morris <rgm@gnu.org>
9101 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
9102 it to bug-gnu-emacs rather than emacs-pretest-bug.
9104 2010-01-11 Sam Steingold <sds@gnu.org>
9106 * imenu.el (imenu-default-create-index-function): Detect infinite
9107 loops caused by imenu-prev-index-position-function.
9109 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
9111 * htmlfontify.el (htmlfontify-load-rgb-file)
9112 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
9113 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
9114 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
9115 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
9116 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
9117 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
9118 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
9119 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
9120 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
9121 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
9122 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
9123 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
9124 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
9125 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
9126 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
9127 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
9128 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
9129 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
9130 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
9131 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
9132 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
9133 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
9134 backslash-quoting from parentheses, etc.
9136 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
9138 * progmodes/js.el: Autoload javascript-mode alias.
9140 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
9142 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9143 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9144 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9145 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9146 Fix typos in docstrings.
9147 (ffap-url-regexp): Doc fix.
9148 (ffap-at-mouse): Fix typo in message.
9150 2010-01-11 Glenn Morris <rgm@gnu.org>
9152 * version.el (emacs-copyright): Set copyright year to 2010.
9154 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9156 * format.el (format-annotate-function): Only set
9157 write-region-post-annotation-function after running to-fn so as not to
9158 affect nested write-region calls (bug#5273).
9160 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
9162 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9165 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
9167 * man.el (Man-goto-section): Signal error if the section is not
9170 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
9172 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9173 URLs with a leading triple slash in the file: scheme. (Bug#5345)
9175 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
9177 * progmodes/compile.el: Don't treat compile-command as safe if
9178 compilation-read-command might be nil (Bug#4218).
9180 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
9182 * startup.el (command-line-1): Use orig-argi to check for ignored X and
9185 2010-01-08 Kenichi Handa <handa@m17n.org>
9187 * international/fontset.el (build-default-fontset-data):
9188 Exclude characters in scripts kana, hangul, han, or cjk-misc.
9190 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
9192 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
9193 to `create-file-buffer' as it expects, not just a buffer name.
9194 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
9195 to help uniquify. (Bug#3224)
9197 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
9199 * font-setting.el (font-setting-change-default-font): Use user-spec
9202 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9204 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
9206 2010-01-05 Tom Tromey <tromey@redhat.com>
9208 * progmodes/python.el (python-font-lock-keywords):
9209 Handle qualified decorators (Bug#881).
9211 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
9213 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
9214 in a lightweight checkout.
9216 2010-01-05 Kenichi Handa <handa@m17n.org>
9218 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
9220 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
9222 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
9224 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
9226 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
9227 checkouts. (Bug#618)
9228 (vc-bzr-log-view-mode): Also highlight the author.
9229 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
9230 (vc-bzr-shelve-menu-map):
9231 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
9232 (vc-bzr-shelve-apply): Make prompt more explicit.
9234 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
9236 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
9237 They are valid characters in URL paths (rfc3986), and at least
9238 Firefox does not understand the encoded version (Bug#3166).
9240 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
9242 * progmodes/octave-mod.el (octave-end-keywords)
9243 (octave-block-begin-or-end-regexp, octave-block-match-alist):
9244 Add "end" keyword (Bug#3061).
9245 (octave-end-as-array-index-p): New function.
9246 (calculate-octave-indent): Use it.
9248 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9250 * bookmark.el: Consistently put the text property on the bookmark name.
9251 (bookmark-bmenu-marks-width): Bump back to 2, to include
9253 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
9254 property on the bookmark name, instead of not putting it at all.
9255 (bookmark-bmenu-list): Fix where we put the text property.
9257 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9259 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9260 for showing buffer modified state (as added in the previous change).
9262 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9264 * bookmark.el: Show modified state of bookmark buffer more accurately.
9265 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9266 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9267 (with-buffer-modified-unmodified): New macro.
9268 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9269 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
9270 Use new macro to preserve the buffer modified state.
9272 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9274 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
9275 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9276 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9277 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9278 (bookmark-bmenu-rename, bookmark-bmenu-locate)
9279 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9280 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
9282 2010-01-02 Eli Zaretskii <eliz@gnu.org>
9284 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9285 Make the lines in the generated doc string shorter. (Bug#4668)
9287 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
9289 * net/rcirc.el: Add follow-link binding (Bug#4738).
9291 2010-01-02 Eli Zaretskii <eliz@gnu.org>
9293 * Makefile.in (bzr-update): Rename from cvs-update.
9294 (cvs-update): New target for backward compatibility.
9296 * makefile.w32-in (bzr-update): Rename from cvs-update.
9297 (cvs-update): New target for backward compatibility.
9299 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9301 * bookmark.el: Remove gratuitous gratitude.
9303 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9305 * bookmark.el (bookmark-bmenu-any-marks): New function.
9306 (bookmark-bmenu-save): Clear buffer modification if no marks.
9308 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9310 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
9311 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
9312 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
9313 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
9315 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9316 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
9317 To: emacs-devel {_AT_} gnu.org
9318 Subject: bookmark.el bug report
9319 Date: Mon, 28 Dec 2009 14:19:16 +0800
9320 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
9322 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9324 * bookmark.el: Improvements suggested by Drew Adams:
9325 (bookmark-bmenu-ensure-position): New name for
9326 `bookmark-bmenu-check-position'. Just ensure the position,
9327 don't return any meaningful value.
9328 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
9331 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
9333 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
9334 (bookmark-yank-point, bookmark-bmenu-check-position):
9335 Fix typos in docstrings.
9336 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
9337 (bookmark-name-from-full-record, bookmark-get-position)
9338 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9339 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
9340 Remove useless quoting of parenthesis, etc. in docstrings.
9342 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
9343 (ediff-append-custom-diff): Fix typo in error message.
9344 (ediff-meta-mark-equal-files): Fix typos in messages.
9346 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
9348 * net/imap-hash.el (imap-hash-make): Doc fix.
9349 (imap-hash-test): Fix typo in error message; reflow docstring.
9350 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
9351 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
9352 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
9353 Fix typos in docstrings.
9354 (imap-hash-open-connection): Fix typo in error message.
9356 * play/gomoku.el (gomoku): Fix typos in docstring.
9358 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
9359 (gdb-jsonify-buffer): Fix typos in docstring.
9360 (gdb-goto-breakpoint): Fix typo in error message.
9361 ("Display Other Windows"): Fix typo in help message.
9362 (gdb-speedbar-expand-node): Fix typo in question.
9364 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
9365 (idlwave-html-system-help-location, idlwave-html-help-location)
9366 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
9367 (idlwave-help-browser-generic-args, idlwave-help-directory)
9368 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
9369 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
9370 (idlwave-online-help, idlwave-help-html-link)
9371 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
9372 Fix typos in docstrings.
9373 (idlwave-help-with-source, idlwave-help-find-routine-definition):
9375 (idlwave-help-assistant-start): Fix typo in error message.
9377 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
9378 (octave-electric-space): Fix typos in docstrings.
9380 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
9382 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
9384 2010-01-01 Juri Linkov <juri@jurta.org>
9386 * comint.el (comint-input-ring-size): Make it a defcustom and
9387 increase the default to 500 (Bug#5148).
9389 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
9391 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9392 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
9393 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
9395 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
9397 Show working revision correctly for mercurial.
9398 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
9399 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
9401 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
9403 Declare some functions for the byte-compiler.
9404 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
9405 (speedbar-timer-fn, speedbar-change-expand-button-char)
9406 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
9408 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
9410 This changeset reverts GDB Graphical Interface to use annotations.
9411 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
9413 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9415 Make vc-dir work on subdirectories of the bzr root.
9416 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
9417 file names relative to it.
9418 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
9419 relative directory to vc-bzr-after-dir-status.
9421 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
9423 * font-lock.el (font-lock-refresh-defaults): New function, which
9424 can be used to let font-lock react to external changes in
9425 variables like font-lock-defaults and keywords.
9426 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
9428 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9430 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
9432 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
9434 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
9436 Supersede color.diff settings in git log (bug#5211).
9438 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
9439 escape chars in its output when the user has color.diff set to `always'.
9440 This fix works on git 1.4.2 and newer (released on 2006-08-13).
9442 2009-12-26 Kevin Ryde <user42@zip.com.au>
9444 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
9445 node. Keep previous "Index" name to work with past coreutils too.
9447 * man.el (man): Revise docstring a bit to show -a and -l as
9448 examples. Add -k description since support for it has otherwise
9449 been a secret. (Further to bug#3717.)
9450 (Man-bgproc-sentinel): When "-k foo" produces no output show error
9451 "no matches" rather than "Can't find manpage", as the latter reads
9452 like -k was interpreted as a page name, which is not so. (Bug#5431)
9454 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
9456 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9457 switches. Check also for //SUBDIRED// line.
9459 2009-12-25 Kenichi Handa <handa@m17n.org>
9461 * language/indian.el (devanagari-composable-pattern): Fixed to
9462 handle ZWNJ and ZWJ. Use it in composition-function-table for
9464 (malayalam-composable-pattern): Fix previous change.
9466 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9468 * ps-print.el (ps-face-attributes): It was not returning the
9469 attribute face for faces specified as string. Reported by harven
9470 <harven@free.fr>. (Bug#5254)
9471 (ps-print-version): New version 7.3.5.
9473 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
9475 * calendar/icalendar.el (icalendar--convert-tz-offset):
9477 (icalendar--convert-tz-offset): Fix the "last-day-problem".
9478 (icalendar--add-diary-entry): Remove the trailing blank that
9479 diary-make-entry inserts.
9481 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
9483 Make `file-expand-wildcards' work for remote files.
9485 * files.el (file-expand-wildcards): In case of remote files, check
9486 only local file name part for wildcards. Provide feature 'files
9487 and subfeature 'remote-wildcards. (Bug#5198)
9489 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
9490 if there is already an established connection.
9491 (tramp-advice-file-expand-wildcards): Remove it.
9493 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
9494 (tramp-advice-file-expand-wildcards): Move from tramp.el.
9495 Activate advice for older GNU Emacs versions. (Bug#5237)
9497 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
9499 Some doc fixes (more needed).
9501 * find-cmd.el (find-constituents): Reflow docstring.
9502 (find-cmd, find-prune, find-command): Fix typos in docstrings.
9503 (find-generic): Doc fix.
9505 2009-12-17 Juri Linkov <juri@jurta.org>
9507 Fix regression from 23.1 to allow multiple modes in Local Variables.
9509 * files.el (hack-local-variables-filter): While ignoring duplicates,
9510 don't take `mode' into account.
9511 (hack-local-variables-filter, hack-dir-local-variables):
9512 Don't remove duplicate `mode' from local-variables-alist (like `eval').
9514 2009-12-17 Juri Linkov <juri@jurta.org>
9516 Make `dired-diff' safer. (Bug#5225)
9518 * dired-aux.el (dired-diff): Signal an error when `file' equals to
9519 `current' or when `file' is a directory of the `current' file.
9521 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
9523 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9524 unconditionally preloaded files.
9526 2009-12-16 Juri Linkov <juri@jurta.org>
9528 Revert to old 23.1 logic of using the file at the mark as default.
9529 * dired-aux.el (dired-diff): Use the file at the mark as default
9530 if it's not the same as the current file, and the target dir is
9531 the current dir or the mark is active. Add the current file
9532 as the arg of `dired-dwim-target-defaults'. Use the default file
9533 in the prompt. (Bug#5225)
9535 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
9537 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9538 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9539 (tramp-check-for-regexp): Check also, when an echoing shell stops
9540 to echo sent commands.
9542 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
9544 * Makefile.in: Revert last change (Bug#5191).
9546 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
9548 * vc-hg.el (vc-hg-print-log): Fix argument order.
9549 (vc-hg-working-revision): Make sure the command is executed in a
9550 known environment so that we can parse the output. (Bug#4417)
9552 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
9554 * progmodes/python.el (python-symbol-completions): Remove text
9555 properties from symbol string before calling python-send-receive.
9557 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
9559 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
9560 when there are values for both file and line. (Bug#5060)
9562 2009-12-14 Juri Linkov <juri@jurta.org>
9564 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9565 whitespace after the file name of the first line of unified format,
9566 because git-diff doesn't output whitespace and file modification time
9567 after the file name.
9569 2009-12-14 David Kastrup <dak@gnu.org>
9571 * info.el (Info-hide-cookies-node): Before hiding a cookie,
9572 check if it already has the `display' property added by
9573 `Info-display-images-node', and not put the `invisible' property
9576 2009-12-13 Glenn Morris <rgm@gnu.org>
9578 * mail/emacsbug.el (message-sort-headers): Define for compiler.
9579 (report-emacs-bug): In message-mode, sort manually before storing
9580 original report text. (Bug#5178)
9581 Remove superfluous save-excursion.
9583 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
9585 * net/dbus.el (dbus-property-handler): Filter lambda forms out
9586 when responding to "GetAll" properties.
9588 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
9590 * simple.el (compose-mail): Remove mail-setup-with-from from
9591 customization checks.
9593 2009-12-12 Eli Zaretskii <eliz@gnu.org>
9595 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9596 RAR archives created on Unix systems.
9598 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9600 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9601 the varalias that was accidentally removed by the 2009-11-19 change
9604 2009-12-12 Kenichi Handa <handa@m17n.org>
9606 * language/indian.el (indian-compose-regexp): New function.
9607 (malayalam-composable-pattern): Fix the pattern.
9608 (composition-function-table): Set malayalam-composable-pattern for
9609 Malayalam characters.
9611 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
9613 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9614 rather than down-mouse-1, based on follow-link conventions.
9616 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9619 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
9621 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
9622 (verilog-vmm-statement-re, verilog-ovm-statement-re)
9623 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9624 (verilog-leap-to-head, verilog-backward-token):
9625 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
9627 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
9629 * progmodes/verilog-mode.el (verilog-auto-lineup)
9630 (verilog-nameable-item-re): Cleanup user-visible spelling and
9631 documentation errors. One reported by Gary Delp.
9632 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
9633 (verilog-read-decls): Fix AUTOWIRE with types declared in a
9634 package, bug195. Reported by Pierre-David Pfister.
9636 2009-12-11 Glenn Morris <rgm@gnu.org>
9638 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9640 * mail/emacsbug.el: No longer require sendmail.
9641 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
9642 (report-emacs-bug-orig-text): Doc fix.
9643 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9644 New local variables, to adapt to different mail-user-agents.
9645 (report-emacs-bug): Fix test for a gnu.org address.
9646 Use overlays for emphasis, since font-lock defeats 'face property.
9647 Pretest bugs also end up at the newsgroup these days.
9648 Stop message-mode stripping text properties.
9649 Set and use the new buffer-local variables.
9650 (report-emacs-bug-hook): Add doc-string.
9651 Remove some unnecessary save-excursions and simplify.
9652 Use the appropriate hook and send-command.
9654 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9655 capitalization of some menu entries.
9657 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9659 * whitespace.el (whitespace-display-char-on):
9660 Ensure `buffer-display-table' is unique when two or more windows are
9661 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9664 2009-12-10 Eli Zaretskii <eliz@gnu.org>
9666 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9667 characters in the Attribute field.
9669 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
9671 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
9673 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9675 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9676 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9677 Disregard autoload-excludes.
9678 (update-directory-autoloads): Obey autoload-excludes here instead.
9679 But don't store its contents in no-autoloads and remove entries that
9680 refer to excludes files.
9682 2009-12-10 Glenn Morris <rgm@gnu.org>
9684 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9685 (expand-mail-aliases): Define for compiler.
9687 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9688 Define for compiler.
9690 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9691 appropriate for the mail-user-agent in use.
9693 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
9695 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9697 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
9699 Fix short log parsing and fontification.
9700 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9701 Fix fontification for the [merge] label.
9703 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
9705 Drop some properties to avoid surprises (bug#5002).
9706 * htmlfontify.el (hfy-ignored-properties): New defcustom.
9707 (hfy-fontify-buffer): Use it.
9709 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
9712 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9714 (ffap-locate-file): Remove unused arg `dir-ok' and make other
9715 args compulsory. Adjust callers.
9716 (ffap-gopher-at-point): Remove unused var `name'.
9718 Get rid of the ELCFILES abomination.
9719 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9720 (compile-elcfiles): New phony target.
9721 (compile-main): Compute ELCFILES dynamically.
9722 (compile-clean): New target to remove left-over elc files.
9723 (compile, all): Use it.
9725 2009-12-09 Kenichi Handa <handa@etlken>
9727 * international/mule-diag.el: Require help-mode instead of help-fns.
9729 2009-12-09 Kenichi Handa <handa@m17n.org>
9731 * international/mule-cmds.el (ucs-names): Supply sufficiently
9732 fine ranges instead of pre-calculating accurate ranges.
9733 Iterate with bigger gc-cons-threshold.
9735 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9737 Add support for stashing a snapshot of the current tree.
9738 * vc-git.el (vc-git-stash-snapshot): New function.
9739 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9741 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
9743 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9744 instead of `(beginning|end)-of-line'.
9746 2009-12-08 Glenn Morris <rgm@gnu.org>
9748 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9750 * Makefile.in (ELCFILES): Regenerate.
9752 2009-12-07 Juri Linkov <juri@jurta.org>
9754 Don't lazy-highlight the comint output in history Isearch mode.
9756 * comint.el (comint-history-isearch-search): Instead of
9757 `comint-line-beginning-position', use `comint-after-pmark-p'
9758 to check if point if before the process mark, and go to
9759 `process-mark' in this case.
9761 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9763 * textmodes/tex-mode.el (latex-complete)
9764 (latex-indent-or-complete): Remove.
9765 (latex-mode): Set completion-at-point-functions instead.
9767 Provide a standard completion command and hook it into TAB.
9768 * minibuffer.el (completion-at-point-functions): New var.
9769 (completion-at-point): New command.
9770 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9771 * progmodes/python.el (python-mode-map): Use completion-at-point.
9772 (python-completion-at-point): Rename from python-partial-symbol and
9773 adjust for use in completion-at-point-functions.
9774 (python-mode): Setup completion-at-point for Python completion.
9775 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9776 extracted from lisp-complete-symbol.
9777 (lisp-complete-symbol): Use it.
9778 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9779 setup completion-at-point for Elisp completion.
9780 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9781 Use completion-at-point.
9782 * ielm.el (ielm-map): Use completion-at-point.
9783 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9784 * progmodes/sym-comp.el: Move to...
9785 * obsolete/sym-comp.el: Move from progmodes.
9787 2009-12-07 Eli Zaretskii <eliz@gnu.org>
9789 Prevent save-buffer in Rmail buffers from using the coding-system
9790 of the current message, and from clobbering the encoding mnemonics
9791 in the mode line (Bug#4623).
9793 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9795 (rmail-message-encoding): New variable.
9796 (rmail-write-region-annotate): Record the encoding of the current
9797 message in rmail-message-encoding.
9798 (rmail-after-save-hook): New function, restores the encoding of
9799 the current message after the message collection is saved.
9801 2009-12-07 Juri Linkov <juri@jurta.org>
9803 * progmodes/grep.el (grep-read-files): Use `completing-read'
9804 instead of `read-string'. Set its `collection' arg to
9805 `read-file-name-internal'. (Bug#4301)
9807 2009-12-07 Juri Linkov <juri@jurta.org>
9809 Correctly restore original Isearch point. (Bug#4994)
9811 * isearch.el (isearch-mode): Move `isearch-push-state' after
9812 `(run-hooks 'isearch-mode-hook)'.
9813 (isearch-cancel): When `isearch-push-state-function' is defined,
9814 let-bind `isearch-cmds' to the first state (the last element of
9815 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9816 function and restores the original point). Otherwise, move point
9817 to `isearch-opoint'.
9819 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9821 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9822 chars that don't have names, so the table can be built much faster at
9825 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
9827 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9828 change. Suggested by David Kastrup.
9830 * simple.el (compose-mail): Check for incompatibilities and warn.
9831 (compose-mail-user-agent-warnings): New option.
9833 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9835 Support showing a single log entry from vc-annotate.
9836 * vc.el (print-log): Add a new argument: START-REVISION.
9837 (vc-print-log-internal): Add a new optional argument and
9838 pass it to the backend.
9839 (vc-print-log, vc-print-root-log): Adjust callers.
9840 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9841 buffer already displays the requested log entry, use it.
9842 Otherwise display only the log entry in question.
9843 * vc-svn.el (vc-svn-print-log):
9844 * vc-mtn.el (vc-mtn-print-log):
9845 * vc-hg.el (vc-hg-state):
9846 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9847 (vc-git-show-log-entry): Return t on success.
9848 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9849 (vc-bzr-show-log-entry): Return t on success.
9850 * vc-rcs.el (vc-rcs-print-log):
9851 * vc-sccs.el (vc-sccs-print-log):
9852 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9854 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9856 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9857 Add menus to the meta mode. (Bug#5043)
9859 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
9861 * ediff-init.el (ediff-event-key): Use event-to-character instead of
9864 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9866 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
9868 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9869 Berbain <raphael.berbain@gmail.com>.
9871 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9873 (tramp-initial-end-of-output): New defconst.
9874 (tramp-methods, tramp-find-shell)
9875 (tramp-open-connection-setup-interactive-shell)
9876 (tramp-maybe-open-connection): Use it.
9877 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9878 existence of `#' and `$'.
9880 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9881 `tramp-initial-end-of-output'.
9883 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9885 Get the background mode from the terminal for xterm, and set
9887 * term/xterm.el (xterm-set-background-mode): New function.
9888 (terminal-init-xterm): Use it in case xterm supports background
9889 color queries. Recompute faces after getting the background
9892 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
9894 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9895 number comment back on its own line, for easier parsing.
9897 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9899 Make it work for non-file buffers (bug#5102).
9900 * doc-view.el (doc-view-current-cache-dir):
9901 Use doc-view-buffer-file-name rather than buffer-file-name.
9902 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9904 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9906 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9907 author field is too short.
9909 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9911 * vc-git.el (vc-git-print-log): Handle a limit argument.
9912 Display the short log in graph form and with labels.
9913 (vc-git-log-view-mode): Handle labels.
9915 Make vc-revert change VC state from 'added to 'unregistered.
9916 * vc-git.el (vc-git-revert): Call git reset first.
9918 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9920 * net/newst-backend.el, net/newst-plainview.el:
9921 * net/newst-reader.el, net/newst-ticker.el:
9922 * net/newst-treeview.el, net/newsticker.el:
9923 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
9925 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9927 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9929 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9930 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9931 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9932 Update annotation regexp.
9934 * simple.el (beginning-of-visual-line): Constrain to field
9935 boundaries (Bug#5106).
9937 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9939 * xml.el (xml-substitute-numeric-entities): Move
9940 newsticker--decode-numeric-entities in newst-backend.el to
9941 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9942 * net/newst-backend.el (newsticker--parse-generic-feed)
9943 (newsticker--parse-generic-items)
9944 (newsticker--decode-numeric-entities): Move
9945 newsticker--decode-numeric-entities in newst-backend.el to
9946 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9948 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9950 * progmodes/js.el (js--js-not): Add null to the list of values.
9952 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9954 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9956 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9958 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9959 delimiter if it is at the end of the current line.
9960 (bibtex-generate-url-list): Fix docstring.
9962 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9964 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9965 minibuffer's content with itself.
9966 Fold the confirm-after-completion case into the `confirm' case.
9967 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9969 2009-12-06 Kevin Ryde <user42@zip.com.au>
9971 * ffap.el (ffap-rfc-path): Make this a defcustom since
9972 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
9974 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9975 manuals, similar to existing setup for help-mode. (Bug#3913.)
9977 2009-12-05 Juri Linkov <juri@jurta.org>
9979 Save and restore dired buffer's point positions too. (Bug#4880)
9981 * dired.el (dired-save-positions): Return in the first element
9982 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9984 (dired-restore-positions): First restore buffer's position.
9985 While restoring window's positions, check if window still displays
9986 the original buffer.
9988 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9990 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9993 * shell.el (shell): Require ansi-color (Bug#5113).
9995 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9997 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9999 2009-12-05 Alan Mackenzie <acm@muc.de>
10001 * progmodes/cc-mode.el (c-before-hack-hook)
10002 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
10003 `c-file-style' to work again. This reversion restores the current
10004 software to its state in Emacs 23.1. (Bug#4146)
10006 2009-12-05 Kevin Ryde <user42@zip.com.au>
10008 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
10009 comment-start-skip to comment-end-skip as comment (Bug#4781).
10011 2009-12-05 Juri Linkov <juri@jurta.org>
10013 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
10014 for virtual nodes. (Bug#4147)
10015 (Info-find-node-2): Set `Info-current-node-virtual' to nil
10016 when moving from a virtual node.
10017 (Info-mode-menu): Add `Info-virtual-index' to the menu.
10018 (Info-mode): Add `Info-virtual-index' to the docstring.
10020 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10022 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
10023 track of the buffer position of the end of a BibTeX entry as this
10024 position may change during reformatting.
10025 (bibtex-format-entry): Remove whitespace before processing
10026 numerical fields so that we recognize the latter properly.
10027 (bibtex-reformat): Do not use push which changes the global value
10028 of bibtex-entry-format.
10029 (bibtex-field-braces-alist, bibtex-field-strings-alist)
10030 (bibtex-field-re-init): Replace only space characters by regexp
10032 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
10033 (bibtex-initialize): Also update bibtex-strings.
10034 (bibtex-kill-field): Preserve white space at end of entry.
10035 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
10036 Update bibtex-reference-keys.
10038 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10040 * minibuffer.el (completion-pcm--merge-try): Also consider placing
10041 point after a star, if that's the only place where modifications can
10044 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
10046 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
10049 2009-12-04 Juri Linkov <juri@jurta.org>
10051 * proced.el (proced): Call `(proced-update t)' to update process
10052 information instead of only running proced-post-display-hook.
10053 (proced-send-signal): Add a leading space to the buffer name
10054 " *Marked Processes*" to make this buffer ephemeral.
10056 2009-12-04 Juri Linkov <juri@jurta.org>
10058 * dired.el (dired-auto-revert-buffer): New defcustom.
10059 (dired-internal-noselect): Use it.
10061 2009-12-04 Juri Linkov <juri@jurta.org>
10063 Change roles of modes and functions in image-mode.el (Bug#5062).
10065 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
10066 in `auto-mode-alist'.
10067 (image-mode-previous-major-mode): New variable.
10068 (image-minor-mode-map): Rename from `image-mode-text-map'.
10069 (image-mode): Move graceful error-handling code from
10070 `image-minor-mode' to here. On errors call `image-mode-as-text'.
10071 (image-minor-mode): Remove all image-handling code.
10072 Replace `image-mode-text-map' with `image-minor-mode-map'.
10073 Check for `image-type' in mode-line format string.
10074 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
10075 (image-mode-as-text): New function with most code from
10076 `image-mode-maybe'.
10077 (image-toggle-display-text): Move code that removes image
10078 properties from `image-toggle-display' to here.
10079 (image-toggle-display-image): New function with code that adds
10080 image properties copied from `image-toggle-display'.
10081 (image-toggle-display): Remove most code with leaving only code
10082 that toggles between `image-mode-as-text' and `image-mode'.
10084 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
10086 * net/newst-treeview.el
10087 (newsticker--treeview-list-highlight-start): Restored call to
10088 save-excursion: Selected item was stuck.
10089 (newsticker--treeview-list-select): New.
10090 (newsticker--treeview-item-show-text)
10091 (newsticker--treeview-item-show)
10092 (newsticker--treeview-item-update): Use new
10093 newsticker-treeview-item-mode.
10094 (newsticker-treeview-update): Keep current item.
10095 (newsticker-treeview-next-new-or-immortal-item): Doc change.
10096 (newsticker--treeview-first-feed): Doc change.
10097 (newsticker-treeview-list-menu)
10098 (newsticker-treeview-item-menu): Added menu entries.
10099 (newsticker-treeview-item-mode): New.
10101 * net/newst-backend.el (newsticker-customize): Delete other
10104 2009-12-04 Sam Steingold <sds@gnu.org>
10106 * log-view.el (log-view-mode-map): "q" calls quit-window,
10107 like in all the other non-self-insert buffers.
10109 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
10112 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
10113 key decoding rather than do it manually via last-input-event +
10115 (term-exec): Use delete-and-extract-region.
10116 (term-handle-ansi-terminal-messages): Remove unused var `end'.
10117 (term-process-pager): Remove unused var `i'.
10118 (term-dynamic-simple-complete): Make obsolete.
10119 (serial-update-config-menu): Remove unused vars `y' and `str'.
10120 (term-update-mode-line): Remove unused var `temp'.
10122 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10124 Limit the number of log entries displayed by default.
10125 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
10126 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
10127 using a prefix argument.
10129 2009-12-03 Glenn Morris <rgm@gnu.org>
10131 * progmodes/idlwave.el (class): Restore still useful declaration.
10133 2009-12-03 Alan Mackenzie <acm@muc.de>
10135 Enhance `c-parse-state' to run efficiently in "brace deserts".
10137 * progmodes/cc-mode.el (c-basic-common-init):
10138 Call c-state-cache-init.
10139 (c-neutralize-syntax-in-and-mark-CPP): Rename from
10140 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
10141 placing `category' properties value 'c-cpp-delimiter at its boundaries.
10143 * progmodes/cc-langs.el (c-before-font-lock-function):
10144 c-extend-and-neutralize-syntax-in-CPP has been renamed
10145 c-neutralize-syntax-in-and-mark-CPP.
10147 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10148 with `category' properties now, not `syntax-table' ones.
10150 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10151 enhanced (but slower) version of c-end-of-macro that won't land
10152 inside a literal or on another awkward character.
10153 (c-state-cache-too-far, c-state-cache-start)
10154 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10155 (c-state-nonlit-pos-cache-limit, c-state-point-min)
10156 (c-state-point-min-lit-type, c-state-point-min-lit-start)
10157 (c-state-min-scan-pos, c-state-brace-pair-desert)
10158 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10159 buffer local variables.
10160 (c-state-literal-at, c-state-lit-beg)
10161 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10162 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10163 (c-state-cache-top-paren, c-state-cache-after-top-paren)
10164 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10165 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10166 (c-renarrow-state-cache)
10167 (c-append-lower-brace-pair-to-state-cache)
10168 (c-state-push-any-brace-pair, c-append-to-state-cache)
10169 (c-remove-stale-state-cache)
10170 (c-remove-stale-state-cache-backwards, c-state-cache-init)
10171 (c-invalidate-state-cache-1, c-parse-state-1)
10172 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
10173 (c-parse-state): Enhance and refactor.
10174 (c-debug-parse-state): Amend to deal with all the new variables.
10176 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
10177 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
10178 modify to use category text properties rather than syntax-table ones.
10179 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
10180 to switch off/on the syntactic paren property of C++ template
10181 delimiters using the category property.
10182 (c-with-<->-as-parens-suppressed): Macro to invoke code with
10183 template delims suppressed.
10184 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
10185 New constant/macros which apply category properties to the start
10186 and end of preprocessor constructs.
10187 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
10188 "comment out" the syntactic value of characters in preprocessor
10190 (c-with-cpps-commented-out)
10191 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
10192 with characters in all or all but one preprocessor constructs
10195 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10197 * proced.el (proced-filter-alist): Use regexp-quote.
10199 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
10202 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
10203 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
10204 arguments. Expand `default-directory'.
10206 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
10207 the benefit of returning an expanded localname.
10208 (tramp-tramp-file-p): Handle the case NAME is not a string.
10210 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10212 Add support for bzr shelve/unshelve.
10213 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10214 (vc-bzr-extra-menu-map): New variables.
10215 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
10216 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
10217 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
10218 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
10219 (vc-bzr-dir-extra-headers): Display shelves.
10221 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
10223 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10225 * textmodes/bibtex.el (bibtex-complete-internal):
10226 Use completion-in-region.
10227 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
10229 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10231 Support applying stashes. Improve UI.
10232 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
10233 (vc-git-stash-apply, vc-git-stash-pop)
10234 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
10235 (vc-git-stash-menu): New functions.
10236 (vc-git-stash-menu-map): New variable.
10237 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
10239 2009-12-03 Glenn Morris <rgm@gnu.org>
10241 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
10242 (vc-print-log-internal): Fix previous change.
10243 (vc-revert): Correct pluralization.
10245 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10247 * progmodes/make-mode.el (makefile-special-targets-list): No need for
10248 it to be an alist any more.
10249 (makefile-complete): Use completion-in-region.
10251 * progmodes/octave-mod.el (octave-complete-symbol):
10252 Use completion-in-region.
10255 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10256 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10257 (idlwave-complete-class): Don't quote lambda.
10258 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10259 (idlwave-mode-map): Move initialization into declaration.
10260 (idlwave-action-and-binding): Use backquotes.
10261 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10263 (idlwave-is-pointer-dereference): Remove unused var `pos'.
10264 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10265 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10266 `parts', and `all-parts'.
10267 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10268 (idlwave-convert-xml-system-routine-info): Remove unused string
10270 (idlwave-display-user-catalog-widget): Use dolist.
10271 (idlwave-scanning-lib): Declare dynamically-scoped var.
10272 (idlwave-scan-library-catalogs): Remove unused var `flags'.
10273 (completion-highlight-first-word-only): Declare to silence bytecomp.
10274 (idlwave-popup-select): Tighten scope of `resp'.
10275 (idlwave-find-struct-tag): Remove unused var `beg'.
10276 (idlwave-after-load-rinfo-hook): Declare.
10277 (idlwave-sintern-class-info): Remove unused var `taglist'.
10278 (idlwave-find-class-definition): Remove unused var `list'.
10279 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10280 (idlwave-what-module-find-class): Remove unused var `classes'.
10282 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
10284 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10286 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10288 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
10289 buffers visited. Remove redundant current-buffer-saving.
10291 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10293 Use completion-in-buffer and remove uses of dynamic scoping.
10294 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
10295 (pascal-buffer-to-use, pascal-flag): Don't declare.
10296 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
10297 (pascal-get-completion-decl, pascal-keyword-completion):
10298 Add `pascal-str' argument, save-excursion,
10299 return the found completions, and don't filter with pascal-pred.
10300 (pascal-completion-cache): New var.
10301 (pascal-completion): Don't switch buffer any more (it was never
10302 necessary). Don't save-excursion any more (it's done by the called
10303 subroutines). Use a cache to avoid redundant computations.
10304 Use complete-with-action rather than pascal-completion-response and
10305 let it apply the predicate as well.
10306 (pascal-complete-word): Use completion-in-buffer when
10307 pascal-toggle-completions is nil.
10308 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
10310 (pascal-comp-defun): Don't change buffer any more.
10311 Use complete-with-action rather than pascal-completion-response and
10312 let it apply the predicate as well.
10313 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
10316 2009-12-02 Kenichi Handa <handa@m17n.org>
10318 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
10319 shape for all Indic scripts.
10321 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10323 Use completion-in-buffer.
10324 * wid-edit.el (widget-field-text-end): New function.
10325 (widget-field-value-get): Use it.
10326 (widget-string-complete, widget-file-complete)
10327 (widget-color-complete): Use it and completion-in-region.
10328 (widget-complete): Don't narrow the buffer.
10330 2009-12-02 Glenn Morris <rgm@gnu.org>
10332 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
10333 (rmail-select-summary): Use rmail-pop-to-buffer.
10334 * mail/rmailsum.el: Replace all pop-to-buffer calls with
10335 rmail-pop-to-buffer, to prevent horizontal splits.
10337 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
10338 save-excursion with save-current-buffer.
10339 Widen before searching. (Bug#5093)
10340 (diary-list-sexp-entries): Remove superfluous save-excursion.
10342 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
10344 * woman.el (woman-make-bufname): Handle man-pages with "." in the
10347 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
10349 * ido.el (ido-file-internal): Handle filenames at point that do
10350 not have a directory part. (Bug#5049)
10352 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
10354 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
10355 (mpc-songs-jump-to, mpc-resume): Doc fixes.
10357 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
10359 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
10360 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
10363 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10365 * comint.el (comint-insert-input): Ignore clicks to the right of
10366 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
10368 * vc.el (vc-print-log-internal): Don't wait for the process to
10369 terminate before setting up the major mode.
10371 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
10374 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10377 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
10379 2009-12-01 Glenn Morris <rgm@gnu.org>
10381 * window.el (window--display-buffer-2): Fix previous changes.
10383 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
10385 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
10387 2009-12-01 Glenn Morris <rgm@gnu.org>
10389 * Makefile.in (ELCFILES): Add mpc.elc.
10391 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10393 * mpc.el: New file.
10395 2009-12-01 Glenn Morris <rgm@gnu.org>
10397 * window.el (window-to-use): Define for compiler.
10399 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10400 consistent with others (no final period).
10402 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
10403 (rmail-mime-show): Downcase the encoding. (Bug#5070)
10405 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
10407 Make vc-print-log buttons work.
10408 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
10410 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
10412 * savehist.el (savehist-autosave-interval): Allow setting to nil
10413 through customize. (Bug#5056)
10415 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
10417 Fix references to jit-lock properties.
10418 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10419 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
10420 (perl-font-lock-special-syntactic-constructs):
10421 Quote jit-lock-defer-multiline property.
10423 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
10425 * vc-git.el (vc-git-registered): Call vc-git-root only once.
10427 2009-11-30 Juri Linkov <juri@jurta.org>
10429 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
10430 value `buffer' of `multi-isearch-next-buffer-current-function'.
10431 Use `(current-buffer)' when `buffer' is nil.
10432 (multi-isearch-next-buffer-from-list): Don't fallback to
10433 `(current-buffer)' when `buffer' is nil. (Bug#4947)
10435 2009-11-30 Juri Linkov <juri@jurta.org>
10437 * misearch.el (multi-isearch-read-buffers): Move canonicalization
10438 of buffers with `get-buffer' to `multi-isearch-buffers'.
10439 (multi-isearch-buffers, multi-isearch-buffers-regexp):
10440 Canonicalize BUFFERS with `get-buffer'. Doc fix.
10441 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
10442 FILES with `expand-file-name' converting relative file names
10443 to absolute. Doc fix. (Bug#4727)
10445 2009-11-30 Juri Linkov <juri@jurta.org>
10447 * misearch.el (multi-isearch-read-buffers)
10448 (multi-isearch-read-matching-buffers): New functions.
10449 (multi-isearch-buffers, multi-isearch-buffers-regexp):
10450 Use them in the `interactive' spec. Doc fix.
10451 (multi-isearch-read-files, multi-isearch-read-matching-files):
10453 (multi-isearch-files, multi-isearch-files-regexp):
10454 Use them in the `interactive' spec. Doc fix. (Bug#4725)
10456 2009-11-30 Juri Linkov <juri@jurta.org>
10458 * doc-view.el (doc-view-continuous):
10459 Rename from `doc-view-continuous-mode'.
10460 (doc-view-menu): Move "Toggle display" to the top.
10461 Add submenu "Continuous" with radio buttons "Off"/"On"
10462 and "Save as Default".
10463 (doc-view-scroll-up-or-next-page)
10464 (doc-view-scroll-down-or-previous-page)
10465 (doc-view-next-line-or-next-page)
10466 (doc-view-previous-line-or-previous-page): Rename
10467 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
10469 2009-11-30 Juri Linkov <juri@jurta.org>
10471 * comint.el (comint-mode-map): Rebind `M-r' from
10472 `comint-previous-matching-input' to
10473 `comint-history-isearch-backward-regexp'.
10474 Unbind `M-s' to allow global key binding `M-s'.
10475 Add menu items for `comint-history-isearch-backward' and
10476 `comint-history-isearch-backward-regexp'. (Bug#3746)
10478 2009-11-30 Juri Linkov <juri@jurta.org>
10480 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
10481 For def=recenter, replace `recenter' with `recenter-top-bottom'
10482 that is called with `this-command' and `last-command' let-bound
10483 to `recenter-top-bottom'. When the last `def' was not `recenter',
10484 set `recenter-last-op' to nil. (Bug#4981)
10486 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10488 Minor cleanup and simplification.
10489 * filecache.el (file-cache-add-directory)
10490 (file-cache-add-directory-recursively)
10491 (file-cache-add-from-file-cache-buffer)
10492 (file-cache-delete-file-regexp, file-cache-delete-directory)
10493 (file-cache-files-matching-internal, file-cache-display): Use dolist.
10494 (file-cache-temp-minibuffer-message): Delete function.
10495 (file-cache-minibuffer-complete): Use minibuffer-message instead.
10497 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10498 Don't signal an error when bumping into EOB in tr, s, or y.
10500 2009-11-29 Juri Linkov <juri@jurta.org>
10502 * startup.el (fancy-about-text): Fix wording of Guided Tour.
10505 * descr-text.el (describe-char-unidata-list): Use lowercase name
10506 for "Unicode name" like in other tags.
10508 2009-11-29 Juri Linkov <juri@jurta.org>
10510 * ediff-util.el (ediff-minibuffer-with-setup-hook):
10511 New compatibility macro.
10512 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
10514 2009-11-29 Juri Linkov <juri@jurta.org>
10516 Add defcustom to define the cycling order of `recenter-top-bottom'.
10519 * window.el (recenter-last-op): Doc fix.
10520 (recenter-positions): New defcustom.
10521 (recenter-top-bottom): Rewrite to use `recenter-positions'.
10522 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10524 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
10526 Improve integration of Tramp and ange-ftp in eshell.
10528 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
10529 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
10530 (eshell/sudo): Flatten args. Let-bind `default-directory'.
10532 * eshell/esh-util.el (top): Require also Tramp when compiling.
10533 (eshell-directory-files-and-attributes): Check for FTP remote
10535 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10536 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10537 (eshell-file-attributes): Handle ".". Return `entry'.
10539 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10540 (ange-ftp-directory-files-and-attributes)
10541 (ange-ftp-real-directory-files-and-attributes): New defuns.
10543 * net/tramp.el (tramp-maybe-open-connection): Open the remote
10544 shell with "exec" when possible. This prevents trailing prompts
10545 in `start-file-process'.
10547 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10549 Try and remove assumptions about point-min==1.
10550 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10551 (rng-compute-mode-line-string): Show the validation percentage in
10552 terms of the narrowed text, not the widened text.
10553 (rng-do-some-validation): Don't catch internal errors when debugging.
10554 (rng-first-error): Simplify.
10555 (rng-after-change-function): Remove work around. AFAIK the bug has
10556 been fixed a while ago.
10558 * image-mode.el (image-minor-mode): Exit more gracefully when the image
10559 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10561 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10563 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10564 `cd' doesn't always do it for us (bug#5067).
10566 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10567 on 2009-10-25 as part of some other change (bug#5067).
10569 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10571 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10573 (byte-compile-warnings): Use byte-compile-warning-types.
10574 (byte-compile-save-excursion): Warn about use of set-buffer right
10575 after save-excursion.
10577 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10578 the excursion as well.
10580 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
10582 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10583 providing a Tramp related implementation of "su" and "sudo".
10584 (eshell-unix-initialize): Add "su" and "sudo".
10586 2009-11-27 Daiki Ueno <ueno@unixuser.org>
10588 * net/socks.el (socks-send-command): Convert binary request to
10589 unibyte before sending. This fixes mishandling of some port
10590 numbers such as 129.
10592 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10594 * help.el (describe-bindings-internal): Remove `interactive'.
10596 * man.el (Man-completion-table): Trim a terminating "(".
10597 Remove the space between name page a section.
10598 Add the command's description on the `help-echo' property.
10599 Remove `process-connection-type' binding since it's unused by
10601 Provide completion for the "<section> <name>" format as well.
10602 (Man-default-man-entry): Remove spurious var shadowing the argument.
10604 2009-11-26 Kevin Ryde <user42@zip.com.au>
10606 * log-view.el: Add "Keywords: tools", since its other keywords
10607 aren't in finder-known-keywords, and following vc.el.
10609 * sha1.el (sha1-string-external): default-directory "/" in case
10610 otherwise non-existent. process-connection-type pipe for touch of
10611 efficiency recommended by elisp manual. (An aside in Bug#3911.)
10613 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10615 Misc coding convention cleanups.
10616 * htmlfontify.el (hfy-init-kludge-hook): Rename from
10617 hfy-init-kludge-hooks.
10618 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10619 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10620 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10622 (hfy-slant, hfy-weight): Use tables rather than code.
10623 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10624 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10625 (hfy-face-attr-for-class): Initialize `face-spec' directly.
10626 (hfy-face-to-css): Remove `nconc' with single arg.
10627 (hfy-p-to-face-lennart): Use `or'.
10628 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
10629 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10630 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10631 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10632 (hfy-force-fontification): Use run-hooks.
10634 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
10636 Various minor fixes.
10637 * htmlfontify.el (hfy-default-header): Add toggle_invis since
10638 Javascript belongs in the header, not the body.
10639 (hfy-javascript): Remove.
10640 (hfy-fontify-buffer): Don't insert it any more.
10641 (hfy-face-at): Handle (face0 face1 face2) style face properties.
10642 Fix bug in invis handling when there were no invis props in a chunk.
10644 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10646 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10648 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
10650 * finder.el (finder-mode-map): Add a menu.
10652 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
10654 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
10655 "unsigned" structs.
10657 (verilog-leap-to-head, verilog-backward-token): Handle "disable
10658 fork" statement better.
10660 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
10662 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10663 (verilog-delete-auto, verilog-delete-empty-auto-pair)
10664 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10665 Reported by Clay Douglass.
10667 (verilog-auto-inst, verilog-auto-star-safe)
10668 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10669 Fix removing "// Interfaces" when saving .* expansions. Reported by
10670 Pierre-David Pfister.
10672 2009-11-26 Glenn Morris <rgm@gnu.org>
10674 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10677 2009-11-25 Johan Bockgård <bojohan@gnu.org>
10679 * vc-annotate.el (vc-annotate-revision-previous-to-line):
10680 Really use previous revision.
10682 2009-11-25 Kevin Ryde <user42@zip.com.au>
10684 * man.el (Man-completion-table): default-directory "/" in case
10685 doesn't otherwise exist. process-environment COLUMNS=999 so as
10686 not to truncate long names. process-connection-type pipe to avoid
10687 any chance of hitting the pseudo-tty TIOCGWINSZ.
10688 (man): completion-ignore-case t for friendliness and since man
10689 itself is case-insensitive on the command line.
10690 Further to Bug#3717.
10692 * arc-mode.el: Add "Keywords: files", so the details in its
10693 commentary can be reached from finder-by-keyword.
10694 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
10695 editing mode, but it's comms related and sgml-mode.el has "comm"
10697 * textmodes/bibtex-style.el: Add "Keywords: tex".
10698 * international/isearch-x.el, international/ja-dic-cnv.el:
10699 * international/ja-dic-utl.el, international/kkc.el:
10700 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
10702 2009-11-25 Juri Linkov <juri@jurta.org>
10704 * man.el (Man-completion-table): Modify regexp to include
10705 section names to completion strings. (Bug#3717)
10707 2009-11-25 Juri Linkov <juri@jurta.org>
10709 Search recursively in gzipped files. (Bug#4982)
10711 * progmodes/grep.el (grep-highlight-matches): Add new options
10712 `always' and `auto'. Doc fix.
10713 (grep-process-setup): Check `grep-highlight-matches' for
10714 `auto-detect' to determine the need to compute grep defaults.
10715 Move Windows/DOS specific --colors settings handling
10716 to `grep-compute-defaults'. Check `grep-highlight-matches'
10717 to get the value of "--color=".
10718 (grep-compute-defaults): Compute `grep-highlight-matches' when it
10719 has the value `auto-detect'. Move Windows/DOS specific settings
10720 from `grep-process-setup'.
10721 (zrgrep): New command with alias `rzgrep'.
10723 2009-11-25 Juri Linkov <juri@jurta.org>
10725 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10726 to nil instead of switching off view-mode. (Bug#4896)
10728 2009-11-25 Juri Linkov <juri@jurta.org>
10730 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
10732 * mwheel.el (mwheel-scroll-up-function)
10733 (mwheel-scroll-down-function): New defvars.
10734 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10735 `scroll-up', and `mwheel-scroll-down-function' instead of
10738 * doc-view.el (doc-view-scroll-up-or-next-page)
10739 (doc-view-scroll-down-or-previous-page): Add optional ARG.
10740 Use this ARG in the call to image-scroll-up/image-scroll-down.
10741 Change `interactive' spec to "P". Goto next/previous page only
10742 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10743 SPC/DEL case). Doc fix.
10744 (doc-view-next-line-or-next-page)
10745 (doc-view-previous-line-or-previous-page): Rename arg to ARG
10747 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10748 `doc-view-scroll-up-or-next-page', and buffer-local
10749 `mwheel-scroll-down-function' to
10750 `doc-view-scroll-down-or-previous-page'.
10752 2009-11-25 Juri Linkov <juri@jurta.org>
10754 Provide additional default values (directories at other Dired
10755 windows) via M-n in the minibuffer of some Dired commands.
10757 * dired-aux.el (dired-diff, dired-compare-directories)
10758 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10759 `minibuffer-default' in `minibuffer-with-setup-hook'.
10760 (dired-dwim-target-directory): Find a window that displays Dired
10761 buffer instead of failing when the next window is not Dired.
10762 Use `get-window-with-predicate' to find for the next Dired window.
10763 (dired-dwim-target-defaults): New function.
10765 * ediff-util.el (ediff-read-file-name):
10766 Use `dired-dwim-target-defaults' to set `minibuffer-default'
10767 in `minibuffer-with-setup-hook'.
10769 2009-11-25 Juri Linkov <juri@jurta.org>
10771 Provide additional default values (file name at point or at the
10772 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
10774 * minibuffer.el (read-file-name-defaults): New function.
10775 (read-file-name): Reset `minibuffer-default' to nil when
10776 it duplicates initial input `insdef'.
10777 Bind `minibuffer-default-add-function' to lambda that
10778 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10779 (minibuffer-insert-file-name-at-point): New command.
10781 * files.el (file-name-at-point-functions): New defcustom.
10782 (find-file-default): Remove defvar.
10783 (find-file-read-args): Don't use `find-file-default'.
10784 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10785 to `read-file-name'.
10786 (find-file-literally): Use `read-file-name' with
10787 `confirm-nonexistent-file-or-buffer'.
10789 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10791 * dired.el (dired-read-dir-and-switches):
10792 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10793 to `read-file-name'.
10794 (dired-file-name-at-point): New function.
10795 (dired-mode): Add hook `dired-file-name-at-point' to
10796 `file-name-at-point-functions'.
10798 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10800 Really make the *Completions* window soft-dedicated (bug#5030).
10801 * window.el (window--display-buffer-2): Add `dedicated' argument.
10802 (display-buffer): Pass it when needed so the dedicated flag is set
10803 after calling set-window-buffer, which would otherwise reset it.
10805 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10807 * progmodes/meta-mode.el (meta-complete-symbol):
10808 * progmodes/etags.el (complete-tag):
10809 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10810 Use completion-in-region.
10812 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10813 (dabbrev-completion): Use completion-in-region.
10814 (dabbrev--abbrev-at-point): Simplify regexp.
10816 * abbrev.el (abbrev--before-point): Use word-motion functions
10817 if :regexp is not specified (bug#5031).
10819 * subr.el (string-prefix-p): New function.
10821 * man.el (Man-completion-cache): New var.
10822 (Man-completion-table): Use it.
10824 * vc.el (vc-print-log-internal): Make `limit' optional for better
10825 compatibility (e.g. with vc-annotate.el).
10827 2009-11-24 Kevin Ryde <user42@zip.com.au>
10829 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10830 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
10832 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10833 when .el source file not found or other error.
10835 2009-11-24 Markus Triska <markus.triska@gmx.at>
10837 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10839 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10841 Handle the [back] button properly (bug#4979).
10842 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10843 Use help-setup-xref, help-buffer, and with-help-window.
10844 (describe-char): Add `buffer' argument.
10845 Pass proper command to help-setup-xref. Don't meddle with
10846 help-xref-stack-item directly.
10847 (describe-text-category): Use with-help-window and help-buffer.
10849 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10850 for the displayed buffer (bug#4887).
10852 * man.el (Man-completion-table): New function.
10855 2009-11-24 David Reitter <david.reitter@gmail.com>
10857 * vc-git.el (vc-git-registered): Use checkout directory (where
10858 .git is) rather than the file's directory and a relative path spec
10859 to work around a bug in git.
10861 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
10863 Improve handling of processes on remote hosts.
10865 * eshell/esh-util.el (eshell-path-env): New defvar.
10866 (eshell-parse-colon-path): New defun.
10867 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10869 * eshell/esh-ext.el (eshell-search-path):
10870 Use `eshell-parse-colon-path'.
10871 (eshell-remote-command): Remove argument HANDLER.
10872 (eshell-external-command): Check for FTP remote connection.
10874 * eshell/esh-proc.el (eshell-gather-process-output):
10875 Use `file-truename', in order to start also symlinked files.
10876 Apply `start-file-process' instead of `start-process'.
10877 Shorten `command' to the local file name part.
10879 * eshell/em-cmpl.el (eshell-complete-commands-list):
10880 Use `eshell-parse-colon-path'.
10882 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10884 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10885 to `eshell-directory-change-hook'.
10887 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10889 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10890 because it could be enabled automatically if view-read-only is non-nil.
10892 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
10894 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10895 made on 2009-11-22.
10897 2009-11-24 Glenn Morris <rgm@gnu.org>
10899 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10900 deleted variable bookmark-bmenu-bookmark-column.
10902 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10904 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10906 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10908 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10909 two slashes to the "file:" prefix.
10910 (browse-url-file-url): De-munge Cygwin filenames before passing
10911 them to Windows browser.
10912 (browse-url-default-windows-browser): Use call-process.
10914 2009-11-23 Juri Linkov <juri@jurta.org>
10916 Implement DocView Continuous mode. (Bug#4896)
10917 * doc-view.el (doc-view-continuous-mode): New defcustom.
10918 (doc-view-mode-map): Bind C-n/<down> to
10919 `doc-view-next-line-or-next-page', C-p/<up> to
10920 `doc-view-previous-line-or-previous-page'.
10921 (doc-view-next-line-or-next-page)
10922 (doc-view-previous-line-or-previous-page): New commands.
10924 2009-11-23 Juri Linkov <juri@jurta.org>
10926 Implement Isearch in comint input history. (Bug#3746)
10927 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10928 `isearch-mode-hook'.
10929 (comint-history-isearch): New defcustom.
10930 (comint-history-isearch-backward)
10931 (comint-history-isearch-backward-regexp): New commands.
10932 (comint-history-isearch-message-overlay): New buffer-local variable.
10933 (comint-history-isearch-setup, comint-history-isearch-end)
10934 (comint-goto-input, comint-history-isearch-search)
10935 (comint-history-isearch-message, comint-history-isearch-wrap)
10936 (comint-history-isearch-push-state)
10937 (comint-history-isearch-pop-state): New functions.
10939 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
10941 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10943 (tramp-handle-make-symbolic-link)
10944 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10946 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10947 (tramp-handle-process-file): Use it.
10949 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10951 * window.el (move-to-window-line-last-op): Remove.
10952 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10954 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10956 Make M-r mirror the new cycling behavior of C-l.
10957 * window.el (move-to-window-line-last-op): New var.
10958 (move-to-window-line-top-bottom): New command.
10959 (global-map): Bind M-r move-to-window-line-top-bottom.
10961 2009-11-23 Sven Joachim <svenjoac@gmx.de>
10963 * dired-x.el (dired-guess-shell-alist-default):
10964 Support xz format. (Bug#4953)
10966 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10968 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10969 last-command-char/last-command-event.
10970 (viper-prefix-arg-value): Do correct conversion of event-char for
10973 * emulation/viper-util.el, emulation/viper.el:
10974 Use viper-last-command-char instead of
10975 last-command-char/last-command-event.
10977 * ediff-init.el, ediff-mult.el, ediff-util.el:
10978 Replace last-command-char and last-command-event
10979 with (ediff-last-command-char) everywhere.
10981 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10982 created in fundamental mode.
10984 * ediff.el (ediff-version): Revert the change of interactive-p to
10985 called-interactively-p.
10987 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10989 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10990 generation from word-movement command names.
10992 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10994 * cus-start.el (all): Add native condition for font-use-system-font.
10996 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10998 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10999 Correct the patch from 2009-11-18. (Bug#3910)
11001 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
11003 * progmodes/subword.el: Rename from lisp/subword.el.
11005 * subword.el: Rename to progmodes/subword.el.
11007 * Makefile.in (ELCFILES): Adapt to subword.el move.
11009 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11010 Stefan Monnier <monnier@iro.umontreal.ca>
11012 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
11013 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
11014 (bookmark-bmenu-show-filenames): Use push.
11015 (bookmark-bmenu-hide-filenames): Use local var instead of
11016 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
11017 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
11018 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
11019 filenames now that the bookmark names are always available.
11021 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11023 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
11024 (bookmark-search-pattern): Move and leave unbound.
11025 (bookmark-bmenu-mode-map): Change binding.
11026 (bookmark-read-search-input): Simplify.
11027 Don't use text-char-description. Don't error on non-char events.
11028 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
11029 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
11030 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
11031 Use a local var for the timer.
11032 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
11033 (i.e. bookmark-bmenu-search).
11035 2009-11-21 Glenn Morris <rgm@gnu.org>
11037 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
11039 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
11041 * net/browse-url.el (browse-url-default-windows-browser):
11042 Use cygstart for cygwin.
11044 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
11046 * bookmark.el: Formatting and doc fixes only:
11047 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
11048 (bookmark-bmenu-search): Wrap to fit within 80 columns.
11049 Minor grammar and punctuation fixes in doc string.
11050 (bookmark-read-search-input): Adjust to fit within 80 columns.
11052 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
11054 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
11055 (c-backward-into-nomenclature): Adapt to subword renaming.
11057 * subword.el (subword-forward, subword-backward, subword-mark)
11058 (subword-kill, subword-backward-kill, subword-transpose)
11059 (subword-downcase, subword-upcase, subword-capitalize)
11060 (subword-forward-internal, subword-backward-internal):
11061 Rename from forward-subword, backward-subword, mark-subword,
11062 kill-subword, backward-kill-subword, transpose-subwords,
11063 downcase-subword, upcase-subword, capitalize-subword,
11064 forward-subword-internal, backward-subword-internal.
11066 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11068 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
11070 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
11072 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
11073 (bookmark-bmenu-filter-alist-by-regexp)
11074 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
11075 (bookmark-bmenu-search): New command.
11076 (bookmark-bmenu-mode-map): Bind it.
11078 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
11080 * progmodes/cc-cmds.el: declare-functioned forward-subword and
11081 backward-subword to quit the byte-compiler.
11083 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
11085 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
11087 * progmodes/cc-cmds.el (c-update-modeline)
11088 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11089 Refer to subword.el functions instead of cc-subword.el.
11091 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
11092 subword.el functions instead of cc-subword.el.
11094 * progmodes/cc-subword.el: Rename to subword.el.
11095 * subword.el: Rename from progmodes/cc-subword.el.
11096 (subword-mode-map): Rename from c-subword-mode-map.
11097 (subword-mode): Rename from c-subword-mode.
11098 (global-subword-mode): New global minor mode.
11099 (forward-subword): Rename from c-forward-subword.
11100 (backward-subword): Rename from c-backward-subword.
11101 (mark-subword): Rename from c-mark-subword.
11102 (kill-subword): Rename from c-kill-subword.
11103 (backward-kill-subword): Rename from c-backward-kill-subword.
11104 (transpose-subwords): Rename from c-tranpose-subword.
11105 (downcase-subword): Rename from c-downcase-subword.
11106 (capitalize-subword): Rename from c-capitalize-subword.
11107 (forward-subword-internal): Rename from c-forward-subword-internal.
11108 (backward-subword-internal): Rename from c-backward-subword-internal.
11110 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11112 * vc.el (vc-deduce-fileset): Allow non-state changing operations
11113 from a dired buffer.
11114 (vc-dired-deduce-fileset): New function.
11115 (vc-root-diff, vc-print-root-log): Use it.
11117 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
11118 nil LIMIT argument to vc-print-log-internal.
11120 2009-11-20 Glenn Morris <rgm@gnu.org>
11122 * Makefile.in (ELCFILES): Regenerate.
11124 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
11126 * calc/calc.el (calc-set-mode-line):
11127 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11128 (math-format-number): Rename `math-format-complement-signed' to
11129 `math-format-twos-complement'.
11131 * calc/calc-bin.el (math-format-twos-complement): Rename from
11132 math-format-complement-signed.
11133 (calc-radix): Rename `calc-complement-signed-mode' to
11134 `calc-twos-complement-mode'.
11135 (calc-octal-radix, calc-hex-radix): Add an argument for
11138 * calc/calc-embed.el (calc-embedded-mode-vars):
11139 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11141 * calc/calc-ext.el (calc-init-extensions):
11142 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11143 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11145 * calc/calc-units.el (math-build-units-table-buffer):
11146 Let `calc-twos-complement-mode' be nil.
11148 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11151 * calc/calc-vec.el (calcFunc-vunpack):
11152 * calc/calc-aent.el (calc-do-calc-eval):
11153 * calc/calc-forms.el (math-format-date):
11154 * calc/calc-graph.el (calc-graph-plot):
11155 * calc/calc-math.el (math-use-emacs-fn):
11156 * calc/calccomp.el (math-compose-expr):
11157 Let `calc-twos-complement-mode' be nil.
11159 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11161 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11162 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
11163 * minibuffer.el (completion-in-region-functions): New hook.
11164 (completion-in-region): New function.
11165 * emacs-lisp/lisp.el (lisp-complete-symbol):
11166 * pcomplete.el (pcomplete-std-complete): Use it.
11168 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11170 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11171 (latex-complete-alist): New vars.
11172 (latex-string-prefix-p, latex-complete-bibtex-keys)
11173 (latex-complete-envnames, latex-complete-refkeys)
11174 (latex-complete-data): New functions.
11175 (latex-complete, latex-indent-or-complete): New commands.
11177 * window.el (display-buffer-mark-dedicated): New var.
11178 (display-buffer): Obey it.
11179 * minibuffer.el (minibuffer-completion-help): Use it.
11181 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
11183 * filecache.el (file-cache-add-file): Use push and cons.
11184 (file-cache-delete-file-regexp): Use push.
11185 (file-cache-complete): Use completion-in-region.
11187 * simple.el (with-wrapper-hook): Fix thinko.
11189 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
11190 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
11191 Use with-current-buffer and string-to-number.
11192 (hfy-fallback-colour-values): Use assoc-string.
11193 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
11194 (hfy-face-at): Remove unused var `found-face'.
11195 (hfy-compile-stylesheet): Remove unused var `css'.
11196 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
11198 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
11199 Use with-current-buffer.
11200 (hfy-text-p): Use expand-file-name and fewer setq.
11202 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
11204 * htmlfontify.el, hfy-cmap.el: New files.
11206 2009-11-19 Juri Linkov <juri@jurta.org>
11208 * minibuffer.el (completions-format): New defcustom.
11209 (completion--insert-strings): Implement vertical format.
11211 * simple.el (switch-to-completions): Move point to the first
11212 completion when point was at the beginning of the buffer.
11214 2009-11-19 Juri Linkov <juri@jurta.org>
11216 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
11218 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
11220 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11222 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
11223 (mail-signature): Change default to t.
11224 (mail-from-style): Deprecate `system-default' value.
11225 (mail-insert-from-field): For default value of mail-from-style,
11226 default to `angles' unless `angles' needs quoting and `parens'
11228 (mail-citation-prefix-regexp): Use citation regexp from
11231 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
11233 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11234 Set variables for computing the prompt for reading password.
11236 2009-11-19 Glenn Morris <rgm@gnu.org>
11238 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
11240 * textmodes/flyspell.el (sgml-lexical-context): Declare.
11242 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
11243 (newsticker-treeview-listwindow-height): Fix custom type.
11245 2009-11-19 Kenichi Handa <handa@m17n.org>
11247 * descr-text.el (describe-char-padded-string): Compose with TAB
11248 only if there's a font for CH.
11249 (describe-char): Fix the condition for detecting a trivial composition.
11251 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
11253 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
11254 more accurate version of the regexp. (Bug#3910)
11256 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11258 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11260 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
11262 * font-setting.el (font-use-system-font): Declare for byte-compiler.
11263 (font-setting-change-default-font): Fix typo in docstring.
11265 2009-11-18 Alan Mackenzie <acm@muc.de>
11267 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11269 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11271 * font-setting.el (font-use-system-font): Move ...
11273 * cus-start.el (all): ... to here.
11275 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
11277 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11278 Don't set `ad-return-value' if `ad-do-it' doesn't.
11280 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11283 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11285 * menu-bar.el: Put "Use system font" in Option-menu.
11286 (menu-bar-options-save): Add font-use-system-font.
11288 * loadup.el: If feature system-font-setting or font-render-setting is
11289 there, load font-setting.
11291 * Makefile.in (ELCFILES): Add font-settings.el.
11292 * font-setting.el: New file.
11294 2009-11-17 Glenn Morris <rgm@gnu.org>
11296 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
11298 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
11299 Preserve point in the list buffer. (Bug#4939)
11301 (newsticker--treeview-list-update-highlight)
11302 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
11304 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11306 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
11309 * calc/calc-ext.el (calc-init-extensions): Remove references to
11312 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
11314 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
11315 * calc/calc-help.el (calc-b-prefix-help): Remove references to
11318 2009-11-16 Kevin Ryde <user42@zip.com.au>
11320 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11321 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
11323 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
11324 (lm-keywords-list): Allow comma-only separator like "foo,bar".
11325 Ignore trailing spaces by omit-nulls to split-string (fixing
11326 regression from Emacs 21 due to the incompatible split-string
11327 change). (Bug #4928.)
11329 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
11331 * vc.el (vc-log-show-limit): Default to 2000.
11332 (vc-print-log-internal): Insert buttons to request more entries
11333 when limiting the output.
11335 * vc-sccs.el (vc-sccs-print-log):
11336 * vc-rcs.el (vc-rcs-print-log):
11337 * vc-cvs.el (vc-cvs-print-log):
11338 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11341 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
11343 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
11344 error when `tramp-gvfs-dbus-event-vector' is set.
11345 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
11347 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11349 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
11351 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
11353 * net/dbus.el (dbus-unregister-service): New defun.
11354 (dbus-register-property): Register the handlers of
11355 "org.freedesktop.DBus.Properties" for SERVICE.
11356 (dbus-property-handler): Fix docstring.
11358 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11360 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
11361 Quote doc string reference in defvaralias as it is not in special form.
11362 (byte-compile-output-docform): Doc fix.
11364 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11366 * calc/calc.el (math-2-word-size, math-half-2-word-size)
11367 (calc-complement-signed-mode): New variables.
11368 (calc-set-mode-line): Add indicator for twos-complements.
11369 (math-format-number): Format twos-complement notation.
11371 * calc/calc-bin.el (calc-word-size): Reset the variables
11372 `math-2-word-size' and `math-half-2-word-size'.
11373 (math-format-complement-signed, math-symclip, calcFunc-symclip)
11374 (calc-symclip): New functions.
11376 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
11378 * calc/calc-embed.el (calc-embedded-mode-vars):
11379 Add `calc-complement-signed-mode' to the list of modes.
11381 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
11382 (calc-b-oper-keys): Add `calc-symclip' to list.
11384 * calc/calc-ext.el (math-read-number-fancy): Read complement
11386 (calc-init-extensions): Add binding for `calc-symclip'.
11387 Add autoload for `calcFunc-symclip' and `calc-symclip'.
11389 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
11391 (calc-modes-menu): Add item for twos complement mode.
11393 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
11395 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
11397 * register.el (jump-to-register, insert-register): Handle Semantic
11398 tags. From commented-out advice in semantic/senator.el.
11400 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11402 * vc.el (vc-log-show-limit): New variable.
11403 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
11404 when using a prefix argument.
11405 (vc-print-log-internal): Add new argument LIMIT.
11407 * vc-svn.el (vc-svn-print-log):
11408 * vc-mtn.el (vc-mtn-print-log):
11409 * vc-hg.el (vc-hg-print-log):
11410 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
11411 pass it to the log command when set. Make the BUFFER argument
11414 * vc-sccs.el (vc-sccs-print-log):
11415 * vc-rcs.el (vc-rcs-print-log):
11416 * vc-git.el (vc-git-print-log):
11417 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
11418 ignore it. Make the BUFFER argument non-optional
11420 * bindings.el (mode-line-buffer-identification): Do not purecopy.
11422 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
11424 * dired.el (dired-mode-map): Move encryption items to "Operate"
11427 * strokes.el (strokes-update-window-configuration): Make strokes
11428 buffer current before erasing (Bug#4906).
11430 2009-11-15 Juri Linkov <juri@jurta.org>
11432 * simple.el (set-mark-default-inactive): Add :type, :group
11433 and :version. (Bug#4876)
11435 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
11437 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
11438 (archive-unique-fname): ... here. (Bug#4929)
11440 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11442 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
11445 * novice.el (disabled-command-function): Add useful args.
11446 Setup the help buffer so that [back] works.
11447 Remove redundant call to help-mode.
11448 (disabled-command-function): Use `case'.
11449 (en/disable-command): New function extracted from enable-command.
11450 (enable-command, disable-command): Use it.
11452 2009-11-14 Glenn Morris <rgm@gnu.org>
11454 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
11455 constants. (Bug#4913)
11457 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
11459 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
11461 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
11462 defined in C that have no doc-strings. (Bug#1063)
11464 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
11466 * cus-edit.el (data, files):
11467 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
11469 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
11471 * simple.el (shell-command): Doc fix (Bug#4891).
11473 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
11475 2009-11-14 Glenn Morris <rgm@gnu.org>
11477 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
11478 statements for vc-diff, emerge-quit, and rmail-cease-edit.
11479 If they are already loaded, eval-after-load will do the right thing.
11481 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
11484 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
11486 * simple.el (x-selection-owner-p): Declare.
11487 (read-mail-command): Use custom radio type rather than choice.
11488 (completion-no-auto-exit): Doc fix.
11490 * custom.el (defgroup):
11491 * epg-config.el (epg): Doc fixes.
11493 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11495 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
11496 * international/ccl.el (define-ccl-program): Do not purecopy the
11497 docstring, defconst does it anyway.
11499 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11501 * add-log.el (add-change-log-entry): Avoid displaying the changelog
11504 * x-dnd.el (x-dnd-maybe-call-test-function):
11505 * window.el (split-window-vertically):
11506 * whitespace.el (whitespace-help-on):
11507 * vc-rcs.el (vc-rcs-consult-headers):
11508 * userlock.el (ask-user-about-lock-help)
11509 (ask-user-about-supersession-help):
11510 * type-break.el (type-break-force-mode-line-update):
11511 * time-stamp.el (time-stamp-conv-warn):
11512 * terminal.el (te-set-output-log, te-more-break, te-filter)
11513 (te-sentinel, terminal-emulator):
11514 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
11515 (term-write-input-ring, term-check-source, term-start-output-log):
11516 (term-display-buffer-line, term-dynamic-list-completions):
11517 (term-ansi-make-term, serial-term):
11518 * subr.el (selective-display):
11519 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11520 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11521 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11522 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11523 (speedbar-remove-localized-speedbar-support)
11524 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11525 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11526 (speedbar-buffers-line-directory):
11527 * simple.el (shell-command-on-region, append-to-buffer)
11528 (prepend-to-buffer):
11529 * shadowfile.el (shadow-save-todo-file):
11530 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11531 (scroll-bar-maybe-set-window-start):
11532 * sb-image.el (speedbar-image-dump):
11533 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11534 (load-save-place-alist-from-file):
11535 * ps-samp.el (ps-print-message-from-summary):
11536 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11537 (ps-background-image, ps-begin-job, ps-do-despool):
11538 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11539 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11540 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11541 (pr-call-process, pr-file-list, pr-interface-save):
11542 * novice.el (disabled-command-function)
11543 (enable-command, disable-command):
11544 * mouse.el (mouse-buffer-menu-alist):
11545 * mouse-copy.el (mouse-kill-preserving-secondary):
11546 * macros.el (kbd-macro-query):
11547 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11548 * informat.el (batch-info-validate):
11549 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11550 * hippie-exp.el (try-expand-dabbrev-visible):
11551 * help-mode.el (help-make-xrefs):
11552 * help-fns.el (describe-variable):
11553 * generic-x.el (bat-generic-mode-run-as-comint):
11554 * finder.el (finder-mouse-select):
11555 * find-dired.el (find-dired-sentinel):
11556 * filesets.el (filesets-file-close):
11557 * files.el (list-directory):
11558 * faces.el (list-faces-display, describe-face):
11559 * facemenu.el (list-colors-display):
11560 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11561 * epg.el (epg--process-filter, epg-cancel):
11562 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11563 (epa--read-signature-type):
11564 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11565 (emerge-file-names):
11566 * ehelp.el (electric-helpify):
11567 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11568 * ediff-vers.el (rcs-ediff-view-revision):
11569 * ediff-util.el (ediff-setup):
11570 * ediff-mult.el (ediff-append-custom-diff):
11571 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11573 * echistory.el (Electric-command-history-redo-expression):
11574 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11575 * disp-table.el (describe-display-table):
11576 * dired.el (dired-find-buffer-nocreate):
11577 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11578 * dabbrev.el (dabbrev--same-major-mode-p):
11579 * chistory.el (list-command-history):
11580 * apropos.el (apropos-documentation):
11581 * allout.el (allout-obtain-passphrase):
11582 (allout-copy-exposed-to-buffer):
11583 (allout-verify-passphrase): Use with-current-buffer.
11585 2009-11-13 Glenn Morris <rgm@gnu.org>
11587 * Makefile.in (ELCFILES): Regenerate.
11589 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
11591 * net/dbus.el (dbus-registered-objects-table): Rename from
11592 `dbus-registered-functions-table', because it contains also properties.
11593 (dbus-unregister-object): Unregister also properties.
11594 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11595 Use a timeout of 500 msec, in order to not block.
11596 (dbus-register-property, dbus-property-handler): New defuns.
11598 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11600 * simple.el (minibuffer-default-add-completions): Drop deprecated
11603 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
11605 * textmodes/artist.el (artist-mouse-choose-operation):
11606 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
11607 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
11608 (artist-compute-up-event-key): New function.
11609 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11611 2009-11-13 Kenichi Handa <handa@m17n.org>
11613 * language/japan-util.el: Make sure that the value of jisx0208
11614 property is jisx0208 character.
11616 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
11618 * international/mule.el (auto-coding-regexp-alist): Only purecopy
11619 car or each item, not the whole list.
11621 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
11623 * minibuffer.el (minibuffer-completion-help):
11624 Use minibuffer-hide-completions.
11626 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
11628 * dired.el (dired-save-positions, dired-restore-positions): New funs.
11629 (dired-revert): Use them (bug#4880).
11631 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11633 * tooltip.el (tooltip-frame-parameters): Undo previous change.
11635 2009-11-12 Juri Linkov <juri@jurta.org>
11637 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11639 (find-file-literally-at-point): Alias of `ffap-literally'.
11641 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11643 * textmodes/ispell.el (ispell-skip-region-alist):
11644 * textmodes/css-mode.el (auto-mode-alist):
11645 * progmodes/compile.el (auto-mode-alist):
11646 * international/mule.el (ctext-non-standard-encodings-alist)
11647 (ctext-non-standard-encodings-regexp):
11648 * simple.el (shell-command-switch, text-read-only):
11649 * replace.el (occur-mode-map):
11650 * paths.el (rmail-file-name):
11651 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11652 * find-file.el (ff-special-constructs):
11653 * files.el (file-name-handler-alist):
11654 * composite.el: Purecopy strings.
11656 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11658 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11660 * widget.el (define-widget): Purecopy the docstring.
11661 * international/mule-cmds.el (charset): Do not purecopy the
11662 docstring here, define-widget does it.
11664 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11665 * textmodes/bibtex-style.el (auto-mode-alist):
11666 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11667 * progmodes/compile.el (compile-command):
11668 * language/korea-util.el (default-korean-keyboard):
11669 * international/mule-conf.el (file-coding-system-alist):
11670 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11671 * tooltip.el (tooltip-frame-parameters):
11672 * newcomment.el (comment-end, comment-padding):
11673 * dired.el (dired-trivial-filenames):
11674 * comint.el (comint-file-name-prefix): Purecopy initial values.
11676 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
11678 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11679 (tramp-advice-minibuffer-electric-tilde): Unload advices via
11681 (tramp-advice-make-auto-save-file-name)
11682 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11683 after removing the advice.
11685 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11687 * progmodes/grep.el (grep-regexp-alist):
11688 * international/mule-cmds.el (iso-2022-control-alist):
11689 * emacs-lisp/timer.el (timer-duration-words):
11690 * subr.el (version-separator, version-regexp-alist):
11691 * minibuffer.el (completion-styles-alist):
11692 * faces.el (face-attribute-name-alist, list-faces-sample-text):
11693 Change defvars to defconsts.
11695 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11696 * loadup.el ("international/mule-conf"): Load the byte compiled version.
11697 * international/mule-conf.el: Allow to be byte compiled.
11699 * international/mule.el (define-charset): Purecopy props.
11700 (load-with-code-conversion): Purecopy doc string and file name.
11701 (put-charset-property): Purecopy strings.
11702 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11704 * international/mule-cmds.el (register-input-method): Purecopy arguments.
11705 (define-char-code-property): Correctly purecopy the table.
11707 * international/ccl.el (define-ccl-program): Purecopy the docstring.
11709 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11711 * subr.el (add-hook): Purecopy strings.
11712 (eval-after-load): Purecopy load-history-regexp and the form.
11714 * custom.el (custom-declare-group): Purecopy load-file-name.
11716 * subr.el (menu-bar-separator): New defconst.
11717 * net/eudc.el (eudc-tools-menu):
11718 * international/mule-cmds.el (set-coding-system-map)
11719 (mule-menu-keymap):
11720 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11721 * vc-hooks.el (vc-menu-map):
11722 * replace.el (occur-mode-map):
11723 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
11724 (menu-bar-edit-menu, menu-bar-goto-menu)
11725 (menu-bar-custom-menu, menu-bar-showhide-menu)
11726 (menu-bar-options-menu, menu-bar-tools-menu)
11727 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11728 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11729 (menu-bar-help-menu):
11730 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11731 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11733 * term/x-win.el (x-gtk-stock-map):
11734 * progmodes/vera-mode.el (auto-mode-alist):
11735 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11736 (inferior-lisp-program, inferior-lisp-load-command):
11737 * progmodes/hideshow.el (hs-special-modes-alist):
11738 * progmodes/gud.el (same-window-regexps):
11739 * progmodes/grep.el (grep-program, find-program, xargs-program):
11740 * net/telnet.el (same-window-regexps):
11741 * net/rlogin.el (same-window-regexps):
11742 * language/ethiopic.el (font-ccl-encoder-alist):
11743 * vc-sccs.el (vc-sccs-master-templates):
11744 * vc-rcs.el (vc-rcs-master-templates):
11745 * subr.el (cl-assertion-failed):
11746 * simple.el (next-error-overlay-arrow-position):
11747 * lpr.el (lpr-command):
11748 * locate.el (locate-ls-subdir-switches):
11749 * info.el (same-window-regexps, info)
11750 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11751 * image-mode.el (image-mode, auto-mode-alist):
11752 * hippie-exp.el (hippie-expand-ignore-buffers):
11753 * format.el (format-alist):
11754 * find-dired.el (find-ls-subdir-switches, find-grep-options)
11756 * facemenu.el (facemenu-keybindings):
11757 * dired.el (dired-listing-switches, dired-chown-program):
11758 * diff.el (diff-switches, diff-command):
11759 * cus-edit.el (same-window-regexps):
11760 * bindings.el (mode-line-mule-info)
11761 (mode-line-buffer-identification): Purecopy strings.
11763 2009-11-11 Juri Linkov <juri@jurta.org>
11765 * simple.el (dired-get-filename) <declare-function>:
11766 Tell the byte-compiler about dired-get-filename.
11767 (shell-command): In Dired mode, get filename from the current line
11768 as the default value.
11770 2009-11-10 Glenn Morris <rgm@gnu.org>
11772 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11773 * calendar/holidays.el, progmodes/cperl-mode.el:
11774 Update x-popup-menu declarations.
11776 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11777 (list-load-path-shadows): Use dolist.
11778 (list-load-path-shadows): Use with-current-buffer.
11780 2009-11-10 Juri Linkov <juri@jurta.org>
11782 * minibuffer.el (read-file-name): Support a list of default values
11783 in `default-filename'. Use the first file name where only one
11784 element is required. Doc fix.
11786 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
11788 * net/dbus.el (dbus-unregister-object): Release service, if no
11789 other method is registered for it.
11791 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
11793 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11794 bookmark-sort-flag is non-nil (Bug#4653).
11796 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11798 * emulation/cua-base.el: Add CUA property to some CC mode commands
11801 2009-11-08 Kevin Ryde <user42@zip.com.au>
11803 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11804 at end of sentence (Bug#4818).
11806 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
11808 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11809 Handle "see declaration of" MSFT statements (Bug#4100).
11811 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
11813 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11814 (tramp-advice-file-expand-wildcards): Unload via
11815 `ad-remove-advice'.
11817 * net/trampver.el: Update release number.
11819 2009-11-08 Kevin Ryde <user42@zip.com.au>
11821 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11824 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
11826 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11827 in order to keep context in SELinux.
11829 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11831 * dired-aux.el (dired-query): Place cursor in echo area and allow
11834 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11835 menu item if not on a directory (Bug#4701).
11837 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
11839 Sync with Tramp 2.1.17.
11841 * net/tramp.el (tramp-handle-copy-directory): Don't use
11842 `file-remote-p' (due to compatibility).
11844 * net/tramp-compat.el (tramp-compat-copy-directory)
11845 (tramp-compat-delete-directory): New defuns.
11847 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11848 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11849 `tramp-compat-delete-directory'.
11851 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11852 (tramp-smb-handle-delete-directory): Use
11853 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11855 * net/trampver.el: Update release number.
11857 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
11859 * tar-mode.el (tar-copy): Call write-region on the right buffer
11862 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11863 by hand, if necessary (Bug#4878).
11865 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
11867 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11868 align size column (Bug#4839).
11870 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11873 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11875 * progmodes/ld-script.el (auto-mode-alist):
11876 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11878 * cus-face.el (custom-declare-face): Purecopy face spec.
11880 2009-11-06 Kenichi Handa <handa@m17n.org>
11882 * international/uni-bidi.el: Re-generated.
11883 * international/uni-category.el: Re-generated.
11884 * international/uni-combining.el: Re-generated.
11885 * international/uni-mirrored.el: Re-generated.
11887 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11889 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11890 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11891 (tex-start-options, slitex-run-command, latex-run-command)
11892 (tex-run-command, tex-directory):
11893 * textmodes/ispell.el (ispell-html-skip-alists)
11894 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11895 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11896 (adaptive-fill-regexp):
11897 * textmodes/dns-mode.el (auto-mode-alist):
11898 * progmodes/python.el (interpreter-mode-alist):
11899 * progmodes/etags.el (tags-compression-info-list):
11900 * progmodes/etags.el (tags-file-name):
11901 * net/browse-url.el (browse-url-galeon-program)
11902 (browse-url-firefox-program):
11903 * mail/sendmail.el (mail-signature-file)
11904 (mail-citation-prefix-regexp):
11905 * international/mule-conf.el (eight-bit):
11906 * international/latexenc.el (latex-inputenc-coding-alist):
11907 * international/fontset.el (x-pixel-size-width-font-regexp):
11908 * emacs-lisp/warnings.el (warning-type-format):
11909 * emacs-lisp/trace.el (trace-buffer):
11910 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11911 (emacs-lisp-mode-map):
11912 * calendar/holidays.el (holiday-solar-holidays)
11913 (holiday-bahai-holidays, holiday-islamic-holidays)
11914 (holiday-christian-holidays, holiday-hebrew-holidays)
11915 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11916 (hebrew-holidays-1, holiday-oriental-holidays)
11917 (holiday-general-holidays):
11918 * x-dnd.el (x-dnd-known-types):
11919 * tool-bar.el (tool-bar):
11920 * startup.el (site-run-file):
11921 * shell.el (shell-dumb-shell-regexp):
11922 * rfn-eshadow.el (file-name-shadow-tty-properties)
11923 (file-name-shadow-properties):
11924 * paths.el (remote-shell-program, news-directory):
11925 * mouse.el ([C-down-mouse-3]):
11926 * menu-bar.el (menu-bar-tools-menu):
11927 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11928 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11929 (jka-compr-compression-info-list):
11930 * isearch.el (search-whitespace-regexp):
11931 * image-file.el (image-file-name-extensions):
11932 * find-dired.el (find-ls-option):
11933 * files.el (directory-listing-before-filename-regexp)
11934 (directory-free-space-args, insert-directory-program)
11935 (list-directory-brief-switches, magic-fallback-mode-alist)
11936 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11937 (automount-dir-prefix):
11938 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11939 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11940 (face-font-registry-alternatives, face-font-registry-alternatives)
11941 (face-font-family-alternatives):
11942 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11943 (facemenu-foreground-menu, facemenu-face-menu):
11944 * epa-hook.el (epa-file-name-regexp):
11945 * dnd.el (dnd-protocol-alist):
11946 * textmodes/rst.el (auto-mode-alist):
11947 * button.el (default-button): Purecopy strings.
11949 2009-11-06 Glenn Morris <rgm@gnu.org>
11951 * Makefile.in (ELCFILES): Update.
11953 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11955 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11956 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11958 * nxml/xsd-regexp.el (xsdre-gen-categories):
11959 * nxml/xmltok.el (xmltok-parse-entity):
11960 * nxml/rng-parse.el (rng-parse-validate-file):
11961 * nxml/rng-maint.el (rng-format-manual)
11962 (rng-manual-output-force-new-line):
11963 * nxml/rng-loc.el (rng-save-schema-location-1):
11964 * nxml/rng-cmpct.el (rng-c-parse-file):
11965 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11966 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11968 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11970 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11971 Remove extra save-excursions and make-variable-buffer-local's.
11972 Suggested by Stefan Monnier.
11974 (verilog-getopt-file, verilog-module-inside-filename-p)
11975 (verilog-set-define): Merge GNU 1.35 and repair changes from
11976 switching to using with-current-buffer.
11978 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11979 being treated as a number and confusing AUTORESET.
11980 Reported by Dan Dever.
11982 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11983 Add verilog-auto-ignore-concat to fix backward compatibility with
11984 older verilog-modes. Reported by Dan Katz.
11986 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11987 containing closing anchors "...$".
11989 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11990 Reported by Wade Smith.
11992 (verilog-batch-execute-func): Comment on function usage.
11994 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11996 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11999 (verilog-label-re, verilog-calc-1): Support proper indent of named
12002 (verilog-backward-token, verilog-basic-complete-re)
12003 (verilog-beg-of-statement, verilog-indent-re): Support proper
12004 indent of the assert statement at the beginning of a block of text.
12006 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
12007 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
12010 2009-11-05 Glenn Morris <rgm@gnu.org>
12012 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
12013 Emacs 19. (Bug#1531)
12014 (byte-compile-fix-header): Update for the above change.
12015 Drop test for epoch::version.
12017 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
12018 * cus-dep.el (custom-make-dependencies):
12019 * finder.el (finder-compile-keywords):
12020 Use autoload-rubric's feature argument.
12022 * calendar/diary-lib.el (top-level): Make load behave more like require.
12024 * vc-git.el (vc-git-stash-map): Move definition before use.
12026 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12028 * custom.el (custom-declare-group): Purecopy standard-value.
12029 (custom-declare-group): Purecopy custom-prefix.
12031 * international/mule.el (load-with-code-conversion):
12032 Call do-after-load-evaluation unconditionally.
12034 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
12036 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12038 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
12040 2009-11-04 Glenn Morris <rgm@gnu.org>
12042 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
12043 (byte-compile-compatibility): Remove option.
12044 (byte-compile-close-variables, byte-compile-fix-header)
12045 (byte-compile-insert-header, byte-compile-output-docform)
12046 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
12047 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
12048 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
12049 (byte-compile-insert, byte-compile-defun):
12050 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
12051 (byte-defop-compiler19): Remove.
12052 Without byte-compile-compatibility, the 'emacs19-opcode property is not
12053 used by anything. Replace all calls with byte-defop-compiler.
12055 2009-11-04 Juri Linkov <juri@jurta.org>
12057 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
12058 (menu-bar-options-menu): Don't quote the `prop' arg of
12059 `menu-bar-make-mm-toggle'.
12061 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
12063 * calendar/calendar.el (cal-loaddefs):
12064 * calendar/diary-lib.el (diary-loaddefs):
12065 * calendar/holidays.el (hol-loaddefs):
12066 * eshell/esh-module.el (esh-groups): Load rather than require.
12068 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12070 * calendar/todo-mode.el (todo-add-category): Don't hardcode
12072 (todo-top-priorities): Only display-buffer when called interactively.
12073 (todo-item-start): Don't save excursion point.
12074 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
12075 (todo-insert-item-here, todo-file-item, todo-remove-item):
12076 Adjust uses of todo-item-start and todo-item-end.
12078 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
12079 (autoload-rubric): Don't use any more.
12081 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
12082 and only put a prop if it is non-nil.
12084 2009-11-03 Juri Linkov <juri@jurta.org>
12086 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
12087 (menu-bar-options-menu): Fix list quoting (Bug#4429).
12089 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
12090 and "Menu" to make top-level menu item visually one unit (like
12091 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
12092 multi-word menu items). Fix :help string for quit-window.
12094 2009-11-03 Glenn Morris <rgm@gnu.org>
12096 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
12097 (byte-compile-file-form-define-abbrev-table)
12098 (byte-compile-file-form-custom-declare-variable)
12099 (byte-compile-variable-ref, byte-compile-defvar):
12100 Whether or not a warning is enabled should only affect whether we issue
12101 the warning, not whether or not we collect the relevant data.
12102 Eg warnings can be turned on and off throughout the course of a file.
12104 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
12105 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
12107 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12109 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
12110 * play/mpuz.el (mpuz-create-buffer):
12111 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
12112 (lm-print-y,s,noise, lm-print-w0, lm-init):
12113 * play/gomoku.el (gomoku-prompt-for-move):
12114 * play/fortune.el (fortune-in-buffer):
12115 * play/dissociate.el (dissociated-press):
12116 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
12117 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
12118 * mail/supercite.el (sc-eref-show):
12119 * mail/smtpmail.el (smtpmail-send-it):
12120 * mail/rmailsum.el (rmail-summary-next-labeled-message)
12121 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
12122 (rmail-summary-undelete-many, rmail-summary-rmail-update)
12123 (rmail-summary-goto-msg, rmail-summary-expunge)
12124 (rmail-summary-get-new-mail, rmail-summary-search-backward)
12125 (rmail-summary-add-label, rmail-summary-output-menu)
12126 (rmail-summary-output-body):
12127 * mail/rfc822.el (rfc822-addresses):
12128 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
12129 * mail/mailpost.el (post-mail-send-it):
12130 * mail/hashcash.el (hashcash-generate-payment):
12131 * mail/feedmail.el (feedmail-run-the-queue)
12132 (feedmail-queue-send-edit-prompt-help-first)
12133 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
12134 (feedmail-deduce-address-list):
12135 * eshell/esh-ext.el (eshell-remote-command):
12136 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
12137 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
12138 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
12139 (viper-save-string-in-file, viper-valid-marker):
12140 * emulation/viper-keym.el (viper-toggle-key):
12141 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12142 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12143 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12144 * emulation/viper-cmd.el (viper-exec-form-in-vi)
12145 (viper-exec-form-in-emacs, viper-brac-function):
12146 * emulation/viper.el (viper-delocalize-var):
12147 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12148 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12149 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12150 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12151 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12152 * emulation/edt.el (edt-electric-helpify):
12153 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12154 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12155 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12156 (cua-indent-to-global-mark-column):
12157 * calendar/diary-lib.el (calendar-mark-1):
12158 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12159 Use with-current-buffer.
12160 * emulation/viper.el (viper-delocalize-var): Use dolist.
12162 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
12164 * comint.el (comint-replace-by-expanded-history-before-point):
12165 Replace !! with the previous input string literally (Bug#1795).
12167 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
12169 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12170 to be made up of whitespace.
12172 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
12174 * minibuffer.el (read-file-name): Don't use file dialogs for
12175 remote directories (Bug#99).
12177 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
12179 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
12181 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
12183 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
12184 instead of deleting the window or frame.
12186 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
12188 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12189 Support face colors.
12191 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
12192 New function. Support face colors (Bug#1168).
12193 (tex-common-initialization): Use it.
12195 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
12196 mode allows it (Bug#1168).
12198 2009-10-31 Juri Linkov <juri@jurta.org>
12200 * facemenu.el (list-colors-display): Don't mark buffer as
12201 modified (Bug#3948).
12203 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
12205 * international/mule-diag.el (list-character-sets-1): Minor
12206 message fix (Bug#3526).
12208 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
12209 face property (Bug#4834).
12210 (etags-list-tags, etags-tags-apropos-additional)
12211 (etags-tags-apropos, tags-select-tags-table): Add follow-link
12214 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
12217 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12219 * textmodes/two-column.el (2C-split):
12220 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
12221 * textmodes/tex-mode.el (tex-set-buffer-directory):
12222 * textmodes/spell.el (spell-region, spell-string):
12223 * textmodes/reftex.el (reftex-erase-buffer):
12224 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
12225 * textmodes/reftex-toc.el (reftex-toc-promote-action):
12226 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
12227 (reftex-select-item):
12228 * textmodes/reftex-ref.el (reftex-label-info-update)
12229 (reftex-offer-label-menu):
12230 * textmodes/reftex-index.el (reftex-index-change-entry)
12231 (reftex-index-phrases-info):
12232 * textmodes/reftex-global.el (reftex-create-tags-file)
12233 (reftex-save-all-document-buffers, reftex-ensure-write-access):
12234 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
12235 (reftex-view-crossref-from-bibtex):
12236 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
12237 (reftex-extract-bib-entries-from-thebibliography)
12238 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
12239 * textmodes/refbib.el (r2b-capitalize-title):
12240 (r2b-convert-buffer, r2b-help):
12241 * textmodes/page-ext.el (pages-directory)
12242 (pages-directory-goto-with-mouse):
12243 * textmodes/bibtex.el (bibtex-validate-globally):
12244 * textmodes/bib-mode.el (bib-capitalize-title):
12245 * textmodes/artist.el (artist-clear-buffer, artist-system):
12246 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
12247 (local-set-scheme-interaction-buffer, xscheme-process-filter)
12248 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
12249 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
12250 (xscheme-send-control-g-interrupt, xscheme-start-process)
12251 (xscheme-process-sentinel, xscheme-cd):
12252 * progmodes/verilog-mode.el (verilog-read-always-signals)
12253 (verilog-set-define, verilog-getopt-file)
12254 (verilog-module-inside-filename-p):
12255 * progmodes/sh-script.el:
12256 * progmodes/python.el (python-pdbtrack-get-source-buffer)
12257 (python-pdbtrack-grub-for-buffer, python-execute-file):
12258 * progmodes/octave-inf.el (inferior-octave):
12259 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12260 (idlwave-shell-compile-helper-routines, idlwave-set-local)
12261 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12262 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12263 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12264 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12265 (idlwave-shell-filter, idlwave-shell-examine-highlight)
12266 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12267 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12268 (idlwave-shell-examine-display, idlwave-shell-run-region)
12269 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12270 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12271 * progmodes/idlw-help.el (idlwave-help-get-special-help)
12272 (idlwave-help-get-help-buffer):
12273 * progmodes/gud.el (gud-basic-call, gud-find-class)
12274 (gud-tooltip-activate-mouse-motions-if-enabled):
12275 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12276 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12277 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12278 (ebrowse-tags-next-file):
12279 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12280 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12281 (ebnf-eps-finish-and-write):
12282 * progmodes/cpp.el (cpp-edit-save):
12283 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12284 * progmodes/cc-defs.el (c-emacs-features):
12285 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
12286 (antlr-directory-dependencies):
12287 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
12288 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
12289 (ada-find-any-references, ada-make-filename-from-adaname)
12290 (ada-make-body-gnatstub):
12291 * obsolete/rnews.el (news-list-news-groups):
12292 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
12293 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
12294 * net/rcirc.el (rcirc-debug):
12295 * net/newst-treeview.el (newsticker--treeview-list-add-item)
12296 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
12297 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
12298 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
12299 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
12300 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
12301 (newsticker--treeview-list-clear-highlight)
12302 (newsticker--treeview-list-update-highlight)
12303 (newsticker--treeview-list-highlight-start)
12304 (newsticker--treeview-tree-update-highlight)
12305 (newsticker--treeview-get-selected-item)
12306 (newsticker-treeview-mark-list-items-old)
12307 (newsticker--treeview-set-current-node):
12308 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12309 * net/newst-backend.el (newsticker--get-news-by-funcall)
12310 (newsticker--get-news-by-wget, newsticker--image-get)
12311 (newsticker--image-sentinel):
12312 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
12313 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
12314 (eudc-ph-close-session):
12315 * net/eudc.el (eudc-save-options):
12316 * language/thai-word.el (thai-update-word-table):
12317 * language/japan-util.el (japanese-string-conversion):
12318 * international/titdic-cnv.el (tsang-quick-converter)
12319 (ziranma-converter, ctlau-converter):
12320 * international/mule-cmds.el (describe-language-environment):
12321 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
12322 (skkdic-convert-postfix, skkdic-convert-prefix):
12323 (skkdic-convert-okuri-nasi, skkdic-convert):
12324 * emacs-lisp/re-builder.el (reb-update-overlays):
12325 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
12326 * emacs-lisp/gulp.el (gulp-send-requests):
12327 * emacs-lisp/find-gc.el (trace-call-tree):
12328 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
12329 (eieio-describe-generic):
12330 * emacs-lisp/eieio-base.el (eieio-persistent-read):
12331 * emacs-lisp/edebug.el (edebug-outside-excursion):
12332 * emacs-lisp/debug.el (debugger-make-xrefs):
12333 * emacs-lisp/cust-print.el (custom-prin1-to-string):
12334 * emacs-lisp/chart.el (chart-new-buffer):
12335 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
12336 Use with-current-buffer.
12337 * textmodes/artist.el (artist-system): Don't call
12338 copy-sequence on a fresh string.
12339 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
12341 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
12343 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
12344 is no item to edit. (Bug#4820)
12345 (todo-top-priorities): Restore point and restore narrowing in Todo
12348 2009-10-31 Glenn Morris <rgm@gnu.org>
12350 * net/ange-ftp.el (top-level): Don't require dired when compiling.
12351 (comint-last-output-start, comint-last-input-start)
12352 (comint-last-input-end): Don't defvar when compiling.
12353 (ange-ftp-process-file): Use bound-and-true-p.
12355 * pcmpl-rpm.el (top-level): Move provide statement to end.
12356 (pcmpl-rpm): Remove unused custom group.
12358 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
12360 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
12362 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12363 (byte-compile-warnings): Add `constants' as an option.
12364 (byte-compile-callargs-warn, byte-compile-arglist-warn)
12365 (display-call-tree): Update for byte-compile-fdefinition possibly
12366 returning `(macro lambda ...)'. (Bug#4778)
12367 (byte-compile-variable-ref, byte-compile-setq-default):
12368 Respect `constants' member of byte-compile-warnings.
12370 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12372 * vc-bzr.el (vc-bzr-revision-keywords): New var.
12373 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
12376 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
12378 * textmodes/ispell.el (ispell-skip-region-alist):
12379 * international/mule-conf.el (eight-bit):
12380 * international/fontset.el (font-encoding-alist):
12381 * startup.el (pure-space-overflow-message):
12382 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
12383 * paths.el (gnus-nntp-service, rmail-spool-directory)
12384 (term-file-prefix):
12385 * files.el (save-some-buffers-action-alist):
12386 * cmuscheme.el (same-window-buffer-names):
12387 * ielm.el (same-window-buffer-names):
12388 * shell.el (same-window-buffer-names):
12389 * mail/sendmail.el (same-window-buffer-names):
12390 * progmodes/inf-lisp.el (same-window-buffer-names):
12391 * bindings.el (mode-line-client)
12392 (mode-line-column-line-number-mode-map):
12393 * language/tibetan.el (tibetan-precomposition-rule-regexp)
12394 (tibetan-precomposed-regexp): Purecopy string arguments.
12396 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12398 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
12399 (calcDigit-nondigit):
12400 * calc/calc-yank.el (calc-copy-to-buffer):
12401 * calc/calc-units.el (calc-invalidate-units-table):
12402 * calc/calc-trail.el (calc-trail-yank):
12403 * calc/calc-store.el (calc-insert-variables):
12404 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12405 * calc/calc-prog.el (calc-read-parse-table):
12406 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
12407 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
12408 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
12409 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
12410 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
12411 (calc-graph-name, calc-graph-find-command, calc-graph-view)
12412 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
12413 * calc/calc-ext.el (calc-realign):
12414 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
12415 (calc-embedded-finish-edit, calc-embedded-make-info)
12416 (calc-embedded-finish-command, calc-embedded-stack-change):
12417 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
12419 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
12420 shell-dynamic-complete-filename in preference to
12421 comint-dynamic-complete-filename.
12423 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12424 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12425 Don't consider whether the display supports colors.
12426 (bookmark-import-new-list): Use dolist.
12427 (bookmark-bmenu-mode-map): Move initialization into declaration.
12428 (bookmark-bmenu-list): Use dolist, simplify.
12429 (bookmark-show-all-annotations): Use save-selected-window and dolist.
12430 (menu-bar-final-items): Use push.
12432 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
12434 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
12435 it works on remote files.
12436 (vc-hg-diff): Don't pass any `--cwd' argument.
12438 2009-10-27 Kevin Ryde <user42@zip.com.au>
12440 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12441 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
12442 (Further to Bug#3921).
12444 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
12446 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
12447 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
12448 calling `tramp-imap-put-file'. Add file size to the call.
12449 (tramp-imap-get-file-entries): Compute also user name, file size,
12451 (tramp-imap-handle-insert-directory): Insert uid and gid.
12452 (tramp-imap-handle-file-attributes): Transform uid and gid
12453 according to `id-format'.
12454 (tramp-imap-put-file): New optional parameter SIZE. Encode file
12455 size in header X-Size.
12457 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
12459 * simple.el (transpose-subr): Give clearer error when the mark
12460 is not set. (Bug#4807)
12462 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
12464 * net/tramp.el (tramp-perl-file-truename): New defconst.
12465 Perl code contributed by yary <not.com@gmail.com> (tiny change).
12466 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
12467 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
12468 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
12470 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
12471 Ignore `dired-call-process'.
12472 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
12474 2009-10-26 Julian Scheid <julians37@gmail.com>
12476 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
12477 (tramp-get-remote-readlink): New defun.
12478 (tramp-handle-file-truename): Use it.
12479 (tramp-handle-file-exists-p): Check file-attributes cache, assume
12480 file exists if cache value present.
12481 (tramp-check-cached-permissions): New defun.
12482 (tramp-handle-file-readable-p): Use it.
12483 (tramp-handle-file-writable-p): Likewise.
12484 (tramp-handle-file-executable-p): Likewise.
12485 (tramp-handle-file-name-all-completions): Try using Perl to get
12486 partial completions. When perl not available, combine `cd' and
12487 `ls' into single remote operation and use shell expansion to get
12488 partial remote directory contents. Set `file-exists-p' cache for
12489 directory and any files returned by ls. Change cache handling to
12490 support partial directory contents. Use error message emitted by
12491 remote `cd' or Perl code for local tramp-error.
12492 (tramp-do-copy-or-rename-file-directly): Avoid separate
12493 tramp-send-command-and-check call.
12494 (tramp-handle-process-file): Merge three remote ops into one.
12495 Do not flush all caches when `process-file-side-effects' is set.
12496 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
12497 file-attributes shows uid/gid to be set already.
12499 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12501 * textmodes/tex-mode.el (tex-dvi-view-command)
12502 (tex-show-queue-command, tex-open-quote):
12503 * progmodes/ruby-mode.el (auto-mode-alist)
12504 (interpreter-mode-alist): Purecopy strings.
12506 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
12508 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
12509 string for the hook, keymap and abbrev table.
12511 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
12513 * x-dnd.el (x-dnd-xdnd-to-action):
12514 * startup.el (fancy-startup-text, fancy-about-text): Change to
12515 defconst from defvar.
12517 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
12519 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12520 Purecopy initialization strings.
12522 * mail/sendmail.el (mail-header-separator)
12523 (mail-personal-alias-file):
12524 * mail/rmail.el (rmail-default-dont-reply-to-names)
12525 (rmail-ignored-headers, rmail-retry-ignored-headers)
12526 (rmail-highlighted-headers, rmail-secondary-file-directory)
12527 (rmail-secondary-file-regexp):
12528 * files.el (null-device, file-name-invalid-regexp)
12529 (locate-dominating-stop-dir-regexp)
12530 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
12531 (interpreter-mode-alist): Use mapcar instead of mapc.
12533 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12535 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12536 (completion-ignored-extensions):
12537 (debug-ignored-errors): Purecopy strings.
12539 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12541 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12542 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12543 (pcomplete--here): Use push.
12545 * subr.el (all-completions): Declare the 4th arg obsolete.
12547 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12549 * pcomplete.el (pcomplete-unquote-argument-function): New var.
12550 (pcomplete-unquote-argument): New function.
12551 (pcomplete--common-suffix): Always pay attention to case.
12552 (pcomplete--table-subvert): Quote and unquote the text.
12553 (pcomplete--common-quoted-suffix): New function.
12554 (pcomplete-std-complete): Use it and pcomplete-begin.
12556 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12557 we're inside a dedicated or minibuffer window.
12559 2009-10-24 Karl Fogel <kfogel@red-bean.com>
12561 * bookmark.el: Update documentation, especially documentation
12562 of `bookmark-alist' and of the bookmark file format.
12563 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
12565 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
12567 * mail/emacsbug.el (report-emacs-bug): Clarify that the
12568 keybindings apply to the mail buffer (Bug#4003). Shrink help
12571 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12572 (global-whitespace-mode, global-whitespace-newline-mode)
12573 (whitespace-toggle-options, global-whitespace-toggle-options):
12574 Doc fix (Bug#3660).
12576 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12577 of xmltok-start before the end tag was inserted (Bug#2840).
12579 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12580 patterns that are preceded by an open-paren (Bug#1320).
12582 2009-10-24 Sven Joachim <svenjoac@gmx.de>
12584 * files.el (delete-directory): Delete symlinks to directories with
12585 delete-file (Bug#4739).
12587 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12589 * vc.el (vc-backend-for-registration): Rename from
12590 vc-get-backend-for-registration. Update callers.
12592 * international/mule-cmds.el (set-language-info-alist):
12594 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12595 (charset): Purecopy the name.
12596 (define-char-code-property): Purecopy string arguments.
12598 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12599 Purecopy string arguments.
12601 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12602 * ediff-hook.el (menu-bar-ediff-menu):
12603 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12604 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12606 2009-10-24 Glenn Morris <rgm@gnu.org>
12608 * comint.el (comint-dynamic-list-completions):
12609 * term.el (term-dynamic-list-completions): Use choose-completion rather
12610 than obsolete alias mouse-choose-completion.
12612 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12613 file-cache-choose-completion.
12614 (file-cache-choose-completion): Handle an optional event argument.
12615 (file-cache-mouse-choose-completion): Make it an obsolete alias.
12617 * progmodes/octave-mod.el (octave-complete-symbol):
12618 Use choose-completion if mouse-choose-completion is ever removed.
12620 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12623 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12626 * vc-hooks.el (vc-responsible-backend): Fix declaration.
12628 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12630 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12631 Ignore `pred' now that we receive one.
12632 Handle test-completion specially.
12634 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12636 * vc.el (vc-responsible-backend): Throw an error if not backend is
12637 found. Remove the REGISTER argument. Move the code dealing with
12639 (vc-get-backend-for-registration): ... here. New function.
12640 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12641 of vc-responsible-backend, pass the file name instead of the
12644 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12646 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12648 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
12649 (pcomplete-comint-setup): Don't modify a global var via
12650 accidental side-effects.
12651 (pcomplete-shell-setup): Adjust call accordingly.
12652 (pcomplete-parse-comint-arguments): Use push.
12654 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
12656 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12657 Allow uncapitalized info node names (Bug#3921).
12659 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12660 to the DEBUG file (Bug#3781).
12662 2009-10-23 Jari Aalto <jari.aalto@cante.net>
12664 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12665 dictionary entry (Bug#4579).
12667 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
12669 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12670 from `rfn-eshadow-update-overlay-hook' when unloading.
12671 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12672 "rsyncc". Adjust doc string.
12673 (tramp-temp-buffer-file-name): New buffer-local defvar.
12674 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12675 Keep temporary file when indicated by method ("rsync" and
12677 (tramp-handle-write-region): Handle APPEND.
12678 (tramp-delete-temp-file-function): New defun. Added to
12679 `kill-buffer-hook'.
12681 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
12683 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12685 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12687 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12688 (color-name-rgb-alist, tty-standard-colors)
12689 (tty-color-mode-alist): Change to defconst.
12691 * simple.el (mark-inactive): Purecopy message.
12693 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12694 (global-map, yank-menu):
12695 * textmodes/ispell.el (ispell-menu-map):
12696 * net/eudc.el (eudc-tools-menu):
12697 * international/mule-cmds.el (describe-language-environment-map)
12698 (setup-language-environment-map, set-coding-system-map)
12699 (mule-menu-keymap):
12700 * vc-hooks.el (vc-menu-entry, vc-menu-map):
12701 * replace.el (occur-mode-map):
12702 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12704 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
12706 * calc/calc.el (math-read-number, math-read-number-simple): Use
12709 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12711 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12712 rather than fiddling with global-map bindings, since it should only
12713 affect per-terminal settings.
12714 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12716 * minibuffer.el (completion-table-with-terminator): Allow to specify
12717 the terminator-regexp.
12719 * simple.el (switch-to-completions): Look for *Completions* in other
12722 * pcomplete.el: Allow the use of completion-tables.
12723 (pcomplete-std-complete): New command.
12724 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12725 (pcomplete--here): Use a function for `form' rather than an expression,
12726 so it can be byte-compiled.
12727 (pcomplete-here, pcomplete-here*): Adjust accordingly.
12728 Add edebug declaration.
12729 (pcomplete-show-completions): Remove unused var `curbuf'.
12730 (pcomplete-do-complete, pcomplete-stub):
12731 Don't assume `completions' is a list of strings any more.
12733 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
12735 * find-dired.el (find-name-arg): Fix typo in docstring.
12737 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12739 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12740 (pcmpl-linux-fs-types): Same, and update to new modules layout.
12742 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12745 * comint.el (comint-read-input-ring, comint-write-input-ring)
12746 (comint-substitute-in-file-name)
12747 (comint-dynamic-complete-as-filename)
12748 (comint-dynamic-simple-complete)
12749 (comint-dynamic-list-filename-completions)
12750 (comint-dynamic-list-completions)
12751 (comint-redirect-results-list-from-process): Minor simplifications.
12753 2009-10-21 Kevin Ryde <user42@zip.com.au>
12755 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12756 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12757 the first form. And insert a blank line after ";;; Code" since
12758 that's usual style. (Bug#4612)
12760 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12762 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12764 * minibuffer.el (completion-table-with-terminator): Properly implement
12765 boundaries, in case `terminator' appears in the suffix.
12766 (completion--embedded-envvar-table): Don't return boundaries if
12767 there's no valid completion. Simplify.
12768 (completion-file-name-table): New completion table extracted from
12769 completion--file-name-table.
12770 (completion--file-name-table): Use it.
12771 (read-file-name-predicate): Declare obsolete.
12772 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12773 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12774 completion-file-name-table, and use the `pred' argument.
12775 * files.el (locate-file-completion-table): Use the `pred' arg rather
12776 than read-file-name-predicate.
12777 (abbreviate-file-name): Use \` rather than ^ for BOS.
12779 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12781 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12782 vc-responsible-backend to register, it causes problems.
12784 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12786 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12788 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
12790 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12791 (tramp-smb-handle-file-attributes): Use it.
12792 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12793 (tramp-smb-handle-insert-directory): Use `mapc' rather than
12794 `mapcar'. Use `tramp-smb-get-stat-capability'.
12795 Add `dired-filename' text properties.
12796 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12797 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12800 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12802 * subr.el (read-key-delay): Reduce to 0.01.
12803 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12806 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12808 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12810 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12811 (Info-menu): Remove unused vars `last' and `completions'.
12812 (Info-index-nodes): Remove unused var `node'.
12814 * info.el (Info-complete-menu-item): Use complete-with-action.
12816 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12818 Make vc-annotate work through copies and renames.
12819 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12820 Return the file name too.
12821 (vc-annotate-revision-at-line)
12822 (vc-annotate-find-revision-at-line)
12823 (vc-annotate-revision-previous-to-line)
12824 (vc-annotate-show-log-revision-at-line): Update to get the file
12825 name from vc-annotate-extract-revision-at-line.
12826 (vc-annotate-show-diff-revision-at-line-internal): Change the
12827 argument to mean whether to show a file diff or not. Get the file
12828 name from vc-annotate-extract-revision-at-line.
12829 (vc-annotate-show-diff-revision-at-line):
12830 Update vc-annotate-show-diff-revision-at-line call.
12831 (vc-annotate-warp-revision): Add an optional file argument.
12833 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12834 (vc-git-annotate-extract-revision-at-line): Also return the file
12837 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12838 command. Remove unused code.
12839 (vc-hg-annotate-re): Update to match --follow output.
12840 (vc-hg-annotate-extract-revision-at-line): Also return the file
12843 * vc.el: Update annotate-extract-revision-at-line documentation.
12845 2009-10-18 Kevin Ryde <user42@zip.com.au>
12847 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12848 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12850 * net/browse-url.el (browse-url): Identify alist with "consp and
12851 not functionp" and let all other things go down the `apply' leg,
12852 as suggested by Stefan. (Further to bug#4531.)
12854 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
12856 * minibuffer.el (read-file-name): Check for repeat before putting
12857 a default argument in file-name-history (Bug#4657).
12859 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12860 read syntax (Bug#4737).
12862 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12864 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12866 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12867 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12868 entries and make note of obsolete tags.
12870 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12872 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12874 2009-10-18 Glenn Morris <rgm@gnu.org>
12876 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12877 grep, so that binary files (eg international/uni-bidi.el) can match.
12878 Remove test for "UnicodeData" files, since it is hopefully unnecessary
12879 now, and in any case the file header format has changed.
12881 2009-10-17 Glenn Morris <rgm@gnu.org>
12883 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12884 (flyspell-get-word, flyspell-large-region)
12885 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12887 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
12889 * Makefile.in (ELCFILES): Add ede/shell.
12891 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12893 * term/common-win.el (x-colors): Purecopy it.
12895 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12897 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12898 permissive for when the buffer is empty.
12899 (tar-header-block-tokenize): Decode the username and groupname.
12900 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12902 2009-10-17 Eric Ludlam <zappo@gnu.org>
12904 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12905 contains multibyte characters, choose first applicable coding
12906 system automatically.
12908 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12910 * international/mule-cmds.el (select-safe-coding-system): If the file
12911 has a coding cookie, use it regardless of any other setting (bug#4712).
12913 2009-10-17 Glenn Morris <rgm@gnu.org>
12915 * foldout.el (foldout-mouse-swallow-events):
12916 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12918 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12919 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12920 (dired-keep-marker-symlink, dired-dwim-target)
12921 (dired-copy-preserve-time): Do not autoload these defcustoms.
12923 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12924 messages from messing up the file coding. (Bug#4623)
12926 2009-10-17 Jari Aalto <jari.aalto@cante.net>
12928 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12929 if no match is found for the current dictionary. (Bug#4578)
12931 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12932 optional, since that is how it is documented, and this is often called
12933 with a nil argument. (Bug#4577)
12934 (flyspell-external-point-words, flyspell-auto-correct-word)
12935 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12936 (flyspell-word-search-backward): Remove nil argument in calls to
12937 flyspell-get-word, since it is not needed now.
12939 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
12941 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
12943 2009-10-16 Glenn Morris <rgm@gnu.org>
12945 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12947 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12949 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12950 (ange-ftp-file-size): New function.
12951 (ange-ftp-file-attributes): Use it.
12953 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
12955 * net/tramp-smb.el (tramp-smb-version): New defvar.
12956 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12959 2009-10-16 Glenn Morris <rgm@gnu.org>
12961 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12962 Maybe copy some custom properties from old to new name. (Bug#4706)
12964 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
12966 * subr.el (error, sit-for, start-process-shell-command)
12967 (start-file-process-shell-command): Set the calling convention
12968 after the function definition.
12970 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12972 * subr.el (error, sit-for, start-process-shell-command)
12973 (start-file-process-shell-command): Use the new
12974 set-advertised-calling-convention feature.
12976 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12978 * international/ucs-normalize.el (ucs-normalize-version):
12980 (check-range): Adjust for Unicode 5.2.
12982 2009-10-15 Juri Linkov <juri@jurta.org>
12984 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12985 to the `menu-item' format.
12987 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12989 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12990 if the environment variable does not exist.
12992 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12993 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12995 (tramp-smb-handle-add-name-to-file)
12996 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12997 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12998 (tramp-smb-handle-file-attributes)
12999 (tramp-smb-do-file-attributes-with-stat)
13000 (tramp-smb-handle-file-local-copy)
13001 (tramp-smb-handle-insert-directory)
13002 (tramp-smb-handle-make-directory)
13003 (tramp-smb-handle-make-directory-internal)
13004 (tramp-smb-handle-make-symbolic-link)
13005 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
13006 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
13007 (tramp-smb-maybe-open-connection): Apply the changed parameters.
13008 (tramp-smb-read-file-entry): Read Disk names in compressed format.
13009 Handle long file names.
13010 (tramp-smb-get-cifs-capabilities): Check, whether the connection
13011 process is running.
13012 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
13013 Read share names with "-g" option.
13015 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
13017 * net/rcirc.el (rcirc-view-log-file): New command.
13018 (rcirc-track-minor-mode-map): Remove C-c ` binding.
13019 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
13022 2009-10-15 Glenn Morris <rgm@gnu.org>
13024 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
13025 from the second command-line argument.
13026 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
13027 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
13028 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
13029 w32-batch-update-autoloads.
13030 * emacs-lisp/autoload.el (autoload-make-program): New variable.
13031 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
13033 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
13034 the headers cannot be located. Simplify, subtracting superflous
13037 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13039 Replace completion-base-size by completion-base-position to fix bugs
13040 such as (bug#4699).
13041 * simple.el (completion-base-position): New var.
13042 (completion-base-size): Mark as obsolete.
13043 (choose-completion): Make it work for mouse events as well.
13044 Pass the new base-position to choose-completion-string.
13045 (choose-completion-guess-base-position): New function, extracted from
13046 choose-completion-delete-max-match.
13047 (choose-completion-delete-max-match): Use it. Make obsolete.
13048 (choose-completion-string): Use the new base-position info.
13049 (completion-root-regexp): Delete.
13050 (completion-setup-function): Preserve completion-base-position.
13051 Eliminate obsolete base-size manipulation.
13052 * minibuffer.el (display-completion-list): Don't mess with base-size.
13053 (minibuffer-completion-help): Set completion-base-position instead.
13054 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
13056 * textmodes/bibtex.el (bibtex-complete):
13057 * emacs-lisp/crm.el (crm--choose-completion-string):
13058 Adjust to new calling convention.
13059 * complete.el (partial-completion-mode): Use minibufferp to avoid
13060 bumping into incompatible change to choose-completion-string-functions.
13061 * ido.el (ido-choose-completion-string): Make its calling convention
13063 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
13064 base-size manipulation.
13065 (comint-dynamic-list-input-ring): Use dotimes and push.
13066 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
13067 fundamental-mode. Use `or'.
13069 2009-10-14 Juri Linkov <juri@jurta.org>
13071 * misearch.el (multi-isearch-next-buffer-from-list)
13072 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
13074 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13076 * Makefile.in (compile-onefile): Load `bytecomp' rather than
13079 * minibuffer.el (completion-pcm--merge-completions): Make sure the
13080 string we return is all made up of text from the completions rather
13081 than part from the completions and part from the input (bug#4219).
13083 * ido.el (ido-everywhere): Use define-minor-mode.
13085 * buff-menu.el (list-buffers, ctl-x-map):
13086 Mark the entry points with ;;;###autoload cookies.
13088 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
13090 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
13091 correctly in the detached head case.
13092 (vc-git-print-log): Remove unused binding.
13094 * vc.el (vc-responsible-backend): When a directory is passed for
13095 for registration create a VC repository if no backend is
13096 responsible for the directory argument.
13097 (vc-deduce-fileset): Tell vc-responsible-backend to register.
13099 * vc.el: Move comments about RCS and SCCS ...
13101 * vc-sccs.el: ... here, respectively.
13103 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13105 * minibuffer.el (completion--file-name-table): Return nil if there's
13106 no file completion, even if substitute-in-file-name changed
13107 the string (bug#4708).
13109 2009-10-13 Juri Linkov <juri@jurta.org>
13111 * files-x.el (read-file-local-variable-value): Don't filter out
13112 minor modes from mode name completion (bug#4664).
13114 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
13116 * international/mule-cmds.el (ucs-names): Remove exclusion of
13117 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
13119 2009-10-13 Kenichi Handa <handa@m17n.org>
13121 * international/uni-name.el: Regenerated.
13123 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
13125 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
13126 should be automatically buffer-local, but isn't.)
13128 2009-10-12 Sam Steingold <sds@gnu.org>
13130 * progmodes/compile.el (compilation-next-error-function): Fix the
13131 timestamps if the buffer has been visited before.
13132 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
13133 non-anchored patterns, like the perl one (bug#3928).
13135 2009-10-12 Glenn Morris <rgm@gnu.org>
13137 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
13140 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
13142 * proced.el (proced-unload-function): New function.
13144 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13145 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13148 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13150 2009-10-11 Juri Linkov <juri@jurta.org>
13152 * files-x.el (read-file-local-variable-value):
13153 Provide default value only for bound variables (bug#4664).
13155 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
13157 * net/tramp.el (tramp-local-host-p): Function shall return nil for
13158 connection methods like smb.
13160 * net/tramp-cache.el (tramp-flush-connection-property): The hash
13163 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13164 (tramp-smb-file-name-handler-alist): Add handlers for
13165 `add-name-to-file', `make-symbolic-link'.
13166 (tramp-smb-handle-add-name-to-file)
13167 (tramp-smb-do-file-attributes-with-stat)
13168 (tramp-smb-handle-make-symbolic-link)
13169 (tramp-smb-get-cifs-capabilities): New defuns.
13170 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13171 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13172 (tramp-smb-handle-file-local-copy)
13173 (tramp-smb-handle-make-directory-internal)
13174 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
13175 The file name syntax depends on cifs capabilities.
13176 (tramp-smb-handle-file-attributes):
13177 Call `tramp-smb-do-file-attributes-with-stat' if possible.
13178 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
13179 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
13181 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
13183 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
13184 (eieio-defclass): Apply deftype handler and setf-method properties
13186 (eieio-add-new-slot): Avoid union function from cl library.
13187 (eieio--typep): New function.
13188 (eieio-perform-slot-validation): Use it.
13190 2009-10-10 Karl Fogel <kfogel@red-bean.com>
13192 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
13193 Update documentation to refer to the variables documented in r1.135.
13196 2009-10-10 Karl Fogel <kfogel@red-bean.com>
13198 * bookmark.el (Info-suffix-list): Remove this unused variable.
13199 (bookmark-current-point): Remove this obsolete variable.
13200 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
13201 Adjust for removal of bookmark-current-point.
13203 (bookmarks-already-loaded, bookmark-current-buffer)
13204 (bookmark-yank-point): Document. (Bug#4188)
13206 2009-10-10 Glenn Morris <rgm@gnu.org>
13208 * frame.el (frame-height): Doc fix.
13210 * calendar/calendar.el (calendar-split-width-threshold): New option.
13211 (calendar-basic-setup): Use calendar-split-width-threshold.
13213 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
13215 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
13216 Ideographic Supplement" range (U+1F200..U+1F2FF).
13218 2009-10-09 Karl Fogel <kfogel@red-bean.com>
13220 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
13221 since the list will have been rebuilt anyway. (Bug#4349)
13223 2009-10-09 Karl Fogel <kfogel@red-bean.com>
13225 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
13226 (bookmark-bmenu-execute-deletions): Don't save here, as
13227 bookmark-delete will now do so if necessary.
13228 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
13231 2009-10-09 Glenn Morris <rgm@gnu.org>
13233 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
13235 2009-10-09 Karl Fogel <kfogel@red-bean.com>
13237 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
13238 (bookmark-jump-other-window): Just invoke bookmark-jump with new
13239 argument now, so the two function's behaviors will match. (Bug#3645)
13241 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
13243 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
13244 (tramp-file-name-real-host, tramp-file-name-port):
13245 Apply `save-match-data'.
13247 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
13248 case both directories are remote.
13249 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
13250 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
13252 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
13254 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
13256 2009-10-07 Glenn Morris <rgm@gnu.org>
13258 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13261 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
13263 * files-x.el (read-file-local-variable): Include some
13264 non-user-variables in the completion table (bug#4664).
13266 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
13268 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13271 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13272 (tramp-smb-file-name-handler-alist): Add handler for
13273 `copy-directory', `expand-file-name', `set-file-modes'.
13274 (tramp-smb-handle-copy-directory)
13275 (tramp-smb-handle-expand-file-name)
13276 (tramp-smb-handle-set-file-modes): New defuns.
13277 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13278 (tramp-smb-handle-file-attributes): Simplify check for retrieving
13280 (tramp-smb-handle-insert-directory): Don't flush the cache.
13281 (tramp-smb-maybe-open-connection): Check for samba client and
13284 2009-10-07 Eli Zaretskii <eliz@gnu.org>
13286 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
13287 to not error out of search for "^lisp=" fails.
13289 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
13291 * makefile.w32-in (WINS_UPDATES): New macro.
13292 (custom-deps, finder-data, autoloads): Use it.
13294 2009-10-07 Glenn Morris <rgm@gnu.org>
13296 * Makefile.in (autoloads): Revert previous change.
13297 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
13298 the list of preloaded files passed on the command-line, get
13299 it from src/Makefile.
13301 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
13302 show the original buffer rather than a random one.
13304 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
13306 * help.el (describe-no-warranty): Place point in a slightly better
13307 position in the GPLv3 text.
13309 2009-10-06 Sam Steingold <sds@gnu.org>
13311 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
13312 the comm attribute is present before calling regexp-quote.
13314 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
13316 * play/animate.el (animate-string): For good effect, make sure
13317 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
13319 * play/animate.el (animate-sequence, animate-birthday-present):
13320 * misc.el (butterfly): Don't set `indent-tabs-mode'.
13322 2009-10-06 Glenn Morris <rgm@gnu.org>
13324 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
13326 * emacs-lisp/autoload.el (autoload-excludes): New variable.
13327 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
13328 (batch-update-autoloads): Process a string value of autoload-excludes,
13329 set during the build process.
13330 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
13332 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
13333 inside with-parsed... macro so that `v' is defined.
13335 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
13336 * progmodes/fortran.el (fortran-end-of-block)
13337 (fortran-beginning-of-block):
13338 Also push mark in the macro case.
13340 * emerge.el (emerge-show-file-name):
13341 * calc/calc.el (calc-quit):
13342 * calc/calc-misc.el (calc-big-or-small):
13343 * calc/calc-graph.el (calc-graph-view):
13344 * calc/calc-ext.el (calc-reset):
13345 * calendar/calendar.el (calendar-basic-setup):
13346 Use window-full-height-p.
13348 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
13349 header we don't understand, don't insert another. (Bug#4624)
13350 If changing mime charset, insert the new one in the right place.
13352 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
13354 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13355 (cal-tex-cursor-month): Correctly increment the end date for diary and
13356 holiday listing. (Bug#4626)
13358 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13360 * help-fns.el (describe-function-1): Don't burp if the function is not
13363 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
13365 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
13366 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
13367 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
13368 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
13370 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
13371 (eieio-default-superclass): Reflow docstrings.
13372 (this, class-option-assoc, defclass, eieio-class-un-autoload)
13373 (eieio-unbind-method-implementations, defmethod)
13374 (eieio-validate-slot-value, eieio-validate-class-slot-value)
13375 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
13376 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
13377 (eieio-slot-originating-class-p, eieio-slot-name-index)
13378 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
13379 (constructor, initialize-instance, no-next-method, object-print)
13380 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
13381 Fix typos in docstrings.
13382 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
13383 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
13384 (next-method-p): Doc fixes.
13385 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
13386 Fix typos in error messages.
13387 (eieio-defmethod): Fix typo in description of generic method.
13389 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
13390 (eieio-persistent-save-interactive, slot-missing):
13391 Fix typos in docstrings.
13392 (eieio-instance-inheritor-slot-boundp): Doc fix.
13394 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
13395 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
13397 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
13398 (eieio-custom-object-apply-reset):
13399 Fix typos in docstrings and error messages.
13401 * emacs-lisp/eieio-datadebug.el (data-debug-show):
13402 Fix typo in docstring.
13404 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
13405 (eieio-browse-tree): Doc fix.
13406 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
13407 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
13408 Fix typos in docstrings.
13410 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
13411 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
13412 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
13413 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
13416 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
13418 * vc-hg.el (log-view-vc-backend): Declare for compiler.
13419 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
13420 Set log-view-vc-backend so that diff can work.
13422 * log-view.el (log-view-diff): Use vc-diff-internal instead of
13424 (vc-diff-internal): Autoload this instead of vc-version-diff.
13426 2009-10-05 Eli Zaretskii <eliz@gnu.org>
13428 * simple.el (eval-expression): Doc fix.
13430 * progmodes/cwarn.el (cwarn-mode): Doc fix.
13432 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
13434 * files.el (directory-files-no-dot-files-regexp): New defconst.
13435 (delete-directory): Use it.
13436 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
13438 * net/tramp.el (tramp-verbose): Fix docstring.
13439 (tramp-methods): Add recursive option to `tramp-copy-args'.
13440 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
13441 "scp1_old", "scp2_old", "rsync", "rsyncc".
13442 (tramp-default-method): Check also for `auth-source-user-or-password'.
13443 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13444 Add handler for `copy-directory'.
13445 (tramp-handle-copy-directory): New defun.
13446 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
13447 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
13448 Optimize sent command.
13450 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13452 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
13453 window if necessary.
13455 * calendar/calendar.el (calendar-basic-setup): Don't call
13456 switch-to-buffer in a dedicated window.
13458 2009-10-05 Karl Fogel <kfogel@red-bean.com>
13460 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
13461 don't do anything related to relocating, just return nil.
13462 (bookmark-error-no-filename): New error.
13463 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
13464 bookmark has no file. Don't even attempt to handle things that
13465 are not files; the whole point of custom handlers is to keep that
13466 knowledge elsewhere anyway. Tighten some comments.
13467 (bookmark-file-or-variation-thereof): Remove now-unused function.
13468 (bookmark-location): Doc string fix.
13471 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13473 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
13474 don't use a file dialog, because they usually don't know how to read
13475 a directory target from the user. (Bug#4230)
13476 Also, make sure the prompt can display directories as well as files.
13478 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13480 * bookmark.el (bookmark-set, bookmark-buffer-name):
13481 Improve doc strings. (Bug#1193)
13483 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13485 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
13486 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
13487 (bookmark-get-annotation, bookmark-set-annotation)
13488 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13489 (bookmark-set-position, bookmark-get-front-context-string)
13490 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13491 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
13492 (bookmark-jump-other-window, bookmark-handle-bookmark)
13493 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
13494 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
13495 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
13496 Improve doc strings to say whether bookmark can be a string or
13497 a record or both, and make other consistency and clarity fixes.
13498 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
13499 (bookmark-default-annotation-text, bookmark-yank-word)
13500 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
13501 (bookmark-import-new-list, bookmark-maybe-rename)
13502 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13503 (bookmark-bmenu-bookmark): Give these doc strings.
13504 (bookmark-bmenu-check-position): Give this a doc string, but also
13505 add a FIXME comment about how the function may be pointless.
13506 (bookmark-default-handler): Rework doc string and change a
13507 parameter name, to clarify that this takes a bookmark record
13508 not a bookmark name.
13509 (bookmark-set): Change a parameter name to indicate its meaning,
13510 and improve the doc string a bit.
13513 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13515 * bookmark.el (bookmark-alist): Document the new `handler' element
13516 in the param alist.
13517 (bookmark-make-record-function): Adjust documentation for above.
13520 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13522 * info.el (Info-bookmark-make-record): Document this function.
13523 (Info-bookmark-jump): Document with a doc string, not just a comment.
13526 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
13528 * files.el (copy-directory): New defun.
13530 * dired-aux.el (dired-copy-file-recursive): Use it.
13532 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
13534 * files-x.el (modify-dir-local-variable)
13535 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13538 * recentf.el (recentf-unload-function): New function.
13540 2009-10-04 Glenn Morris <rgm@gnu.org>
13542 * window.el (window-full-height-p): Add doc string.
13544 2009-10-04 Martin Rudalics <rudalics@gmx.at>
13546 * window.el (window-full-height-p): New function. (Bug#4543)
13548 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
13550 * vc.el: Remove commented out code.
13551 (vc-derived-from-dir-mode): Remove, unused.
13552 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13554 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
13556 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13557 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
13558 there could be recursive loading when `default-directory' is a
13559 remote file name. (Bug#4614)
13561 2009-10-03 Glenn Morris <rgm@gnu.org>
13563 * calendar/calendar.el (calendar-basic-setup): Handle the case where
13565 (calendar-generate-window): Test for shrinkability rather than width.
13567 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13568 reusing existing buffers, in case we happen to visit two files with the
13569 same basename. (Bug#4593)
13571 2009-10-02 Eli Zaretskii <eliz@gnu.org>
13573 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
13574 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13575 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13576 subdirs of cedet as well.
13577 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
13579 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13581 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13582 Obey advertised-signature-table.
13584 * help-fns.el (help-function-arglist): Don't check
13585 advertised-signature-table.
13586 (describe-function-1): Do it here instead so it also applies to subrs.
13588 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
13590 * simple.el (start-file-process): Say in the doc-string, that file
13591 handlers might not support pty association, if PROGRAM is nil.
13593 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13594 HOST and USER are strings. They are nil, when there are
13595 incomplete entries in ~/.netrc, for example.
13596 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
13597 root directory ("device busy" error otherwise).
13599 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13600 Flush file properties of created directory.
13602 2009-10-02 Eli Zaretskii <eliz@gnu.org>
13604 * makefile.w32-in (WINS_BASIC): Remove cedet.
13605 (WINS_CEDET): Add cedet.
13606 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13608 2009-10-02 Kevin Ryde <user42@zip.com.au>
13610 * net/browse-url.el (browse-url): Pass any symbol in
13611 browse-url-browser-function to `apply', since if you've mistakenly put
13612 an unbound symbol then the error is clearer. (Bug#4531)
13614 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
13616 * allout.el (allout-init, allout-back-to-current-heading)
13617 (allout-beginning-of-current-entry, allout-ascend-to-depth)
13618 (allout-ascend, allout-up-current-level, allout-end-of-level)
13619 (allout-previous-visible-heading, allout-forward-current-level)
13620 (allout-backward-current-level, allout-show-children):
13621 * apropos.el (apropos-describe-plist):
13622 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13623 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13624 * completion.el (add-completion, add-permanent-completion):
13625 * descr-text.el (describe-text-category, describe-char):
13626 * desktop.el (desktop-lazy-abort):
13627 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13628 * dired.el (dired-build-subdir-alist):
13629 * ediff.el (ediff-version):
13630 * elide-head.el (elide-head, elide-head-show):
13631 * emerge.el (emerge-version):
13633 * face-remap.el (variable-pitch-mode):
13634 * faces.el (describe-face):
13635 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13637 * files.el (find-file-existing, auto-save-mode):
13638 * font-lock.el (font-lock-fontify-buffer):
13639 * help-fns.el (describe-function, describe-variable)
13640 (describe-syntax, describe-categories):
13641 * help.el (view-lossage, describe-bindings, describe-key)
13643 * hexl.el (hexl-current-address):
13644 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13645 * info.el (Info-goto-emacs-key-command-node):
13646 * log-edit.el (log-edit-insert-cvs-template)
13647 (log-edit-insert-cvs-rcstemplate):
13648 * menu-bar.el (menu-bar-mode):
13649 * mouse.el (mouse-appearance-menu):
13650 * newcomment.el (comment-indent-new-line):
13651 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13652 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
13653 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
13654 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13655 * recentf.el (recentf-mode):
13656 * savehist.el (savehist-mode, savehist-save):
13657 * shadowfile.el (shadow-copy-files):
13658 * simple.el (kill-ring-save, next-line, previous-line)
13659 (normal-erase-is-backspace-mode):
13660 * strokes.el (strokes-update-window-configuration)
13661 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13662 (strokes-xpm-for-stroke):
13663 * time.el (emacs-uptime, emacs-init-time):
13664 * tutorial.el (tutorial--describe-nonstandard-key)
13665 (tutorial--detailed-help):
13666 * type-break.el (type-break-mode)
13667 (type-break-mode-line-message-mode, type-break-query-mode)
13668 (type-break-guesstimate-keystroke-threshold):
13669 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13670 * version.el (emacs-version):
13671 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13672 * winner.el (winner-mode):
13673 * calendar/timeclock.el (timeclock-in, timeclock-out)
13674 (timeclock-status-string, timeclock-change)
13675 (timeclock-workday-remaining-string)
13676 (timeclock-workday-elapsed-string)
13677 (timeclock-when-to-leave-string):
13678 * calendar/todo-mode.el (todo-add-category):
13679 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13680 * emacs-lisp/autoload.el (update-file-autoloads):
13681 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13682 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13683 (checkdoc-message-text, checkdoc-defun):
13684 * emacs-lisp/debug.el (debugger-list-functions):
13685 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13686 * emacs-lisp/eieio-opt.el (eieio-describe-class)
13687 (eieio-describe-generic):
13688 * emacs-lisp/lisp-mnt.el (lm-synopsis):
13689 * emacs-lisp/shadow.el (list-load-path-shadows):
13690 * emulation/cua-base.el (cua-mode):
13691 * emulation/edt.el (edt-set-scroll-margins):
13692 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13693 (tpu-toggle-regexp, tpu-toggle-search-direction)
13694 (tpu-toggle-rectangle, tpu-toggle-control-keys):
13695 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13696 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13697 (viper-set-parsing-style-toggling-macro)
13698 (viper-set-emacs-state-searchstyle-macros):
13699 * emulation/viper.el (viper-set-hooks):
13700 * eshell/esh-mode.el (eshell-truncate-buffer):
13701 * international/mule-cmds.el (prefer-coding-system)
13702 (describe-input-method, describe-language-environment):
13703 * international/mule-diag.el (list-character-sets)
13704 (describe-character-set, describe-coding-system)
13705 (describe-fontset, list-fontsets, list-input-methods):
13706 * mail/sendmail.el (mail-signature):
13707 * net/ange-ftp.el (ange-ftp-copy-file):
13708 * net/browse-url.el (browse-url):
13709 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13710 * net/quickurl.el (quickurl-add-url):
13711 * net/rcirc.el (names, topic):
13712 * net/xesam.el (xesam-mode):
13713 * play/5x5.el (5x5-new-game):
13714 * play/yow.el (apropos-zippy):
13715 * progmodes/ada-mode.el (ada-mode-version):
13716 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13718 (f90-beginning-of-block):
13719 * progmodes/fortran.el (fortran-end-of-block)
13720 (fortran-beginning-of-block):
13721 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13722 * progmodes/python.el (python-describe-symbol, python-shell):
13723 * term/ns-win.el (ns-print-buffer):
13724 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13725 * textmodes/flyspell.el (flyspell-mode-on):
13726 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13727 (pages-directory-for-addresses):
13728 * textmodes/table.el (table-recognize-cell)
13729 (table-query-dimension, table-generate-source)
13730 (table-insert-sequence, table--warn-incompatibility):
13731 * textmodes/tex-mode.el (tex-validate-buffer):
13732 * textmodes/texinfmt.el (texinfmt-version)
13733 (texinfo-format-buffer):
13734 Use `called-interactively-p' instead of `interactive-p'.
13736 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
13738 * image-mode.el (image-toggle-display):
13739 * emacs-lisp/elp.el (elp-instrument-function):
13740 * emacs-lisp/advice.el (ad-make-advised-definition):
13741 * emacs-lisp/easy-mmode.el (define-minor-mode):
13742 * net/browse-url.el (browse-url-maybe-new-window):
13743 * progmodes/sh-script.el (sh-learn-buffer-indent):
13744 Pass new argument 'any to `called-interactively-p'.
13746 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
13748 * international/uni-bidi.el:
13749 * international/uni-category.el:
13750 * international/uni-combining.el:
13751 * international/uni-comment.el:
13752 * international/uni-decimal.el:
13753 * international/uni-decomposition.el:
13754 * international/uni-digit.el:
13755 * international/uni-lowercase.el:
13756 * international/uni-mirrored.el:
13757 * international/uni-name.el:
13758 * international/uni-numeric.el:
13759 * international/uni-old-name.el:
13760 * international/uni-titlecase.el:
13761 * international/uni-uppercase.el:
13762 Regenerate from Unicode 5.2.0 data.
13764 2009-10-01 Glenn Morris <rgm@gnu.org>
13766 * Makefile.in (ELCFILES): Regenerate.
13768 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13770 * subr.el (interactive-p): Mark obsolete.
13771 (called-interactively-p): Make the optional-ness of `kind' obsolete.
13772 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13773 advertised-signature-table for subroutines as well.
13775 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13776 (set-advertised-calling-convention): New function.
13777 (make-obsolete, define-obsolete-function-alias)
13778 (make-obsolete-variable, define-obsolete-variable-alias):
13779 Make the optional-ness of `when' obsolete.
13780 (define-obsolete-face-alias): Make `when' non-optional.
13781 * help-fns.el (help-function-arglist):
13782 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13783 Use advertised-signature-table.
13785 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
13787 * files.el (delete-directory): New defun. The original function
13788 in fileio.c has been renamed to `delete-directory-internal'.
13790 * dired.el (dired-delete-file): Call `delete-directory' with
13791 RECURSIVE parameter.
13793 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13794 parameter RECURSIVE. Implementation is missing.
13796 * net/tramp.el (tramp-handle-make-directory): Flush upper
13797 directory's file properties.
13798 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13799 (tramp-handle-dired-recursive-delete-directory): Flush directory
13800 properties after the remove command only.
13802 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13803 Handle optional parameter RECURSIVE.
13805 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13806 Handle optional parameter RECURSIVE.
13808 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13809 connection timeout.
13810 (tramp-smb-handle-delete-directory): Handle optional parameter
13813 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13815 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13816 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13817 (byte-compile-defmacro): Use backquotes.
13819 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13821 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13822 has no associated file.
13823 (vc-resynch-buffer): Use vc-dir-buffers.
13825 2009-10-01 Glenn Morris <rgm@gnu.org>
13827 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13828 (chart-file-count):
13829 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13830 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13831 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13832 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13833 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13834 (eieio-copy-parents-into-subclass, make-instance, class-children)
13835 (eieio-generic-form):
13837 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13838 match-data. (Bug#4555).
13840 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13841 rather than parsing it as a regexp. This relaxes the layout
13842 requirements and makes errors easier to detect.
13843 (check-declare-verify): Check file is regular.
13844 (check-declare-directory): Doc fix.
13845 * subr.el (declare-function): Doc fix.
13847 * ibuffer.el (ibuffer-format-qualifier):
13848 * isearch.el (hi-lock-regexp-okay):
13849 * calc/calc.el (math-zerop):
13850 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13851 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13852 Remove unused declarations.
13854 2009-09-30 Eric Ludlam <zappo@gnu.org>
13856 * emacs-lisp/eieio.el (boolean-p): Delete.
13858 2009-09-30 Glenn Morris <rgm@gnu.org>
13860 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13862 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13863 filename is not a string.
13865 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
13867 * files.el (safe-local-eval-forms): Fix typo.
13869 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13871 * vc-hooks.el (vc-dir-buffers): New var.
13872 (vc-state-refresh): New function.
13873 (vc-state): Use it.
13874 (vc-after-save): Always ask the backend to recompute the new state.
13875 Always call vc-dir if necessary, using vc-dir-buffers.
13876 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13877 Use vc-dir-buffers.
13878 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13879 (vc-dir-prepare-status-buffer, vc-dir-update)
13880 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13881 Don't call expand-file-name on default-directory.
13883 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13885 * speedbar.el (speedbar-item-delete):
13886 * calc/calc-prog.el (calc-kbd-if):
13887 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13889 * epa.el (epa-key-list-mode-map):
13890 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13892 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13893 (hs-show-hook): Fix typo in docstring.
13895 2009-09-29 Glenn Morris <rgm@gnu.org>
13897 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13898 file-name-nondirectory call preventing location of cedet files.
13899 (check-declare-verify): Use literal search rather than re-search.
13900 Add basic defmethod and defclass, and define-overloadable-function.
13902 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13903 Use tramp-compat-file-attributes rather than nonexistent
13904 tramp-compat-handle-file-attributes.
13906 * Makefile.in (lisptagsfiles4): New.
13907 (AUTOGENEL): Add cedet loaddefs files.
13908 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13909 (update-elclist, compile-always, backup-compiled-files)
13910 (bootstrap-clean): Add yet another directory level.
13911 (update-elclist): Use LC_COLLATE rather than COLLATE.
13912 (ELCFILES): Update, via `make update-elclist'.
13914 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13916 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13917 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13918 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13920 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13922 * Makefile.in (lisptagsfiles3): Define.
13923 (TAGS, TAGS-LISP): Use it.
13924 (update-elclist): Add third directory level to look for elc files.
13925 (compile-always): Likewise.
13926 (backup-compiled-files): Likewise.
13927 (bootstrap-clean): Likewise.
13928 (ELCFILES): Update.
13930 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
13932 * Makefile.in (ELCFILES): Add CEDET files.
13934 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
13936 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13938 * net/tramp.el (top): Require tramp-imap.
13940 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13941 Use `tramp-compat-handle-file-attributes'.
13943 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13945 * net/tramp-imap.el: New package.
13947 2009-09-28 Eric Ludlam <zappo@gnu.org>
13949 * emacs-lisp/chart.el:
13950 * emacs-lisp/eieio-base.el:
13951 * emacs-lisp/eieio-comp.el:
13952 * emacs-lisp/eieio-custom.el:
13953 * emacs-lisp/eieio-datadebug.el:
13954 * emacs-lisp/eieio-opt.el:
13955 * emacs-lisp/eieio-speedbar.el:
13956 * emacs-lisp/eieio.el: New files.
13958 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13960 * whitespace.el (whitespace-trailing-regexp)
13961 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13964 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
13966 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13969 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13970 menu-bar-ediff-menu.
13972 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13973 define-overloadable-function.
13975 * progmodes/autoconf.el: Provide autoconf as well, so that this
13976 file can be `require'd.
13978 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13980 * emacs-lisp/autoload.el (generated-autoload-feature)
13981 (generated-autoload-load-name): New vars.
13982 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13983 (make-autoload): Recognize define-overloadable-function and
13984 defclass forms (for EIEIO).
13986 * Makefile.in (update-subdirs): Exclude cedet directory.
13988 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13990 * term/ns-win.el: Don't set the region face background. (Bug#4381)
13992 * faces.el: Default light-background background for region face to
13993 ns_selection_color under NS.
13995 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13997 * net/imap-hash.el: New library, see NEWS.
13999 * Makefile.in (ELCFILES): Add imap-hash.el.
14001 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
14003 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
14004 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
14005 * help-macro.el (make-help-screen): Avoid using an ambiguous function
14006 definition where the docstring could be taken for the return value.
14008 2009-09-26 Glenn Morris <rgm@gnu.org>
14010 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
14011 Add option to only show images below a certain size.
14012 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
14013 save-excursion calls.
14015 2009-09-26 Eli Zaretskii <eliz@gnu.org>
14017 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
14018 subdirectories) and eieio.
14020 2009-09-26 Alan Mackenzie <acm@muc.de>
14022 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
14023 buggy bracketing. (Bug#4289)
14025 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
14026 character constants (as case labels). (Bug#4289)
14028 2009-09-25 Juri Linkov <juri@jurta.org>
14030 * files.el (safe-local-eval-forms): Allow time-stamp in
14031 before-save-hook (Bug#4554).
14033 2009-09-25 Drew Adams <drew.adams@oracle.com>
14035 * menu-bar.el (list-buffers-directory): Doc fix.
14037 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14039 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
14040 Try and avoid copying twice the same paragraph.
14041 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
14042 Remove save-excursion.
14043 (log-edit-changelog-entry): Do it here instead.
14045 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
14047 * bs.el (bs--get-file-name): Use `list-buffers-directory'
14048 when available, instead of hardcoding mode names. Doc fix.
14050 * menu-bar.el (list-buffers-directory): Add docstring.
14051 Make automatically buffer-local.
14053 * dired.el (dired-mode):
14054 * files.el (cd-absolute):
14055 * pcvs.el (cvs-temp-buffer):
14056 * pcvs-util.el (cvs-get-buffer-create):
14057 * shell.el (shell-mode):
14058 * vc-dir.el (vc-dir-mode):
14059 Don't make `list-buffers-directory' buffer local.
14061 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
14063 * comint.el (comint-exec, comint-run, make-comint):
14064 Doc fixes (Bug#4542).
14066 2009-09-25 Glenn Morris <rgm@gnu.org>
14068 * mail/rmailmm.el (rmail-mime): New custom group.
14069 Move all defcustoms in this file into this group.
14070 (rmail-mime-media-type-handlers-alist): Revert previous change.
14071 (rmail-mime-show-images): New option.
14072 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
14073 references to it, since it wasn't actually used for anything.
14074 (rmail-mime-insert-image): New function.
14075 (rmail-mime-image): Use rmail-mime-insert-image.
14076 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
14077 obey the value of `rmail-mime-show-images' option. Print the size of
14080 2009-09-25 David Engster <deng@randomsample.de>
14082 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
14084 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14086 * whitespace.el: Does not highlight trailing spaces While point is
14087 at end of line. Does not highligt spaces at beginning of buffer
14088 while point is at beginning of buffer. Does not highlight spaces
14089 at end of buffer while point is at end of buffer. (Bug#4177)
14091 (whitespace-display-mappings): Adjust initialization.
14092 (whitespace-point, whitespace-font-lock-refontify): New vars.
14093 (whitespace-color-on, whitespace-color-off): Adjust code.
14094 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14095 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
14096 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
14098 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
14100 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
14102 * textmodes/sgml-mode.el: Remove xml-mode alias.
14104 * files.el (auto-mode-alist, conf-mode-maybe)
14105 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
14107 2009-09-24 Alan Mackenzie <acm@muc.de>
14109 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
14110 c-forward-conditionals, but it doesn't move point and doesn't set
14112 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
14113 (c-down-conditional-with-else, c-backward-conditional)
14114 (c-forward-conditional): Refactor to use c-scan-conditionals.
14116 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
14118 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
14119 (help-default-arg-highlight): Remove.
14120 (help-highlight-arg): New function.
14121 (help-do-arg-highlight): Use it.
14122 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
14124 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14126 * term.el (term-set-scroll-region, term-handle-ansi-escape):
14127 Undo last change, which didn't fix the problem and introduced others.
14129 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
14131 * progmodes/gdb-mi.el: Don't require speedbar.
14132 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
14134 2009-09-24 Glenn Morris <rgm@gnu.org>
14136 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
14138 * term/ns-win.el (ns-reg-to-script): Define for compiler.
14140 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14141 there is no newline after the final mime boundary. (Bug#4539)
14142 Move markers on insertion so that any buttons inserted don't end up in
14143 the next part of a multipart message.
14144 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
14145 (rmail-mime-bulk-handler): Optionally handle images.
14146 (rmail-mime-image): New button action.
14147 (rmail-mime-image-handler): New function.
14148 (rmail-mime-mode): New mode.
14149 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
14151 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14153 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14154 than just dropping elements from it (bug#4504).
14156 * term.el (term-set-scroll-region): Don't move cursor any more.
14157 (term-handle-ansi-escape): Call term-goto here instead.
14158 Suggested by Ivan Kanis <apple@kanis.eu>.
14160 * term.el: Require CL.
14161 (term-ansi-reset): New function.
14162 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14163 (term-handle-colors-array): Simplify.
14165 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
14167 * allout.el (allout-overlay-interior-modification-handler)
14168 (allout-obtain-passphrase):
14169 * epa-file.el (epa-file-write-region):
14170 * ps-print.el (ps-begin-job):
14171 * vc-hooks.el (vc-toggle-read-only):
14172 * vc-rcs.el (vc-rcs-rollback):
14173 * vc-sccs.el (vc-sccs-rollback):
14174 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
14175 (vc-version-diff, vc-revert, vc-rollback):
14176 * wdired.el (wdired-check-kill-buffer):
14177 * emacs-lisp/authors.el (authors):
14178 * net/socks.el (socks-open-connection):
14179 * net/zeroconf.el (zeroconf-service-add-hook):
14180 * obsolete/vc-mcvs.el (vc-mcvs-register):
14181 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
14182 (gdb-select-frame):
14183 * progmodes/grep.el (lgrep, rgrep):
14184 * progmodes/idlw-help.el (idlwave-help-check-locations)
14185 (idlwave-help-html-link, idlwave-help-assistant-open-link):
14186 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14187 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
14188 (reftex-toc-rename-label): Fix typos in error messages.
14190 * dired-aux.el (dired-do-shell-command): Reflow docstring.
14191 (dired-copy-how-to-fn): Doc fix.
14192 (dired-files-attributes, dired-read-shell-command):
14193 Fix typos in docstrings.
14195 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
14196 (dired-x-find-file-other-window): Reflow docstrings.
14197 (dired-omit-marker-char, dired-read-shell-command)
14198 (dired-x-submit-report): Fix typos in docstrings.
14200 * shell.el (shell-mode-hook):
14201 * view.el (View-scroll-line-forward):
14202 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
14203 Fix typos in docstrings.
14205 * net/dig.el (dig-invoke): Fix typo in docstring.
14206 (query-dig): Reflow docstring.
14208 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
14209 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
14210 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
14211 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
14212 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
14213 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
14214 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
14215 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
14216 (idlwave-completion-map, idlwave-current-indent)
14217 (idlwave-custom-ampersand-surround, idlwave-customize)
14218 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
14219 (idlwave-define-abbrev, idlwave-determine-class-special)
14220 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
14221 (idlwave-end-block-reg, idlwave-end-of-statement)
14222 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
14223 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
14224 (idlwave-explicit-class-listed, idlwave-file-header)
14225 (idlwave-fill-paragraph, idlwave-find-class-definition)
14226 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
14227 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
14228 (idlwave-in-quote, idlwave-indent-action-table)
14229 (idlwave-indent-expand-table, idlwave-indent-line)
14230 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
14231 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
14232 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
14233 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
14234 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
14235 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
14236 (idlwave-outlawed-buffers, idlwave-popup-select)
14237 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
14238 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
14239 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
14240 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
14241 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
14242 (idlwave-statement-type, idlwave-struct-skip)
14243 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
14244 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
14245 (idlwave-what-module-find-class): Fix typos in docstrings.
14246 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
14247 (idlwave-calculate-cont-indent, idlwave-expand-equal)
14248 (idlwave-find-module, idlwave-find-structure-definition)
14249 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
14250 (idlwave-list-load-path-shadows, idlwave-next-statement)
14251 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
14252 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
14253 (idlwave-template): Reflow docstrings.
14255 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14256 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14257 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14258 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14259 (idlwave-shell-display-line, idlwave-shell-display-wframe)
14260 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14261 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14262 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14263 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14264 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14265 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14266 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14267 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14268 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14269 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14270 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14271 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14272 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14273 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14274 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14275 Fix typos in docstrings.
14276 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14277 (idlwave-shell-hide-output, idlwave-shell-mode)
14278 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14281 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14283 2009-09-24 Ivan Kanis <apple@kanis.eu>
14285 * term.el (term-bold-attribute): New var.
14286 (term-handle-colors-array): Use it.
14288 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
14290 * progmodes/gdb-mi.el (gdb-version): New variable.
14291 (gdb-non-stop-handler): Set gdb-version.
14292 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
14293 Condition "--thread" option on gdb-version.
14294 (gdb-invalidate-threads): Remove unused argument.
14296 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14298 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
14299 to looking-back to avoid ridiculous slow down in large files (bug#4511).
14301 2009-09-23 Glenn Morris <rgm@gnu.org>
14303 * mail/rmail.el (rmail-reply): Don't try to add a References header when
14304 replying to mail without References or Message-Id. (Bug#4525)
14306 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
14308 * term/ns-win.el (ns-reg-to-script): New variable.
14310 2009-09-23 Daiki Ueno <ueno@unixuser.org>
14312 * epg.el (epg-wait-for-status): Preserve existing 'error results.
14314 2009-09-22 Sam Steingold <sds@gnu.org>
14316 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
14317 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
14318 to 1 because hg returns status 1 when nothing is found.
14319 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
14321 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14323 * textmodes/fill.el: Convert to utf-8 encoding.
14324 (fill-french-nobreak-p): Remove redundant » and « inherited from our
14327 * add-log.el (change-log-fill-forward-paragraph): New function.
14328 (change-log-mode): Use it so fill-region DTRT.
14329 Set fill-indent-according-to-mode here rather than in
14330 change-log-fill-paragraph.
14331 (change-log-fill-paragraph): Remove.
14333 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
14335 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
14336 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
14338 2009-09-22 Glenn Morris <rgm@gnu.org>
14340 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
14341 the scroll-bar scroll the calendar window rather than the buffer.
14343 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
14344 commands that move point (as opposed to scrolling).
14346 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
14348 * emacs-lisp/elint.el (elint): New custom group.
14349 (elint-log-buffer): Make it a defcustom.
14350 (elint-scan-preloaded, elint-ignored-warnings)
14351 (elint-directory-skip-re): New options.
14352 (elint-builtin-variables): Doc fix.
14353 (elint-preloaded-env): New variable.
14354 (elint-unknown-builtin-args): Add an entry for encode-time.
14355 (elint-extra-errors): Make it a variable rather than a constant.
14356 (elint-preloaded-skip-re): New constant.
14357 (elint-directory): Skip files matching elint-directory-skip-re.
14358 (elint-features): New variable, local to linted buffers.
14359 (elint-update-env): Initialize elint-features. Possibly add
14360 elint-preloaded-env to the buffer's environment.
14361 (elint-get-top-forms): Bind elint-current-pos, for log messages.
14363 (elint-init-form): New function, extracted from elint-init-env.
14364 Make non-list forms a warning rather than an error.
14365 Add the mode-map for define-derived-mode. Handle define-minor-mode,
14366 easy-menu-define, put that adds an error-condition, and provide.
14367 When requiring cl, also require cl-macs. Really require cl, to handle
14368 some cl macros. Store required libraries in the list elint-features,
14369 so as not to re-load them. Treat cc-require like require.
14370 (elint-init-env): Call elint-init-form to do the work.
14371 Handle eval-and-compile and such like.
14372 (elint-add-required-env): Do not clear messages.
14373 (elint-special-forms): Add handlers for function, defalias, if, when,
14375 (elint-form): Add optional argument to ignore elint-special-forms,
14376 useful to prevent recursive calls from handlers. Doc fix.
14377 Respect elint-ignored-warnings.
14378 (elint-form): Respect elint-ignored-warnings.
14379 (elint-bound-variable, elint-bound-function): New variables.
14380 (elint-unbound-variable): Respect elint-bound-variable.
14381 (elint-get-args): Respect elint-bound-function.
14382 (elint-check-cond-form): Add some simple handling for (f)boundp and
14384 (elint-check-defalias-form): New handler.
14385 (elint-check-let-form): Make an empty let a warning rather than an
14387 (elint-check-setq-form): Make an empty setq a warning rather than an
14388 error. Respect elint-ignored-warnings.
14389 (elint-check-defvar-form): Accept null doc-strings.
14390 (elint-check-conditional-form): New handler. Does some simple-minded
14391 checking of featurep and (f)boundp tests.
14392 (elint-put-function-args): New function.
14393 (elint-initialize): Use elint-scan-doc-file rather than
14394 elint-find-builtin-variables. Use elint-put-function-args.
14395 Possibly scan preloaded-file-list.
14396 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
14397 extend to handle functions as well.
14399 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
14401 * linum.el (linum-delete-overlays, linum-update-window):
14402 Do not modify the right margin. (Bug#3971)
14404 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
14406 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
14407 nxml-mode instead of xml-mode.
14409 2009-09-21 Kevin Ryde <user42@zip.com.au>
14411 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
14413 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14415 * net/dig.el (dig-mode): Use define-derived-mode.
14417 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14419 * vc-dispatcher.el (vc-do-command): Return the process object in
14420 the asynchronous case. Use when instead of if. Do not run
14421 vc-exec-after to display a message if not enabled. (Bug#4463)
14423 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
14424 properties to the stash strings.
14425 (vc-git-stash-list): Return a list of strings.
14426 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
14427 (vc-git-stash-show-at-point): New functions.
14428 (vc-git-stash-map): New keymap.
14430 * register.el (ctl-x-r-map): Define the keys here instead of
14433 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
14435 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
14436 list, to workaround performance problem (bug#4485).
14438 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
14440 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
14442 2009-09-20 Daiki Ueno <ueno@unixuser.org>
14444 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
14445 Document that this option is not recommended to use.
14447 2009-09-19 Glenn Morris <rgm@gnu.org>
14449 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
14452 * calc/calc-alg.el (var):
14453 * calc/calcalg2.el (var): Define for compiler.
14455 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
14457 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
14458 Doc fix (Bug#3932).
14460 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
14462 * time-stamp.el (time-stamp-month-dd-yyyy)
14463 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
14464 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
14465 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
14466 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
14467 Remove functions that have been obsolete since 1995 (Bug#4436).
14469 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
14470 indent buffer only if called interactively (Bug#4452).
14472 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
14473 Eli Zaretskii <eliz@gnu.org>
14475 This fixes bug#4197 (merged to bug#865, though not identical).
14476 * server.el (server-auth-dir): Add docstring note about FAT32.
14477 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
14478 but warn against using them.
14480 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
14482 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
14483 older GDB where there is no has_more field.
14485 2009-09-19 Glenn Morris <rgm@gnu.org>
14487 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14489 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
14491 * files.el (auto-mode-alist): Change default for XML files to nXML
14494 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
14496 * server.el (server-ensure-safe-dir): Pass 'integer
14497 to `file-attributes', as suggested.
14499 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14501 * dired-aux.el (dired-query-alist): Remove spurious backslash.
14502 (dired-query): Use read-key.
14504 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
14506 * cus-start.el (ns-use-qd-smoothing): Remove.
14508 2009-09-18 Glenn Morris <rgm@gnu.org>
14510 * allout.el (top-level): Remove unnecessary progn.
14512 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
14514 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
14515 definition of abbrev table.
14517 * speedbar.el (speedbar-track-mouse):
14518 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14519 * net/eudc.el (eudc-expand-inline):
14520 * net/newst-backend.el (newsticker--cache-read-feed):
14521 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
14522 condition-case handlers.
14524 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
14526 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14527 (gdb-var-list): Add an element for has_more field.
14528 (gdb-non-stop-handler): Enable pretty printing for STL containers.
14529 (gdb-var-create-handler, gdb-var-list-children-handler-1)
14530 (gdb-var-update-handler-1): Parse output of dynamic variable
14531 objects (STL containers).
14532 (gdb-var-delete-1): Pass var1 as an explicit second argument.
14533 (gdb-get-field): Delete alias. Use bindat-get-field directly.
14535 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14537 (gud-speedbar-buttons): Make node expandable if expression "has more"
14540 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
14542 * startup.el (emacs-quick-startup): Remove variable and all uses.
14543 (command-line): Set `inhibit-x-resources' instead.
14544 (command-line-1): Use `inhibit-x-resources' instead.
14546 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
14548 * subr.el: Fix last change to avoid using the `unless' macro,
14549 which breaks bootstrapping.
14551 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14553 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14554 extended definitions, in case we reload subr.el after having
14556 (eval-next-after-load): Mark as obsolete.
14558 2009-09-17 Juri Linkov <juri@jurta.org>
14560 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14561 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14562 (menu-bar-showhide-menu, menu-bar-tools-menu)
14563 (menu-bar-describe-menu, menu-bar-help-menu)
14564 (minibuffer-local-completion-map, minibuffer-local-map):
14567 2009-09-17 Glenn Morris <rgm@gnu.org>
14569 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14570 arguments, whether or not it has a handler.
14572 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14574 * simple.el (hard-newline): Give it a doc-string.
14576 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14577 (lisp-mode-syntax-table): Give them doc-strings.
14579 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14581 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14582 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14583 (menu-bar-options-menu, menu-bar-showhide-menu)
14584 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14585 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14586 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14587 (menu-bar-options-menu, menu-bar-tools-menu)
14588 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14589 (menu-bar-help-menu):
14590 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14593 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14594 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14595 calls for the menu names and :help.
14597 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14599 * mouse.el (minor-mode-menu-from-indicator): Pay attention
14600 to :minor-mode-function (bug#4455).
14602 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14604 * startup.el (command-line): Initialize the window-system after
14605 processing the command-line.
14607 * textmodes/page.el (what-page): Make sure we don't inf-loop if
14608 page-delimiter matches the empty string.
14610 2009-09-16 Glenn Morris <rgm@gnu.org>
14612 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14613 byte-compile-not-obsolete-var. It's a list now.
14614 (byte-compile-not-obsolete-funcs): New variable.
14615 (byte-compile-warn-obsolete): Don't warn about functions if they are in
14616 byte-compile-not-obsolete-funcs.
14617 (byte-compile-variable-ref, byte-compile-defvar): Update for
14618 byte-compile-not-obsolete-vars name-change and list nature.
14619 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14620 and variables behind (f)boundp tests.
14621 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14623 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14625 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14627 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14629 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14630 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14633 2009-09-15 Stephen Eglen <stephen@gnu.org>
14635 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
14636 the virtual-buffers, use the name of the buffer specified by
14637 find-file-noselect, as the match may be a symlink. (This was a
14638 problem if the target and the symlink had different names.)
14640 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14642 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14644 * desktop.el (desktop-path): Check user-emacs-directory.
14646 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14648 * loadup.el: Use after-load-functions to GC after loading each file.
14649 Remove the explicit GC calls that used to be sprinkled around.
14651 * subr.el (after-load-functions): New hook.
14652 (do-after-load-evaluation): Run it. Use string-match-p to detect
14653 `obsolete' packages, rather than painfully extracting the relevant
14656 2009-09-15 Glenn Morris <rgm@gnu.org>
14658 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14659 free variable `doc'.
14661 * dired.el (dired-mode-map): Add menu entry for async shell command.
14663 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14664 variables, also consider the .elc files, since the .el files are
14665 normally gzipped (subsequent code locates the .el.gz from the .elc).
14667 * calc/calc-prog.el (arglist): Define for compiler.
14669 * calendar/diary-lib.el (diary-display-function): Change the default to
14671 (body): Define for compiler.
14673 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14674 (byte-compile-file-form, byte-compile-lambda)
14675 (byte-compile-top-level-body, byte-compile-form)
14676 (byte-compile-variable-ref, byte-compile-setq)
14677 (byte-compile-setq-default, byte-compile-body)
14678 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14679 (batch-byte-compile): Give some more local variables with common names
14680 a "bytecomp-" prefix to avoid masking warnings about free variables.
14682 * startup.el (command-line-1): Give local variables with common names a
14683 distinguishing prefix, so as not to hide free variable warnings during
14686 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14687 clever and add a suffix to make a unique name, just let the user decide
14688 whether or not to overwrite it. If the input is a directory, write the
14689 default filename to that directory. (Bug#4388)
14690 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14691 is a filename-as-a-directory.
14693 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14695 * textmodes/page.el (what-page): Don't move to beginning of line.
14696 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14698 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14700 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14702 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14704 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14705 * help.el (help-for-help-internal): Add purecopy calls for text.
14707 * vc.el (top): print-log method now takes an optional SHORTLOG
14708 argument. Add a new method: root.
14709 (vc-root-diff, vc-print-root-log): New functions.
14710 (vc-log-short-style): New variable.
14711 (vc-print-log-internal): Add support for showing short logs.
14713 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14714 vc-print-root-log and vc-print-root-diff.
14716 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14717 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14718 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14721 * vc-cvs.el (vc-cvs-print-log):
14722 * vc-mtn.el (vc-mtn-print-log):
14723 * vc-rcs.el (vc-rcs-print-log):
14724 * vc-sccs.el (vc-sccs-print-log):
14725 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14726 that is ignored for now.
14728 * vc-mtn.el (vc-mtn-annotate-command):
14729 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14731 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14733 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14734 to function-key-map, and give them ascii-character property.
14735 * term/x-win.el (x-alternatives-map):
14736 * term/ns-win.el (ns-alternatives-map):
14737 * term/internal.el (msdos-key-remapping-map):
14738 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14740 2009-09-14 Glenn Morris <rgm@gnu.org>
14742 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14743 temp-buffers (2009-09-12).
14745 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14747 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14748 the new read-key function.
14750 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
14752 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14753 is defined (Bug#4405).
14755 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
14757 * recentf.el (recentf-cleanup): Use a hash table to find
14758 duplicates (Bug#4407).
14760 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
14762 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14763 kp-0 to ascii equivalents (Bug#4325).
14765 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
14767 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14769 * eshell/em-hist.el:
14770 * eshell/em-dirs.el (eshell-complete-user-reference):
14771 Declare pcomplete functions and variables to avoid compiler warnings.
14773 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14775 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14776 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14777 * eshell/em-alias.el (eshell-aliases-file):
14778 * eshell/em-hist.el (eshell-history-file-name):
14779 Use expand-file-name instead of concat to make file names (Bug#4308).
14781 2009-09-13 Glenn Morris <rgm@gnu.org>
14783 * ediff-merg.el (ediff-do-merge):
14784 * filesets.el (filesets-run-cmd):
14785 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14786 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14787 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14788 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14789 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14790 Replace empty `let's with `progn'.
14792 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14794 * mail/sendmail.el (send-mail-function):
14795 * tooltip.el (tooltip-mode):
14796 * simple.el (transient-mark-mode):
14797 * rfn-eshadow.el (file-name-shadow-mode):
14798 * frame.el (blink-cursor-mode):
14799 * font-core.el (global-font-lock-mode):
14800 * files.el (temporary-file-directory)
14801 (small-temporary-file-directory, auto-save-file-name-transforms):
14802 * epa-hook.el (auto-encryption-mode):
14803 * composite.el (global-auto-composition-mode):
14804 Use custom-initialize-delay.
14805 * startup.el (command-line): Don't explicitly call
14806 custom-reevaluate-setting for all the above vars.
14807 * custom.el (custom-initialize-safe-set)
14808 (custom-initialize-safe-default): Delete.
14810 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14812 * term/x-win.el (x-initialize-window-system):
14813 * term/w32-win.el (w32-initialize-window-system):
14814 * term/ns-win.el (ns-initialize-window-system): Don't call
14815 mouse-wheel-mode since it's enabled globally by default already.
14817 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14818 actually define the variable, but only silences the byte-compiler.
14819 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14820 before looking it up.
14821 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14824 2009-09-12 Glenn Morris <rgm@gnu.org>
14826 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14828 (elint-add-required-env): Don't beep on error.
14829 (elint-forms): In case of error, return ENV unchanged.
14830 (elint-init-env): Skip non-list forms.
14831 (elint-log): Handle unknown file positions.
14833 2009-09-12 Daiki Ueno <ueno@unixuser.org>
14835 * epg.el (epg-make-context): Add autoload cookie.
14836 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14837 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14838 (epg-verify-string, epg-start-sign, epg-sign-file)
14839 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14840 (epg-encrypt-string, epg-start-export-keys)
14841 (epg-export-keys-to-file, epg-export-keys-to-string)
14842 (epg-start-import-keys, epg-import-keys-from-file)
14843 (epg-import-keys-from-string, epg-start-receive-keys)
14844 (epg-receive-keys, epg-import-keys-from-server)
14845 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14846 (epg-sign-keys, epg-start-generate-key)
14847 (epg-generate-key-from-file, epg-generate-key-from-string):
14848 Remove autoload cookie.
14850 2009-09-12 Eli Zaretskii <eliz@gnu.org>
14852 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14853 reevaluation of trash-directory.
14855 * mwheel.el: Fix last change.
14856 (mouse-wheel-mode): New defvar.
14857 (mouse-wheel-mode): Remove autoload cookie.
14859 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14861 * mwheel.el (mwheel-installed-bindings): New var.
14862 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14863 the bindings we set last time. Use custom-initialize-delay.
14864 * loadup.el: Load mwheel after term/*-win.el.
14865 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14866 and mouse-wheel-up-event now that their first evaluation is done
14867 sufficiently late to be correct.
14869 * startup.el (tutorial-directory): Make it a defcustom.
14870 Use custom-initialize-delay rather than eval-at-startup to set it.
14871 * image.el (image-load-path): Make it a defcustom.
14872 Use custom-initialize-delay rather than eval-at-startup to set it.
14873 * subr.el (eval-at-startup): Remove.
14874 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14876 * subr.el (do-after-load-evaluation): Warn the user after loading an
14879 2009-09-12 Glenn Morris <rgm@gnu.org>
14881 * proced.el (proced-mark-alt): Remove alias.
14882 (proced-mode-map): Remove proced-mark-alt.
14884 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14885 Elint file and directory. Remove initialization entry.
14887 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14889 (elint-current-buffer): Set mode-line-process.
14890 (elint-init-env): Handle define-derived-mode.
14891 Fix declare-function with unspecified arglist. Guard against odd
14892 defalias statements (eg iso-insert's 8859-1-map).
14893 (elint-add-required-env): Use a temp buffer.
14894 (elint-form): Just print the function/macro name, not the whole form.
14895 Return env unchanged if we fail to parse a macro.
14896 (elint-forms): Guard against parse errors.
14897 (elint-output): New function, to handle batch mode.
14898 (elint-log-message): Add optional argument. Use elint-output.
14899 (elint-set-mode-line): New function.
14901 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14903 * emacs-lisp/elp.el (elp-not-profilable): Add more
14904 functions (Bug#4233).
14906 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
14908 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14909 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14911 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14913 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14914 (gdb-var-list-children): Use json parsing.
14916 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
14918 * progmodes/js.el (js--proper-indentation): Handle the case where
14919 char-before is null. Reported by Deniz Dogan.
14921 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14923 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14925 2009-09-11 Daiki Ueno <ueno@unixuser.org>
14927 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14928 (epg-digest-algorithm-alist): Add SHA224.
14929 (epg-context-set-passphrase-callback)
14930 (epg-context-set-progress-callback): Add description about
14933 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14935 * custom.el (custom-delayed-init-variables): New var.
14936 (custom-initialize-delay): New function.
14937 * startup.el (command-line): "Re"evaluate all vars in
14938 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14939 explicitly any more.
14940 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14941 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14943 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14945 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14947 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14948 (gdb-var-update-handler): Use json parsing.
14950 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14952 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14953 decode annotated text, regardless of language environment. (Bug#2741)
14955 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14957 * Makefile.in (autoloads): Make rmail.el writable as well.
14959 2009-09-11 Glenn Morris <rgm@gnu.org>
14961 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14963 * dired.el: Regenerate with extracted autoloads.
14964 * Makefile.in (autoloads): Make dired.el writable.
14966 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14967 * ibuffer.el: Regenerate with extracted autoloads.
14968 * Makefile.in (autoloads): Make ibuffer.el writable.
14970 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14971 * version.el (emacs-copyright, emacs-major-version)
14972 (emacs-minor-version): Reformat doc-strings for make-docfile.
14974 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14975 functions and variables, since they must be stuff specific to some other
14977 (apropos-print): Make mouse-click message less specific about button.
14979 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14980 that records where a macro was defined.
14981 * help-fns.el (describe-function-1): Mention if a function has a
14983 * help-mode.el (help-function-cmacro): New button.
14985 * locate.el (top-level): Always require dired.
14986 (locate-mode-map): Initialize inside the defvar.
14988 * net/ange-ftp.el (dired-compress-file): Declare.
14989 (ange-ftp-dired-compress-file): Add doc string.
14991 * term/ns-win.el (x-display-name, x-setup-function-keys):
14992 Unify doc-strings with X versions.
14994 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14996 * emulation/crisp.el (crisp-mode-map): Move initialization
14998 (crisp-mode): Use define-minor-mode.
15000 * progmodes/xscheme.el (xscheme-evaluation-commands):
15001 Put a :advertised-binding property rather than using
15002 advertised-xscheme-send-previous-expression.
15003 (advertised-xscheme-send-previous-expression): Declare obsolete.
15004 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
15006 (crisp-mode): Add corresponding bindings to
15007 undo's :advertised-binding instead.
15008 * dired.el (dired-mode-map): Put a :advertised-binding property rather
15009 than using dired-advertised-find-file.
15010 (dired-advertised-find-file):
15011 * simple.el (advertised-undo):
15012 * wid-edit.el (advertised-widget-backward): Declare obsolete.
15013 (widget-keymap): Put a :advertised-binding property rather
15014 than using advertised-widget-backward.
15015 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
15016 than using advertised-undo.
15017 * tutorial.el (tutorial--default-keys): Adjust accordingly.
15019 2009-09-10 Simon South <ssouth@slowcomputing.org>
15021 * progmodes/delphi.el (delphi-tab): Indent region when Transient
15022 Mark mode is enabled and region is active; otherwise indent or
15023 insert TAB as usual.
15024 (delphi-mode): Update description of TAB-key binding.
15026 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15028 * subr.el (define-key-rebound-commands): Mark obsolete.
15029 * startup.el (precompute-menubar-bindings): Remove.
15030 (normal-top-level): Remove obsolete code that tried to precompute
15032 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
15033 define-key-rebound-commands and precompute-menubar-bindings.
15035 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15037 * net/imap.el (imap-interactive-login): Better messages.
15038 (imap-open): Fix bug with renamed buffer on reconnect.
15039 (imap-authenticate): Add buffer-local imap-last-authenticator variable
15040 for easier debugging and cleaner code. On successful (guessed based on
15041 server capabilities) secondary authentication, set imap-state
15043 (imap-last-authenticator): Define imap-last-authenticator as a variable
15046 2009-09-10 Glenn Morris <rgm@gnu.org>
15048 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
15050 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
15051 (byte-compile-file-form-autoload): Don't warn about unknown functions
15052 where the autoload statement comes after the use.
15053 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
15054 that any handlers inside the body (eg require) are in turn respected.
15056 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
15059 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
15060 and syntax and abbrev tables basic docs, if they don't have any.
15062 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
15064 * international/mule-cmds.el (top-level): Require cl when compiling.
15065 (view-hello-file): Use default-value rather than
15066 default-enable-multibyte-characters.
15068 * progmodes/fortran.el: Move all safe and risky properties into the
15071 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
15072 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
15073 * mail/undigest.el:
15074 Put autoloads in rmail.el rather than loaddefs.el.
15075 * mail/rmail.el: Regenerate with extracted autoloads.
15077 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
15078 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
15080 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
15082 Reported in thread for Bug#4375.
15083 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
15084 "-data-evaluate-expression" instead of print.
15085 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
15086 (gdb-tooltip-print): Parse output from above MI command.
15087 (gdb): Revert 2009-08-11 change. User should detach inferior
15090 Remove the word "separate" from IO functions as inferior
15091 output is now never displayed in the GUD buffer.
15093 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
15095 * startup.el (command-line-normalize-file-name): On Windows and
15096 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
15098 2009-09-10 Juri Linkov <juri@jurta.org>
15100 * isearch.el (isearch-text-char-description): Propertize escape
15101 character sequences with the `escape-glyph' face. (Bug#4344)
15103 * simple.el (shell-command): Set asynchronous process filter to
15104 `comint-output-filter'. (Bug#4343)
15106 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
15107 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
15108 the list. Move "asm" to the bottom.
15109 (grep-find-ignored-directories): Add `choice' with nil value
15110 to empty the list easily.
15111 (grep-find-ignored-files): New option.
15112 (grep-files-history): Set to nil by default instead of '("ch" "el").
15113 (grep-compute-defaults): Add "<X>" to `grep-template'.
15114 (grep-read-files): Bind new local variables `default-alias' and
15115 `default-extension'. Use a list of default values for the file prompt.
15116 (lgrep): Add `--exclude=' command line options composed from
15117 `grep-find-ignored-files'.
15118 (rgrep): Add `-name' command line options composed from
15119 `grep-find-ignored-files'. (Bug#4301)
15121 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15123 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
15126 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
15128 * calendar/time-date.el (autoload):
15129 Expand define-obsolete-function-alias into defalias and make-obsolete
15130 for old Emacsen that Gnus supports.
15131 (with-no-warnings): Define it for old Emacsen.
15132 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
15134 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
15135 float-time is available; suppress compile warning for time-to-seconds.
15137 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
15139 * net/imap.el (imap-message-map): Docstring fix.
15141 2009-09-09 Glenn Morris <rgm@gnu.org>
15143 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15144 line numbers too. (Bug#4374)
15146 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15148 * smerge-mode.el (smerge-remove-props, smerge-refine):
15149 Use with-silent-modifications (bug#4342).
15151 * subr.el (with-silent-modifications): New macro.
15153 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
15155 * files.el (top-level): Require `cl' when compiling.
15157 2009-09-07 Glenn Morris <rgm@gnu.org>
15159 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15161 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15162 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
15164 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
15166 * vc-git.el (vc-git-annotate-command): Use separator to parse
15167 arguments correctly.
15169 2009-09-06 Eli Zaretskii <eliz@gnu.org>
15171 * proced.el (proced-mode): Doc fix.
15173 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
15175 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
15177 (tramp-do-file-attributes-with-ls): Check for file existence at
15179 (tramp-do-file-attributes-with-stat): Likewise.
15180 (tramp-convert-file-attributes): Return nil when attr is nil.
15182 2009-09-05 Glenn Morris <rgm@gnu.org>
15184 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
15185 properties to this button.
15186 (diary-fancy-display): Don't extend the button to the final newline.
15187 (diary-fancy-display-mode): Continue to define "q" as a local key.
15189 * calendar/cal-china.el (holiday-chinese): Make it slightly more
15192 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
15194 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
15195 (byte-compile-dest-file-function): New option.
15196 (byte-compile-dest-file): Doc fix.
15197 Obey byte-compile-dest-file-function.
15198 (byte-compile-cl-file-p): New function.
15199 (byte-compile-eval): Only suppress noruntime warnings about cl functions
15200 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
15201 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
15202 than for file being previously loaded.
15203 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
15204 (byte-compile-file-form-require): Handle the case where requiring a file
15205 indirectly causes CL to be loaded.
15207 2009-09-05 Karl Fogel <kfogel@red-bean.com>
15209 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
15210 before killing the old buffer, since by the time `kill-buffer' is
15211 run so many buffer variables have been set to nil that it may not
15212 behave as expected. (Bug#4061)
15214 2009-09-05 Karl Fogel <kfogel@red-bean.com>
15216 * files.el (find-alternate-file): If the old buffer is modified
15217 and visiting a file, behave similarly to `kill-buffer' when
15218 killing it, thus reverting to the pre-1.878 behavior; see
15219 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
15220 for discussion. Also, consult `buffer-file-name' as a variable
15221 not as a function, for consistency with the rest of the code.
15223 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
15225 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
15226 also when adding a new directory.
15228 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
15231 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
15233 * files.el (locate-file-completion-table): Make it provide boundary
15234 information, so partial-completion works better.
15236 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
15238 * mail/footnote.el (Footnote-text-under-cursor):
15239 Check footnote-text-marker-alist before using it (bug#4324).
15241 2009-09-04 Glenn Morris <rgm@gnu.org>
15243 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
15244 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
15245 * play/solitaire.el, play/tetris.el:
15246 Remove leading * from defcustom and defface docs.
15248 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
15250 (diary-fancy-overriding-map): New variable.
15251 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
15254 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
15257 2009-09-03 Glenn Morris <rgm@gnu.org>
15259 * arc-mode.el (archive-mode):
15260 * dos-fns.el (set-default-process-coding-system):
15261 * man.el (Man-getpage-in-background):
15262 * menu-bar.el (menu-bar-describe-menu):
15263 * server.el (server-process-filter):
15264 * startup.el (command-line):
15265 * tar-mode.el (tar-header-block-tokenize, tar-extract):
15266 * w32-fns.el (set-default-process-coding-system):
15267 * x-dnd.el (x-dnd-handle-file-name):
15268 * international/mule-cmds.el (mule-menu-keymap)
15269 (set-default-coding-systems, language-info-alist, set-language-info)
15270 (set-language-environment, standard-display-european-internal)
15271 (set-locale-environment):
15272 * international/mule-diag.el (mule-diag):
15273 * mail/emacsbug.el (report-emacs-bug):
15274 * mail/rmail.el (rmail-mode):
15275 * mail/sendmail.el (mail-setup):
15276 Use default-value rather than default-enable-multibyte-characters.
15278 * progmodes/f90.el: Move all safe properties into the defcustoms.
15279 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15281 * calendar/appt.el (appt-check):
15282 * calendar/diary-lib.el (diary-set-header, diary-live-p)
15283 (diary-check-diary-file, diary-list-entries)
15284 (diary-include-other-diary-files, diary-simple-display)
15285 (diary-fancy-display, diary-print-entries)
15286 (diary-mark-included-diary-files, diary-make-entry):
15287 Don't call substitute-in-file-name on diary-file.
15289 2009-09-03 Eduard Wiebe <usenet@pusto.de>
15290 Stefan Monnier <monnier@iro.umontreal.ca>
15292 * mail/footnote.el (footnote-prefix): Make it a defcustom.
15293 (footnote-mode-map): Move initialization into the declaration.
15294 (footnote-minor-mode-map): Define it rather than changing global-map.
15295 (footnote-mode): Use define-minor-mode.
15297 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
15299 * net/tramp.el (tramp-handle-file-attributes-with-ls)
15300 (tramp-do-file-attributes-with-perl)
15301 (tramp-do-file-attributes-with-stat): Rename from
15302 `tramp-handle-file-attributes-with-*'.
15303 (tramp-handle-file-attributes): Use them.
15304 (tramp-do-directory-files-and-attributes-with-perl)
15305 (tramp-do-directory-files-and-attributes-with-stat): Rename from
15306 `tramp-handle-directory-files-and-attributes-with-*'.
15307 (tramp-handle-directory-files-and-attributes): Use them.
15308 (tramp-method-out-of-band-p): Additional parameter SIZE.
15309 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
15310 (tramp-handle-write-region): Use it.
15311 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
15312 (tramp-handle-vc-registered): Check, whether the first run did
15313 return files to be tested.
15314 (tramp-advice-make-auto-save-file-name): Do not call directly
15315 `tramp-handle-make-auto-save-file-name', because this would bypass
15316 the locking mechanism.
15318 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
15319 (file-remote-p, process-file, start-file-process, set-file-times)
15320 (tramp-compat-file-attributes): Compatibility functions shall not
15321 call directly `tramp-handle-*', because this would bypass the
15323 (tramp-compat-number-sequence): New defun.
15325 2009-09-02 Glenn Morris <rgm@gnu.org>
15327 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
15328 alias for float-time.
15329 (time-to-number-of-days): In Emacs, use float-time.
15330 * net/newst-backend.el (time-add): Suppress warnings from compat
15332 * time.el (emacs-uptime, emacs-init-time):
15333 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
15334 Use float-time rather than time-to-seconds.
15336 * minibuffer.el (completion-initials-expand): Fix typo.
15338 * faces.el (modeline, modeline-inactive, modeline-highlight)
15339 (modeline-buffer-id):
15340 * info.el (info-menu-5): Mark these face aliases as obsolete.
15342 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
15344 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
15346 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
15347 no "--thread" option.
15348 (gdb-stopped): Don't print "Switched to thread" message when it is
15351 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15353 * minibuffer.el (completion-try-completion)
15354 (completion-all-completions): Remove ill-defined (and
15355 mistakenly installed and luckily never used nor documented)
15356 `completion-styles' property.
15357 (completion-initials-expand, completion-initials-all-completions)
15358 (completion-initials-try-completion): New functions.
15359 (completion-styles-alist): Add doc to each entry.
15360 Add new `initials' entry.
15362 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
15364 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
15365 MI command -var-evaluate-expression.
15366 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
15367 and tweak for case of string child.
15368 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
15370 2009-09-01 Glenn Morris <rgm@gnu.org>
15372 * add-log.el (change-log-date-face, change-log-name-face)
15373 (change-log-email-face, change-log-file-face, change-log-list-face)
15374 (change-log-conditionals-face, change-log-function-face)
15375 (change-log-acknowledgement-face):
15376 * cus-edit.el (custom-invalid-face, custom-rogue-face)
15377 (custom-modified-face, custom-set-face, custom-changed-face)
15378 (custom-saved-face, custom-button-face, custom-button-pressed-face)
15379 (custom-documentation-face, custom-state-face, custom-comment-face)
15380 (custom-comment-tag-face, custom-variable-tag-face)
15381 (custom-variable-button-face, custom-face-tag-face)
15382 (custom-group-tag-face-1, custom-group-tag-face):
15383 * diff-mode.el (diff-header-face, diff-file-header-face)
15384 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15385 (diff-added-face, diff-changed-face, diff-function-face)
15386 (diff-context-face, diff-nonexistent-face):
15387 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15388 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
15389 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15390 (Info-title-4-face):
15391 * isearch.el (isearch-lazy-highlight-face):
15392 * log-view.el (log-view-file-face, log-view-message-face):
15393 * paren.el (show-paren-match-face, show-paren-mismatch-face):
15394 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15395 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15397 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15398 (smerge-base-face, smerge-markers-face):
15399 * wid-edit.el (widget-documentation-face, widget-button-face)
15400 (widget-field-face, widget-single-line-field-face)
15401 (widget-inactive-face, widget-button-pressed-face):
15402 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
15403 (woman-addition-face):
15404 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
15405 (eshell-ls-executable-face, eshell-ls-readonly-face)
15406 (eshell-ls-unreadable-face, eshell-ls-special-face)
15407 (eshell-ls-missing-face, eshell-ls-archive-face)
15408 (eshell-ls-backup-face, eshell-ls-product-face)
15409 (eshell-ls-clutter-face):
15410 * eshell/em-prompt.el (eshell-prompt-face):
15411 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
15412 * obsolete/old-whitespace.el (whitespace-highlight-face):
15413 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
15414 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
15415 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
15416 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
15417 (antlr-font-lock-literal-face):
15418 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15419 (ebrowse-root-class-face, ebrowse-file-name-face)
15420 (ebrowse-default-face, ebrowse-member-attribute-face)
15421 (ebrowse-member-class-face, ebrowse-progress-face):
15422 * progmodes/make-mode.el (makefile-space-face):
15423 * progmodes/sh-script.el (sh-heredoc-face):
15424 * textmodes/flyspell.el (flyspell-incorrect-face)
15425 (flyspell-duplicate-face):
15426 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
15427 * textmodes/texinfo.el (texinfo-heading-face):
15428 Mark face aliases with "-face" suffix as obsolete.
15430 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
15433 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
15434 (eudc-bob-sound-menu): Use defvar rather than defconst, since
15435 easy-menu-define wants to modify these.
15437 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
15439 * net/browse-url.el (browse-url-file-url):
15440 * term/internal.el (dos-codepage-setup):
15441 Use default-value rather than default-enable-multibyte-characters.
15443 * progmodes/etags.el (etags-goto-tag-location):
15444 * progmodes/flymake.el (flymake-highlight-line)
15445 (flymake-goto-file-and-line, flymake-goto-line):
15446 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
15447 (gdb-goto-breakpoint):
15448 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15449 * progmodes/python.el (python-find-function)
15450 (python-pdbtrack-track-stack-file):
15451 * progmodes/verilog-mode.el (verilog-surelint-off):
15452 * term/ns-win.el (ns-open-file-select-line):
15453 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
15454 Use forward-line rather than goto-line.
15456 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
15457 * textmodes/reftex-index.el (reftex-display-index):
15458 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15459 * textmodes/reftex-toc.el (reftex-toc):
15460 Remove unnecessary bindings of default-major-mode (all are followed by
15461 major-mode check and possible mode switch).
15463 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
15465 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15466 Handle watchpoints (bug#4282).
15467 (def-gdb-thread-buffer-command): Enable thread to be selected by
15468 clicking without selecting threads buffer first.
15469 (gdb-current-context-command): Use selected frame so that "up",
15470 "down" etc work in the GUD buffer.
15471 (gdb-update): Find selected frame before rendering stack buffer.
15472 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
15474 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15476 * progmodes/sym-comp.el (displayed-completions): Remove.
15477 (symbol-complete): Use minibuffer-complete.
15479 2009-08-31 Glenn Morris <rgm@gnu.org>
15481 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
15483 * apropos.el (apropos-symbols-internal):
15484 Handle (obsolete) face aliases.
15486 * faces.el (describe-face): Adjust the output format to be more like
15487 describe-variable, and to mention (obsolete) face aliases.
15488 Adjust the whitespace so that help-setup-xref works.
15490 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
15491 * calendar/diary-lib.el (diary-button-face):
15492 Mark these face aliases as obsolete.
15494 * calendar/calendar.el (calendar-today): Doc fix.
15496 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
15498 * progmodes/gdb-mi.el (gdb-control-all-threads)
15499 (gdb-control-current-thread): Force tool bar update.
15500 (gdb-non-stop-handler): New function.
15501 (gdb-init-1): Use it to test if non-stop mode is supported.
15502 Remove unused gdbmi buffer type.
15504 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
15506 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
15507 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
15509 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
15511 * comint.el (comint-exec-1): Check command is non-null first.
15512 Part of gdb-mi.el change (2009-08-28).
15514 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15516 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
15518 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
15520 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15521 instead of `dolist' to avoid a recursive require when bootstrapping.
15523 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15525 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15527 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15529 * net/imap.el (imap-send-command): Simplify.
15530 (imap-wait-for-tag): point-max -> buffer-size.
15532 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15534 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15535 with constant argument.
15537 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15539 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15541 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15542 Change default, since most of our files don't have a history.
15543 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15546 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15549 * calc/calc.el: Improve commenting convention.
15550 (calc-digit-map, toplevel): Simplify.
15552 * comint.el (comint-insert-input): Be careful to only set point if we
15553 don't delegate to some other command.
15555 * proced.el (proced-signal-list): Make it an alist.
15556 (proced-grammar-alist): Capitalize names.
15557 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15558 Disable undo manually and make it read-only.
15559 Use completion-annotate-function.
15561 * minibuffer.el (minibuffer-message): If the current buffer is not
15562 a minibuffer, insert the message in the echo area rather than at the
15564 (completion-annotate-function): New variable.
15565 (minibuffer-completion-help): Use it.
15566 (completion--embedded-envvar-table): Environment vars are
15567 always case-sensitive.
15569 2009-08-30 Glenn Morris <rgm@gnu.org>
15571 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15572 from fortran-current-defun.
15573 (fortran-beginning-of-subprogram): Be more precise about finding the
15574 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
15575 (fortran-end-of-subprogram): Simplify.
15576 (fortran-current-defun): Use fortran-start-prog-re.
15578 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
15580 * subr.el (do-after-load-evaluation): Simplify.
15582 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15584 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15586 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
15587 (vc-rcs-print-log): Use it.
15589 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15591 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15593 * paths.el (abbrev-file-name): Move to abbrev.el.
15594 * abbrev.el (abbrev-file-name): Move from paths.el.
15595 Obey user-emacs-directory.
15596 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15597 user-emacs-directory.
15598 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15599 abbrev-file-name and calc-settings-file any more.
15600 * startup.el (command-line): Recompute abbrev-file-name and
15601 abbreviated-home-dir.
15602 (normal-no-mouse-startup-screen): Improve the generic code and get rid
15603 of the special code for when C-h bindings haven't been changed.
15604 (display-startup-echo-area-message): Use with-current-buffer.
15605 (command-line-1): Use a list of strings, rather than a list of lists
15606 of strings for longopts.
15608 * files.el (get-free-disk-space): Use / for default-directory.
15610 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15611 Use with-current-buffer.
15613 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15614 Recognize immutable variables like most-positive-fixnum.
15615 (byte-compile-setq-default): Check and warn if trying to assign
15616 to an immutable variable, or a non-variable.
15618 * progmodes/cc-vars.el (c-comment-continuation-stars):
15619 * progmodes/cc-engine.el (c-looking-at-bos):
15620 * progmodes/cc-cmds.el (c-toggle-auto-state)
15621 (c-forward-into-nomenclature, c-backward-into-nomenclature)
15622 (c-comment-line-break-function): Add version of obsolescence.
15624 2009-08-28 Juri Linkov <juri@jurta.org>
15626 * files.el (magic-fallback-mode-alist): Add ZIP magic number
15627 associated with `archive-mode'.
15629 * image.el (image-type-header-regexps): Use only JPEG magic number
15630 to determine JPEG images, and don't use `image-jpeg-p' because
15631 Emacs can display non-JFIF non-Exif JPEG images.
15633 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
15635 * arc-mode.el (archive-mode):
15636 * emacs-lisp/re-builder.el (re-builder-unload-function):
15637 Protect against the default value of `major-mode' being nil.
15639 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
15641 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15642 Fix typos in docstrings.
15644 * progmodes/js.el (js--macro-decl-re): Doc fix.
15645 (js--plain-method-re, js--split-name): Refloc docstring.
15646 (js--class-styles, js--make-merged-item, js--splice-into-items):
15647 Fix typos in docstrings; reflow docstrings.
15648 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15649 (js--variable-decl-matcher, js--inside-pitem-p)
15650 (js--parse-state-at-point, js--get-all-known-symbols)
15651 (js--symbol-history, js-find-symbol, js--js-references)
15652 (js--moz-interactor, js--js-encode-value, js--read-tab):
15653 Fix typos in docstrings.
15655 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15657 * textmodes/reftex.el (reftex-get-file-buffer-force):
15658 * progmodes/verilog-mode.el (verilog-batch-execute-func):
15659 * emulation/viper.el (viper-go-away, viper-set-hooks):
15660 * emacs-lisp/re-builder.el (re-builder-unload-function):
15661 * emacs-lisp/bytecomp.el (byte-compile-file):
15662 * ses.el (ses-unload-function):
15663 * hexl.el (hexl-find-file):
15664 * files.el (normal-mode):
15665 * ehelp.el (with-electric-help):
15666 * autoinsert.el (auto-insert-alist):
15667 * arc-mode.el (archive-mode):
15668 Use (default-value 'major-mode) instead of default-major-mode.
15670 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15671 * international/mule.el (load-with-code-conversion):
15672 * emacs-lisp/debug.el (debug):
15673 * ediff-vers.el (ediff-rcs-get-output-buffer):
15674 * dired.el (dired-internal-noselect): Don't let-bind
15675 default-major-mode around code that doesn't use it.
15676 E.g. buffer creation via get-buffer-create doesn't use it.
15678 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
15680 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15681 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15682 when writing the temp file. Otherwise, epa-file gets confused.
15683 (tramp-register-file-name-handlers): Make it a defun. Move also
15684 `epa-file-handler' to the front of `file-name-handler-alist'.
15686 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15688 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15689 start right after a ^M.
15690 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15691 (tramp-completion-file-name-regexp-separate)
15692 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
15693 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15694 Don't modify last-coding-system-used by accident.
15695 (tramp-completion-file-name-handler): Apply the checks here,
15696 instead during registration.
15697 (tramp-register-file-name-handlers): Renamed from
15698 `tramp-register-file-name-handler'. Register both
15699 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
15700 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
15702 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
15704 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15705 Remove variable ...
15706 (gdb-init-1, gdb-display-separate-io-buffer)
15707 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15709 (gdb-inferior-io-mode): Use make-comint-in-buffer.
15710 (gdb-inferior-filter): Use comint-output-filter to stop
15711 echoing and remove ^M characters.
15713 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15715 * emulation/viper-init.el (viper-restore-cursor-type):
15716 * emulation/cua-base.el (cua--update-indications):
15717 Replace default-cursor-type with (default-value 'cursor-type).
15719 * mail/sendmail.el (mail-recover-1):
15720 * international/mule-diag.el (describe-current-coding-system-briefly)
15721 (describe-current-coding-system):
15722 * international/mule-cmds.el (select-safe-coding-system)
15723 (select-message-coding-system)
15724 (set-language-environment-coding-systems, set-locale-environment):
15725 * hexl.el (hexl-insert-multibyte-char):
15726 * dos-w32.el (find-buffer-file-type-coding-system):
15727 * simple.el (what-cursor-position):
15728 Replace uses of default-buffer-file-coding-system
15729 with (default-value 'buffer-file-coding-system).
15731 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15732 Replace uses of default-cursor-in-non-selected-windows
15733 with (default-value 'cursor-in-non-selected-windows).
15734 Use with-current-buffer.
15736 * mail/feedmail.el: Use CL macros.
15737 (feedmail-run-the-queue, feedmail-send-it-immediately):
15738 * dos-w32.el (find-buffer-file-type): Replace uses of
15739 default-buffer-file-type with (default-value 'buffer-file-type).
15741 2009-08-28 Glenn Morris <rgm@gnu.org>
15743 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15744 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15745 Use default-value of major-mode rather than default-major-mode.
15747 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15749 * Makefile.in (update-elcfiles): Report left over elc files.
15751 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15752 expand-file-name and with-current-buffer.
15753 (mail-get-names, mail-directory): Use with-current-buffer.
15755 * vc.el (vc-read-revision): New function.
15756 (vc-version-diff, vc-merge): Use it.
15758 2009-08-27 Sam Steingold <sds@gnu.org>
15760 * simple.el (kill-do-not-save-duplicates): New user option.
15761 (kill-new): When it is non-nil, and the new string is the same as
15762 the latest kill, set replace to t to avoid duplicates in kill-ring.
15764 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
15766 * net/tramp.el (tramp-handle-process-file): Do not flush all
15767 caches when `process-file-side-effects' is set.
15768 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15769 instead of `tramp-find-file-exists-command'.
15770 Unset `process-file-side-effects'.
15772 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
15774 * net/tramp.el (tramp-methods): New method "rsyncc".
15775 (top): Add completion function for "rsyncc".
15776 (tramp-message-show-message): New defvar.
15777 (tramp-message, tramp-error): Use it.
15778 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15780 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15781 `tramp-methods' entry `copy-env' of "rsyncc".
15782 (tramp-vc-registered-read-file-names): New defconst.
15783 (tramp-vc-registered-file-names): New defvar.
15784 (tramp-handle-vc-registered): Implement optimization strategy.
15785 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15786 (tramp-vc-file-name-handler): New defun.
15787 (tramp-get-ls-command, tramp-get-test-command)
15788 (tramp-get-file-exists-command, tramp-get-remote-ln)
15789 (tramp-get-remote-perl, tramp-get-remote-stat)
15790 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15792 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15793 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15795 (tramp-get-file-property): Check for timestamps in
15796 `tramp-cache-inhibit-cache'.
15797 (tramp-set-file-property): Write timestamp.
15799 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15801 * language/japan-util.el (japanese-symbol-table): Add entries for
15804 * international/characters.el: Add category `j' to cp932-2-byte.
15806 2009-08-27 Kenichi Handa <handa@m17n.org>
15808 * international/fontset.el (build-default-fontset-data): New macro.
15809 (setup-default-fontset): Use build-default-fontset-data for CJK,
15810 tibetan, ethiopic, and ipa.
15812 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15814 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15815 (enable-multibyte-characters): Not customizable any more.
15817 * subr.el (default-mode-line-format, default-header-line-format)
15818 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15819 (default-direction-reversed, default-truncate-lines)
15820 (default-left-margin, default-tab-width, default-case-fold-search)
15821 (default-left-margin-width, default-right-margin-width)
15822 (default-left-fringe-width, default-right-fringe-width)
15823 (default-fringes-outside-margins, default-scroll-bar-width)
15824 (default-vertical-scroll-bar, default-indicate-empty-lines)
15825 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15826 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15827 (default-scroll-down-aggressively, default-fill-column)
15828 (default-cursor-type, default-buffer-file-type)
15829 (default-cursor-in-non-selected-windows)
15830 (default-buffer-file-coding-system, default-major-mode)
15831 (default-enable-multibyte-characters): Mark as obsolete.
15833 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15835 * vc-dir.el (vc-dir-update): Remove debug helper.
15837 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15839 2009-08-26 Sam Steingold <sds@gnu.org>
15841 * simple.el (save-interprogram-paste-before-kill): New user option.
15842 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15843 save the interprogram-paste into kill-ring before overriding it
15844 with the Emacs kill.
15846 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15848 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15849 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15850 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15851 and move to vc-rcs.el.
15852 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15854 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15855 (vc-rcs-update-changelog): Remove.
15856 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15857 and move to vc-rcs.el.
15859 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15860 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15862 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15863 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15864 vc.el, renamed to be RCS specific.
15866 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15868 (vc-cvs-update-changelog): Move here from vc.el.
15870 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15873 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15875 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15877 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15879 * vc-git.el (vc-git-register): Use "git add" for directories.
15880 (vc-git-stash, vc-git-stash-show): New functions.
15881 (vc-git-extra-menu-map): Bind them.
15883 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15884 directory correctly in case the item is a directory itself.
15886 * vc.el: Document the desired behavior for reverted files in the
15888 (vc-default-prettify-state-info): Remove function, unused.
15890 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15892 2009-08-26 Glenn Morris <rgm@gnu.org>
15894 * bindings.el (standard-mode-line-format): Reposition dashes in
15895 which-func entry. (Bug#4217)
15897 * files.el (enable-local-variables, enable-local-eval)
15898 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15900 (auto-mode-alist, ignored-local-variables)
15901 (save-some-buffers-action-alist): Move risky declarations to the
15903 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15904 (font-lock-defaults, format-alist, imenu--index-alist)
15905 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15906 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15907 (mode-line-modified, mode-line-mule-info, mode-line-position)
15908 (mode-line-process, mode-line-remote, outline-level)
15909 (parse-time-rules, rmail-output-file-alist)
15910 (special-display-buffer-names, vc-mode):
15911 Move risky declarations to the relevant files.
15912 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15913 (mode-line-modified, mode-line-process, mode-line-position)
15914 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15915 * font-core.el (font-lock-defaults):
15916 * format.el (format-alist):
15917 * vc-hooks.el (vc-mode):
15918 * window.el (special-display-buffer-names):
15919 * international/mule-cmds.el (input-method-alist):
15920 Define riskiness here (dumped file) rather than in files.el.
15921 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15922 * imenu.el (imenu-generic-expression, imenu--index-alist):
15923 * outline.el (outline-level):
15924 * time.el (display-time-string):
15925 * calendar/parse-time.el (parse-time-rules):
15926 * mail/rmailout.el (rmail-output-file-alist):
15927 Autoload riskiness here, rather than placing in files.el.
15929 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15931 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15933 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
15935 * simple.el (process-file-side-effects): New defvar.
15937 * dired-aux.el (dired-show-file-type):
15938 * vc.el (vc-diff-internal):
15939 * vc-arch.el (vc-arch-diff):
15940 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15941 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15942 * vc-git.el (vc-git-registered, vc-git-working-revision)
15943 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15944 (vc-git--empty-db-p):
15945 * vc-hooks.el (vc-user-login-name):
15946 * vc-svn.el (vc-svn-registered, vc-svn-state)
15947 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15948 * progmodes/grep.el (grep-probe): Let-bind
15949 `process-file-side-effects' with nil.
15951 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15953 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15954 daemon. Replace ping by checking for running service for bluez
15955 and zeroconf. (Bug#4239)
15957 2009-08-25 Kevin Ryde <user42@zip.com.au>
15959 * net/dig.el (dig): Add autoload cookie.
15961 2009-08-25 Glenn Morris <rgm@gnu.org>
15963 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15964 load-history for absolute file-names.
15965 (byte-compile-file-form-require): Warn about use of the cl package.
15967 * format.el (format-alist): Doc fix.
15969 * play/bubbles.el (top-level): Don't require cl at run-time.
15971 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15974 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15976 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15978 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15980 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15982 * calc/calc-alg.el (math-trig-rewrite)
15983 (math-hyperbolic-trig-rewrite): New functions.
15984 (calc-simplify): Simplify trig functions when asked.
15986 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15988 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15990 2009-08-24 Kenichi Handa <handa@m17n.org>
15992 * language/ind-util.el (mapthread): Delete it.
15993 (combinatorial): New function.
15994 (indian--puthash-cv): Use combinatorial instead of mapthread.
15996 2009-08-22 Kevin Ryde <user42@zip.com.au>
15998 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15999 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
16000 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
16001 Clarify docstring that the value is strings not symbols.
16002 (checkdoc-list-of-strings-p): New function.
16004 2009-08-22 Glenn Morris <rgm@gnu.org>
16006 * files.el (auto-mode-alist):
16007 * hippie-exp.el (he-concat-directory-file-name):
16008 * lpr.el (lpr-windows-system, printer-name):
16009 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
16010 * ps-print.el (ps-windows-system):
16011 * startup.el (command-line):
16012 * emulation/viper-ex.el (viper-glob-function):
16013 * international/mule-cmds.el (set-language-environment-coding-systems):
16014 * net/ange-ftp.el (ange-ftp-write-region):
16015 * obsolete/fast-lock.el (fast-lock-cache-name):
16016 Remove code for defunct system-types emx, macos, mswindows, next-mach,
16017 unisoft-unix, vax-vms, win32, w32.
16019 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
16020 given name if the pattern is not more specific.
16022 * calendar/lunar.el (lunar-phase-names): New option.
16023 (lunar-phase): Doc fix.
16024 (lunar-cycles-per-year): New constant.
16025 (lunar-index): New function.
16026 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
16027 (lunar-phase-name): Use lunar-phase-names.
16028 (calendar-lunar-phases): Use format.
16029 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
16031 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
16032 Copy imenu-example--name-and-position function here for own use.
16033 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
16035 * bs.el (bs--redisplay):
16036 * cus-edit.el (custom-redraw):
16037 * ibuffer.el (ibuffer-bury-buffer):
16038 * server.el (server-goto-line-column):
16039 * startup.el (command-line-1):
16040 * strokes.el (strokes-xpm-for-stroke):
16041 * term.el (term-display-buffer-line):
16042 * view.el (View-goto-line):
16043 * calc/calc.el (calc-do, calc-trail-buffer):
16044 * play/gamegrid.el (gamegrid-add-score-insecure):
16045 * progmodes/ada-mode.el (ada-compile-goto-error):
16046 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
16047 (ebrowse-select-1st-to-9nth):
16048 * progmodes/cperl-mode.el (cperl-time-fontification):
16049 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
16050 * progmodes/gud.el (gud-display-line):
16051 (idlwave-shell-display-line):
16052 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
16053 * progmodes/make-mode.el (makefile-browser-toggle):
16054 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
16055 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
16056 * textmodes/picture.el (picture-draw-rectangle):
16057 * textmodes/reftex-index.el (reftex-index-goto-letter):
16058 (reftex-select-jump-to-previous):
16059 * textmodes/reftex-sel.el (reftex-find-start-point)
16060 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
16061 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
16062 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
16063 * textmodes/tex-mode.el (tex-compilation-parse-errors):
16064 * textmodes/two-column.el (2C-associated-buffer):
16065 Use forward-line rather than goto-line.
16067 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
16070 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
16071 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
16072 (quick-check-list-to-regexp): Declare.
16074 * progmodes/make-mode.el (makefile-browser-insert-selection):
16075 Use goto-char rather than goto-line.
16077 * progmodes/prolog.el (compilation-error-regexp-alist)
16078 (compilation-forget-errors): Declare.
16080 2009-08-22 Juri Linkov <juri@jurta.org>
16082 * progmodes/grep.el (lgrep, rgrep): At the beginning
16083 set `dir' to `default-directory' unless `dir' is a non-nil
16084 readable directory. (Bug#4052)
16085 (lgrep, rgrep): Change a weird way to report an error
16086 from using `read-string' to using `error'.
16087 Instead of using interactive arguments in the function body,
16088 add new argument `confirm'.
16090 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
16092 * textmodes/remember.el (remember-buffer):
16093 * progmodes/cperl-mode.el (cperl-vc-header-alist):
16094 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
16095 (icalendar-extract-ical-from-buffer):
16096 * net/newst-treeview.el (newsticker-groups-filename):
16097 * net/newst-backend.el (newsticker-cache-filename):
16098 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
16099 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
16100 (speedbar-add-ignored-path-regexp, speedbar-line-path)
16101 (speedbar-buffers-line-path, speedbar-path-line)
16102 (speedbar-buffers-line-path):
16103 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
16105 * epa.el (epa-display-verify-result):
16106 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
16108 2009-08-21 Glenn Morris <rgm@gnu.org>
16110 * progmodes/js.el (inferior-moz-process): Fix declaration.
16112 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
16114 * obsolete/rnewspost.el (news-mail-reply):
16115 Use goto-char rather than goto-line.
16117 * term/ns-win.el (ns-open-file-select-line):
16118 Use line-beginning-position rather than goto-line.
16120 * apropos.el (apropos-command):
16121 * ehelp.el (electric-helpify):
16122 * printing.el (pr-show-setup):
16123 * strokes.el (strokes-help):
16124 * tutorial.el (tutorial--describe-nonstandard-key)
16125 (tutorial--detailed-help):
16126 * woman.el (woman-mini-help, woman-display-extended-fonts):
16127 * calc/calc-help.el (calc-describe-key):
16128 * emulation/edt.el (edt-electric-helpify):
16129 * international/mule-diag.el (mule-diag):
16130 * play/yow.el (apropos-zippy):
16131 * progmodes/python.el (python-describe-symbol):
16132 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
16133 * textmodes/table.el (*table--cell-describe-mode)
16134 (*table--cell-describe-bindings):
16135 Use help-print-return-message rather than the now obsolete alias.
16137 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
16138 (calendar-cursor-to-visible-date):
16139 * play/5x5.el (5x5-position-cursor):
16140 * play/decipher.el (decipher):
16141 * play/gomoku.el (gomoku-goto-xy):
16142 * play/landmark.el (lm-goto-xy):
16143 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16144 (mpuz-paint-digit):
16145 Use forward-line, not goto-line.
16147 * mail/rmail.el (rmail-obsolete): Delete custom group.
16148 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16149 (rmail-remote-password, rmail-remote-password-required):
16150 Remove unneeded :set-after and :set properties.
16152 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
16154 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16156 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
16158 * loadup.el: Remove leftover macos code.
16160 * vc-git.el (vc-git-annotate-command): Run asynchronously.
16161 Explicitly pass the date format to git blame so that user local
16162 so that the output format can be parsed.
16164 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
16166 * net/dbus.el (top): Don't check for (getenv
16167 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
16169 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
16171 * log-edit.el (log-edit-strip-single-file-name): New var.
16172 (log-edit-insert-changelog): Use it. Bug#3571
16174 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16176 * subr.el (read-passwd): Use read-key so keypad keys work as well.
16179 * help.el (help-print-return-message): Rename from
16180 print-help-return-message.
16182 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
16183 cvs-mode-map parent hack.
16184 (log-view-mode): Derive from special-mode.
16186 * linum.el (linum-mode): window-size-change-functions is redundant.
16187 Adapt to new window-configuration-change-hook behavior.
16188 (linum-after-size, linum-after-config): Remove.
16190 * imenu.el (imenu-example--name-and-position)
16191 (imenu-example--lisp-extract-index-name)
16192 (imenu-example--create-lisp-index, imenu-example--create-c-index):
16195 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
16196 (inferior-prolog-mode): Use it.
16197 (inferior-prolog-load-file): Reset list of errors.
16199 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16201 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
16203 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
16205 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
16207 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
16208 is running already.
16210 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16212 * subr.el (listify-key-sequence-1): Use normal syntax since those
16213 integers are nowadays always represented by the same (positive) number
16215 (read-key-empty-map): New const.
16216 (read-key-delay): New var.
16217 (read-key): New function.
16218 (force-mode-line-update): Use with-current-buffer.
16219 (locate-user-emacs-file): Don't forget to abbreviate the file name.
16220 (start-process-shell-command, start-file-process-shell-command):
16221 Discourage the use of command-args.
16223 2009-08-19 Glenn Morris <rgm@gnu.org>
16225 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
16227 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16229 * simple.el (choose-completion-string): Don't rely on
16230 minibuffer-completing-file-name and ad-hoc checks to decide whether
16231 to continue completion or not.
16233 * minibuffer.el (minibuffer-hide-completions): New function.
16234 (completion--do-completion): Use it.
16235 (completions-annotations): New face.
16236 (completion--insert-strings): Use it.
16237 (completion-pcm--delim-wild-regex): Add docstring.
16238 (completion-pcm--string->pattern): Add support for 0-width delimiters
16239 in completion-pcm--delim-wild-regex.
16241 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
16243 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
16244 Remove unused var `buffer-modified-p'.
16246 * minibuffer.el (completion--do-completion): Move point for the #b001
16247 case as well (bug#4176).
16248 (minibuffer-complete, minibuffer-complete-word): Don't move point.
16250 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
16252 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
16253 and :session buses.
16255 2009-08-18 Kenichi Handa <handa@m17n.org>
16257 * international/ucs-normalize.el (ucs-normalize-version):
16259 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16260 (utf-8-hfs): Make it perform normalization on encoding too.
16262 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
16263 (sentence-end-without-space): Delete duplicated chars.
16264 (sentence-end-base): Likewise.
16266 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
16267 (html-mode): Delete duplicated chars from sentence-end-base.
16269 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
16270 (texinfo-mode): Delete duplicated chars from sentence-end-base.
16272 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
16274 * files.el (hack-one-local-variable): If the mode function is for
16275 a minor mode, pass it an argument (Bug#4148).
16277 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
16279 * net/tramp.el (tramp-register-completion-file-name-handler):
16280 Check also for (member 'partial-completion completion-styles).
16282 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
16284 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16287 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
16289 * progmodes/cperl-mode.el: Merge upstream 6.2.
16290 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
16291 (cperl-forward-re): Check cperl-brace-recursing.
16292 (cperl-highlight-charclass): New function.
16293 (cperl-find-pods-heres): Use it.
16294 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
16295 (cperl-beautify-regexp-piece): Fix column calculation.
16296 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
16297 (cperl-beautify-level): Don't process entire regexp.
16298 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
16300 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
16301 (cperl-init-faces): Build a list in the normal way.
16303 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
16305 * calendar/parse-time.el (parse-time-string-chars): Save match
16308 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
16310 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
16311 (sql-product): Use it.
16312 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
16313 (sql-set-product): Add completion.
16314 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
16315 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
16316 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
16317 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
16318 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
16319 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
16320 (sql-highlight-db2-keywords): Remove.
16321 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
16322 (sql-highlight-product): Use derived-mode-p.
16323 (sql-set-sqli-buffer): Use with-current-buffer.
16324 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
16327 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
16329 * term.el: Fix commenting convention, turn comments into docstrings.
16331 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16333 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
16335 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
16337 * calendar/parse-time.el (parse-time-string-chars): Compute using
16338 character classes, to handle non-ascii characters (Bug#3190).
16340 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
16342 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
16343 another heredoc if the user adds another < (Bug#3226).
16345 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16346 Don't initialize based on window-system (Bug#4124).
16348 * facemenu.el (facemenu-read-color): Use a completion function
16349 that accepts any defined color, such as RGB triplets (Bug#3677).
16351 * files.el (get-free-disk-space): Change fallback default
16352 directory to /. Expand DIR argument before switching to fallback.
16353 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
16355 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
16357 * files.el (load-library): Doc fix.
16359 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
16361 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
16362 (viper-if-string): Redefine C-s in the minibuffer to insert the last
16363 incremental search string.
16365 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
16368 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
16369 (ediff-merge-region-is-non-clash)
16370 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
16371 Also check if the job is really a merge job.
16373 * ediff.el (ediff-current-file): New function.
16375 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
16377 * progmodes/js.el: Edit docstrings throughout to follow Emacs
16379 (js-insert-and-indent): Delete function.
16380 (js-mode-map): Don't bind keys to js-insert-and-indent.
16381 (js-beginning-of-defun): Rename from js--beginning-of-defun.
16382 (js-end-of-defun): Rename from js--end-of-defun.
16383 (js-auto-indent-flag): Delete variable.
16385 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
16387 * progmodes/js.el: Remove proclaim statement.
16388 Defvar which-func-imenu-joiner-function to silence compiler.
16390 * files.el (auto-mode-alist): Use js-mode for .js files.
16392 * progmodes/js2-mode.el: Remove file.
16394 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
16396 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
16398 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
16400 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
16401 Karl Landstrom <karl.landstrom@brgeight.se>
16403 * progmodes/js.el: New file.
16405 2009-08-14 Mark A. Hershberger <mah@everybody.org>
16407 * timezone.el (timezone-parse-date): Add ability to understand ISO
16408 basic format (minimal separators) dates in addition to the
16409 already-supported extended format dates.
16411 2009-08-14 Eli Zaretskii <eliz@gnu.org>
16413 * international/ucs-normalize.el: Add a `coding' file variable.
16415 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
16417 2009-08-14 Sam Steingold <sds@gnu.org>
16419 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
16421 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
16423 * faces.el (help-argument-name): Define it here instead of
16424 help-fns.el, because in daemon mode help-fns.el may be loaded when
16425 faces are still uninitialized (Bug#1078).
16427 * help-fns.el (help-argument-name): Move defface to faces.el.
16429 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
16431 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
16432 create buffer with a pty but no process so that GDB can make the
16433 inferior the controlling process.
16435 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
16437 * international/ucs-normalize.el: New file.
16439 2009-08-13 Richard Stallman <rms@gnu.org>
16441 * mail/rmail.el (rmail-get-attr-names):
16442 Accept an attribute header that is too short.
16444 * mail/rmail.el (rmail-forget-messages):
16445 Ignore nil elt in rmail-message-vector. Use dotimes.
16447 * progmodes/compile.el (compilation-goto-locus):
16448 Use next-error-move-function.
16450 * simple.el (next-error-move-function): New variable.
16452 2009-08-12 Juri Linkov <juri@jurta.org>
16454 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
16455 always non-nil. (Bug#4052)
16457 * replace.el (read-regexp): Return empty string when
16458 `default-value' is nil.
16459 (keep-lines-read-args): Don't use empty string as the
16460 default value for `read-regexp'. (Bug#2495)
16462 2009-08-12 Juri Linkov <juri@jurta.org>
16464 * international/mule-cmds.el (ucs-insert): Change arguments
16465 from `arg' to `character', `count', `inherit' to be the same
16466 as in `insert-char'. Doc fix. (Bug#4039)
16468 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
16470 2009-08-12 Juri Linkov <juri@jurta.org>
16472 * files-x.el: New file.
16474 * files.el: Move code that deals with adding/deleting
16475 file/directory-local variables to files-x.el.
16477 * Makefile.in (ELCFILES): Add files-x.elc.
16479 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
16481 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
16482 to use `goto-line'.
16483 (gdb-place-breakpoints, gdb-get-location): Rewritten without
16485 (gdb-invalidate-disassembly): Do not refresh upon receiving
16486 'update signal. Instead, update all disassembly buffers only after
16488 (gdb): Send -target-detach when buffer is killed (Bug#3794).
16489 (gdb-starting): Moved -data-list-register-names...
16490 (gdb-stopped): ...here so it's sent when first thread stops.
16491 (gdb-registers-handler-custom): Do nothing if register names are
16494 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
16495 from `gdb-mi.el' to avoid extra tangling.
16497 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
16498 change which breaks `gud-def' definitions used in `gdb'.
16499 (gdb-update-gud-running): No extra fuss for updating frame number.
16501 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
16503 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
16504 (describe-language-environment-map, setup-language-environment-map)
16505 (set-coding-system-map): Move initialization into declaration.
16506 (set-language-info-alist): Last arg to define-key-after can be skipped.
16508 * international/quail.el (quail-completion-1): Simplify.
16509 (quail-define-rules): Use slightly more compact code.
16510 (quail-insert-decode-map): Propertize keys, compact columns.
16512 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16515 2009-08-10 Miles Bader <miles@gnu.org>
16517 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
16518 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16519 (js2-instance-member, js2-private-member, js2-private-function-call)
16520 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16521 (js2-magic-paren, js2-external-variable):
16522 Remove "-face" suffix from face names.
16523 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16524 (js2-highlight-undeclared-vars, js2-peek-token)
16525 (js2-parse-function-params, js2-mode-show-errors)
16526 (js2-mode-show-warnings, js2-make-magic-delimiter)
16527 (js2-mode-highlight-magic-parens): Update to use new face names.
16529 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
16531 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16532 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
16534 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
16536 * subr.el: Provide hashtable-print-readable.
16538 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16539 hs-c-like-adjust-block-beginning.
16540 (hs-hide-block-at-point): Stop hiding at the beginning of
16541 hs-block-end-regexp (Bug#700).
16543 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
16545 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16547 (gdb-registers-handler-custom): Do not fail when register names
16550 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16552 * progmodes/gdb-mi.el (gdb-control-all-threads)
16553 (gdb-control-current-thread): Interactive setters for
16554 `gdb-gud-control-all-threads' to use in menu.
16555 (gdb-show-run-p): Show «Go» when process is not active.
16556 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
16557 gud/thread.xpm and gud/all.xpm.
16559 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
16561 * net/net-utils.el (net-utils-font-lock-keywords): New var.
16562 (nslookup-font-lock-keywords): Make it a variable.
16563 (net-utils-mode): New mode for viewing diagnostic network output.
16564 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16565 (net-utils-run-simple): New function.
16566 (ifconfig, iwconfig, netstat, arp, route): Use it.
16568 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16570 * progmodes/gdb-mi.el (gdb-read-memory-custom)
16571 (gdb-memory-set-address, def-gdb-set-positive-number)
16572 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16573 after changing settings.
16574 (gdb-invalidate-disassembly): Update when first shown.
16575 (gdb-edit-locals-value): Fixed.
16576 (gdb-registers-handler-custom): Print registers in right order and
16577 allow changing register values (only for current thread yet).
16578 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16579 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16580 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16581 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16583 (gdb-registers-mode-map): TAB to switch to locals.
16585 2009-08-08 Eli Zaretskii <eliz@gnu.org>
16587 * mail/rmail.el (rmail-add-mbox-headers)
16588 (rmail-set-message-counters-counter): Search for
16589 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
16591 2009-08-08 Glenn Morris <rgm@gnu.org>
16593 * Makefile.in (ELCFILES): Update.
16595 2009-08-07 Eli Zaretskii <eliz@gnu.org>
16597 * mail/sendmail.el (mail-yank-original): Set
16598 buffer-file-coding-system from the one used by the message whose
16601 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16602 to "windows" when "pgnuplot" is used.
16603 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16604 call accept-process-output if "pgnuplot" is used.
16605 (calc-graph-init): Don't send -display and -geometry to
16606 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
16607 running "pgnuplot -V" with shell-command-to-string.
16609 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16612 2009-08-07 Eli Zaretskii <eliz@gnu.org>
16614 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
16617 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
16619 * vc-dispatcher.el (vc-resynch-window): Update comment.
16621 * term.el (term-handle-ansi-escape): Add comments with the
16622 terminfo capabilities implemented.
16624 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
16626 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16627 (gdb-var-create-handler): Rewritten using JSON parser.
16628 (gdb-propertize-header): Moved earlier.
16629 (gdb-set-header): Removed to avoid duplication.
16630 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16631 Refresh disassembly buffers only after threads list have been
16633 (gdb-threads-header, gdb-registers-header): Per-buffer header line
16636 2009-08-04 Juri Linkov <juri@jurta.org>
16638 * files.el: Commands to add/delete file/directory-local variables.
16639 (read-file-local-variable, read-file-local-variable-value)
16640 (read-file-local-variable-mode, modify-file-local-variable)
16641 (modify-file-local-variable-prop-line)
16642 (modify-dir-local-variable): New functions.
16643 (add-file-local-variable, delete-file-local-variable)
16644 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16645 (add-dir-local-variable, delete-dir-local-variable)
16646 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16647 (copy-dir-locals-to-file-locals-prop-line): New commands.
16649 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
16651 * abbrev.el (insert-abbrev-table-description): Prettify output.
16652 Suggested by Karl Chen.
16654 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
16656 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
16657 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
16658 (gdb-overlay-arrow-position, gdb-thread-position)
16659 (gdb-disassembly-position): Declare variables.
16660 (gdb-wait-for-pending): Function now.
16661 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16662 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16663 compilation goes smoothly.
16664 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16665 (gdb-non-stop-setting): New customization setting which replaces
16666 `gdb-non-stop' so changing it doesn't break active GDB session.
16667 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16668 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16669 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16670 (gdb-show-threads-by-default): New customization options.
16671 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16673 (gdb-get-buffer-create): Send buffers update signal when they are
16675 (gdb-invalidate-locals, gdb-invalidate-registers)
16676 (gdb-invalidate-breakpoints)
16677 (gdb-invalidate-threads, gdb-invalidate-disassembly)
16678 (gdb-invalidate-memory): Accept update signal.
16679 (gdb-current-context-command): Use --frame option.
16680 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16681 Implement `gdb-frame-number' selection logic.
16682 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16683 whether to show GUD toolbar buttons.
16684 (gdb-thread-exited): Unselect current thread when it exits.
16685 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16686 (gdb-mark-line): Routine which sets overlay arrow or inverses
16687 video on fringeless displays.
16688 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16689 to build aligned columns of data in GDB buffers and set text
16690 properties line-by-line.
16691 (gdb-invalidate-breakpoints)
16692 (gdb-breakpoints-list-handler-custom)
16693 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16694 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16695 (gdb-registers-handler-custom): Align data columns.
16696 (gdb-locals-handler-custom): Now prints data like in variable
16698 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16699 Removed confusing buttons.
16700 (gdb-invalidate-threads): Append --frame.
16701 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16702 between breakpoints/threads buffers.
16703 (gdb-set-window-buffer): Now can ignore dedicated windows.
16704 (gdb-propertize-header): Use `gdb-set-window-buffer'.
16705 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16706 (def-gdb-thread-buffer-gud-command): Replaces
16707 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16708 for fine thread control.
16709 (gdb-preempt-existing-or-display-buffer): New function used to
16710 display bound buffers without breaking window layout.
16711 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16712 (gdb-select-frame): New version of `gdb-frames-select' which now
16713 sets `gdb-frame-number' so commands may use --frame option instead
16714 of inner debugger state.
16715 (gdb-frame-handler): Do not set `gdb-frame-number'.
16716 (gdb-threads-mode-map): Select threads with mouse.
16718 * progmodes/gud.el (gdb-gud-context-call): Declare function to
16719 avoid compilation warning.
16720 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16723 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16724 Argument `key' renamed to `buffer-type'.
16725 (gdb-current-context-buffer-name): Do not add thread info to
16726 buffer name when no thread is selected.
16727 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16728 command (bug 3794).
16729 (gdb-thread-selected): Handle `=thread-selected' notification.
16730 (gdb-wait-for-pending): New macro to deal with congestion problems.
16731 (gdb-breakpoints-list-handler-custom): Don't fail on pending
16733 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16734 This fixes problem similar to one described in bug 3947.
16735 (gud-menu-map): More menu items.
16736 (gdb-init-1): Reset `gdb-thread-number' to nil.
16738 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16741 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16742 (gdb-current-context-command): Do not append --thread if
16743 `gdb-thread-number' is nil.
16744 (gdb-running-threads-count, gdb-stopped-threads-count): New
16746 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16747 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16748 customization options.
16749 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16751 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16752 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16753 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16754 set `gdb-thread-number' and update `gud-running' properly.
16755 (gdb-running): Update threads list when new threads appear.
16756 (gdb-stopped): Support non-stop operation and new thread switching
16758 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16759 (gdb-json-partial-output): New set of JSON routines.
16760 (def-gdb-auto-update-trigger): New `signal-list' optional
16762 (gdb-thread-list-handler-custom): Update `gud-running',
16763 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16764 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16765 (gdb-continue-thread, gdb-step-thread): New commands for fine
16766 thread execution control.
16767 (gud-menu-map): New menu items to switch non-stop options.
16768 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16769 (gdb-send): Mimic RET properly (bug 3794).
16771 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16772 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16774 (def-gdb-auto-update-handler): New nopreserve optional argument.
16775 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16777 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16778 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16779 (gdb-parent-mode): New mode to derive other GDB modes from.
16780 (gdb-display-disassembly-for-thread)
16781 (gdb-frame-disassembly-for-thread): New commands for threads
16784 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16785 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16786 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16787 (gdb-update): We now store all GDB buffers in a list so that they
16788 can be updated by traversing a list instead of calling invalidate
16789 triggers explicitly.
16790 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16791 pair for GDB buffer.
16792 (gdb-stack-buffer-name): Add thread information.
16793 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16794 handle pending triggers.
16795 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16796 (def-gdb-thread-buffer-simple-command)
16797 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16798 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16799 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16800 New commands which show buffers bound to thread.
16801 (gdb-stack-list-locals-regexp): Removed unused regexp.
16803 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16804 (gdb-locals-buffer-name, gdb-registers-buffer-name)
16805 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16806 to (gud-comint-buffer) in *-buffer-name functions
16807 because (gdb-get-target-string) already does that.
16808 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16809 (gdb-changed-registers-handler): Rewritten without regexps.
16811 * progmodes/gdb-mi.el: Basic thread selection support.
16812 (gdb-thread-number): New variable.
16813 (gdb-current-context-command): New macro which adds --thread
16815 (gdb-threads-mode-map): Select thread with SPC.
16816 (gdb-thread-list-handler-custom): Mark current thread with overlay
16817 arrow. Synchronize GDB thread and Emacs thread.
16818 (gdb-select-thread): New command which selects current thread.
16819 (gdb-invalidate-frames, gdb-invalidate-locals)
16820 (gdb-invalidate-registers): Use --thread option.
16822 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
16824 * net/tramp.el (top): Make check for tramp-gvfs loading more
16826 (tramp-handle-insert-file-contents): `unwind-protect' must be
16827 inside `with-parsed-tramp-file-name'.
16829 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16832 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
16834 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16835 directory if CLASSPATH is not set.
16837 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
16839 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16841 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
16843 2009-08-02 Kevin Ryde <user42@zip.com.au>
16845 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16846 Update freshmeat link. Delete newsforge.com as it seems gone.
16848 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16850 * select.el (x-set-selection): Doc fix (Bug#4021).
16852 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16854 * help-fns.el (describe-variable): Treat list return values from
16855 dir-locals-find-file properly (Bug#4005).
16857 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
16859 * net/tramp.el (tramp-debug-message): Print also microseconds.
16861 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
16863 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16865 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16866 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16869 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16870 (tramp-get-file-property): Use it.
16872 * autorevert.el (auto-revert-handler): Allow
16873 `auto-revert-tail-mode' for remote files.
16875 2009-08-02 Jason Rumney <jasonr@gnu.org>
16877 * minibuffer.el (read-file-name): Treat confirm options to
16878 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
16880 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16882 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16883 (font-lock-variable-name-face, font-lock-constant-face): Darken
16884 the colors for light backgrounds.
16886 2009-08-01 Eli Zaretskii <eliz@gnu.org>
16888 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16889 month names. (Bug#3987)
16891 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
16893 * simple.el (line-move-finish): Pass whole number to
16894 line-move-to-column.
16895 (line-move-visual): Perform hscroll to the recorded position.
16897 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16899 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16901 2009-07-29 Alan Mackenzie <acm@muc.de>
16903 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16905 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16907 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16908 (gdb-place-breakpoints): Use full path when setting breakpoints.
16910 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16912 * calc/calc.el (calc-mode-map): Add keybinding for
16913 `calc-transpose-lines'.
16915 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
16917 * calc/calc-misc.el (calc-transpose-lines): New function.
16919 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
16921 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16922 Simplify check for out-of-band methods.
16923 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16924 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16926 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16928 * vc-git.el (vc-git-checkin): Fix typo.
16930 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
16932 * progmodes/js2-mode.el: New file.
16934 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
16936 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16937 (gud-menu-map): Adjust tooltip accordingly.
16939 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16941 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16942 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16944 * add-log.el (change-log-mode-map): Add a menu.
16946 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
16948 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16949 function returns nil.
16950 (dbus-handle-event): Handle special return value :ignore.
16951 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16953 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
16955 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16958 2009-07-25 Eli Zaretskii <eliz@gnu.org>
16962 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16964 * term/pc-win.el (x-display-name, x-colors)
16965 (x-select-enable-clipboard, x-select-text): Doc fix.
16967 * term/common-win.el (x-display-name, x-colors): Doc fix.
16969 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16970 (xw-defined-colors): Doc fix.
16972 * w32-fns.el (x-select-text, x-setup-function-keys)
16973 (x-get-selection, x-set-selection): Doc fix.
16975 * term/x-win.el (x-select-text, x-setup-function-keys)
16976 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16978 * select.el (x-set-selection): Doc fix.
16980 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
16982 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16983 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16984 "IsNSSSupportAvailable" method is not available. Reported by
16985 Steve Youngs <steve@sxemacs.org>.
16987 2009-07-24 Kenichi Handa <handa@m17n.org>
16989 * international/characters.el: Fix setting of category ?C, ?|, ?K,
16990 and ?H. Fix setting of case for Latin Extended and Greek Extended.
16991 (build-unicode-category-table): Fix range checks.
16993 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16995 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16996 the buffer we try to sync is current when calling
16999 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
17000 not show up to date files.
17002 2009-07-24 Glenn Morris <rgm@gnu.org>
17004 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
17005 Add autoload cookies. If necessary, initialize.
17006 (elint-log): Handle non-file buffers.
17007 (elint-initialize): Add optional argument to reinitialize.
17008 (elint-find-builtin-variables): Save excursion.
17010 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
17012 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17015 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17017 * vc.el (vc-print-log-internal): New function, split out from ...
17018 (vc-print-log): ... here.
17019 (vc-dir-move-to-goal-column): Declare.
17021 * vc-git.el (vc-git-add-signoff): New variable.
17022 (vc-git-checkin): Use it.
17023 (vc-git-toggle-signoff): New function.
17024 (vc-git-extra-menu-map): Bind it to menu.
17025 (vc-git--run-command-string): Accept a nil FILE argument.
17026 (vc-git-stash-list): New function.
17027 (vc-git-dir-extra-headers): Use it.
17029 2009-07-23 Glenn Morris <rgm@gnu.org>
17031 * help-fns.el (describe-variable): Describe ignored and risky local
17032 variables in a similar way to that in which we describe safe ones.
17034 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
17035 (byte-compile-output-file-form, byte-compile-output-docform)
17036 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
17037 Give some more local variables with common names a "bytecomp-" prefix,
17038 so as not to shadow things during compilation.
17039 * emacs-lisp/cl-macs.el (load-time-value)
17040 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
17041 `outbuffer' to `bytecomp-outbuffer'.
17043 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
17044 since the next two variables cover them automatically now.
17045 (elint-builtin-variables, elint-autoloaded-variables): New.
17046 (elint-unknown-builtin-args): Remove all members, since they can be
17047 parsed automatically now.
17048 (elint-extra-errors): New.
17049 (elint-env-add-env, elint-env-add-macro): Use cadr.
17050 (elint-current-buffer): Use or. Change final message.
17051 (elint-get-top-forms): Use line-end-position.
17052 (elint-init-env): Use cadr. Handle autoload, declare-function,
17054 (elint-add-required-env): Doc fix. Use or. Standardize error.
17055 (regexp-assoc): Remove unused function.
17056 (elint-top-form): Set elint-current-pos, to record the start of the
17057 top-level form, for compilation-mode.
17058 (elint-form): Trap errors in macro expansion. Use dolist.
17059 (elint-unbound-variable): Use elint-builtin-variables and
17060 elint-autoloaded-variables.
17061 (elint-get-args): Use cadr, or.
17062 (elint-check-cond-form): Use dolist, cadr.
17063 (elint-check-condition-case-form): Doc fix. Use cadr.
17064 Use elint-extra-errors.
17065 (elint-log): New function.
17066 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
17067 Distinguish errors and warnings.
17068 (elint-log-message): Use with-current-buffer. Inhibit read-only.
17069 Use a bytecomp-style format.
17070 (elint-clear-log): Preserve default-directory. Inhibit read-only.
17071 (elint-get-log-buffer): Use compilation mode. Disable undo.
17072 Don't truncate lines.
17073 (elint-initialize): Set builtin and autoloaded variable lists.
17074 Only process elint-unknown-builtin-args if non-nil.
17075 (elint-find-builtin-variables, elint-find-autoloaded-variables):
17077 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
17079 2009-07-22 Kevin Ryde <user42@zip.com.au>
17081 * net/newst-backend.el (newsticker--parse-atom-1.0)
17082 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17083 (newsticker--parse-rss-1.0):
17084 * progmodes/idlwave.el (idlwave-mode):
17085 * progmodes/idlw-shell.el (idlwave-shell-mode):
17086 * progmodes/vera-mode.el (vera-mode):
17087 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
17088 * progmodes/vhdl-mode.el (vhdl-mode):
17089 * textmodes/table.el (table-generate-source)
17090 (table--warn-incompatibility):
17091 Hyperlink urls in docstrings with URL `...'.
17093 2009-07-22 Glenn Morris <rgm@gnu.org>
17095 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
17096 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
17097 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
17098 Remove leading * from defcustom docs.
17100 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
17102 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
17104 (list-load-path-shadows): Optionally, just return shadows as a string.
17106 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
17108 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
17110 * mail/rmailedit.el (rmail-edit-mode): Use
17111 auto-save-include-big-deletions.
17113 * mail/rmail.el (rmail-variables): Use
17114 auto-save-include-big-deletions.
17116 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
17119 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
17121 * calc/calc.el (calc-undo-length): New variable.
17122 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
17124 2009-07-21 Richard Stallman <rms@gnu.org>
17126 * files.el (auto-save-mode): Handle buffer-save-size = -2
17129 2009-07-21 Glenn Morris <rgm@gnu.org>
17131 * textmodes/ispell.el (ispell-looking-back): Update declaration.
17133 * calendar/todo-mode.el (calendar-current-date): Update declaration.
17135 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
17136 silence compiler. Instead...
17137 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
17138 (ps-print-ensure-fontified): Update for above function name changes.
17140 * printing.el (pr-mh-get-msg-num, pr-mh-show)
17141 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17142 silence compiler. Instead...
17143 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17144 (mh-show-buffer): Only define for compiler.
17145 (pr-mh-current-message): Update for above function name changes.
17147 * files.el (abort-if-file-too-large): Explicitly pass `filename'
17149 (find-file-noselect, insert-file-1): Update for above change.
17151 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17153 * mail/mailclient.el (mailclient-send-it): Fix message.
17155 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17156 (edebug-eval): Check cl-debug-env is bound.
17157 (print-level, print-circle): Don't redefine built-in variables.
17159 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17160 (custom-print-vectors): Remove old comments from doc.
17162 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17163 (emerge-version): Make the variable an obsolete alias for the
17164 emacs-version variable. Make the function obsolete.
17165 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17166 Emerge options, rather than merging in into the main Options menu.
17167 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
17168 and auto advance modes. Disable edit/fast items when not relevant.
17170 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17172 * term/vt420.el (terminal-init-vt420): Fix typo.
17174 2009-07-20 Sam Steingold <sds@gnu.org>
17176 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
17177 variable (removed from compile.el on 2004-03-11).
17179 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
17181 * files.el (hack-local-variables-filter): Fix last change.
17183 2009-07-19 Juri Linkov <juri@jurta.org>
17185 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
17186 (dir-local-variables-alist): New buffer-local variable.
17187 (hack-local-variables-filter): If variable is not dir-local,
17188 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
17189 because file-local overrides dir-local.
17190 (c-postprocess-file-styles) <declare-function>:
17191 Remove obsolete declaration.
17192 (hack-dir-local-variables): Add dir-local variable/value pair to
17193 `dir-local-variables-alist' and remove duplicates. Doc fix.
17195 * help-fns.el (describe-variable): Add information about
17196 file-local and dir-local variables.
17198 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
17200 * files.el (hack-local-variables-filter): Rewrite.
17202 2009-07-19 Glenn Morris <rgm@gnu.org>
17204 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
17205 Silence compiler by only defining on XEmacs.
17207 * international/mule.el (auto-coding-regexp-alist): Only match
17208 BABYL... at the start of buffer, not of lines. (Bug#3790)
17210 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
17211 non-calendar buffers (Bug#3862). Restore "not on a date" message.
17212 (cal-menu-context-mouse-menu): Doc fix.
17214 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
17216 * simple.el (mail-user-agent): Doc fix. Set :version tag.
17218 2009-07-18 Juri Linkov <juri@jurta.org>
17220 * info.el: Virtual Info keyword finder.
17221 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
17222 (Info-finder-file): New variable.
17223 (Info-finder-find-file): New function.
17224 (finder-known-keywords, finder-package-info)
17225 (find-library-name, lm-commentary): Use defvar and
17226 declare-function to silence compiler warnings.
17227 (Info-finder-find-node): New function.
17228 (info-finder): New command.
17230 * subr.el (process-kill-buffer-query-function): New function.
17231 (add-hook)<kill-buffer-query-functions>: Add hook
17232 `process-kill-buffer-query-function'.
17234 2009-07-18 Alan Mackenzie <acm@muc.de>
17236 * progmodes/cc-mode.el (c-before-hack-hook)
17237 (c-postprocess-file-styles): Give invocation of `c-set-style'
17238 DONT-OVERRIDE parameter of t. Already set style variables will
17239 thus not be overridden by style settings given by `c-file-syle'.
17241 * files.el (hack-local-variables-filter): Remove entries with
17242 duplicate keys from `file-local-variables-alist'.
17244 2009-07-18 Eli Zaretskii <eliz@gnu.org>
17246 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
17247 x-set-selection if display-selections-p returns nil for the
17250 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
17252 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
17254 2009-07-18 Eli Zaretskii <eliz@gnu.org>
17256 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17257 Accept nil in addition to a regexp.
17258 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17259 Accept nil in addition to a regexp.
17260 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17261 buffers that have an associated file. Handle nil values of
17262 desktop-buffers-not-to-save and desktop-files-not-to-save.
17265 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17266 (x-disown-selection-internal): New functions.
17268 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
17270 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17272 (gdb-breakpoints-header): Move forward to avoid compiler warning.
17273 (gdb-make-header-line-mouse-map): Remove duplicate definition.
17275 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
17277 * simple.el (set-mark): Revert last change.
17279 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
17281 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17282 rendering of pngs is not possible instead of messaging a long
17285 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
17287 * w32-fns.el (x-selection-owner-p): New function.
17289 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
17290 (mouse-yank-at-click, mouse-yank-primary): If
17291 select-active-regions is non-nil, deactivate the mark before
17294 * simple.el (deactivate-mark, set-mark): Only save selection if we
17297 2009-07-17 Kenichi Handa <handa@m17n.org>
17299 * case-table.el (describe-buffer-case-table): Fix for the case
17300 that KEY is a cons.
17302 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
17304 * vc-rcs.el (vc-rcs-find-file-hook):
17305 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
17307 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
17309 * net/tramp.el (tramp-wait-for-output): Handle the case when
17310 commands do not return a newline but a null byte before the shell
17313 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17315 * term/ns-win.el (ns-set-alpha): Don't declare.
17316 (ns-set-background-alpha): Remove function.
17318 2009-07-16 Kevin Ryde <user42@zip.com.au>
17320 * emacs-lisp/copyright.el (copyright-update): Save match-data across
17321 y-or-n-p, for safety.
17323 2009-07-16 Richard Stallman <rms@gnu.org>
17325 * files.el (auto-save-mode): If buffer-saved-size is -2,
17328 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
17329 (rmail-retry-ignored-headers): Add more uninteresting fields.
17331 2009-07-15 Jari Aalto <jari.aalto@cante.net>
17333 * net/rcirc.el (rcirc): Use history variables.
17334 (rcirc-server-name-history, rcirc-nick-name-history)
17335 (rcirc-server-port-history): New variables.
17337 2009-07-15 Kenichi Handa <handa@m17n.org>
17339 * international/mule-cmds.el (set-language-environment-charset):
17340 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
17343 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
17344 Delete unibyte-display.
17346 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
17348 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
17350 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
17352 * simple.el (deactivate-mark): Optional argument FORCE.
17353 (set-mark): Use deactivate-mark.
17355 * info.el (Info-search): No need to check transient-mark-mode
17356 before calling deactivate-mark.
17358 * select.el (x-set-selection): Doc fix.
17359 (x-valid-simple-selection-p): Allow buffer values.
17360 (xselect--selection-bounds): Handle buffer values. Suggested by
17361 David De La Harpe Golden.
17363 * mouse.el (mouse-set-region, mouse-drag-track): Call
17364 copy-region-as-kill before setting the mark, to let
17365 select-active-regions work.
17367 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
17369 * simple.el (deactivate-mark): If select-active-regions is
17370 non-nil, copy the selection data into a string.
17371 (activate-mark): If select-active-regions is non-nil, set the
17372 selection to the current buffer.
17373 (set-mark): Update selection if select-active-regions is non-nil.
17375 * select.el (x-valid-simple-selection-p): Allow buffer values.
17377 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
17379 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
17380 and more featureful message-mode.
17382 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
17384 * select.el (x-set-selection): Doc fix.
17385 (x-valid-simple-selection-p): Disallow selection data consisting
17386 of a list or cons of integers, since that is not used.
17387 (xselect--selection-bounds, xselect--int-to-cons): New functions.
17388 (xselect-convert-to-string, xselect-convert-to-length)
17389 (xselect-convert-to-filename, xselect-convert-to-charpos)
17390 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
17392 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
17394 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
17395 output in -break-info command (Emacs bug #3794).
17397 2009-07-14 Glenn Morris <rgm@gnu.org>
17399 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
17400 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
17401 (edebug-print-length, edebug-print-level, edebug-print-circle)
17402 (edebug-sit-for-seconds, edebug-view-outside)
17403 (edebug-bounce-point, edebug-set-global-break-condition)
17404 (edebug-Go-nonstop-mode, edebug-trace-mode)
17405 (edebug-Trace-fast-mode, edebug-continue-mode)
17406 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
17407 (edebug-visit-eval-list): Doc fixes.
17409 * subr.el (def-edebug-spec): Doc fix.
17411 2009-07-14 Kenichi Handa <handa@m17n.org>
17413 * international/characters.el: Fix setting of category ?C.
17415 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
17417 * term/ns-win.el (x-select-font): defalias x-select-font to
17418 ns-popup-font-panel instead of generate-fontset-menu.
17420 2009-07-12 Eli Zaretskii <eliz@gnu.org>
17422 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
17424 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
17426 * arc-mode.el (archive-find-type): Allow for a PK00 string before
17427 the PK\003\004 header (Bug#3770).
17429 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
17431 * pcomplete.el (pcomplete-comint-setup): Check for
17432 shell-dynamic-complete-filename too.
17434 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
17436 * simple.el (temporary-goal-column): Change the value for
17437 line-move-visual to a cons cell.
17438 (line-move-visual): Record or set the window hscroll, if
17439 necessary (Bug#3494).
17440 (line-move-1): Handle cons value of temporary-goal-column.
17442 2009-07-11 Kenichi Handa <handa@m17n.org>
17444 * international/mule-diag.el (describe-character-set): Don't show
17447 2009-07-10 Sam Steingold <sds@gnu.org>
17449 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17450 Omake sometimes indents the errors it prints, so allow all
17451 regexps to start with spaces.
17453 2009-07-10 Eli Zaretskii <eliz@gnu.org>
17455 * cus-edit.el (customize-changed-options-previous-release):
17456 Bump value to 22.1. (Bug#3804)
17458 2009-07-08 Sam Steingold <sds@gnu.org>
17460 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
17461 to be a cons cell (test . ignored-directory) to selectively ignore
17462 some directories depending on the location of the search.
17464 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
17466 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
17467 remote user is root, on the local host.
17468 (tramp-local-host-p): Either the local user or the remote user
17469 must be root. (Bug#3771)
17471 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
17473 * progmodes/gdb-mi.el (gdb): Remove description of
17474 gdb-use-separate-io-buffer.
17475 (menu): Don't allow toggling of or enable
17476 gdb-use-separate-io-buffer from menubar.
17478 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
17480 * mail/unrmail.el (unrmail): Make sure the message ends with two
17481 newlines (Bug#3769).
17483 2009-07-08 Glenn Morris <rgm@gnu.org>
17485 * calendar/calendar.el (calendar-current-date): Rework previous change.
17487 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
17489 * calendar/calendar.el (calendar-current-date):
17490 Add an optional argument giving an offset from today.
17492 2009-07-08 Glenn Morris <rgm@gnu.org>
17494 * tutorial.el (tutorial--describe-nonstandard-key):
17495 Adjust the message for when a key has been unbound.
17496 (help-with-tutorial): Hide the arch-tag.
17498 2009-07-08 Kenichi Handa <handa@m17n.org>
17500 * international/fontset.el (setup-default-fontset): For each
17501 script, append (not set) font-specs.
17503 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
17506 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
17508 * progmodes/gdb-mi.el (gdb-init-1): Move sending
17509 -data-list-register-names to ...
17510 (gdb-starting): ... here because GDB 7.0 requires execution to
17511 have started when using this MI command.
17512 (gdb-set-header): New function to distinguish select and
17513 unselected tabs in gdb buffers.
17514 (gdb-propertize-header): New macro that uses gdb-set-header.
17515 (gdb-breakpoints-header, gdb-locals-header): Use it.
17516 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
17518 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
17520 * Makefile.in (ELCFILES): Remove fadr.elc.
17522 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
17524 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17525 may contain frame information, so `string-match' should be used.
17526 (gdb-update): Disassembly is invalidated through
17527 `gdb-get-selected-frame'.
17528 (gdb-pad-string): New function to pad string with spaces.
17529 (gdb-invalidate-disassembly): Invalidate only if the buffer
17531 (gdb-disassembly-handler-custom): Column alignment.
17532 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17534 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17536 (gdb-frame-handler): Match convention to for disassembly buffer
17538 (gdb-stack-list-frames-handler): Rewritten without regexps.
17539 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17540 not highlight breakpoints without line information.
17541 (gdb-input): Add trailing newline to command.
17543 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17545 (gdb-breakpoints-list-handler-custom): Replacement for
17546 `gdb-break-list-handler'. Using real parser instead of regexps
17548 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17549 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17550 to place breakpoints.
17551 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17553 (gdb-disassembly-handler-custom): Show overlay arrow.
17554 (gdb-disassembly-place-breakpoints): Show breakpoints in
17555 disassembly buffer.
17556 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17557 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
17558 instead of parsing breakpoints buffer. Fixed old menu references
17563 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
17564 (gdb-memory-address): New variable which holds top address of
17565 memory page shown in memory buffer.
17566 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17567 customization variables.
17569 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17570 display the memory buffer.
17571 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17572 buffer display parameters.
17573 (def-gdb-memory-format, gdb-memory-format-binary)
17574 (gdb-memory-format-octal, gdb-memory-format-unsigned)
17575 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17576 Functions for setting memory buffer format.
17577 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17578 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17579 unit size used in memory buffer.
17580 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17581 to next/previous page of memory buffer.
17582 Now using (bindat-get-field) instead of fadr functions.
17584 2009-07-07 Sam Steingold <sds@gnu.org>
17586 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17587 non-top-level files.
17589 2009-07-07 Kenichi Handa <handa@m17n.org>
17591 * international/mule-cmds.el (reset-language-environment): Put
17592 the highset priority to the charset iso-8859-1.
17594 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
17596 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17597 to the end of the line when locating the block (Bug#700).
17599 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
17601 * net/tramp.el (tramp-handle-write-region): Flush file properties
17602 in case of short track.
17604 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
17606 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17607 Coded custom representation of verilog error regular expressions
17608 to work with Emacs-22's new format.
17609 (verilog-error-regexp-xemacs-alist): Coded custom representation
17610 of verilog error regular expressions to work with XEmacs format.
17611 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17612 error recognition into XEmacs.
17613 (verilog-error-regexp-add-emacs): Hook routine to install verilog
17614 error recognition into Emacs-22.
17616 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
17618 * woman.el: Remove stand-alone closing parentheses.
17619 (woman-file-name, woman2-format-paragraphs)
17620 (woman-leave-blank-lines): Code cleanup.
17621 (woman-use-own-frame): Change default to nil.
17622 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17623 defaults to inherit from default faces.
17624 (woman2-process-escapes): Consume the newline after a stand-alone
17625 filler character (Bug#3651).
17627 2009-07-06 Glenn Morris <rgm@gnu.org>
17629 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17630 (top-level): Move provide to the end.
17631 (ffap): Remove defunct URL from custom group.
17633 * subr.el (eval-after-load): Doc fix.
17635 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
17637 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17638 `calc-embedded-word' is called twice.
17640 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17642 * files.el (find-alternate-file-other-window, find-alternate-file):
17643 Obey confirm-nonexistent-file-or-buffer.
17645 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
17647 * dired-aux.el (dired-show-file-type): Handle remote files.
17649 2009-07-05 Jari Aalto <jari.aalto@cante.net>
17651 * desktop.el (desktop-globals-to-save):
17652 Add file-name-history (Bug#2750).
17654 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
17656 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
17658 2009-07-04 Johan Bockgård <bojohan@gnu.org>
17660 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17661 property on entire argument since this is what eshell-lisp-command
17664 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
17666 * net/tramp-gvfs.el (tramp-gvfs-methods)
17667 (tramp-gvfs-zeroconf-domain)
17668 (tramp-bluez-discover-devices-timeout): Add version flag.
17669 (tramp-gvfs-handler-mounted-unmounted)
17670 (tramp-gvfs-connection-mounted-p): Polish handling of
17671 incompatibilities between GVFS 0.2 and 1.0.
17673 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
17675 * cus-start.el (all): Add make-pointer-invisible.
17677 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
17679 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
17680 formatted correctly.
17682 2009-07-02 Juri Linkov <juri@jurta.org>
17684 * info.el: Virtual Info files and nodes.
17685 (Info-virtual-files, Info-virtual-nodes): New variables.
17686 (Info-current-node-virtual): New variable.
17687 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17689 (Info-file-supports-index-cookies): Use Info-virtual-file-p
17690 to check for a virtual file instead of checking a fixed list
17692 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17693 instead of ad-hoc processing of "dir" and (apropos history toc).
17694 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17695 instead of ad-hoc processing of "dir" and (apropos history toc).
17696 Reread a file when moving from a virtual node.
17697 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17698 (Info-directory-toc-nodes, Info-directory-find-file)
17699 (Info-directory-find-node): New functions.
17700 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17701 (Info-history): Move part of code to
17702 `Info-history-find-node'.
17703 (Info-history-toc-nodes, Info-history-find-file)
17704 (Info-history-find-node): New functions.
17705 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17706 (Info-toc): Move part of code to `Info-toc-find-node'.
17707 (Info-toc-find-node): New function.
17708 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
17709 the current Info file name to references because now the node
17710 "*TOC*" belongs to the same Info manual.
17711 (Info-toc-build): Rename from `Info-build-toc'.
17712 (Info-toc-nodes): Rename input argument `file' to `filename'.
17713 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17714 instead of ad-hoc processing of ("dir" apropos history toc).
17715 (Info-index-nodes): Use Info-virtual-file-p
17716 to check for a virtual file instead of checking a fixed list
17718 (Info-index-node): Add check for `Info-current-node-virtual'.
17719 Raise `save-match-data' higher up the tree to contain
17720 `search-forward' too (bug fix).
17721 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17722 (Info-virtual-index-nodes): New variable.
17723 (Info-virtual-index-find-node, Info-virtual-index): New functions.
17724 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17725 (Info-apropos-file, Info-apropos-nodes): New variables.
17726 (Info-apropos-toc-nodes, Info-apropos-find-file)
17727 (Info-apropos-find-node, Info-apropos-matches): New functions.
17728 (info-apropos): Move part of code to `Info-apropos-find-node' and
17729 `Info-apropos-matches'.
17730 (Info-mode-map): Bind "I" to `Info-virtual-index'.
17731 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17732 for a virtual file instead of checking a fixed list of node names.
17734 * simple.el (async-shell-command): New command.
17736 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17738 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17739 instead of `mount-info'.
17741 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
17743 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17744 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17746 2009-07-02 Kenichi Handa <handa@m17n.org>
17748 * international/mule.el (set-keyboard-coding-system): Force *-unix
17749 coding-system to avoid eol conversion.
17751 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
17753 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17754 Add handler for `process-file', `shell-command' and
17755 `start-file-process'.
17756 (tramp-gvfs-handle-shell-command)
17757 (tramp-gvfs-handle-start-file-process)
17758 (tramp-gvfs-handle-process-file): New defuns.
17759 (tramp-synce-list-devices): Simplify check for existence of property.
17761 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
17763 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17765 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
17767 * language/korean.el (set-language-info-alist): Add korean-cp949,
17770 2009-07-01 Kenichi Handa <handa@m17n.org>
17772 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17774 * international/encoded-kb.el: Deleted.
17776 * international/mule.el (set-keyboard-coding-system): Perform the
17777 necessary setup here instead of calling encoded-kbd-setup-display.
17779 2009-07-01 Glenn Morris <rgm@gnu.org>
17781 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17783 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17785 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17787 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
17789 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17790 Handle also the 'rename case, when setting file modes. (Bug#3712)
17791 (tramp-default-file-modes): Remove execute permissions.
17793 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17794 (top): Add a default for "synce" in `tramp-default-user-alist'.
17795 Add completion function for "synce" method.
17796 (tramp-hal-service, tramp-hal-path-manager)
17797 (tramp-hal-interface-manager, tramp-hal-interface-device):
17799 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17800 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17803 * net/trampver.el: Update release number.
17805 2009-06-30 Kenichi Handa <handa@m17n.org>
17807 * international/fontset.el (setup-default-fontset): Add CJK fonts
17808 for symbols and the other miscellaneous characters.
17810 * language/korea-util.el (setup-korean-environment-internal):
17811 Make char-width-table suitable for Korean environments.
17812 (exit-korean-environment): Cancel above.
17814 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17815 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17816 setup-function to make char-width-table suitable for respective
17817 environments, and an exit-function to cancel that.
17819 * language/japan-util.el (setup-japanese-environment-internal):
17820 Call use-cjk-char-width-table with arg `ja_JP'.
17822 * international/characters.el (cjk-char-width-table): Delete it.
17823 (cjk-char-width-table-list): New variable.
17824 (use-cjk-char-width-table): New arg local-name.
17825 (use-default-char-width-table): Fix for the case that Emacs is
17826 already using the default char-width-table.
17828 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
17830 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17831 modes mandatory. (Bug#3712)
17833 2009-06-29 Alan Mackenzie <acm@muc.de>
17835 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17836 correction between the visible width of TABs and their number of bytes.
17838 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
17840 * server.el (server-buffer-done): Prevent kill-buffer from
17841 prompting by clearing the buffer modification flag (Bug#3696).
17843 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
17845 * progmodes/verilog-mode.el (verilog-beg-of-statement)
17846 (verilog-endcomment-reason-re): Support unique case and priority case.
17847 (verilog-basic-complete-re): Support localparam lineup.
17848 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17849 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17851 (verilog-leap-to-case-head): Now support *nested* unique &
17852 priority case statements.
17853 (verilog-auto-lineup): Make just declarations the default (as it
17855 (verilog-leap-to-case-head): Support priority/unique case statements.
17856 (verilog-auto-lineup): Rework to give users radio buttons to
17857 select the various styles of automatic lineup.
17858 (verilog-error-regexp-alist): Rework to support the XEmacs style
17859 of error regular expressions from compilers, lint tools &
17860 simulators. Note that GNU Emacs has made it impossible for a mode
17861 to load such things.
17862 (electric-verilog-terminate-line, verilog-indent-declaration)
17863 (verilog-auto-wiure): Rework for radio button selection of
17864 auto-lineup selection of specification of auto lineup.
17865 (verilog-beg-of-statement-1): Redesign to support proper operation
17866 in additional code, based on testing with auto-lineup.
17867 (verilog-calculate-indent, assignments & declarations)
17868 (verilog-backward-token): Enhance to support auto-lineup of
17869 assignments & declarations.
17870 (verilog-in-directive-p, verilog-at-struct-p): New function for
17871 easy test of whether we are.
17872 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17873 to support safe execution at almost anyline.
17874 (verilog-calc-1): Properly support indenting deep inside generate
17876 (verilog-init-font): Remove definition & use of verilog-init-font,
17877 as it is redundant with font-lock-defaults.
17878 (verilog-mode): Alter the definition of verilog-font-lock-defaults
17879 to avoid circular calls if syntax-ppss is a function (as is the
17880 case now in 22.x GNU Emacs) as that function would sometimes call
17881 itself, leading to (nearly) infinite recursion.
17882 (verilog-ovm-begin-re, verilog-ovm-end-re)
17883 (verilog-ovm-statement-re, verilog-leap-to-head)
17884 (verilog-backward-token): Add support for OVM macros. Some are
17885 complete statements, and others open and close scopes like begin
17887 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17888 (verilog-defun-level-generate-only-re): Really fix the defun-list
17890 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17891 coverpoint, constraint and cross statements.
17892 (verilog-defun-level-list, verilog-generate-defun-level-list)
17893 (verilog-all-defun-level-list): Redo these specifications - it is
17894 too hard to support eval-when compile aggregation of lists also
17895 built at when-compile time.
17896 (verilog-defun-level-list): Place defconsts of variables used in
17897 building regular expressions which are built in eval-when-compile
17898 bodies in the same eval-when-compile body to facilitate compile
17900 (verilog-beg-block-re-ordered): Support indenting
17901 virtual/protected tasks and functions.
17902 (verilog-defun-level-list, verilog-in-generate-region-p)
17903 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17904 indentation of some module items (generate items).
17905 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17906 across virtual/protected tasks and functions.
17908 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17910 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17911 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
17912 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17913 in concatenations. Reported by Yishay Belkind.
17914 (verilog-auto-ascii-enum): Support one-hot state machines in
17915 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17916 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17917 modport in AUTOINST and add vl-modport for users. Reported by
17919 (verilog-auto-inout-module, verilog-auto-inst)
17920 (verilog-decls-get-interfaces, verilog-insert-definition)
17921 (verilog-insert-one-definition, verilog-read-decls)
17922 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17923 (verilog-sig-modport, verilog-signals-combine-bus)
17924 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17925 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17926 Suggested by David Rogoff.
17927 (verilog-repair-open-comma): Fix non-insertion of comma when
17928 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17929 (verilog-make-width-expression): Simplify [A-1:0] expression
17930 widths to just {A{1'b0}}.
17931 (verilog-mode): Cleanup checkdoc warnings.
17932 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17933 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17934 inputs/outputs or data type. Suggested by Vasu Kandadi.
17935 (next-error-last-buffer): Fix byte-compiler warning.
17936 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17937 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17938 or shell command text during AUTO expansion. Suggested by Tad Truex.
17939 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17940 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17941 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17942 in AUTOINOUT. Reported by Matthew Lovell.
17943 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17944 causing use of <= assignments. Reported by Alex Reed.
17945 (verilog-read-decls): Fix triand, trior, wand, wor to be
17946 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17947 (verilog-extended-complete-re): Support import "DPI-C" functions.
17948 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17949 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
17950 (verilog-insert-date, verilog-insert-year)
17951 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17952 Windows systems. Reported by Michael Potts.
17953 (verilog-read-module-name): Fix AUTOINST when the child module
17954 declaration's name is a tick define. Reported by Elliot Mednick.
17955 (verilog-read-decls): Fix V2K parameter bit subscripts getting
17956 passed to next parameter's definition. Reported by Bruce T.
17957 (verilog-read-decls): Fix detecting "parameter int" when using
17958 AUTOINSTPARAM. Reported by Bruce T.
17959 (verilog-goto-defun): Fix goto not finding modules unless first
17960 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
17961 (verilog-mode): Expand -f flag arguments on entry to mode so
17962 verilog-goto-defun will work. Reported by Lawrence Butcher.
17963 (verilog-getopt): Expand environment variables in -f file
17964 arguments. Suggested by Lawrence Butcher.
17965 (verilog-set-define): Fix "Symbol's value as variable is void"
17966 when reading enumerations.
17967 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17968 Suggested by Stephen Peltan.
17969 (verilog-read-defines): Fix reading of enumerations in include
17970 files. Reported by Steve Peltan.
17972 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17974 * files.el (trash-directory): Fix defcustom type.
17976 2009-06-28 Juri Linkov <juri@jurta.org>
17978 * help-fns.el (describe-function-1): Correctly locate adviced
17979 functions in hyperlink (Bug#2438).
17981 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
17983 * files.el (trash-directory): Change default to nil.
17984 (move-file-to-trash): If trash-directory is nil and
17985 system-move-file-to-trash is unbound, perform freedesktop-style
17988 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17990 * files.el (move-file-to-trash): Add freedesktop trash
17993 2009-06-28 Glenn Morris <rgm@gnu.org>
17995 * autorevert.el (global-auto-revert-non-file-buffers)
17996 (global-auto-revert-mode): Doc fixes.
17998 2009-06-27 Johan Bockgård <bojohan@gnu.org>
18000 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
18002 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
18004 * faces.el (x-handle-named-frame-geometry): Ensure that we have
18005 opened an X connection before calling x-get-resource (Bug#3194).
18007 * play/doctor.el: Remove reference to obsolete website.
18008 (make-doctor-variables): Correct grammar mistake (Bug#2633).
18010 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
18012 Remove find-file-not-found-hook VC method. (Bug#2757)
18013 * vc-hooks.el (vc-file-not-found-hook)
18014 (vc-default-find-file-not-found-hook): Remove functions.
18015 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
18016 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
18019 * vc-git.el: Do not mention find-file-not-found-hook VC method.
18021 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
18023 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
18024 compatibility function for `looking-back'.
18026 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
18027 Use `ispell-looking-back'.
18029 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
18031 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
18032 rather than `filename'.
18034 2009-06-23 Miles Bader <miles@gnu.org>
18036 * face-remap.el (text-scale-set): New function.
18038 2009-06-23 Glenn Morris <rgm@gnu.org>
18040 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
18042 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
18044 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
18046 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
18048 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
18049 Simplify Persian conditionals.
18051 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
18052 variable `filename'.
18054 * comint.el (comint-insert-input): Doc fix.
18056 * Makefile.in (ELCFILES): Fix typo in previous change.
18058 2009-06-23 Miles Bader <miles@gnu.org>
18060 * cus-start.el: Add entry for `recenter-redisplay'.
18062 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
18064 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
18065 Add an optional argument for the backend, use it instead of
18066 calling vc-backend.
18067 (vc-mode-line): Add an optional argument for the backend.
18068 Pass the backend to vc-state and vc-working-revision. Move code for
18069 special handling for vc-state being a buffer to ...
18071 * vc-rcs.el (vc-rcs-find-file-hook):
18072 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
18074 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
18075 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
18076 vc-stay-local-p and vc-mode-line calls.
18078 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
18079 (vc-cvs-diff, vc-cvs-annotate-command)
18080 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
18081 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
18082 vc-mode-line calls.
18084 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
18086 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
18087 backend when calling vc-mode-line.
18088 (vc-register): Do not create a closure for calling the vc register
18089 function, call it directly.
18091 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
18093 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
18094 to make it obvious item can be clicked.
18096 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
18098 2009-06-23 Kenichi Handa <handa@m17n.org>
18100 * language/korea-util.el (korean-key-bindings): Change the binding
18101 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
18104 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
18106 Sync with Tramp 2.1.16.
18108 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
18110 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
18111 when a loading of a package fails. Completion function for rsync
18112 is `tramp-completion-function-alist-ssh'.
18113 (all): Replace all calls of `split-string' and
18114 `tramp-split-string' by `tramp-compat-split-string'.
18115 (tramp-default-method): Use `tramp-compat-process-running-p'.
18116 (tramp-default-proxies-alist): Allow also Lisp forms.
18117 (tramp-remote-path): Add choice "Private Directories".
18118 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
18119 (tramp-domain-regexp): Allow also "-", "_" and ".".
18120 (tramp-end-of-output): Remove newlines, and add "$" at the end.
18121 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
18122 (tramp-debug-message): Insert header line in debug buffer.
18123 (tramp-handle-directory-files-and-attributes-with-stat):
18124 Care about filenames with spaces, or starting with "-".
18125 (tramp-handle-dired-uncache): New defun.
18126 (tramp-handle-insert-directory): Don't flush the directory from
18127 cache, this is handled by `dired-uncache' now.
18128 (tramp-handle-insert-file-contents): Improve error handling.
18129 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18130 Quote `tramp-end-of-output'.
18131 (tramp-action-password): Improve trace message.
18132 (tramp-check-for-regexp): Both echoes must be present, before removing.
18133 (tramp-open-connection-setup-interactive-shell): Trace coding system.
18134 (tramp-compute-multi-hops): Eval cons cells of
18135 `tramp-default-proxies-alist'.
18136 (tramp-maybe-open-connection): Use the same command pattern for
18137 first hop and further hops.
18138 (tramp-wait-for-output): Remove handling of newlines.
18139 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18140 (tramp-split-string): Remove function. It is handled in
18143 * net/tramp-cmds.el (tramp-bug):
18144 Recommend `tramp-cleanup-all-connections' in the bug mail.
18146 * net/tramp-compat.el (tramp-compat-split-string)
18147 (tramp-compat-process-running-p): New defuns.
18149 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18150 for `dired-uncache'.
18152 * net/tramp-gvfs.el: New package.
18154 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18155 Add handler for `dired-uncache'.
18156 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18158 * net/trampver.el: Update release number. Make version check fit
18161 2009-06-22 Jim Meyering <meyering@redhat.com>
18163 Automatically handle .xz suffix (XZ-compressed files), too.
18164 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18165 XZ is the successor to LZMA: <http://tukaani.org/xz/>
18167 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
18168 Nick Roberts <nickrob@snap.net.nz>
18170 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
18171 repository (http://sphinx.net.ru/hg/gdb-mi/).
18173 2009-06-22 Glenn Morris <rgm@gnu.org>
18175 * files.el (dir-locals-collect-mode-variables): Allow for any number of
18176 `mode' and `eval' entries. (Bug#3430)
18178 * Makefile.in (ELCFILES): Add fadr.elc.
18180 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
18181 differing behavior of \n and ^ in strings. (Bug#3385)
18183 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
18185 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
18187 (lisp-indent-function): Make it a defcustom.
18189 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
18191 * progmodes/gdb-ui.el: Replace with ...
18192 * progmodes/gdb-mi.el: ... this file.
18193 * progmodes/gud.el: Modify for gdb-mi.el.
18195 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
18197 * fadr.el: New file.
18199 See ChangeLog.14 for earlier changes.
18201 ;; Local Variables:
18205 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
18207 This file is part of GNU Emacs.
18209 GNU Emacs is free software: you can redistribute it and/or modify
18210 it under the terms of the GNU General Public License as published by
18211 the Free Software Foundation, either version 3 of the License, or
18212 (at your option) any later version.
18214 GNU Emacs is distributed in the hope that it will be useful,
18215 but WITHOUT ANY WARRANTY; without even the implied warranty of
18216 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18217 GNU General Public License for more details.
18219 You should have received a copy of the GNU General Public License
18220 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.