Move ns-win.el's rather wacky menu adjustments to menu-bar.el.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-25 Glenn Morris <rgm@gnu.org>
2
3 * term/ns-win.el: Do not require easymenu.
4 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5 <spell>: Move adjustments to menu-bar.el.
6 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
7 <separator-undo, spell>: Move ns-win's adjustments here.
8 * loadup.el [ns]: Do not load easymenu.
9
10 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
11
12 * image.el (image-checkbox-checked, image-checkbox-unchecked):
13 Delete (Bug#7222).
14
15 * startup.el (fancy-startup-tail): Instead of using inline images,
16 refer to image files from etc/.
17
18 * wid-edit.el (checkbox): Likewise.
19 (widget-image-find): Center image specs.
20
21 2010-10-24 Glenn Morris <rgm@gnu.org>
22
23 * term/ns-win.el (x-select-text): Doc fix.
24 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
25 (x-select-text): Move to term/common-win.
26 * term/w32-win.el (xw-defined-colors): Move to common-win.
27 * term/x-win.el (xw-defined-colors, x-alternatives-map)
28 (x-setup-function-keys, x-select-text): Move to common-win.
29 * term/common-win.el (x-select-text, x-alternatives-map)
30 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
31 definitions here.
32
33 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
34
35 * net/mairix.el (mairix-searches-mode-map):
36 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
37
38 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
39
40 * verilog-mode.el (verilog-directive-re): Make this variable
41 auto-built for efficiency of execution and updating.
42 (verilog-extended-complete-re): Support 'pure' fucntion & task
43 declarations (these have no bodies).
44 (verilog-beg-of-statement): general cleanup to enable support of
45 'pure' fucntion & task declarations (these have no bodies). These
46 efforts together fix Verilog bug210 from veripool; which was also
47 noticed by Steve Pearlmutter.
48 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
49 (verilog-directive-nest-re, verilog-set-auto-endcomments): Support
50 `elsif. Reported by Shankar Giri.
51 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
52 attribute handling for lining up declarations and assignments.
53 (verilog-beg-of-statement-1): Fix issue where continued declaration
54 is indented differently if it is after a begin..end clock.
55 (verilog-in-attribute-p, verilog-skip-backward-comments)
56 (verilog-skip-forward-comment-p): Support proper treatment of
57 attributes by indent code. Reported by Jeff Steele.
58 (verilog-in-directive-p): Fix comment to correctly describe
59 function.
60 (verilog-backward-up-list, verilog-in-struct-region-p)
61 (verilog-backward-token, verilog-in-struct-p)
62 (verilog-in-coverage-p, verilog-do-indent)
63 (verilog-pretty-declarations): Use verilog-backward-up-list as
64 wrapper around backward-up-list inorder to properly skip comments.
65 Reported by David Rogoff.
66 (verilog-property-re, verilog-endcomment-reason-re)
67 (verilog-beg-of-statement, verilog-set-auto-endcomments)
68 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
69 of if). Reported by Max Bjurling and
70 (verilog-calc-1): Fix for clocking block in modport
71 declaration. Reported by Brian Hunter.
72
73 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
74
75 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
76 (verilog-gate-keywords, verilog-read-sub-decls)
77 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
78 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
79 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
80 (verilog-read-decls): Fix spaces in V2K module parameters causing
81 mis-identification as interfaces, bug287.
82 (verilog-read-decls): Fix not treating "parameter string" as a
83 parameter in AUTOINSTPARAM.
84 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
85 treating `elsif similar to `endif inside AUTOSENSE.
86 (verilog-do-indent): Implement correct automatic or static task or
87 function end comment highlight. Reported by Steve Pearlmutter.
88 (verilog-font-lock-keywords-2): Fix highlighting of single
89 character pins, bug264. Reported by Michael Laajanen.
90 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
91 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
92 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
93 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
94 (verilog-pretty-expr): Fix interactive arguments, bug272. Reported
95 by Mark Johnson.
96 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp): Add
97 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
98 bug269. Suggested by Gary Delp.
99 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
100 (verilog-preprocessor, verilog-set-compile-command): Create
101 verilog-preprocess and verilog-preprocessor to show preprocessed
102 output.
103 (verilog-get-beg-of-line, verilog-get-end-of-line)
104 (verilog-modi-file-or-buffer, verilog-modi-name)
105 (verilog-modi-point, verilog-within-string): Move defmacro's
106 before first use to avoid warning. Reported by Steve Pearlmutter.
107 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
108 (verilog-colorize-region, verilog-highlight-buffer)
109 (verilog-highlight-includes, verilog-highlight-modules)
110 (verilog-highlight-region, verilog-mode): Rename colorize to
111 highlight to match other packages. Disable module highlighting,
112 as received speed complaints, reenable for experimentation only
113 using new verilog-highlight-modules.
114 (verilog-read-decls): Fix regexp stack overflow in very large
115 AUTO_TEMPLATEs, bug250.
116 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
117 (verilog-scan): Create verilog-save-buffer-state to standardize
118 making insignificant changes that shouldn't call hooks.
119 (verilog-save-no-change-functions, verilog-save-scan-cache)
120 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
121 Create verilog-save-no-change-functions to wrap verilog-scan
122 preservation, and fix to work with nested preserved calls.
123 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
124 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
125 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
126 (verilog-submit-bug-report): Update variable list to be complete.
127 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
128 breaking on-the-fly font-locking.
129 (verilog-colorize-buffer, verilog-colorize-include-files)
130 (verilog-colorize-include-files-buffer, verilog-colorize-region)
131 (verilog-load-file-at-mouse, verilog-load-file-at-point)
132 (verilog-mode, verilog-read-inst-module-matcher): With point on a
133 AUTOINST cell instance name, middle mouse button now finds-file on
134 it. Suggested by Brad Dobbie.
135 (verilog-alw-get-temps, verilog-auto-reset)
136 (verilog-auto-sense-sigs, verilog-read-always-signals)
137 (verilog-read-always-signals-recurse): Fix loop indexes being
138 AUTORESET. AUTORESET now assumes any variables in the
139 initialization section of a for() should be ignored. Reported by
140 Dan Dever.
141 (verilog-error-font-lock-keywords)
142 (verilog-error-regexp-emacs-alist)
143 (verilog-error-regexp-xemacs-alist): Fix error detection of
144 Cadence HAL, reported by David Asher. Repair drift between the
145 three similar error variables.
146 (verilog-modi-lookup, verilog-modi-lookup-cache)
147 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
148 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
149 Fix slow verilog-auto expansion on very large files.
150 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line): Fix
151 AUTOOUTPUT treating "1*2" as a signal name in submodule connection
152 "{1*2{...". Broke in last revision.
153 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
154 submodule connections with replications "{#{a},#{b}}".
155
156 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
157
158 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
159 Fix typo in docstring.
160
161 2010-10-24 Kenichi Handa <handa@m17n.org>
162
163 * face-remap.el (text-scale-adjust): Call read-event with a proper
164 prompt.
165
166 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
167
168 * emacs-lisp/unsafep.el: Don't mark functions that display
169 messages as safe. Suggested by Johan Bockgård.
170
171 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
174 Turn comments into docstrings.
175
176 * minibuffer.el (completion--replace): Move point where it belongs
177 when there's a common suffix (bug#7215).
178
179 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
180
181 Merge read-color and facemenu-read-color (Bug#7242).
182
183 * faces.el (read-color): Use the completion code from
184 facemenu-read-color. Require match in completion. Doc fix.
185
186 * facemenu.el (facemenu-read-color): Alias for read-color.
187 (facemenu-set-foreground, facemenu-set-background): Use
188 read-color.
189
190 * frame.el (set-background-color, set-foreground-color)
191 (set-cursor-color, set-mouse-color, set-border-color): Use
192 read-color.
193
194 2010-10-24 Leo <sdl.web@gmail.com>
195
196 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
197 argument of delete-file and delete-directory (Bug#7011).
198
199 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
200
201 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
202 button-buffer-map.
203
204 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
205
206 * emacs-lisp/package.el (package--generate-package-list): Make the
207 *Packages* buffer read-only.
208
209 2010-10-24 Alan Mackenzie <acm@muc.de>
210
211 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
212 result of `c-beginning-of-decl-1' between invocations of a lambda
213 function (Bug #7265).
214
215 2010-10-24 Daiki Ueno <ueno@unixuser.org>
216
217 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
218 executable is not available on the system (Bug#7268).
219
220 2010-10-24 Glenn Morris <rgm@gnu.org>
221
222 * select.el (selection-coding-system, next-selection-coding-system):
223 Sync doc with C versions.
224
225 * w32-vars.el (x-select-enable-clipboard):
226 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
227 * term/common-win.el (x-select-enable-clipboard): Move here.
228
229 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
230 definition of C variable.
231
232 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
233 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
234 Don't redefine things that are defined in C.
235 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
236 (show-trailing-whitespace, auto-hscroll-mode)
237 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
238 Set up the appropriate custom properties.
239
240 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
241
242 Bind "C-c ]" to ...
243 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
244 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
245 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
246 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
247
248 2010-10-23 Glenn Morris <rgm@gnu.org>
249
250 * textmodes/flyspell.el (flyspell-mode): If there was an error,
251 say what it was.
252
253 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
254 Sync docs with C version.
255
256 * term/ns-win.el (xw-defined-colors):
257 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
258
259 * term/pc-win.el (x-select-enable-clipboard):
260 * term/x-win.el (x-select-enable-clipboard):
261 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
262
263 * comint.el (comint-password-prompt-regexp): Make it less vague.
264 Bump version.
265
266 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
267
268 * help.el (finder-by-keyword): Remove unnecessary autoload.
269
270 2010-10-22 Glenn Morris <rgm@gnu.org>
271
272 * loadup.el: Unconditionally load float-sup.
273 * paren.el (show-paren-delay):
274 * emacs-lisp/float-sup.el:
275 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
276 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
277 (lazy-lock-stealth-verbose): Assume float support.
278 * ps-print.el: Assume float support on Emacs.
279 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
280 Remove non-float branch.
281
282 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
283 src/Makefile no longer being pre-processed.
284
285 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * emacs-lisp/find-func.el (find-library): Use test-completion.
288
289 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
290
291 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
292
293 010-10-21 Michael Albinus <michael.albinus@gmx.de>
294
295 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
296 space in stat format string.
297 (tramp-send-command): Unset $PS1 when using here documents, in
298 order not to get several prompts.
299 (tramp-get-inline-coding): Return `nil' in case of errors.
300
301 2010-10-21 Daiki Ueno <ueno@unixuser.org>
302
303 * hexl.el (hexl-mode, hexl-mode-exit):
304 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
305 (hexl-revert-buffer-function): New function.
306 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
307
308 2010-10-19 Alan Mackenzie <acm@muc.de>
309
310 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
311 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
312 that these keywords aren't wrongly matched as identifiers.
313
314 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
315 setting of c-new-BEG and c-new-END from c-before-change to
316 c-after-change. (Bug#7181)
317
318 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
319
320 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
321 Don't mark as safe.
322
323 * custom.el (custom-theme-set-variables): Likewise.
324 (load-theme): Add custom-theme-set-faces and
325 custom-theme-set-variables to safe-functions while loading.
326 (custom-enabled-themes): Mark as risky.
327
328 2010-10-18 Julien Danjou <julien@danjou.info>
329
330 * bindings.el: Remove end dashes in default mode-line-format.
331
332 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
333
334 * bindings.el (global-map): Bind C-d to delete-char and deletechar
335 to delete-forward-char.
336
337 * simple.el (normal-erase-is-backspace-mode): Remap delete to
338 deletechar, and hence delete-forward-char.
339
340 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * repeat.el (repeat): Use read-key (bug#6256).
343
344 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
345
346 * emacs-lisp/unsafep.el: Don't mark functions that display
347 messages as safe. Suggested by Johan Bockgård.
348
349 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * minibuffer.el (completion--replace): Move point where it belongs
352 when there's a common suffix (bug#7215).
353
354 2010-10-19 Kenichi Handa <handa@m17n.org>
355
356 * international/characters.el: Add category '|' (word breakable)
357 to fullwidth characters.
358
359 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
360
361 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
362 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
363 order to make stat results a float. Patch by Andreas Schwab
364 <schwab@linux-m68k.org>.
365
366 2010-10-18 Julien Danjou <julien@danjou.info>
367
368 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
369 hidden by `make-pointer-invisible'.
370
371 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * files.el (locate-file-completion-table): Strip non-matching elements
374 before checking length of list (bug#7238).
375
376 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
377
378 * custom.el (custom-theme-set-variables): Mark as a safe function.
379 (load-theme): Check forms using unsafep.
380
381 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
382
383 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
384
385 * textmodes/ispell.el (ispell-aspell-find-dictionary):
386 Fix aspell data file searching (bug#7230).
387
388 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
389
390 * cus-theme.el (custom-theme--migrate-settings): New var.
391 (customize-create-theme): Allow editing the `user' theme.
392 (custom-theme-add-variable, custom-theme-add-var-1)
393 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
394 to the front of each variable or face widget.
395 (custom-theme-write): Save theme settings in the correct order.
396 Optionally, remove saved settings from user customizations.
397 (custom-theme-write-variables, custom-theme-write-faces):
398 Save only the checked widgets.
399 (customize-themes): Add a link for migrating custom settings.
400
401 * custom.el (custom-declare-theme, provide-theme):
402 Use custom-theme-name-valid-p.
403 (custom-theme-name-valid-p): Remove checks that are now
404 unnecessary since themes no longer obey load-path.
405
406 * cus-edit.el (custom-variable-value-create): For the simple
407 style, hide documentation string when hidden.
408
409 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
410
411 * cus-edit.el (custom-variable, custom-face): Combine the
412 :inhibit-magic and :display-style properties into a single
413 :custom-style property.
414 (custom-toggle-hide-variable, custom-toggle-hide-face):
415 New functions. If hiding an edited value, save it to :shown-value.
416 (custom-variable-value-create, custom-face-value-create): Use them.
417 (custom-magic-reset): Allow magic property to be unset.
418
419 * custom.el: Custom themes no longer use load-path.
420 (custom-theme-load-path): New option. Change built-in theme
421 directory to etc/.
422 (custom-enabled-themes): Add custom-theme-load-path dependency.
423 (custom-theme--load-path): New function.
424 (load-theme, custom-available-themes): Use it.
425
426 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
427 (customize-themes): Link to custom-theme-load-path variable.
428 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
429 :custom-style property.
430
431 * themes/*.el: Moved to etc/.
432
433 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
434
435 * textmodes/reftex-cite.el
436 (reftex-extract-bib-entries-from-thebibliography): Do not move
437 point when searching for \bibitem entries. Match entries with
438 spaces or tabs in front of arguments.
439
440 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
441
442 * cus-theme.el (customize-create-theme): Delete overlays after
443 erasing. If given a THEME arg, display only the faces of that arg
444 instead of custom-theme--listed-faces.
445 (custom-theme-variable-menu, custom-theme-variable-action)
446 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
447 (custom-theme-add-variable, custom-theme-add-face): Apply value
448 from the theme settings, instead of the current value.
449 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
450 (custom-theme-visit-theme): Allow calling outside theme buffers.
451 (custom-theme-merge-theme): Don't enable the theme when merging.
452 (custom-theme-write-variables, custom-theme-write-faces): Use the
453 :shown-value properties to save buffer values, not global ones.
454 (customize-themes): Display a warning about user customizations.
455
456 * cus-edit.el (custom-variable-value-create)
457 (custom-face-value-create): Obey new special properties
458 :shown-value and :inhibit-magic.
459
460 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
461
462 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
463 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
464 <dale@codefu.org>.
465
466 2010-10-14 Kenichi Handa <handa@m17n.org>
467
468 * mail/rmail.el (rmail-show-message-1): Catch an error of
469 base64-decode-region and just show an error message (bug#7165).
470
471 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
472 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
473 a font-spec (bug#7197).
474
475 2010-10-14 Glenn Morris <rgm@gnu.org>
476
477 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
478
479 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
480
481 * international/mule.el (define-coding-system):
482 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
483 * composite.el (compose-region): Fix typo in docstring.
484
485 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
486
487 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
488 only after checking the theme-face property.
489
490 * faces.el (face-spec-reset-face): Reset all attributes in one
491 single call to set-face-attribute.
492 (face-spec-match-p): Make it a defsubst.
493 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
494 (x-create-frame-with-faces, tty-create-frame-with-faces)
495 (tty-set-up-initial-frame-faces): Don't recompute face specs in
496 frame-set-background-mode, since they are recomputed immediately
497 afterwards in face-set-after-frame-default.
498 (face-set-after-frame-default): Minor optimization.
499 (cursor): Provide non-trivial defface spec.
500
501 * custom.el (custom-theme-recalc-face): Simplify.
502
503 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
504
505 * calc/calc-alg.el (math-var): Rename from `var'.
506 (math-is-polynomial, math-is-poly-rec): Replace `var'
507 with `math-var'.
508
509 * calc/calcalg2.el (math-var): Rename from `var'.
510 (calcFunc-table, math-scan-for-limits): Replace `var'
511 with `math-var'.
512
513 2010-10-13 Glenn Morris <rgm@gnu.org>
514
515 * subr.el (last): Deal with dotted lists (reported in bug#7174).
516
517 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
518
519 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
520
521 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
522
523 * net/tls.el (tls-program): Remove spurious %s from openssl.
524 (tls-starttls-switches): Remove starttls hack.
525 (open-tls-stream): Ditto.
526 (tls-find-starttls-argument): Ditto.
527
528 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
529
530 * image.el (image-library-alist): Declare as obsolete alias.
531 (image-type-available-p): Use `dynamic-library-alist'.
532
533 * term/w32-win.el (dynamic-library-alist):
534 Use instead of `image-library-alist'.
535
536 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
537
538 * subr.el (last): Make it faster. (Bug#7174)
539
540 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
541
542 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
543
544 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
545
546 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
547 (describe-theme-1): Extract doc from unloaded themes.
548
549 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
550
551 * themes/tango-theme.el:
552 * themes/tango-dark-theme.el:
553 * themes/wheatgrass-theme.el: New files.
554
555 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
556
557 * cus-theme.el (describe-theme, customize-themes)
558 (custom-theme-save): New commands.
559 (custom-new-theme-mode-map): Bind C-x C-s.
560 (custom-new-theme-mode): Use custom--initialize-widget-variables.
561 (customize-create-theme): New optional arg THEME.
562 (custom-theme-revert): Use it.
563 (custom-theme-visit-theme): Remove dead code.
564 (custom-theme-merge-theme): Use custom-available-themes.
565 (custom-theme-write): Make interactive.
566 (custom-theme-write): Use custom-theme-name-valid-p.
567 (describe-theme-1, custom-theme-choose-revert)
568 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
569 New funs.
570 (custom-theme-allow-multiple-selections): New option.
571 (custom-theme-choose-mode): New major mode.
572
573 * custom.el (custom-theme-set-variables): Remove dead code.
574 Obey custom--inhibit-theme-enable.
575 (custom--inhibit-theme-enable): New var.
576 (provide-theme): Obey it.
577 (load-theme): Replace load with manual read/eval, in order to
578 check for correctness. Use custom-theme-name-valid-p.
579 (custom-theme-name-valid-p): New function.
580 (custom-available-themes): Use it.
581
582 * cus-edit.el (custom--initialize-widget-variables): New function.
583 (Custom-mode): Use it.
584
585 * cus-face.el (custom-theme-set-faces): Remove dead code.
586 Obey custom--inhibit-theme-enable.
587
588 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
589
590 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
591
592 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
593
594 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
595
596 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
597 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
598 (mac-right-option-modifier): New alias for ns-right-option-modifier.
599
600 * cus-start.el (all): ns-right-alternate-modifier is new.
601
602 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * emacs-lisp/lisp.el (lisp-completion-at-point):
605 Use emacs-lisp-mode-syntax-table for the whole function.
606
607 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
608
609 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
610 instead of font-lock-mode before adding keywords.
611 Remove hi-lock-mode off code. Remove inhibit hack.
612 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
613 non-nil; removed hook inhibit hack.
614
615 2010-10-12 Glenn Morris <rgm@gnu.org>
616
617 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
618 (load-path-shadows-find): ... to this.
619 (list-load-path-shadows): Update for above change.
620
621 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
622
623 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
624
625 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
626 Fix comment for declare-function.
627
628 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
629
630 * custom.el (custom-fix-face-spec): New function; code moved from
631 custom-face-edit-fix-value.
632 (custom-push-theme): Use it when checking if a face has been
633 changed outside customize.
634 (custom-available-themes): New function.
635 (load-theme): Use it.
636
637 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
638
639 * custom.el (custom-push-theme): Cleanup (use cond).
640 (disable-theme): Recompute the saved-face property.
641 (custom-theme-recalc-face): Follow face alias before setting prop.
642
643 * image.el (image-checkbox-checked, image-checkbox-unchecked):
644 New variables, containing checkbox images.
645
646 * startup.el (fancy-startup-tail):
647 * wid-edit.el (checkbox): Use them.
648
649 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
650
651 * shell.el (shell-mode-map):
652 * progmodes/modula2.el (m2-mode-map):
653 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
654 * play/mpuz.el (mpuz-mode-map):
655 * play/landmark.el (lm-mode-map):
656 * play/decipher.el (decipher-mode-map):
657 * play/5x5.el (5x5-mode-map):
658 * net/telnet.el (telnet-mode-map):
659 * net/quickurl.el (quickurl-list-mode-map):
660 * net/mairix.el (mairix-searches-mode-map):
661 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
662 * net/dig.el (dig-mode-map):
663 * mail/mspools.el (mspools-mode-map):
664 * hexl.el (hexl-mode-map):
665 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
666 (wordstar-C-o-map, wordstar-C-q-map):
667 * emacs-lisp/edebug.el (edebug-eval-mode-map):
668 * emacs-lisp/chart.el (chart-map):
669 * edmacro.el (edmacro-mode-map):
670 * erc/erc-list.el (erc-list-menu-mode-map):
671 * array.el (array-mode-map): Declare and define in one step.
672
673 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
674
675 2010-10-10 Daiki Ueno <ueno@unixuser.org>
676
677 * epa.el (epa-passphrase-callback-function): Display filename
678 passed as the 3rd arg.
679 * epa-file.el (epa-file-passphrase-callback-function):
680 Pass filename to epa-passphrase-callback-function.
681
682 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
683
684 * cus-edit.el (custom-face-widget-to-spec)
685 (custom-face-get-current-spec, custom-face-state): New functions.
686 (custom-face-set, custom-face-mark-to-save)
687 (custom-face-value-create, custom-face-state-set): Use them.
688
689 * cus-theme.el (custom-theme--listed-faces): New var.
690 (customize-create-theme): Use *Custom Theme* as the buffer name.
691 Set revert-buffer-function. Optional arg BUFFER. Insert all
692 faces listed in custom-theme--listed-faces.
693 (custom-theme-revert): New function.
694 (custom-theme-add-variable, custom-theme-add-face): Insert at the
695 bottom of the list.
696 (custom-theme-write): Prompt for theme name if empty.
697 (custom-theme-write-variables): Use dolist.
698 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
699
700 2010-10-09 Alan Mackenzie <acm@muc.de>
701
702 Enhance fontification of declarators to take account of the
703 presence/absence of "typedef".
704
705 * cc-engine.el (c-forward-type): New &optional param
706 "brace-block-too".
707 (c-forward-decl-or-cast-1): cdr of return value now indicates the
708 presence of either or both of a "struct"-like keyword and "typedef".
709
710 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
711 fontification of declarators which follow a "}".
712 (c-font-lock-declarations): Fontify declarators according to the
713 presence/absence of "typedef".
714
715 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
716 for "typedef".
717 (c-typedef-decl-key): New lang variable built from
718 c-typedef-decl-kwds.
719
720 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
721
722 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
723 since that's too annoying. Move the filter groups commands to
724 TAB/backtab.
725
726 * epa.el (epa-passphrase-callback-function): Say what we're
727 querying the password for.
728
729 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
730 behaviour, don't bury the ibuffer buffer when visiting other buffers.
731
732 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
733
734 * cus-edit.el (custom-commands, custom-buffer-create-internal)
735 (custom-magic-value-create): Pad button tags with spaces.
736 (custom-face-edit): New variable.
737 (custom-face-value-create): Determine whether to use the usual
738 face editor here, instead of using custom-face-selected.
739 Pass face defaults to custom-face-edit widget.
740 (custom-face-selected, custom-display-unselected): Delete widgets.
741 (custom-display-unselected-match): Function removed.
742 (custom-face-set, custom-face-mark-to-save):
743 Accept custom-face-edit widgets as the direct widget child.
744
745 * wid-edit.el (widget--completing-widget): New var.
746 (widget-default-complete): Bind it when doing completion.
747 (widget-string-complete, widget-file-complete): Use it.
748
749 2010-10-09 Glenn Morris <rgm@gnu.org>
750
751 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
752 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
753 (holiday-hebrew-misc): Small simplifications.
754
755 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
756
757 * net/browse-url.el: Don't require thingatpt, term, dired,
758 executable, or w3-auto when compiling.
759 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
760 Declare.
761 (browse-url-text-emacs): Require term.
762
763 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
764
765 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
766
767 2010-10-08 Glenn Morris <rgm@gnu.org>
768
769 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
770
771 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
772 (shadows-compare-text-p): Make it an obsolete alias for...
773 (load-path-shadows-compare-text): ... new name.
774 (find-emacs-lisp-shadows): Update for above name change.
775 (load-path-shadows-same-file-or-nonexistent): New name for the old
776 shadow-same-file-or-nonexistent.
777
778 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
779
780 * minibuffer.el (completion--some, completion--do-completion)
781 (minibuffer-complete-and-exit, minibuffer-completion-help)
782 (completion-basic-try-completion)
783 (completion-basic-all-completions)
784 (completion-pcm--find-all-completions): Use lexical-let to
785 avoid some false matches in variable completion (Bug#7056)
786
787 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
788
789 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
790
791 2010-10-08 Leo <sdl.web@gmail.com>
792
793 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
794 return non-nil if the file exists (Bug#7090).
795
796 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * minibuffer.el (completion--replace):
799 Better preserve markers (bug#7138).
800
801 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
802
803 * server.el (server-process-filter): Doc fix.
804
805 2010-10-08 Drew Adams <drew.adams@oracle.com>
806
807 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
808
809 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
810
811 * Makefile.in (ELCFILES): Update.
812
813 2010-10-08 Glenn Morris <rgm@gnu.org>
814
815 * vc/ediff-wind.el (ediff-setup-control-frame):
816 * vc/ediff-ptch.el (ediff-default-backup-extension):
817 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
818 (ediff-exec-process): Remove system-types emx, windows-95.
819
820 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
821
822 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
823
824 * cus-edit.el (custom-variable, custom-face): Doc fix.
825 (custom-face-edit): Add value-create attribute.
826 (custom-face-edit-value-create)
827 (custom-face-edit-value-visibility-action): New functions.
828 Hide unused face attributes by default, and add a visibility toggle.
829 (custom-face-edit-deactivate): Show empty values with shadow face.
830 (custom-face-selected): Only use this for face specs with default
831 attributes.
832 (custom-face-value-create): Cleanup.
833
834 * wid-edit.el (widget-checklist-value-create): Use dolist.
835 (widget-checklist-match-find): Make second arg optional.
836
837 2010-10-07 Glenn Morris <rgm@gnu.org>
838
839 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
840 Prefix things.
841
842 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
843 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
844 load-path-shadows-mode, update references.
845 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
846 Rename variable and button.
847 (list-load-path-shadows): Update button caller.
848
849 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * emacs-lisp/smie.el (smie-bnf-classify): New function.
852 (smie-bnf-precedence-table): Use it to remember the closers/openers.
853 (smie-merge-prec2s): Handle those new entries.
854 (smie-prec2-levels): Only set precedence to nil for actual
855 openers/closers.
856 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
857 that is now unnecessary.
858
859 2010-10-07 Miles Bader <miles@gnu.org>
860
861 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
862
863 2010-10-07 Glenn Morris <rgm@gnu.org>
864
865 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
866 (mail-position-on-field): Remove declarations.
867 (mail-position-on-field): Autoload it.
868 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
869 and mail-header-end. Don't require sendmail.
870
871 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
872 (shadow-mode): New mode.
873 (shadow-find-file): New button.
874 (list-load-path-shadows): Use shadow-mode and buttons.
875
876 * iimage.el (iimage-version): Remove.
877 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
878 Turn into defcustoms.
879 (iimage-mode-map): Give it a doc string.
880
881 * calendar/appt.el (appt-activate): Give a warning rather than an error
882 if there is no diary-file.
883
884 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
885
886 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
887 Use `tramp-handle-find-backup-file-name'.
888
889 2010-10-06 Glenn Morris <rgm@gnu.org>
890
891 * font-core.el (font-lock-defaults-alist): Remove variable.
892 (font-lock-mode): Doc fix.
893 (font-lock-default-function): Do not consult font-lock-defaults-alist.
894 * font-lock.el (font-lock-refresh-defaults): Doc fix.
895 (font-lock-set-defaults): Doc fix.
896 Do not consult font-lock-defaults-alist.
897
898 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
899
900 * emacs-lisp/cl.el: No longer provide cl-19.
901
902 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
903
904 * net/tramp.el (tramp-handle-directory-files-and-attributes)
905 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
906 New defuns, taken from tramp-smb.el.
907 (tramp-coding-system-change-eol-conversion)
908 (tramp-set-process-query-on-exit-flag): Remove.
909
910 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
911 (tramp-compat-coding-system-change-eol-conversion)
912 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
913 from tramp.el.
914
915 * net/tramp-gvfs.el:
916 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
917 by `tramp-compat-set-process-query-on-exit-flag'.
918
919 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
920 Use `tramp-handle-directory-files-and-attributes',
921 `tramp-handle-file-exists-p' and
922 `tramp-handle-file-newer-than-file-p'.
923 (tramp-imap-handle-file-exists-p)
924 (tramp-imap-handle-file-executable-p)
925 (tramp-imap-handle-file-readable-p)
926 (tramp-imap-handle-directory-files-and-attributes)
927 (tramp-imap-handle-file-newer-than-file-p): Remove.
928
929 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
930 by `tramp-compat-set-process-query-on-exit-flag' and
931 `tramp-coding-system-change-eol-conversion' by
932 `tramp-compat-coding-system-change-eol-conversion'.
933
934 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
935 Use `tramp-handle-directory-files-and-attributes',
936 `tramp-handle-file-exists-p' and
937 `tramp-handle-file-newer-than-file-p'.
938 (tramp-smb-handle-directory-files-and-attributes)
939 (tramp-smb-handle-file-exists-p)
940 (tramp-smb-handle-file-newer-than-file-p): Remove.
941 (tramp-smb-maybe-open-connection):
942 Replace `tramp-set-process-query-on-exit-flag' by
943 `tramp-compat-set-process-query-on-exit-flag'.
944
945 2010-10-05 Glenn Morris <rgm@gnu.org>
946
947 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
948
949 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
950
951 Continue reorganization of load dependencies. (Bug#7156)
952
953 * net/tramp.el (tramp-handle-file-local-copy-hook)
954 (tramp-delete-temp-file-function): Move down.
955 (tramp-exists-file-name-handler): Move up.
956 (tramp-register-file-name-handlers): Simplify autoload.
957 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
958 (tramp-handle-directory-files, tramp-handle-dired-uncache)
959 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
960 (tramp-handle-file-name-completion)
961 (tramp-handle-file-name-directory)
962 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
963 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
964 (tramp-handle-find-backup-file-name)
965 (tramp-handle-insert-file-contents, tramp-handle-load)
966 (tramp-handle-substitute-in-file-name)
967 (tramp-handle-unhandled-file-name-directory)
968 (tramp-mode-string-to-int, tramp-local-host-p)
969 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
970
971 * net/tramp-gvfs.el (top):
972 * net/tramp-smb.el (top): Do not require 'tramp-sh.
973
974 * net/tramp-sh.el (all): Move several objects to tramp.el, see
975 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
976
977 2010-10-04 Glenn Morris <rgm@gnu.org>
978
979 * calendar/appt.el (appt-add): Ensure reminders are enabled.
980 (appt-activate): Give status messages.
981
982 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
983
984 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
985 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
986 `gnutls-negotiate' (formerly `starttls-negotiate').
987 Remove trivial wrapper `starttls-open-stream'.
988
989 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
990
991 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
992 log-outgoing commands.
993 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
994 to create a buffer local revert-buffer-function variable.
995 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
996 revert-buffer-function lambda.
997
998 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
999
1000 * net/gnutls.el (starttls-negotiate): Use the plist interface to
1001 `gnutls-boot'. Make TYPE the only required parameter.
1002 Allow TRUSTFILES and KEYFILES to be lists.
1003 (open-ssl-stream): Use it.
1004
1005 2010-10-03 Glenn Morris <rgm@gnu.org>
1006
1007 * subr.el (directory-sep-char): Remove obsolete variable.
1008 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1009 it is "necessary".
1010
1011 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1012 * vc/vc.el (vc-static-header-alist): Doc fix.
1013 * vc/vc-cvs.el (vc-cvs-header):
1014 * vc/vc-rcs.el (vc-rcs-header):
1015 * vc/vc-sccs.el (vc-sccs-header):
1016 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1017 * obsolete/vc-mcvs.el (vc-mcvs-header):
1018 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1019 on XEmacs.
1020
1021 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1022
1023 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1024 Remove obsolete use of binary-overwrite-mode (Bug#7001).
1025
1026 2010-10-03 Glenn Morris <rgm@gnu.org>
1027
1028 * obsolete/x-menu.el: Remove file, obsolete since 21.1
1029
1030 * textmodes/rst.el (rst-font-lock-keywords-function):
1031 Drop Emacs 20 code.
1032
1033 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
1034
1035 * printing.el: Drop Emacs 20 code.
1036
1037 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
1038 without having used appt.el already).
1039
1040 * subr.el (make-local-hook): Remove function obsolete since 21.1.
1041 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
1042 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
1043 XEmacs.
1044 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
1045 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
1046
1047 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
1048 (charset-width, find-charset-region, chars-in-region, forward-point)
1049 (encode-coding-string, coding-system-p, ccl-execute-on-string)
1050 (define-ccl-program, multibyte-string-p, string-make-multibyte):
1051 Remove compatibility cruft (none of these are used by ps*.el).
1052
1053 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1054
1055 * subr.el (booleanp): Return t instead of a list (Bug#7086).
1056
1057 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * server.el (server-process-filter, server-return-error):
1060 Give emacsclient time to shut down after receiving an error string.
1061
1062 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
1063
1064 * files.el (remote-file-name-inhibit-cache): New defcustom.
1065
1066 * time.el (display-time-file-nonempty-p):
1067 Use `remote-file-name-inhibit-cache'.
1068
1069 * net/tramp.el (tramp-completion-reread-directory-timeout):
1070 Fix docstring.
1071
1072 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
1073 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
1074 `remote-file-name-inhibit-cache'. Check also for an integer
1075 value. Add/increase counter when `tramp-verbose' >= 10.
1076 (tramp-set-file-property): Add/increase counter when
1077 `tramp-verbose' >= 10.
1078
1079 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1080 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
1081 (tramp-bug): Set tramp-autoload cookie. Report all interned
1082 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
1083 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
1084 characters only in strings.
1085
1086 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
1087 to backward compatibility.
1088
1089 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
1090 (tramp-handle-file-name-all-completions)
1091 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
1092 (tramp-open-connection-setup-interactive-shell):
1093 Call `tramp-cleanup-connection' directly.
1094
1095 2010-10-02 Glenn Morris <rgm@gnu.org>
1096
1097 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
1098
1099 * subr.el (char-bytes): Remove obsolete function.
1100
1101 * isearch.el (isearch-return-char): Remove obsolete function.
1102
1103 * mouse.el: No longer provide mldrag.
1104 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
1105 Remove obsolete aliases.
1106
1107 * comint.el (comint-kill-output): Remove obsolete alias.
1108
1109 * composite.el (decompose-composite-char): Remove obsolete function.
1110 * ps-def.el (decompose-composite-char): Remove unused function.
1111
1112 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
1113
1114 * outline.el (outline-visible): Remove obsolete function.
1115
1116 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1117 * faces.el (internal-find-face, internal-get-face)
1118 (frame-update-faces, frame-update-face-colors)
1119 (x-frob-font-weight, x-frob-font-slant)
1120 (internal-frob-font-weight, internal-frob-font-slant)
1121 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1122 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1123 (x-make-font-bold-italic): Remove functions and aliases, obsolete
1124 since Emacs 21.1.
1125 * emulation/viper-util.el (viper-get-face):
1126 * obsolete/lucid.el (find-face, get-face): Use facep.
1127 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
1128 Remove unused functions.
1129 * vc/ediff-util.el (ediff-submit-report): Doc fix.
1130
1131 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
1132 delete tempfile if interrupted during compilation.
1133
1134 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1135
1136 * net/tls.el (tls-starttls-switches): Give up on using starttls with
1137 gnutls-cli.
1138 (tls-program): Add --insecure to be consistent with the defaults from
1139 openssl s_client. Now all three commands are insecure.
1140
1141 2010-10-01 Eli Zaretskii <eliz@gnu.org>
1142
1143 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
1144 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
1145 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
1146
1147 2010-10-01 Glenn Morris <rgm@gnu.org>
1148
1149 * obsolete/sc.el: Remove file.
1150
1151 * files.el (temporary-file-directory): On darwin, also try
1152 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
1153
1154 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
1157 Let's not break compatibility gratuitously, shall we?
1158
1159 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1160
1161 * net/tls.el (tls-starttls-switches): New variable.
1162 (tls-find-starttls-argument): Use it.
1163 (open-tls-stream): Ditto.
1164
1165 * net/netrc.el (netrc-credentials): Return the value of the "default"
1166 entry.
1167 (netrc-machine): Ditto.
1168
1169 2010-09-30 Eli Zaretskii <eliz@gnu.org>
1170
1171 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1172
1173 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
1174
1175 * server.el (server-start): Don't write pid to the authentication file.
1176 (server-create-tty-frame): Don't send pid.
1177 (server-process-filter): Send pid at the start of every connection.
1178
1179 2010-09-30 Glenn Morris <rgm@gnu.org>
1180
1181 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
1182 (show-all-diary-entries): Remove obsolete function aliases.
1183
1184 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
1185 Remove options, obsolete since 22.1.
1186 (appt-display-format, appt-display-message): Remove
1187 backwards-compatibility code.
1188 (appt-check): No longer check appt-issue-message.
1189 (appt-make-list): No longer autoload it. Doc fix. No longer
1190 activate the package.
1191
1192 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1193
1194 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
1195 (starttls-negotiate): Just call boot, and let the handshake be
1196 triggered from the read loop.
1197
1198 2010-09-29 Glenn Morris <rgm@gnu.org>
1199
1200 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
1201 not displaying the diary.
1202 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
1203 * calendar/appt.el (appt-check): No longer need to kill diary.
1204
1205 * calendar/diary-lib.el (diary-list-entries): Move the
1206 "Preparing..." message entirely here.
1207 (diary-simple-display, diary-fancy-display): Move "Preparing..."
1208 messages to diary-list-entries.
1209 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
1210 diary-display-function.
1211
1212 * calendar/diary-lib.el (diary-include-other-diary-files):
1213 Trap some recursive includes.
1214
1215 * calendar/appt.el (appt-activate): Check diary file.
1216
1217 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1218
1219 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1220 construction.
1221
1222 * calendar/time-date.el: No need to require cl for Emacs 21.
1223
1224 2010-09-28 Glenn Morris <rgm@gnu.org>
1225
1226 * calendar/appt.el (appt-check): Minor simplification.
1227
1228 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1229
1230 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
1231 citation prefix.
1232
1233 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1234
1235 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1236 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1237
1238 2010-09-27 Kenichi Handa <handa@m17n.org>
1239
1240 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1241 "ustar" format.
1242
1243 2010-09-27 Kenichi Handa <handa@m17n.org>
1244
1245 * international/mule.el (define-coding-system): Docstring fixed.
1246
1247 * international/mule-diag.el (describe-character-set): Use princ
1248 with proper print-length and print-level instead of insert.
1249
1250 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
1251
1252 * window.el (walk-windows): Doc fix (bug#7105).
1253
1254 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * emacs-lisp/float-sup.el (e): Remove.
1257
1258 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1259
1260 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
1261 variable.
1262 (starttls-negotiate): Use it.
1263
1264 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1265
1266 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1267 back.
1268
1269 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1272
1273 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1274
1275 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1276
1277 * net/netrc.el (netrc-store-data): New function.
1278
1279 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1280
1281 * net/gnutls.el: GnuTLS glue code to set up a connection.
1282
1283 2010-09-25 Julien Danjou <julien@danjou.info>
1284
1285 * notifications.el: Call dbus-register-signal only if it is bound.
1286
1287 2010-09-25 Glenn Morris <rgm@gnu.org>
1288
1289 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1290 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1291 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1292 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1293 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1294 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1295 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1296 * eshell/esh-util.el, eshell/esh-var.el:
1297 Remove leading `*' from docs of faces and defcustoms.
1298
1299 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
1300
1301 * eshell/em-ls.el (eshell-ls-archive-regexp):
1302 * eshell/esh-util.el (eshell-tar-regexp):
1303 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1304 * info.el (Info-suffix-list):
1305 * international/mule.el (auto-coding-alist):
1306 * woman.el (woman-file-regexp, woman-file-compression-regexp):
1307 * progmodes/etags.el (tags-compression-info-list):
1308 Support xz compression.
1309
1310 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
1311
1312 * files.el (get-free-disk-space): Don't assume the "df" output
1313 columns line up (Bug#6995).
1314
1315 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
1316
1317 * finder.el (finder-unknown-keywords):
1318 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1319 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1320
1321 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * server.el (server-start): Revert part of 2010-08-08 change. Using
1324 address 127.0.0.1 for local host is now done in Fmake_network_process.
1325
1326 2010-09-24 Glenn Morris <rgm@gnu.org>
1327
1328 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1329 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1330 * textmodes/css-mode.el, textmodes/dns-mode.el:
1331 Move autoloaded auto-mode-alist entries to files.el.
1332 * files.el (auto-mode-alist): Move entries here.
1333
1334 2010-09-23 Glenn Morris <rgm@gnu.org>
1335
1336 * isearch.el (isearch-lazy-highlight-cleanup)
1337 (isearch-lazy-highlight-initial-delay)
1338 (isearch-lazy-highlight-interval)
1339 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1340 * net/net-utils.el (ipconfig-program-options):
1341 Move aliases to options before the associated definitions.
1342
1343 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * newcomment.el (comment-normalize-vars): Better test validity of
1346 comment-end-skip.
1347
1348 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1351 (float-e): New name for `e'.
1352 (degrees-to-radians, radians-to-degrees):
1353 * calendar/solar.el (solar-longitude):
1354 * calculator.el (calculator-registers, calculator-funcall):
1355 * textmodes/artist.el (artist-spray-random-points):
1356 * play/bubbles.el (bubbles--initialize-images): Use new names.
1357
1358 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
1359
1360 Update to CEDET 1.0's version of EIEIO.
1361
1362 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1363 New function.
1364 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1365 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1366 (class-precedence-list): If class is nil, return nil.
1367 (eieio-generic-call): If class of first input arg is nil, don't
1368 look up static methods, and do check for primary methods.
1369 (initialize-instance): See if the default needs to be evaluated
1370 during the constructor.
1371 (eieio-perform-slot-validation-for-default): Don't do the check
1372 for values that will eventually be evaluated.
1373 (eieio-eval-default-p): New function.
1374 (eieio-default-eval-maybe): Use it.
1375
1376 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
1377
1378 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1379 method-invocation-order.
1380 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1381 (eieio-class-precedence-dfs): Compute class precedence list using
1382 dfs algorithm.
1383 (eieio-class-precedence-bfs): Compute class precedence list using
1384 bfs algorithm.
1385 (eieio-class-precedence-c3): Compute class precedence list using
1386 c3 algorithm.
1387 (class-precedence-list): New function.
1388 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1389 (inconsistent-class-hierarchy): New error symbol.
1390 (call-next-method): Stow the replacement argument list for future
1391 call-next-method invocations.
1392
1393 2010-09-23 Glenn Morris <rgm@gnu.org>
1394
1395 * calendar/appt.el (appt-check): If not displaying the diary,
1396 use (diary 1) to only get the entries we need.
1397 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1398 that it is in day order. (Bug#7019)
1399
1400 * calendar/appt.el (appt-check): Rather than showing the diary,
1401 just turn off invisible display, and only if needed.
1402
1403 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1404
1405 2010-09-23 Glenn Morris <rgm@gnu.org>
1406
1407 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1408 (byte-compile-defvar, byte-compile-cl-warn):
1409 Start warnings with lower-case, like the majority.
1410
1411 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1412
1413 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
1414
1415 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1416 * files.el (auto-mode-alist): Move ld-script entries here, further down
1417 the list.
1418
1419 * vc/add-log.el: Don't require timezone when compiling.
1420 (timezone-make-date-sortable): Autoload it.
1421 (change-log-sortable-date-at): Don't require timezone.
1422 Use `ignore-errors'.
1423
1424 * comint.el (comint-use-prompt-regexp-instead-of-fields):
1425 Move alias before definition, so it does not need autoloading.
1426
1427 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1428 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1429 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1430 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1431 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1432 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1433 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1434 * textmodes/tex-mode.el, textmodes/two-column.el:
1435 Remove leading `*' from docs of defcustoms etc.
1436
1437 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1438
1439 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1440
1441 2010-09-22 Dan Christensen <jdc@uwo.ca>
1442
1443 * calendar/time-date.el (date-to-time): Try using parse-time-string
1444 first before using the slower timezone-make-date-arpa-standard.
1445
1446 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1447
1448 * calendar/time-date.el (format-seconds): Comment fix.
1449
1450 2010-09-22 Glenn Morris <rgm@gnu.org>
1451
1452 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1453 is not automatically buffer-local.
1454
1455 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1458 (smie-indent-comment): Be more careful with comment-start-skip.
1459 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1460 (smie-indent-functions): Use them.
1461
1462 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
1463
1464 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1465
1466 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
1467
1468 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1469 tool-bar-position. Don't modify frame parameters here.
1470 (menu-bar-options-save): Add tool-bar-position.
1471
1472 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1473
1474 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * textmodes/reftex-parse.el (reftex-what-macro)
1477 (reftex-context-substring): Let-bind forward-sexp-function to nil
1478 since we don't need/want to treat \begin...\end as a block (bug#7053).
1479
1480 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1481
1482 * simple.el (blink-matching-open): Use syntax-class.
1483
1484 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1485 Set invisibility spec for pascal's outline mode.
1486 (pascal-outline-change): Clean up calling convention.
1487 (pascal-show-all, pascal-hide-other-defuns): Update callers.
1488
1489 * progmodes/prolog.el (prolog-smie-forward-token)
1490 (prolog-smie-backward-token): New functions.
1491 (prolog-mode-variables): Use them to parse "!," correctly.
1492 Set up smie-blink-matching for ".".
1493
1494 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1495 and `end'.
1496 (ispell-region, ispell-process-line): Update users.
1497
1498 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1499 point-min==1.
1500
1501 * textmodes/ispell.el: Fix commenting convention.
1502 (ispell-parse-output): Simplify, use push.
1503 (ispell-region): Use match-string-no-properties.
1504 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1505 (ispell-minor-mode): Use define-minor-mode.
1506 (ispell-message): Remove unused var `skip-regexp'.
1507 (ispell-add-per-file-word-list): Use dynamic let-binding.
1508 Try and use the proper comment marker.
1509
1510 * mail/sendmail.el: Fix commenting convention.
1511 (sendmail-send-it): Use line-beginning-position.
1512
1513 * help-fns.el (describe-variable): Add original value, if applicable.
1514
1515 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
1516
1517 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1518
1519 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1520
1521 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1524 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1525 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1526 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1527 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1528 something like "." can also be a closer.
1529 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1530 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1531 Rename internal functions to use "--". Update callers.
1532
1533 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1534
1535 * fringe.el (fringe-styles): New var.
1536 (fringe-mode, fringe-query-style): Use it.
1537
1538 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1539
1540 * progmodes/sql.el: Version 2.8
1541 (sql-login-params): Update widget structure; changes still needed.
1542 (sql-product-alist): Add :list-all and :list-table features for
1543 SQLite, Postgres and MySQL products.
1544 (sql-redirect): Handle default value.
1545 (sql-execute, sql-execute-feature): New functions.
1546 (sql-read-table-name): New function.
1547 (sql-list-all, sql-list-table): New functions. User API.
1548 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1549 for above functions.
1550 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1551 for above functions.
1552 (sql-postgres-login-params): Add user and database defaults.
1553 (sql-buffer-live-p): Bug fix.
1554 (sql-product-history): New variable.
1555 (sql-read-product): New function. Use it.
1556 (sql-set-product, sql-product-interactive): Use it.
1557 (sql-connection-history): New variable.
1558 (sql-read-connection): New function. Use it.
1559 (sql-connect): New function.
1560 (sql-for-each-login): Redesign function interface.
1561 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1562 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1563 (sql-comint): Check for program. Existing live buffer.
1564 (sql-comint-postgres): Add port parameter.
1565
1566 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * emacs-lisp/warnings.el: Fix commenting convention.
1569 (display-warning): Use special mode and make the buffer read-only.
1570
1571 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1572
1573 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1574 empty string when it follows a repeated or optional pattern.
1575
1576 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1579 (indent-region): Use indent-according-to-mode.
1580
1581 2010-09-18 Eli Zaretskii <eliz@gnu.org>
1582
1583 * fringe.el (fringe-mode): Doc fix.
1584
1585 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1586
1587 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1588 refreshing the preview buffer.
1589
1590 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1593 (latex-syntax-propertize-rules): New consts; replace
1594 tex-font-lock-syntactic-keywords.
1595 (tex-env-mark, latex-env-before-change): New functions.
1596 (latex-electric-env-pair-mode): New minor mode.
1597 (tex-font-lock-verb): Change arguments; do move point.
1598 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1599 representation as a form of comment.
1600 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1601 (doctex-syntax-propertize-rules): New const; replaces
1602 doctex-font-lock-syntactic-keywords.
1603 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1604
1605 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1606 (fortran-make-syntax-propertize-function): New function; replaces
1607 fortran-font-lock-syntactic-keywords.
1608 (fortran-mode): Use it.
1609 (fortran-line-length): Use it. Improve interactive spec.
1610
1611 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1612 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1613 when adding surrounding \(..\).
1614
1615 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1616
1617 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1620 Use with-current-buffer.
1621
1622 * isearch.el (isearch-face): Rename from `isearch'.
1623 (isearch-highlight): Use new name.
1624
1625 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1626
1627 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1628 5, for `half' width fringes. (Bug#6933)
1629
1630 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1633 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1634
1635 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1636
1637 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1638
1639 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1640 in calculating new frame position. Add more space between new and
1641 parent on the left (Bug#7048).
1642
1643 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
1644
1645 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1646 defmacro.
1647
1648 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1651
1652 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1653 obsolete alias for x-selection-value.
1654
1655 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1656
1657 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
1658
1659 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1660 cookie.
1661
1662 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
1663
1664 * net/tramp-compat.el (tramp-compat-with-temp-message)
1665 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1666 (tramp-compat-process-put): New defuns.
1667
1668 * net/tramp.el (top):
1669 * net/tramp-gvfs.el (top):
1670 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1671
1672 * net/tramp.el (tramp-progress-reporter-update):
1673 Use `tramp-compat-funcall'.
1674
1675 * net/tramp.el (tramp-process-actions):
1676 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1677 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1678 (tramp-get-remote-stat, tramp-get-remote-readlink):
1679 Use `tramp-compat-with-temp-message'.
1680
1681 * net/tramp-sh.el (top): Require 'cl.
1682 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1683 (tramp-open-connection-setup-interactive-shell):
1684 Use `tramp-compat-process-put'.
1685
1686 2010-09-15 Alan Mackenzie <acm@muc.de>
1687
1688 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1689 indentation.
1690 (c-forward-<>-arglist-recur): Fix an infinite recursion.
1691
1692 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1695 `lexical' for warnings related to lexical scoping.
1696 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1697 global vars which don't have a prefix and could hence affect lexical
1698 scoping in unrelated files.
1699
1700 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1701
1702 * net/imap.el: Revert back to version
1703 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1704 seem problematic.
1705
1706 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1707
1708 * obsolete/old-whitespace.el (whitespace-unload-function):
1709 Explicitly pass `obarray' to `unintern' to avoid a warning.
1710
1711 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1714 Add `when' argument. Update callers.
1715
1716 * subr.el (unintern): Declare the obarray arg mandatory.
1717
1718 2010-09-14 Glenn Morris <rgm@gnu.org>
1719
1720 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1721 Doc fixes.
1722
1723 * calendar/diary-lib.el (diary-included-files): New variable.
1724 (diary-list-entries): Maybe initialize diary-included-files.
1725 (diary-include-other-diary-files): Append to diary-included-files.
1726 * calendar/appt.el (appt-update-list): Also check the members of
1727 diary-included-files. (Bug#6999)
1728 (appt-check): Doc fix.
1729
1730 2010-09-14 David Reitter <david.reitter@gmail.com>
1731
1732 * simple.el (line-move-visual): Do not truncate goal column to
1733 integer size. (Bug#7020)
1734
1735 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * repeat.el (repeat): Allow repeating when the last event is a click.
1738 Suggested by Drew Adams (bug#6256).
1739
1740 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1741
1742 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1743 Replace setting HGRCPATH to "" by some less invasive --config options.
1744
1745 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * font-lock.el (font-lock-beginning-of-syntax-function):
1748 Mark as obsolete.
1749
1750 2010-09-14 Glenn Morris <rgm@gnu.org>
1751
1752 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1753 and tool-bar modes. (Bug#6211)
1754 (menu-bar-mode): Move setting of standard-value after the
1755 minor-mode definition, otherwise it seems to have no effect.
1756
1757 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1758
1759 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1760 Fix typo. (Bug#6976)
1761
1762 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1763
1764 * whitespace.el: Allow cleaning up blanks without blank
1765 visualization (Bug#6651). Adjust help window for
1766 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1767 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1768 (whitespace-style): Add new value 'face. Adjust docstring.
1769 (whitespace-space, whitespace-hspace, whitespace-tab):
1770 Adjust foreground property face.
1771 (whitespace-line-column): Adjust docstring and type declaration.
1772 (whitespace-style-value-list, whitespace-toggle-option-alist)
1773 (whitespace-help-text): Adjust const initialization.
1774 (whitespace-toggle-options, global-whitespace-toggle-options):
1775 Adjust docstring.
1776 (whitespace-display-window, whitespace-interactive-char)
1777 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1778 (whitespace-help-scroll): New fun.
1779
1780 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1781
1782 * calendar/time-date.el (format-seconds): Comment fix.
1783
1784 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1785
1786 * progmodes/sql.el: Version 2.7.
1787 (sql-buffer-live-p): Improve detection.
1788 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1789 (sql-set-sqli-buffer): Use it.
1790 (sql-product-interactive): Run `sql-set-sqli-hook'.
1791 (sql-rename-buffer): Code cleanup.
1792 (sql-redirect, sql-redirect-value): New functions. More to come.
1793
1794 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1795
1796 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.
1797 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1798 (TRAMP_SRC): New macro.
1799 ($(lisp)/net/tramp-loaddefs.el): New target.
1800
1801 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1802
1803 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1804
1805 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1806
1807 * net/tramp.el (top): Don't show loading message. Require just
1808 'tramp-compat, everything else is required there.
1809 Use `ignore-errors' where appropriate.
1810 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1811 (tramp-terminal-type, tramp-end-of-output)
1812 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1813 (tramp-completion-function-alist-ssh)
1814 (tramp-completion-function-alist-telnet)
1815 (tramp-completion-function-alist-su)
1816 (tramp-completion-function-alist-putty, tramp-remote-path)
1817 (tramp-remote-process-environment, tramp-sh-extra-args)
1818 (tramp-actions-before-shell, tramp-uudecode)
1819 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1820 (tramp-perl-file-attributes)
1821 (tramp-perl-directory-files-and-attributes)
1822 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1823 (tramp-perl-encode, tramp-perl-decode)
1824 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1825 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1826 (tramp-handle-make-symbolic-link, tramp-handle-load)
1827 (tramp-handle-file-name-as-directory)
1828 (tramp-handle-file-name-directory)
1829 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1830 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1831 (tramp-do-file-attributes-with-ls)
1832 (tramp-do-file-attributes-with-perl)
1833 (tramp-do-file-attributes-with-stat)
1834 (tramp-handle-set-visited-file-modtime)
1835 (tramp-handle-verify-visited-file-modtime)
1836 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1837 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1838 (tramp-handle-file-selinux-context)
1839 (tramp-handle-set-file-selinux-context)
1840 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1841 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1842 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1843 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1844 (tramp-handle-file-ownership-preserved-p)
1845 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1846 (tramp-handle-directory-files-and-attributes)
1847 (tramp-do-directory-files-and-attributes-with-perl)
1848 (tramp-do-directory-files-and-attributes-with-stat)
1849 (tramp-handle-file-name-all-completions)
1850 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1851 (tramp-handle-copy-file, tramp-handle-copy-directory)
1852 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1853 (tramp-do-copy-or-rename-file-via-buffer)
1854 (tramp-do-copy-or-rename-file-directly)
1855 (tramp-do-copy-or-rename-file-out-of-band)
1856 (tramp-handle-make-directory, tramp-handle-delete-directory)
1857 (tramp-handle-delete-file)
1858 (tramp-handle-dired-recursive-delete-directory)
1859 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1860 (tramp-handle-insert-directory)
1861 (tramp-handle-unhandled-file-name-directory)
1862 (tramp-handle-expand-file-name)
1863 (tramp-handle-substitute-in-file-name)
1864 (tramp-handle-executable-find, tramp-process-sentinel)
1865 (tramp-handle-start-file-process, tramp-handle-process-file)
1866 (tramp-handle-call-process-region, tramp-handle-shell-command)
1867 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1868 (tramp-handle-insert-file-contents)
1869 (tramp-handle-insert-file-contents-literally)
1870 (tramp-handle-find-backup-file-name)
1871 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1872 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1873 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1874 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1875 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1876 (tramp-find-file-exists-command, tramp-open-shell)
1877 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1878 (tramp-open-connection-setup-interactive-shell)
1879 (tramp-local-coding-commands, tramp-remote-coding-commands)
1880 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1881 (tramp-inline-compress-commands, tramp-find-inline-compress)
1882 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1883 (tramp-send-command, tramp-wait-for-output)
1884 (tramp-send-command-and-check, tramp-barf-unless-okay)
1885 (tramp-send-command-and-read, tramp-mode-string-to-int)
1886 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1887 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1888 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1889 (tramp-method-out-of-band-p, tramp-local-host-p)
1890 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1891 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1892 (tramp-get-test-command, tramp-get-test-nt-command)
1893 (tramp-get-file-exists-command, tramp-get-remote-ln)
1894 (tramp-get-remote-perl, tramp-get-remote-stat)
1895 (tramp-get-remote-readlink, tramp-get-remote-trash)
1896 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1897 (tramp-get-local-uid, tramp-get-local-gid)
1898 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1899 tramp-sh.el.
1900 (tramp-methods, tramp-default-method-alist)
1901 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1902 Move initialization to tramp-sh.el.
1903 (tramp-temp-name-prefix): Make it a defconst.
1904 (tramp-dissect-file-name): Don't check anymore for multi-hop
1905 methods.
1906 (tramp-debug-outline-regexp): Add a docstring.
1907 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1908 (tramp-get-debug-buffer): Use it.
1909
1910 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1911 initialization forms.
1912 (tramp-set-connection-property): Don't protect `tramp-message'
1913 call, it isn't necessary any longer.
1914 (tramp-dump-connection-properties): Use `ignore-errors'.
1915
1916 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1917 'password-cache and 'auth-source.
1918
1919 * net/tramp-gvfs.el (top):
1920 * net/tramp-smb.el (top): Require 'tramp-sh.
1921
1922 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1923
1924 * net/tramp-sh.el: New file, derived from tramp.el.
1925 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1926 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1927 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1928 Use `ignore-errors' where appropriate.
1929 (tramp-sh-file-name-handler-alist): Rename from
1930 `tramp-file-name-handler-alist'.
1931 (tramp-send-command-and-check): Return t or nil. Remove all
1932 `zerop' checks, where called.
1933 (tramp-handle-set-file-modes)
1934 (tramp-do-copy-or-rename-file-directly)
1935 (tramp-handle-delete-directory, tramp-handle-delete-file)
1936 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1937 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1938 (tramp-get-remote-ln): Set tramp-autoload cookie.
1939
1940 * net/tramp-fish.el: Remove file.
1941
1942 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1943
1944 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1945 buffer-file-name to avoid file-locking. (Bug#7026)
1946
1947 2010-09-13 Julien Danjou <julien@danjou.info>
1948
1949 * notifications.el (notifications-notify): Add support for
1950 image-path and sound-name.
1951 (notifications-specification-version): Add this variable.
1952
1953 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1956
1957 2010-09-12 Leo <sdl.web@gmail.com>
1958
1959 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1960 (rcirc-completion-start): New variables.
1961 (rcirc-nick-completions): Rename to rcirc-completions.
1962 (rcirc-nick-completion-start-offset): Delete.
1963 (rcirc-completion-at-point): New function for constructing
1964 completion data for both nicks and irc commands. Add to
1965 completion-at-point-functions in rcirc mode.
1966 (rcirc-complete): Rename from rcirc-nick-complete; use
1967 rcirc-completion-at-point.
1968 (defun-rcirc-command): Update rcirc-client-commands.
1969
1970 2010-09-11 Glenn Morris <rgm@gnu.org>
1971
1972 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1973 atomically, to avoid parallel build errors. (Bug#4196)
1974
1975 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1976
1977 * progmodes/sql.el: Version 2.6
1978 (sql-dialect): Synonym for "sql-product".
1979 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1980 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1981 Set "sql-buffer" to buffer name not buffer object so multiple sql
1982 interactive buffers work properly. Reverts misguided changes in
1983 earlier work.
1984 (sql-comint): Make sure different buffer name is used if "*SQL*"
1985 buffer is for a different product.
1986 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1987 login param.
1988 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1989 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1990 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1991 Accept new buffer name or prompt for one.
1992 (sql-port): Default to zero.
1993 (sql-comint-mysql): Handle "sql-port" as a numeric.
1994 (sql-port-history): Delete unused variable.
1995 (sql-get-login): Default "sql-port" to a number.
1996 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1997 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1998 "sqlite3" executables.
1999 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
2000 (sql-buffer-live-p): New function.
2001 (sql-mode-menu, sql-send-string): Use it.
2002 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2003 syntax pattern.
2004 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2005 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2006
2007 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2008
2009 * net/netrc.el (netrc-credentials): New convenience function.
2010
2011 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2014 to replace texinfo-font-lock-syntactic-keywords.
2015 (texinfo-mode): Use it.
2016
2017 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2018 Use syntax-propertize-function.
2019
2020 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2021 replace sgml-font-lock-syntactic-keywords.
2022 (sgml-mode): Use it.
2023
2024 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2025 since we don't use it.
2026
2027 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2028
2029 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
2030 if available.
2031 (vhdl-fontify-buffer): Adjust.
2032
2033 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
2034 replace tcl-font-lock-syntactic-keywords.
2035 (tcl-mode): Use it.
2036
2037 * progmodes/simula.el (simula-syntax-propertize-function): New var to
2038 replace simula-font-lock-syntactic-keywords.
2039 (simula-mode): Use it.
2040
2041 * progmodes/sh-script.el (sh-st-symbol): Remove.
2042 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
2043 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
2044 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
2045 (sh-font-lock-paren): Set syntax-multiline.
2046 (sh-font-lock-syntactic-keywords): Remove.
2047 (sh-syntax-propertize-function): New function to replace it.
2048 (sh-mode): Use it.
2049
2050 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
2051 Define while compiling.
2052 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2053 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2054 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
2055 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2056 (ruby-here-doc-end-syntax): Only define when
2057 syntax-propertize is not available.
2058 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
2059 New functions.
2060 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
2061 (electric-indent-chars): Silence bytecompiler.
2062 (ruby-mode): Use prog-mode, syntax-propertize-function, and
2063 electric-indent-chars.
2064
2065 * progmodes/python.el (python-syntax-propertize-function): New var to
2066 replace python-font-lock-syntactic-keywords.
2067 (python-mode): Use it.
2068 (python-quote-syntax): Simplify and adjust to new use.
2069
2070 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
2071 replace perl-font-lock-syntactic-keywords.
2072 (perl-syntax-propertize-special-constructs): New fun to replace
2073 perl-font-lock-special-syntactic-constructs.
2074 (perl-font-lock-syntactic-face-function): New fun.
2075 (perl-mode): Use it.
2076
2077 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
2078 to replace octave-font-lock-close-quotes.
2079 (octave-syntax-propertize-function): New function to replace
2080 octave-font-lock-syntactic-keywords.
2081 (octave-mode): Use it.
2082
2083 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
2084 replaces mixal-font-lock-syntactic-keywords.
2085 (mixal-mode): Use it.
2086
2087 * progmodes/make-mode.el (makefile-syntax-propertize-function):
2088 New var; replaces makefile-font-lock-syntactic-keywords.
2089 (makefile-mode): Use it.
2090 (makefile-imake-mode): Adjust.
2091
2092 * progmodes/js.el (js--regexp-literal): Define while compiling.
2093 (js-syntax-propertize-function): New var; replaces
2094 js-font-lock-syntactic-keywords.
2095 (js-mode): Use it.
2096
2097 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
2098 replaces gdb-script-font-lock-syntactic-keywords.
2099 (gdb-script-mode): Use it.
2100
2101 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
2102 (fortran--font-lock-syntactic-keywords): New var.
2103 (fortran-line-length): Update syntax-propertize-function and
2104 fortran--font-lock-syntactic-keywords.
2105
2106 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
2107
2108 * progmodes/cfengine.el (cfengine-mode):
2109 Use syntax-propertize-function.
2110 (cfengine-font-lock-syntactic-keywords): Remove.
2111
2112 * progmodes/autoconf.el (autoconf-mode):
2113 Use syntax-propertize-function.
2114 (autoconf-font-lock-syntactic-keywords): Remove.
2115
2116 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
2117 (ada-after-change-function, ada-initialize-syntax-table-properties)
2118 (ada-handle-syntax-table-properties): Only define when
2119 syntax-propertize is not available.
2120 (ada-mode): Use syntax-propertize-function.
2121
2122 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
2123 (font-lock-fontify-syntactic-keywords-region): Move handling of
2124 font-lock-syntactically-fontified to...
2125 (font-lock-default-fontify-region): ...here.
2126 Let syntax-propertize-function take precedence.
2127 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
2128
2129 * emacs-lisp/syntax.el (syntax-propertize-function)
2130 (syntax-propertize-chunk-size, syntax-propertize--done)
2131 (syntax-propertize-extend-region-functions): New vars.
2132 (syntax-propertize-wholelines, syntax-propertize-multiline)
2133 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
2134 (syntax-propertize): New functions.
2135 (syntax-propertize-rules): New macro.
2136 (syntax-ppss-flush-cache): Set syntax-propertize--done.
2137 (syntax-ppss): Call syntax-propertize.
2138
2139 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
2140
2141 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
2142
2143 * textmodes/ispell.el (ispell-init-process): Improve comments.
2144 XEmacs compatibility changes regarding (add-hook) 'local option
2145 and (set-process-query-on-exit-flag).
2146
2147 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
2148
2149 * net/tramp-cache.el (tramp-parse-connection-properties):
2150 Set tramp-autoload cookie.
2151
2152 2010-09-09 Glenn Morris <rgm@gnu.org>
2153
2154 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
2155 (imagemagick-register-types): Doc fix.
2156
2157 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
2160
2161 * progmodes/js.el (require): Require is already "eval-and-compile".
2162 (js--re-search-forward): Avoid `eval'. Preserve the error data.
2163 (js--re-search-backward): Use js--re-search-forward.
2164
2165 * progmodes/fortran.el (fortran-line-length): Don't recompute
2166 syntactic keywords redundantly a second time.
2167
2168 * progmodes/ada-mode.el: Replace "(set '" with setq.
2169 (ada-mode): Simplify.
2170 (ada-create-case-exception, ada-adjust-case-interactive)
2171 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
2172 (ada-search-ignore-string-comment, ada-move-to-start)
2173 (ada-move-to-end): Use with-syntax-table.
2174
2175 * font-lock.el (save-buffer-state): Remove `varlist' arg.
2176 (font-lock-unfontify-region, font-lock-default-fontify-region):
2177 Update usage correspondingly.
2178 (font-lock-fontify-syntactic-keywords-region):
2179 Set parse-sexp-lookup-properties buffer-locally here.
2180 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
2181
2182 * simple.el (blink-matching-open): Don't burp if we can't find a match.
2183
2184 2010-09-08 Glenn Morris <rgm@gnu.org>
2185
2186 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
2187 Error if not compiled with -DBYTE_CODE_METER.
2188
2189 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2190 Ignore dir-locals-file.
2191
2192 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2195 Not a const.
2196 (compilation-error-regexp-alist-alist): Rule out ": " in file names
2197 for the `gnu' messages.
2198 (compilation-set-skip-threshold): New command.
2199 (compilation-start): Use \' rather than $.
2200 (compilation-forget-errors): Use clrhash.
2201
2202 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
2203
2204 * textmodes/ispell.el (ispell-valid-dictionary-list):
2205 Simplify logic.
2206
2207 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
2208
2209 Migrate to Tramp 2.2. Rearrange load dependencies.
2210 (Bug#1529, Bug#5448, Bug#5705)
2211
2212 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
2213 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
2214 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2215
2216 * net/tramp.el (top): Remove all other tramp-* loads except
2217 tramp-compat.el. Remove all changes to tramp-unload-hook for
2218 other tramp-* packages. Rearrange defun order. Change calls of
2219 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
2220 `tramp-compat-octal-to-decimal' to new function names.
2221 (tramp-terminal-type, tramp-initial-end-of-output)
2222 (tramp-methods, tramp-foreign-file-name-handler-alist)
2223 (tramp-tramp-file-p, tramp-completion-mode-p)
2224 (tramp-send-command-and-check, tramp-get-remote-path)
2225 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
2226 (tramp-shell-quote-argument): Set tramp-autoload cookie.
2227 (with-file-property, with-connection-property): Move to
2228 tramp-cache.el.
2229 (tramp-local-call-process, tramp-decimal-to-octal)
2230 (tramp-octal-to-decimal): Move to tramp-compat.el.
2231 (tramp-handle-shell-command): Do not require 'shell.
2232 (tramp-compute-multi-hops): No special handling for tramp-gw-*
2233 symbols.
2234 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
2235
2236 * net/tramp-cache.el (top): Require 'tramp. Add to
2237 `tramp-unload-hook'.
2238 (tramp-cache-data, tramp-get-file-property)
2239 (tramp-set-file-property, tramp-flush-file-property)
2240 (tramp-flush-directory-property, tramp-get-connection-property)
2241 (tramp-set-connection-property, tramp-flush-connection-property)
2242 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
2243 cookie.
2244 (with-file-property, with-connection-property): New defuns, moved
2245 from tramp.el.
2246 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
2247 macro.
2248
2249 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
2250 (tramp-version): Set tramp-autoload cookie.
2251
2252 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
2253 changes to tramp-unload-hook for other tramp-* packages. Add to
2254 `tramp-unload-hook'.
2255 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
2256 (tramp-compat-call-process): New defuns, moved from tramp.el.
2257
2258 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
2259 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2260 to `tramp-unload-hook'. Change call of
2261 `tramp-compat-decimal-to-octal' to new function name.
2262 (tramp-fish-method): Make it a defconst.
2263 (tramp-fish-file-name-p): Make it a defsubst.
2264 (tramp-fish-method, tramp-fish-file-name-handler)
2265 (tramp-fish-file-name-p): Set tramp-autoload cookie.
2266
2267 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2268 `tramp-foreign-file-name-handler-alist'. Add to
2269 `tramp-unload-hook'.
2270 (tramp-ftp-method): Make it a defconst.
2271 (tramp-ftp-file-name-p): Make it a defsubst.
2272 (tramp-ftp-method, tramp-ftp-file-name-handler)
2273 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2274
2275 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2276 `tramp-foreign-file-name-handler-alist'. Add to
2277 `tramp-unload-hook'. Change checks, whether package can be
2278 loaded.
2279 (tramp-gvfs-file-name-p): Make it a defsubst.
2280 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2281 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2282 (tramp-gvfs-handle-file-directory-p): New defun.
2283 (tramp-gvfs-file-name-handler-alist): Use it.
2284
2285 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2286 `tramp-foreign-file-name-handler-alist'. Add to
2287 `tramp-unload-hook'.
2288 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2289 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2290 defconst.
2291 (tramp-gw-tunnel-method, tramp-gw-socks-method)
2292 (tramp-gw-open-connection): Set tramp-autoload cookie.
2293
2294 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
2295 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2296 to `tramp-unload-hook'. Change checks, whether package can be
2297 loaded.
2298 (tramp-imap-file-name-p): Make it a defsubst.
2299 (tramp-imap-method, tramp-imaps-method)
2300 (tramp-imap-file-name-handler)
2301 (tramp-imap-file-name-p): Set tramp-autoload cookie.
2302
2303 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
2304 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2305 to `tramp-unload-hook'. Change checks, whether package can be
2306 loaded. Change call of `tramp-compat-decimal-to-octal' to new
2307 function name.
2308 (tramp-smb-tunnel-method): Make it a defconst.
2309 (tramp-smb-file-name-p): Make it a defsubst.
2310 (tramp-smb-method, tramp-smb-file-name-handler)
2311 (tramp-smb-file-name-p): Set tramp-autoload cookie.
2312
2313 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2314 (tramp-uuencode-region): Set tramp-autoload cookie.
2315
2316 * net/trampver.el (top) Add to `tramp-unload-hook'.
2317 (tramp-version, tramp-bug-report-address): Set tramp-autoload
2318 cookie. Update release number.
2319
2320 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
2321
2322 * textmodes/ispell.el (ispell-start-process): Make sure original
2323 arg list is properly initialized (Bug#6993, Bug#6994).
2324
2325 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2326
2327 * files.el (directory-abbrev-alist): Use \` as default regexp.
2328
2329 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2330 chars like - or ] (bug#6984).
2331 (rx-any-condense-range): Explode 2-char ranges.
2332
2333 2010-09-06 Glenn Morris <rgm@gnu.org>
2334
2335 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2336
2337 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * textmodes/bibtex.el:
2340 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2341
2342 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2343
2344 * net/imap.el (imap-message-map): Remove optional buffer parameter,
2345 since no callers use it.
2346 (imap-message-get): Ditto.
2347 (imap-message-put): Ditto.
2348 (imap-mailbox-map): Ditto.
2349 (imap-mailbox-put): Ditto.
2350 (imap-mailbox-get): Ditto.
2351 (imap-mailbox-get): Revert last change for this function.
2352
2353 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2354
2355 * net/imap.el (imap-fetch-safe): Remove function, and alter all
2356 callers to use `imap-fetch' instead. According to the comments, this
2357 should be safe, since all other IMAP clients use the 1:* syntax.
2358 (imap-enable-exchange-bug-workaround): Remove.
2359 (imap-debug): Remove -- doesn't seem very useful.
2360
2361 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2362
2363 * net/imap.el (imap-log): New convenience function used throughout
2364 instead of repeating the same code all over the place.
2365
2366 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
2367
2368 * mouse.el (mouse-save-then-kill): Save region to kill-ring
2369 when mouse-drag-copy-region is non-nil (Bug#6956).
2370
2371 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2374 Improve regexps (Bug#6987).
2375 (dired-sort-toggle): Search more robustly for -t flag.
2376
2377 * files.el (get-free-disk-space): Search more robustly for
2378 "available" column. Suggested by Ehud Karni
2379 <ehud@unix.mvs.co.il>.
2380
2381 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
2382
2383 * international/uni-bidi.el:
2384 * international/uni-category.el:
2385 * international/uni-combining.el:
2386 * international/uni-decimal.el:
2387 * international/uni-mirrored.el:
2388 * international/uni-name.el: Regenerate.
2389
2390 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * electric.el (electric-indent-post-self-insert-function):
2393 Don't reindent with a sloppy indentation function.
2394
2395 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2396 border case in change-log-mode.
2397
2398 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
2399
2400 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2401 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2402 Recognize leading tab in gcc-include regexp. Ignore names with
2403 leading "from" or "in" in gnu regexp (Bug#6937).
2404
2405 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
2408 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2409 (ispell-start-process): Avoid setq and simplify logic.
2410 (ispell-init-process): Setup kill-buffer-hook locally when needed.
2411 (kill-buffer-hook): Don't use it globally with code that uses
2412 expand-file-name since that may call kill-buffer via
2413 code_conversion_restore.
2414
2415 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
2416
2417 * emacs-lisp/package.el (package-directory-list): Only call
2418 file-name-nondirectory on a string.
2419
2420 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
2421
2422 * emacs-lisp/package.el (package--download-one-archive):
2423 Ensure that archive-contents is valid before saving it.
2424 (package-activate-1, package-mark-obsolete, define-package)
2425 (package-compute-transaction, package-list-maybe-add): Use push.
2426
2427 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 Use SMIE's blink-paren for octave-mode.
2430 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2431 Backslashes do not escape single-quotes, single-quotes do.
2432 (octave-block-else-regexp, octave-block-end-regexp)
2433 (octave-block-match-alist): Remove.
2434 (octave-smie-bnf-table): New var, with old content.
2435 (octave-smie-op-levels): Use it.
2436 (octave-smie-closer-alist): New var.
2437 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
2438 (octave-blink-matching-block-open): Remove.
2439 (octave-reindent-then-newline-and-indent, octave-electric-semi)
2440 (octave-electric-space): Let self-insert-command run expand-abbrev and
2441 blink parens.
2442
2443 * electric.el (electricity): New group.
2444 (electric-indent-chars): New var.
2445 (electric-indent-post-self-insert-function): New fun.
2446 (electric-indent-mode): New minor mode.
2447 (electric-pair-skip-self): New custom.
2448 (electric-pair-post-self-insert-function): New function.
2449 (electric-pair-mode): New minor mode.
2450
2451 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2452 calcAlg-blink-matching-open.
2453 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2454 (calc-do-alg-entry): Only touch the part of the keymap that varies.
2455 Use the new blink-matching-check-function.
2456
2457 Provide blink-matching support to SMIE.
2458 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2459 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2460 (smie-blink-matching-check, smie-blink-matching-open): New functions.
2461
2462 * simple.el (newline): Fix last change to properly remove itself from
2463 the hook.
2464
2465 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * simple.el (newline): Eliminate optimization.
2468 Use post-self-insert-hook to set hard-newline and things before
2469 running post-self-insert-hook.
2470 (blink-matching-check-mismatch): New function.
2471 (blink-matching-check-function): New variable.
2472 (blink-matching-open): Use them.
2473 Skip back forward over prefix chars skipped by forward-sexp.
2474 Don't check if the parens are backslash escaped.
2475 (blink-paren-post-self-insert-function): Check backslash escaping here.
2476
2477 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * emacs-lisp/package.el (package-menu-mode-map):
2480 Change package-menu-revert bindings to revert-buffer.
2481 (package-menu-mode): Set revert-buffer-function.
2482 (package-menu-revert): Doc fix.
2483
2484 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
2485
2486 * textmodes/ispell.el (ispell-init-process): Use "~/" as
2487 `default-directory' unless using Ispell per-directory personal
2488 dictionaries and not in a mini-buffer under XEmacs.
2489 (kill-buffer-hook): Do not kill ispell process on exit when
2490 `ispell-process-directory' is "~/". (Bug#6143)
2491
2492 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2493
2494 * simple.el (kill-new): Call interprogram-cut-function with only
2495 one argument.
2496
2497 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2498 Remove cut buffer from error message.
2499
2500 * term/x-win.el (x-select-text):
2501 * term/pc-win.el (x-selection-value):
2502 * term/ns-win.el (x-selection-value):
2503 * eshell/em-term.el:
2504 * w32-fns.el (x-get-selection-value):
2505 * mouse-sel.el (mouse-sel-set-selection-function):
2506 * frame.el (display-selections-p): Remove cut-buffer in documentation.
2507
2508 * term/x-win.el: Update documentation for x-last-selected-text-*.
2509 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2510 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2511 (x-select-text): Remove argument PUSH, update documentation. Remove
2512 cut-buffer code.
2513 (x-selection-value-internal): Was previously x-selection-value.
2514 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2515 Update documentation, remove cut-buffer code. Call
2516 x-selection-value-internal.
2517 (x-clipboard-yank): Call x-selection-value-internal.
2518 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2519
2520 * term/pc-win.el (x-last-selected-text):
2521 x-cut-buffer-or-selection-value renamed to x-selection-value
2522 (x-select-text): Remove argument PUSH, update documentation.
2523
2524 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2525 x-cut-buffer-or-selection-value renamed to x-selection-value
2526 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2527 (x-select-text): Remove argument PUSH, update documentation.
2528
2529 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2530
2531 * w32-fns.el (x-last-selected-text):
2532 x-cut-buffer-or-selection-value renamed to x-selection-value.
2533 (x-cut-buffer-max): Remove.
2534 (x-select-text): Remove argument PUSH, update documentation.
2535
2536 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2537
2538 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2539
2540 * mouse-sel.el (mouse-sel-get-selection-function):
2541 x-cut-buffer-or-selection-value renamed to x-selection-value.
2542 (x-select-text): Remove optional push.
2543
2544 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * simple.el (blink-paren-function): Move from C to here.
2547 (blink-paren-post-self-insert-function): New function.
2548 (post-self-insert-hook): Use it.
2549
2550 * emacs-lisp/pcase.el (pcase-split-memq):
2551 Fix overenthusiastic optimisation.
2552 (pcase-u1): Handle the case of a lambda pred.
2553
2554 2010-08-31 Kenichi Handa <handa@m17n.org>
2555
2556 * international/mule-cmds.el (standard-display-european-internal):
2557 Setup standard-display-table for 8-bit characters by storing 8-bit
2558 characters in the element vector.
2559
2560 * disp-table.el (standard-display-8bit):
2561 Setup standard-display-table for 8-bit characters by storing 8-bit
2562 characters in the element vector.
2563 (standard-display-european): Likewise.
2564
2565 2010-08-31 Masatake YAMATO <yamato@redhat.com>
2566
2567 * textmodes/nroff-mode.el (nroff-view): New command.
2568 (nroff-mode-map): Bind it to C-c C-c.
2569
2570 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * emacs-lisp/smie.el (smie-down-list): New command.
2573
2574 Remove old indentation and navigation code on octave-mode.
2575 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2576 smie-down-list rather than add a binding for octave-down-block.
2577 (octave-mark-block, octave-blink-matching-block-open):
2578 Rely on forward-sexp-function.
2579 (octave-fill-paragraph): Don't narrow, so you can use
2580 indent-according-to-mode.
2581 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2582 (octave-in-block-p, octave-re-search-forward-kw)
2583 (octave-re-search-backward-kw, octave-indent-calculate)
2584 (octave-end-as-array-index-p, octave-block-end-offset)
2585 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2586 (octave-down-block, octave-backward-up-block, octave-up-block)
2587 (octave-before-magic-comment-p, octave-indent-line): Remove.
2588
2589 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * emacs-lisp/package.el (package--read-archive-file): Just use
2592 `read', to avoid copying an additional string.
2593 (package-menu-mode): Set header-line-format here.
2594 (package-menu-refresh, package-menu-revert): Signal an error if
2595 not in the Package Menu.
2596 (package-menu-package-list): New var.
2597 (package--generate-package-list): Operate on the current buffer;
2598 don't assume that it is *Packages*, since the user may rename it.
2599 Allow persistent package listings and sort keys using
2600 package-menu-package-list and package-menu-package-sort-key.
2601 (package-menu--version-predicate): Fix version calculation.
2602 (package-menu-sort-by-column): Don't select the window.
2603 (package--list-packages): Create the *Packages* buffer.
2604 Set package-menu-package-list-key.
2605 (list-packages): Sorting by status is now the default.
2606 (package-buffer-info): Use match-string-no-properties.
2607 (define-package): Add a &rest argument for future proofing, but
2608 don't use it yet.
2609 (package-install-from-buffer, package-install-buffer-internal):
2610 Merge into a single function, package-install-from-buffer.
2611 (package-install-file): Change caller.
2612
2613 * finder.el: Load finder-inf using `require'.
2614 (finder-list-matches): Sorting by status is now the default.
2615 (finder-compile-keywords): Simpify printing.
2616
2617 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2620 (octave-mode-map): Remove special bindings for forward/backward-block
2621 and octave-backward-up-block. Use smie-close-block.
2622 (octave-continuation-marker-regexp): New var.
2623 (octave-continuation-regexp): Use it.
2624 (octave-operator-table, octave-smie-op-levels)
2625 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2626 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2627 (octave-mode): Use SMIE.
2628 (octave-close-block): Delete.
2629
2630 2010-08-30 Eli Zaretskii <eliz@gnu.org>
2631
2632 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2633 CLIPBOARD, not in PRIMARY. (Bug#6944)
2634
2635 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2638 a list of parents.
2639 (smie-indent-column): Allow indirection through variables.
2640
2641 * composite.el (save-buffer-state): Delete, unused.
2642 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2643 (font-lock-default-fontify-region): Use with-syntax-table.
2644 * jit-lock.el (with-buffer-unmodified): Remove.
2645 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2646
2647 Use `declare' in defmacros.
2648 * window.el (save-selected-window):
2649 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2650 * progmodes/python.el (def-python-skeleton):
2651 * net/dbus.el (dbus-ignore-errors):
2652 * jka-cmpr-hook.el (with-auto-compression-mode):
2653 * international/mule.el (with-category-table):
2654 * emacs-lisp/timer.el (with-timeout):
2655 * emacs-lisp/lisp-mnt.el (lm-with-file):
2656 * emacs-lisp/eieio.el (with-slots):
2657 * emacs-lisp/easymenu.el (easy-menu-define):
2658 * emacs-lisp/debug.el (debugger-env-macro):
2659 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2660 (Multiple-value-call, Multiple-value-prog1):
2661 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2662 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2663 edebug rule to definition.
2664 * emacs-lisp/lisp-mode.el (save-selected-window)
2665 (with-current-buffer, combine-after-change-calls)
2666 (with-output-to-string, with-temp-file, with-temp-buffer)
2667 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2668 (dolist, dotimes, when, unless):
2669 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2670
2671 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2672
2673 * finder.el: Require `package'.
2674 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2675 (finder-package-info): Var deleted.
2676 (finder-keywords-hash, finder--builtins-alist): New vars.
2677 (finder-compile-keywords): Compute package--builtins and
2678 finder-keywords-hash instead of finder-keywords-hash, respecting
2679 the "Package" header.
2680 (finder-unknown-keywords, finder-list-matches):
2681 Use finder-keywords-hash and package--list-packages.
2682 (finder-mode): Don't set font-lock-defaults.
2683 (finder-exit): We don't use "*Finder-package*" and "*Finder
2684 Category*" buffers anymore.
2685
2686 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2687 (package--builtins): Set default value to nil.
2688 (package-initialize): Load precomputed value of package--builtins
2689 from finder-inf.el.
2690 (package-alist, package-compute-transaction)
2691 (package-download-transaction): Improve docstring.
2692 (package-read-all-archive-contents): Do not change
2693 package--builtins here.
2694 (list-packages): Make package-list-packages an alias for this.
2695 Sort by status by default.
2696 (package--list-packages): Add optional PACKAGES arg.
2697 (describe-package-1): Use font-lock-face property. For built-in
2698 packages, insert file commentary.
2699 (package--generate-package-list): Rename from
2700 package-list-packages-internal; all callers changed. Add optional
2701 PACKAGES arg. Add alphabetical sort fallbacks.
2702 (package-menu--version-predicate, package-menu--status-predicate)
2703 (package-menu--description-predicate)
2704 (package-menu--name-predicate): New functions.
2705
2706 * info.el (Info-finder-find-node): Search package-alist instead of
2707 finder-package-info.
2708
2709 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2710
2711 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2712 "alpha" and "beta".
2713 (version-to-list): Handle versions like "10.3d".
2714
2715 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2718 (macroexp-accumulate): Use `declare'.
2719
2720 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2721
2722 * whitespace.el (whitespace-style): Adjust type declaration.
2723
2724 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2725
2726 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2727 empty argument to gvfs-copy.
2728
2729 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2732 handle new TRASH arg of `delete-file'.
2733
2734 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2735
2736 * net/tramp.el (tramp-handle-insert-directory): Don't use
2737 `forward-word', its default syntax could be changed.
2738
2739 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2740 Michael Albinus <michael.albinus@gmx.de>
2741
2742 Implement compression for inline methods.
2743
2744 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2745 (tramp-copy-size-limit): Allow also nil.
2746 (tramp-inline-compress-commands): New defconst.
2747 (tramp-find-inline-compress, tramp-get-inline-compress)
2748 (tramp-get-inline-coding): New defuns.
2749 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2750 replaced by `tramp-get-inline-coding'.
2751 (tramp-handle-file-local-copy, tramp-handle-write-region)
2752 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2753
2754 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2755
2756 Detect ssh 'ControlMaster' argument automatically in some cases.
2757
2758 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2759 (tramp-default-method): Use it.
2760
2761 2010-08-26 Karel Klíč <kklic@redhat.com>
2762
2763 * net/tramp.el (tramp-file-name-for-operation):
2764 Add file-selinux-context.
2765
2766 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2767
2768 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2769
2770 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2773 (Bug#6907).
2774
2775 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2776
2777 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2778 (js-paren-indent-offset, js-square-indent-offset)
2779 (js-curly-indent-offset): New options.
2780 (js--proper-indentation): Use them.
2781
2782 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2783
2784 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2785 instead of inspecting font-lock properties (Bug#6916).
2786
2787 2010-08-26 David Reitter <david.reitter@gmail.com>
2788
2789 * server.el (server-visit-files): Run pre-command-hook and
2790 post-command-hook for each buffer while it is current (Bug#6910).
2791 (server-execute): Do not run hooks here.
2792
2793 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2794
2795 Sync with Tramp 2.1.19.
2796
2797 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2798 (tramp-reporter-dump-variable, tramp-load-report-modules)
2799 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2800 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2801
2802 * net/tramp-compat.el (top): Do not autoload
2803 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2804 only when `start-file-process' is not bound.
2805 (byte-compile-not-obsolete-vars): Define if not bound.
2806 (tramp-compat-funcall): New defmacro.
2807 (tramp-compat-line-beginning-position)
2808 (tramp-compat-line-end-position)
2809 (tramp-compat-temporary-file-directory)
2810 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2811 (tramp-compat-copy-file, tramp-compat-copy-directory)
2812 (tramp-compat-delete-file, tramp-compat-delete-directory)
2813 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2814 Use it.
2815 (tramp-advice-file-expand-wildcards): Do not use
2816 `tramp-handle-file-remote-p'.
2817 (tramp-compat-make-temp-file): Simplify fallback implementation.
2818 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2819 (tramp-compat-copy-tree): Remove function.
2820 (tramp-compat-delete-file): New defun.
2821 (tramp-compat-delete-directory): Provide implementation for older
2822 Emacsen.
2823 (tramp-compat-file-attributes): Handle only
2824 `wrong-number-of-arguments' error.
2825
2826 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2827 Add PRESERVE_SELINUX_CONTEXT.
2828 (tramp-fish-handle-delete-file): Add TRASH arg.
2829 (tramp-fish-handle-directory-files-and-attributes):
2830 Do not use `tramp-fish-handle-file-attributes.
2831 (tramp-fish-handle-file-local-copy)
2832 (tramp-fish-handle-insert-file-contents)
2833 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2834
2835 * net/tramp-gvfs.el (top): Require url-util.
2836 (tramp-gvfs-mount-point): Remove.
2837 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2838 and `set-file-selinux-context'.
2839 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2840 (tramp-gvfs-handle-file-selinux-context)
2841 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2842 (with-tramp-dbus-call-method): Format trace message.
2843 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2844 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2845 Implement backup call, when operation on local files fails.
2846 Use progress reporter. Flush properties of changed files.
2847 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2848 `tramp-compat-delete-file'.
2849 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2850 (tramp-gvfs-handle-make-directory): Make more traces.
2851 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2852 (tramp-gvfs-url-file-name): Hexify file name in url.
2853 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2854 into account for the resulting file name.
2855 (tramp-gvfs-handler-askquestion): Preserve current message, in
2856 order to let progress reporter continue afterwards. (Bug#6257)
2857 Return dummy mountpoint, when the answer is "no".
2858 See `tramp-gvfs-maybe-open-connection'.
2859 (tramp-gvfs-handler-mounted-unmounted)
2860 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2861 attribute "default_location". Set "prefix" property.
2862 Handle default-location.
2863 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2864 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2865 exists. Raise an error, if not (due to a corresponding answer
2866 "no" in interactive questions, for example).
2867 Use `tramp-compat-funcall'.
2868
2869 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2870 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2871 (tramp-imap-do-copy-or-rename-file)
2872 (tramp-imap-handle-insert-file-contents)
2873 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2874 (tramp-imap-handle-delete-file): Add TRASH arg.
2875
2876 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2877 Add PRESERVE-SELINUX-CONTEXT.
2878 (tramp-smb-handle-copy-file)
2879 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2880 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2881 Use `with-progress-reporter'.
2882 (tramp-smb-handle-delete-file): Add TRASH arg.
2883
2884 * net/tramp.el (tramp-methods): Move hostname to the end in all
2885 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2886 appropriate.
2887 (tramp-verbose): Describe verbose level 9.
2888 (tramp-completion-function-alist)
2889 (tramp-file-name-regexp, tramp-chunksize)
2890 (tramp-local-coding-commands, tramp-remote-coding-commands)
2891 (with-connection-property, tramp-completion-mode-p)
2892 (tramp-action-process-alive, tramp-action-out-of-band)
2893 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2894 (tramp-exists-file-name-handler): Fix docstring.
2895 (tramp-remote-process-environment): Use `format' instead of
2896 `concat'. Protect version string by apostroph.
2897 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2898 XEmacs.
2899 (tramp-file-name-regexp-unified)
2900 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2901 not regard the volume letter as remote filename. (Bug#5447)
2902 (tramp-perl-file-attributes)
2903 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2904 (tramp-vc-registered-read-file-names): Read input as
2905 here-document, otherwise the command could exceed maximum length
2906 of command line.
2907 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2908 `set-file-selinux-context'.
2909 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2910 backtrace functions.
2911 (tramp-error-with-buffer): Don't show the connection buffer when
2912 we are in completion mode.
2913 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2914 (tramp-handle-file-selinux-context)
2915 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2916 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2917 New defuns.
2918 (with-progress-reporter): New defmacro.
2919 (tramp-debug-outline-regexp): New defconst.
2920 (top, tramp-rfn-eshadow-setup-minibuffer)
2921 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2922 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2923 (tramp-completion-mode-p, tramp-check-for-regexp)
2924 (tramp-open-connection-setup-interactive-shell)
2925 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2926 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2927 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2928 Use `tramp-compat-funcall'.
2929 (tramp-handle-make-symbolic-link): Flush file properties.
2930 (tramp-handle-load, tramp-handle-file-local-copy)
2931 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2932 (tramp-handle-vc-registered, tramp-maybe-send-script)
2933 (tramp-find-shell): Use `with-progress-reporter'.
2934 (tramp-do-file-attributes-with-stat): Add space in format string,
2935 in order to work around a bug in pdksh. Reported by Gilles Pion
2936 <gpion@lfdj.com>.
2937 (tramp-handle-verify-visited-file-modtime): Do not send a command
2938 when the connection is not established.
2939 (tramp-handle-set-file-times): Simplify the check for utc.
2940 (tramp-handle-directory-files-and-attributes)
2941 (tramp-get-remote-path): Use `copy-tree'.
2942 (tramp-completion-handle-file-name-all-completions): Ensure, that
2943 non remote files are still checked. Oops.
2944 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2945 Handle PRESERVE-SELINUX-CONTEXT.
2946 (tramp-do-copy-or-rename-file): Add progress reporter.
2947 (tramp-do-copy-or-rename-file-directly): Do not use
2948 `tramp-handle-file-remote-p'.
2949 (tramp-do-copy-or-rename-file-out-of-band):
2950 Use `tramp-compat-delete-directory'.
2951 (tramp-do-copy-or-rename-file-out-of-band)
2952 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2953 Use `format-spec-make'.
2954 (tramp-handle-delete-file): Add TRASH arg.
2955 (tramp-handle-dired-uncache): Flush directory cache, not only file
2956 cache.
2957 (tramp-handle-expand-file-name)
2958 (tramp-completion-handle-file-name-all-completions)
2959 (tramp-completion-handle-file-name-completion):
2960 Use `tramp-connectable-p'.
2961 (tramp-handle-start-file-process): Set connection property "vec".
2962 Use it, in order to invalidate file caches. Check only for
2963 `remote-tty' process property.
2964 Implement tty setting. (Bug#4604, Bug#6360)
2965 (tramp-file-name-for-operation): Add `call-process-region' and
2966 `set-file-selinux-context'.
2967 (tramp-find-foreign-file-name-handler)
2968 (tramp-advice-make-auto-save-file-name)
2969 (tramp-set-auto-save-file-modes): Remove superfluous check for
2970 `stringp'. This is done inside `tramp-tramp-file-p'.
2971 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2972 operations when we are in completion mode. This gives the user
2973 the chance to correct the file name in the minibuffer.
2974 (tramp-completion-mode-p): Use `non-essential'.
2975 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2976 compatibility: Use `completion-ignore-case' if
2977 `read-file-name-completion-ignore-case' does not exist.
2978 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2979 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2980 `tramp-open-shell'.
2981 (tramp-action-password): Hide password prompt before next run.
2982 (tramp-process-actions): Widen connection buffer for the trace.
2983 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2984 process property. Trace stty settings if `tramp-verbose' >= 9.
2985 Apply workaround for IRIX64 bug. Move argument of last
2986 `tramp-send-command' where it belongs to.
2987 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2988 front of `login-args'.
2989 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2990 on "/dev/null" instead of "/".
2991 (tramp-get-ls-command-with-dired): Make test for "--dired"
2992 stronger.
2993 (tramp-set-auto-save-file-modes): Adapt version check.
2994 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2995 (tramp-handle-process-file): Call the program in a subshell, in
2996 order to preserve working directory.
2997 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2998 `tramp-remote-sh' from `tramp-methods'.
2999 (tramp-get-ls-command): Make test for "--color=never" stronger.
3000 (tramp-check-for-regexp): Use (forward-line 1).
3001
3002 * net/trampver.el: Update release number.
3003
3004 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * help.el (help-map): Bind `C-h P' to describe-package.
3007
3008 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3009
3010 * emacs-lisp/package.el (package-refresh-contents): Catch errors
3011 when downloading archives.
3012 (describe-package-1): Add package commentary.
3013 (package-install-button-action): New function.
3014 (package-menu-mode-map): Bind ? to package-menu-describe-package.
3015 (package-menu-view-commentary): Function removed.
3016 (package-list-packages-internal): Hide the `package' package too.
3017
3018 2010-08-25 Kenichi Handa <handa@m17n.org>
3019
3020 * language/misc-lang.el ("Arabic"): New language environment.
3021 Setup composition-function-table for Arabic characters.
3022
3023 * international/fontset.el (setup-default-fontset): Fix typo for
3024 arabic OTF spec (fini->fina).
3025
3026 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
3027
3028 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3029 on all frames.
3030
3031 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3032
3033 * whitespace.el: Allow cleaning up blanks without blank
3034 visualization (Bug#6651). Adjust help window for
3035 whitespace-toggle-options (Bug#6479). Allow to use fill-column
3036 instead of whitespace-line-column (from EmacsWiki). New version
3037 13.1.
3038 (whitespace-style): Added new value 'face. Adjust docstring.
3039 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
3040 foreground property face.
3041 (whitespace-line-column): Adjust docstring and type declaration.
3042 (whitespace-style-value-list, whitespace-toggle-option-alist)
3043 (whitespace-help-text): Adjust const initialization.
3044 (whitespace-toggle-options, global-whitespace-toggle-options):
3045 Adjust docstring.
3046 (whitespace-display-window, whitespace-interactive-char)
3047 (whitespace-style-face-p, whitespace-color-on): Adjust code.
3048 (whitespace-help-scroll): New fun.
3049
3050 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * emacs-lisp/package.el (list-packages): Alias for
3053 package-list-packages.
3054
3055 2010-08-24 Kevin Ryde <user42@zip.com.au>
3056
3057 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
3058 (Bug#5651).
3059
3060 * progmodes/ruby-mode.el (ruby): Add defgroup.
3061
3062 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * progmodes/python.el: Add Ipython support (Bug#5390).
3065 (python-shell-prompt-alist)
3066 (python-shell-continuation-prompt-alist): New options.
3067 (python--set-prompt-regexp): New function.
3068 (inferior-python-mode, run-python, python-shell): Require
3069 ansi-color. Use python--set-prompt-regexp to set the comint
3070 prompt based on the Python interpreter.
3071 (python--prompt-regexp): New var.
3072 (python-check-comint-prompt)
3073 (python-comint-output-filter-function): Use it.
3074 (run-python): Use a pipe (Bug#5694).
3075
3076 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
3077
3078 * progmodes/python.el (python-send-region): Send a different
3079 Python command if Ipython is in use.
3080 (python-check-version): Use a Python command to find the version.
3081
3082 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * mouse.el (mouse-yank-primary): Avoid setting primary when
3085 deactivating the mark (Bug#6872).
3086
3087 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
3088
3089 * progmodes/python.el (python-block-pairs): Allow use of "finally"
3090 with "else" (Bug#3991).
3091
3092 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
3093
3094 * net/dbus.el: Accept UNIX domain sockets as bus address.
3095 (top): Don't initialize `dbus-registered-objects-table' anymore,
3096 this is done in dbusbind,c.
3097 (dbus-check-event): Adapt test for bus.
3098 (dbus-return-values-table, dbus-unregister-service)
3099 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
3100 Adapt doc string.
3101
3102 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
3103
3104 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
3105
3106 2010-08-22 Juri Linkov <juri@jurta.org>
3107
3108 * simple.el (read-extended-command): New function with the logic
3109 for `completing-read' moved to Elisp from `execute-extended-command'.
3110 Use `function-called-at-point' in `minibuffer-default-add-function'
3111 to get a command name for M-n (bug#5364, bug#5214).
3112
3113 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * startup.el (command-line-1): Issue warning for ignored arguments
3116 --unibyte, etc (Bug#6886).
3117
3118 2010-08-22 Leo <sdl.web@gmail.com>
3119
3120 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
3121 (ignore, bright, dim, keyword): Split list of nicknames before
3122 passing to rcirc-add-or-remove (Bug#6894).
3123
3124 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3125
3126 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
3127
3128 2010-08-22 Leo <sdl.web@gmail.com>
3129
3130 Fix buffer-list rename&refresh after killing a buffer in ido.
3131 * ido.el: Revert Óscar's.
3132 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
3133 Remember the buffers at head, rather than their name.
3134 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
3135
3136 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
3137 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
3140 extra backslash added to each line (bug#6890).
3141
3142 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * subr.el (read-key): Don't echo keystrokes (bug#6883).
3145
3146 2010-08-22 Glenn Morris <rgm@gnu.org>
3147
3148 * menu-bar.el (menu-bar-games-menu): Add landmark.
3149
3150 2010-08-22 Glenn Morris <rgm@gnu.org>
3151
3152 * align.el (align-regexp): Make group and spacing arguments
3153 use the interactive defaults when non-interactive. (Bug#6698)
3154
3155 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
3156 expansion, so as not to need sendmail.
3157 (mail-text-start): Remove declaration.
3158 (rmail-retry-failure): Require sendmail.
3159
3160 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
3163
3164 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * progmodes/flymake.el (flymake-start-syntax-check-process):
3167 Use `start-file-process' in order to let it run also on remote hosts.
3168
3169 2010-08-22 Kenichi Handa <handa@m17n.org>
3170
3171 * files.el: Add `word-wrap' as safe local variable.
3172
3173 2010-08-22 Glenn Morris <rgm@gnu.org>
3174
3175 * woman.el (woman-translate): Case matters. (Bug#6849)
3176
3177 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * simple.el (kill-region): Doc fix (Bug#6787).
3180
3181 2010-08-22 Glenn Morris <rgm@gnu.org>
3182
3183 * calendar/diary-lib.el (diary-header-line-format):
3184 Fit it to the window, not the frame.
3185
3186 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
3187
3188 * subr.el (ignore-errors): Add debug declaration.
3189
3190 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
3191
3192 * whitespace.el (whitespace-color-off): Remove post-command-hook
3193 locally.
3194
3195 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
3198
3199 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
3200
3201 * cus-edit.el (custom-group-value-create): Add extra newline
3202 before end line (Bug#6876).
3203
3204 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
3205
3206 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
3207 when extending it. Before killing on the second click, check if
3208 the buffer is the correct one. Doc fix.
3209 (mouse-secondary-save-then-kill): Allow usage without first
3210 calling mouse-start-secondary, by defaulting to point. Don't save
3211 an empty secondary selection. Doc fix.
3212
3213 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3214
3215 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
3216 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
3217 New version 13.0.
3218 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3219 Adjust initialization.
3220 (whitespace-bob-marker, whitespace-eob-marker)
3221 (whitespace-buffer-changed): New vars.
3222 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
3223 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3224 (whitespace-post-command-hook, whitespace-display-char-on):
3225 Adjust code.
3226 (whitespace-looking-back, whitespace-buffer-changed): New funs.
3227 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
3228
3229 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * files.el (locate-file-completion-table): Only list the .el and .elc
3232 extensions if there's no other choice (bug#5955).
3233
3234 * facemenu.el (facemenu-self-insert-data): New var.
3235 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
3236 New functions.
3237 (facemenu-add-face): Use them.
3238
3239 * simple.el (blink-matching-open): Obey forward-sexp-function.
3240
3241 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * simple.el (prog-mode-map): New var.
3244 (prog-indent-sexp): New command.
3245
3246 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
3247
3248 * progmodes/prolog.el (smie): Require.
3249
3250 * emacs-lisp/smie.el (smie-default-backward-token)
3251 (smie-default-forward-token): Strip properties.
3252 (smie-next-sexp): Be more careful with associative operators.
3253 (smie-forward-sexp-command): Generalize.
3254 (smie-backward-sexp-command): Simplify.
3255 (smie-closer-alist): New var.
3256 (smie-close-block): New command.
3257 (smie-indent-debug-log): New var.
3258 (smie-indent-offset-rule): Add a few more cases.
3259 (smie-indent-column): New function.
3260 (smie-indent-after-keyword): Use it.
3261 (smie-indent-keyword): Use it.
3262 Fix up the opener code's point position.
3263 (smie-indent-comment): Only applies at BOL.
3264 (smie-indent-debug): New command.
3265
3266 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3267 declarations that are useful before running the macro.
3268
3269 2010-08-18 Joakim Verona <joakim@verona.se>
3270
3271 * image.el (imagemagick-types-inhibit): New variable.
3272 (imagemagick-register-types): New function.
3273 * image-mode.el (image-transform-properties): New function.
3274 (image-transform-set-scale, image-transform-fit-to-height)
3275 (image-transform-set-rotation, image-transform-set-resize)
3276 (image-transform-fit-to-width, image-transform-fit-to-height):
3277 New functions.
3278 (image-toggle-display-image): Support image transforms.
3279
3280 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3281
3282 * image.el (create-animated-image): Don't add heuristic mask to image
3283 (Bug#6839).
3284
3285 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
3286
3287 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3288 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
3289
3290 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3293
3294 Font-lock '...' strings, plus various simplifications and fixes.
3295 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3296 (octave-font-lock-close-quotes): New function.
3297 (octave-font-lock-syntactic-keywords): New var.
3298 (octave-mode): Use it. Set beginning-of-defun-function.
3299 (octave-mode-map): Don't override the <foo>-defun commands.
3300 (octave-mode-menu): Pass it directly to easy-menu-define;
3301 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3302 (octave-block-match-alist): Fix up last change so that
3303 octave-close-block uses the more specific keyword.
3304 (info-lookup-mode): Silence byte-compiler.
3305 (octave-beginning-of-defun): Not interactive any more.
3306 Optimize slightly.
3307 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3308 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3309 (octave-completion-at-point-function): Make sure point is within
3310 beg..end.
3311 (octave-reindent-then-newline-and-indent):
3312 Use reindent-then-newline-and-indent.
3313 (octave-add-octave-menu): Remove.
3314
3315 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3318 (report-emacs-bug-can-use-xdg-email): New functions.
3319 (report-emacs-bug): Set can-xdg-email to result of
3320 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
3321 \C-cm to report-emacs-bug-insert-to-mailer and add help text
3322 about it.
3323
3324 * net/browse-url.el (browse-url-default-browser): Add cond
3325 for browse-url-xdg-open.
3326 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3327
3328 2010-08-17 Glenn Morris <rgm@gnu.org>
3329
3330 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3331 (c-fontify-recorded-types-and-refs): Define for compiler.
3332 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3333 before use.
3334
3335 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3336 Fix format call.
3337
3338 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
3339
3340 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3341 properties.
3342 (tramp-handle-process-file): Call the program in a subshell, in
3343 order to preserve working directory.
3344 (tramp-action-password): Hide password prompt before next run.
3345 (tramp-process-actions): Widen connection buffer for the trace.
3346
3347 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3348
3349 * net/rcirc.el (rcirc-log-process-buffers): New option.
3350 (rcirc-print): Use it.
3351 (rcirc-generate-log-filename): New function.
3352 (rcirc-log-filename-function): Change default to
3353 rcirc-generate-log-filename (Bug#6828).
3354
3355 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * simple.el (deactivate-mark): If select-active-regions is `only',
3358 only set selection for temporarily active regions.
3359
3360 * cus-start.el: Change defcustom for select-active-regions.
3361
3362 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * mouse.el (mouse--drag-set-mark-and-point): New function.
3365 (mouse-drag-track): Use LOCATION arg to push-mark.
3366 Use mouse--drag-set-mark-and-point to take click-count into
3367 consideration when updating point and mark (Bug#6840).
3368
3369 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3372 Give the Ruby rule a lower priority than Gnu (Bug#6778).
3373
3374 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
3375
3376 * font-lock.el (lisp-font-lock-keywords-2):
3377 Add combine-after-change-calls, condition-case-no-debug,
3378 with-demoted-errors, and with-silent-modifications (Bug#6025).
3379
3380 2010-08-14 Kevin Ryde <user42@zip.com.au>
3381
3382 * emacs-lisp/copyright.el (copyright-update-year)
3383 (copyright-update): Temporary switch-to-buffer to ensure the
3384 buffer change being queried is visible (Bug#5394).
3385
3386 2010-08-14 Tom Tromey <tromey@redhat.com>
3387
3388 * progmodes/etags.el (tags-file-name): Mark safe if stringp
3389 (Bug#6733).
3390
3391 2010-08-14 Eli Zaretskii <eliz@gnu.org>
3392
3393 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3394 MS-DOS. (Bug#6689)
3395
3396 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
3397
3398 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3399 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3400 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3401 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
3402 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3403 Call menu-bar-set-tool-bar-position.
3404
3405 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3408 comment style (bug#6834).
3409 * progmodes/scheme.el (scheme-mode-syntax-table):
3410 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3411 "b" flag in "' 14b" syntax.
3412
3413 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3414 for (un)commenting the region and performing completion.
3415 (octave-mode-menu): Use standard commands for help and completion.
3416 (octave-mode-syntax-table): Support %{..%} comments (sort of).
3417 (octave-mode): Use define-derived-mode.
3418 Set completion-at-point-functions and don't set columns.
3419 Don't disable adaptive-fill-regexp.
3420 (octave-describe-major-mode, octave-comment-region)
3421 (octave-uncomment-region, octave-comment-indent)
3422 (octave-indent-for-comment): Remove.
3423 (octave-indent-calculate): Rename from calculate-octave-indent.
3424 (octave-indent-line, octave-fill-paragraph): Update caller.
3425 (octave-initialize-completions): No need to make an alist.
3426 (octave-completion-at-point-function): New function.
3427 (octave-complete-symbol): Use it.
3428 (octave-insert-defun): Use define-skeleton.
3429
3430 * progmodes/octave-mod.el (octave-mode): Set comment-add.
3431 (octave-mode-map): Use comment-dwim (bug#6829).
3432
3433 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3434
3435 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3436 indentation of inserted comment.
3437
3438 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
3439
3440 * faces.el (region): Add type gtk that uses gtk colors.
3441
3442 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3443 Handle theme-name change.
3444
3445 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
3446
3447 * progmodes/sql.el: Version 2.5
3448 (sql-product-alist): Add :prompt-cont-regexp property for several
3449 database products.
3450 (sql-prompt-cont-regexp): New variable.
3451 (sql-output-newline-count, sql-output-by-send):
3452 New variables. Record number of newlines in input text.
3453 (sql-send-string): Handle multiple filters and count newlines.
3454 (sql-send-magic-terminator): Count terminator newline.
3455 (sql-interactive-remove-continuation-prompt): Filters output to
3456 remove continuation prompts; one for each newline.
3457 (sql-interactive-mode): Set up new variables, prompt regexp and
3458 output filter.
3459 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
3460 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3461
3462 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * emacs-lisp/pcase.el: New file.
3465
3466 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
3467
3468 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3469 as here-document, otherwise the command could exceed maximum
3470 length of command line.
3471 (tramp-handle-vc-registered): Call script accordingly.
3472 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
3473
3474 2010-08-10 Kenichi Handa <handa@m17n.org>
3475
3476 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3477 composable pattern.
3478
3479 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
3480
3481 * emacs-lisp/package.el (package-version-split)
3482 (package--version-first-nonzero, package-version-compare):
3483 Functions removed.
3484 (package-directory-list, package-load-all-descriptors)
3485 (package--built-in, package-activate, define-package)
3486 (package-installed-p, package-compute-transaction)
3487 (package-read-all-archive-contents)
3488 (package--add-to-archive-contents, package-buffer-info)
3489 (package-tar-file-info, package-list-packages-internal):
3490 Use version-to-list and version-list-*.
3491
3492 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3493 Use version-to-list.
3494 (package-upload-buffer-internal): Use version-list-<=.
3495
3496 2010-08-09 Kenichi Handa <handa@m17n.org>
3497
3498 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3499 composable pattern.
3500
3501 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
3502
3503 * tutorial.el (tutorial--default-keys): C-d is now bound to
3504 delete-forward-char (Bug#6826).
3505
3506 * mouse.el (mouse-drag-track): Remove accidentally-removed check
3507 for `double' value of mouse-1-click-follows-link (Bug#6807).
3508
3509 2010-08-08 Johan Bockgård <bojohan@gnu.org>
3510
3511 * replace.el (replace-highlight): Bind isearch-forward and
3512 isearch-error, ensuring that highlighting is updated if the user
3513 switches the search direction (Bug#6808).
3514
3515 * isearch.el (isearch-lazy-highlight-forward): New var.
3516 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3517 (isearch-lazy-highlight-update): Use it.
3518
3519 2010-08-08 Kenichi Handa <handa@m17n.org>
3520
3521 * international/mule.el (define-charset): Store NAME as :base property.
3522 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3523 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3524 current priority. Force using the designation of the specific
3525 charset by adding `charset' text property. Improve the whole algorithm.
3526
3527 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3528
3529 * emulation/pc-select.el (pc-selection-mode-hook)
3530 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3531 (pc-selection-mode): Fix typos in docstrings.
3532
3533 2010-08-08 Kenichi Handa <handa@m17n.org>
3534
3535 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3536 ctext-non-standard-encodings-alist here.
3537
3538 * international/mule.el (ctext-non-standard-encodings-alist):
3539 Add "koi8-r" and "microsoft-cp1251".
3540 (ctext-standard-encodings): New variable.
3541 (ctext-non-standard-encodings-table): List only elements for
3542 non-standard encodings.
3543 (ctext-pre-write-conversion): Adjust for the above change.
3544 Check ctext-standard-encodings.
3545
3546 * international/mule-conf.el (compound-text): Doc fix.
3547 (ctext-no-compositions): Doc fix.
3548 (compound-text-with-extensions): Doc fix.
3549
3550 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3553
3554 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3555
3556 * progmodes/which-func.el (which-func-format): Split help-echo text
3557 into lines, like other mode-line tooltips.
3558
3559 * server.el (server-start): When using TCP sockets, force IPv4
3560 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3561
3562 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3565
3566 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * term.el (term-delimiter-argument-list): Reflow docstring.
3569 (term-read-input-ring, term-write-input-ring, term-send-input)
3570 (term-bol, term-erase-in-display, serial-supported-or-barf):
3571 Fix typos in docstrings.
3572
3573 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3576
3577 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3578
3579 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3580
3581 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
3582
3583 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3584 Fix typo in docstring (bug#6747).
3585
3586 2010-08-08 Leo <sdl.web@gmail.com>
3587
3588 * eshell/esh-io.el (eshell-get-target): Better detection of
3589 read-only file (Bug#6762).
3590
3591 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3592
3593 * align.el (align-default-spacing): Doc fix.
3594 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3595
3596 2010-08-08 Stephen Peters <speters@itasoftware.com>
3597
3598 * calendar/icalendar.el
3599 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3600 (icalendar--get-weekday-numbers): New.
3601 (icalendar--convert-recurring-to-diary): Handle multiple byday
3602 values in weekly rules. (Bug#6766)
3603
3604 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
3605
3606 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3607 (icalendar--create-uid, icalendar-export-region)
3608 (icalendar--parse-summary-and-rest): Code formatting.
3609
3610 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3611
3612 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3613 to italicize headers.
3614 (calc-highlight-selections-with-faces): New variable.
3615 (calc-selected-face, calc-nonselected-face): New faces.
3616
3617 * calc/calccomp.el (math-comp-highlight-string): Use
3618 `calc-highlight-selections-with-faces' to determine how to highlight
3619 sub-formulas.
3620
3621 * calc/calc-sel.el (calc-show-selections): Change message to when
3622 using faces to highlight selections.
3623
3624 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3625
3626 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3627 Add SQLite 3 keywords, functions and datatypes.
3628 (sql-interactive-mode): Remove `comint-process-echoes' set to t
3629 (Bug#6686).
3630
3631 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * simple.el (select-active-regions): Move to keyboard.c.
3634 (deactivate-mark): Used saved-region-selection.
3635 (select-active-region): Function removed.
3636 (activate-mark, set-mark, push-mark-command)
3637 (handle-shift-selection): Don't call it.
3638 (keyboard-quit): Avoid adding the region to the window selection.
3639
3640 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3641 select-active-regions implementation.
3642 (mouse-yank-at-click): Doc fix.
3643
3644 * cus-start.el: Add custom declaration for select-active-regions.
3645
3646 2010-08-07 Eli Zaretskii <eliz@gnu.org>
3647
3648 * simple.el (delete-forward-char): Doc fix.
3649
3650 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3651 after reading the tutorial.
3652
3653 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3654
3655 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3656 for the case that a C style comment has its delimiters alone on
3657 their respective lines.
3658
3659 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/tramp.el (tramp-handle-start-file-process): Set connection
3662 property "vec".
3663 (tramp-process-sentinel): Use it for flushing the cache. We
3664 cannot do it via the process buffer, the buffer could be deleted
3665 already when running the sentinel.
3666
3667 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3668
3669 * comint.el (comint-mode): Make directory tracking functions
3670 functional on remote files. (Bug#6764)
3671
3672 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3673
3674 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3675
3676 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3677
3678 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3679 unexec.c => unexcoff.c.
3680
3681 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3682 unexec.c => unexcoff.c.
3683
3684 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3685
3686 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3687 cache, not only file cache.
3688 (tramp-process-sentinel): New defun.
3689 (tramp-handle-start-file-process): Use it, in order to invalidate
3690 file caches.
3691
3692 2010-08-03 Leo <sdl.web@gmail.com>
3693
3694 * server.el (server-start): Simplify loop.
3695
3696 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * frame.el (screen-height, screen-width, set-screen-width)
3699 (set-screen-height): Remove ancient compatibility aliases.
3700
3701 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3702 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3703
3704 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3705 that change current buffer.
3706
3707 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3708
3709 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3710 beginning of the string. Use `string-match-p'. (Bug#6765)
3711
3712 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3713
3714 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3715
3716 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3719 (package--builtins): Tweak descriptions.
3720 (package-print-package): Upcase descriptions if necessary.
3721 Show all built-in packages in font-lock-builtin-face.
3722 (package-list-packages-internal): Omit "emacs" package.
3723 Show status of built-in packages as "built-in".
3724
3725 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3728 before killing to preserve the primary selection (Bug#6701).
3729
3730 * term/x-win.el (x-select-text): Doc fix.
3731
3732 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3733
3734 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3735 The following functions were modified or created:
3736
3737 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3738 (objc-font-lock-extra-types):
3739 * progmodes/cc-mode.el (c-basic-common-init):
3740 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3741 (c++-make-template-syntax-table)
3742 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3743 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3744 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3745 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3746 * progmodes/cc-fonts.el (c-make-inverse-face)
3747 (c-basic-matchers-after):
3748 * progmodes/cc-engine.el (c-forward-keyword-clause)
3749 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3750 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3751 (c-guess-continued-construct, c-guess-basic-syntax):
3752
3753 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3754
3755 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3756
3757 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3758
3759 * files.el (bidi-paragraph-direction): Define safe local values.
3760
3761 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3762 language-info-alist. Remove outdated FIXME in a comment.
3763
3764 2010-07-31 Alan Mackenzie <acm@muc.de>
3765
3766 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3767 Auto-fill broken in C/C++ modes.
3768
3769 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3770
3771 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3772 (menu-bar-showhide-tool-bar-menu-customize-disable)
3773 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3774 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3775 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3776 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3777 make a menu for Options => toolbar that can move it.
3778
3779 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3780
3781 * emacs-lisp/package-x.el (package--make-rss-entry):
3782 (package-maint-add-news-item, package--update-news)
3783 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3784
3785 * emacs-lisp/package.el (package-archive-url): Rename from
3786 package-archive-id.
3787 (package-install): Doc fix.
3788 (package-download-single, package-download-tar, package-install)
3789 (package-menu-view-commentary): Callers changed.
3790
3791 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3792
3793 * net/tramp.el (tramp-handle-start-file-process): Check only for
3794 `remote-tty' process property.
3795 (tramp-open-shell): Don't check for tty.
3796 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3797 process property.
3798
3799 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3800 host.
3801
3802 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * emacs-lisp/package.el (package-load-list, package-archives)
3805 (package-archive-contents, package-user-dir)
3806 (package-directory-list, package--builtins, package-alist)
3807 (package-activated-list, package-obsolete-alist): Mark as risky.
3808
3809 2010-07-28 Phil Hagelberg <phil@evri.com>
3810
3811 Add support for non-default package repositories.
3812 * emacs-lisp/package.el (package-archive-base): Var deleted.
3813 (package-archives): New variable.
3814 (package-archive-contents): Doc fix.
3815 (package-load-descriptor): Do nothing if descriptor file is missing.
3816 (package--write-file-no-coding): New function.
3817 (package-unpack-single): Use it.
3818 (package-archive-id): New function.
3819 (package-download-single, package-download-tar)
3820 (package-menu-view-commentary): Use it.
3821 (package-installed-p): Make second argument optional.
3822 (package-read-all-archive-contents): New function.
3823 (package-initialize): Use it.
3824 (package-read-archive-contents): Add ARCHIVE argument.
3825 (package--add-to-archive-contents): New function.
3826 (package-install): Don't call package-read-archive-contents.
3827 (package--download-one-archive): Store archive file in a
3828 subdirectory of package-user-dir.
3829 (package-menu-execute): Remove spurious line movement.
3830
3831 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3832
3833 * cus-start.el (tool-bar-style): Add text-image-horiz.
3834
3835 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3836
3837 * progmodes/gud.el (gud-common-init): Check for remoteness of
3838 `file', and not of `default-directory'.
3839
3840 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3841
3842 * net/tramp.el (tramp-methods): Move hostname to the end in all
3843 ssh `tramp-login-args'.
3844 (tramp-verbose): Describe verbose level 9.
3845 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3846 (tramp-open-connection-setup-interactive-shell): Trace stty
3847 settings if `tramp-verbose' >= 9.
3848 (tramp-handle-start-file-process): Implement tty setting.
3849 (Bug#4604, Bug#6360)
3850
3851 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3852 `tramp-verbose' to 9.
3853
3854 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3855
3856 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3857 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3858 Remove references to package `lisp-re' (bug#4369).
3859
3860 2010-07-27 Tom Tromey <tromey@redhat.com>
3861
3862 * progmodes/js.el (js-mode):
3863 * progmodes/make-mode.el (makefile-mode):
3864 * progmodes/simula.el (simula-mode):
3865 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3866
3867 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3868
3869 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3870
3871 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3872 (display-time-world-buffer-name, display-time-world-mode-map):
3873 Fix typos in docstrings.
3874
3875 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3876
3877 * image-mode.el (image-display-size): New function.
3878 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3879 (image-mode-fit-frame): Use it (Bug#6639).
3880
3881 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * dired.el (dired-buffers-for-dir): Handle list values of
3884 dired-directory (Bug#6636).
3885
3886 2010-07-26 Sam Steingold <sds@gnu.org>
3887
3888 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3889 Do not call `x-get-selection' the second time, reuse the value.
3890
3891 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3892
3893 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3894 which consist of control chars only. Suggested by Richard Stallman.
3895
3896 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3897
3898 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3899 exists before passing an error to find-file-not-found-functions
3900 (bug#6723).
3901
3902 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3903
3904 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3905 Remove leading nil element, adjust values.
3906 (tetris-shapes, tetris-shape-scores):
3907 Change representation of shapes and remove some redundancy.
3908 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3909 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3910 Adjust for working with new representation of shapes.
3911 (tetris-shape-rotations): New function.
3912 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3913 (tetris-rotate-prev, tetris-rotate-next):
3914 Adjust for working with the new version of tetris-test-shape.
3915
3916 2010-07-23 Markus Triska <markus.triska@gmx.at>
3917
3918 * progmodes/ps-mode.el: Use comint (bug#5954).
3919 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3920 (ps-mode-other-newline): Simplify.
3921 (ps-run-mode): Derive from comint-mode instead of
3922 fundamental-mode, yielding input history etc.
3923 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3924 (ps-run-send-string): Adapt for comint-mode.
3925 (ps-run-newline): Remove now unneeded function.
3926
3927 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3928
3929 * net/tramp.el (tramp-methods): Move hostname to the end in all
3930 plink `tramp-login-args'.
3931
3932 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3933
3934 * net/tramp.el (tramp-open-shell): New defun.
3935 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3936 Use it.
3937
3938 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3939
3940 * net/tramp.el (tramp-file-name-regexp-unified)
3941 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3942 not regard the volume letter as remote filename. (Bug#5447)
3943
3944 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * custom.el (custom-declare-variable): Give a clearer error message
3947 when the docstring is missing (bug#6476).
3948
3949 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3950
3951 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3952 (sql-login-params): New widget definition.
3953 (sql-oracle-login-params, sql-mysql-login-params)
3954 (sql-solid-login-params, sql-sybase-login-params)
3955 (sql-informix-login-params, sql-ingres-login-params)
3956 (sql-ms-login-params, sql-postgres-login-params)
3957 (sql-interbase-login-params, sql-db2-login-params)
3958 (sql-linter-login-params): Use it.
3959 (sql-sqlite-login-params): Use it; Define "database" parameter as
3960 a file name.
3961 (sql-sqlite-program): Change to "sqlite3".
3962 (sql-comint-sqlite): Make sure database name is complete.
3963 (sql-for-each-login): New function.
3964 (sql-connect, sql-save-connection): Use it.
3965 (sql-get-login-ext): New function.
3966 (sql-get-login): Use it.
3967 (sql-make-alternate-buffer-name): Handle :file parameters.
3968
3969 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3972 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3973
3974 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3975
3976 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3977
3978 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3979
3980 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3981
3982 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3983
3984 * net/tramp.el (tramp-get-ls-command)
3985 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3986 instead of "/".
3987
3988 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3989
3990 * progmodes/sql.el: Version 2.3.
3991 (sql-connection-alist): Changed keys from symbols to strings;
3992 enhanced the widget definition.
3993 (sql-mode-menu): Added submenu to select connections.
3994 (sql-interactive-mode-menu): Added "Save Connection" item.
3995 (sql-add-product): Fixed menu item.
3996 (sql-get-product-feature): Improved error handling.
3997 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3998 (sql-make-alternate-buffer-name): Simplified.
3999 (sql-product-interactive): Handle missing product.
4000 (sql-connect): Support string keys, minor improvements.
4001 (sql-save-connection): New function.
4002 (sql-connection-menu-filter): New function.
4003
4004 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
4005
4006 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4007 (tramp-open-connection-setup-interactive-shell): Apply
4008 workaround for IRIX64 bug. Move argument of last
4009 `tramp-send-command' where it belongs to.
4010
4011 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
4012
4013 * net/tramp.el (tramp-perl-file-attributes)
4014 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4015 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4016 front of `login-args'.
4017
4018 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4019
4020 * time.el (display-time-world-mode): Define with `define-derived-mode'.
4021 Set `show-trailing-whitespace' to nil.
4022 (display-time-world-display): Simplify.
4023
4024 2010-07-18 Alan Mackenzie <acm@muc.de>
4025
4026 Enhance `c-file-style' in file/directory local variables.
4027 * progmodes/cc-mode.el (c-count-cfss): New function.
4028 (c-before-hack-hook): Call `c-set-style' differently according to
4029 whether c-file-style was set in file or directory local
4030 variables.
4031
4032 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
4033
4034 * progmodes/sql.el: Version 2.2.
4035 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
4036 defcustom :safe keyword rather than putting safe-local-variable
4037 property.
4038 (sql-password): Use defcustom :risky keyword rather than putting
4039 risky-local-variable property.
4040 (sql-oracle-login-params, sql-sqlite-login-params)
4041 (sql-solid-login-params, sql-sybase-login-params)
4042 (sql-informix-login-params, sql-ingres-login-params)
4043 (sql-ms-login-params, sql-postgres-login-params)
4044 (sql-interbase-login-params, sql-db2-login-params)
4045 (sql-linter-login-params): Add `port' option.
4046 (sql-get-product-feature): Added NO-INDIRECT parameter.
4047 (sql-comint-oracle, sql-comint-sybase)
4048 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
4049 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
4050 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
4051 (sql-comint-linter): Renamed sql-connect-* functions to
4052 sql-comint-*.
4053 (sql-product-alist, sql-mode-menu): Renamed as above and
4054 :sqli-connect-func to :sqli-comint-func.
4055 (sql-connection): New variable.
4056 (sql-interactive-mode): Set it.
4057 (sql-connection-alist): New variable.
4058 (sql-connect): New function.
4059 (sql--alt-buffer-part, sql--alt-if-not-empty)
4060 (sql-make-alternate-buffer-name): Improved alternative buffer name.
4061
4062 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4063
4064 * image-mode.el (image-bookmark-make-record): Do not set context
4065 in an image (Bug#6650).
4066
4067 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
4068
4069 * simple.el (select-active-region): New function.
4070 (push-mark-command, set-mark, activate-mark)
4071 (handle-shift-selection): Use it.
4072 (deactivate-mark): Don't check for size of region.
4073
4074 * mouse.el (mouse-drag-track): Use select-active-region.
4075
4076 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
4079 "--dired" stronger.
4080
4081 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * term/x-win.el (x-select-enable-primary): Change default to nil.
4084 (x-select-enable-clipboard): Add :version keyword.
4085
4086 * mouse.el (mouse-drag-copy-region):
4087 * simple.el (select-active-regions): Likewise.
4088
4089 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
4090
4091 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
4092 (vc-coding-system-for-diff): Use it to decide whether to inherit
4093 from the file the EOL format for reading the diffs of that file.
4094 (Bug#4451)
4095
4096 2010-07-16 Eli Zaretskii <eliz@gnu.org>
4097
4098 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4099 unibyte, so compressed attachments are not compressed again.
4100
4101 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
4102
4103 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4104 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
4105 (tramp-find-shell): Simplify setting connection property.
4106 (tramp-get-ls-command): Make test for "--color=never" stronger.
4107
4108 2010-07-15 Simon South <ssouth@member.fsf.org>
4109
4110 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4111 blocks within record declarations (i.e. variant parts) correctly.
4112
4113 2010-07-15 Simon South <ssouth@member.fsf.org>
4114
4115 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4116 over literal tokens when parsing so newlines aren't "absorbed" by
4117 single-line comments. Corrects the indentation of case blocks
4118 that have a comment on the first line.
4119
4120 2010-07-14 Karl Fogel <kfogel@red-bean.com>
4121
4122 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4123 by Drew Adams (Bug#5504).
4124
4125 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
4126
4127 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
4128 now that Unicode is used (Bug#6594).
4129
4130 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * term/x-win.el (x-select-enable-clipboard): Default to t.
4133 (x-initialize-window-system): Don't overwrite Paste menu item.
4134
4135 * simple.el (select-active-regions): Default to t.
4136 (push-mark-command): Don't overwrite primary with empty string.
4137
4138 * mouse.el: Bind mouse-2 to mouse-yank-primary.
4139 (mouse-drag-copy-region): Default to nil.
4140
4141 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
4142 Cut/Copy/Paste menu bar items.
4143
4144 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4145
4146 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4147 Patch applied by Karl Fogel.
4148
4149 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
4150 and `bookmark-current-buffer' if they have been already set in
4151 another buffer (e.g gnus-art).
4152
4153 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4154 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4155
4156 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
4157
4158 * bookmark.el (bookmark-make-record-default): Allow unneeded
4159 information to be omitted from the record.
4160
4161 Adjust declarations and calls:
4162
4163 * info.el (bookmark-make-record-default): Adjust declaration.
4164 (Info-bookmark-make-record): Adjust call.
4165
4166 * woman.el (bookmark-make-record-default): Adjust declaration.
4167 (woman-bookmark-make-record): Adjust call.
4168
4169 * man.el (bookmark-make-record-default): Adjust declaration.
4170 (Man-bookmark-make-record): Adjust call.
4171
4172 * image-mode.el (bookmark-make-record-default): Adjust declaration.
4173
4174 * doc-view.el (bookmark-make-record-default): Adjust declaration.
4175
4176 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4177
4178 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4179 This is also from Thierry Volpiatto's patch in bug #6444. However,
4180 because it was extraneous to the functional change in that patch,
4181 and causes a re-indendation, I am committing it separately.
4182
4183 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4184
4185 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4186 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
4187 Patch applied by Karl Fogel (Bug#6444).
4188
4189 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
4190
4191 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
4192
4193 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4194
4195 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
4196 Dempsky; bug#5084). Remove incorrect binding for S-tab.
4197 (ns-alternatives-map): Change S-tab binding to backtab
4198 (bug#6616).
4199
4200 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
4201 under ns.
4202
4203 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4204
4205 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
4206 (Bug#5806)
4207
4208 * language/tv-util.el (tai-viet-re): Remove format.
4209
4210 2010-07-12 Kenichi Handa <handa@m17n.org>
4211
4212 * language/hebrew.el: Remove no-byte-compile declaration.
4213 Change coding: tag to utf-8. Register hebrew-shape-gstring in
4214 composition-function-table for 3-character looking back.
4215 (hebrew-font-get-precomposed): New function.
4216 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
4217
4218 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * mouse.el (mouse-drag-track): Handle select-active-regions
4221 (Bug#6612).
4222
4223 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
4224
4225 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4226 empty argument to gvfs-copy.
4227
4228 2010-07-10 Glenn Morris <rgm@gnu.org>
4229
4230 * calendar/calendar.el (calendar-week-end-day): New function.
4231 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
4232 Respect calendar-week-start-day. (Bug#6606)
4233 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4234 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
4235 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
4236 respect calendar-week-start-day.
4237
4238 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * simple.el (use-region-p): Doc fix (Bug#6607).
4241
4242 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
4243
4244 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
4245 regexps for cucumber and ruby.
4246
4247 2010-07-08 Daiki Ueno <ueno@unixuser.org>
4248
4249 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
4250 (epa-file-insert-file-contents): Hack to prevent
4251 find-file from opening empty buffer when decryption failed
4252 (bug#6568).
4253
4254 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
4255
4256 * textmodes/ispell.el (ispell-alternate-dictionary):
4257 Use file-readable-p.
4258 Return nil if no word-list is found at default locations.
4259 (ispell-complete-word-dict): Default to nil.
4260 (ispell-command-loop): Use 'word-list' when using lookup-words.
4261 (lookup-words): Use ispell-complete-word-dict or
4262 ispell-alternate-dictionary. Check for word-list availability
4263 and handle errors if needed with better messages (Bug#6539).
4264 (ispell-complete-word): Use ispell-complete-word-dict or
4265 ispell-alternate-dictionary.
4266
4267 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
4268
4269 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4270 builtins (BufferError, BytesWarning, WindowsError; callables
4271 bin, bytearray, bytes, format, memoryview, next, print; __package__).
4272
4273 2010-07-07 Glenn Morris <rgm@gnu.org>
4274
4275 * play/zone.el (top-level): Do not require timer, tabify, or cl.
4276 (zone-shift-left): Ignore intangibility, and any errors from
4277 forward-char.
4278 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
4279 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4280 deleting, and copying text properties.
4281 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4282 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4283 to point-max is hard.
4284 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4285 (zone-fill-out-screen): Ignore intangibility.
4286
4287 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * menu-bar.el (menu-bar-mode):
4290 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4291 if it has been set.
4292
4293 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4294 word/line selection (Bug#6565).
4295
4296 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * net/dbus.el (dbus-send-signal): Declare function.
4299
4300 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4301
4302 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4303 (dbus-register-property): New optional argument EMITS-SIGNAL.
4304 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4305
4306 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * mouse.el (mouse-drag-overlay): Variable deleted.
4309 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4310 (mouse--remap-link-click-p): New function.
4311 (mouse-drag-track): Handle dragging by using temporary Transient
4312 Mark mode, instead of a special overlay.
4313 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4314 mouse-show-mark.
4315
4316 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4317 deleted.
4318
4319 2010-07-02 Juri Linkov <juri@jurta.org>
4320
4321 * autoinsert.el (auto-insert-alist): Fix readability
4322 by using dotted pair notation for lambda.
4323
4324 2010-07-02 Juri Linkov <juri@jurta.org>
4325
4326 * faces.el (read-face-name): Rename arg `string-describing-default'
4327 to `default'. Doc fix. Display the default value in quotes
4328 in the prompt. With empty input, return the `default' arg,
4329 unless the default value is a string (in which case return nil).
4330 (describe-face): Replace the string `default' arg of `read-face-name'
4331 with the symbol `default'.
4332
4333 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
4334
4335 * emulation/viper-cmd.el (viper-delete-backward-char)
4336 (viper-del-backward-char-in-insert)
4337 (viper-del-backward-char-in-replace, viper-change)
4338 (viper-backward-indent): Replace delete-backward-char with
4339 delete-char (Bug#6552).
4340
4341 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4344
4345 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4348 argument passed to frame-creation-function (Bug#5378).
4349
4350 * faces.el (x-handle-named-frame-geometry)
4351 (x-handle-reverse-video, x-create-frame-with-faces)
4352 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4353 separately consult default-frame-alist. It is now passed as the
4354 PARAMETER argument.
4355
4356 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
4357
4358 * startup.el (command-line): Don't call tool-bar-setup in a
4359 tty-only build.
4360
4361 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * ruler-mode.el (ruler--save-header-line-format): New fun.
4364 (ruler-mode): Use it as a setter function, so as not to overwrite
4365 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4366
4367 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
4370 (vc-root-diff, vc-print-root-log, vc-log-incoming)
4371 (vc-log-outgoing): Use it.
4372 (vc-diff-internal): Set diff-vc-backend.
4373
4374 * vc/diff-mode.el (diff-vc-backend): New var.
4375
4376 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4377
4378 * dynamic-setting.el (font-setting-change-default-font): Remove
4379 call to message.
4380
4381 2010-06-28 Kenichi Handa <handa@m17n.org>
4382
4383 * international/quail.el (quail-insert-kbd-layout): Fix the
4384 showing of untranslated characters.
4385
4386 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
4387
4388 * simple.el (delete-active-region): New option.
4389 (delete-backward-char): Implement in Lisp.
4390 (delete-forward-char): New command.
4391
4392 * mouse.el (mouse-region-delete-keys): Deleted.
4393 (mouse-show-mark): Simplify.
4394
4395 * bindings.el (global-map): Bind delete and DEL, the former to
4396 delete-forward-char.
4397
4398 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
4399
4400 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4401 (ruby-mode): Bind indent-line-function (Bug#5119).
4402
4403 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * startup.el (command-line): Recognize "0" X resource value.
4406
4407 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
4408
4409 * startup.el (command-line): Use X resources to set the value of
4410 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4411
4412 * menu-bar.el (menu-bar-mode):
4413 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4414 Set init-value to t.
4415
4416 * frame.el (frame-notice-user-settings): Don't change
4417 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4418 vice versa (Bug#2249).
4419
4420 2010-06-26 Eli Zaretskii <eliz@gnu.org>
4421
4422 * w32-fns.el (w32-convert-standard-filename): Doc fix.
4423
4424 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
4425
4426 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4427 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
4428
4429 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
4430 default directories are expanded (Bug#6143).
4431
4432 2010-06-24 Juri Linkov <juri@jurta.org>
4433
4434 * minibuffer.el (completions-format): Change default from nil to
4435 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
4436
4437 2010-06-24 Juri Linkov <juri@jurta.org>
4438
4439 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4440 buffer-locally to lambda that re-runs the vc diff command.
4441 (Bug#6447)
4442
4443 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4446 echo area is in use (Bug#3412).
4447
4448 2010-06-22 Glenn Morris <rgm@gnu.org>
4449
4450 * textmodes/texinfmt.el (texinfo-format-region)
4451 (texinfo-raise-lower-sections, texinfo-format-separate-node)
4452 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4453 (texinfo-format-option, texinfo-noindent):
4454 Use line-beginning-position and line-end-position.
4455
4456 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4457 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4458 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4459 utf-8 characters.
4460
4461 2010-06-21 Karl Fogel <kfogel@red-bean.com>
4462
4463 * play/zone.el (zone-fall-through-ws): Fix next-line ->
4464 forward-line fallout.
4465
4466 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
4467
4468 * mouse.el (mouse-appearance-menu): Add docstring.
4469
4470 * help.el (describe-key): Print up-event using key-description.
4471
4472 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
4473
4474 * net/zeroconf.el (zeroconf-resolve-service)
4475 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
4476 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4477
4478 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
4479
4480 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4481
4482 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4483
4484 Avoid displaying files with a nil state in vc-dir.
4485 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
4486 cases that cause insertion.
4487 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4488 with a nil state.
4489
4490 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4491
4492 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4493
4494 2010-06-29 Leo <sdl.web@gmail.com>
4495
4496 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
4497
4498 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4499
4500 * generic-x.el (bat-generic-mode): Fix regexp for command line
4501 switches (Bug#5719).
4502
4503 2010-06-27 Masatake YAMATO <yamato@redhat.com>
4504
4505 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4506 of nconc to avoid pure storage error (Bug#6239).
4507
4508 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
4509
4510 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4511 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4512 bindings of bookmark-automatically-show-annotations (Bug#6515).
4513
4514 2010-06-25 Eli Zaretskii <eliz@gnu.org>
4515
4516 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4517 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
4518
4519 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
4520
4521 * comint.el (make-comint, make-comint-in-buffer): Mention return
4522 value in the docstrings. (Bug#6498)
4523
4524 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
4525
4526 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4527 since it is not present when using some non-default switches.
4528
4529 2010-06-23 Karl Fogel <kfogel@red-bean.com>
4530
4531 * simple.el (compose-mail): Fix doc string to refer to
4532 `compose-mail-user-agent-warnings', instead of to the
4533 nonexistent `compose-mail-check-user-agent'.
4534
4535 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4536
4537 Fix an indentation bug:
4538
4539 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4540 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4541 of existing values.
4542
4543 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4544 (c-clear->-pair-props-if-match-before): now return t when they've
4545 cleared properties, nil otherwise.
4546 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4547 by taking account of the existing value.
4548
4549 * progmodes/cc-defs.el
4550 (c-clear-char-property-with-value-function): Fix this to clear the
4551 property rather than overwriting it with nil.
4552
4553 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4554
4555 * emacs-lisp/package.el (package-print-package): Add link to
4556 package description via describe-package.
4557 (describe-package-1): List package requirements. Add button to
4558 perform installation.
4559 (package-menu-describe-package): New command.
4560
4561 * help-mode.el (help-package): New button type.
4562
4563 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * emacs-lisp/package.el: Move package-list-packages binding to
4566 menu-bar.el.
4567 (describe-package, describe-package-1, package--dir): New funs.
4568 (package-activate-1): Use package--dir.
4569
4570 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4571
4572 * help-mode.el (help-package-def): New button type.
4573
4574 * menu-bar.el: Move package-list-packages binding here from
4575 package.el.
4576
4577 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4578
4579 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4580
4581 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4582
4583 * emacs-lisp/edebug.el (edebug-read-list):
4584 Phase out old-style backquotes.
4585
4586 2010-06-17 Juri Linkov <juri@jurta.org>
4587
4588 * help-mode.el (help-mode): Set buffer-local variable
4589 revert-buffer-function to help-mode-revert-buffer.
4590 (help-mode-revert-buffer): New function.
4591
4592 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4593 before popping to "*info*" (like in other Info functions).
4594 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4595 old-history-forward. Pop to old-buffer-name or "*info*" to
4596 recreate the killed buffer. Set Info-history-forward from
4597 old-history-forward.
4598 (Info-breadcrumbs-depth): Add :group and :version.
4599
4600 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4601
4602 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4603
4604 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4605
4606 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4607 for languages like Portuguese with pt_{BR,PT} and no plain pt.
4608
4609 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
4610
4611 * emacs-lisp/package.el (package-menu-mode-map):
4612 Move initialization into declaration.
4613
4614 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4615
4616 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
4617
4618 * emacs-lisp/package.el (package-archive-base): Point to
4619 elpa.gnu.org.
4620 (package-enable, package-load-list): New defcustoms.
4621 (package-user-dir, package-directory-list): Turn into defcustoms.
4622 Don't include package-user-dir in package-directory-list.
4623 (package--builtins-base): Don't include Emacs as a "package".
4624 (package-subdirectory-regexp): New var.
4625 (package-load-all-descriptors, package-compute-transaction)
4626 (package-download-transaction): Obey package-load-list.
4627 (package-activate-1): Rename from package-do-activate.
4628 (package-list-packages-internal): Check package-load-list.
4629 (package-load-descriptor, package-generate-autoloads)
4630 (package-unpack, package-unpack-single)
4631 (package--read-archive-file, package-delete): Use
4632 expand-file-name.
4633
4634 * emacs-lisp/package-x.el: New file. Package uploading
4635 functionality split out from package.el.
4636
4637 * startup.el (command-line): Load packages after reading init file.
4638
4639 2010-06-17 Tom Tromey <tromey@redhat.com>
4640
4641 * emacs-lisp/package.el: New file.
4642
4643 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4644
4645 Fix vc-annotate for renamed files when using Git.
4646 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4647 ls-files. Doe not pass the object as a file name to cat-file, it
4648 is not a file name.
4649 (vc-git-annotate-command): Pass the file name using -- to avoid
4650 ambiguity with the revision.
4651 (vc-git-previous-revision): Pass a relative file name.
4652
4653 2010-06-22 Glenn Morris <rgm@gnu.org>
4654
4655 * progmodes/js.el (js-mode-map): Use standard capitalization and
4656 ellipses for menu entries.
4657
4658 * wid-edit.el (widget-complete): Doc fix.
4659
4660 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4661
4662 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4663
4664 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4665
4666 Fix annotating other revisions for renamed files in vc-annotate.
4667 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4668 VC backend. Use it when non-nil.
4669 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4670 (Bug#6487)
4671
4672 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4673 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4674 Do not pass the file name to the 'previous-revision call when we
4675 don't want a file diff. (Bug#6489)
4676
4677 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4678
4679 Fix finding revisions for renamed files in vc-annotate.
4680 * vc/vc.el (vc-find-revision): Add an optional argument for
4681 the VC backend. Use it when non-nil.
4682 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4683 backend to vc-find-revision. (Bug#6487)
4684
4685 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4686
4687 Fix reading file names in Git annotate buffers.
4688 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4689 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
4690
4691 2010-06-20 Alan Mackenzie <acm@muc.de>
4692
4693 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4694 in file local variables, set it first.
4695
4696 2010-06-19 Glenn Morris <rgm@gnu.org>
4697
4698 * descr-text.el (describe-char-unicode-data): Insert separating
4699 space when needed. (Bug#6422)
4700
4701 * progmodes/idlwave.el (idlwave-action-and-binding):
4702 Fix typo in 2009-12-03 change. (Bug#6450)
4703
4704 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4707 handling for `lambda' (misunderstanding).
4708
4709 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4710
4711 * calc/calc-poly.el (math-accum-factors): Make sure that
4712 constants aren't distributed after they are factored out.
4713
4714 2010-06-16 Juri Linkov <juri@jurta.org>
4715
4716 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4717 `list-colors-print'. (Bug#6332)
4718
4719 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4720
4721 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4724 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4725
4726 * font-lock.el (font-lock-major-mode): Rename from
4727 font-lock-mode-major-mode to distinguish it from
4728 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4729 (font-lock-set-defaults):
4730 * font-core.el (font-lock-default-function): Adjust users.
4731 (font-lock-mode): Don't set it at all.
4732
4733 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4736
4737 2010-06-16 Glenn Morris <rgm@gnu.org>
4738
4739 * calendar/appt.el (appt-time-msg-list): Doc fix.
4740 (appt-check): Let-bind appt-warn-time.
4741 (appt-add): Make the 3rd argument optional.
4742 Simplify argument names. Doc fix. Check for integer WARNTIME.
4743 Only add WARNTIME to the output list if non-nil.
4744
4745 2010-06-16 Ivan Kanis <apple@kanis.eu>
4746
4747 * calendar/appt.el (appt-check): Let the 3rd element of
4748 appt-time-msg-list specify the warning time.
4749 (appt-add): Add new argument with the warning time. (Bug#5176)
4750
4751 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4752
4753 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4754 older than version 1.6. (Bug#6361)
4755
4756 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4757
4758 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4759 used by cl-do-arglist. (Bug#6408)
4760
4761 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4762
4763 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4764 portuguese casechars/not-casechars for missing 'çÇ'.
4765 Suggested by Rolando Pereira (bug#6434).
4766
4767 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4768
4769 * facemenu.el (list-colors-sort): Doc fix.
4770
4771 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4772
4773 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4774
4775 2010-06-14 Juri Linkov <juri@jurta.org>
4776
4777 Add sort option `list-colors-sort'. (Bug#6332)
4778 * facemenu.el (color-rgb-to-hsv): New function.
4779 (list-colors-sort): New defcustom.
4780 (list-colors-sort-key): New function.
4781 (list-colors-display): Doc fix. Sort list according to the option
4782 `list-colors-sort'.
4783 (list-colors-print): Add HSV values to `help-echo' property of
4784 RGB strings.
4785
4786 2010-06-14 Juri Linkov <juri@jurta.org>
4787
4788 * compare-w.el: Move to the "vc" subdirectory.
4789
4790 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * image-mode.el (image-mode-map): Remap left-char and right-char.
4793
4794 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4795
4796 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * term/common-win.el (x-colors): Add all the color names defined
4799 in rgb.txt (Bug#6332).
4800
4801 * facemenu.el (list-colors-print): Don't print extra names if it
4802 will overflow the window width.
4803
4804 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4805 change (Bug#6343).
4806
4807 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4808
4809 * files.el (make-directory): Doc fix (bug#6396).
4810
4811 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4812
4813 * net/tramp.el (tramp-remote-process-environment): Protect version
4814 string by apostroph.
4815 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4816 XEmacs.
4817 (tramp-file-name-for-operation): Add `call-process-region'.
4818 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4819
4820 * net/tramp-compat.el (top): Do not autoload
4821 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4822 only when `start-file-process' is not bound.
4823 (tramp-advice-file-expand-wildcards): Do not use
4824 `tramp-handle-file-remote-p'.
4825 (tramp-compat-make-temp-file): Handle the case, that
4826 `make-temp-file' has no third argument EXTENSION.
4827
4828 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4829
4830 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4831
4832 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4833
4834 2010-06-11 Juri Linkov <juri@jurta.org>
4835
4836 * finder.el (finder-known-keywords): Add keyword "vc"
4837 for version control.
4838
4839 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4840 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4841 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4842 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4843
4844 2010-06-11 Juri Linkov <juri@jurta.org>
4845
4846 Move version control related files to the "vc" subdirectory.
4847 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4848 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4849 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4850 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4851 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4852 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4853 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4854 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4855 Move files to the "vc" subdirectory.
4856
4857 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4860 (Bug#6367).
4861
4862 2010-06-11 Stephen Eglen <stephen@gnu.org>
4863
4864 * shell.el: Bind `shell-resync-dirs' to M-RET.
4865
4866 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4867
4868 * notifications.el: Move file from lisp/net, because it is
4869 supposed to talk locally to the user.
4870
4871 2010-06-10 Julien Danjou <julien@danjou.info>
4872
4873 * net/notifications.el (notifications-on-action-signal)
4874 (notifications-on-closed-signal): Pass notification id as first
4875 argument to the callback functions. Add docstrings.
4876 (notifications-notify): Fix docstring.
4877
4878 2010-06-10 Glenn Morris <rgm@gnu.org>
4879
4880 * emacs-lisp/authors.el (authors-ignored-files)
4881 (authors-valid-file-names): Add some files.
4882
4883 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4886 merge conflict, giving preference to the emacs-23 version of the code.
4887
4888 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * emacs-lisp/advice.el (ad-compile-function):
4891 Define warning-suppress-types before we let-bind it (bug#6275).
4892
4893 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4894 declare it, make it buffer-local and permanent-local (bug#6324).
4895 (vc-resynch-window): Adjust name.
4896 * vc-hooks.el (vc-find-file-hook): Adjust name.
4897
4898 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4899
4900 * net/notifications.el (notifications-notify): Fix docstring.
4901
4902 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4903
4904 Update to Unicode 6.0.0 beta.
4905 * international/charprop.el: Update copyright.
4906 * international/mule-cmds.el (ucs-names): Update character ranges.
4907 * international/uni-bidi.el:
4908 * international/uni-category.el:
4909 * international/uni-combining.el:
4910 * international/uni-comment.el:
4911 * international/uni-decimal.el:
4912 * international/uni-decomposition.el:
4913 * international/uni-digit.el:
4914 * international/uni-lowercase.el:
4915 * international/uni-mirrored.el:
4916 * international/uni-name.el:
4917 * international/uni-numeric.el:
4918 * international/uni-old-name.el:
4919 * international/uni-titlecase.el:
4920 * international/uni-uppercase.el: Regenerate.
4921
4922 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4923
4924 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4925 (smie-precs-precedence-table): Fix typo in docstring.
4926
4927 * vc-mtn.el (log-edit-extract-headers): Declare function.
4928
4929 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4930
4931 * net/notifications.el (dbus-register-signal): Declare function.
4932 (notifications-notify): Fix typos and reflow docstring.
4933
4934 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4935
4936 Improve VC create/retrieve tag/branch.
4937 * vc.el (vc-create-tag): Do not read the directory name for VCs
4938 with repository revision granularity. Adjust the tag/branch
4939 prompt. Reset VC properties.
4940 (vc-retrieve-tag): Do not read the directory name for VCs
4941 with repository revision granularity. Reset VC properties.
4942
4943 2010-06-09 Julien Danjou <julien@danjou.info>
4944
4945 * net/notifications.el: New file.
4946
4947 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4948
4949 Add optional support for resetting VC properties.
4950 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4951 call vc-file-clearprops when true.
4952 (vc-resynch-buffer): Add new optional argument, pass it down.
4953 (vc-resynch-buffers-in-directory): Likewise.
4954
4955 Improve support for special markup in the VC commit message.
4956 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4957 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4958 * vc-git.el (vc-git-checkin):
4959 * vc-bzr.el (vc-bzr-checkin): Likewise.
4960
4961 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4964 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4965
4966 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4967
4968 * iimage.el: Remove images as soon as the underlying text is modified.
4969 (iimage-modification-hook): New function.
4970 (iimage-mode-buffer): Use it.
4971
4972 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4975 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4976 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4977 (smie-indent-keyword): Add handling of open-paren keywords.
4978 (smie-indent-comment-continue): Don't assume comment-continue.
4979
4980 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4981
4982 * window.el (pop-to-buffer): Remove the conditional that
4983 compares new-window and old-window, so it will reselect
4984 the selected window unconditionally.
4985 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4986
4987 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * emacs-lisp/smie.el (smie-indent-offset-after)
4990 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4991 (smie-indent-after-keyword): Use them.
4992 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4993 (smie-indent-keyword): Tweak the black magic.
4994 (smie-indent-comment-continue): Strip comment-continue before use.
4995 (smie-indent-functions): Indent comments before keywords.
4996
4997 2010-06-06 Juri Linkov <juri@jurta.org>
4998
4999 * isearch.el (isearch-lazy-highlight-search): Fix looping
5000 by checking for empty match. This syncs this loop with the
5001 similar loop in `isearch-search'. (Bug#6362)
5002
5003 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
5004
5005 * net/dbus.el (dbus-register-method): Declare function.
5006 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5007 (dbus-introspect): Doc fix.
5008 (dbus-event-bus-name, dbus-introspect-get-interface)
5009 (dbus-introspect-get-argument): Reflow docstrings.
5010
5011 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
5012
5013 vc-log-incoming/vc-log-outgoing fixes for Git.
5014 * vc-git.el (vc-git-log-view-mode): Fix font lock for
5015 incoming/outgoing logs.
5016 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5017 instead of vc-git-compute-remote.
5018 (vc-git-compute-remote): Remove.
5019
5020 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
5021
5022 * term/common-win.el (x-colors): Add "dark green" and "dark
5023 turquoise" (Bug#6332).
5024
5025 2010-06-04 Juri Linkov <juri@jurta.org>
5026
5027 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5028 Instead of setting `replace' to t and replacing the same string
5029 with itself, don't do certain actions when
5030 kill-do-not-save-duplicates is non-nil and string is equal to car
5031 of kill-ring: don't call menu-bar-update-yank-menu, don't push
5032 interprogram-paste strings to kill-ring, and don't push the input
5033 argument `string' to kill-ring.
5034 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
5035
5036 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
5037
5038 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
5039
5040 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
5041
5042 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
5043 (tramp-gvfs-handler-mounted-unmounted)
5044 (tramp-gvfs-connection-mounted-p): Handle default-location.
5045
5046 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
5047 move files to trash.
5048
5049 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
5050
5051 * international/mule-cmds.el (nonascii-insert-offset)
5052 (nonascii-translation-table): Add obsolescence information.
5053
5054 * international/mule.el (make-translation-table-from-vector): Doc fix.
5055
5056 2010-06-03 Glenn Morris <rgm@gnu.org>
5057
5058 * desktop.el (desktop-clear-preserve-buffers):
5059 Add "*Warnings*" buffer. (Bug#6336)
5060
5061 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5062
5063 vc-log-incoming/vc-log-outgoing improvements for Git.
5064 * vc-git.el (vc-git-log-outgoing): Use the same format as the
5065 short log.
5066 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
5067
5068 Add bindings for vc-log-incoming and vc-log-outgoing.
5069 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5070 and vc-log-outgoing.
5071 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
5072 and vc-log-outgoing.
5073
5074 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
5075
5076 * net/rcirc.el (rcirc-sort-nicknames): Remove.
5077 (rcirc-handler-366): Always sort nicknames.
5078
5079 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
5080
5081 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
5082
5083 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
5086
5087 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * net/rcirc.el (rcirc-sort-nicknames): Change default.
5090 (rcirc-sort-nicknames-join): Avoid setq.
5091
5092 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5093
5094 * net/rcirc.el (rcirc-sort-nicknames): New custom.
5095 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
5096 (rcirc-handler-366): Use them.
5097
5098 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 Split smie-indent-calculate into more manageable chunks.
5101 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5102 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
5103 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
5104 (smie-indent-exps): Extract from smie-indent-calculate.
5105 (smie-indent-functions): New var.
5106 (smie-indent-functions): Use them.
5107
5108 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
5111 (smie-indent-calculate): Simplify and cleanup.
5112
5113 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
5114
5115 * net/tramp-gvfs.el (top): Require url-util.
5116 (tramp-gvfs-mount-point): Remove.
5117 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
5118 New defuns.
5119 (with-tramp-dbus-call-method): Format trace message.
5120 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5121 Implement backup call, when operation on local files fails.
5122 Use progress reporter. Flush properties of changed files.
5123 (tramp-gvfs-handle-make-directory): Make more traces.
5124 (tramp-gvfs-url-file-name): Hexify file name in url.
5125 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5126 into account for the resulting file name.
5127 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
5128 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
5129 (tramp-gvfs-handler-mounted-unmounted)
5130 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5131 attribute "default_location". Set "prefix" property.
5132 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5133 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5134 exists. Raise an error, if not (due to a corresponding answer
5135 "no" in interactive questions, for example).
5136
5137 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5138
5139 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
5140
5141 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
5142
5143 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
5144 right-*. (Bug#6265)
5145
5146 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5147
5148 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
5149 * vc-git.el (vc-git-compute-remote): New function.
5150 (vc-git-log-outgoing): Use it instead of hard coding a value.
5151 (vc-git-log-incoming): New function.
5152
5153 Improve state updating for VC tag commands.
5154 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5155 to update the state of all buffers in the directory.
5156
5157 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
5158
5159 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
5162 `file-directory-p' to the filename part rather than to the whole text.
5163
5164 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
5167
5168 2010-05-31 Drew Adams <drew.adams@oracle.com>
5169
5170 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5171
5172 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
5173
5174 * subr.el (momentary-string-display): Just use read-event to read
5175 the exit event (Bug#6238).
5176
5177 2010-05-30 Eli Zaretskii <eliz@gnu.org>
5178
5179 * international/mule.el (define-coding-system): Doc fix (bug#6313).
5180
5181 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5182
5183 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
5184 Suggested by Eli Zaretskii <eliz@gnu.org>.
5185
5186 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * minibuffer.el (completion-file-name-table): Don't return a boundary
5189 past the end of `string' (bug#6299).
5190 (completion--file-name-table): Delegate to completion-file-name-table
5191 for the `boundaries' case.
5192
5193 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
5196 movement commands.
5197
5198 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
5199 `path-separator', but maintain compatibility with Emacs 20.2.
5200
5201 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * server.el (server-process-filter): Receive parent-id argument
5204 from emacsclient.
5205 (server-create-window-system-frame): New arg. Pass parent-id as
5206 frame parameter.
5207
5208 2010-05-29 Eli Zaretskii <eliz@gnu.org>
5209
5210 Bidi-sensitive word movement with arrow keys.
5211 * subr.el (right-arrow-command, left-arrow-command): Move to
5212 bindings.el.
5213
5214 * bindings.el (right-char, left-char): Move from subr.el and
5215 rename from right-arrow-command and left-arrow-command.
5216 (right-word, left-word): New functions.
5217 (global-map) <right>: Bind to right-char.
5218 (global-map) <left>: Bind to left-char.
5219 (global-map) <C-right>: Bind to right-word.
5220 (global-map) <C-left>: Bind to left-word.
5221
5222 * ls-lisp.el (ls-lisp-classify-file): New function.
5223 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
5224 (ls-lisp-classify): Call ls-lisp-classify-file.
5225 (insert-directory): Remove blanks from switches.
5226
5227 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * ansi-color.el: Delete unused escape sequences (Bug#6085).
5230 (ansi-color-drop-regexp): New constant.
5231 (ansi-color-apply, ansi-color-filter-region)
5232 (ansi-color-apply-on-region): Delete unrecognized control sequences.
5233 (ansi-color-apply): Build string list before calling concat.
5234
5235 2010-05-28 Juri Linkov <juri@jurta.org>
5236
5237 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5238 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
5239 (Bug#5270)
5240
5241 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
5242
5243 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
5244 to ignored backtrace functions.
5245 (with-progress-reporter): Expand docstring.
5246 (tramp-handle-delete-file): Implement TRASH argument.
5247 (tramp-get-remote-trash): New defun.
5248
5249 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
5250
5251 * net/tramp-compat.el (tramp-compat-delete-file): Use
5252 `symbol-value' for backward compatibility.
5253
5254 * net/tramp.el (tramp-handle-make-symbolic-link)
5255 (tramp-handle-load)
5256 (tramp-do-copy-or-rename-file-via-buffer)
5257 (tramp-do-copy-or-rename-file-directly)
5258 (tramp-do-copy-or-rename-file-out-of-band)
5259 (tramp-handle-process-file, tramp-handle-call-process-region)
5260 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5261 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5262 (tramp-delete-temp-file-function): Use `delete-file' instead
5263 of `tramp-compat-delete-file'.
5264
5265 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5266 (tramp-fish-handle-make-symbolic-link)
5267 (tramp-fish-handle-process-file): Use `delete-file' instead
5268 of `tramp-compat-delete-file'.
5269
5270 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5271 `delete-file' instead of `tramp-compat-delete-file'.
5272
5273 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5274 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5275 `tramp-compat-delete-file'.
5276
5277 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5278 `delete-file' instead of `tramp-compat-delete-file'.
5279
5280 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5281 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5282 (tramp-smb-handle-write-region): Use `delete-file' instead of
5283 `tramp-compat-delete-file'.
5284 (tramp-smb-handle-delete-directory): Use 'trash as arg.
5285
5286 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * dired.el (dired-delete-file): New arg TRASH.
5289 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
5290 (dired-do-flagged-delete, dired-do-delete): Use trash.
5291
5292 * speedbar.el (speedbar-item-delete): Allow trashing.
5293
5294 * files.el (delete-directory): New arg TRASH.
5295
5296 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5297 (ange-ftp-rename-remote-to-remote)
5298 (ange-ftp-rename-local-to-remote)
5299 (ange-ftp-rename-remote-to-local, ange-ftp-load)
5300 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5301 `delete-file'.
5302 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5303 allow trashing.
5304
5305 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5306 handle new TRASH arg of `delete-file'.
5307
5308 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
5309 (tramp-handle-make-symbolic-link, tramp-handle-load)
5310 (tramp-do-copy-or-rename-file-via-buffer)
5311 (tramp-do-copy-or-rename-file-directly)
5312 (tramp-do-copy-or-rename-file-out-of-band)
5313 (tramp-handle-process-file, tramp-handle-call-process-region)
5314 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5315 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5316 (tramp-delete-temp-file-function): Use null TRASH arg in
5317 tramp-compat-delete-file call.
5318
5319 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5320 (tramp-fish-handle-delete-file)
5321 (tramp-fish-handle-make-symbolic-link)
5322 (tramp-fish-handle-process-file): Use null TRASH arg in
5323 `tramp-compat-delete-file' call.
5324
5325 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5326 arg in `tramp-compat-delete-file' call.
5327
5328 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5329 (tramp-gvfs-handle-write-region): Use null TRASH arg in
5330 `tramp-compat-delete-file' call.
5331
5332 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5333 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5334 `tramp-compat-delete-file' call.
5335
5336 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5337 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5338 (tramp-smb-handle-write-region): Use null TRASH arg in
5339 tramp-compat-delete-file call.
5340 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5341 (tramp-smb-handle-delete-file): Rename arg.
5342
5343 * diff.el (diff-sentinel):
5344 * epg.el (epg--make-temp-file, epg-decrypt-string)
5345 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5346 * jka-compr.el (jka-compr-partial-uncompress)
5347 (jka-compr-call-process, jka-compr-write-region):
5348 * server.el (server-sentinel): Remove optional arg from
5349 delete-file, reverting 2010-05-03 change.
5350
5351 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5354 font-lock-constant-face, not obsolete font-lock-reference-face.
5355
5356 2010-05-27 Kenichi Handa <handa@m17n.org>
5357
5358 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5359 element of GSTRING is nil.
5360
5361 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * emacs-lisp/smie.el (smie-forward-token-function)
5364 (smie-backward-token-function): New vars.
5365 (smie-backward-sexp, smie-forward-sexp)
5366 (smie-indent-hanging-p, smie-indent-calculate): Use them.
5367 (smie-default-backward-token): Rename from smie-backward-token and
5368 skip comments.
5369 (smie-default-forward-token): Rename from smie-forward-token and
5370 skip comments.
5371 (smie-next-sexp): Handle nil results from next-token.
5372 (smie-indent-calculate): Add a new case for special `fixindent' comments.
5373
5374 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5375
5376 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5377 Use font-lock-constant-face, not obsolete font-lock-reference-face.
5378
5379 2010-05-27 Masatake YAMATO <yamato@redhat.com>
5380
5381 * htmlfontify.el (hfy-face-resolve-face): New function.
5382 (hfy-face-to-style): Use it (Bug#6279).
5383
5384 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5387 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5388
5389 2010-05-26 Glenn Morris <rgm@gnu.org>
5390
5391 * emulation/edt.el (edt-load-keys): Use locate-library.
5392
5393 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
5394
5395 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5396 (log-edit-changelog-entries): Doc fix.
5397 (log-edit-changelog-insert-entries): Args changed.
5398 Rename relative filenames in ChangeLog entries. Delete tabs.
5399 (log-edit-insert-changelog-entries): Reorganize return value of
5400 `log-edit-changelog-entries' to pass filenames to
5401 log-edit-changelog-insert-entries.
5402
5403 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5404
5405 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5406 `image-dired-dired-insert-marked-thumbs' to
5407 `image-dired-dired-toggle-marked-thumbs'.
5408
5409 * image-dired.el: Require cl when compiling.
5410 (image-dired-dired-toggle-marked-thumbs): Rename from
5411 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
5412 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
5413 to 'no-dir. Skip files whose names don't match
5414 `image-file-name-regexp'. When file has a thumbnail overlay,
5415 delete it. (Bug#5270)
5416
5417 2010-05-25 Juri Linkov <juri@jurta.org>
5418
5419 * image-mode.el (image-mode): Add image-after-revert-hook to
5420 after-revert-hook.
5421 (image-after-revert-hook): New function. (Bug#5669)
5422
5423 2010-05-25 Juri Linkov <juri@jurta.org>
5424
5425 * image.el (image-animated-p): When delay between animated images
5426 is 0, set it to 10 (0.1 sec). (Bug#6258)
5427
5428 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5429
5430 * net/tramp.el (tramp-handle-insert-directory): Don't use
5431 `forward-word', its default syntax could be changed.
5432
5433 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
5434
5435 * net/tramp.el (tramp-progress-reporter-update): New defun.
5436 (with-progress-reporter): Use it.
5437 (tramp-process-actions):
5438 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5439 current message, in order to let progress reporter continue
5440 afterwards. (Bug#6257)
5441
5442 2010-05-25 Glenn Morris <rgm@gnu.org>
5443
5444 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5445 Add :version.
5446
5447 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
5448
5449 * net/rcirc.el (rcirc-default-user-name): Change to "user".
5450 (rcirc-default-full-name): Change to "unknown".
5451 (rcirc-user-name-history): Add variable.
5452
5453 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
5454 Jonathan Rockway <jon@jrock.us>
5455
5456 * net/rcirc.el (rcirc-server-alist): Add :pass.
5457 (rcirc): When prompting for connection parameters, also prompt for
5458 username and password.
5459 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
5460 value to server when connecting.
5461
5462 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5465 (smie-merge-prec2s): Pass the tables as separate args.
5466 (smie-bnf-precedence-table): Adjust call accordingly.
5467 (smie-prec2-levels): Set levels at the end.
5468
5469 Replace Lisp calls to delete-backward-char by delete-char.
5470 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
5471 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5472 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
5473 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
5474 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5475 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5476 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5477 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5478 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5479 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5480 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5481 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5482 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5483 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
5484 delete-backward-char by calls to delete-char.
5485
5486 2010-05-25 Kenichi Handa <handa@m17n.org>
5487
5488 * language/hebrew.el (hebrew-shape-gstring): New function.
5489 Register it in composition-function-table for all Hebrew combining
5490 characters.
5491
5492 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * epa.el (epa--select-keys): Don't explicitly delete the window since
5495 that can fail (e.g. sole window in frame). Use dedication instead.
5496
5497 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
5498
5499 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5500
5501 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5502
5503 * image.el (image-refresh): Define as an alias for image-flush.
5504
5505 * image-mode.el (image-toggle-display-image): Caller changed.
5506
5507 2010-05-21 Juri Linkov <juri@jurta.org>
5508
5509 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5510 Remove "all" from grep-files-aliases. Split grep-files-aliases by
5511 whitespace, call wildcard-to-regexp on substrings and concat them
5512 with "\\|". (Bug#6114)
5513
5514 2010-05-21 Alan Mackenzie <acm@muc.de>
5515
5516 * progmodes/cc-engine.el (c-parse-state-get-strategy):
5517 Replace parameter `here' with `here-' and `here-plus', which sandwich
5518 any pertinent CPP construct.
5519 (c-remove-stale-state-cache-backwards): Fix a bug which happens
5520 when doing (c-parse-state) in a CPP construct: Exclude any "new"
5521 CPP construct from taking part in the scanning.
5522
5523 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
5524
5525 * net/tramp.el (tramp-do-copy-or-rename-file)
5526 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5527 Tune `with-progress-reporter' messages.
5528 (tramp-handle-vc-registered):
5529 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5530 (tramp-fish-handle-insert-file-contents)
5531 (tramp-fish-maybe-open-connection):
5532 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5533 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5534 (tramp-imap-handle-insert-file-contents)
5535 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5536
5537 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
5538
5539 * add-log.el (change-log-font-lock-keywords):
5540 Highlight all authors in multi-author entries.
5541
5542 * smerge-mode.el (smerge-refine-ignore-whitespace)
5543 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5544 Fix typos in docstrings.
5545 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5546
5547 2010-05-21 Glenn Morris <rgm@gnu.org>
5548
5549 * progmodes/fortran.el (fortran-mode):
5550 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5551
5552 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5553 having a relative path in src/Makefile.in.
5554
5555 2010-05-20 Kevin Ryde <user42@zip.com.au>
5556
5557 * help-mode.el (help-make-xrefs): For Info node links turn
5558 newlines into spaces. Link node names with newlines are matched
5559 by help-xref-info-regexp and buttonized, this change ensures they
5560 can be followed successfully with RET. (Bug#6206)
5561
5562 2010-05-20 Juri Linkov <juri@jurta.org>
5563
5564 * locate.el (locate): Use pop-to-buffer instead of
5565 switch-to-buffer-other-window. (Bug#6204)
5566
5567 2010-05-20 Juri Linkov <juri@jurta.org>
5568
5569 * replace.el (replace-highlight): Fix lazy-highlighting
5570 for `M-s w str M-% str RET'.
5571
5572 2009-12-15 Masatake YAMATO <yamato@redhat.com>
5573
5574 * isearch.el (isearch-yank-word-or-char): Pull next subword
5575 when `subword-mode' is activated. (Bug#6220)
5576
5577 2010-05-20 Mark A. Hershberger <mah@everybody.org>
5578
5579 * isearch.el (isearch-update-post-hook): New hook.
5580 (isearch-update): Use the new hook. (Bug#6225)
5581
5582 2010-05-20 Juri Linkov <juri@jurta.org>
5583
5584 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5585 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5586 (Bug#6222)
5587
5588 2010-05-20 Juri Linkov <juri@jurta.org>
5589
5590 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5591 (Bug#6223)
5592
5593 2010-05-20 Juri Linkov <juri@jurta.org>
5594
5595 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5596 FILE-NAME to read from the minibuffer when called interactively
5597 with prefix argument instead of using buffer-file-name.
5598 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5599
5600 * dired.el: Update autoloads.
5601
5602 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
5603
5604 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5605 nxml-finish-element, for consistency with SGML mode.
5606
5607 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5608 octave-close-block.
5609
5610 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
5611
5612 * composite.el: Require cl when compiling.
5613 (reference-point-alist, compose-gstring-for-graphic)
5614 (compose-gstring-for-terminal): Fix typos in docstrings.
5615
5616 2010-05-19 Juri Linkov <juri@jurta.org>
5617
5618 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5619 set-window-parameter.
5620
5621 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5622
5623 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5624 where appropriate.
5625 (tramp-maybe-open-connection): Use it.
5626
5627 2010-05-19 Eli Zaretskii <eliz@gnu.org>
5628
5629 * simple.el (move-end-of-line): Make sure we are at line beginning
5630 before backing up to end of previous line.
5631
5632 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5633
5634 * password-cache.el (password-cache-remove): Fix docstring.
5635
5636 * net/secrets.el: Autoload the widget functions.
5637 (secrets-search-items, secrets-create-item)
5638 (secrets-get-attributes, secrets-expand-item): Attributes will be
5639 stored on the password database without leading ":", as all other
5640 clients do as well.
5641 (secrets-mode): Fix docstring.
5642 (secrets-show-secrets): Provide it as autoloaded command only when
5643 D-Bus support is available. Check existence of Secret Service API.
5644
5645 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * indent.el (indent-region): Deactivate region (bug#6200).
5648
5649 2010-05-19 Glenn Morris <rgm@gnu.org>
5650
5651 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5652
5653 2010-05-19 Kenichi Handa <handa@m17n.org>
5654
5655 * composite.el: Register compose-gstring-for-graphic in
5656 composition-function-table only for combining characters (Mn, Mc, Me).
5657
5658 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5659
5660 * calc/calc-trail.el (calc-trail-isearch-forward)
5661 (calc-trail-isearch-backward): Ensure that the new window
5662 point is set correctly.
5663
5664 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * subr.el (read-quoted-char): Resolve modifiers after key
5667 remapping (bug#6212).
5668
5669 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
5670
5671 Add visualization code for secrets.
5672 * net/secrets.el (secrets-mode): New major mode.
5673 (secrets-show-secrets, secrets-show-collections)
5674 (secrets-expand-collection, secrets-expand-item)
5675 (secrets-tree-widget-after-toggle-function)
5676 (secrets-tree-widget-show-password): New defuns.
5677
5678 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5681 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5682 handled in smie-next-sexp.
5683 (smie-indent-calculate): Provide a starting indentation (so the
5684 recursion is well-founded ;-).
5685
5686 Fix handling of non-associative equal levels.
5687 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5688 when it's not needed.
5689 (smie-op-left, smie-op-right): New functions.
5690 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5691 Better handle equal levels to distinguish the associative case from
5692 the "multi-keyword construct" case.
5693 (smie-backward-sexp, smie-forward-sexp): Use it.
5694
5695 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5696
5697 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5698
5699 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5700 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5701
5702 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 Provide a simple generic indentation engine and use it for Prolog.
5705 * emacs-lisp/smie.el: New file.
5706 * progmodes/prolog.el (prolog-smie-op-levels)
5707 (prolog-smie-indent-rules): New var.
5708 (prolog-mode-variables): Use them to configure SMIE.
5709 (prolog-indent-line, prolog-indent-level): Remove.
5710
5711 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5712
5713 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5714 order before computing the averages.
5715
5716 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5717
5718 * calc/calc-vec.el (calc-histogram):
5719 (calcFunc-histogram): Allow vectors as inputs.
5720 (math-vector-avg): New function.
5721
5722 * calc/calc-ext.el (math-group-float): Have the number of digits
5723 being grouped depend on the radix (Bug#6189).
5724
5725 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5726
5727 * version.el (emacs-copyright, emacs-version): Don't define here,
5728 now that emacs.c defines it.
5729
5730 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5731
5732 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5733 "Describe Language Environment" menu item.
5734
5735 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5736
5737 Bidi-sensitive movement with arrow keys.
5738 * subr.el (right-arrow-command, left-arrow-command): New functions.
5739
5740 * bindings.el (global-map): Bind them to right and left arrow keys.
5741
5742 Don't override standard definition of convert-standard-filename.
5743 * files.el (convert-standard-filename): Call
5744 w32-convert-standard-filename and dos-convert-standard-filename on
5745 the corresponding systems.
5746
5747 * w32-fns.el (w32-convert-standard-filename): Rename from
5748 convert-standard-filename. Doc fix.
5749
5750 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5751 (convert-standard-filename): Don't defalias.
5752 (register-name-alist, make-register, register-value)
5753 (set-register-value, intdos): Obsolete aliases for the
5754 corresponding dos-* functions and variables.
5755 (dos-intdos): Add a doc string.
5756
5757 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5758
5759 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5760 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5761 (math-compose-tex-func):
5762 * calc/calccomp.el (math-compose-expr):
5763 * calc/calc-ext.el (math-format-flat-expr-fancy):
5764 * calc/calc-store.el (calc-read-var-name):
5765 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5766
5767 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5768 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5769 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5770 (math-standard-units): Add units.
5771
5772 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * progmodes/asm-mode.el (asm-mode):
5775 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5776
5777 * pcomplete.el (pcomplete-completions-at-point): New function,
5778 extracted from pcomplete-std-complete.
5779 (pcomplete-std-complete): Use it.
5780
5781 2010-05-15 Glenn Morris <rgm@gnu.org>
5782
5783 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5784 Remove references to CVS, RCS and Old directories.
5785
5786 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5787
5788 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5789 appropriate.
5790
5791 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5794 (sh-mode-syntax-table): Give it a default value instead.
5795 (sh-header-marker): Make buffer-local.
5796 (sh-mode): Move make-local-variable to the corresponding setq.
5797 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5798 Use complete-with-action.
5799
5800 * simple.el (prog-mode): New (abstract) major mode.
5801 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5802 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5803
5804 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5807 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5808 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5809 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5810 (sql-escape-newlines-filter, sql-input-sender)
5811 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5812
5813 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5814
5815 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5816
5817 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5818 latex-open-block and C-c / to latex-close-block.
5819
5820 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5821 and C-c C-e to sgml-close-tag.
5822
5823 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5824
5825 * net/tramp.el (with-progress-reporter): Create reporter object
5826 only when the message would be displayed. Handle nested calls.
5827 (tramp-handle-load, tramp-handle-file-local-copy)
5828 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5829 (tramp-maybe-send-script, tramp-find-shell):
5830 Use `with-progress-reporter'.
5831 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5832 Fix message text.
5833
5834 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5835 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5836 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5837 Use `with-progress-reporter'.
5838
5839 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5840
5841 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5842 process everytime when spellchecking from the minibuffer (bug#6143).
5843
5844 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5847
5848 * dos-fns.el: Add "dos-" prefix for namespace control.
5849 (convert-standard-filename): Define as alias for
5850 dos-convert-standard-filename but only if applicable.
5851
5852 2010-05-12 Alan Mackenzie <acm@muc.de>
5853
5854 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5855 Push the mark at the start of these functions when appropriate.
5856
5857 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * minibuffer.el (completion-cycle-threshold): New custom var.
5860 (completion--do-completion): Use it.
5861 (minibuffer-complete): Use cycling if appropriate.
5862
5863 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5866 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5867
5868 2010-05-11 Juri Linkov <juri@jurta.org>
5869
5870 * scroll-all.el (scroll-all-check-to-scroll):
5871 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5872
5873 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * iimage.el (iimage-mode-map): Move initialization into declaration.
5876 (iimage-mode-buffer): Use with-silent-modifications.
5877 Simplify calling convention. Adjust callers.
5878 (iimage-mode): Don't run hook redundantly.
5879
5880 * minibuffer.el (completion-pcm--pattern->regex):
5881 Fix last change (bug#6160).
5882
5883 2010-05-10 Juri Linkov <juri@jurta.org>
5884
5885 Remove nodes visited during Isearch from the Info history.
5886 * info.el (Info-isearch-initial-history)
5887 (Info-isearch-initial-history-list): New variables.
5888 (Info-isearch-start): Record initial values of
5889 Info-isearch-initial-history and Info-isearch-initial-history-list.
5890 Add Info-isearch-end to isearch-mode-end-hook.
5891 (Info-isearch-end): New function.
5892
5893 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5896 format string, in order to work around a bug in pdksh.
5897 Reported by Gilles Pion <gpion@lfdj.com>.
5898 (tramp-handle-verify-visited-file-modtime): Do not send a command
5899 when the connection is not established.
5900 (tramp-handle-set-file-times): Simplify the check for utc.
5901
5902 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5903
5904 Fix use of `filter-buffer-substring' (rework previous change).
5905 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5906 (cua-repeat-replace-region):
5907 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5908 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5909 (cua-cut-region-to-global-mark): Use it.
5910
5911 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5912
5913 * progmodes/sql.el: Version 2.1.
5914 (sql-product-alist): Redesign structure of product info.
5915 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5916 (sql-port, sql-port-history): New variables.
5917 (sql-interactive-product): New variable.
5918 (sql-send-terminator): New variable.
5919 (sql-imenu-generic-expression): Add "Types" imenu entry.
5920 (sql-oracle-login-params, sql-sqlite-login-params)
5921 (sql-mysql-login-params, sql-solid-login-params)
5922 (sql-sybase-login-params, sql-informix-login-params)
5923 (sql-ingres-login-params, sql-ms-login-params)
5924 (sql-postgres-login-params, sql-interbase-login-params)
5925 (sql-db2-login-params, sql-linter-login-params)
5926 (sql-oracle-scan-on): New variables.
5927 (sql-mode-map): Add C-c C-i to start interactive mode.
5928 (sql-mode-menu): Update existing menu entries.
5929 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5930 (sql-mode-oracle-font-lock-keywords)
5931 (sql-mode-postgres-font-lock-keywords)
5932 (sql-mode-ms-font-lock-keywords)
5933 (sql-mode-sybase-font-lock-keywords)
5934 (sql-mode-informix-font-lock-keywords)
5935 (sql-mode-interbase-font-lock-keywords)
5936 (sql-mode-ingres-font-lock-keywords)
5937 (sql-mode-solid-font-lock-keywords)
5938 (sql-mode-mysql-font-lock-keywords)
5939 (sql-mode-sqlite-font-lock-keywords)
5940 (sql-mode-db2-font-lock-keywords)
5941 (sql-mode-linter-font-lock-keywords): Update initialization to
5942 reduce run-time complexity.
5943 (sql-add-product, sql-del-product): New functions.
5944 (sql-set-product-feature, sql-get-product-feature): New functions.
5945 (sql-product-font-lock): Update product API.
5946 (sql-add-product-keywords): New function.
5947 (sql-highlight-product): Update product API.
5948 (sql-help-list-products): New function.
5949 (sql-help): Dynamically lists free and non-free products.
5950 (sql-get-login): Correct bug in handling history and added
5951 prompt for port.
5952 (sql-copy-column): Copy without properties.
5953 (sqli-input-sender): Apply filters to SQLi input.
5954 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5955 Implement as a filter.
5956 (sql-escape-newlines-filter): Implement as a filter.
5957 (sql-remove-tabs-filter): New function.
5958 (sql-send-magic-terminator): New function.
5959 (sql-send-string): Implement magic terminator.
5960 (sql-send-region): Use `sql-send-string'.
5961 (sql-interactive-mode): Use product API.
5962 (sql-product-interactive): Use product API.
5963 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5964 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5965 (sql-db2, sql-linter): Use `sql-product-interactive'.
5966 (sql-connect): New function.
5967 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5968 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5969 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5970 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5971 Use `sql-connect'.
5972
5973 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5976 New custom variable.
5977 (completion-pcm--string->pattern): Use it.
5978 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5979 Make it handle any symbol as `any'.
5980 (completion-pcm--merge-completions): Extract common suffix for the new
5981 `prefix' symbol as well.
5982 (completion-substring--all-completions): Use the new `prefix' symbol.
5983
5984 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5985
5986 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5987 not bound.
5988 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5989 (tramp-compat-funcall): New defmacro.
5990 (tramp-compat-line-beginning-position)
5991 (tramp-compat-line-end-position)
5992 (tramp-compat-temporary-file-directory)
5993 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5994 (tramp-compat-copy-file, tramp-compat-copy-directory)
5995 (tramp-compat-delete-file, tramp-compat-delete-directory)
5996 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5997 * net/tramp.el (top, with-progress-reporter)
5998 (tramp-rfn-eshadow-setup-minibuffer)
5999 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6000 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6001 (tramp-completion-mode-p, tramp-check-for-regexp)
6002 (tramp-open-connection-setup-interactive-shell)
6003 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6004 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6005 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6006 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6007 (tramp-reporter-dump-variable, tramp-load-report-modules)
6008 (tramp-append-tramp-buffers)
6009 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6010
6011 * net/tramp-imap.el (top): Autoload `epg-make-context'.
6012
6013 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * progmodes/compile.el (compilation-buffer-modtime): Rename from
6016 buffer-modtime. Adjust users.
6017
6018 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6019
6020 * international/mule.el (auto-coding-alist): Only purecopy
6021 car of each item, not the whole list (Bug#6083).
6022
6023 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6024
6025 * progmodes/js.el (js-mode): Make paragraph variables local before
6026 calling c-setup-paragraph-variables (Bug#6071).
6027
6028 2010-05-08 Eli Zaretskii <eliz@gnu.org>
6029
6030 * composite.el (compose-region, reference-point-alist): Fix typos
6031 in the doc strings.
6032
6033 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6034
6035 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
6036 gnuplot's "set" command.
6037
6038 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
6039
6040 * abbrev.el (last-abbrev-text): Doc fix.
6041 (abbrev-prefix-mark): Don't escape parenthesis.
6042
6043 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
6044
6045 * composite.el (find-composition): Doc fix.
6046
6047 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
6050 (sql-oracle-program, sql-sqlite-options)
6051 (sql-query-placeholders-and-send): Doc fixes.
6052 (sql-set-product, sql-interactive-mode): Reflow docstrings.
6053 (sql-imenu-generic-expression, sql-buffer)
6054 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
6055 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
6056 (sql-mode-sybase-font-lock-keywords)
6057 (sql-mode-informix-font-lock-keywords)
6058 (sql-mode-interbase-font-lock-keywords)
6059 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
6060 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
6061 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
6062 (sql-product-feature, sql-highlight-product)
6063 (comint-line-beginning-position, sql-rename-buffer)
6064 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
6065 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
6066 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
6067 Fix typos in docstrings.
6068
6069 2010-05-08 Juri Linkov <juri@jurta.org>
6070
6071 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
6072 property instead of `invisible' and `after-string' (bug#5998).
6073
6074 2010-05-08 Juri Linkov <juri@jurta.org>
6075
6076 * image-mode.el (image-mode-as-text): Fix typo in docstring.
6077
6078 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
6079
6080 * filecache.el (file-cache-add-directory-list)
6081 (file-cache-add-directory-recursively): Fix typos in docstrings.
6082
6083 2010-05-08 Kenichi Handa <handa@m17n.org>
6084
6085 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
6086 (gujarati-composable-pattern): Fix typo.
6087
6088 2010-05-08 Kenichi Handa <handa@m17n.org>
6089
6090 * language/indian.el (oriya-composable-pattern)
6091 (tamil-composable-pattern, malayalam-composable-pattern):
6092 Add two-part vowels to "v" (vowel sign).
6093
6094 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6095
6096 * files.el (copy-directory): Handle symlinks (Bug#5982).
6097
6098 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6099
6100 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
6101 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
6102 (Bug#5846).
6103
6104 2010-05-08 Glenn Morris <rgm@gnu.org>
6105
6106 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
6107
6108 * minibuffer.el (completion-at-point): Doc fix.
6109
6110 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * electric.el (Electric-command-loop): Minor tweak.
6113
6114 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
6115 better with dedicated windows.
6116
6117 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * Version 23.2 released.
6120
6121 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6122 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 Highlight vendor specific properties.
6125 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
6126 (css-proprietary-property): New face.
6127 (css-font-lock-keywords): Use them.
6128
6129 2010-05-07 Eli Zaretskii <eliz@gnu.org>
6130
6131 * cus-start.el (all): Add native condition for tool-bar-* symbols.
6132
6133 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
6136 * files.el (auto-mode-alist): Remove redundant entries.
6137
6138 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
6139 * simple.el (auto-save-mode): Move from files.el.
6140 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
6141
6142 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6143
6144 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
6145
6146 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6147
6148 * mail/binhex.el (binhex-decode-region-internal)
6149 * mail/uudecode.el (uudecode-decode-region-internal)
6150 * net/dns.el (dns-read-string-name, dns-write, dns-read)
6151 (dns-read-type, dns-query)
6152 * pgg-parse.el (pgg-parse-armor)
6153 * pgg.el (pgg-verify-region)
6154 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
6155 XEmacs.
6156
6157 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
6158
6159 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
6160
6161 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
6162
6163 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6164 * emulation/cua-base.el (cua-repeat-replace-region):
6165 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6166 (cua-cut-region-to-global-mark):
6167 Remove text properties with `set-text-properties'.
6168
6169 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
6170
6171 * net/tramp.el (top, with-progress-reporter):
6172 Use `symbol-function' inside `funcall'.
6173
6174 * net/tramp-compat.el (tramp-compat-file-attributes)
6175 (tramp-compat-delete-file, tramp-compat-delete-directory):
6176 Handle only `wrong-number-of-arguments' error.
6177
6178 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
6179 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
6180 inside `funcall'.
6181
6182 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * minibuffer.el (completion--sreverse, completion--common-suffix):
6185 New functions.
6186 (completion-pcm--merge-completions): Extract common suffix when safe.
6187
6188 * emacs-lisp/easy-mmode.el (define-minor-mode):
6189 Make :variable more flexible.
6190 * files.el (auto-save-mode): Use it to define using define-minor-mode.
6191
6192 2010-05-05 Juri Linkov <juri@jurta.org>
6193
6194 Add `slow' and `history' tags to the desktop data.
6195
6196 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6197 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
6198 (Info-finder-find-node): Require `finder.el' to be able
6199 to restore node from the desktop.
6200 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
6201 data `Info-history' and `slow' tag in the assoc list.
6202 (Info-restore-desktop-buffer): Don't restore nodes with the
6203 `slow' tag. Restore `Info-history'.
6204
6205 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
6206
6207 Add FORCE argument to `delete-file'.
6208
6209 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
6210 forcing to delete the temporary file.
6211 (ange-ftp-delete-file): Add FORCE arg.
6212 (ange-ftp-rename-remote-to-remote)
6213 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
6214 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
6215 Force file deletion.
6216
6217 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
6218
6219 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
6220 (tramp-handle-make-symbolic-link, tramp-handle-load)
6221 (tramp-do-copy-or-rename-file-via-buffer)
6222 (tramp-do-copy-or-rename-file-directly)
6223 (tramp-do-copy-or-rename-file-out-of-band)
6224 (tramp-handle-process-file, tramp-handle-call-process-region)
6225 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6226 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6227 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
6228
6229 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
6230 (tramp-fish-handle-make-symbolic-link)
6231 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
6232
6233 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6234 Use `tramp-compat-delete-file'.
6235
6236 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
6237 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
6238
6239 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
6240 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
6241
6242 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
6243 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6244 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
6245 `tramp-compat-delete-file'.
6246
6247 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 Minor cleanups.
6250 * subr.el (add-minor-mode): Use push.
6251 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
6252 * emulation/edt.el (edt-select-mode): Simplify.
6253
6254 Use define-minor-mode in more cases.
6255 * term/tvi970.el (tvi970-set-keypad-mode):
6256 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6257 (normal-erase-is-backspace-mode):
6258 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
6259 (set-scroll-bar-mode-1): (Re)move to its sole caller.
6260 (get-scroll-bar-mode): New function.
6261 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
6262
6263 Use define-minor-mode for less obvious cases.
6264 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6265 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6266 * international/iso-ascii.el (iso-ascii-mode):
6267 * frame.el (auto-raise-mode, auto-lower-mode):
6268 * composite.el (global-auto-composition-mode): Use define-minor-mode.
6269
6270 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
6271
6272 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6273 in order to see error messages for failed logins.
6274
6275 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * diff.el (diff-sentinel):
6278
6279 * epg.el (epg--make-temp-file, epg-decrypt-string)
6280 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6281
6282 * jka-compr.el (jka-compr-partial-uncompress)
6283 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6284
6285 * server.el (server-sentinel): Use delete-file's new FORCE arg
6286 (Bug#6070).
6287
6288 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 Use define-minor-mode where applicable.
6291 * view.el (view-mode):
6292 * type-break.el (type-break-query-mode)
6293 (type-break-mode-line-message-mode):
6294 * textmodes/reftex.el (reftex-mode):
6295 * term/vt100.el (vt100-wide-mode):
6296 * tar-mode.el (tar-subfile-mode):
6297 * savehist.el (savehist-mode):
6298 * ibuf-ext.el (ibuffer-auto-mode):
6299 * composite.el (auto-composition-mode):
6300 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6301 Use define-minor-mode.
6302 (vhdl-mode): Use static mode-line format.
6303 (vhdl-mode-line-update): Delete.
6304 (vhdl-create-mode-menu, vhdl-activate-customizations)
6305 (vhdl-hs-minor-mode): Don't bother calling it.
6306
6307 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * simple.el (with-wrapper-hook): Move.
6310 (buffer-substring-filters): Mark obsolete.
6311 (filter-buffer-substring-functions): New variable.
6312 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
6313
6314 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6315 Michael Albinus <michael.albinus@gmx.de>
6316
6317 Implement compression for inline methods.
6318
6319 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6320 (tramp-copy-size-limit): Allow also nil.
6321 (tramp-inline-compress-commands): New defconst.
6322 (tramp-find-inline-compress, tramp-get-inline-compress)
6323 (tramp-get-inline-coding): New defuns.
6324 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6325 replaced by `tramp-get-inline-coding'.
6326 (tramp-handle-file-local-copy, tramp-handle-write-region)
6327 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6328
6329 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6332 Remove unused functions.
6333
6334 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6335 Set find-tag-default-function as a variable rather than a property.
6336
6337 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6338 * progmodes/etags.el (tags-completion-at-point-function):
6339 Remove left over interactive spec. Add autoloading stub.
6340 (complete-tag): Use tags-completion-at-point-function.
6341
6342 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * minibuffer.el (tags-completion-at-point-function): Fix return value.
6345
6346 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * ido.el (ido-init-completion-maps): Remove C-v binding.
6349 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
6350
6351 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * minibuffer.el (tags-completion-at-point-function): New function.
6354 (completion-at-point-functions): Use it.
6355
6356 * progmodes/etags.el (complete-tag): Revert last change.
6357
6358 2010-04-29 Alan Mackenzie <acm@muc.de>
6359
6360 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6361 off-by-one error (in end of macro position).
6362
6363 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6366 firefox is absent. Don't autoload.
6367 (browse-url-galeon-program): Don't autoload.
6368
6369 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
6370
6371 * bindings.el (complete-symbol): Move into minibuffer.el.
6372
6373 * minibuffer.el (complete-tag): Move from etags.el. If tags
6374 completion cannot be performed, return nil instead of signalling
6375 an error.
6376 (completion-at-point): Make it an alias for complete-symbol.
6377 (complete-symbol): Move from bindings.el, and replace with the
6378 body of completion-at-point.
6379
6380 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6381
6382 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
6383
6384 * net/tramp.el (tramp-remote-selinux-p): New defun.
6385 (tramp-handle-file-selinux-context)
6386 (tramp-handle-set-file-selinux-context): Use it.
6387
6388 2010-04-28 Sam Steingold <sds@gnu.org>
6389
6390 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6391 `safe-local-variable' if the value is a string or a symbol with
6392 the property `bug-reference-url-format'.
6393
6394 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
6395
6396 * progmodes/bug-reference.el (bug-reference-url-format):
6397 Revert 2010-04-27 change due to security risk.
6398
6399 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 Make it possible to locally disable a globally enabled mode.
6402 * simple.el (fundamental-mode): Run fundamental-mode-hook.
6403 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6404 rather than kill-all-local-variables so it runs fundamental-mode-hook.
6405 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6406 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6407 that subsequent hooks get a chance to disable it.
6408
6409 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6412 Avoid re-enabling a minor mode after the user turned the minor mode
6413 off if MODE-enable-in-buffers is run twice (typically once from
6414 fundamental-mode's after-change-major-mode-hook and a second time from
6415 run-mode-hook's own after-change-major-mode-hook).
6416
6417 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6418
6419 2010-04-27 Sam Steingold <sds@gnu.org>
6420
6421 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6422 `safe-local-variable' if the value is a string or a function, as
6423 documented and implemented on 2010-04-02.
6424
6425 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
6426
6427 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6428 when method is 'kill.
6429
6430 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
6431
6432 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6433 condition in default directory check.
6434 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6435 Kill ispell process when killing its associated buffer.
6436
6437 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
6438
6439 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6440 but we aren't using it.
6441
6442 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
6443
6444 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6445 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6446
6447 2010-04-24 Glenn Morris <rgm@gnu.org>
6448
6449 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6450 Ignore VCS-ignore files, and deleted nextstep preferences files.
6451 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6452 (authors-ambiguous-files): New list.
6453 (authors-valid-file-names): Add some deleted files.
6454 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6455 (authors-disambiguate-file-name): New function. (Bug#5501)
6456 (authors-canonical-file-name): Doc fix.
6457 Don't warn about obsolete files.
6458 (authors-canonical-file-name, authors-scan-el):
6459 Use authors-disambiguate-file-name.
6460
6461 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6462 Add autoload cookies.
6463 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6464 (generated-autoload-file): Set file-local value to "htmlfontify.el".
6465 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6466 They have definitions / compiler macros in cl.el.
6467 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6468 Replace manual autoloads with generated ones.
6469 (htmlfontify-unload-rgb-file): Remove autoload.
6470 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6471
6472 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6475 (byte-compile-setq-default): Optimize for the
6476 single-var case and don't call byte-compile-form in this case to avoid
6477 inf-loop with byte-compile-set-default.
6478
6479 * progmodes/compile.el (compilation-start): Abbreviate default directory.
6480
6481 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
6482
6483 Implement SELINUX backends.
6484
6485 * net/tramp.el (tramp-file-name-handler-alist):
6486 Add `file-selinux-context' and `set-file-selinux-context'.
6487 (tramp-handle-file-selinux-context)
6488 (tramp-handle-set-file-selinux-context): New defuns.
6489 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6490 Handle PRESERVE-SELINUX-CONTEXT.
6491
6492 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6493 Add `file-selinux-context' and `set-file-selinux-context'.
6494 (tramp-gvfs-handle-file-selinux-context)
6495 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6496 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6497
6498 * net/ange-ftp.el (ange-ftp-copy-file):
6499 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6500 * net/tramp-imap.el (tramp-imap-handle-copy-file):
6501 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6502 Add PRESERVE-SELINUX-CONTEXT.
6503
6504 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6505
6506 Synchronize with Tramp repository.
6507
6508 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6509 (tramp-action-process-alive, tramp-action-out-of-band)
6510 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6511 (tramp-exists-file-name-handler): Fix docstring.
6512 (with-progress-reporter): New defmacro.
6513 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6514 (tramp-maybe-open-connection): Use it.
6515
6516 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
6517
6518 Detect ssh 'ControlMaster' argument automatically in some cases.
6519
6520 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6521 (tramp-default-method): Use it.
6522
6523 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6524
6525 * net/tramp.el (tramp-handle-copy-file): Add new optional
6526 parameter `preserve-selinux-context'.
6527 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6528
6529 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6530
6531 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6532 Ensure, that non remote files are still checked. Oops.
6533
6534 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
6535
6536 Fix Bug#5840.
6537
6538 * icomplete.el (icomplete-completions): Use `non-essential'.
6539
6540 * net/tramp.el (tramp-connectable-p): New defun.
6541 (tramp-handle-expand-file-name)
6542 (tramp-completion-handle-file-name-all-completions)
6543 (tramp-completion-handle-file-name-completion): Use it.
6544
6545 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6546
6547 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6548
6549 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6550
6551 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6552
6553 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6554
6555 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6556 is present.
6557
6558 * info.el (info-tool-bar-map): Add labels.
6559
6560 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6561
6562 * cus-edit.el (custom-commands): Add labels for tool bar.
6563 (custom-buffer-create-internal, Custom-mode): Adjust for
6564 labels in custom-commands.
6565
6566 * dynamic-setting.el: Renamed from font-setting.el.
6567
6568 2010-04-21 John Wiegley <jwiegley@gmail.com>
6569
6570 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6571 toggles the use of virtual buffers.
6572 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6573 (ido-toggle-virtual-buffers): New function.
6574
6575 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
6576
6577 Use `define-derived-mode'; fix window selection; doc fixes.
6578 * play/tetris.el (tetris, tetris-update-speed-function)
6579 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6580 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6581 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6582 (tetris-pause-game): Fix typos in docstrings.
6583 (tetris-mode-map, tetris-null-map):
6584 Move initialization into declaration.
6585 (tetris-mode): Define with `define-derived-mode';
6586 set show-trailing-whitespace to nil.
6587 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6588
6589 2010-04-21 Karel Klíč <kklic@redhat.com>
6590
6591 * files.el (backup-buffer): Handle SELinux context, and return it
6592 if a backup was made by renaming.
6593 (backup-buffer-copy): Set SELinux context to the target file.
6594 (basic-save-buffer): Set SELinux context of the newly written file.
6595 (basic-save-buffer-1): Now it also returns any SELinux context.
6596 (basic-save-buffer-2): Set SELinux context of the newly created file,
6597 and return it.
6598 * net/tramp.el (tramp-file-name-for-operation):
6599 Add file-selinux-context.
6600
6601 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 Make the log-edit comments use RFC822 format throughout.
6604
6605 * vc.el (vc-checkin, vc-modify-change-comment):
6606 Adjust to new vc-start/finish-logentry.
6607 (vc-find-conflicted-file): New command.
6608 (vc-transfer-file): Adjust to new vc-checkin.
6609 (vc-next-action): Improve scoping.
6610
6611 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6612 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6613
6614 * vc-git.el (vc-git-log-edit-mode): Remove.
6615 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6616 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6617
6618 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6619 (vc-start-logentry): Remove argument `extra'.
6620 (vc-finish-logentry): Remove extra args.
6621
6622 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6623 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6624 (vc-bzr-conflicted-files): New function.
6625
6626 * log-edit.el (log-edit-extra-flags)
6627 (log-edit-before-checkin-process): Remove.
6628 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6629 (log-edit-headers-alist): New var.
6630 (log-edit-header-contents-regexp): New const.
6631 (log-edit-match-to-eoh): New function.
6632 (log-edit-font-lock-keywords): Use them.
6633 (log-edit): Insert a "Summary:" header as default.
6634 (log-edit-mode): Mark font-lock rules as case-insensitive.
6635 (log-edit-done): Cleanup headers.
6636 (log-view-process-buffer): Remove.
6637 (log-edit-extract-headers): New function to replace it.
6638
6639 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
6640
6641 * subr.el (default-direction-reversed): Remove obsolescence info.
6642
6643 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6646 windows/frames.
6647
6648 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6649 I.e. include text after point in the completion region.
6650 Also, return nil when we're not after/in a symbol.
6651
6652 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6653 default enable-multibyte-characters.
6654
6655 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * international/mule.el: Help the user choose a valid coding-system.
6658 (read-buffer-file-coding-system): New function.
6659 (set-buffer-file-coding-system): Use it. Prompt the user if the
6660 coding-system cannot encode all the chars.
6661
6662 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6663 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6664 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6665 Don't use *vc-bzr-shelve*.
6666
6667 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
6668
6669 Fix the version number for added files.
6670 * vc-hg.el (vc-hg-working-revision): Check if the file is
6671 registered after hg parent fails (Bug#5961).
6672
6673 2010-04-19 Glenn Morris <rgm@gnu.org>
6674
6675 * htmlfontify.el (htmlfontify-buffer)
6676 (htmlfontify-copy-and-link-dir): Autoload entry points.
6677
6678 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
6679
6680 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6681 name relative to the project root (Bug#5960).
6682
6683 2010-04-19 Glenn Morris <rgm@gnu.org>
6684
6685 * vc-git.el (vc-git-print-log): Doc fix.
6686
6687 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
6688
6689 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6690
6691 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
6692
6693 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6694 default settings (Bug#5928).
6695
6696 2010-04-19 Glenn Morris <rgm@gnu.org>
6697
6698 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6699 New function.
6700 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6701
6702 2010-04-19 Kenichi Handa <handa@m17n.org>
6703
6704 * language/indian.el (malayalam-composable-pattern): Fix previous
6705 change (add U+0D4D "SIGN VIRAMA").
6706 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6707 (tamil-composable-pattern): Fix typo in the regexp.
6708 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6709 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6710 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6711
6712 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6713
6714 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6715 paragraph-separate (Bug#5821).
6716
6717 2010-04-19 Juri Linkov <juri@jurta.org>
6718
6719 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6720
6721 * info.el (Info-find-node-2): Comment out code that skips
6722 breadcrumbs line.
6723 (Info-mouse-follow-link): New command.
6724 (Info-link-keymap): New keymap.
6725 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6726 Return a string with links instead of inserting breadcrumbs
6727 to the Info buffer.
6728 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6729 Instead of putting the `invisible' text property over the Info
6730 header, make an overlay over the Info header with the `invisible'
6731 property and `after-string' set to the string returned by
6732 `Info-breadcrumbs'.
6733
6734 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6735
6736 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6737 Reported by monkey@sandpframing.com.
6738
6739 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6742 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6743 available in the "keyseq cache" any more.
6744
6745 * custom.el (defcustom): Add edebug spec.
6746
6747 2010-04-18 Juri Linkov <juri@jurta.org>
6748
6749 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6750
6751 * view.el (view-file, view-buffer): Move test for special mode-class
6752 from view-file to view-buffer.
6753
6754 * tar-mode.el (tar-extract): Turn if's into one cond
6755 like in arc-mode.el.
6756
6757 2010-04-18 Juri Linkov <juri@jurta.org>
6758
6759 Add 7z archive format support (bug#5475).
6760
6761 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6762 (archive-7z-extract): New defcustom.
6763 (archive-find-type): Add magic string for 7z.
6764 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6765 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6766 `buffer' arg of `call-process'.
6767 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6768 call the function `archive-7z-extract' with the variable
6769 `archive-7z-extract' let-bound to `archive-zip-extract'.
6770 (archive-7z-summarize, archive-7z-extract): New functions.
6771
6772 * international/mule.el (auto-coding-alist):
6773 * files.el (auto-mode-alist): Add 7z file extension.
6774
6775 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * loadup.el: Setup hash-cons for pure data.
6778
6779 Fix duplicate entries in cedet's loaddefs.el files.
6780 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6781 Should make most file-local generated-autoload-file unnecessary.
6782 (print-readably): Silence warnings.
6783 (autoload-find-destination): Take load-name as an arg to make sure
6784 it's the same as the one that will be in the file.
6785 (autoload-generate-file-autoloads): Adjust to above changes.
6786 Try to make the dataflow a bit simpler.
6787
6788 * cvs-status.el (cvs-refontify): Remove unused.
6789
6790 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6791
6792 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6793
6794 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6795 twos-complement mode.
6796
6797 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6798
6799 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6800 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6801 (calc-inverse): Add "Option" to message, as appropriate.
6802 (calc-hyperbolic): Add "Option" to message, as appropriate.
6803 (calc-option, calc-is-option): New functions.
6804
6805 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6806 (calc-option-prefix-help): New function.
6807
6808 * calc/calc-misc.el (calc-help): Add "Option" entry.
6809
6810 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6811 (calc-option-flag): New variable.
6812 (calc-do): Set `calc-option-flag to nil.
6813 (calc-set-mode-line): Add "Opt " as appropriate.
6814
6815 2010-04-16 Juri Linkov <juri@jurta.org>
6816
6817 Move scrolling commands from simple.el to window.el
6818 because their primitives are implemented in window.c.
6819
6820 * simple.el (scroll-error-top-bottom)
6821 (scroll-up-command, scroll-down-command, scroll-up-line)
6822 (scroll-down-line, scroll-other-window-down)
6823 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6824 * window.el (scroll-error-top-bottom)
6825 (scroll-up-command, scroll-down-command, scroll-up-line)
6826 (scroll-down-line, scroll-other-window-down)
6827 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6828 Move from simple.el to window.el because their primitives are
6829 implemented in window.c.
6830
6831 2010-04-16 Juri Linkov <juri@jurta.org>
6832
6833 * isearch.el (isearch-lookup-scroll-key): Check both
6834 `isearch-scroll' and `scroll-command' properties.
6835 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6836
6837 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6838
6839 * simple.el (scroll-up-command, scroll-down-command)
6840 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6841
6842 2010-04-15 Juri Linkov <juri@jurta.org>
6843
6844 * simple.el (scroll-up-command, scroll-down-command)
6845 (scroll-up-line, scroll-down-line): Put `scroll-command'
6846 property on the these symbols. Remove them from
6847 `scroll-preserve-screen-position-commands'.
6848
6849 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6850 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6851 Remove it from `scroll-preserve-screen-position-commands'.
6852
6853 * isearch.el (isearch-allow-scroll): Doc fix.
6854
6855 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6856
6857 * net/tramp.el (tramp-error-with-buffer): Don't show the
6858 connection buffer when we are in completion mode.
6859 (tramp-file-name-handler): Catch the error for some operations
6860 when we are in completion mode. This gives the user the chance to
6861 correct the file name in the minibuffer.
6862
6863 2010-04-15 Glenn Morris <rgm@gnu.org>
6864
6865 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6866
6867 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6868
6869 Simplify by using `define-derived-mode'.
6870 * info.el (Info-mode):
6871 * calendar/todo-mode.el (todo-mode):
6872 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6873 (gomoku-mode-map): Move initialization into declaration.
6874
6875 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6876
6877 Fix Bug#5840.
6878 * ido.el (ido-file-name-all-completions-1):
6879 * minibuffer.el (minibuffer-completion-help):
6880 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6881
6882 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * simple.el (non-essential): New var.
6885
6886 Add a new field `location' to bookmarks for non-file bookmarks.
6887 * bookmark.el (bookmark-location): Use the new field, if present.
6888 (bookmark-insert-location): Undo last change, not needed any more.
6889 * man.el (Man-bookmark-make-record):
6890 * woman.el (woman-bookmark-make-record): Add `location' field.
6891
6892 2010-04-14 Juri Linkov <juri@jurta.org>
6893
6894 * simple.el (scroll-error-top-bottom): New defcustom.
6895 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6896
6897 * emulation/pc-select.el (pc-select-override-scroll-error):
6898 Obsolete in favor of `scroll-error-top-bottom'.
6899
6900 2010-04-14 Juri Linkov <juri@jurta.org>
6901
6902 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6903 `scroll-up-command' and `M-v' to `scroll-down-command'.
6904
6905 * emulation/cua-rect.el (cua--init-rectangles):
6906 * forms.el (forms--change-commands):
6907 * image-mode.el (image-mode-map):
6908 Remap scroll-down-command and scroll-up-command
6909 in addition to scroll-down and scroll-up.
6910
6911 2010-04-14 Juri Linkov <juri@jurta.org>
6912
6913 * mwheel.el (scroll-preserve-screen-position-commands):
6914 Add mwheel-scroll to this list of commands.
6915
6916 * simple.el (scroll-preserve-screen-position-commands):
6917 Add scroll-up-command, scroll-down-command, scroll-up-line,
6918 scroll-down-line to this list of commands.
6919
6920 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * obsolete/complete.el: Move from lisp/complete.el.
6923
6924 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6925
6926 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6927 to the minor mode function now turns the mode ON unconditionally.
6928
6929 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * vc-dir.el (vc-dir-kill-line): New command.
6932 (vc-dir-mode-map): Bind it to C-k.
6933
6934 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6935
6936 * woman.el: Add bookmark declarations to silence the compiler.
6937 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6938 step to compatibility between man and woman bookmarks.
6939 Adjust for Man-default-bookmark-title renaming.
6940 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6941
6942 * man.el: Add bookmark declarations to silence the compiler.
6943 (Man-name-local-regexp): Make it match NAME as well.
6944 (Man-getpage-in-background): Return the buffer.
6945 (Man-notify-when-ready): Use `case'.
6946 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6947 Don't hardcode "NAME". Simplify.
6948 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6949 Rename from Man-bookmark-make-record.
6950 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6951 we have the actual man-args. Use Man-getpage-in-background rather
6952 than `man' since the arg is already processed. Let bookmark.el do the
6953 window handling. Only wait for the relevant process.
6954 Don't forget to autoload.
6955
6956 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6957
6958 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6959
6960 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6961 New functions.
6962 (woman-mode): Setup bookmark support.
6963
6964 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6965 (man-bookmark-jump): New functions.
6966 (Man-mode): Setup bookmark support.
6967
6968 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6969
6970 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6971 recognize ssh-keygen prompt (Bug#2817).
6972
6973 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6974
6975 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6976
6977 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6978
6979 Synchronize with Tramp repository.
6980
6981 * net/tramp.el (tramp-completion-function-alist)
6982 (tramp-file-name-regexp, tramp-chunksize)
6983 (tramp-local-coding-commands, tramp-remote-coding-commands):
6984 Fix docstring.
6985 (tramp-remote-process-environment): Use `format' instead of `concat'.
6986 (tramp-handle-directory-files-and-attributes)
6987 (tramp-get-remote-path): Use `copy-tree'.
6988 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6989 compatibility: Use `completion-ignore-case' if
6990 `read-file-name-completion-ignore-case' does not exist.
6991 (tramp-do-copy-or-rename-file-directly): Do not use
6992 `tramp-handle-file-remote-p'.
6993 (tramp-do-copy-or-rename-file-out-of-band):
6994 Use `tramp-compat-delete-directory'.
6995 (tramp-do-copy-or-rename-file-out-of-band)
6996 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6997 Use `format-spec-make'.
6998 (tramp-find-foreign-file-name-handler)
6999 (tramp-advice-make-auto-save-file-name)
7000 (tramp-set-auto-save-file-modes): Remove superfluous check for
7001 `stringp'. This is done inside `tramp-tramp-file-p'.
7002 (tramp-debug-outline-regexp): New defconst.
7003 (tramp-get-debug-buffer): Use it.
7004 (tramp-check-for-regexp): Use (forward-line 1).
7005 (tramp-set-auto-save-file-modes): Adapt version check.
7006
7007 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7008 Wrap call of `featurep' for 2nd argument.
7009 (tramp-compat-make-temp-file): Simplify fallback implementation.
7010 (tramp-compat-copy-tree): Remove function.
7011 (tramp-compat-delete-directory): Provide implementation for older
7012 Emacsen.
7013
7014 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7015 Do not use `tramp-fish-handle-file-attributes.
7016
7017 * net/trampver.el: Update release number.
7018
7019 2010-04-10 Glenn Morris <rgm@gnu.org>
7020
7021 * progmodes/compile.el (compilation-save-buffers-predicate):
7022 Add missing :version tag.
7023
7024 2010-04-09 Sam Steingold <sds@gnu.org>
7025
7026 * progmodes/compile.el (compilation-save-buffers-predicate):
7027 Remove the "autoload" cookie.
7028
7029 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
7030 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
7031 and `bug-reference-prog-mode' can be used in hooks directly.
7032
7033 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7034
7035 Add --author support to git commit.
7036 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
7037 (vc-git-log-edit-mode): New minor mode.
7038 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
7039 New declarations.
7040
7041 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
7042
7043 * vc-hooks.el, vc-git.el: Improve documentation comments.
7044
7045 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 Fix some of the problems in defsubst* (bug#5728).
7048 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
7049 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
7050
7051 2010-04-07 Sam Steingold <sds@gnu.org>
7052
7053 * progmodes/compile.el (compilation-save-buffers-predicate):
7054 New custom variable.
7055 (compile, recompile): Pass it to `save-some-buffers'.
7056
7057 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
7058
7059 * wid-edit.el (widget-choose): Move cursor to the second line of
7060 the buffer (Bug#5695).
7061
7062 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7063
7064 Add new VC methods: vc-log-incoming and vc-log-outgoing.
7065 * vc.el (vc-print-log-setup-buttons): New function split out from
7066 vc-print-log-internal.
7067 (vc-log-internal-common): New function, a parametrized version of
7068 vc-print-log-internal.
7069 (vc-print-log-internal): Just call vc-log-internal-common with the
7070 right arguments.
7071 (vc-incoming-outgoing-internal):
7072 (vc-log-incoming, vc-log-outgoing): New functions.
7073 (vc-log-view-type): New permanent local variable.
7074
7075 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
7076
7077 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
7078 of the dynamic bound vc-short-log.
7079 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
7080
7081 * vc-git.el (vc-git-log-outgoing): New function.
7082 (vc-git-log-view-mode): Use vc-log-view-type instead
7083 of the dynamic bound vc-short-log.
7084
7085 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
7086 of the dynamic bound vc-short-log. Highlight the tag.
7087 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
7088 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
7089 (vc-hg-incoming-mode): Remove.
7090 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
7091
7092 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7093
7094 Fix default-directory for vc-root-diff.
7095 * vc.el (vc-root-diff): Bind default-directory to the root
7096 directory for the diff command.
7097
7098 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
7099
7100 * progmodes/verilog-mode.el (verilog-forward-sexp):
7101 (verilog-calc-1): Support "disable fork" and "fork wait" multi
7102 word keywords, suggested by Steve Pearlmutter.
7103 (verilog-pretty-declarations): Support lineup of declarations in
7104 port lists.
7105 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
7106 fix bug for /* / comments.
7107 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
7108 Speed up and simplfy as this is never called with a bound.
7109 (verilog-pretty-declarations): Enhance to line up declarations
7110 inside a parameter list, suggested by Alan Morgan.
7111 (verilog-pretty-expr): Tune assignment regular expression match
7112 string for corner cases; also use markers instead of character
7113 number as indent changes the later.
7114
7115 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
7116
7117 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
7118 as missing keyword.
7119 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
7120 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
7121 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
7122 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
7123 Tennant.
7124 (verilog-keywords):
7125 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
7126 1800-2009 keywords, including "global.".
7127
7128 2010-04-06 John Wiegley <jwiegley@gmail.com>
7129
7130 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
7131 appearing in buffer list (if a live buffer name matched a recentf
7132 file basename). Should use uniquify to offer a real solution.
7133
7134 2010-04-06 John Wiegley <jwiegley@gmail.com>
7135
7136 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
7137 comment to code, and add a :version tag.
7138 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
7139
7140 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
7141
7142 Enable recentf-mode if using virtual buffers.
7143 * ido.el (recentf-list): Declare for byte-compiler.
7144 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
7145 (ido-make-buffer-list): Simplify.
7146 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
7147
7148 2010-04-05 Juri Linkov <juri@jurta.org>
7149
7150 Scrolling commands which scroll a line instead of full screen.
7151 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7152
7153 * simple.el (scroll-up-line, scroll-down-line): New commands.
7154 Put property isearch-scroll=t on them.
7155
7156 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
7157 Remove commands.
7158
7159 2010-04-05 Juri Linkov <juri@jurta.org>
7160
7161 Scrolling commands which do not signal errors at top/bottom.
7162 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7163
7164 * simple.el (scroll-up-command, scroll-down-command): New commands.
7165 Put property isearch-scroll=t on them.
7166
7167 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
7168 `scroll-down-command' and [next] from `scroll-up' to
7169 `scroll-up-command'.
7170
7171 * emulation/cua-base.el: Put property CUA=move on
7172 `scroll-up-command' and `scroll-down-command'.
7173 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
7174 and `scroll-down-command' to `cua-scroll-down'.
7175
7176 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
7177
7178 * help.el (describe-mode): Return nil.
7179
7180 2010-04-04 John Wiegley <jwiegley@gmail.com>
7181
7182 * ido.el (ido-use-virtual-buffers): New variable to indicate
7183 whether "virtual buffer" support is enabled for IDO.
7184 (ido-virtual): Face used to indicate virtual buffers in the list.
7185 (ido-buffer-internal): If a buffer is chosen, and no such buffer
7186 exists, but a virtual buffer of that name does (which would be why
7187 it was in the list), recreate the buffer by reopening the file.
7188 (ido-make-buffer-list): If virtual buffers are being used, call
7189 `ido-add-virtual-buffers-to-list' before the make list hook.
7190 (ido-virtual-buffers): New variable which contains a copy of the
7191 current contents of the `recentf-list', albeit pared down for the
7192 sake of speed, and with proper faces applied.
7193 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
7194 create a list of "virtual buffers" to present to the user in
7195 addition to the currently open set. Note that this logic could
7196 get rather slow if that list is too large. With the default
7197 `recentf-max-saved-items' of 200, there is little speed penalty.
7198
7199 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * font-lock.el: Require CL when compiling.
7202 (font-lock-turn-on-thing-lock): Use `case'.
7203
7204 2010-04-03 Eli Zaretskii <eliz@gnu.org>
7205
7206 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
7207 Zaretskii.
7208
7209 2010-04-02 Juri Linkov <juri@jurta.org>
7210
7211 * ehelp.el (electric-help-orig-major-mode):
7212 New buffer-local variable.
7213 (electric-help-mode): Set it to original major-mode. Doc fix.
7214 (with-electric-help): Use `electric-help-orig-major-mode' instead
7215 of (default-value 'major-mode). Doc fix.
7216 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
7217
7218 2010-04-02 Sam Steingold <sds@gnu.org>
7219
7220 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
7221 `vc-hg-command' with a list of flags.
7222
7223 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7224 Also accept "patch" and "RFE".
7225 (bug-reference-fontify): `bug-reference-url-format' can also be a
7226 function to be able to handle the bug kind.
7227 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
7228
7229 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
7230
7231 * tmm.el (tmm-get-keymap): Check with symbolp before passing
7232 value to fboundp, it may not be a symbol.
7233
7234 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
7237
7238 2010-03-31 Juri Linkov <juri@jurta.org>
7239
7240 * simple.el (next-line, previous-line): Re-throw a signal
7241 with `signal' instead of using `ding'.
7242 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
7243
7244 2010-03-31 Juri Linkov <juri@jurta.org>
7245
7246 * simple.el (keyboard-escape-quit): Raise deselecting the active
7247 region higher than exiting the minibuffer.
7248 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
7249
7250 2010-03-31 Juri Linkov <juri@jurta.org>
7251
7252 * image.el (image-animated-p): Use `image-metadata' instead of
7253 `image-extension-data'. Get GIF extenstion data from metadata
7254 property `extension-data'.
7255
7256 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * simple.el (append-to-buffer): Simplify.
7259
7260 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
7261
7262 * textmodes/artist.el (artist-mode): Fix typo in docstring.
7263 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
7264
7265 2010-03-31 Kenichi Handa <handa@m17n.org>
7266
7267 * language/sinhala.el (composition-function-table): Fix regexp for
7268 the new Unicode specification.
7269
7270 * language/indian.el (devanagari-composable-pattern)
7271 (tamil-composable-pattern, kannada-composable-pattern)
7272 (malayalam-composable-pattern): Adjust for the new Unicode
7273 specification.
7274 (bengali-composable-pattern, gurmukhi-composable-pattern)
7275 (gujarati-composable-pattern, oriya-composable-pattern)
7276 (telugu-composable-pattern): New variables to cope with the new
7277 Unicode specification. Use them in composition-function-table.
7278
7279 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 Make tmm-menubar work for the Buffers menu again (bug#5726).
7282 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7283 vectors rather than cons cells, as used in menu-bar-update-buffers.
7284
7285 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7288 (js-insert-and-indent): Revert 2009-08-15 change, restoring
7289 electric punctuation for "{}();,:" (Bug#5586).
7290
7291 * mail/sendmail.el (mail-default-directory): Doc fix.
7292
7293 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7294
7295 * mail/sendmail.el (mail-default-directory): Doc fix.
7296
7297 2010-03-31 Eli Zaretskii <eliz@gnu.org>
7298
7299 * subr.el (version-regexp-alist, version-to-list)
7300 (version-list-<, version-list-=, version-list-<=)
7301 (version-list-not-zero, version<, version<=, version=): Doc fix.
7302 (Bug#5744).
7303
7304 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
7305
7306 * vc.el (vc-root-diff): Doc fix.
7307
7308 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7309
7310 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7311
7312 * simple.el (append-to-buffer): Fix last change.
7313
7314 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * simple.el (append-to-buffer): Ensure that point is preserved if
7317 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
7318 (Bug#5749)
7319
7320 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * files.el (auto-mode-case-fold): Change default to t.
7323
7324 2010-03-30 Juri Linkov <juri@jurta.org>
7325
7326 * dired-x.el (dired-omit-mode): Doc fix.
7327
7328 2010-03-30 Juri Linkov <juri@jurta.org>
7329
7330 * replace.el (occur-accumulate-lines): Move occur-engine related
7331 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7332 to be located after `occur-engine'.
7333
7334 2010-03-30 Juri Linkov <juri@jurta.org>
7335
7336 Make occur handle multi-line matches cleanly with context.
7337 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7338
7339 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7340 (occur-engine): Add local variables `ret', `prev-after-lines',
7341 `prev-lines'. Use more arguments for `occur-context-lines'.
7342 Set first elem of its returned list to `data', and the second elem
7343 to `prev-after-lines'. Don't print the separator line.
7344 In the end, print remaining context after-lines.
7345 (occur-context-lines): Add new arguments `begpt', `endpt',
7346 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
7347 after-lines of the previous match with before-lines of the
7348 current match and not overlap them. Return a list with two
7349 values: the output line and the list of context after-lines.
7350
7351 2010-03-30 Juri Linkov <juri@jurta.org>
7352
7353 * replace.el (occur-accumulate-lines): Fix a bug where the first
7354 context line at the beginning of the buffer was missing.
7355
7356 2010-03-30 Eli Zaretskii <eliz@gnu.org>
7357
7358 * files.el: Make bidi-display-reordering safe variable for boolean
7359 values.
7360
7361 2010-03-29 Phil Hagelberg <phil@evri.com>
7362 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * subr.el: Extend progress reporters to perform "spinning".
7365 (progress-reporter-update, progress-reporter-do-update):
7366 Handle non-numeric value arguments.
7367 (progress-reporter--pulse-characters): New var.
7368
7369 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
7370
7371 * progmodes/compile.el (compilation-start): Fix regexp detection
7372 of initial cd command (Bug#5771).
7373
7374 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
7375
7376 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7377
7378 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
7379
7380 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
7381 * progmodes/gdb-mi.el: Restore.
7382 * progmodes/gdb-ui.el: Remove.
7383 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
7384
7385 2010-03-25 Glenn Morris <rgm@gnu.org>
7386
7387 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7388 all dired buffers, even tramp ones. (Bug#5755)
7389
7390 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 Add "union tags" in mpc.el.
7393 * mpc.el: Remove backward compatibility code.
7394 (mpc-browser-tags): Change default.
7395 (mpc--find-memoize-union-tags): New var.
7396 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7397 (mpc-cmd-find): Handle the case where the playlist does not exist.
7398 Handle union-tags.
7399 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
7400 (mpc-cmd-add): Use mpc-cmd-flush.
7401 (mpc-tagbrowser-tag-name): New fun.
7402 (mpc-tagbrowser-buf): Use it.
7403 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
7404
7405 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 Misc cleanup.
7408 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7409 Use replace-regexp-in-string.
7410 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7411 (makefile-imake-mode-syntax-table): Move init into defvar.
7412 (makefile-mode): Use define-derived-mode.
7413
7414 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7415 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7416 not be present any more.
7417
7418 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7419
7420 * faces.el (set-face-attribute): Fix typo in docstring.
7421 (face-valid-attribute-values): Reflow docstring.
7422
7423 2010-03-24 Glenn Morris <rgm@gnu.org>
7424
7425 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
7426
7427 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
7428
7429 * indent.el (indent-for-tab-command): Doc fix.
7430
7431 2010-03-24 Alan Mackenzie <acm@muc.de>
7432
7433 * progmodes/cc-engine.el (c-remove-stale-state-cache):
7434 Fix off-by-one error. Fixes bug #5747.
7435
7436 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7437
7438 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7439 (image-dired-read-comment): Doc fix.
7440
7441 * json.el (json-object-type, json-array-type, json-key-type)
7442 (json-false, json-null, json-read-number):
7443 * minibuffer.el (completion-in-region-functions):
7444 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7445 (cal-tex-cursor-week):
7446 * emacs-lisp/trace.el (trace-function):
7447 * eshell/em-basic.el (eshell/printnl):
7448 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7449 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7450 * obsolete/levents.el (allocate-event, event-key, event-object)
7451 (event-point, event-process, event-timestamp, event-to-character)
7452 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7453 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7454 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7455 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7456 (reftex-highlight-selection): Fix typos in docstrings.
7457
7458 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7459
7460 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7461
7462 2010-03-24 Glenn Morris <rgm@gnu.org>
7463
7464 * mail/rmail.el (rmail-highlight-face): Restore option deleted
7465 2008-02-13 without comment; mark it obsolete.
7466 (rmail-highlight-headers): Use rmail-highlight-face once more.
7467
7468 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * woman.el (woman2-process-escapes): Only consume the newline if
7471 the filler character is on a line by itself (Bug#5729).
7472
7473 2010-03-24 Kenichi Handa <handa@m17n.org>
7474
7475 * language/indian.el (devanagari-composable-pattern): Add more
7476 consonants.
7477
7478 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
7479
7480 * net/trampver.el: Update release number.
7481
7482 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
7483
7484 * net/tramp.el (tramp-find-executable):
7485 Use `tramp-get-connection-buffer'. Make the regexp for checking
7486 output of "wc -l" more robust.
7487 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7488 (tramp-open-connection-setup-interactive-shell): Remove workaround
7489 for OpenSolaris bug, it is not needed anymore.
7490
7491 2010-03-24 Glenn Morris <rgm@gnu.org>
7492
7493 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
7494
7495 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
7496
7497 * files.el (auto-mode-alist): Accept more verilog file patterns.
7498
7499 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7502
7503 2010-03-24 Glenn Morris <rgm@gnu.org>
7504
7505 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7506 log-edit-before-checkin-process.
7507
7508 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7509
7510 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7511
7512 * vc-dispatcher.el (vc-start-logentry): Doc fix.
7513 (log-view-process-buffer, log-edit-extra-flags): Declare.
7514
7515 * log-edit.el (log-edit-before-checkin-process): Doc fix.
7516
7517 2010-03-23 Sam Steingold <sds@gnu.org>
7518
7519 Fix bug#5620: recalculate all markers on compilation buffer
7520 modifications, not on file modifications.
7521 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7522 the buffer modification time, for buffers not associated with files.
7523 (compilation-mode): Create it.
7524 (compilation-filter): Update it.
7525 (compilation-next-error-function): Use it instead of
7526 `visited-file-modtime' for timestamp.
7527
7528 2010-03-23 Juri Linkov <juri@jurta.org>
7529
7530 Implement Occur multi-line matches.
7531 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7532
7533 * replace.el (occur): Doc fix.
7534 (occur-engine): Set `begpt' to the beginning of the first line.
7535 Set `endpt' to the end of the last match line. At first, count
7536 line numbers between `origpt' and `begpt'. Split out code from
7537 `out-line' variable to new let-bindings `match-prefix' and
7538 `match-str'. In `out-line' add non-numeric prefix to all
7539 non-first lines of multi-line matches. Finally, count lines
7540 between `begpt' and `endpt' and add to `lines'.
7541
7542 2010-03-23 Juri Linkov <juri@jurta.org>
7543
7544 * replace.el (occur-accumulate-lines, occur-engine):
7545 Use `occur-engine-line' instead of duplicate code.
7546 (occur-engine-line): New function created from duplicate code
7547 in `occur-accumulate-lines' and `occur-engine'.
7548
7549 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7550 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7551
7552 2010-03-23 Juri Linkov <juri@jurta.org>
7553
7554 * finder.el: Remove TODO tasks.
7555
7556 * info.el (Info-finder-find-node): Add node "all"
7557 with all package info. Handle a list of multiple keywords
7558 separated by comma.
7559 (info-finder): In interactive use with a prefix argument,
7560 use `completing-read-multiple' to read a list of keywords
7561 separated by comma.
7562
7563 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 Add a new completion style `substring'.
7566 * minibuffer.el (completion-basic--pattern): New function.
7567 (completion-basic-try-completion, completion-basic-all-completions):
7568 Use it.
7569 (completion-substring--all-completions)
7570 (completion-substring-try-completion)
7571 (completion-substring-all-completions): New functions.
7572 (completion-styles-alist): New style `substring'.
7573
7574 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 Get rid of .elc files after removal of the corresponding .el.
7577 * Makefile.in (compile-clean): New target.
7578 (compile-main): Use it.
7579
7580 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7581
7582 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7583 don't do make there. When compiling with separate object dir, there
7584 is no Makefile there.
7585
7586 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 Get rid of the ELCFILES abomination, again.
7589 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7590 (all, compile): Don't call compile-last.
7591 (compile-main): Build the "elcfiles" list dynamically.
7592 (compile-targets): New (internal) target.
7593
7594 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7595
7596 * Makefile.in (top_srcdir): Define.
7597 (abs_top_builddir): Define.
7598 (srcdir): Don't append `/..'.
7599 (EMACS): Use ${abs_top_builddir}.
7600 (all, compile, compile-always, compile-last): Don't set emacswd.
7601 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7602 $(srcdir).
7603 (lisp): Use $(srcdir) instead of @srcdir@.
7604
7605 2010-03-21 Juri Linkov <juri@jurta.org>
7606
7607 Fix message of multi-line occur regexps and multi-buffer header lines.
7608 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7609
7610 * replace.el (occur-1): Don't display regexp if it is longer
7611 than window-width. Use `query-replace-descr' to display regexp.
7612 (occur-engine): Don't display regexp in the buffer header for
7613 multi-buffer occur. Display a separate header line with total
7614 match count and regexp for multi-buffer occur.
7615 Use `query-replace-descr' to display regexp.
7616
7617 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7618
7619 * net/secrets.el: Fix parenthesis.
7620 (secrets-enabled): Fix parenthesis.
7621
7622 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 Use more relative file and directory names.
7625 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7626 (setwins, setwins_almost, setwins_for_subdirs):
7627 Don't `cd'; output relative names.
7628 (all, compile, compile-always, compile-last): Set emacswd.
7629 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7630 Just cd to the lisp source dir so we can use relative file names.
7631
7632 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7633
7634 2010-03-20 Glenn Morris <rgm@gnu.org>
7635
7636 * textmodes/rst.el: Use faces for font-lock customization, and make the
7637 old -face variables obsolete.
7638 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7639 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7640 (rst-block-face, rst-external-face, rst-definition-face)
7641 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7642 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7643 Make obsolete.
7644 (rst-font-lock-keywords-function): Update for above changes.
7645
7646 2010-03-20 Juri Linkov <juri@jurta.org>
7647
7648 * s-region.el:
7649 * obsolete/s-region.el: Move to obsolete.
7650
7651 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
7652
7653 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7654
7655 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7656
7657 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7658
7659 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7660
7661 Add special markup processing for commit logs.
7662 * log-edit.el (log-edit-extra-flags): New variable.
7663 (log-edit): Add new argument MODE. Use that mode when non-nil
7664 instead of the log-view-mode.
7665 (log-view-process-buffer): New function.
7666
7667 * vc.el: Document that the checkin method takes optional
7668 arguments. Document new backend specific method: log-view-mode.
7669 (vc-default-log-edit-mode): New function.
7670 (vc-checkin): Use a backend specific log-view-mode.
7671 Pass extra arguments to the checkin method.
7672 (vc-modify-change-comment): Pass a dummy extra argument.
7673
7674 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7675 log-edit.
7676 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7677 (vc-finish-logentry): Process the log buffer before passing it
7678 down. Pass log-edit-extra-flags.
7679
7680 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7681 command.
7682 (log-edit-extra-flags, log-edit-before-checkin-process):
7683 New declarations.
7684
7685 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7686 command.
7687 (log-edit-extra-flags, log-edit-before-checkin-process):
7688 New declarations.
7689 (vc-hg-log-edit-mode): New derived mode.
7690
7691 * vc-arch.el (vc-arch-checkin):
7692 * vc-cvs.el (vc-cvs-checkin):
7693 * vc-git.el (vc-git-checkin):
7694 * vc-mtn.el (vc-mtn-checkin):
7695 * vc-rcs.el (vc-rcs-checkin):
7696 * vc-sccs.el (vc-sccs-checkin):
7697 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7698
7699 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7702 parent typo).
7703
7704 2010-03-19 Glenn Morris <rgm@gnu.org>
7705
7706 * password-cache.el (password-cache, password-cache-expiry): Autoload.
7707
7708 2010-03-18 Glenn Morris <rgm@gnu.org>
7709
7710 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7711
7712 * replace.el (query-replace-history): Give it a doc string.
7713 (map-query-replace-regexp): Use query-replace-from-history-variable
7714 and query-replace-to-history-variable.
7715
7716 * mail/hashcash.el (declare-function): Remove duplicate definition.
7717
7718 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7719 Make it an obsolete alias for report-emacs-bug-address.
7720 (message-strip-special-text-properties): Declare.
7721 (report-emacs-bug): Remove test for a pretest bug address.
7722 Combine message-mode-specific code.
7723
7724 * mail/supercite.el: Don't require sendmail.
7725 (mh-in-header-p): Declare rather than using with-no-warnings.
7726 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7727 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7728
7729 * calendar/cal-french.el: Convert to utf-8.
7730
7731 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7732 Emacs scripts.
7733
7734 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7735
7736 * net/secrets.el (secrets-enabled): New variable. Use it instead
7737 of a subfeature.
7738
7739 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7740
7741 * net/secrets.el (top): Register the D-Bus signals only when the
7742 service "org.freedesktop.secrets" can be pinged.
7743 Provide subfeature `enabled'.
7744
7745 2010-03-14 Juri Linkov <juri@jurta.org>
7746
7747 Add finder unknown keywords.
7748
7749 * finder.el (finder-unknown-keywords): New function.
7750
7751 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7752 to create a Finder node with unknown keywords.
7753
7754 2010-03-14 Juri Linkov <juri@jurta.org>
7755
7756 * finder.el (finder-compile-keywords): Replace `princ' with
7757 `prin1' on a list of symbols interned from keyword strings.
7758
7759 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7760 a comma, then split keywords using a comma and optional whitespace.
7761 Otherwise, split by whitespace.
7762
7763 * complete.el:
7764 * face-remap.el:
7765 * log-view.el:
7766 * net/hmac-def.el:
7767 * net/hmac-md5.el:
7768 * net/netrc.el:
7769 * progmodes/mixal-mode.el: Fix keywords.
7770
7771 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7772
7773 * Makefile.in (ELCFILES): Add net/secrets.elc.
7774
7775 * net/secrets.el: New file.
7776
7777 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7778
7779 * facemenu.el (list-colors-display, list-colors-print): New arg
7780 callback. Use it to allow selecting colors.
7781
7782 * wid-edit.el (widget-image-insert): Insert image prop even if the
7783 current display is non-graphic.
7784 (widget-field-value-set): New fun.
7785 (editable-field): Use it.
7786 (widget-field-value-get): Clean up unused var.
7787 (widget-color-value-create, widget-color--choose-action):
7788 New funs. Allow using list-colors-display to choose color.
7789
7790 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * cus-edit.el: Resort topmost custom groups.
7793 (custom-buffer-sort-alphabetically): Default to t.
7794 (customize-apropos): Use apropos-parse-pattern.
7795 (custom-search-field): New var.
7796 (custom-buffer-create-internal): Add custom-apropos search field.
7797 (custom-add-parent-links): Don't display parent doc.
7798 (custom-group-value-create): Don't sort top-level custom group.
7799 (custom-magic-value-create): Show visibility button before option name.
7800
7801 (custom-variable-state): New fun, from custom-variable-state-set.
7802 (custom-variable-state-set): Use it.
7803 (custom-group-value-create): Hide options with standard values
7804 using the :hidden-states property. Use progress reporter.
7805
7806 (custom-show): Simplify.
7807 (custom-visibility): Disable images by default.
7808 (custom-variable): New property :hidden-states.
7809 (custom-variable-value-create): Enable images for
7810 custom-visibility widgets. Use :hidden-states property to
7811 determine initial visibility.
7812
7813 * wid-edit.el (widget-image-find): Give images center ascent.
7814 (visibility): Add :on-image and :off-image properties.
7815 (widget-visibility-value-create): Use them.
7816
7817 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7818
7819 * cus-edit.el (processes): Remove from development group.
7820 (oop, hypermedia): Delete group.
7821 (comm): Promote to top-level group.
7822
7823 * net/browse-url.el (browse-url):
7824 * net/xesam.el (xesam):
7825 * net/tramp.el (tramp):
7826 * net/goto-addr.el (goto-address):
7827 * net/ange-ftp.el (ange-ftp): Put in comm group.
7828
7829 * view.el (view): Remove from editing group.
7830
7831 * uniquify.el (uniquify): Put in files group.
7832
7833 * net/browse-url.el (browse-url):
7834 * ps-print.el (postscript): Put in external group.
7835
7836 * cus-edit.el (outlines):
7837 * textmodes/text-mode.el (text-mode-hook):
7838 * textmodes/table.el (table):
7839 * textmodes/picture.el (picture):
7840 * outline.el (outlines): Put in wp group.
7841
7842 * nxml/nxml-mode.el (nxml): Remove from wp group.
7843
7844 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7845
7846 * mail/metamail.el (metamail): Remove from hypermedia group.
7847
7848 * cus-edit.el (abbrev):
7849 * whitespace.el (whitespace):
7850 * vcursor.el (vcursor):
7851 * reveal.el (reveal):
7852 * hl-line.el (hl-line): Put in convenience group.
7853
7854 * epg-config.el (epg): Put in data group.
7855
7856 * emulation/pc-select.el (pc-select): Put in emulations group.
7857
7858 * calculator.el (calculator): Put in applications group.
7859
7860 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7861
7862 Add .dir-locals.el support for file-less buffers.
7863 * files.el (hack-local-variables): Split out code to apply local
7864 variable settings ...
7865 (hack-local-variables-apply): ... here. New function.
7866 (hack-dir-local-variables): Use the default directory for when the
7867 buffer does not have an associated file.
7868 (hack-dir-local-variables-non-file-buffer): New function.
7869 * diff-mode.el (diff-mode):
7870 * vc-annotate.el (vc-annotate-mode):
7871 * vc-dir.el (vc-dir-mode):
7872 * log-edit.el (log-edit-mode):
7873 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7874
7875 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7876
7877 Add support for shelving snapshots and for showing shelves.
7878 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7879 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7880 New functions.
7881 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7882 (vc-bzr-extra-menu-map): Map them.
7883
7884 2010-03-11 Glenn Morris <rgm@gnu.org>
7885
7886 * cus-edit.el (customize-changed-options-previous-release):
7887 Bump to 23.1.
7888
7889 * image.el (image-animate-max-time): Fix :version tag.
7890
7891 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7892
7893 * Branch for 23.2.
7894
7895 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * vc-git.el (vc-git-revision-table): Include remote branches.
7898
7899 2010-03-10 Kim F. Storm <storm@cua.dk>
7900
7901 Animated image API.
7902 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7903
7904 * image.el (image-animate-max-time): New defcustom.
7905 (image-animated-types): New defconst.
7906 (create-animated-image, image-animate-timer)
7907 (image-animate-start, image-animate-stop, image-animate-timeout)
7908 (image-animated-p): New functions.
7909
7910 * image-mode.el (image-toggle-display-image):
7911 Replace `create-image' with `create-animated-image'.
7912
7913 2010-03-09 Miles Bader <miles@gnu.org>
7914
7915 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7916 instead of "format:"; this ensures that the output is
7917 newline-terminated.
7918
7919 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7920
7921 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7922 that all errors are caught, and that the return value is always a
7923 list (Bug#5692).
7924
7925 2010-03-08 Kenichi Handa <handa@m17n.org>
7926
7927 * language/misc-lang.el (windows-1256): New coding system.
7928 (cp1256): New alias of windows-1256 (bug#5690).
7929
7930 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7931
7932 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7933 call to rfc822-bad-address. (Bug#5692)
7934
7935 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7936
7937 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7938 Use vc-git-root as default directory for revision path (Bug#5657).
7939
7940 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7941
7942 * calculator.el (calculator): Don't bind split-window-keep-point
7943 (Bug#5674).
7944
7945 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * vc-git.el: Re-flow to fit into 80 columns.
7948 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7949 Remove spurious `quote' element in each case alternative.
7950 (vc-git-show-log-entry): Use prog1.
7951 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7952
7953 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7956
7957 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7958
7959 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7960 definition, not the name (Bug#5481).
7961
7962 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7963
7964 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7965 argument with a local variable. (Bug#5670)
7966
7967 2010-03-02 Juri Linkov <juri@jurta.org>
7968
7969 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7970
7971 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7972
7973 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7974 error when FILENAME and NEWNAME are existing remote directories.
7975
7976 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7977 parameter DIR-FLAG.
7978
7979 2010-03-02 Glenn Morris <rgm@gnu.org>
7980
7981 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7982 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7983
7984 2010-03-01 Kenichi Handa <handa@m17n.org>
7985
7986 * language/burmese.el (burmese-composable-pattern): Rename from
7987 myanmar-composable-pattern.
7988
7989 * international/characters.el (script-list):
7990 * international/fontset.el (script-representative-chars):
7991 Change myanmar to burmese.
7992 (otf-script-alist): Likewise.
7993 (setup-default-fontset): Likewise. Re-fix :otf spec.
7994
7995 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7996
7997 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7998
7999 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
8000
8001 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8002
8003 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
8004
8005 * net/tramp.el (tramp-handle-write-region): START can be a string.
8006 Take care in the checks. Reported by Dan Davison
8007 <davison@stats.ox.ac.uk>.
8008
8009 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
8010
8011 * net/dbus.el (dbus-introspect, dbus-get-property)
8012 (dbus-set-property, dbus-get-all-properties):
8013 Use `dbus-call-method' when noninteractive. (Bug#5645)
8014
8015 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
8016
8017 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8018 * emacs-lisp/elint.el (elint-add-required-env):
8019 * calendar/icalendar.el (icalendar--add-diary-entry):
8020 * calc/calcalg2.el (math-tracing-integral):
8021 * files.el (recover-session-finish): Use with-current-buffer
8022 instead of save-excursion.
8023
8024 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 Fix in-buffer completion when after-change-functions modify the buffer.
8027 * minibuffer.el (completion--replace): New function.
8028 (completion--do-completion): Use it and use relative movement.
8029
8030 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * international/fontset.el (setup-default-fontset): Fix :otf spec.
8033
8034 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
8035
8036 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
8037 Allow the characters _<> in the stack entry (Bug#5653).
8038
8039 2010-02-26 Kenichi Handa <handa@m17n.org>
8040
8041 * language/burmese.el: Fix entries in composition-function-table.
8042 (myanmar-composable-pattern): New variable.
8043
8044 * international/fontset.el (setup-default-fontset): Add an entry
8045 for myanmar.
8046
8047 * international/characters.el (script-list): Add Myanmar
8048 Extended-A.
8049
8050 2010-02-26 Glenn Morris <rgm@gnu.org>
8051
8052 * custom.el (custom-initialize-delay): Doc fix.
8053
8054 * mail/sendmail.el (send-mail-function): Autoload the call
8055 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
8056
8057 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
8058
8059 * files.el (hack-local-variables-filter): For eval forms, also
8060 check safe-local-variable-p (Bug#5636).
8061
8062 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
8063
8064 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
8065 setting the modes by `ignore-errors'. It might fail, for example
8066 if the file is not owned by the user but the group.
8067 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
8068
8069 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
8070
8071 * files.el (directory-listing-before-filename-regexp): Use
8072 stricter matching for iso-style dates, to avoid false matches with
8073 date-like filenames (Bug#5597).
8074
8075 * htmlfontify.el (htmlfontify): Doc fix.
8076
8077 * eshell/eshell.el (eshell): Doc fix.
8078
8079 * startup.el (fancy-about-screen): In mode-line, apply
8080 mode-line-buffer-id face only to the buffer name (Bug#5613).
8081
8082 2010-02-20 Kevin Ryde <user42@zip.com.au>
8083
8084 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8085 In `watcom' anchor regexp to start of line, to avoid slowness
8086 (Bug#5599).
8087
8088 2010-02-20 Eli Zaretskii <eliz@gnu.org>
8089
8090 * subr.el (remove-yank-excluded-properties): Explain in a comment
8091 why `category' property is removed.
8092
8093 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * isearch.el (isearch-update-post-hook, isearch-update): Revert
8096 2010-02-17 change.
8097
8098 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
8099
8100 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
8101 (icalendar--convert-weekly-to-ical)
8102 (icalendar--convert-yearly-to-ical)
8103 (icalendar--convert-block-to-ical)
8104 (icalendar--convert-cyclic-to-ical)
8105 (icalendar--convert-anniversary-to-ical): Take care of time
8106 specifications where hour has 1-digit only (Bug#5549).
8107
8108 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
8109
8110 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
8111 of disassemble output in GDB 7.1.
8112
8113 2010-02-19 Glenn Morris <rgm@gnu.org>
8114
8115 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
8116 property. (Bug#5593)
8117
8118 2010-02-18 Sam Steingold <sds@gnu.org>
8119
8120 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8121
8122 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 Use abbreviated file names in bookmarks (bug#5591).
8125 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
8126 calls to expand-file-name.
8127 (bookmark-relocate): Use abbreviated file names in bookmarks.
8128 (bookmark-load): Use abbreviated file names in messages.
8129
8130 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
8131
8132 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
8133 expand "." and "..". Reported by Thierry Volpiatto
8134 <thierry.volpiatto@gmail.com>.
8135
8136 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
8137
8138 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
8139 permissions of the temporary file to "0600". In case the remote
8140 file has no read permissions for the owner, there might be
8141 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
8142
8143 22010-02-18 Glenn Morris <rgm@gnu.org>
8144
8145 * emacs-lisp/authors.el (authors-renamed-files-alist):
8146 Add entries for INSTALL.CVS.
8147
8148 2010-02-17 Mark A. Hershberger <mah@everybody.org>
8149
8150 * vc-bzr.el: Fix typo in Known Bugs section.
8151
8152 * isearch.el (isearch-update-post-hook): New hook.
8153 (isearch-update): Use the new hook.
8154
8155 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
8156
8157 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8158 Fix errors in copying directories.
8159 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
8160 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
8161 (tramp-handle-delete-file)
8162 (tramp-handle-dired-recursive-delete-directory)
8163 (tramp-handle-write-region): Flush also the cache for the upper
8164 directory.
8165
8166 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
8167
8168 * simple.el (save-interprogram-paste-before-kill): Doc fix.
8169
8170 * cus-edit.el (hardware): Doc fix.
8171
8172 * man.el (man): Add to external custom group.
8173
8174 * delim-col.el (columns): Move to wp custom group.
8175
8176 * doc-view.el (doc-view): Add to data custom group.
8177
8178 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
8179
8180 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
8181 by ispell-parse-output (Bug#5575).
8182
8183 2010-02-16 Kenichi Handa <handa@m17n.org>
8184
8185 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
8186 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
8187 (skkdic-convert): Use `euc-japan' coding system for writing.
8188
8189 2010-02-16 Glenn Morris <rgm@gnu.org>
8190
8191 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
8192 tex-main-file before using it. (Bug#5562)
8193
8194 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
8197 warnings, since it is annoying for the user to see them each time he
8198 runs the code.
8199
8200 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
8201
8202 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
8203 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
8204 instead of PROC for caching "first-password-request". Otherwise,
8205 new processes would not profit from passwords already entered.
8206
8207 * net/tramp-cache.el (tramp-dump-connection-properties):
8208 Don't save "first-password-request" property.
8209
8210 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
8211
8212 * outline.el (outline-head-from-level):
8213 * simple.el (with-wrapper-hook):
8214 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
8215 (elint-defun, elint-buffer-env, elint-top-form-logged)
8216 (elint-unbound-variable):
8217 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
8218 Fix typos in docstrings.
8219
8220 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
8221
8222 * files.el (insert-directory): When WILDCARD-REGEXP and
8223 FULL-DIRECTORY-P are nil, insert the file entry instead of the
8224 whole directory. (Bug#5551)
8225
8226 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
8227 dired's alignment sanity. (Bug#5516)
8228
8229 2010-02-14 Juri Linkov <juri@jurta.org>
8230
8231 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
8232 Remove remaining ^H with their preceding chars. (Bug#5566)
8233
8234 2010-02-13 Glenn Morris <rgm@gnu.org>
8235
8236 * simple.el (transpose-subr): Give it a doc-string.
8237
8238 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
8239 Doc fixes.
8240
8241 2010-02-12 Juri Linkov <juri@jurta.org>
8242
8243 * arc-mode.el (archive-unique-fname): Make directories for nested
8244 archives. (Bug#5540)
8245
8246 2010-02-12 Juri Linkov <juri@jurta.org>
8247
8248 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
8249
8250 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * subr.el (copy-overlay): Handle deleted overlays.
8253
8254 * man.el (Man-completion-table): Don't signal an error if we can't run
8255 manual-program (bug#4056).
8256
8257 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
8258
8259 * textmodes/artist.el (artist-mt): Fix typos in docstring.
8260
8261 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8262
8263 * info.el (Info-bookmark-jump): Simplify.
8264
8265 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8266 (bookmark-default-handler): Accept new bookmark field `buffer'.
8267
8268 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
8269
8270 * iswitchb.el (iswitchb-completions): Revert last change.
8271
8272 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
8273
8274 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
8275 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8276 This prevents file names like "~/" being listed literally.
8277
8278 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8279
8280 * term/xterm.el (xterm-maybe-set-dark-background-mode):
8281 Remove dead code. (Bug#5546)
8282
8283 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8286 correctly (Bug#5548).
8287
8288 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
8289
8290 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
8291 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
8292
8293 2010-02-08 Kenichi Handa <handa@m17n.org>
8294
8295 * international/mule-util.el (with-coding-priority): Add autoload
8296 cookie for putting `lisp-indent-function'.
8297
8298 2010-02-07 Glenn Morris <rgm@gnu.org>
8299
8300 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8301 Move F2003 named interfaces from keywords-2 to keywords-1, and
8302 use function-name-face rather than constant-face.
8303 Simplify "abstract interface" regexp.
8304
8305 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * eshell/esh-util.el (eshell-file-attributes): New optional arg
8308 ID-FORMAT. Pass it to `file-attributes'.
8309
8310 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8311
8312 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
8313
8314 * faces.el (set-face-attribute): Allow calling
8315 internal-set-lisp-face-attribute with 'unspecified family and
8316 foundry argument (Bug#5536).
8317
8318 2010-02-07 Glenn Morris <rgm@gnu.org>
8319
8320 * progmodes/f90.el (f90-font-lock-keywords-2)
8321 (f90-looking-at-type-like, f90-looking-at-program-block-end):
8322 Handle F2003 named interfaces.
8323
8324 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
8325
8326 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8327 beg and end before calling c-get-state-before-change-functions.
8328
8329 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
8330
8331 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8332
8333 2010-02-05 Juri Linkov <juri@jurta.org>
8334
8335 * doc-view.el (doc-view-mode):
8336 * image-mode.el (image-mode): Put property mode-class=special.
8337 (Bug#4896)
8338
8339 2010-02-05 Mark A. Hershberger <mah@everybody.org>
8340
8341 * vc-svn.el (vc-svn-revision-table): New function.
8342
8343 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
8344
8345 * net/ange-ftp.el (ange-ftp-insert-directory):
8346 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8347 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8348 Handle also directories. (Bug#5478)
8349
8350 2010-02-05 Glenn Morris <rgm@gnu.org>
8351
8352 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8353
8354 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
8355
8356 * startup.el (command-line-1): Convert options beginning with a
8357 single dash as well (Bug#5519).
8358
8359 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8362 * minibuffer.el (completion-initials-expand): Only check the presence
8363 of delims *within* the boundaries, since otherwise the / delim is
8364 always found for files.
8365
8366 Fix up various corner case problems.
8367 * doc-view.el (doc-view-last-page-number): New function.
8368 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8369 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8370 (doc-view-kill-proc): Avoid inf-loop in freak cases.
8371 (doc-view-reconvert-doc): Use the new recursive delete-directory.
8372 (doc-view-convert-current-doc): Don't create the resolution.el file
8373 here any more.
8374 (doc-view-pdf/ps->png): Do it here instead.
8375 (doc-view-already-converted-p): Check that resolution.el is present.
8376 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8377 windows that are not yet showing images.
8378
8379 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
8380
8381 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8382 `dired-uncache' for every elemnt which is an absolute file name.
8383
8384 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8385 directory, handle its directory component.
8386 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8387 function is called permanently and creates noise, otherwise.
8388
8389 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8390 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8391 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
8392
8393 2010-02-04 David Burger <dburger@google.com> (tiny change)
8394
8395 * macros.el (apply-macro-to-region-lines):
8396 Minor simplification. (Bug#5485)
8397
8398 2010-02-04 Glenn Morris <rgm@gnu.org>
8399
8400 * mail/rmail.el (rmail-show-message-1): Handle malformed
8401 quoted-printable text. (Bug#5441)
8402
8403 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8404
8405 * simple.el (visual-line-mode): Capitalize lighter.
8406
8407 2010-02-03 John Wiegley <jwiegley@gmail.com>
8408
8409 * iswitchb.el (iswitchb-completions): Add bookmark files to the
8410 list of files considered for "virtual buffer" completions.
8411
8412 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
8413
8414 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
8415 also in case of (and (not full) (not wildcard)). This is needed
8416 when dired is called with a list of files, which are not in
8417 `default-directory'. (Bug#5478)
8418
8419 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8422
8423 2010-02-02 Juri Linkov <juri@jurta.org>
8424
8425 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8426 from unidiff to allow function-line after @@.
8427
8428 2010-02-02 Juri Linkov <juri@jurta.org>
8429
8430 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8431 '(RCS SCCS) with inverted condition.
8432
8433 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
8434
8435 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8436 messages.
8437
8438 2010-02-01 Juri Linkov <juri@jurta.org>
8439
8440 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8441 compare with "pkunzip" and "pkzip" instead of only "pkzip".
8442 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8443 only when (car archive-zip-extract) is "unzip". (Bug#5475)
8444
8445 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8448 (doc-view-revert-buffer): New command.
8449 (doc-view-mode-map): Use it.
8450
8451 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8452
8453 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8454 pending merge is detected.
8455
8456 2010-01-31 Juri Linkov <juri@jurta.org>
8457
8458 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8459 beginning of interactive spec like all other grep commands do.
8460 Put "all" in front of "gz". (Bug#5260)
8461
8462 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
8463
8464 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8465
8466 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
8467
8468 * dirtrack.el (dirtrack): Warn instead of signalling error if the
8469 regexp is incorrect (Bug#5476).
8470
8471 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
8472
8473 * net/tramp.el (tramp-handle-insert-directory): Handle also
8474 symlinks, when FILENAME is not in `default-directory'.
8475
8476 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
8477
8478 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
8479 FILE is not in `default-directory'. (Bug#5478)
8480
8481 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8482 of SWITCHES. Handle the case, FILENAME is not in
8483 `default-directory'. (Bug#5478)
8484 (tramp-register-file-name-handlers): Add safe-magic property.
8485
8486 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
8487
8488 * arc-mode.el (archive-zip-extract): Quote the argument passed to
8489 unzip (Bug#5475).
8490
8491 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
8492
8493 * progmodes/flymake.el (flymake-allowed-file-name-masks)
8494 (flymake-master-make-header-init): Add other C++ filename masks.
8495 (flymake-find-possible-master-files)
8496 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8497
8498 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
8499
8500 Fix some busybox annoyances.
8501
8502 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8503 not responding." string.
8504 (tramp-open-connection-setup-interactive-shell): Dump stty
8505 settings. Enable "neveropen" arg for all `tramp-send-command'
8506 calls. Handle "=" in variable values properly.
8507 (tramp-find-inline-encoding): Raise an error, when no encoding is
8508 found.
8509 (tramp-wait-for-output): Check, whether PROC buffer is available.
8510 Remove spurious " ^H" sequences, sent by busybox.
8511 (tramp-get-ls-command): Suppress coloring, if possible.
8512
8513 2010-01-28 Glenn Morris <rgm@gnu.org>
8514
8515 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
8516
8517 * log-edit.el (log-edit-strip-single-file-name): Add missing
8518 :safe, :group, and :version tags.
8519
8520 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
8521
8522 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8523 buffers. (Bug#5477)
8524
8525 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
8526
8527 * files.el (delete-directory): Handle moving to trash without
8528 first doing recursion (Bug#5436).
8529
8530 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8531
8532 * vc-hooks.el (vc-path): Mark as obsolete.
8533
8534 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8535
8536 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8537 names too.
8538
8539 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8540 for the short log.
8541 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8542
8543 2010-01-25 Mark A. Hershberger <mah@everybody.org>
8544
8545 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8546
8547 * vc-bzr.el (vc-bzr-revision-table): New function.
8548
8549 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8550
8551 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8552 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8553
8554 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8555
8556 Remove support for adding --signoff on commit.
8557 Future support will use an incompatible generic mechanism.
8558 * vc-git.el (vc-git-add-signoff): Remove variable.
8559 (vc-git-toggle-signoff): Remove function.
8560 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8561
8562 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8563 from xterm-set-background-mode. Return t if the background mode
8564 was set.
8565 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8566 earlier, call it again in case the background mode has changed.
8567
8568 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8569
8570 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8571 (Bug#3541).
8572
8573 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
8574
8575 * emacs-lisp/assoc.el (aelement): Doc fix.
8576 (aput, adelete, amake): Use lexical-let (Bug#5450).
8577
8578 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
8579
8580 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8581 is the same as subprogram call, not declaration. (Bug#5435).
8582
8583 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
8584
8585 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8586 (tramp-smb-maybe-open-connection): Use it.
8587
8588 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
8589
8590 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
8591
8592 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8595 just because we see "encoding: 8bit".
8596 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8597
8598 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
8599
8600 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8601
8602 2010-01-22 Eli Zaretskii <eliz@gnu.org>
8603
8604 * jka-compr.el (jka-compr-load): If load-file is not in
8605 load-history, try its file-truename version. (bug#5447)
8606
8607 2010-01-21 Alan Mackenzie <acm@muc.de>
8608
8609 Fix a situation where deletion of a cpp construct throws an error.
8610 * progmodes/cc-engine.el (c-invalidate-state-cache):
8611 Before invoking c-with-all-but-one-cpps-commented-out, check that the
8612 special cpp construct is still in the buffer.
8613 (c-parse-state): Record the special cpp with markers, not numbers.
8614
8615 2010-01-21 Kenichi Handa <handa@m17n.org>
8616
8617 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8618 process last-command-event, as it is now decoded first (Bug#5380).
8619
8620 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
8621
8622 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8623
8624 2010-01-20 Glenn Morris <rgm@gnu.org>
8625
8626 * indent.el (tab-always-indent): Fix custom-type.
8627
8628 2010-01-19 Alan Mackenzie <acm@muc.de>
8629
8630 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8631 buffer throws "args out of range".
8632 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8633 playing the role of delimiter.
8634
8635 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8636
8637 * progmodes/ada-mode.el: Fix bug#5400.
8638 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8639 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8640 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8641 Improve comments in "is" portion. Handle null procedure declaration.
8642 (ada-move-to-end): Improve doc string.
8643
8644 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8645
8646 * ido.el (ido-cur-list): Initialize to nil.
8647 Remove obsolete information from commentary.
8648 (ido-choice-list): Initialize to nil.
8649 (ido-get-bufname): Reject minibuffers.
8650 (ido-make-buffer-list): If "default" is a nonexistent
8651 buffer, ignore it, as per the function's comment.
8652 (ido-kill-buffer-internal): New function.
8653 (ido-kill-buffer-at-head): Use it.
8654 (ido-visit-buffer): Likewise.
8655
8656 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
8657
8658 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8659
8660 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
8661
8662 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8663 Fix typos in chart titles.
8664
8665 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8666 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8667 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8668 (describe-class, eieio-describe-generic, describe-generic):
8669 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8670 (eieio-speedbar-expand):
8671 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8672 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8673 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8674 (viper-del-backward-char-in-replace, viper-backward-indent)
8675 (viper-brac-function, viper-register-to-point, viper-submit-report):
8676 * net/tramp.el (tramp-remote-coding-commands):
8677 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8678 Fix typos in docstrings.
8679
8680 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8681
8682 * mail/sendmail.el (mail-yank-original): Set the mark if the
8683 specified function for yanking does not do it.
8684
8685 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8686
8687 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8688
8689 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8690 resyncing a directory.
8691
8692 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8693
8694 * progmodes/ada-mode.el: Fix bug#1920.
8695 (ada-ident-re): Delete ., allow multibyte characters.
8696 (ada-goto-label-re): New; matches goto labels.
8697 (ada-block-label-re): New; matches block labels.
8698 (ada-label-re): New; matches both.
8699 (ada-named-block-re): Deleted; callers changed to use
8700 `ada-block-label-re' instead.
8701 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8702 Use `ada-block-label-re'.
8703 (ada-indent-on-previous-lines): Improve handling of goto labels.
8704 (ada-get-indent-block-start): Special-case block label.
8705 (ada-get-indent-label): Split into `ada-indent-block-label' and
8706 `ada-indent-goto-label'.
8707 (ada-goto-stmt-start, ada-goto-next-non-ws):
8708 Optionally ignore goto labels.
8709 (ada-goto-next-word): Simplify.
8710 (ada-indent-newline-indent-conditional): Insert newline before
8711 trying to fix indentation; doc fix.
8712
8713 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8714
8715 * calc/calc.el (calc-command-flags): Give it an initial value.
8716
8717 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8718
8719 * files.el (minibuffer-with-setup-hook):
8720 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8721 (artist-key-draw-continously, artist-key-do-continously-continously)
8722 (artist-key-set-point-continously, artist-mouse-draw-continously):
8723 Fix typos in docstrings.
8724
8725 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8726
8727 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8728 return t (Bug#3898).
8729
8730 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8731
8732 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8733 can parse the output of the external commands (Bug#5279).
8734
8735 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8736
8737 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8738
8739 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8740
8741 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8742
8743 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8744
8745 * startup.el (command-line): Remove unused --icon-type arg.
8746 Handle --display arg, passing it to command-line-1 (Bug#5392).
8747
8748 2010-01-16 Mario Lang <mlang@delysid.org>
8749
8750 * emacs-lisp/chart.el (chart-translate-namezone):
8751 * textmodes/artist.el (artist-compute-popup-menu-table):
8752 Remove duplicated words in doc-strings.
8753
8754 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8755
8756 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8757 to mairix-search to suppress threading (Bug#5342).
8758
8759 2010-01-15 Kenichi Handa <handa@m17n.org>
8760
8761 * international/mule-cmds.el (canonicalize-coding-system-name):
8762 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8763
8764 2010-01-15 Glenn Morris <rgm@gnu.org>
8765
8766 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8767
8768 * wid-edit.el (widget-keymap): Doc fix.
8769
8770 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8771 former seems to be more widely accepted by various svn versions.
8772
8773 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8774
8775 * find-cmd.el (find-constituents):
8776 * vc-arch.el (vc-arch-root):
8777 * window.el (window-body-height, pop-up-frames):
8778 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8779 * progmodes/ada-stmt.el (ada-if):
8780 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8781 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8782 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8783 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8784
8785 * progmodes/flymake.el (flymake-post-syntax-check):
8786 Fix typo in error message.
8787
8788 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8789
8790 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8791 which is always a string. (Bug#5313)
8792
8793 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8794
8795 * progmodes/ada-xref.el (ada-default-prj-properties):
8796 Simplify previous change.
8797
8798 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8799
8800 * progmodes/ada-xref.el (ada-default-prj-properties):
8801 Default ada_project_path to $ADA_PROJECT_PATH.
8802
8803 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8804
8805 * progmodes/ada-mode.el (ada-create-keymap):
8806 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8807
8808 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8809
8810 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8811 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8812 (ada-get-current-indent, ada-imenu-generic-expression)
8813 (ada-which-function): Check for it.
8814
8815 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8816
8817 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8818 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8819
8820 2010-01-14 Glenn Morris <rgm@gnu.org>
8821
8822 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8823
8824 2010-01-14 Kenichi Handa <handa@m17n.org>
8825
8826 * composite.el (auto-composition-mode): Make it a buffer local
8827 variable (permanent-local).
8828 (auto-composition-function): Set the default value to
8829 auto-compose-chars.
8830 (auto-composition-mode): Make it a simple function, not a minor mode.
8831 (global-auto-composition-mode): Likewise.
8832 (turn-on-auto-composition-if-enabled): Delete it.
8833
8834 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8835
8836 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8837
8838 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8839
8840 * files.el (copy-directory): Compute target for recursive
8841 directories with identical names. (Bug#5343)
8842
8843 2010-01-12 Glenn Morris <rgm@gnu.org>
8844
8845 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8846 it to bug-gnu-emacs rather than emacs-pretest-bug.
8847
8848 2010-01-11 Sam Steingold <sds@gnu.org>
8849
8850 * imenu.el (imenu-default-create-index-function): Detect infinite
8851 loops caused by imenu-prev-index-position-function.
8852
8853 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8854
8855 * htmlfontify.el (htmlfontify-load-rgb-file)
8856 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8857 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8858 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8859 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8860 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8861 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8862 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8863 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8864 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8865 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8866 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8867 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8868 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8869 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8870 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8871 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8872 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8873 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8874 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8875 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8876 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8877 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8878 backslash-quoting from parentheses, etc.
8879
8880 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8881
8882 * progmodes/js.el: Autoload javascript-mode alias.
8883
8884 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8885
8886 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8887 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8888 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8889 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8890 Fix typos in docstrings.
8891 (ffap-url-regexp): Doc fix.
8892 (ffap-at-mouse): Fix typo in message.
8893
8894 2010-01-11 Glenn Morris <rgm@gnu.org>
8895
8896 * version.el (emacs-copyright): Set copyright year to 2010.
8897
8898 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * format.el (format-annotate-function): Only set
8901 write-region-post-annotation-function after running to-fn so as not to
8902 affect nested write-region calls (bug#5273).
8903
8904 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8905
8906 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8907 wisent/python.el.
8908
8909 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8910
8911 * man.el (Man-goto-section): Signal error if the section is not
8912 found (Bug#5317).
8913
8914 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8915
8916 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8917 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8918
8919 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8920
8921 * progmodes/compile.el: Don't treat compile-command as safe if
8922 compilation-read-command might be nil (Bug#4218).
8923
8924 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8925
8926 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8927 NS options.
8928
8929 2010-01-08 Kenichi Handa <handa@m17n.org>
8930
8931 * international/fontset.el (build-default-fontset-data):
8932 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8933
8934 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8937 to `create-file-buffer' as it expects, not just a buffer name.
8938 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8939 to help uniquify. (Bug#3224)
8940
8941 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8942
8943 * font-setting.el (font-setting-change-default-font): Use user-spec
8944 instead of name.
8945
8946 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8947
8948 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8949
8950 2010-01-05 Tom Tromey <tromey@redhat.com>
8951
8952 * progmodes/python.el (python-font-lock-keywords):
8953 Handle qualified decorators (Bug#881).
8954
8955 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8956
8957 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8958 in a lightweight checkout.
8959
8960 2010-01-05 Kenichi Handa <handa@m17n.org>
8961
8962 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8963
8964 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8965
8966 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8967
8968 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8969
8970 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8971 checkouts. (Bug#618)
8972 (vc-bzr-log-view-mode): Also highlight the author.
8973 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8974 (vc-bzr-shelve-menu-map):
8975 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8976 (vc-bzr-shelve-apply): Make prompt more explicit.
8977
8978 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8981 They are valid characters in URL paths (rfc3986), and at least
8982 Firefox does not understand the encoded version (Bug#3166).
8983
8984 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8985
8986 * progmodes/octave-mod.el (octave-end-keywords)
8987 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8988 Add "end" keyword (Bug#3061).
8989 (octave-end-as-array-index-p): New function.
8990 (calculate-octave-indent): Use it.
8991
8992 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8993
8994 * bookmark.el: Consistently put the text property on the bookmark name.
8995 (bookmark-bmenu-marks-width): Bump back to 2, to include
8996 annotation marks.
8997 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8998 property on the bookmark name, instead of not putting it at all.
8999 (bookmark-bmenu-list): Fix where we put the text property.
9000
9001 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9002
9003 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9004 for showing buffer modified state (as added in the previous change).
9005
9006 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9007
9008 * bookmark.el: Show modified state of bookmark buffer more accurately.
9009 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9010 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9011 (with-buffer-modified-unmodified): New macro.
9012 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9013 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
9014 Use new macro to preserve the buffer modified state.
9015
9016 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9017
9018 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
9019 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9020 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9021 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9022 (bookmark-bmenu-rename, bookmark-bmenu-locate)
9023 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9024 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
9025
9026 2010-01-02 Eli Zaretskii <eliz@gnu.org>
9027
9028 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9029 Make the lines in the generated doc string shorter. (Bug#4668)
9030
9031 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
9032
9033 * net/rcirc.el: Add follow-link binding (Bug#4738).
9034
9035 2010-01-02 Eli Zaretskii <eliz@gnu.org>
9036
9037 * Makefile.in (bzr-update): Rename from cvs-update.
9038 (cvs-update): New target for backward compatibility.
9039
9040 * makefile.w32-in (bzr-update): Rename from cvs-update.
9041 (cvs-update): New target for backward compatibility.
9042
9043 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9044
9045 * bookmark.el: Remove gratuitous gratitude.
9046
9047 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9048
9049 * bookmark.el (bookmark-bmenu-any-marks): New function.
9050 (bookmark-bmenu-save): Clear buffer modification if no marks.
9051
9052 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9053
9054 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
9055 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
9056 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
9057 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
9058
9059 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9060 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
9061 To: emacs-devel {_AT_} gnu.org
9062 Subject: bookmark.el bug report
9063 Date: Mon, 28 Dec 2009 14:19:16 +0800
9064 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
9065
9066 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9067
9068 * bookmark.el: Improvements suggested by Drew Adams:
9069 (bookmark-bmenu-ensure-position): New name for
9070 `bookmark-bmenu-check-position'. Just ensure the position,
9071 don't return any meaningful value.
9072 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
9073 New constants.
9074
9075 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
9076
9077 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
9078 (bookmark-yank-point, bookmark-bmenu-check-position):
9079 Fix typos in docstrings.
9080 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
9081 (bookmark-name-from-full-record, bookmark-get-position)
9082 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9083 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
9084 Remove useless quoting of parenthesis, etc. in docstrings.
9085
9086 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
9087 (ediff-append-custom-diff): Fix typo in error message.
9088 (ediff-meta-mark-equal-files): Fix typos in messages.
9089
9090 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
9091
9092 * net/imap-hash.el (imap-hash-make): Doc fix.
9093 (imap-hash-test): Fix typo in error message; reflow docstring.
9094 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
9095 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
9096 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
9097 Fix typos in docstrings.
9098 (imap-hash-open-connection): Fix typo in error message.
9099
9100 * play/gomoku.el (gomoku): Fix typos in docstring.
9101
9102 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
9103 (gdb-jsonify-buffer): Fix typos in docstring.
9104 (gdb-goto-breakpoint): Fix typo in error message.
9105 ("Display Other Windows"): Fix typo in help message.
9106 (gdb-speedbar-expand-node): Fix typo in question.
9107
9108 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
9109 (idlwave-html-system-help-location, idlwave-html-help-location)
9110 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
9111 (idlwave-help-browser-generic-args, idlwave-help-directory)
9112 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
9113 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
9114 (idlwave-online-help, idlwave-help-html-link)
9115 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
9116 Fix typos in docstrings.
9117 (idlwave-help-with-source, idlwave-help-find-routine-definition):
9118 Reflow docstrings.
9119 (idlwave-help-assistant-start): Fix typo in error message.
9120
9121 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
9122 (octave-electric-space): Fix typos in docstrings.
9123
9124 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
9125
9126 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
9127
9128 2010-01-01 Juri Linkov <juri@jurta.org>
9129
9130 * comint.el (comint-input-ring-size): Make it a defcustom and
9131 increase the default to 500 (Bug#5148).
9132
9133 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
9134
9135 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9136 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
9137 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
9138
9139 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
9140
9141 Show working revision correctly for mercurial.
9142 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
9143 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
9144
9145 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
9146
9147 Declare some functions for the byte-compiler.
9148 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
9149 (speedbar-timer-fn, speedbar-change-expand-button-char)
9150 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
9151
9152 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
9153
9154 This changeset reverts GDB Graphical Interface to use annotations.
9155 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
9156
9157 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9158
9159 Make vc-dir work on subdirectories of the bzr root.
9160 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
9161 file names relative to it.
9162 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
9163 relative directory to vc-bzr-after-dir-status.
9164
9165 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
9166
9167 * font-lock.el (font-lock-refresh-defaults): New function, which
9168 can be used to let font-lock react to external changes in
9169 variables like font-lock-defaults and keywords.
9170 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
9171
9172 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9173
9174 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
9175
9176 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
9177
9178 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
9179
9180 Supersede color.diff settings in git log (bug#5211).
9181
9182 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
9183 escape chars in its output when the user has color.diff set to `always'.
9184 This fix works on git 1.4.2 and newer (released on 2006-08-13).
9185
9186 2009-12-26 Kevin Ryde <user42@zip.com.au>
9187
9188 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
9189 node. Keep previous "Index" name to work with past coreutils too.
9190
9191 * man.el (man): Revise docstring a bit to show -a and -l as
9192 examples. Add -k description since support for it has otherwise
9193 been a secret. (Further to bug#3717.)
9194 (Man-bgproc-sentinel): When "-k foo" produces no output show error
9195 "no matches" rather than "Can't find manpage", as the latter reads
9196 like -k was interpreted as a page name, which is not so. (Bug#5431)
9197
9198 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
9199
9200 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9201 switches. Check also for //SUBDIRED// line.
9202
9203 2009-12-25 Kenichi Handa <handa@m17n.org>
9204
9205 * language/indian.el (devanagari-composable-pattern): Fixed to
9206 handle ZWNJ and ZWJ. Use it in composition-function-table for
9207 Devanagari.
9208 (malayalam-composable-pattern): Fix previous change.
9209
9210 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9211
9212 * ps-print.el (ps-face-attributes): It was not returning the
9213 attribute face for faces specified as string. Reported by harven
9214 <harven@free.fr>. (Bug#5254)
9215 (ps-print-version): New version 7.3.5.
9216
9217 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
9218
9219 * calendar/icalendar.el (icalendar--convert-tz-offset):
9220 Fix timezone names.
9221 (icalendar--convert-tz-offset): Fix the "last-day-problem".
9222 (icalendar--add-diary-entry): Remove the trailing blank that
9223 diary-make-entry inserts.
9224
9225 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
9226
9227 Make `file-expand-wildcards' work for remote files.
9228
9229 * files.el (file-expand-wildcards): In case of remote files, check
9230 only local file name part for wildcards. Provide feature 'files
9231 and subfeature 'remote-wildcards. (Bug#5198)
9232
9233 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
9234 if there is already an established connection.
9235 (tramp-advice-file-expand-wildcards): Remove it.
9236
9237 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
9238 (tramp-advice-file-expand-wildcards): Move from tramp.el.
9239 Activate advice for older GNU Emacs versions. (Bug#5237)
9240
9241 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
9242
9243 Some doc fixes (more needed).
9244
9245 * find-cmd.el (find-constituents): Reflow docstring.
9246 (find-cmd, find-prune, find-command): Fix typos in docstrings.
9247 (find-generic): Doc fix.
9248
9249 2009-12-17 Juri Linkov <juri@jurta.org>
9250
9251 Fix regression from 23.1 to allow multiple modes in Local Variables.
9252
9253 * files.el (hack-local-variables-filter): While ignoring duplicates,
9254 don't take `mode' into account.
9255 (hack-local-variables-filter, hack-dir-local-variables):
9256 Don't remove duplicate `mode' from local-variables-alist (like `eval').
9257
9258 2009-12-17 Juri Linkov <juri@jurta.org>
9259
9260 Make `dired-diff' safer. (Bug#5225)
9261
9262 * dired-aux.el (dired-diff): Signal an error when `file' equals to
9263 `current' or when `file' is a directory of the `current' file.
9264
9265 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
9266
9267 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9268 unconditionally preloaded files.
9269
9270 2009-12-16 Juri Linkov <juri@jurta.org>
9271
9272 Revert to old 23.1 logic of using the file at the mark as default.
9273 * dired-aux.el (dired-diff): Use the file at the mark as default
9274 if it's not the same as the current file, and the target dir is
9275 the current dir or the mark is active. Add the current file
9276 as the arg of `dired-dwim-target-defaults'. Use the default file
9277 in the prompt. (Bug#5225)
9278
9279 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
9280
9281 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9282 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9283 (tramp-check-for-regexp): Check also, when an echoing shell stops
9284 to echo sent commands.
9285
9286 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * Makefile.in: Revert last change (Bug#5191).
9289
9290 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
9291
9292 * vc-hg.el (vc-hg-print-log): Fix argument order.
9293 (vc-hg-working-revision): Make sure the command is executed in a
9294 known environment so that we can parse the output. (Bug#4417)
9295
9296 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * progmodes/python.el (python-symbol-completions): Remove text
9299 properties from symbol string before calling python-send-receive.
9300
9301 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
9302
9303 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
9304 when there are values for both file and line. (Bug#5060)
9305
9306 2009-12-14 Juri Linkov <juri@jurta.org>
9307
9308 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9309 whitespace after the file name of the first line of unified format,
9310 because git-diff doesn't output whitespace and file modification time
9311 after the file name.
9312
9313 2009-12-14 David Kastrup <dak@gnu.org>
9314
9315 * info.el (Info-hide-cookies-node): Before hiding a cookie,
9316 check if it already has the `display' property added by
9317 `Info-display-images-node', and not put the `invisible' property
9318 in this case.
9319
9320 2009-12-13 Glenn Morris <rgm@gnu.org>
9321
9322 * mail/emacsbug.el (message-sort-headers): Define for compiler.
9323 (report-emacs-bug): In message-mode, sort manually before storing
9324 original report text. (Bug#5178)
9325 Remove superfluous save-excursion.
9326
9327 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
9328
9329 * net/dbus.el (dbus-property-handler): Filter lambda forms out
9330 when responding to "GetAll" properties.
9331
9332 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
9333
9334 * simple.el (compose-mail): Remove mail-setup-with-from from
9335 customization checks.
9336
9337 2009-12-12 Eli Zaretskii <eliz@gnu.org>
9338
9339 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9340 RAR archives created on Unix systems.
9341
9342 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9345 the varalias that was accidentally removed by the 2009-11-19 change
9346 (bug#5186).
9347
9348 2009-12-12 Kenichi Handa <handa@m17n.org>
9349
9350 * language/indian.el (indian-compose-regexp): New function.
9351 (malayalam-composable-pattern): Fix the pattern.
9352 (composition-function-table): Set malayalam-composable-pattern for
9353 Malayalam characters.
9354
9355 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
9356
9357 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9358 rather than down-mouse-1, based on follow-link conventions.
9359
9360 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9361 are compiled.
9362
9363 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
9364
9365 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
9366 (verilog-vmm-statement-re, verilog-ovm-statement-re)
9367 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9368 (verilog-leap-to-head, verilog-backward-token):
9369 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
9370
9371 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
9372
9373 * progmodes/verilog-mode.el (verilog-auto-lineup)
9374 (verilog-nameable-item-re): Cleanup user-visible spelling and
9375 documentation errors. One reported by Gary Delp.
9376 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
9377 (verilog-read-decls): Fix AUTOWIRE with types declared in a
9378 package, bug195. Reported by Pierre-David Pfister.
9379
9380 2009-12-11 Glenn Morris <rgm@gnu.org>
9381
9382 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9383
9384 * mail/emacsbug.el: No longer require sendmail.
9385 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
9386 (report-emacs-bug-orig-text): Doc fix.
9387 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9388 New local variables, to adapt to different mail-user-agents.
9389 (report-emacs-bug): Fix test for a gnu.org address.
9390 Use overlays for emphasis, since font-lock defeats 'face property.
9391 Pretest bugs also end up at the newsgroup these days.
9392 Stop message-mode stripping text properties.
9393 Set and use the new buffer-local variables.
9394 (report-emacs-bug-hook): Add doc-string.
9395 Remove some unnecessary save-excursions and simplify.
9396 Use the appropriate hook and send-command.
9397
9398 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9399 capitalization of some menu entries.
9400
9401 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9402
9403 * whitespace.el (whitespace-display-char-on):
9404 Ensure `buffer-display-table' is unique when two or more windows are
9405 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9406 New version 12.1.
9407
9408 2009-12-10 Eli Zaretskii <eliz@gnu.org>
9409
9410 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9411 characters in the Attribute field.
9412
9413 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
9414
9415 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
9416
9417 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9420 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9421 Disregard autoload-excludes.
9422 (update-directory-autoloads): Obey autoload-excludes here instead.
9423 But don't store its contents in no-autoloads and remove entries that
9424 refer to excludes files.
9425
9426 2009-12-10 Glenn Morris <rgm@gnu.org>
9427
9428 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9429 (expand-mail-aliases): Define for compiler.
9430
9431 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9432 Define for compiler.
9433
9434 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9435 appropriate for the mail-user-agent in use.
9436
9437 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
9438
9439 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9440
9441 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
9442
9443 Fix short log parsing and fontification.
9444 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9445 Fix fontification for the [merge] label.
9446
9447 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
9448
9449 Drop some properties to avoid surprises (bug#5002).
9450 * htmlfontify.el (hfy-ignored-properties): New defcustom.
9451 (hfy-fontify-buffer): Use it.
9452
9453 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 Minor cleanup.
9456 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9457 Adjust all callers.
9458 (ffap-locate-file): Remove unused arg `dir-ok' and make other
9459 args compulsory. Adjust callers.
9460 (ffap-gopher-at-point): Remove unused var `name'.
9461
9462 Get rid of the ELCFILES abomination.
9463 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9464 (compile-elcfiles): New phony target.
9465 (compile-main): Compute ELCFILES dynamically.
9466 (compile-clean): New target to remove left-over elc files.
9467 (compile, all): Use it.
9468
9469 2009-12-09 Kenichi Handa <handa@etlken>
9470
9471 * international/mule-diag.el: Require help-mode instead of help-fns.
9472
9473 2009-12-09 Kenichi Handa <handa@m17n.org>
9474
9475 * international/mule-cmds.el (ucs-names): Supply sufficiently
9476 fine ranges instead of pre-calculating accurate ranges.
9477 Iterate with bigger gc-cons-threshold.
9478
9479 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9480
9481 Add support for stashing a snapshot of the current tree.
9482 * vc-git.el (vc-git-stash-snapshot): New function.
9483 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9484
9485 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
9486
9487 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9488 instead of `(beginning|end)-of-line'.
9489
9490 2009-12-08 Glenn Morris <rgm@gnu.org>
9491
9492 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9493
9494 * Makefile.in (ELCFILES): Regenerate.
9495
9496 2009-12-07 Juri Linkov <juri@jurta.org>
9497
9498 Don't lazy-highlight the comint output in history Isearch mode.
9499
9500 * comint.el (comint-history-isearch-search): Instead of
9501 `comint-line-beginning-position', use `comint-after-pmark-p'
9502 to check if point if before the process mark, and go to
9503 `process-mark' in this case.
9504
9505 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9506
9507 * textmodes/tex-mode.el (latex-complete)
9508 (latex-indent-or-complete): Remove.
9509 (latex-mode): Set completion-at-point-functions instead.
9510
9511 Provide a standard completion command and hook it into TAB.
9512 * minibuffer.el (completion-at-point-functions): New var.
9513 (completion-at-point): New command.
9514 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9515 * progmodes/python.el (python-mode-map): Use completion-at-point.
9516 (python-completion-at-point): Rename from python-partial-symbol and
9517 adjust for use in completion-at-point-functions.
9518 (python-mode): Setup completion-at-point for Python completion.
9519 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9520 extracted from lisp-complete-symbol.
9521 (lisp-complete-symbol): Use it.
9522 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9523 setup completion-at-point for Elisp completion.
9524 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9525 Use completion-at-point.
9526 * ielm.el (ielm-map): Use completion-at-point.
9527 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9528 * progmodes/sym-comp.el: Move to...
9529 * obsolete/sym-comp.el: Move from progmodes.
9530
9531 2009-12-07 Eli Zaretskii <eliz@gnu.org>
9532
9533 Prevent save-buffer in Rmail buffers from using the coding-system
9534 of the current message, and from clobbering the encoding mnemonics
9535 in the mode line (Bug#4623).
9536
9537 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9538 flag, too.
9539 (rmail-message-encoding): New variable.
9540 (rmail-write-region-annotate): Record the encoding of the current
9541 message in rmail-message-encoding.
9542 (rmail-after-save-hook): New function, restores the encoding of
9543 the current message after the message collection is saved.
9544
9545 2009-12-07 Juri Linkov <juri@jurta.org>
9546
9547 * progmodes/grep.el (grep-read-files): Use `completing-read'
9548 instead of `read-string'. Set its `collection' arg to
9549 `read-file-name-internal'. (Bug#4301)
9550
9551 2009-12-07 Juri Linkov <juri@jurta.org>
9552
9553 Correctly restore original Isearch point. (Bug#4994)
9554
9555 * isearch.el (isearch-mode): Move `isearch-push-state' after
9556 `(run-hooks 'isearch-mode-hook)'.
9557 (isearch-cancel): When `isearch-push-state-function' is defined,
9558 let-bind `isearch-cmds' to the first state (the last element of
9559 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9560 function and restores the original point). Otherwise, move point
9561 to `isearch-opoint'.
9562
9563 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9566 chars that don't have names, so the table can be built much faster at
9567 run-time.
9568
9569 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
9570
9571 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9572 change. Suggested by David Kastrup.
9573
9574 * simple.el (compose-mail): Check for incompatibilities and warn.
9575 (compose-mail-user-agent-warnings): New option.
9576
9577 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9578
9579 Support showing a single log entry from vc-annotate.
9580 * vc.el (print-log): Add a new argument: START-REVISION.
9581 (vc-print-log-internal): Add a new optional argument and
9582 pass it to the backend.
9583 (vc-print-log, vc-print-root-log): Adjust callers.
9584 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9585 buffer already displays the requested log entry, use it.
9586 Otherwise display only the log entry in question.
9587 * vc-svn.el (vc-svn-print-log):
9588 * vc-mtn.el (vc-mtn-print-log):
9589 * vc-hg.el (vc-hg-state):
9590 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9591 (vc-git-show-log-entry): Return t on success.
9592 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9593 (vc-bzr-show-log-entry): Return t on success.
9594 * vc-rcs.el (vc-rcs-print-log):
9595 * vc-sccs.el (vc-sccs-print-log):
9596 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9597
9598 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9599
9600 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9601 Add menus to the meta mode. (Bug#5043)
9602
9603 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
9604
9605 * ediff-init.el (ediff-event-key): Use event-to-character instead of
9606 event-key.
9607
9608 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9609
9610 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
9611
9612 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9613 Berbain <raphael.berbain@gmail.com>.
9614
9615 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9616 characters.
9617 (tramp-initial-end-of-output): New defconst.
9618 (tramp-methods, tramp-find-shell)
9619 (tramp-open-connection-setup-interactive-shell)
9620 (tramp-maybe-open-connection): Use it.
9621 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9622 existence of `#' and `$'.
9623
9624 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9625 `tramp-initial-end-of-output'.
9626
9627 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9628
9629 Get the background mode from the terminal for xterm, and set
9630 faces accordingly.
9631 * term/xterm.el (xterm-set-background-mode): New function.
9632 (terminal-init-xterm): Use it in case xterm supports background
9633 color queries. Recompute faces after getting the background
9634 color.
9635
9636 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
9637
9638 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9639 number comment back on its own line, for easier parsing.
9640
9641 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 Make it work for non-file buffers (bug#5102).
9644 * doc-view.el (doc-view-current-cache-dir):
9645 Use doc-view-buffer-file-name rather than buffer-file-name.
9646 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9647
9648 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9649
9650 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9651 author field is too short.
9652
9653 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9654
9655 * vc-git.el (vc-git-print-log): Handle a limit argument.
9656 Display the short log in graph form and with labels.
9657 (vc-git-log-view-mode): Handle labels.
9658
9659 Make vc-revert change VC state from 'added to 'unregistered.
9660 * vc-git.el (vc-git-revert): Call git reset first.
9661
9662 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9663
9664 * net/newst-backend.el, net/newst-plainview.el:
9665 * net/newst-reader.el, net/newst-ticker.el:
9666 * net/newst-treeview.el, net/newsticker.el:
9667 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
9668
9669 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9670
9671 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9672
9673 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9674 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9675 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9676 Update annotation regexp.
9677
9678 * simple.el (beginning-of-visual-line): Constrain to field
9679 boundaries (Bug#5106).
9680
9681 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9682
9683 * xml.el (xml-substitute-numeric-entities): Move
9684 newsticker--decode-numeric-entities in newst-backend.el to
9685 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9686 * net/newst-backend.el (newsticker--parse-generic-feed)
9687 (newsticker--parse-generic-items)
9688 (newsticker--decode-numeric-entities): Move
9689 newsticker--decode-numeric-entities in newst-backend.el to
9690 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9691
9692 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9693
9694 * progmodes/js.el (js--js-not): Add null to the list of values.
9695
9696 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9697
9698 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9699
9700 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9701
9702 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9703 delimiter if it is at the end of the current line.
9704 (bibtex-generate-url-list): Fix docstring.
9705
9706 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9709 minibuffer's content with itself.
9710 Fold the confirm-after-completion case into the `confirm' case.
9711 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9712
9713 2009-12-06 Kevin Ryde <user42@zip.com.au>
9714
9715 * ffap.el (ffap-rfc-path): Make this a defcustom since
9716 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
9717
9718 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9719 manuals, similar to existing setup for help-mode. (Bug#3913.)
9720
9721 2009-12-05 Juri Linkov <juri@jurta.org>
9722
9723 Save and restore dired buffer's point positions too. (Bug#4880)
9724
9725 * dired.el (dired-save-positions): Return in the first element
9726 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9727 Doc fix.
9728 (dired-restore-positions): First restore buffer's position.
9729 While restoring window's positions, check if window still displays
9730 the original buffer.
9731
9732 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9733
9734 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9735 if possible.
9736
9737 * shell.el (shell): Require ansi-color (Bug#5113).
9738
9739 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9740
9741 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9742
9743 2009-12-05 Alan Mackenzie <acm@muc.de>
9744
9745 * progmodes/cc-mode.el (c-before-hack-hook)
9746 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9747 `c-file-style' to work again. This reversion restores the current
9748 software to its state in Emacs 23.1. (Bug#4146)
9749
9750 2009-12-05 Kevin Ryde <user42@zip.com.au>
9751
9752 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9753 comment-start-skip to comment-end-skip as comment (Bug#4781).
9754
9755 2009-12-05 Juri Linkov <juri@jurta.org>
9756
9757 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9758 for virtual nodes. (Bug#4147)
9759 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9760 when moving from a virtual node.
9761 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9762 (Info-mode): Add `Info-virtual-index' to the docstring.
9763
9764 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9765
9766 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9767 track of the buffer position of the end of a BibTeX entry as this
9768 position may change during reformatting.
9769 (bibtex-format-entry): Remove whitespace before processing
9770 numerical fields so that we recognize the latter properly.
9771 (bibtex-reformat): Do not use push which changes the global value
9772 of bibtex-entry-format.
9773 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9774 (bibtex-field-re-init): Replace only space characters by regexp
9775 for whitespace.
9776 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9777 (bibtex-initialize): Also update bibtex-strings.
9778 (bibtex-kill-field): Preserve white space at end of entry.
9779 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9780 Update bibtex-reference-keys.
9781
9782 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9785 point after a star, if that's the only place where modifications can
9786 make progress.
9787
9788 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9789
9790 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9791 in docstrings.
9792
9793 2009-12-04 Juri Linkov <juri@jurta.org>
9794
9795 * proced.el (proced): Call `(proced-update t)' to update process
9796 information instead of only running proced-post-display-hook.
9797 (proced-send-signal): Add a leading space to the buffer name
9798 " *Marked Processes*" to make this buffer ephemeral.
9799
9800 2009-12-04 Juri Linkov <juri@jurta.org>
9801
9802 * dired.el (dired-auto-revert-buffer): New defcustom.
9803 (dired-internal-noselect): Use it.
9804
9805 2009-12-04 Juri Linkov <juri@jurta.org>
9806
9807 Change roles of modes and functions in image-mode.el (Bug#5062).
9808
9809 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9810 in `auto-mode-alist'.
9811 (image-mode-previous-major-mode): New variable.
9812 (image-minor-mode-map): Rename from `image-mode-text-map'.
9813 (image-mode): Move graceful error-handling code from
9814 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9815 (image-minor-mode): Remove all image-handling code.
9816 Replace `image-mode-text-map' with `image-minor-mode-map'.
9817 Check for `image-type' in mode-line format string.
9818 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9819 (image-mode-as-text): New function with most code from
9820 `image-mode-maybe'.
9821 (image-toggle-display-text): Move code that removes image
9822 properties from `image-toggle-display' to here.
9823 (image-toggle-display-image): New function with code that adds
9824 image properties copied from `image-toggle-display'.
9825 (image-toggle-display): Remove most code with leaving only code
9826 that toggles between `image-mode-as-text' and `image-mode'.
9827
9828 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9829
9830 * net/newst-treeview.el
9831 (newsticker--treeview-list-highlight-start): Restored call to
9832 save-excursion: Selected item was stuck.
9833 (newsticker--treeview-list-select): New.
9834 (newsticker--treeview-item-show-text)
9835 (newsticker--treeview-item-show)
9836 (newsticker--treeview-item-update): Use new
9837 newsticker-treeview-item-mode.
9838 (newsticker-treeview-update): Keep current item.
9839 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9840 (newsticker--treeview-first-feed): Doc change.
9841 (newsticker-treeview-list-menu)
9842 (newsticker-treeview-item-menu): Added menu entries.
9843 (newsticker-treeview-item-mode): New.
9844
9845 * net/newst-backend.el (newsticker-customize): Delete other
9846 windows.
9847
9848 2009-12-04 Sam Steingold <sds@gnu.org>
9849
9850 * log-view.el (log-view-mode-map): "q" calls quit-window,
9851 like in all the other non-self-insert buffers.
9852
9853 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 Minor cleanup.
9856 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9857 key decoding rather than do it manually via last-input-event +
9858 ascii-character.
9859 (term-exec): Use delete-and-extract-region.
9860 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9861 (term-process-pager): Remove unused var `i'.
9862 (term-dynamic-simple-complete): Make obsolete.
9863 (serial-update-config-menu): Remove unused vars `y' and `str'.
9864 (term-update-mode-line): Remove unused var `temp'.
9865
9866 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9867
9868 Limit the number of log entries displayed by default.
9869 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9870 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9871 using a prefix argument.
9872
9873 2009-12-03 Glenn Morris <rgm@gnu.org>
9874
9875 * progmodes/idlwave.el (class): Restore still useful declaration.
9876
9877 2009-12-03 Alan Mackenzie <acm@muc.de>
9878
9879 Enhance `c-parse-state' to run efficiently in "brace deserts".
9880
9881 * progmodes/cc-mode.el (c-basic-common-init):
9882 Call c-state-cache-init.
9883 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9884 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9885 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9886
9887 * progmodes/cc-langs.el (c-before-font-lock-function):
9888 c-extend-and-neutralize-syntax-in-CPP has been renamed
9889 c-neutralize-syntax-in-and-mark-CPP.
9890
9891 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9892 with `category' properties now, not `syntax-table' ones.
9893
9894 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9895 enhanced (but slower) version of c-end-of-macro that won't land
9896 inside a literal or on another awkward character.
9897 (c-state-cache-too-far, c-state-cache-start)
9898 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9899 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9900 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9901 (c-state-min-scan-pos, c-state-brace-pair-desert)
9902 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9903 buffer local variables.
9904 (c-state-literal-at, c-state-lit-beg)
9905 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9906 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9907 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9908 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9909 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9910 (c-renarrow-state-cache)
9911 (c-append-lower-brace-pair-to-state-cache)
9912 (c-state-push-any-brace-pair, c-append-to-state-cache)
9913 (c-remove-stale-state-cache)
9914 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9915 (c-invalidate-state-cache-1, c-parse-state-1)
9916 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9917 (c-parse-state): Enhance and refactor.
9918 (c-debug-parse-state): Amend to deal with all the new variables.
9919
9920 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9921 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9922 modify to use category text properties rather than syntax-table ones.
9923 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9924 to switch off/on the syntactic paren property of C++ template
9925 delimiters using the category property.
9926 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9927 template delims suppressed.
9928 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9929 New constant/macros which apply category properties to the start
9930 and end of preprocessor constructs.
9931 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9932 "comment out" the syntactic value of characters in preprocessor
9933 constructs.
9934 (c-with-cpps-commented-out)
9935 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9936 with characters in all or all but one preprocessor constructs
9937 "commented out".
9938
9939 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9940
9941 * proced.el (proced-filter-alist): Use regexp-quote.
9942
9943 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9944
9945 Cleanup.
9946 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9947 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9948 arguments. Expand `default-directory'.
9949
9950 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9951 the benefit of returning an expanded localname.
9952 (tramp-tramp-file-p): Handle the case NAME is not a string.
9953
9954 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9955
9956 Add support for bzr shelve/unshelve.
9957 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9958 (vc-bzr-extra-menu-map): New variables.
9959 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9960 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9961 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9962 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9963 (vc-bzr-dir-extra-headers): Display shelves.
9964
9965 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9966
9967 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * textmodes/bibtex.el (bibtex-complete-internal):
9970 Use completion-in-region.
9971 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9972
9973 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9974
9975 Support applying stashes. Improve UI.
9976 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9977 (vc-git-stash-apply, vc-git-stash-pop)
9978 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9979 (vc-git-stash-menu): New functions.
9980 (vc-git-stash-menu-map): New variable.
9981 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9982
9983 2009-12-03 Glenn Morris <rgm@gnu.org>
9984
9985 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9986 (vc-print-log-internal): Fix previous change.
9987 (vc-revert): Correct pluralization.
9988
9989 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9992 it to be an alist any more.
9993 (makefile-complete): Use completion-in-region.
9994
9995 * progmodes/octave-mod.el (octave-complete-symbol):
9996 Use completion-in-region.
9997
9998 Misc cleanup.
9999 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10000 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10001 (idlwave-complete-class): Don't quote lambda.
10002 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10003 (idlwave-mode-map): Move initialization into declaration.
10004 (idlwave-action-and-binding): Use backquotes.
10005 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10006 Simplify.
10007 (idlwave-is-pointer-dereference): Remove unused var `pos'.
10008 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10009 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10010 `parts', and `all-parts'.
10011 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10012 (idlwave-convert-xml-system-routine-info): Remove unused string
10013 `version-string'.
10014 (idlwave-display-user-catalog-widget): Use dolist.
10015 (idlwave-scanning-lib): Declare dynamically-scoped var.
10016 (idlwave-scan-library-catalogs): Remove unused var `flags'.
10017 (completion-highlight-first-word-only): Declare to silence bytecomp.
10018 (idlwave-popup-select): Tighten scope of `resp'.
10019 (idlwave-find-struct-tag): Remove unused var `beg'.
10020 (idlwave-after-load-rinfo-hook): Declare.
10021 (idlwave-sintern-class-info): Remove unused var `taglist'.
10022 (idlwave-find-class-definition): Remove unused var `list'.
10023 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10024 (idlwave-what-module-find-class): Remove unused var `classes'.
10025
10026 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
10027
10028 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10029
10030 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10031
10032 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
10033 buffers visited. Remove redundant current-buffer-saving.
10034
10035 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 Use completion-in-buffer and remove uses of dynamic scoping.
10038 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
10039 (pascal-buffer-to-use, pascal-flag): Don't declare.
10040 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
10041 (pascal-get-completion-decl, pascal-keyword-completion):
10042 Add `pascal-str' argument, save-excursion,
10043 return the found completions, and don't filter with pascal-pred.
10044 (pascal-completion-cache): New var.
10045 (pascal-completion): Don't switch buffer any more (it was never
10046 necessary). Don't save-excursion any more (it's done by the called
10047 subroutines). Use a cache to avoid redundant computations.
10048 Use complete-with-action rather than pascal-completion-response and
10049 let it apply the predicate as well.
10050 (pascal-complete-word): Use completion-in-buffer when
10051 pascal-toggle-completions is nil.
10052 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
10053 not used any more.
10054 (pascal-comp-defun): Don't change buffer any more.
10055 Use complete-with-action rather than pascal-completion-response and
10056 let it apply the predicate as well.
10057 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
10058 when neded.
10059
10060 2009-12-02 Kenichi Handa <handa@m17n.org>
10061
10062 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
10063 shape for all Indic scripts.
10064
10065 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10066
10067 Use completion-in-buffer.
10068 * wid-edit.el (widget-field-text-end): New function.
10069 (widget-field-value-get): Use it.
10070 (widget-string-complete, widget-file-complete)
10071 (widget-color-complete): Use it and completion-in-region.
10072 (widget-complete): Don't narrow the buffer.
10073
10074 2009-12-02 Glenn Morris <rgm@gnu.org>
10075
10076 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
10077 (rmail-select-summary): Use rmail-pop-to-buffer.
10078 * mail/rmailsum.el: Replace all pop-to-buffer calls with
10079 rmail-pop-to-buffer, to prevent horizontal splits.
10080
10081 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
10082 save-excursion with save-current-buffer.
10083 Widen before searching. (Bug#5093)
10084 (diary-list-sexp-entries): Remove superfluous save-excursion.
10085
10086 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
10087
10088 * woman.el (woman-make-bufname): Handle man-pages with "." in the
10089 name. (Bug#5038)
10090
10091 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
10092
10093 * ido.el (ido-file-internal): Handle filenames at point that do
10094 not have a directory part. (Bug#5049)
10095
10096 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
10097
10098 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
10099 (mpc-songs-jump-to, mpc-resume): Doc fixes.
10100
10101 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
10102
10103 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
10104 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
10105 any more.
10106
10107 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * comint.el (comint-insert-input): Ignore clicks to the right of
10110 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
10111
10112 * vc.el (vc-print-log-internal): Don't wait for the process to
10113 terminate before setting up the major mode.
10114
10115 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
10116 in case.
10117
10118 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10119 the last element.
10120
10121 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
10122
10123 2009-12-01 Glenn Morris <rgm@gnu.org>
10124
10125 * window.el (window--display-buffer-2): Fix previous changes.
10126
10127 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
10128
10129 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
10130
10131 2009-12-01 Glenn Morris <rgm@gnu.org>
10132
10133 * Makefile.in (ELCFILES): Add mpc.elc.
10134
10135 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10136
10137 * mpc.el: New file.
10138
10139 2009-12-01 Glenn Morris <rgm@gnu.org>
10140
10141 * window.el (window-to-use): Define for compiler.
10142
10143 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10144 consistent with others (no final period).
10145
10146 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
10147 (rmail-mime-show): Downcase the encoding. (Bug#5070)
10148
10149 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
10150
10151 Make vc-print-log buttons work.
10152 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
10153
10154 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
10155
10156 * savehist.el (savehist-autosave-interval): Allow setting to nil
10157 through customize. (Bug#5056)
10158
10159 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
10160
10161 Fix references to jit-lock properties.
10162 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10163 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
10164 (perl-font-lock-special-syntactic-constructs):
10165 Quote jit-lock-defer-multiline property.
10166
10167 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
10168
10169 * vc-git.el (vc-git-registered): Call vc-git-root only once.
10170
10171 2009-11-30 Juri Linkov <juri@jurta.org>
10172
10173 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
10174 value `buffer' of `multi-isearch-next-buffer-current-function'.
10175 Use `(current-buffer)' when `buffer' is nil.
10176 (multi-isearch-next-buffer-from-list): Don't fallback to
10177 `(current-buffer)' when `buffer' is nil. (Bug#4947)
10178
10179 2009-11-30 Juri Linkov <juri@jurta.org>
10180
10181 * misearch.el (multi-isearch-read-buffers): Move canonicalization
10182 of buffers with `get-buffer' to `multi-isearch-buffers'.
10183 (multi-isearch-buffers, multi-isearch-buffers-regexp):
10184 Canonicalize BUFFERS with `get-buffer'. Doc fix.
10185 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
10186 FILES with `expand-file-name' converting relative file names
10187 to absolute. Doc fix. (Bug#4727)
10188
10189 2009-11-30 Juri Linkov <juri@jurta.org>
10190
10191 * misearch.el (multi-isearch-read-buffers)
10192 (multi-isearch-read-matching-buffers): New functions.
10193 (multi-isearch-buffers, multi-isearch-buffers-regexp):
10194 Use them in the `interactive' spec. Doc fix.
10195 (multi-isearch-read-files, multi-isearch-read-matching-files):
10196 New functions.
10197 (multi-isearch-files, multi-isearch-files-regexp):
10198 Use them in the `interactive' spec. Doc fix. (Bug#4725)
10199
10200 2009-11-30 Juri Linkov <juri@jurta.org>
10201
10202 * doc-view.el (doc-view-continuous):
10203 Rename from `doc-view-continuous-mode'.
10204 (doc-view-menu): Move "Toggle display" to the top.
10205 Add submenu "Continuous" with radio buttons "Off"/"On"
10206 and "Save as Default".
10207 (doc-view-scroll-up-or-next-page)
10208 (doc-view-scroll-down-or-previous-page)
10209 (doc-view-next-line-or-next-page)
10210 (doc-view-previous-line-or-previous-page): Rename
10211 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
10212
10213 2009-11-30 Juri Linkov <juri@jurta.org>
10214
10215 * comint.el (comint-mode-map): Rebind `M-r' from
10216 `comint-previous-matching-input' to
10217 `comint-history-isearch-backward-regexp'.
10218 Unbind `M-s' to allow global key binding `M-s'.
10219 Add menu items for `comint-history-isearch-backward' and
10220 `comint-history-isearch-backward-regexp'. (Bug#3746)
10221
10222 2009-11-30 Juri Linkov <juri@jurta.org>
10223
10224 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
10225 For def=recenter, replace `recenter' with `recenter-top-bottom'
10226 that is called with `this-command' and `last-command' let-bound
10227 to `recenter-top-bottom'. When the last `def' was not `recenter',
10228 set `recenter-last-op' to nil. (Bug#4981)
10229
10230 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 Minor cleanup and simplification.
10233 * filecache.el (file-cache-add-directory)
10234 (file-cache-add-directory-recursively)
10235 (file-cache-add-from-file-cache-buffer)
10236 (file-cache-delete-file-regexp, file-cache-delete-directory)
10237 (file-cache-files-matching-internal, file-cache-display): Use dolist.
10238 (file-cache-temp-minibuffer-message): Delete function.
10239 (file-cache-minibuffer-complete): Use minibuffer-message instead.
10240
10241 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10242 Don't signal an error when bumping into EOB in tr, s, or y.
10243
10244 2009-11-29 Juri Linkov <juri@jurta.org>
10245
10246 * startup.el (fancy-about-text): Fix wording of Guided Tour.
10247 (Bug#4960)
10248
10249 * descr-text.el (describe-char-unidata-list): Use lowercase name
10250 for "Unicode name" like in other tags.
10251
10252 2009-11-29 Juri Linkov <juri@jurta.org>
10253
10254 * ediff-util.el (ediff-minibuffer-with-setup-hook):
10255 New compatibility macro.
10256 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
10257
10258 2009-11-29 Juri Linkov <juri@jurta.org>
10259
10260 Add defcustom to define the cycling order of `recenter-top-bottom'.
10261 (Bug#4981)
10262
10263 * window.el (recenter-last-op): Doc fix.
10264 (recenter-positions): New defcustom.
10265 (recenter-top-bottom): Rewrite to use `recenter-positions'.
10266 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10267
10268 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
10269
10270 Improve integration of Tramp and ange-ftp in eshell.
10271
10272 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
10273 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
10274 (eshell/sudo): Flatten args. Let-bind `default-directory'.
10275
10276 * eshell/esh-util.el (top): Require also Tramp when compiling.
10277 (eshell-directory-files-and-attributes): Check for FTP remote
10278 connection.
10279 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10280 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10281 (eshell-file-attributes): Handle ".". Return `entry'.
10282
10283 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10284 (ange-ftp-directory-files-and-attributes)
10285 (ange-ftp-real-directory-files-and-attributes): New defuns.
10286
10287 * net/tramp.el (tramp-maybe-open-connection): Open the remote
10288 shell with "exec" when possible. This prevents trailing prompts
10289 in `start-file-process'.
10290
10291 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 Try and remove assumptions about point-min==1.
10294 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10295 (rng-compute-mode-line-string): Show the validation percentage in
10296 terms of the narrowed text, not the widened text.
10297 (rng-do-some-validation): Don't catch internal errors when debugging.
10298 (rng-first-error): Simplify.
10299 (rng-after-change-function): Remove work around. AFAIK the bug has
10300 been fixed a while ago.
10301
10302 * image-mode.el (image-minor-mode): Exit more gracefully when the image
10303 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10304
10305 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10306
10307 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10308 `cd' doesn't always do it for us (bug#5067).
10309
10310 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10311 on 2009-10-25 as part of some other change (bug#5067).
10312
10313 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10316 `suspicious'.
10317 (byte-compile-warnings): Use byte-compile-warning-types.
10318 (byte-compile-save-excursion): Warn about use of set-buffer right
10319 after save-excursion.
10320
10321 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10322 the excursion as well.
10323
10324 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
10325
10326 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10327 providing a Tramp related implementation of "su" and "sudo".
10328 (eshell-unix-initialize): Add "su" and "sudo".
10329
10330 2009-11-27 Daiki Ueno <ueno@unixuser.org>
10331
10332 * net/socks.el (socks-send-command): Convert binary request to
10333 unibyte before sending. This fixes mishandling of some port
10334 numbers such as 129.
10335
10336 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * help.el (describe-bindings-internal): Remove `interactive'.
10339
10340 * man.el (Man-completion-table): Trim a terminating "(".
10341 Remove the space between name page a section.
10342 Add the command's description on the `help-echo' property.
10343 Remove `process-connection-type' binding since it's unused by
10344 call-process.
10345 Provide completion for the "<section> <name>" format as well.
10346 (Man-default-man-entry): Remove spurious var shadowing the argument.
10347
10348 2009-11-26 Kevin Ryde <user42@zip.com.au>
10349
10350 * log-view.el: Add "Keywords: tools", since its other keywords
10351 aren't in finder-known-keywords, and following vc.el.
10352
10353 * sha1.el (sha1-string-external): default-directory "/" in case
10354 otherwise non-existent. process-connection-type pipe for touch of
10355 efficiency recommended by elisp manual. (An aside in Bug#3911.)
10356
10357 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 Misc coding convention cleanups.
10360 * htmlfontify.el (hfy-init-kludge-hook): Rename from
10361 hfy-init-kludge-hooks.
10362 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10363 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10364 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10365 and push.
10366 (hfy-slant, hfy-weight): Use tables rather than code.
10367 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10368 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10369 (hfy-face-attr-for-class): Initialize `face-spec' directly.
10370 (hfy-face-to-css): Remove `nconc' with single arg.
10371 (hfy-p-to-face-lennart): Use `or'.
10372 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
10373 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10374 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10375 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10376 (hfy-force-fontification): Use run-hooks.
10377
10378 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
10379
10380 Various minor fixes.
10381 * htmlfontify.el (hfy-default-header): Add toggle_invis since
10382 Javascript belongs in the header, not the body.
10383 (hfy-javascript): Remove.
10384 (hfy-fontify-buffer): Don't insert it any more.
10385 (hfy-face-at): Handle (face0 face1 face2) style face properties.
10386 Fix bug in invis handling when there were no invis props in a chunk.
10387
10388 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10391
10392 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
10393
10394 * finder.el (finder-mode-map): Add a menu.
10395
10396 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
10397
10398 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
10399 "unsigned" structs.
10400
10401 (verilog-leap-to-head, verilog-backward-token): Handle "disable
10402 fork" statement better.
10403
10404 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
10405
10406 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10407 (verilog-delete-auto, verilog-delete-empty-auto-pair)
10408 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10409 Reported by Clay Douglass.
10410
10411 (verilog-auto-inst, verilog-auto-star-safe)
10412 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10413 Fix removing "// Interfaces" when saving .* expansions. Reported by
10414 Pierre-David Pfister.
10415
10416 2009-11-26 Glenn Morris <rgm@gnu.org>
10417
10418 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10419 the scope.
10420
10421 2009-11-25 Johan Bockgård <bojohan@gnu.org>
10422
10423 * vc-annotate.el (vc-annotate-revision-previous-to-line):
10424 Really use previous revision.
10425
10426 2009-11-25 Kevin Ryde <user42@zip.com.au>
10427
10428 * man.el (Man-completion-table): default-directory "/" in case
10429 doesn't otherwise exist. process-environment COLUMNS=999 so as
10430 not to truncate long names. process-connection-type pipe to avoid
10431 any chance of hitting the pseudo-tty TIOCGWINSZ.
10432 (man): completion-ignore-case t for friendliness and since man
10433 itself is case-insensitive on the command line.
10434 Further to Bug#3717.
10435
10436 * arc-mode.el: Add "Keywords: files", so the details in its
10437 commentary can be reached from finder-by-keyword.
10438 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
10439 editing mode, but it's comms related and sgml-mode.el has "comm"
10440 on that basis too.
10441 * textmodes/bibtex-style.el: Add "Keywords: tex".
10442 * international/isearch-x.el, international/ja-dic-cnv.el:
10443 * international/ja-dic-utl.el, international/kkc.el:
10444 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
10445
10446 2009-11-25 Juri Linkov <juri@jurta.org>
10447
10448 * man.el (Man-completion-table): Modify regexp to include
10449 section names to completion strings. (Bug#3717)
10450
10451 2009-11-25 Juri Linkov <juri@jurta.org>
10452
10453 Search recursively in gzipped files. (Bug#4982)
10454
10455 * progmodes/grep.el (grep-highlight-matches): Add new options
10456 `always' and `auto'. Doc fix.
10457 (grep-process-setup): Check `grep-highlight-matches' for
10458 `auto-detect' to determine the need to compute grep defaults.
10459 Move Windows/DOS specific --colors settings handling
10460 to `grep-compute-defaults'. Check `grep-highlight-matches'
10461 to get the value of "--color=".
10462 (grep-compute-defaults): Compute `grep-highlight-matches' when it
10463 has the value `auto-detect'. Move Windows/DOS specific settings
10464 from `grep-process-setup'.
10465 (zrgrep): New command with alias `rzgrep'.
10466
10467 2009-11-25 Juri Linkov <juri@jurta.org>
10468
10469 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10470 to nil instead of switching off view-mode. (Bug#4896)
10471
10472 2009-11-25 Juri Linkov <juri@jurta.org>
10473
10474 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
10475
10476 * mwheel.el (mwheel-scroll-up-function)
10477 (mwheel-scroll-down-function): New defvars.
10478 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10479 `scroll-up', and `mwheel-scroll-down-function' instead of
10480 `scroll-down'.
10481
10482 * doc-view.el (doc-view-scroll-up-or-next-page)
10483 (doc-view-scroll-down-or-previous-page): Add optional ARG.
10484 Use this ARG in the call to image-scroll-up/image-scroll-down.
10485 Change `interactive' spec to "P". Goto next/previous page only
10486 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10487 SPC/DEL case). Doc fix.
10488 (doc-view-next-line-or-next-page)
10489 (doc-view-previous-line-or-previous-page): Rename arg to ARG
10490 for consistency.
10491 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10492 `doc-view-scroll-up-or-next-page', and buffer-local
10493 `mwheel-scroll-down-function' to
10494 `doc-view-scroll-down-or-previous-page'.
10495
10496 2009-11-25 Juri Linkov <juri@jurta.org>
10497
10498 Provide additional default values (directories at other Dired
10499 windows) via M-n in the minibuffer of some Dired commands.
10500
10501 * dired-aux.el (dired-diff, dired-compare-directories)
10502 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10503 `minibuffer-default' in `minibuffer-with-setup-hook'.
10504 (dired-dwim-target-directory): Find a window that displays Dired
10505 buffer instead of failing when the next window is not Dired.
10506 Use `get-window-with-predicate' to find for the next Dired window.
10507 (dired-dwim-target-defaults): New function.
10508
10509 * ediff-util.el (ediff-read-file-name):
10510 Use `dired-dwim-target-defaults' to set `minibuffer-default'
10511 in `minibuffer-with-setup-hook'.
10512
10513 2009-11-25 Juri Linkov <juri@jurta.org>
10514
10515 Provide additional default values (file name at point or at the
10516 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
10517
10518 * minibuffer.el (read-file-name-defaults): New function.
10519 (read-file-name): Reset `minibuffer-default' to nil when
10520 it duplicates initial input `insdef'.
10521 Bind `minibuffer-default-add-function' to lambda that
10522 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10523 (minibuffer-insert-file-name-at-point): New command.
10524
10525 * files.el (file-name-at-point-functions): New defcustom.
10526 (find-file-default): Remove defvar.
10527 (find-file-read-args): Don't use `find-file-default'.
10528 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10529 to `read-file-name'.
10530 (find-file-literally): Use `read-file-name' with
10531 `confirm-nonexistent-file-or-buffer'.
10532
10533 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10534
10535 * dired.el (dired-read-dir-and-switches):
10536 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10537 to `read-file-name'.
10538 (dired-file-name-at-point): New function.
10539 (dired-mode): Add hook `dired-file-name-at-point' to
10540 `file-name-at-point-functions'.
10541
10542 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10543
10544 Really make the *Completions* window soft-dedicated (bug#5030).
10545 * window.el (window--display-buffer-2): Add `dedicated' argument.
10546 (display-buffer): Pass it when needed so the dedicated flag is set
10547 after calling set-window-buffer, which would otherwise reset it.
10548
10549 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * progmodes/meta-mode.el (meta-complete-symbol):
10552 * progmodes/etags.el (complete-tag):
10553 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10554 Use completion-in-region.
10555
10556 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10557 (dabbrev-completion): Use completion-in-region.
10558 (dabbrev--abbrev-at-point): Simplify regexp.
10559
10560 * abbrev.el (abbrev--before-point): Use word-motion functions
10561 if :regexp is not specified (bug#5031).
10562
10563 * subr.el (string-prefix-p): New function.
10564
10565 * man.el (Man-completion-cache): New var.
10566 (Man-completion-table): Use it.
10567
10568 * vc.el (vc-print-log-internal): Make `limit' optional for better
10569 compatibility (e.g. with vc-annotate.el).
10570
10571 2009-11-24 Kevin Ryde <user42@zip.com.au>
10572
10573 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10574 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
10575
10576 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10577 when .el source file not found or other error.
10578
10579 2009-11-24 Markus Triska <markus.triska@gmx.at>
10580
10581 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10582
10583 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 Handle the [back] button properly (bug#4979).
10586 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10587 Use help-setup-xref, help-buffer, and with-help-window.
10588 (describe-char): Add `buffer' argument.
10589 Pass proper command to help-setup-xref. Don't meddle with
10590 help-xref-stack-item directly.
10591 (describe-text-category): Use with-help-window and help-buffer.
10592
10593 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10594 for the displayed buffer (bug#4887).
10595
10596 * man.el (Man-completion-table): New function.
10597 (man): Use it.
10598
10599 2009-11-24 David Reitter <david.reitter@gmail.com>
10600
10601 * vc-git.el (vc-git-registered): Use checkout directory (where
10602 .git is) rather than the file's directory and a relative path spec
10603 to work around a bug in git.
10604
10605 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
10606
10607 Improve handling of processes on remote hosts.
10608
10609 * eshell/esh-util.el (eshell-path-env): New defvar.
10610 (eshell-parse-colon-path): New defun.
10611 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10612
10613 * eshell/esh-ext.el (eshell-search-path):
10614 Use `eshell-parse-colon-path'.
10615 (eshell-remote-command): Remove argument HANDLER.
10616 (eshell-external-command): Check for FTP remote connection.
10617
10618 * eshell/esh-proc.el (eshell-gather-process-output):
10619 Use `file-truename', in order to start also symlinked files.
10620 Apply `start-file-process' instead of `start-process'.
10621 Shorten `command' to the local file name part.
10622
10623 * eshell/em-cmpl.el (eshell-complete-commands-list):
10624 Use `eshell-parse-colon-path'.
10625
10626 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10627
10628 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10629 to `eshell-directory-change-hook'.
10630
10631 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10632
10633 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10634 because it could be enabled automatically if view-read-only is non-nil.
10635
10636 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
10637
10638 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10639 made on 2009-11-22.
10640
10641 2009-11-24 Glenn Morris <rgm@gnu.org>
10642
10643 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10644 deleted variable bookmark-bmenu-bookmark-column.
10645
10646 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10647
10648 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10649
10650 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10651
10652 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10653 two slashes to the "file:" prefix.
10654 (browse-url-file-url): De-munge Cygwin filenames before passing
10655 them to Windows browser.
10656 (browse-url-default-windows-browser): Use call-process.
10657
10658 2009-11-23 Juri Linkov <juri@jurta.org>
10659
10660 Implement DocView Continuous mode. (Bug#4896)
10661 * doc-view.el (doc-view-continuous-mode): New defcustom.
10662 (doc-view-mode-map): Bind C-n/<down> to
10663 `doc-view-next-line-or-next-page', C-p/<up> to
10664 `doc-view-previous-line-or-previous-page'.
10665 (doc-view-next-line-or-next-page)
10666 (doc-view-previous-line-or-previous-page): New commands.
10667
10668 2009-11-23 Juri Linkov <juri@jurta.org>
10669
10670 Implement Isearch in comint input history. (Bug#3746)
10671 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10672 `isearch-mode-hook'.
10673 (comint-history-isearch): New defcustom.
10674 (comint-history-isearch-backward)
10675 (comint-history-isearch-backward-regexp): New commands.
10676 (comint-history-isearch-message-overlay): New buffer-local variable.
10677 (comint-history-isearch-setup, comint-history-isearch-end)
10678 (comint-goto-input, comint-history-isearch-search)
10679 (comint-history-isearch-message, comint-history-isearch-wrap)
10680 (comint-history-isearch-push-state)
10681 (comint-history-isearch-pop-state): New functions.
10682
10683 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
10684
10685 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10686 return.
10687 (tramp-handle-make-symbolic-link)
10688 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10689 Quote file names.
10690 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10691 (tramp-handle-process-file): Use it.
10692
10693 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 * window.el (move-to-window-line-last-op): Remove.
10696 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10697
10698 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10699
10700 Make M-r mirror the new cycling behavior of C-l.
10701 * window.el (move-to-window-line-last-op): New var.
10702 (move-to-window-line-top-bottom): New command.
10703 (global-map): Bind M-r move-to-window-line-top-bottom.
10704
10705 2009-11-23 Sven Joachim <svenjoac@gmx.de>
10706
10707 * dired-x.el (dired-guess-shell-alist-default):
10708 Support xz format. (Bug#4953)
10709
10710 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10711
10712 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10713 last-command-char/last-command-event.
10714 (viper-prefix-arg-value): Do correct conversion of event-char for
10715 XEmacs.
10716
10717 * emulation/viper-util.el, emulation/viper.el:
10718 Use viper-last-command-char instead of
10719 last-command-char/last-command-event.
10720
10721 * ediff-init.el, ediff-mult.el, ediff-util.el:
10722 Replace last-command-char and last-command-event
10723 with (ediff-last-command-char) everywhere.
10724
10725 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10726 created in fundamental mode.
10727
10728 * ediff.el (ediff-version): Revert the change of interactive-p to
10729 called-interactively-p.
10730
10731 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10732
10733 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10734 generation from word-movement command names.
10735
10736 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10737
10738 * cus-start.el (all): Add native condition for font-use-system-font.
10739
10740 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10741
10742 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10743 Correct the patch from 2009-11-18. (Bug#3910)
10744
10745 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10746
10747 * progmodes/subword.el: Rename from lisp/subword.el.
10748
10749 * subword.el: Rename to progmodes/subword.el.
10750
10751 * Makefile.in (ELCFILES): Adapt to subword.el move.
10752
10753 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10754 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10757 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10758 (bookmark-bmenu-show-filenames): Use push.
10759 (bookmark-bmenu-hide-filenames): Use local var instead of
10760 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10761 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10762 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10763 filenames now that the bookmark names are always available.
10764
10765 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10766
10767 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10768 (bookmark-search-pattern): Move and leave unbound.
10769 (bookmark-bmenu-mode-map): Change binding.
10770 (bookmark-read-search-input): Simplify.
10771 Don't use text-char-description. Don't error on non-char events.
10772 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10773 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10774 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10775 Use a local var for the timer.
10776 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10777 (i.e. bookmark-bmenu-search).
10778
10779 2009-11-21 Glenn Morris <rgm@gnu.org>
10780
10781 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10782
10783 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10784
10785 * net/browse-url.el (browse-url-default-windows-browser):
10786 Use cygstart for cygwin.
10787
10788 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10789
10790 * bookmark.el: Formatting and doc fixes only:
10791 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10792 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10793 Minor grammar and punctuation fixes in doc string.
10794 (bookmark-read-search-input): Adjust to fit within 80 columns.
10795
10796 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10797
10798 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10799 (c-backward-into-nomenclature): Adapt to subword renaming.
10800
10801 * subword.el (subword-forward, subword-backward, subword-mark)
10802 (subword-kill, subword-backward-kill, subword-transpose)
10803 (subword-downcase, subword-upcase, subword-capitalize)
10804 (subword-forward-internal, subword-backward-internal):
10805 Rename from forward-subword, backward-subword, mark-subword,
10806 kill-subword, backward-kill-subword, transpose-subwords,
10807 downcase-subword, upcase-subword, capitalize-subword,
10808 forward-subword-internal, backward-subword-internal.
10809
10810 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10811
10812 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10813 New options.
10814 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10815 New vars.
10816 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10817 (bookmark-bmenu-filter-alist-by-regexp)
10818 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10819 (bookmark-bmenu-search): New command.
10820 (bookmark-bmenu-mode-map): Bind it.
10821
10822 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10823
10824 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10825 backward-subword to quit the byte-compiler.
10826
10827 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10828
10829 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10830
10831 * progmodes/cc-cmds.el (c-update-modeline)
10832 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10833 Refer to subword.el functions instead of cc-subword.el.
10834
10835 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10836 subword.el functions instead of cc-subword.el.
10837
10838 * progmodes/cc-subword.el: Rename to subword.el.
10839 * subword.el: Rename from progmodes/cc-subword.el.
10840 (subword-mode-map): Rename from c-subword-mode-map.
10841 (subword-mode): Rename from c-subword-mode.
10842 (global-subword-mode): New global minor mode.
10843 (forward-subword): Rename from c-forward-subword.
10844 (backward-subword): Rename from c-backward-subword.
10845 (mark-subword): Rename from c-mark-subword.
10846 (kill-subword): Rename from c-kill-subword.
10847 (backward-kill-subword): Rename from c-backward-kill-subword.
10848 (transpose-subwords): Rename from c-tranpose-subword.
10849 (downcase-subword): Rename from c-downcase-subword.
10850 (capitalize-subword): Rename from c-capitalize-subword.
10851 (forward-subword-internal): Rename from c-forward-subword-internal.
10852 (backward-subword-internal): Rename from c-backward-subword-internal.
10853
10854 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10855
10856 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10857 from a dired buffer.
10858 (vc-dired-deduce-fileset): New function.
10859 (vc-root-diff, vc-print-root-log): Use it.
10860
10861 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10862 nil LIMIT argument to vc-print-log-internal.
10863
10864 2009-11-20 Glenn Morris <rgm@gnu.org>
10865
10866 * Makefile.in (ELCFILES): Regenerate.
10867
10868 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10869
10870 * calc/calc.el (calc-set-mode-line):
10871 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10872 (math-format-number): Rename `math-format-complement-signed' to
10873 `math-format-twos-complement'.
10874
10875 * calc/calc-bin.el (math-format-twos-complement): Rename from
10876 math-format-complement-signed.
10877 (calc-radix): Rename `calc-complement-signed-mode' to
10878 `calc-twos-complement-mode'.
10879 (calc-octal-radix, calc-hex-radix): Add an argument for
10880 two's complement.
10881
10882 * calc/calc-embed.el (calc-embedded-mode-vars):
10883 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10884
10885 * calc/calc-ext.el (calc-init-extensions):
10886 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10887 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10888
10889 * calc/calc-units.el (math-build-units-table-buffer):
10890 Let `calc-twos-complement-mode' be nil.
10891
10892 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10893 entries.
10894
10895 * calc/calc-vec.el (calcFunc-vunpack):
10896 * calc/calc-aent.el (calc-do-calc-eval):
10897 * calc/calc-forms.el (math-format-date):
10898 * calc/calc-graph.el (calc-graph-plot):
10899 * calc/calc-math.el (math-use-emacs-fn):
10900 * calc/calccomp.el (math-compose-expr):
10901 Let `calc-twos-complement-mode' be nil.
10902
10903 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10906 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10907 * minibuffer.el (completion-in-region-functions): New hook.
10908 (completion-in-region): New function.
10909 * emacs-lisp/lisp.el (lisp-complete-symbol):
10910 * pcomplete.el (pcomplete-std-complete): Use it.
10911
10912 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10915 (latex-complete-alist): New vars.
10916 (latex-string-prefix-p, latex-complete-bibtex-keys)
10917 (latex-complete-envnames, latex-complete-refkeys)
10918 (latex-complete-data): New functions.
10919 (latex-complete, latex-indent-or-complete): New commands.
10920
10921 * window.el (display-buffer-mark-dedicated): New var.
10922 (display-buffer): Obey it.
10923 * minibuffer.el (minibuffer-completion-help): Use it.
10924
10925 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10926
10927 * filecache.el (file-cache-add-file): Use push and cons.
10928 (file-cache-delete-file-regexp): Use push.
10929 (file-cache-complete): Use completion-in-region.
10930
10931 * simple.el (with-wrapper-hook): Fix thinko.
10932
10933 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10934 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10935 Use with-current-buffer and string-to-number.
10936 (hfy-fallback-colour-values): Use assoc-string.
10937 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10938 (hfy-face-at): Remove unused var `found-face'.
10939 (hfy-compile-stylesheet): Remove unused var `css'.
10940 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10941 and `orig-buffer'.
10942 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10943 Use with-current-buffer.
10944 (hfy-text-p): Use expand-file-name and fewer setq.
10945
10946 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10947
10948 * htmlfontify.el, hfy-cmap.el: New files.
10949
10950 2009-11-19 Juri Linkov <juri@jurta.org>
10951
10952 * minibuffer.el (completions-format): New defcustom.
10953 (completion--insert-strings): Implement vertical format.
10954
10955 * simple.el (switch-to-completions): Move point to the first
10956 completion when point was at the beginning of the buffer.
10957
10958 2009-11-19 Juri Linkov <juri@jurta.org>
10959
10960 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10961
10962 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10963
10964 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10965
10966 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10967 (mail-signature): Change default to t.
10968 (mail-from-style): Deprecate `system-default' value.
10969 (mail-insert-from-field): For default value of mail-from-style,
10970 default to `angles' unless `angles' needs quoting and `parens'
10971 does not.
10972 (mail-citation-prefix-regexp): Use citation regexp from
10973 message-mode.
10974
10975 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10976
10977 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10978 Set variables for computing the prompt for reading password.
10979
10980 2009-11-19 Glenn Morris <rgm@gnu.org>
10981
10982 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10983
10984 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10985
10986 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10987 (newsticker-treeview-listwindow-height): Fix custom type.
10988
10989 2009-11-19 Kenichi Handa <handa@m17n.org>
10990
10991 * descr-text.el (describe-char-padded-string): Compose with TAB
10992 only if there's a font for CH.
10993 (describe-char): Fix the condition for detecting a trivial composition.
10994
10995 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10996
10997 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10998 more accurate version of the regexp. (Bug#3910)
10999
11000 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11001
11002 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11003
11004 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
11005
11006 * font-setting.el (font-use-system-font): Declare for byte-compiler.
11007 (font-setting-change-default-font): Fix typo in docstring.
11008
11009 2009-11-18 Alan Mackenzie <acm@muc.de>
11010
11011 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11012
11013 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11014
11015 * font-setting.el (font-use-system-font): Move ...
11016
11017 * cus-start.el (all): ... to here.
11018
11019 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
11020
11021 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11022 Don't set `ad-return-value' if `ad-do-it' doesn't.
11023
11024 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11025 modification time.
11026
11027 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11028
11029 * menu-bar.el: Put "Use system font" in Option-menu.
11030 (menu-bar-options-save): Add font-use-system-font.
11031
11032 * loadup.el: If feature system-font-setting or font-render-setting is
11033 there, load font-setting.
11034
11035 * Makefile.in (ELCFILES): Add font-settings.el.
11036 * font-setting.el: New file.
11037
11038 2009-11-17 Glenn Morris <rgm@gnu.org>
11039
11040 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
11041
11042 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
11043 Preserve point in the list buffer. (Bug#4939)
11044 Use point-at-eol.
11045 (newsticker--treeview-list-update-highlight)
11046 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
11047
11048 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11049
11050 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
11051 Remove.
11052
11053 * calc/calc-ext.el (calc-init-extensions): Remove references to
11054 symclip.
11055
11056 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
11057
11058 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
11059 * calc/calc-help.el (calc-b-prefix-help): Remove references to
11060 `calc-symclip'.
11061
11062 2009-11-16 Kevin Ryde <user42@zip.com.au>
11063
11064 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11065 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
11066
11067 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
11068 (lm-keywords-list): Allow comma-only separator like "foo,bar".
11069 Ignore trailing spaces by omit-nulls to split-string (fixing
11070 regression from Emacs 21 due to the incompatible split-string
11071 change). (Bug #4928.)
11072
11073 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
11074
11075 * vc.el (vc-log-show-limit): Default to 2000.
11076 (vc-print-log-internal): Insert buttons to request more entries
11077 when limiting the output.
11078
11079 * vc-sccs.el (vc-sccs-print-log):
11080 * vc-rcs.el (vc-rcs-print-log):
11081 * vc-cvs.el (vc-cvs-print-log):
11082 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11083 LIMIT is non-nil.
11084
11085 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
11086
11087 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
11088 error when `tramp-gvfs-dbus-event-vector' is set.
11089 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
11090
11091 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
11094
11095 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
11096
11097 * net/dbus.el (dbus-unregister-service): New defun.
11098 (dbus-register-property): Register the handlers of
11099 "org.freedesktop.DBus.Properties" for SERVICE.
11100 (dbus-property-handler): Fix docstring.
11101
11102 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11103
11104 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
11105 Quote doc string reference in defvaralias as it is not in special form.
11106 (byte-compile-output-docform): Doc fix.
11107
11108 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11109
11110 * calc/calc.el (math-2-word-size, math-half-2-word-size)
11111 (calc-complement-signed-mode): New variables.
11112 (calc-set-mode-line): Add indicator for twos-complements.
11113 (math-format-number): Format twos-complement notation.
11114
11115 * calc/calc-bin.el (calc-word-size): Reset the variables
11116 `math-2-word-size' and `math-half-2-word-size'.
11117 (math-format-complement-signed, math-symclip, calcFunc-symclip)
11118 (calc-symclip): New functions.
11119
11120 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
11121
11122 * calc/calc-embed.el (calc-embedded-mode-vars):
11123 Add `calc-complement-signed-mode' to the list of modes.
11124
11125 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
11126 (calc-b-oper-keys): Add `calc-symclip' to list.
11127
11128 * calc/calc-ext.el (math-read-number-fancy): Read complement
11129 signed numbers.
11130 (calc-init-extensions): Add binding for `calc-symclip'.
11131 Add autoload for `calcFunc-symclip' and `calc-symclip'.
11132
11133 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
11134 `calc-symclip'.
11135 (calc-modes-menu): Add item for twos complement mode.
11136
11137 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
11138
11139 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * register.el (jump-to-register, insert-register): Handle Semantic
11142 tags. From commented-out advice in semantic/senator.el.
11143
11144 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11145
11146 * vc.el (vc-log-show-limit): New variable.
11147 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
11148 when using a prefix argument.
11149 (vc-print-log-internal): Add new argument LIMIT.
11150
11151 * vc-svn.el (vc-svn-print-log):
11152 * vc-mtn.el (vc-mtn-print-log):
11153 * vc-hg.el (vc-hg-print-log):
11154 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
11155 pass it to the log command when set. Make the BUFFER argument
11156 non-optional.
11157
11158 * vc-sccs.el (vc-sccs-print-log):
11159 * vc-rcs.el (vc-rcs-print-log):
11160 * vc-git.el (vc-git-print-log):
11161 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
11162 ignore it. Make the BUFFER argument non-optional
11163
11164 * bindings.el (mode-line-buffer-identification): Do not purecopy.
11165
11166 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
11167
11168 * dired.el (dired-mode-map): Move encryption items to "Operate"
11169 menu (Bug#4703).
11170
11171 * strokes.el (strokes-update-window-configuration): Make strokes
11172 buffer current before erasing (Bug#4906).
11173
11174 2009-11-15 Juri Linkov <juri@jurta.org>
11175
11176 * simple.el (set-mark-default-inactive): Add :type, :group
11177 and :version. (Bug#4876)
11178
11179 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
11180
11181 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
11182 (archive-unique-fname): ... here. (Bug#4929)
11183
11184 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11185
11186 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
11187 with a real fix.
11188
11189 * novice.el (disabled-command-function): Add useful args.
11190 Setup the help buffer so that [back] works.
11191 Remove redundant call to help-mode.
11192 (disabled-command-function): Use `case'.
11193 (en/disable-command): New function extracted from enable-command.
11194 (enable-command, disable-command): Use it.
11195
11196 2009-11-14 Glenn Morris <rgm@gnu.org>
11197
11198 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
11199 constants. (Bug#4913)
11200
11201 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
11202
11203 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
11204
11205 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
11206 defined in C that have no doc-strings. (Bug#1063)
11207
11208 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
11209
11210 * cus-edit.el (data, files):
11211 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
11212
11213 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
11214
11215 * simple.el (shell-command): Doc fix (Bug#4891).
11216
11217 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
11218
11219 2009-11-14 Glenn Morris <rgm@gnu.org>
11220
11221 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
11222 statements for vc-diff, emerge-quit, and rmail-cease-edit.
11223 If they are already loaded, eval-after-load will do the right thing.
11224
11225 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
11226 compiling.
11227
11228 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
11229
11230 * simple.el (x-selection-owner-p): Declare.
11231 (read-mail-command): Use custom radio type rather than choice.
11232 (completion-no-auto-exit): Doc fix.
11233
11234 * custom.el (defgroup):
11235 * epg-config.el (epg): Doc fixes.
11236
11237 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11238
11239 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
11240 * international/ccl.el (define-ccl-program): Do not purecopy the
11241 docstring, defconst does it anyway.
11242
11243 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * add-log.el (add-change-log-entry): Avoid displaying the changelog
11246 a second time.
11247
11248 * x-dnd.el (x-dnd-maybe-call-test-function):
11249 * window.el (split-window-vertically):
11250 * whitespace.el (whitespace-help-on):
11251 * vc-rcs.el (vc-rcs-consult-headers):
11252 * userlock.el (ask-user-about-lock-help)
11253 (ask-user-about-supersession-help):
11254 * type-break.el (type-break-force-mode-line-update):
11255 * time-stamp.el (time-stamp-conv-warn):
11256 * terminal.el (te-set-output-log, te-more-break, te-filter)
11257 (te-sentinel, terminal-emulator):
11258 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
11259 (term-write-input-ring, term-check-source, term-start-output-log):
11260 (term-display-buffer-line, term-dynamic-list-completions):
11261 (term-ansi-make-term, serial-term):
11262 * subr.el (selective-display):
11263 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11264 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11265 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11266 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11267 (speedbar-remove-localized-speedbar-support)
11268 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11269 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11270 (speedbar-buffers-line-directory):
11271 * simple.el (shell-command-on-region, append-to-buffer)
11272 (prepend-to-buffer):
11273 * shadowfile.el (shadow-save-todo-file):
11274 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11275 (scroll-bar-maybe-set-window-start):
11276 * sb-image.el (speedbar-image-dump):
11277 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11278 (load-save-place-alist-from-file):
11279 * ps-samp.el (ps-print-message-from-summary):
11280 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11281 (ps-background-image, ps-begin-job, ps-do-despool):
11282 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11283 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11284 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11285 (pr-call-process, pr-file-list, pr-interface-save):
11286 * novice.el (disabled-command-function)
11287 (enable-command, disable-command):
11288 * mouse.el (mouse-buffer-menu-alist):
11289 * mouse-copy.el (mouse-kill-preserving-secondary):
11290 * macros.el (kbd-macro-query):
11291 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11292 * informat.el (batch-info-validate):
11293 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11294 * hippie-exp.el (try-expand-dabbrev-visible):
11295 * help-mode.el (help-make-xrefs):
11296 * help-fns.el (describe-variable):
11297 * generic-x.el (bat-generic-mode-run-as-comint):
11298 * finder.el (finder-mouse-select):
11299 * find-dired.el (find-dired-sentinel):
11300 * filesets.el (filesets-file-close):
11301 * files.el (list-directory):
11302 * faces.el (list-faces-display, describe-face):
11303 * facemenu.el (list-colors-display):
11304 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11305 * epg.el (epg--process-filter, epg-cancel):
11306 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11307 (epa--read-signature-type):
11308 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11309 (emerge-file-names):
11310 * ehelp.el (electric-helpify):
11311 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11312 * ediff-vers.el (rcs-ediff-view-revision):
11313 * ediff-util.el (ediff-setup):
11314 * ediff-mult.el (ediff-append-custom-diff):
11315 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11316 (ediff-wordify):
11317 * echistory.el (Electric-command-history-redo-expression):
11318 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11319 * disp-table.el (describe-display-table):
11320 * dired.el (dired-find-buffer-nocreate):
11321 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11322 * dabbrev.el (dabbrev--same-major-mode-p):
11323 * chistory.el (list-command-history):
11324 * apropos.el (apropos-documentation):
11325 * allout.el (allout-obtain-passphrase):
11326 (allout-copy-exposed-to-buffer):
11327 (allout-verify-passphrase): Use with-current-buffer.
11328
11329 2009-11-13 Glenn Morris <rgm@gnu.org>
11330
11331 * Makefile.in (ELCFILES): Regenerate.
11332
11333 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
11334
11335 * net/dbus.el (dbus-registered-objects-table): Rename from
11336 `dbus-registered-functions-table', because it contains also properties.
11337 (dbus-unregister-object): Unregister also properties.
11338 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11339 Use a timeout of 500 msec, in order to not block.
11340 (dbus-register-property, dbus-property-handler): New defuns.
11341
11342 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * simple.el (minibuffer-default-add-completions): Drop deprecated
11345 4th arg.
11346
11347 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
11348
11349 * textmodes/artist.el (artist-mouse-choose-operation):
11350 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
11351 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
11352 (artist-compute-up-event-key): New function.
11353 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11354
11355 2009-11-13 Kenichi Handa <handa@m17n.org>
11356
11357 * language/japan-util.el: Make sure that the value of jisx0208
11358 property is jisx0208 character.
11359
11360 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
11361
11362 * international/mule.el (auto-coding-regexp-alist): Only purecopy
11363 car or each item, not the whole list.
11364
11365 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * minibuffer.el (minibuffer-completion-help):
11368 Use minibuffer-hide-completions.
11369
11370 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
11371
11372 * dired.el (dired-save-positions, dired-restore-positions): New funs.
11373 (dired-revert): Use them (bug#4880).
11374
11375 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11376
11377 * tooltip.el (tooltip-frame-parameters): Undo previous change.
11378
11379 2009-11-12 Juri Linkov <juri@jurta.org>
11380
11381 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11382 New functions.
11383 (find-file-literally-at-point): Alias of `ffap-literally'.
11384
11385 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11386
11387 * textmodes/ispell.el (ispell-skip-region-alist):
11388 * textmodes/css-mode.el (auto-mode-alist):
11389 * progmodes/compile.el (auto-mode-alist):
11390 * international/mule.el (ctext-non-standard-encodings-alist)
11391 (ctext-non-standard-encodings-regexp):
11392 * simple.el (shell-command-switch, text-read-only):
11393 * replace.el (occur-mode-map):
11394 * paths.el (rmail-file-name):
11395 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11396 * find-file.el (ff-special-constructs):
11397 * files.el (file-name-handler-alist):
11398 * composite.el: Purecopy strings.
11399
11400 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11401
11402 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11403
11404 * widget.el (define-widget): Purecopy the docstring.
11405 * international/mule-cmds.el (charset): Do not purecopy the
11406 docstring here, define-widget does it.
11407
11408 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11409 * textmodes/bibtex-style.el (auto-mode-alist):
11410 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11411 * progmodes/compile.el (compile-command):
11412 * language/korea-util.el (default-korean-keyboard):
11413 * international/mule-conf.el (file-coding-system-alist):
11414 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11415 * tooltip.el (tooltip-frame-parameters):
11416 * newcomment.el (comment-end, comment-padding):
11417 * dired.el (dired-trivial-filenames):
11418 * comint.el (comint-file-name-prefix): Purecopy initial values.
11419
11420 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
11421
11422 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11423 (tramp-advice-minibuffer-electric-tilde): Unload advices via
11424 `tramp-unload'.
11425 (tramp-advice-make-auto-save-file-name)
11426 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11427 after removing the advice.
11428
11429 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11430
11431 * progmodes/grep.el (grep-regexp-alist):
11432 * international/mule-cmds.el (iso-2022-control-alist):
11433 * emacs-lisp/timer.el (timer-duration-words):
11434 * subr.el (version-separator, version-regexp-alist):
11435 * minibuffer.el (completion-styles-alist):
11436 * faces.el (face-attribute-name-alist, list-faces-sample-text):
11437 Change defvars to defconsts.
11438
11439 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11440 * loadup.el ("international/mule-conf"): Load the byte compiled version.
11441 * international/mule-conf.el: Allow to be byte compiled.
11442
11443 * international/mule.el (define-charset): Purecopy props.
11444 (load-with-code-conversion): Purecopy doc string and file name.
11445 (put-charset-property): Purecopy strings.
11446 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11447
11448 * international/mule-cmds.el (register-input-method): Purecopy arguments.
11449 (define-char-code-property): Correctly purecopy the table.
11450
11451 * international/ccl.el (define-ccl-program): Purecopy the docstring.
11452
11453 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11454
11455 * subr.el (add-hook): Purecopy strings.
11456 (eval-after-load): Purecopy load-history-regexp and the form.
11457
11458 * custom.el (custom-declare-group): Purecopy load-file-name.
11459
11460 * subr.el (menu-bar-separator): New defconst.
11461 * net/eudc.el (eudc-tools-menu):
11462 * international/mule-cmds.el (set-coding-system-map)
11463 (mule-menu-keymap):
11464 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11465 * vc-hooks.el (vc-menu-map):
11466 * replace.el (occur-mode-map):
11467 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
11468 (menu-bar-edit-menu, menu-bar-goto-menu)
11469 (menu-bar-custom-menu, menu-bar-showhide-menu)
11470 (menu-bar-options-menu, menu-bar-tools-menu)
11471 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11472 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11473 (menu-bar-help-menu):
11474 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11475 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11476
11477 * term/x-win.el (x-gtk-stock-map):
11478 * progmodes/vera-mode.el (auto-mode-alist):
11479 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11480 (inferior-lisp-program, inferior-lisp-load-command):
11481 * progmodes/hideshow.el (hs-special-modes-alist):
11482 * progmodes/gud.el (same-window-regexps):
11483 * progmodes/grep.el (grep-program, find-program, xargs-program):
11484 * net/telnet.el (same-window-regexps):
11485 * net/rlogin.el (same-window-regexps):
11486 * language/ethiopic.el (font-ccl-encoder-alist):
11487 * vc-sccs.el (vc-sccs-master-templates):
11488 * vc-rcs.el (vc-rcs-master-templates):
11489 * subr.el (cl-assertion-failed):
11490 * simple.el (next-error-overlay-arrow-position):
11491 * lpr.el (lpr-command):
11492 * locate.el (locate-ls-subdir-switches):
11493 * info.el (same-window-regexps, info)
11494 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11495 * image-mode.el (image-mode, auto-mode-alist):
11496 * hippie-exp.el (hippie-expand-ignore-buffers):
11497 * format.el (format-alist):
11498 * find-dired.el (find-ls-subdir-switches, find-grep-options)
11499 (find-name-arg):
11500 * facemenu.el (facemenu-keybindings):
11501 * dired.el (dired-listing-switches, dired-chown-program):
11502 * diff.el (diff-switches, diff-command):
11503 * cus-edit.el (same-window-regexps):
11504 * bindings.el (mode-line-mule-info)
11505 (mode-line-buffer-identification): Purecopy strings.
11506
11507 2009-11-11 Juri Linkov <juri@jurta.org>
11508
11509 * simple.el (dired-get-filename) <declare-function>:
11510 Tell the byte-compiler about dired-get-filename.
11511 (shell-command): In Dired mode, get filename from the current line
11512 as the default value.
11513
11514 2009-11-10 Glenn Morris <rgm@gnu.org>
11515
11516 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11517 * calendar/holidays.el, progmodes/cperl-mode.el:
11518 Update x-popup-menu declarations.
11519
11520 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11521 (list-load-path-shadows): Use dolist.
11522 (list-load-path-shadows): Use with-current-buffer.
11523
11524 2009-11-10 Juri Linkov <juri@jurta.org>
11525
11526 * minibuffer.el (read-file-name): Support a list of default values
11527 in `default-filename'. Use the first file name where only one
11528 element is required. Doc fix.
11529
11530 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
11531
11532 * net/dbus.el (dbus-unregister-object): Release service, if no
11533 other method is registered for it.
11534
11535 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
11536
11537 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11538 bookmark-sort-flag is non-nil (Bug#4653).
11539
11540 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11541
11542 * emulation/cua-base.el: Add CUA property to some CC mode commands
11543 (Bug#4100).
11544
11545 2009-11-08 Kevin Ryde <user42@zip.com.au>
11546
11547 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11548 at end of sentence (Bug#4818).
11549
11550 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
11551
11552 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11553 Handle "see declaration of" MSFT statements (Bug#4100).
11554
11555 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
11556
11557 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11558 (tramp-advice-file-expand-wildcards): Unload via
11559 `ad-remove-advice'.
11560
11561 * net/trampver.el: Update release number.
11562
11563 2009-11-08 Kevin Ryde <user42@zip.com.au>
11564
11565 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11566 `ad-do-it'.
11567
11568 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
11569
11570 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11571 in order to keep context in SELinux.
11572
11573 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * dired-aux.el (dired-query): Place cursor in echo area and allow
11576 C-g.
11577
11578 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11579 menu item if not on a directory (Bug#4701).
11580
11581 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
11582
11583 Sync with Tramp 2.1.17.
11584
11585 * net/tramp.el (tramp-handle-copy-directory): Don't use
11586 `file-remote-p' (due to compatibility).
11587
11588 * net/tramp-compat.el (tramp-compat-copy-directory)
11589 (tramp-compat-delete-directory): New defuns.
11590
11591 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11592 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11593 `tramp-compat-delete-directory'.
11594
11595 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11596 (tramp-smb-handle-delete-directory): Use
11597 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11598
11599 * net/trampver.el: Update release number.
11600
11601 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
11602
11603 * tar-mode.el (tar-copy): Call write-region on the right buffer
11604 (Bug#4857).
11605
11606 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11607 by hand, if necessary (Bug#4878).
11608
11609 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
11610
11611 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11612 align size column (Bug#4839).
11613
11614 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11615 statement.
11616
11617 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11618
11619 * progmodes/ld-script.el (auto-mode-alist):
11620 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11621
11622 * cus-face.el (custom-declare-face): Purecopy face spec.
11623
11624 2009-11-06 Kenichi Handa <handa@m17n.org>
11625
11626 * international/uni-bidi.el: Re-generated.
11627 * international/uni-category.el: Re-generated.
11628 * international/uni-combining.el: Re-generated.
11629 * international/uni-mirrored.el: Re-generated.
11630
11631 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11632
11633 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11634 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11635 (tex-start-options, slitex-run-command, latex-run-command)
11636 (tex-run-command, tex-directory):
11637 * textmodes/ispell.el (ispell-html-skip-alists)
11638 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11639 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11640 (adaptive-fill-regexp):
11641 * textmodes/dns-mode.el (auto-mode-alist):
11642 * progmodes/python.el (interpreter-mode-alist):
11643 * progmodes/etags.el (tags-compression-info-list):
11644 * progmodes/etags.el (tags-file-name):
11645 * net/browse-url.el (browse-url-galeon-program)
11646 (browse-url-firefox-program):
11647 * mail/sendmail.el (mail-signature-file)
11648 (mail-citation-prefix-regexp):
11649 * international/mule-conf.el (eight-bit):
11650 * international/latexenc.el (latex-inputenc-coding-alist):
11651 * international/fontset.el (x-pixel-size-width-font-regexp):
11652 * emacs-lisp/warnings.el (warning-type-format):
11653 * emacs-lisp/trace.el (trace-buffer):
11654 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11655 (emacs-lisp-mode-map):
11656 * calendar/holidays.el (holiday-solar-holidays)
11657 (holiday-bahai-holidays, holiday-islamic-holidays)
11658 (holiday-christian-holidays, holiday-hebrew-holidays)
11659 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11660 (hebrew-holidays-1, holiday-oriental-holidays)
11661 (holiday-general-holidays):
11662 * x-dnd.el (x-dnd-known-types):
11663 * tool-bar.el (tool-bar):
11664 * startup.el (site-run-file):
11665 * shell.el (shell-dumb-shell-regexp):
11666 * rfn-eshadow.el (file-name-shadow-tty-properties)
11667 (file-name-shadow-properties):
11668 * paths.el (remote-shell-program, news-directory):
11669 * mouse.el ([C-down-mouse-3]):
11670 * menu-bar.el (menu-bar-tools-menu):
11671 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11672 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11673 (jka-compr-compression-info-list):
11674 * isearch.el (search-whitespace-regexp):
11675 * image-file.el (image-file-name-extensions):
11676 * find-dired.el (find-ls-option):
11677 * files.el (directory-listing-before-filename-regexp)
11678 (directory-free-space-args, insert-directory-program)
11679 (list-directory-brief-switches, magic-fallback-mode-alist)
11680 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11681 (automount-dir-prefix):
11682 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11683 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11684 (face-font-registry-alternatives, face-font-registry-alternatives)
11685 (face-font-family-alternatives):
11686 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11687 (facemenu-foreground-menu, facemenu-face-menu):
11688 * epa-hook.el (epa-file-name-regexp):
11689 * dnd.el (dnd-protocol-alist):
11690 * textmodes/rst.el (auto-mode-alist):
11691 * button.el (default-button): Purecopy strings.
11692
11693 2009-11-06 Glenn Morris <rgm@gnu.org>
11694
11695 * Makefile.in (ELCFILES): Update.
11696
11697 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11700 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11701
11702 * nxml/xsd-regexp.el (xsdre-gen-categories):
11703 * nxml/xmltok.el (xmltok-parse-entity):
11704 * nxml/rng-parse.el (rng-parse-validate-file):
11705 * nxml/rng-maint.el (rng-format-manual)
11706 (rng-manual-output-force-new-line):
11707 * nxml/rng-loc.el (rng-save-schema-location-1):
11708 * nxml/rng-cmpct.el (rng-c-parse-file):
11709 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11710 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11711
11712 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11713
11714 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11715 Remove extra save-excursions and make-variable-buffer-local's.
11716 Suggested by Stefan Monnier.
11717
11718 (verilog-getopt-file, verilog-module-inside-filename-p)
11719 (verilog-set-define): Merge GNU 1.35 and repair changes from
11720 switching to using with-current-buffer.
11721
11722 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11723 being treated as a number and confusing AUTORESET.
11724 Reported by Dan Dever.
11725
11726 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11727 Add verilog-auto-ignore-concat to fix backward compatibility with
11728 older verilog-modes. Reported by Dan Katz.
11729
11730 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11731 containing closing anchors "...$".
11732
11733 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11734 Reported by Wade Smith.
11735
11736 (verilog-batch-execute-func): Comment on function usage.
11737
11738 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11739
11740 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11741 for labels.
11742
11743 (verilog-label-re, verilog-calc-1): Support proper indent of named
11744 asserts.
11745
11746 (verilog-backward-token, verilog-basic-complete-re)
11747 (verilog-beg-of-statement, verilog-indent-re): Support proper
11748 indent of the assert statement at the beginning of a block of text.
11749
11750 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11751 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11752 tokens as begins.
11753
11754 2009-11-05 Glenn Morris <rgm@gnu.org>
11755
11756 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11757 Emacs 19. (Bug#1531)
11758 (byte-compile-fix-header): Update for the above change.
11759 Drop test for epoch::version.
11760
11761 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11762 * cus-dep.el (custom-make-dependencies):
11763 * finder.el (finder-compile-keywords):
11764 Use autoload-rubric's feature argument.
11765
11766 * calendar/diary-lib.el (top-level): Make load behave more like require.
11767
11768 * vc-git.el (vc-git-stash-map): Move definition before use.
11769
11770 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11771
11772 * custom.el (custom-declare-group): Purecopy standard-value.
11773 (custom-declare-group): Purecopy custom-prefix.
11774
11775 * international/mule.el (load-with-code-conversion):
11776 Call do-after-load-evaluation unconditionally.
11777
11778 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11779
11780 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11783
11784 2009-11-04 Glenn Morris <rgm@gnu.org>
11785
11786 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11787 (byte-compile-compatibility): Remove option.
11788 (byte-compile-close-variables, byte-compile-fix-header)
11789 (byte-compile-insert-header, byte-compile-output-docform)
11790 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11791 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11792 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11793 (byte-compile-insert, byte-compile-defun):
11794 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11795 (byte-defop-compiler19): Remove.
11796 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11797 used by anything. Replace all calls with byte-defop-compiler.
11798
11799 2009-11-04 Juri Linkov <juri@jurta.org>
11800
11801 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11802 (menu-bar-options-menu): Don't quote the `prop' arg of
11803 `menu-bar-make-mm-toggle'.
11804
11805 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11806
11807 * calendar/calendar.el (cal-loaddefs):
11808 * calendar/diary-lib.el (diary-loaddefs):
11809 * calendar/holidays.el (hol-loaddefs):
11810 * eshell/esh-module.el (esh-groups): Load rather than require.
11811
11812 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11815 point-min==1.
11816 (todo-top-priorities): Only display-buffer when called interactively.
11817 (todo-item-start): Don't save excursion point.
11818 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11819 (todo-insert-item-here, todo-file-item, todo-remove-item):
11820 Adjust uses of todo-item-start and todo-item-end.
11821
11822 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11823 (autoload-rubric): Don't use any more.
11824
11825 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11826 and only put a prop if it is non-nil.
11827
11828 2009-11-03 Juri Linkov <juri@jurta.org>
11829
11830 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11831 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11832
11833 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11834 and "Menu" to make top-level menu item visually one unit (like
11835 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11836 multi-word menu items). Fix :help string for quit-window.
11837
11838 2009-11-03 Glenn Morris <rgm@gnu.org>
11839
11840 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11841 (byte-compile-file-form-define-abbrev-table)
11842 (byte-compile-file-form-custom-declare-variable)
11843 (byte-compile-variable-ref, byte-compile-defvar):
11844 Whether or not a warning is enabled should only affect whether we issue
11845 the warning, not whether or not we collect the relevant data.
11846 Eg warnings can be turned on and off throughout the course of a file.
11847
11848 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11849 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11850
11851 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11854 * play/mpuz.el (mpuz-create-buffer):
11855 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11856 (lm-print-y,s,noise, lm-print-w0, lm-init):
11857 * play/gomoku.el (gomoku-prompt-for-move):
11858 * play/fortune.el (fortune-in-buffer):
11859 * play/dissociate.el (dissociated-press):
11860 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11861 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11862 * mail/supercite.el (sc-eref-show):
11863 * mail/smtpmail.el (smtpmail-send-it):
11864 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11865 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11866 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11867 (rmail-summary-goto-msg, rmail-summary-expunge)
11868 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11869 (rmail-summary-add-label, rmail-summary-output-menu)
11870 (rmail-summary-output-body):
11871 * mail/rfc822.el (rfc822-addresses):
11872 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11873 * mail/mailpost.el (post-mail-send-it):
11874 * mail/hashcash.el (hashcash-generate-payment):
11875 * mail/feedmail.el (feedmail-run-the-queue)
11876 (feedmail-queue-send-edit-prompt-help-first)
11877 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11878 (feedmail-deduce-address-list):
11879 * eshell/esh-ext.el (eshell-remote-command):
11880 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11881 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11882 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11883 (viper-save-string-in-file, viper-valid-marker):
11884 * emulation/viper-keym.el (viper-toggle-key):
11885 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11886 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11887 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11888 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11889 (viper-exec-form-in-emacs, viper-brac-function):
11890 * emulation/viper.el (viper-delocalize-var):
11891 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11892 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11893 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11894 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11895 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11896 * emulation/edt.el (edt-electric-helpify):
11897 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11898 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11899 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11900 (cua-indent-to-global-mark-column):
11901 * calendar/diary-lib.el (calendar-mark-1):
11902 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11903 Use with-current-buffer.
11904 * emulation/viper.el (viper-delocalize-var): Use dolist.
11905
11906 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11907
11908 * comint.el (comint-replace-by-expanded-history-before-point):
11909 Replace !! with the previous input string literally (Bug#1795).
11910
11911 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11912
11913 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11914 to be made up of whitespace.
11915
11916 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11917
11918 * minibuffer.el (read-file-name): Don't use file dialogs for
11919 remote directories (Bug#99).
11920
11921 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11922
11923 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11924
11925 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11926
11927 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11928 instead of deleting the window or frame.
11929
11930 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11931
11932 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11933 Support face colors.
11934
11935 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11936 New function. Support face colors (Bug#1168).
11937 (tex-common-initialization): Use it.
11938
11939 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11940 mode allows it (Bug#1168).
11941
11942 2009-10-31 Juri Linkov <juri@jurta.org>
11943
11944 * facemenu.el (list-colors-display): Don't mark buffer as
11945 modified (Bug#3948).
11946
11947 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11948
11949 * international/mule-diag.el (list-character-sets-1): Minor
11950 message fix (Bug#3526).
11951
11952 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11953 face property (Bug#4834).
11954 (etags-list-tags, etags-tags-apropos-additional)
11955 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11956 property.
11957
11958 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11959 items.
11960
11961 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * textmodes/two-column.el (2C-split):
11964 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11965 * textmodes/tex-mode.el (tex-set-buffer-directory):
11966 * textmodes/spell.el (spell-region, spell-string):
11967 * textmodes/reftex.el (reftex-erase-buffer):
11968 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11969 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11970 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11971 (reftex-select-item):
11972 * textmodes/reftex-ref.el (reftex-label-info-update)
11973 (reftex-offer-label-menu):
11974 * textmodes/reftex-index.el (reftex-index-change-entry)
11975 (reftex-index-phrases-info):
11976 * textmodes/reftex-global.el (reftex-create-tags-file)
11977 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11978 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11979 (reftex-view-crossref-from-bibtex):
11980 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11981 (reftex-extract-bib-entries-from-thebibliography)
11982 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11983 * textmodes/refbib.el (r2b-capitalize-title):
11984 (r2b-convert-buffer, r2b-help):
11985 * textmodes/page-ext.el (pages-directory)
11986 (pages-directory-goto-with-mouse):
11987 * textmodes/bibtex.el (bibtex-validate-globally):
11988 * textmodes/bib-mode.el (bib-capitalize-title):
11989 * textmodes/artist.el (artist-clear-buffer, artist-system):
11990 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11991 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11992 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11993 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11994 (xscheme-send-control-g-interrupt, xscheme-start-process)
11995 (xscheme-process-sentinel, xscheme-cd):
11996 * progmodes/verilog-mode.el (verilog-read-always-signals)
11997 (verilog-set-define, verilog-getopt-file)
11998 (verilog-module-inside-filename-p):
11999 * progmodes/sh-script.el:
12000 * progmodes/python.el (python-pdbtrack-get-source-buffer)
12001 (python-pdbtrack-grub-for-buffer, python-execute-file):
12002 * progmodes/octave-inf.el (inferior-octave):
12003 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12004 (idlwave-shell-compile-helper-routines, idlwave-set-local)
12005 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12006 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12007 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12008 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12009 (idlwave-shell-filter, idlwave-shell-examine-highlight)
12010 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12011 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12012 (idlwave-shell-examine-display, idlwave-shell-run-region)
12013 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12014 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12015 * progmodes/idlw-help.el (idlwave-help-get-special-help)
12016 (idlwave-help-get-help-buffer):
12017 * progmodes/gud.el (gud-basic-call, gud-find-class)
12018 (gud-tooltip-activate-mouse-motions-if-enabled):
12019 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12020 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12021 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12022 (ebrowse-tags-next-file):
12023 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12024 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12025 (ebnf-eps-finish-and-write):
12026 * progmodes/cpp.el (cpp-edit-save):
12027 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12028 * progmodes/cc-defs.el (c-emacs-features):
12029 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
12030 (antlr-directory-dependencies):
12031 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
12032 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
12033 (ada-find-any-references, ada-make-filename-from-adaname)
12034 (ada-make-body-gnatstub):
12035 * obsolete/rnews.el (news-list-news-groups):
12036 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
12037 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
12038 * net/rcirc.el (rcirc-debug):
12039 * net/newst-treeview.el (newsticker--treeview-list-add-item)
12040 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
12041 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
12042 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
12043 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
12044 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
12045 (newsticker--treeview-list-clear-highlight)
12046 (newsticker--treeview-list-update-highlight)
12047 (newsticker--treeview-list-highlight-start)
12048 (newsticker--treeview-tree-update-highlight)
12049 (newsticker--treeview-get-selected-item)
12050 (newsticker-treeview-mark-list-items-old)
12051 (newsticker--treeview-set-current-node):
12052 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12053 * net/newst-backend.el (newsticker--get-news-by-funcall)
12054 (newsticker--get-news-by-wget, newsticker--image-get)
12055 (newsticker--image-sentinel):
12056 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
12057 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
12058 (eudc-ph-close-session):
12059 * net/eudc.el (eudc-save-options):
12060 * language/thai-word.el (thai-update-word-table):
12061 * language/japan-util.el (japanese-string-conversion):
12062 * international/titdic-cnv.el (tsang-quick-converter)
12063 (ziranma-converter, ctlau-converter):
12064 * international/mule-cmds.el (describe-language-environment):
12065 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
12066 (skkdic-convert-postfix, skkdic-convert-prefix):
12067 (skkdic-convert-okuri-nasi, skkdic-convert):
12068 * emacs-lisp/re-builder.el (reb-update-overlays):
12069 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
12070 * emacs-lisp/gulp.el (gulp-send-requests):
12071 * emacs-lisp/find-gc.el (trace-call-tree):
12072 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
12073 (eieio-describe-generic):
12074 * emacs-lisp/eieio-base.el (eieio-persistent-read):
12075 * emacs-lisp/edebug.el (edebug-outside-excursion):
12076 * emacs-lisp/debug.el (debugger-make-xrefs):
12077 * emacs-lisp/cust-print.el (custom-prin1-to-string):
12078 * emacs-lisp/chart.el (chart-new-buffer):
12079 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
12080 Use with-current-buffer.
12081 * textmodes/artist.el (artist-system): Don't call
12082 copy-sequence on a fresh string.
12083 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
12084
12085 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
12086
12087 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
12088 is no item to edit. (Bug#4820)
12089 (todo-top-priorities): Restore point and restore narrowing in Todo
12090 buffer. (Bug#4820)
12091
12092 2009-10-31 Glenn Morris <rgm@gnu.org>
12093
12094 * net/ange-ftp.el (top-level): Don't require dired when compiling.
12095 (comint-last-output-start, comint-last-input-start)
12096 (comint-last-input-end): Don't defvar when compiling.
12097 (ange-ftp-process-file): Use bound-and-true-p.
12098
12099 * pcmpl-rpm.el (top-level): Move provide statement to end.
12100 (pcmpl-rpm): Remove unused custom group.
12101
12102 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
12103
12104 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
12105
12106 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12107 (byte-compile-warnings): Add `constants' as an option.
12108 (byte-compile-callargs-warn, byte-compile-arglist-warn)
12109 (display-call-tree): Update for byte-compile-fdefinition possibly
12110 returning `(macro lambda ...)'. (Bug#4778)
12111 (byte-compile-variable-ref, byte-compile-setq-default):
12112 Respect `constants' member of byte-compile-warnings.
12113
12114 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * vc-bzr.el (vc-bzr-revision-keywords): New var.
12117 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
12118 to "submit:".
12119
12120 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
12121
12122 * textmodes/ispell.el (ispell-skip-region-alist):
12123 * international/mule-conf.el (eight-bit):
12124 * international/fontset.el (font-encoding-alist):
12125 * startup.el (pure-space-overflow-message):
12126 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
12127 * paths.el (gnus-nntp-service, rmail-spool-directory)
12128 (term-file-prefix):
12129 * files.el (save-some-buffers-action-alist):
12130 * cmuscheme.el (same-window-buffer-names):
12131 * ielm.el (same-window-buffer-names):
12132 * shell.el (same-window-buffer-names):
12133 * mail/sendmail.el (same-window-buffer-names):
12134 * progmodes/inf-lisp.el (same-window-buffer-names):
12135 * bindings.el (mode-line-client)
12136 (mode-line-column-line-number-mode-map):
12137 * language/tibetan.el (tibetan-precomposition-rule-regexp)
12138 (tibetan-precomposed-regexp): Purecopy string arguments.
12139
12140 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12141
12142 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
12143 (calcDigit-nondigit):
12144 * calc/calc-yank.el (calc-copy-to-buffer):
12145 * calc/calc-units.el (calc-invalidate-units-table):
12146 * calc/calc-trail.el (calc-trail-yank):
12147 * calc/calc-store.el (calc-insert-variables):
12148 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12149 * calc/calc-prog.el (calc-read-parse-table):
12150 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
12151 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
12152 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
12153 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
12154 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
12155 (calc-graph-name, calc-graph-find-command, calc-graph-view)
12156 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
12157 * calc/calc-ext.el (calc-realign):
12158 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
12159 (calc-embedded-finish-edit, calc-embedded-make-info)
12160 (calc-embedded-finish-command, calc-embedded-stack-change):
12161 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
12162
12163 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
12164 shell-dynamic-complete-filename in preference to
12165 comint-dynamic-complete-filename.
12166
12167 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12168 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12169 Don't consider whether the display supports colors.
12170 (bookmark-import-new-list): Use dolist.
12171 (bookmark-bmenu-mode-map): Move initialization into declaration.
12172 (bookmark-bmenu-list): Use dolist, simplify.
12173 (bookmark-show-all-annotations): Use save-selected-window and dolist.
12174 (menu-bar-final-items): Use push.
12175
12176 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
12177
12178 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
12179 it works on remote files.
12180 (vc-hg-diff): Don't pass any `--cwd' argument.
12181
12182 2009-10-27 Kevin Ryde <user42@zip.com.au>
12183
12184 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12185 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
12186 (Further to Bug#3921).
12187
12188 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
12189
12190 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
12191 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
12192 calling `tramp-imap-put-file'. Add file size to the call.
12193 (tramp-imap-get-file-entries): Compute also user name, file size,
12194 and date.
12195 (tramp-imap-handle-insert-directory): Insert uid and gid.
12196 (tramp-imap-handle-file-attributes): Transform uid and gid
12197 according to `id-format'.
12198 (tramp-imap-put-file): New optional parameter SIZE. Encode file
12199 size in header X-Size.
12200
12201 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
12202
12203 * simple.el (transpose-subr): Give clearer error when the mark
12204 is not set. (Bug#4807)
12205
12206 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
12207
12208 * net/tramp.el (tramp-perl-file-truename): New defconst.
12209 Perl code contributed by yary <not.com@gmail.com> (tiny change).
12210 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
12211 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
12212 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
12213
12214 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
12215 Ignore `dired-call-process'.
12216 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
12217
12218 2009-10-26 Julian Scheid <julians37@gmail.com>
12219
12220 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
12221 (tramp-get-remote-readlink): New defun.
12222 (tramp-handle-file-truename): Use it.
12223 (tramp-handle-file-exists-p): Check file-attributes cache, assume
12224 file exists if cache value present.
12225 (tramp-check-cached-permissions): New defun.
12226 (tramp-handle-file-readable-p): Use it.
12227 (tramp-handle-file-writable-p): Likewise.
12228 (tramp-handle-file-executable-p): Likewise.
12229 (tramp-handle-file-name-all-completions): Try using Perl to get
12230 partial completions. When perl not available, combine `cd' and
12231 `ls' into single remote operation and use shell expansion to get
12232 partial remote directory contents. Set `file-exists-p' cache for
12233 directory and any files returned by ls. Change cache handling to
12234 support partial directory contents. Use error message emitted by
12235 remote `cd' or Perl code for local tramp-error.
12236 (tramp-do-copy-or-rename-file-directly): Avoid separate
12237 tramp-send-command-and-check call.
12238 (tramp-handle-process-file): Merge three remote ops into one.
12239 Do not flush all caches when `process-file-side-effects' is set.
12240 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
12241 file-attributes shows uid/gid to be set already.
12242
12243 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12244
12245 * textmodes/tex-mode.el (tex-dvi-view-command)
12246 (tex-show-queue-command, tex-open-quote):
12247 * progmodes/ruby-mode.el (auto-mode-alist)
12248 (interpreter-mode-alist): Purecopy strings.
12249
12250 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
12251
12252 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
12253 string for the hook, keymap and abbrev table.
12254
12255 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
12256
12257 * x-dnd.el (x-dnd-xdnd-to-action):
12258 * startup.el (fancy-startup-text, fancy-about-text): Change to
12259 defconst from defvar.
12260
12261 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
12262
12263 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12264 Purecopy initialization strings.
12265
12266 * mail/sendmail.el (mail-header-separator)
12267 (mail-personal-alias-file):
12268 * mail/rmail.el (rmail-default-dont-reply-to-names)
12269 (rmail-ignored-headers, rmail-retry-ignored-headers)
12270 (rmail-highlighted-headers, rmail-secondary-file-directory)
12271 (rmail-secondary-file-regexp):
12272 * files.el (null-device, file-name-invalid-regexp)
12273 (locate-dominating-stop-dir-regexp)
12274 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
12275 (interpreter-mode-alist): Use mapcar instead of mapc.
12276
12277 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12278
12279 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12280 (completion-ignored-extensions):
12281 (debug-ignored-errors): Purecopy strings.
12282
12283 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12286 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12287 (pcomplete--here): Use push.
12288
12289 * subr.el (all-completions): Declare the 4th arg obsolete.
12290
12291 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * pcomplete.el (pcomplete-unquote-argument-function): New var.
12294 (pcomplete-unquote-argument): New function.
12295 (pcomplete--common-suffix): Always pay attention to case.
12296 (pcomplete--table-subvert): Quote and unquote the text.
12297 (pcomplete--common-quoted-suffix): New function.
12298 (pcomplete-std-complete): Use it and pcomplete-begin.
12299
12300 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12301 we're inside a dedicated or minibuffer window.
12302
12303 2009-10-24 Karl Fogel <kfogel@red-bean.com>
12304
12305 * bookmark.el: Update documentation, especially documentation
12306 of `bookmark-alist' and of the bookmark file format.
12307 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
12308
12309 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
12310
12311 * mail/emacsbug.el (report-emacs-bug): Clarify that the
12312 keybindings apply to the mail buffer (Bug#4003). Shrink help
12313 window to buffer.
12314
12315 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12316 (global-whitespace-mode, global-whitespace-newline-mode)
12317 (whitespace-toggle-options, global-whitespace-toggle-options):
12318 Doc fix (Bug#3660).
12319
12320 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12321 of xmltok-start before the end tag was inserted (Bug#2840).
12322
12323 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12324 patterns that are preceded by an open-paren (Bug#1320).
12325
12326 2009-10-24 Sven Joachim <svenjoac@gmx.de>
12327
12328 * files.el (delete-directory): Delete symlinks to directories with
12329 delete-file (Bug#4739).
12330
12331 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12332
12333 * vc.el (vc-backend-for-registration): Rename from
12334 vc-get-backend-for-registration. Update callers.
12335
12336 * international/mule-cmds.el (set-language-info-alist):
12337 Purecopy lang-env.
12338 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12339 (charset): Purecopy the name.
12340 (define-char-code-property): Purecopy string arguments.
12341
12342 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12343 Purecopy string arguments.
12344
12345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12346 * ediff-hook.el (menu-bar-ediff-menu):
12347 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12348 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12349
12350 2009-10-24 Glenn Morris <rgm@gnu.org>
12351
12352 * comint.el (comint-dynamic-list-completions):
12353 * term.el (term-dynamic-list-completions): Use choose-completion rather
12354 than obsolete alias mouse-choose-completion.
12355
12356 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12357 file-cache-choose-completion.
12358 (file-cache-choose-completion): Handle an optional event argument.
12359 (file-cache-mouse-choose-completion): Make it an obsolete alias.
12360
12361 * progmodes/octave-mod.el (octave-complete-symbol):
12362 Use choose-completion if mouse-choose-completion is ever removed.
12363
12364 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12365 use.
12366
12367 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12368 compiler.
12369
12370 * vc-hooks.el (vc-responsible-backend): Fix declaration.
12371
12372 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12375 Ignore `pred' now that we receive one.
12376 Handle test-completion specially.
12377
12378 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12379
12380 * vc.el (vc-responsible-backend): Throw an error if not backend is
12381 found. Remove the REGISTER argument. Move the code dealing with
12382 REGISTER ...
12383 (vc-get-backend-for-registration): ... here. New function.
12384 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12385 of vc-responsible-backend, pass the file name instead of the
12386 directory name.
12387
12388 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12391 New funs.
12392 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
12393 (pcomplete-comint-setup): Don't modify a global var via
12394 accidental side-effects.
12395 (pcomplete-shell-setup): Adjust call accordingly.
12396 (pcomplete-parse-comint-arguments): Use push.
12397
12398 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
12399
12400 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12401 Allow uncapitalized info node names (Bug#3921).
12402
12403 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12404 to the DEBUG file (Bug#3781).
12405
12406 2009-10-23 Jari Aalto <jari.aalto@cante.net>
12407
12408 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12409 dictionary entry (Bug#4579).
12410
12411 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
12412
12413 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12414 from `rfn-eshadow-update-overlay-hook' when unloading.
12415 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12416 "rsyncc". Adjust doc string.
12417 (tramp-temp-buffer-file-name): New buffer-local defvar.
12418 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12419 Keep temporary file when indicated by method ("rsync" and
12420 "rsyncc").
12421 (tramp-handle-write-region): Handle APPEND.
12422 (tramp-delete-temp-file-function): New defun. Added to
12423 `kill-buffer-hook'.
12424
12425 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
12426
12427 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12428
12429 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12430
12431 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12432 (color-name-rgb-alist, tty-standard-colors)
12433 (tty-color-mode-alist): Change to defconst.
12434
12435 * simple.el (mark-inactive): Purecopy message.
12436
12437 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12438 (global-map, yank-menu):
12439 * textmodes/ispell.el (ispell-menu-map):
12440 * net/eudc.el (eudc-tools-menu):
12441 * international/mule-cmds.el (describe-language-environment-map)
12442 (setup-language-environment-map, set-coding-system-map)
12443 (mule-menu-keymap):
12444 * vc-hooks.el (vc-menu-entry, vc-menu-map):
12445 * replace.el (occur-mode-map):
12446 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12447
12448 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
12449
12450 * calc/calc.el (math-read-number, math-read-number-simple): Use
12451 `save-match-data'.
12452
12453 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12456 rather than fiddling with global-map bindings, since it should only
12457 affect per-terminal settings.
12458 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12459
12460 * minibuffer.el (completion-table-with-terminator): Allow to specify
12461 the terminator-regexp.
12462
12463 * simple.el (switch-to-completions): Look for *Completions* in other
12464 frames as well.
12465
12466 * pcomplete.el: Allow the use of completion-tables.
12467 (pcomplete-std-complete): New command.
12468 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12469 (pcomplete--here): Use a function for `form' rather than an expression,
12470 so it can be byte-compiled.
12471 (pcomplete-here, pcomplete-here*): Adjust accordingly.
12472 Add edebug declaration.
12473 (pcomplete-show-completions): Remove unused var `curbuf'.
12474 (pcomplete-do-complete, pcomplete-stub):
12475 Don't assume `completions' is a list of strings any more.
12476
12477 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
12478
12479 * find-dired.el (find-name-arg): Fix typo in docstring.
12480
12481 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12484 (pcmpl-linux-fs-types): Same, and update to new modules layout.
12485
12486 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12487 pcomplete-entries.
12488
12489 * comint.el (comint-read-input-ring, comint-write-input-ring)
12490 (comint-substitute-in-file-name)
12491 (comint-dynamic-complete-as-filename)
12492 (comint-dynamic-simple-complete)
12493 (comint-dynamic-list-filename-completions)
12494 (comint-dynamic-list-completions)
12495 (comint-redirect-results-list-from-process): Minor simplifications.
12496
12497 2009-10-21 Kevin Ryde <user42@zip.com.au>
12498
12499 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12500 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12501 the first form. And insert a blank line after ";;; Code" since
12502 that's usual style. (Bug#4612)
12503
12504 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12505
12506 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * minibuffer.el (completion-table-with-terminator): Properly implement
12509 boundaries, in case `terminator' appears in the suffix.
12510 (completion--embedded-envvar-table): Don't return boundaries if
12511 there's no valid completion. Simplify.
12512 (completion-file-name-table): New completion table extracted from
12513 completion--file-name-table.
12514 (completion--file-name-table): Use it.
12515 (read-file-name-predicate): Declare obsolete.
12516 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12517 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12518 completion-file-name-table, and use the `pred' argument.
12519 * files.el (locate-file-completion-table): Use the `pred' arg rather
12520 than read-file-name-predicate.
12521 (abbreviate-file-name): Use \` rather than ^ for BOS.
12522
12523 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12524
12525 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12526 vc-responsible-backend to register, it causes problems.
12527
12528 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12529
12530 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12531
12532 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
12533
12534 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12535 (tramp-smb-handle-file-attributes): Use it.
12536 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12537 (tramp-smb-handle-insert-directory): Use `mapc' rather than
12538 `mapcar'. Use `tramp-smb-get-stat-capability'.
12539 Add `dired-filename' text properties.
12540 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12541 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12542 version.
12543
12544 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12545
12546 * subr.el (read-key-delay): Reduce to 0.01.
12547 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12548 (bug#4751).
12549
12550 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12553
12554 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12555 (Info-menu): Remove unused vars `last' and `completions'.
12556 (Info-index-nodes): Remove unused var `node'.
12557
12558 * info.el (Info-complete-menu-item): Use complete-with-action.
12559
12560 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12561
12562 Make vc-annotate work through copies and renames.
12563 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12564 Return the file name too.
12565 (vc-annotate-revision-at-line)
12566 (vc-annotate-find-revision-at-line)
12567 (vc-annotate-revision-previous-to-line)
12568 (vc-annotate-show-log-revision-at-line): Update to get the file
12569 name from vc-annotate-extract-revision-at-line.
12570 (vc-annotate-show-diff-revision-at-line-internal): Change the
12571 argument to mean whether to show a file diff or not. Get the file
12572 name from vc-annotate-extract-revision-at-line.
12573 (vc-annotate-show-diff-revision-at-line):
12574 Update vc-annotate-show-diff-revision-at-line call.
12575 (vc-annotate-warp-revision): Add an optional file argument.
12576
12577 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12578 (vc-git-annotate-extract-revision-at-line): Also return the file
12579 name if found.
12580
12581 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12582 command. Remove unused code.
12583 (vc-hg-annotate-re): Update to match --follow output.
12584 (vc-hg-annotate-extract-revision-at-line): Also return the file
12585 name if found.
12586
12587 * vc.el: Update annotate-extract-revision-at-line documentation.
12588
12589 2009-10-18 Kevin Ryde <user42@zip.com.au>
12590
12591 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12592 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12593
12594 * net/browse-url.el (browse-url): Identify alist with "consp and
12595 not functionp" and let all other things go down the `apply' leg,
12596 as suggested by Stefan. (Further to bug#4531.)
12597
12598 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
12599
12600 * minibuffer.el (read-file-name): Check for repeat before putting
12601 a default argument in file-name-history (Bug#4657).
12602
12603 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12604 read syntax (Bug#4737).
12605
12606 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12607
12608 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12609
12610 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12611 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12612 entries and make note of obsolete tags.
12613
12614 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12617
12618 2009-10-18 Glenn Morris <rgm@gnu.org>
12619
12620 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12621 grep, so that binary files (eg international/uni-bidi.el) can match.
12622 Remove test for "UnicodeData" files, since it is hopefully unnecessary
12623 now, and in any case the file header format has changed.
12624
12625 2009-10-17 Glenn Morris <rgm@gnu.org>
12626
12627 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12628 (flyspell-get-word, flyspell-large-region)
12629 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12630
12631 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
12632
12633 * Makefile.in (ELCFILES): Add ede/shell.
12634
12635 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12636
12637 * term/common-win.el (x-colors): Purecopy it.
12638
12639 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12642 permissive for when the buffer is empty.
12643 (tar-header-block-tokenize): Decode the username and groupname.
12644 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12645
12646 2009-10-17 Eric Ludlam <zappo@gnu.org>
12647
12648 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12649 contains multibyte characters, choose first applicable coding
12650 system automatically.
12651
12652 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12653
12654 * international/mule-cmds.el (select-safe-coding-system): If the file
12655 has a coding cookie, use it regardless of any other setting (bug#4712).
12656
12657 2009-10-17 Glenn Morris <rgm@gnu.org>
12658
12659 * foldout.el (foldout-mouse-swallow-events):
12660 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12661
12662 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12663 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12664 (dired-keep-marker-symlink, dired-dwim-target)
12665 (dired-copy-preserve-time): Do not autoload these defcustoms.
12666
12667 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12668 messages from messing up the file coding. (Bug#4623)
12669
12670 2009-10-17 Jari Aalto <jari.aalto@cante.net>
12671
12672 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12673 if no match is found for the current dictionary. (Bug#4578)
12674
12675 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12676 optional, since that is how it is documented, and this is often called
12677 with a nil argument. (Bug#4577)
12678 (flyspell-external-point-words, flyspell-auto-correct-word)
12679 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12680 (flyspell-word-search-backward): Remove nil argument in calls to
12681 flyspell-get-word, since it is not needed now.
12682
12683 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
12684
12685 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
12686
12687 2009-10-16 Glenn Morris <rgm@gnu.org>
12688
12689 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12690
12691 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12692
12693 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12694 (ange-ftp-file-size): New function.
12695 (ange-ftp-file-attributes): Use it.
12696
12697 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
12698
12699 * net/tramp-smb.el (tramp-smb-version): New defvar.
12700 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12701 repeated checks.
12702
12703 2009-10-16 Glenn Morris <rgm@gnu.org>
12704
12705 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12706 Maybe copy some custom properties from old to new name. (Bug#4706)
12707
12708 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
12709
12710 * subr.el (error, sit-for, start-process-shell-command)
12711 (start-file-process-shell-command): Set the calling convention
12712 after the function definition.
12713
12714 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12715
12716 * subr.el (error, sit-for, start-process-shell-command)
12717 (start-file-process-shell-command): Use the new
12718 set-advertised-calling-convention feature.
12719
12720 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12721
12722 * international/ucs-normalize.el (ucs-normalize-version):
12723 Change to 1.2.
12724 (check-range): Adjust for Unicode 5.2.
12725
12726 2009-10-15 Juri Linkov <juri@jurta.org>
12727
12728 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12729 to the `menu-item' format.
12730
12731 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12732
12733 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12734 if the environment variable does not exist.
12735
12736 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12737 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12738 parameter.
12739 (tramp-smb-handle-add-name-to-file)
12740 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12741 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12742 (tramp-smb-handle-file-attributes)
12743 (tramp-smb-do-file-attributes-with-stat)
12744 (tramp-smb-handle-file-local-copy)
12745 (tramp-smb-handle-insert-directory)
12746 (tramp-smb-handle-make-directory)
12747 (tramp-smb-handle-make-directory-internal)
12748 (tramp-smb-handle-make-symbolic-link)
12749 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12750 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12751 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12752 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12753 Handle long file names.
12754 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12755 process is running.
12756 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12757 Read share names with "-g" option.
12758
12759 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12760
12761 * net/rcirc.el (rcirc-view-log-file): New command.
12762 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12763 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12764 specified.
12765
12766 2009-10-15 Glenn Morris <rgm@gnu.org>
12767
12768 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12769 from the second command-line argument.
12770 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12771 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12772 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12773 w32-batch-update-autoloads.
12774 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12775 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12776
12777 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12778 the headers cannot be located. Simplify, subtracting superflous
12779 save-excursions.
12780
12781 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 Replace completion-base-size by completion-base-position to fix bugs
12784 such as (bug#4699).
12785 * simple.el (completion-base-position): New var.
12786 (completion-base-size): Mark as obsolete.
12787 (choose-completion): Make it work for mouse events as well.
12788 Pass the new base-position to choose-completion-string.
12789 (choose-completion-guess-base-position): New function, extracted from
12790 choose-completion-delete-max-match.
12791 (choose-completion-delete-max-match): Use it. Make obsolete.
12792 (choose-completion-string): Use the new base-position info.
12793 (completion-root-regexp): Delete.
12794 (completion-setup-function): Preserve completion-base-position.
12795 Eliminate obsolete base-size manipulation.
12796 * minibuffer.el (display-completion-list): Don't mess with base-size.
12797 (minibuffer-completion-help): Set completion-base-position instead.
12798 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12799 choose-completion.
12800 * textmodes/bibtex.el (bibtex-complete):
12801 * emacs-lisp/crm.el (crm--choose-completion-string):
12802 Adjust to new calling convention.
12803 * complete.el (partial-completion-mode): Use minibufferp to avoid
12804 bumping into incompatible change to choose-completion-string-functions.
12805 * ido.el (ido-choose-completion-string): Make its calling convention
12806 more permissive.
12807 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12808 base-size manipulation.
12809 (comint-dynamic-list-input-ring): Use dotimes and push.
12810 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12811 fundamental-mode. Use `or'.
12812
12813 2009-10-14 Juri Linkov <juri@jurta.org>
12814
12815 * misearch.el (multi-isearch-next-buffer-from-list)
12816 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12817
12818 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12819
12820 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12821 `bytecomp.el'.
12822
12823 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12824 string we return is all made up of text from the completions rather
12825 than part from the completions and part from the input (bug#4219).
12826
12827 * ido.el (ido-everywhere): Use define-minor-mode.
12828
12829 * buff-menu.el (list-buffers, ctl-x-map):
12830 Mark the entry points with ;;;###autoload cookies.
12831
12832 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12833
12834 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12835 correctly in the detached head case.
12836 (vc-git-print-log): Remove unused binding.
12837
12838 * vc.el (vc-responsible-backend): When a directory is passed for
12839 for registration create a VC repository if no backend is
12840 responsible for the directory argument.
12841 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12842
12843 * vc.el: Move comments about RCS and SCCS ...
12844 * vc-rcs.el:
12845 * vc-sccs.el: ... here, respectively.
12846
12847 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * minibuffer.el (completion--file-name-table): Return nil if there's
12850 no file completion, even if substitute-in-file-name changed
12851 the string (bug#4708).
12852
12853 2009-10-13 Juri Linkov <juri@jurta.org>
12854
12855 * files-x.el (read-file-local-variable-value): Don't filter out
12856 minor modes from mode name completion (bug#4664).
12857
12858 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12859
12860 * international/mule-cmds.el (ucs-names): Remove exclusion of
12861 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12862
12863 2009-10-13 Kenichi Handa <handa@m17n.org>
12864
12865 * international/uni-name.el: Regenerated.
12866
12867 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12868
12869 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12870 should be automatically buffer-local, but isn't.)
12871
12872 2009-10-12 Sam Steingold <sds@gnu.org>
12873
12874 * progmodes/compile.el (compilation-next-error-function): Fix the
12875 timestamps if the buffer has been visited before.
12876 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12877 non-anchored patterns, like the perl one (bug#3928).
12878
12879 2009-10-12 Glenn Morris <rgm@gnu.org>
12880
12881 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12882 Let-bind `size'.
12883
12884 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12885
12886 * proced.el (proced-unload-function): New function.
12887
12888 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12889 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12890 Doc fix.
12891
12892 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12893
12894 2009-10-11 Juri Linkov <juri@jurta.org>
12895
12896 * files-x.el (read-file-local-variable-value):
12897 Provide default value only for bound variables (bug#4664).
12898
12899 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12900
12901 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12902 connection methods like smb.
12903
12904 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12905 can be empty.
12906
12907 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12908 (tramp-smb-file-name-handler-alist): Add handlers for
12909 `add-name-to-file', `make-symbolic-link'.
12910 (tramp-smb-handle-add-name-to-file)
12911 (tramp-smb-do-file-attributes-with-stat)
12912 (tramp-smb-handle-make-symbolic-link)
12913 (tramp-smb-get-cifs-capabilities): New defuns.
12914 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12915 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12916 (tramp-smb-handle-file-local-copy)
12917 (tramp-smb-handle-make-directory-internal)
12918 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12919 The file name syntax depends on cifs capabilities.
12920 (tramp-smb-handle-file-attributes):
12921 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12922 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12923 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12924
12925 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12926
12927 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12928 (eieio-defclass): Apply deftype handler and setf-method properties
12929 directly.
12930 (eieio-add-new-slot): Avoid union function from cl library.
12931 (eieio--typep): New function.
12932 (eieio-perform-slot-validation): Use it.
12933
12934 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12935
12936 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12937 Update documentation to refer to the variables documented in r1.135.
12938 (Bug#4188)
12939
12940 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12941
12942 * bookmark.el (Info-suffix-list): Remove this unused variable.
12943 (bookmark-current-point): Remove this obsolete variable.
12944 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12945 Adjust for removal of bookmark-current-point.
12946
12947 (bookmarks-already-loaded, bookmark-current-buffer)
12948 (bookmark-yank-point): Document. (Bug#4188)
12949
12950 2009-10-10 Glenn Morris <rgm@gnu.org>
12951
12952 * frame.el (frame-height): Doc fix.
12953
12954 * calendar/calendar.el (calendar-split-width-threshold): New option.
12955 (calendar-basic-setup): Use calendar-split-width-threshold.
12956
12957 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12958
12959 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12960 Ideographic Supplement" range (U+1F200..U+1F2FF).
12961
12962 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12963
12964 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12965 since the list will have been rebuilt anyway. (Bug#4349)
12966
12967 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12968
12969 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12970 (bookmark-bmenu-execute-deletions): Don't save here, as
12971 bookmark-delete will now do so if necessary.
12972 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12973 (Bug#4348)
12974
12975 2009-10-09 Glenn Morris <rgm@gnu.org>
12976
12977 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12978
12979 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12980
12981 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12982 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12983 argument now, so the two function's behaviors will match. (Bug#3645)
12984
12985 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12986
12987 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12988 (tramp-file-name-real-host, tramp-file-name-port):
12989 Apply `save-match-data'.
12990
12991 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12992 case both directories are remote.
12993 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12994 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12995
12996 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12997
12998 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12999
13000 2009-10-07 Glenn Morris <rgm@gnu.org>
13001
13002 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13003 of concat.
13004
13005 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
13006
13007 * files-x.el (read-file-local-variable): Include some
13008 non-user-variables in the completion table (bug#4664).
13009
13010 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
13011
13012 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13013 message.
13014
13015 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13016 (tramp-smb-file-name-handler-alist): Add handler for
13017 `copy-directory', `expand-file-name', `set-file-modes'.
13018 (tramp-smb-handle-copy-directory)
13019 (tramp-smb-handle-expand-file-name)
13020 (tramp-smb-handle-set-file-modes): New defuns.
13021 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13022 (tramp-smb-handle-file-attributes): Simplify check for retrieving
13023 entry.
13024 (tramp-smb-handle-insert-directory): Don't flush the cache.
13025 (tramp-smb-maybe-open-connection): Check for samba client and
13026 server versions.
13027
13028 2009-10-07 Eli Zaretskii <eliz@gnu.org>
13029
13030 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
13031 to not error out of search for "^lisp=" fails.
13032
13033 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
13034
13035 * makefile.w32-in (WINS_UPDATES): New macro.
13036 (custom-deps, finder-data, autoloads): Use it.
13037
13038 2009-10-07 Glenn Morris <rgm@gnu.org>
13039
13040 * Makefile.in (autoloads): Revert previous change.
13041 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
13042 the list of preloaded files passed on the command-line, get
13043 it from src/Makefile.
13044
13045 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
13046 show the original buffer rather than a random one.
13047
13048 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
13049
13050 * help.el (describe-no-warranty): Place point in a slightly better
13051 position in the GPLv3 text.
13052
13053 2009-10-06 Sam Steingold <sds@gnu.org>
13054
13055 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
13056 the comm attribute is present before calling regexp-quote.
13057
13058 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
13059
13060 * play/animate.el (animate-string): For good effect, make sure
13061 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
13062
13063 * play/animate.el (animate-sequence, animate-birthday-present):
13064 * misc.el (butterfly): Don't set `indent-tabs-mode'.
13065
13066 2009-10-06 Glenn Morris <rgm@gnu.org>
13067
13068 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
13069
13070 * emacs-lisp/autoload.el (autoload-excludes): New variable.
13071 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
13072 (batch-update-autoloads): Process a string value of autoload-excludes,
13073 set during the build process.
13074 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
13075
13076 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
13077 inside with-parsed... macro so that `v' is defined.
13078
13079 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
13080 * progmodes/fortran.el (fortran-end-of-block)
13081 (fortran-beginning-of-block):
13082 Also push mark in the macro case.
13083
13084 * emerge.el (emerge-show-file-name):
13085 * calc/calc.el (calc-quit):
13086 * calc/calc-misc.el (calc-big-or-small):
13087 * calc/calc-graph.el (calc-graph-view):
13088 * calc/calc-ext.el (calc-reset):
13089 * calendar/calendar.el (calendar-basic-setup):
13090 Use window-full-height-p.
13091
13092 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
13093 header we don't understand, don't insert another. (Bug#4624)
13094 If changing mime charset, insert the new one in the right place.
13095
13096 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
13097
13098 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13099 (cal-tex-cursor-month): Correctly increment the end date for diary and
13100 holiday listing. (Bug#4626)
13101
13102 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13103
13104 * help-fns.el (describe-function-1): Don't burp if the function is not
13105 a symbol.
13106
13107 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
13108
13109 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
13110 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
13111 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
13112 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
13113
13114 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
13115 (eieio-default-superclass): Reflow docstrings.
13116 (this, class-option-assoc, defclass, eieio-class-un-autoload)
13117 (eieio-unbind-method-implementations, defmethod)
13118 (eieio-validate-slot-value, eieio-validate-class-slot-value)
13119 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
13120 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
13121 (eieio-slot-originating-class-p, eieio-slot-name-index)
13122 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
13123 (constructor, initialize-instance, no-next-method, object-print)
13124 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
13125 Fix typos in docstrings.
13126 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
13127 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
13128 (next-method-p): Doc fixes.
13129 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
13130 Fix typos in error messages.
13131 (eieio-defmethod): Fix typo in description of generic method.
13132
13133 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
13134 (eieio-persistent-save-interactive, slot-missing):
13135 Fix typos in docstrings.
13136 (eieio-instance-inheritor-slot-boundp): Doc fix.
13137
13138 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
13139 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
13140
13141 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
13142 (eieio-custom-object-apply-reset):
13143 Fix typos in docstrings and error messages.
13144
13145 * emacs-lisp/eieio-datadebug.el (data-debug-show):
13146 Fix typo in docstring.
13147
13148 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
13149 (eieio-browse-tree): Doc fix.
13150 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
13151 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
13152 Fix typos in docstrings.
13153
13154 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
13155 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
13156 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
13157 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
13158 Reflow docstrings.
13159
13160 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
13161
13162 * vc-hg.el (log-view-vc-backend): Declare for compiler.
13163 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
13164 Set log-view-vc-backend so that diff can work.
13165
13166 * log-view.el (log-view-diff): Use vc-diff-internal instead of
13167 vc-version-diff.
13168 (vc-diff-internal): Autoload this instead of vc-version-diff.
13169
13170 2009-10-05 Eli Zaretskii <eliz@gnu.org>
13171
13172 * simple.el (eval-expression): Doc fix.
13173
13174 * progmodes/cwarn.el (cwarn-mode): Doc fix.
13175
13176 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
13177
13178 * files.el (directory-files-no-dot-files-regexp): New defconst.
13179 (delete-directory): Use it.
13180 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
13181
13182 * net/tramp.el (tramp-verbose): Fix docstring.
13183 (tramp-methods): Add recursive option to `tramp-copy-args'.
13184 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
13185 "scp1_old", "scp2_old", "rsync", "rsyncc".
13186 (tramp-default-method): Check also for `auth-source-user-or-password'.
13187 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13188 Add handler for `copy-directory'.
13189 (tramp-handle-copy-directory): New defun.
13190 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
13191 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
13192 Optimize sent command.
13193
13194 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
13197 window if necessary.
13198
13199 * calendar/calendar.el (calendar-basic-setup): Don't call
13200 switch-to-buffer in a dedicated window.
13201
13202 2009-10-05 Karl Fogel <kfogel@red-bean.com>
13203
13204 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
13205 don't do anything related to relocating, just return nil.
13206 (bookmark-error-no-filename): New error.
13207 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
13208 bookmark has no file. Don't even attempt to handle things that
13209 are not files; the whole point of custom handlers is to keep that
13210 knowledge elsewhere anyway. Tighten some comments.
13211 (bookmark-file-or-variation-thereof): Remove now-unused function.
13212 (bookmark-location): Doc string fix.
13213 (Bug#4250)
13214
13215 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13216
13217 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
13218 don't use a file dialog, because they usually don't know how to read
13219 a directory target from the user. (Bug#4230)
13220 Also, make sure the prompt can display directories as well as files.
13221
13222 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13223
13224 * bookmark.el (bookmark-set, bookmark-buffer-name):
13225 Improve doc strings. (Bug#1193)
13226
13227 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13228
13229 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
13230 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
13231 (bookmark-get-annotation, bookmark-set-annotation)
13232 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13233 (bookmark-set-position, bookmark-get-front-context-string)
13234 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13235 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
13236 (bookmark-jump-other-window, bookmark-handle-bookmark)
13237 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
13238 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
13239 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
13240 Improve doc strings to say whether bookmark can be a string or
13241 a record or both, and make other consistency and clarity fixes.
13242 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
13243 (bookmark-default-annotation-text, bookmark-yank-word)
13244 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
13245 (bookmark-import-new-list, bookmark-maybe-rename)
13246 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13247 (bookmark-bmenu-bookmark): Give these doc strings.
13248 (bookmark-bmenu-check-position): Give this a doc string, but also
13249 add a FIXME comment about how the function may be pointless.
13250 (bookmark-default-handler): Rework doc string and change a
13251 parameter name, to clarify that this takes a bookmark record
13252 not a bookmark name.
13253 (bookmark-set): Change a parameter name to indicate its meaning,
13254 and improve the doc string a bit.
13255 (Bug#4188)
13256
13257 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13258
13259 * bookmark.el (bookmark-alist): Document the new `handler' element
13260 in the param alist.
13261 (bookmark-make-record-function): Adjust documentation for above.
13262 (Bug#4193)
13263
13264 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13265
13266 * info.el (Info-bookmark-make-record): Document this function.
13267 (Info-bookmark-jump): Document with a doc string, not just a comment.
13268 (Bug#4203)
13269
13270 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
13271
13272 * files.el (copy-directory): New defun.
13273
13274 * dired-aux.el (dired-copy-file-recursive): Use it.
13275
13276 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
13277
13278 * files-x.el (modify-dir-local-variable)
13279 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13280 docstrings.
13281
13282 * recentf.el (recentf-unload-function): New function.
13283
13284 2009-10-04 Glenn Morris <rgm@gnu.org>
13285
13286 * window.el (window-full-height-p): Add doc string.
13287
13288 2009-10-04 Martin Rudalics <rudalics@gmx.at>
13289
13290 * window.el (window-full-height-p): New function. (Bug#4543)
13291
13292 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
13293
13294 * vc.el: Remove commented out code.
13295 (vc-derived-from-dir-mode): Remove, unused.
13296 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13297
13298 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
13299
13300 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13301 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
13302 there could be recursive loading when `default-directory' is a
13303 remote file name. (Bug#4614)
13304
13305 2009-10-03 Glenn Morris <rgm@gnu.org>
13306
13307 * calendar/calendar.el (calendar-basic-setup): Handle the case where
13308 the frame is wide.
13309 (calendar-generate-window): Test for shrinkability rather than width.
13310
13311 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13312 reusing existing buffers, in case we happen to visit two files with the
13313 same basename. (Bug#4593)
13314
13315 2009-10-02 Eli Zaretskii <eliz@gnu.org>
13316
13317 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
13318 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13319 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13320 subdirs of cedet as well.
13321 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
13322
13323 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13324
13325 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13326 Obey advertised-signature-table.
13327
13328 * help-fns.el (help-function-arglist): Don't check
13329 advertised-signature-table.
13330 (describe-function-1): Do it here instead so it also applies to subrs.
13331
13332 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
13333
13334 * simple.el (start-file-process): Say in the doc-string, that file
13335 handlers might not support pty association, if PROGRAM is nil.
13336
13337 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13338 HOST and USER are strings. They are nil, when there are
13339 incomplete entries in ~/.netrc, for example.
13340 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
13341 root directory ("device busy" error otherwise).
13342
13343 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13344 Flush file properties of created directory.
13345
13346 2009-10-02 Eli Zaretskii <eliz@gnu.org>
13347
13348 * makefile.w32-in (WINS_BASIC): Remove cedet.
13349 (WINS_CEDET): Add cedet.
13350 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13351
13352 2009-10-02 Kevin Ryde <user42@zip.com.au>
13353
13354 * net/browse-url.el (browse-url): Pass any symbol in
13355 browse-url-browser-function to `apply', since if you've mistakenly put
13356 an unbound symbol then the error is clearer. (Bug#4531)
13357
13358 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
13359
13360 * allout.el (allout-init, allout-back-to-current-heading)
13361 (allout-beginning-of-current-entry, allout-ascend-to-depth)
13362 (allout-ascend, allout-up-current-level, allout-end-of-level)
13363 (allout-previous-visible-heading, allout-forward-current-level)
13364 (allout-backward-current-level, allout-show-children):
13365 * apropos.el (apropos-describe-plist):
13366 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13367 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13368 * completion.el (add-completion, add-permanent-completion):
13369 * descr-text.el (describe-text-category, describe-char):
13370 * desktop.el (desktop-lazy-abort):
13371 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13372 * dired.el (dired-build-subdir-alist):
13373 * ediff.el (ediff-version):
13374 * elide-head.el (elide-head, elide-head-show):
13375 * emerge.el (emerge-version):
13376 * env.el (getenv):
13377 * face-remap.el (variable-pitch-mode):
13378 * faces.el (describe-face):
13379 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13380 (dired-at-point):
13381 * files.el (find-file-existing, auto-save-mode):
13382 * font-lock.el (font-lock-fontify-buffer):
13383 * help-fns.el (describe-function, describe-variable)
13384 (describe-syntax, describe-categories):
13385 * help.el (view-lossage, describe-bindings, describe-key)
13386 (describe-mode):
13387 * hexl.el (hexl-current-address):
13388 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13389 * info.el (Info-goto-emacs-key-command-node):
13390 * log-edit.el (log-edit-insert-cvs-template)
13391 (log-edit-insert-cvs-rcstemplate):
13392 * menu-bar.el (menu-bar-mode):
13393 * mouse.el (mouse-appearance-menu):
13394 * newcomment.el (comment-indent-new-line):
13395 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13396 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
13397 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
13398 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13399 * recentf.el (recentf-mode):
13400 * savehist.el (savehist-mode, savehist-save):
13401 * shadowfile.el (shadow-copy-files):
13402 * simple.el (kill-ring-save, next-line, previous-line)
13403 (normal-erase-is-backspace-mode):
13404 * strokes.el (strokes-update-window-configuration)
13405 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13406 (strokes-xpm-for-stroke):
13407 * time.el (emacs-uptime, emacs-init-time):
13408 * tutorial.el (tutorial--describe-nonstandard-key)
13409 (tutorial--detailed-help):
13410 * type-break.el (type-break-mode)
13411 (type-break-mode-line-message-mode, type-break-query-mode)
13412 (type-break-guesstimate-keystroke-threshold):
13413 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13414 * version.el (emacs-version):
13415 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13416 * winner.el (winner-mode):
13417 * calendar/timeclock.el (timeclock-in, timeclock-out)
13418 (timeclock-status-string, timeclock-change)
13419 (timeclock-workday-remaining-string)
13420 (timeclock-workday-elapsed-string)
13421 (timeclock-when-to-leave-string):
13422 * calendar/todo-mode.el (todo-add-category):
13423 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13424 * emacs-lisp/autoload.el (update-file-autoloads):
13425 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13426 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13427 (checkdoc-message-text, checkdoc-defun):
13428 * emacs-lisp/debug.el (debugger-list-functions):
13429 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13430 * emacs-lisp/eieio-opt.el (eieio-describe-class)
13431 (eieio-describe-generic):
13432 * emacs-lisp/lisp-mnt.el (lm-synopsis):
13433 * emacs-lisp/shadow.el (list-load-path-shadows):
13434 * emulation/cua-base.el (cua-mode):
13435 * emulation/edt.el (edt-set-scroll-margins):
13436 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13437 (tpu-toggle-regexp, tpu-toggle-search-direction)
13438 (tpu-toggle-rectangle, tpu-toggle-control-keys):
13439 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13440 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13441 (viper-set-parsing-style-toggling-macro)
13442 (viper-set-emacs-state-searchstyle-macros):
13443 * emulation/viper.el (viper-set-hooks):
13444 * eshell/esh-mode.el (eshell-truncate-buffer):
13445 * international/mule-cmds.el (prefer-coding-system)
13446 (describe-input-method, describe-language-environment):
13447 * international/mule-diag.el (list-character-sets)
13448 (describe-character-set, describe-coding-system)
13449 (describe-fontset, list-fontsets, list-input-methods):
13450 * mail/sendmail.el (mail-signature):
13451 * net/ange-ftp.el (ange-ftp-copy-file):
13452 * net/browse-url.el (browse-url):
13453 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13454 * net/quickurl.el (quickurl-add-url):
13455 * net/rcirc.el (names, topic):
13456 * net/xesam.el (xesam-mode):
13457 * play/5x5.el (5x5-new-game):
13458 * play/yow.el (apropos-zippy):
13459 * progmodes/ada-mode.el (ada-mode-version):
13460 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13461 (f90-end-of-block)
13462 (f90-beginning-of-block):
13463 * progmodes/fortran.el (fortran-end-of-block)
13464 (fortran-beginning-of-block):
13465 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13466 * progmodes/python.el (python-describe-symbol, python-shell):
13467 * term/ns-win.el (ns-print-buffer):
13468 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13469 * textmodes/flyspell.el (flyspell-mode-on):
13470 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13471 (pages-directory-for-addresses):
13472 * textmodes/table.el (table-recognize-cell)
13473 (table-query-dimension, table-generate-source)
13474 (table-insert-sequence, table--warn-incompatibility):
13475 * textmodes/tex-mode.el (tex-validate-buffer):
13476 * textmodes/texinfmt.el (texinfmt-version)
13477 (texinfo-format-buffer):
13478 Use `called-interactively-p' instead of `interactive-p'.
13479
13480 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
13481
13482 * image-mode.el (image-toggle-display):
13483 * emacs-lisp/elp.el (elp-instrument-function):
13484 * emacs-lisp/advice.el (ad-make-advised-definition):
13485 * emacs-lisp/easy-mmode.el (define-minor-mode):
13486 * net/browse-url.el (browse-url-maybe-new-window):
13487 * progmodes/sh-script.el (sh-learn-buffer-indent):
13488 Pass new argument 'any to `called-interactively-p'.
13489
13490 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
13491
13492 * international/uni-bidi.el:
13493 * international/uni-category.el:
13494 * international/uni-combining.el:
13495 * international/uni-comment.el:
13496 * international/uni-decimal.el:
13497 * international/uni-decomposition.el:
13498 * international/uni-digit.el:
13499 * international/uni-lowercase.el:
13500 * international/uni-mirrored.el:
13501 * international/uni-name.el:
13502 * international/uni-numeric.el:
13503 * international/uni-old-name.el:
13504 * international/uni-titlecase.el:
13505 * international/uni-uppercase.el:
13506 Regenerate from Unicode 5.2.0 data.
13507
13508 2009-10-01 Glenn Morris <rgm@gnu.org>
13509
13510 * Makefile.in (ELCFILES): Regenerate.
13511
13512 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * subr.el (interactive-p): Mark obsolete.
13515 (called-interactively-p): Make the optional-ness of `kind' obsolete.
13516 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13517 advertised-signature-table for subroutines as well.
13518
13519 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13520 (set-advertised-calling-convention): New function.
13521 (make-obsolete, define-obsolete-function-alias)
13522 (make-obsolete-variable, define-obsolete-variable-alias):
13523 Make the optional-ness of `when' obsolete.
13524 (define-obsolete-face-alias): Make `when' non-optional.
13525 * help-fns.el (help-function-arglist):
13526 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13527 Use advertised-signature-table.
13528
13529 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
13530
13531 * files.el (delete-directory): New defun. The original function
13532 in fileio.c has been renamed to `delete-directory-internal'.
13533
13534 * dired.el (dired-delete-file): Call `delete-directory' with
13535 RECURSIVE parameter.
13536
13537 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13538 parameter RECURSIVE. Implementation is missing.
13539
13540 * net/tramp.el (tramp-handle-make-directory): Flush upper
13541 directory's file properties.
13542 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13543 (tramp-handle-dired-recursive-delete-directory): Flush directory
13544 properties after the remove command only.
13545
13546 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13547 Handle optional parameter RECURSIVE.
13548
13549 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13550 Handle optional parameter RECURSIVE.
13551
13552 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13553 connection timeout.
13554 (tramp-smb-handle-delete-directory): Handle optional parameter
13555 RECURSIVE.
13556
13557 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13558
13559 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13560 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13561 (byte-compile-defmacro): Use backquotes.
13562
13563 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13564
13565 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13566 has no associated file.
13567 (vc-resynch-buffer): Use vc-dir-buffers.
13568
13569 2009-10-01 Glenn Morris <rgm@gnu.org>
13570
13571 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13572 (chart-file-count):
13573 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13574 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13575 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13576 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13577 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13578 (eieio-copy-parents-into-subclass, make-instance, class-children)
13579 (eieio-generic-form):
13580
13581 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13582 match-data. (Bug#4555).
13583
13584 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13585 rather than parsing it as a regexp. This relaxes the layout
13586 requirements and makes errors easier to detect.
13587 (check-declare-verify): Check file is regular.
13588 (check-declare-directory): Doc fix.
13589 * subr.el (declare-function): Doc fix.
13590
13591 * ibuffer.el (ibuffer-format-qualifier):
13592 * isearch.el (hi-lock-regexp-okay):
13593 * calc/calc.el (math-zerop):
13594 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13595 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13596 Remove unused declarations.
13597
13598 2009-09-30 Eric Ludlam <zappo@gnu.org>
13599
13600 * emacs-lisp/eieio.el (boolean-p): Delete.
13601
13602 2009-09-30 Glenn Morris <rgm@gnu.org>
13603
13604 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13605
13606 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13607 filename is not a string.
13608
13609 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
13610
13611 * files.el (safe-local-eval-forms): Fix typo.
13612
13613 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13614
13615 * vc-hooks.el (vc-dir-buffers): New var.
13616 (vc-state-refresh): New function.
13617 (vc-state): Use it.
13618 (vc-after-save): Always ask the backend to recompute the new state.
13619 Always call vc-dir if necessary, using vc-dir-buffers.
13620 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13621 Use vc-dir-buffers.
13622 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13623 (vc-dir-prepare-status-buffer, vc-dir-update)
13624 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13625 Don't call expand-file-name on default-directory.
13626
13627 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13628
13629 * speedbar.el (speedbar-item-delete):
13630 * calc/calc-prog.el (calc-kbd-if):
13631 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13632
13633 * epa.el (epa-key-list-mode-map):
13634 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13635
13636 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13637 (hs-show-hook): Fix typo in docstring.
13638
13639 2009-09-29 Glenn Morris <rgm@gnu.org>
13640
13641 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13642 file-name-nondirectory call preventing location of cedet files.
13643 (check-declare-verify): Use literal search rather than re-search.
13644 Add basic defmethod and defclass, and define-overloadable-function.
13645
13646 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13647 Use tramp-compat-file-attributes rather than nonexistent
13648 tramp-compat-handle-file-attributes.
13649
13650 * Makefile.in (lisptagsfiles4): New.
13651 (AUTOGENEL): Add cedet loaddefs files.
13652 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13653 (update-elclist, compile-always, backup-compiled-files)
13654 (bootstrap-clean): Add yet another directory level.
13655 (update-elclist): Use LC_COLLATE rather than COLLATE.
13656 (ELCFILES): Update, via `make update-elclist'.
13657
13658 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13659
13660 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13661 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13662 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13663
13664 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13665
13666 * Makefile.in (lisptagsfiles3): Define.
13667 (TAGS, TAGS-LISP): Use it.
13668 (update-elclist): Add third directory level to look for elc files.
13669 (compile-always): Likewise.
13670 (backup-compiled-files): Likewise.
13671 (bootstrap-clean): Likewise.
13672 (ELCFILES): Update.
13673
13674 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
13675
13676 * Makefile.in (ELCFILES): Add CEDET files.
13677
13678 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
13679
13680 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13681
13682 * net/tramp.el (top): Require tramp-imap.
13683
13684 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13685 Use `tramp-compat-handle-file-attributes'.
13686
13687 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13688
13689 * net/tramp-imap.el: New package.
13690
13691 2009-09-28 Eric Ludlam <zappo@gnu.org>
13692
13693 * emacs-lisp/chart.el:
13694 * emacs-lisp/eieio-base.el:
13695 * emacs-lisp/eieio-comp.el:
13696 * emacs-lisp/eieio-custom.el:
13697 * emacs-lisp/eieio-datadebug.el:
13698 * emacs-lisp/eieio-opt.el:
13699 * emacs-lisp/eieio-speedbar.el:
13700 * emacs-lisp/eieio.el: New files.
13701
13702 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13703
13704 * whitespace.el (whitespace-trailing-regexp)
13705 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13706 Fix doc string.
13707
13708 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
13709
13710 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13711 menu.
13712
13713 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13714 menu-bar-ediff-menu.
13715
13716 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13717 define-overloadable-function.
13718
13719 * progmodes/autoconf.el: Provide autoconf as well, so that this
13720 file can be `require'd.
13721
13722 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13723
13724 * emacs-lisp/autoload.el (generated-autoload-feature)
13725 (generated-autoload-load-name): New vars.
13726 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13727 (make-autoload): Recognize define-overloadable-function and
13728 defclass forms (for EIEIO).
13729
13730 * Makefile.in (update-subdirs): Exclude cedet directory.
13731
13732 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13733
13734 * term/ns-win.el: Don't set the region face background. (Bug#4381)
13735
13736 * faces.el: Default light-background background for region face to
13737 ns_selection_color under NS.
13738
13739 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13740
13741 * net/imap-hash.el: New library, see NEWS.
13742
13743 * Makefile.in (ELCFILES): Add imap-hash.el.
13744
13745 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13746
13747 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13748 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13749 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13750 definition where the docstring could be taken for the return value.
13751
13752 2009-09-26 Glenn Morris <rgm@gnu.org>
13753
13754 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13755 Add option to only show images below a certain size.
13756 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13757 save-excursion calls.
13758
13759 2009-09-26 Eli Zaretskii <eliz@gnu.org>
13760
13761 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13762 subdirectories) and eieio.
13763
13764 2009-09-26 Alan Mackenzie <acm@muc.de>
13765
13766 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13767 buggy bracketing. (Bug#4289)
13768
13769 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13770 character constants (as case labels). (Bug#4289)
13771
13772 2009-09-25 Juri Linkov <juri@jurta.org>
13773
13774 * files.el (safe-local-eval-forms): Allow time-stamp in
13775 before-save-hook (Bug#4554).
13776
13777 2009-09-25 Drew Adams <drew.adams@oracle.com>
13778
13779 * menu-bar.el (list-buffers-directory): Doc fix.
13780
13781 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13782
13783 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13784 Try and avoid copying twice the same paragraph.
13785 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13786 Remove save-excursion.
13787 (log-edit-changelog-entry): Do it here instead.
13788
13789 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13790
13791 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13792 when available, instead of hardcoding mode names. Doc fix.
13793
13794 * menu-bar.el (list-buffers-directory): Add docstring.
13795 Make automatically buffer-local.
13796
13797 * dired.el (dired-mode):
13798 * files.el (cd-absolute):
13799 * pcvs.el (cvs-temp-buffer):
13800 * pcvs-util.el (cvs-get-buffer-create):
13801 * shell.el (shell-mode):
13802 * vc-dir.el (vc-dir-mode):
13803 Don't make `list-buffers-directory' buffer local.
13804
13805 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13806
13807 * comint.el (comint-exec, comint-run, make-comint):
13808 Doc fixes (Bug#4542).
13809
13810 2009-09-25 Glenn Morris <rgm@gnu.org>
13811
13812 * mail/rmailmm.el (rmail-mime): New custom group.
13813 Move all defcustoms in this file into this group.
13814 (rmail-mime-media-type-handlers-alist): Revert previous change.
13815 (rmail-mime-show-images): New option.
13816 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13817 references to it, since it wasn't actually used for anything.
13818 (rmail-mime-insert-image): New function.
13819 (rmail-mime-image): Use rmail-mime-insert-image.
13820 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13821 obey the value of `rmail-mime-show-images' option. Print the size of
13822 attachments.
13823
13824 2009-09-25 David Engster <deng@randomsample.de>
13825
13826 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13827
13828 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13829
13830 * whitespace.el: Does not highlight trailing spaces While point is
13831 at end of line. Does not highligt spaces at beginning of buffer
13832 while point is at beginning of buffer. Does not highlight spaces
13833 at end of buffer while point is at end of buffer. (Bug#4177)
13834 New version 12.0.
13835 (whitespace-display-mappings): Adjust initialization.
13836 (whitespace-point, whitespace-font-lock-refontify): New vars.
13837 (whitespace-color-on, whitespace-color-off): Adjust code.
13838 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13839 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13840 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13841
13842 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13843
13844 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13845
13846 * textmodes/sgml-mode.el: Remove xml-mode alias.
13847
13848 * files.el (auto-mode-alist, conf-mode-maybe)
13849 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13850
13851 2009-09-24 Alan Mackenzie <acm@muc.de>
13852
13853 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13854 c-forward-conditionals, but it doesn't move point and doesn't set
13855 the mark.
13856 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13857 (c-down-conditional-with-else, c-backward-conditional)
13858 (c-forward-conditional): Refactor to use c-scan-conditionals.
13859
13860 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13861
13862 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13863 (help-default-arg-highlight): Remove.
13864 (help-highlight-arg): New function.
13865 (help-do-arg-highlight): Use it.
13866 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13867
13868 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13869
13870 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13871 Undo last change, which didn't fix the problem and introduced others.
13872
13873 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13874
13875 * progmodes/gdb-mi.el: Don't require speedbar.
13876 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13877
13878 2009-09-24 Glenn Morris <rgm@gnu.org>
13879
13880 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13881
13882 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13883
13884 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13885 there is no newline after the final mime boundary. (Bug#4539)
13886 Move markers on insertion so that any buttons inserted don't end up in
13887 the next part of a multipart message.
13888 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13889 (rmail-mime-bulk-handler): Optionally handle images.
13890 (rmail-mime-image): New button action.
13891 (rmail-mime-image-handler): New function.
13892 (rmail-mime-mode): New mode.
13893 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13894
13895 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13896
13897 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13898 than just dropping elements from it (bug#4504).
13899
13900 * term.el (term-set-scroll-region): Don't move cursor any more.
13901 (term-handle-ansi-escape): Call term-goto here instead.
13902 Suggested by Ivan Kanis <apple@kanis.eu>.
13903
13904 * term.el: Require CL.
13905 (term-ansi-reset): New function.
13906 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13907 (term-handle-colors-array): Simplify.
13908
13909 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13910
13911 * allout.el (allout-overlay-interior-modification-handler)
13912 (allout-obtain-passphrase):
13913 * epa-file.el (epa-file-write-region):
13914 * ps-print.el (ps-begin-job):
13915 * vc-hooks.el (vc-toggle-read-only):
13916 * vc-rcs.el (vc-rcs-rollback):
13917 * vc-sccs.el (vc-sccs-rollback):
13918 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13919 (vc-version-diff, vc-revert, vc-rollback):
13920 * wdired.el (wdired-check-kill-buffer):
13921 * emacs-lisp/authors.el (authors):
13922 * net/socks.el (socks-open-connection):
13923 * net/zeroconf.el (zeroconf-service-add-hook):
13924 * obsolete/vc-mcvs.el (vc-mcvs-register):
13925 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13926 (gdb-select-frame):
13927 * progmodes/grep.el (lgrep, rgrep):
13928 * progmodes/idlw-help.el (idlwave-help-check-locations)
13929 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13930 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13931 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13932 (reftex-toc-rename-label): Fix typos in error messages.
13933
13934 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13935 (dired-copy-how-to-fn): Doc fix.
13936 (dired-files-attributes, dired-read-shell-command):
13937 Fix typos in docstrings.
13938
13939 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13940 (dired-x-find-file-other-window): Reflow docstrings.
13941 (dired-omit-marker-char, dired-read-shell-command)
13942 (dired-x-submit-report): Fix typos in docstrings.
13943
13944 * shell.el (shell-mode-hook):
13945 * view.el (View-scroll-line-forward):
13946 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13947 Fix typos in docstrings.
13948
13949 * net/dig.el (dig-invoke): Fix typo in docstring.
13950 (query-dig): Reflow docstring.
13951
13952 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13953 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13954 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13955 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13956 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13957 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13958 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13959 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13960 (idlwave-completion-map, idlwave-current-indent)
13961 (idlwave-custom-ampersand-surround, idlwave-customize)
13962 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13963 (idlwave-define-abbrev, idlwave-determine-class-special)
13964 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13965 (idlwave-end-block-reg, idlwave-end-of-statement)
13966 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13967 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13968 (idlwave-explicit-class-listed, idlwave-file-header)
13969 (idlwave-fill-paragraph, idlwave-find-class-definition)
13970 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13971 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13972 (idlwave-in-quote, idlwave-indent-action-table)
13973 (idlwave-indent-expand-table, idlwave-indent-line)
13974 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13975 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13976 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13977 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13978 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13979 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13980 (idlwave-outlawed-buffers, idlwave-popup-select)
13981 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13982 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13983 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13984 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13985 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13986 (idlwave-statement-type, idlwave-struct-skip)
13987 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13988 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13989 (idlwave-what-module-find-class): Fix typos in docstrings.
13990 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13991 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13992 (idlwave-find-module, idlwave-find-structure-definition)
13993 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13994 (idlwave-list-load-path-shadows, idlwave-next-statement)
13995 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13996 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13997 (idlwave-template): Reflow docstrings.
13998
13999 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14000 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14001 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14002 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14003 (idlwave-shell-display-line, idlwave-shell-display-wframe)
14004 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14005 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14006 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14007 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14008 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14009 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14010 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14011 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14012 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14013 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14014 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14015 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14016 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14017 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14018 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14019 Fix typos in docstrings.
14020 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14021 (idlwave-shell-hide-output, idlwave-shell-mode)
14022 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14023 Reflow docstrings.
14024
14025 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14026
14027 2009-09-24 Ivan Kanis <apple@kanis.eu>
14028
14029 * term.el (term-bold-attribute): New var.
14030 (term-handle-colors-array): Use it.
14031
14032 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
14033
14034 * progmodes/gdb-mi.el (gdb-version): New variable.
14035 (gdb-non-stop-handler): Set gdb-version.
14036 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
14037 Condition "--thread" option on gdb-version.
14038 (gdb-invalidate-threads): Remove unused argument.
14039
14040 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14041
14042 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
14043 to looking-back to avoid ridiculous slow down in large files (bug#4511).
14044
14045 2009-09-23 Glenn Morris <rgm@gnu.org>
14046
14047 * mail/rmail.el (rmail-reply): Don't try to add a References header when
14048 replying to mail without References or Message-Id. (Bug#4525)
14049
14050 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
14051
14052 * term/ns-win.el (ns-reg-to-script): New variable.
14053
14054 2009-09-23 Daiki Ueno <ueno@unixuser.org>
14055
14056 * epg.el (epg-wait-for-status): Preserve existing 'error results.
14057
14058 2009-09-22 Sam Steingold <sds@gnu.org>
14059
14060 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
14061 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
14062 to 1 because hg returns status 1 when nothing is found.
14063 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
14064
14065 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14066
14067 * textmodes/fill.el: Convert to utf-8 encoding.
14068 (fill-french-nobreak-p): Remove redundant » and « inherited from our
14069 pre-Unicode days.
14070
14071 * add-log.el (change-log-fill-forward-paragraph): New function.
14072 (change-log-mode): Use it so fill-region DTRT.
14073 Set fill-indent-according-to-mode here rather than in
14074 change-log-fill-paragraph.
14075 (change-log-fill-paragraph): Remove.
14076
14077 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
14078
14079 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
14080 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
14081
14082 2009-09-22 Glenn Morris <rgm@gnu.org>
14083
14084 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
14085 the scroll-bar scroll the calendar window rather than the buffer.
14086
14087 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
14088 commands that move point (as opposed to scrolling).
14089
14090 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
14091
14092 * emacs-lisp/elint.el (elint): New custom group.
14093 (elint-log-buffer): Make it a defcustom.
14094 (elint-scan-preloaded, elint-ignored-warnings)
14095 (elint-directory-skip-re): New options.
14096 (elint-builtin-variables): Doc fix.
14097 (elint-preloaded-env): New variable.
14098 (elint-unknown-builtin-args): Add an entry for encode-time.
14099 (elint-extra-errors): Make it a variable rather than a constant.
14100 (elint-preloaded-skip-re): New constant.
14101 (elint-directory): Skip files matching elint-directory-skip-re.
14102 (elint-features): New variable, local to linted buffers.
14103 (elint-update-env): Initialize elint-features. Possibly add
14104 elint-preloaded-env to the buffer's environment.
14105 (elint-get-top-forms): Bind elint-current-pos, for log messages.
14106 Skip quoted forms.
14107 (elint-init-form): New function, extracted from elint-init-env.
14108 Make non-list forms a warning rather than an error.
14109 Add the mode-map for define-derived-mode. Handle define-minor-mode,
14110 easy-menu-define, put that adds an error-condition, and provide.
14111 When requiring cl, also require cl-macs. Really require cl, to handle
14112 some cl macros. Store required libraries in the list elint-features,
14113 so as not to re-load them. Treat cc-require like require.
14114 (elint-init-env): Call elint-init-form to do the work.
14115 Handle eval-and-compile and such like.
14116 (elint-add-required-env): Do not clear messages.
14117 (elint-special-forms): Add handlers for function, defalias, if, when,
14118 unless, and, or.
14119 (elint-form): Add optional argument to ignore elint-special-forms,
14120 useful to prevent recursive calls from handlers. Doc fix.
14121 Respect elint-ignored-warnings.
14122 (elint-form): Respect elint-ignored-warnings.
14123 (elint-bound-variable, elint-bound-function): New variables.
14124 (elint-unbound-variable): Respect elint-bound-variable.
14125 (elint-get-args): Respect elint-bound-function.
14126 (elint-check-cond-form): Add some simple handling for (f)boundp and
14127 featurep tests.
14128 (elint-check-defalias-form): New handler.
14129 (elint-check-let-form): Make an empty let a warning rather than an
14130 error.
14131 (elint-check-setq-form): Make an empty setq a warning rather than an
14132 error. Respect elint-ignored-warnings.
14133 (elint-check-defvar-form): Accept null doc-strings.
14134 (elint-check-conditional-form): New handler. Does some simple-minded
14135 checking of featurep and (f)boundp tests.
14136 (elint-put-function-args): New function.
14137 (elint-initialize): Use elint-scan-doc-file rather than
14138 elint-find-builtin-variables. Use elint-put-function-args.
14139 Possibly scan preloaded-file-list.
14140 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
14141 extend to handle functions as well.
14142
14143 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
14144
14145 * linum.el (linum-delete-overlays, linum-update-window):
14146 Do not modify the right margin. (Bug#3971)
14147
14148 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
14149
14150 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
14151 nxml-mode instead of xml-mode.
14152
14153 2009-09-21 Kevin Ryde <user42@zip.com.au>
14154
14155 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
14156
14157 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14158
14159 * net/dig.el (dig-mode): Use define-derived-mode.
14160
14161 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14162
14163 * vc-dispatcher.el (vc-do-command): Return the process object in
14164 the asynchronous case. Use when instead of if. Do not run
14165 vc-exec-after to display a message if not enabled. (Bug#4463)
14166
14167 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
14168 properties to the stash strings.
14169 (vc-git-stash-list): Return a list of strings.
14170 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
14171 (vc-git-stash-show-at-point): New functions.
14172 (vc-git-stash-map): New keymap.
14173
14174 * register.el (ctl-x-r-map): Define the keys here instead of
14175 using autoload.
14176
14177 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
14178
14179 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
14180 list, to workaround performance problem (bug#4485).
14181
14182 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
14183
14184 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
14185
14186 2009-09-20 Daiki Ueno <ueno@unixuser.org>
14187
14188 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
14189 Document that this option is not recommended to use.
14190
14191 2009-09-19 Glenn Morris <rgm@gnu.org>
14192
14193 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
14194 variable `var'.
14195
14196 * calc/calc-alg.el (var):
14197 * calc/calcalg2.el (var): Define for compiler.
14198
14199 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
14200
14201 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
14202 Doc fix (Bug#3932).
14203
14204 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
14205
14206 * time-stamp.el (time-stamp-month-dd-yyyy)
14207 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
14208 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
14209 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
14210 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
14211 Remove functions that have been obsolete since 1995 (Bug#4436).
14212
14213 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
14214 indent buffer only if called interactively (Bug#4452).
14215
14216 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
14217 Eli Zaretskii <eliz@gnu.org>
14218
14219 This fixes bug#4197 (merged to bug#865, though not identical).
14220 * server.el (server-auth-dir): Add docstring note about FAT32.
14221 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
14222 but warn against using them.
14223
14224 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
14225
14226 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
14227 older GDB where there is no has_more field.
14228
14229 2009-09-19 Glenn Morris <rgm@gnu.org>
14230
14231 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14232
14233 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
14234
14235 * files.el (auto-mode-alist): Change default for XML files to nXML
14236 mode (Bug#4169).
14237
14238 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
14239
14240 * server.el (server-ensure-safe-dir): Pass 'integer
14241 to `file-attributes', as suggested.
14242
14243 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * dired-aux.el (dired-query-alist): Remove spurious backslash.
14246 (dired-query): Use read-key.
14247
14248 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
14249
14250 * cus-start.el (ns-use-qd-smoothing): Remove.
14251
14252 2009-09-18 Glenn Morris <rgm@gnu.org>
14253
14254 * allout.el (top-level): Remove unnecessary progn.
14255
14256 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
14257
14258 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
14259 definition of abbrev table.
14260
14261 * speedbar.el (speedbar-track-mouse):
14262 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14263 * net/eudc.el (eudc-expand-inline):
14264 * net/newst-backend.el (newsticker--cache-read-feed):
14265 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
14266 condition-case handlers.
14267
14268 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
14269
14270 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14271 (gdb-var-list): Add an element for has_more field.
14272 (gdb-non-stop-handler): Enable pretty printing for STL containers.
14273 (gdb-var-create-handler, gdb-var-list-children-handler-1)
14274 (gdb-var-update-handler-1): Parse output of dynamic variable
14275 objects (STL containers).
14276 (gdb-var-delete-1): Pass var1 as an explicit second argument.
14277 (gdb-get-field): Delete alias. Use bindat-get-field directly.
14278
14279 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14280 gdb-var-list.
14281 (gud-speedbar-buttons): Make node expandable if expression "has more"
14282 children.
14283
14284 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
14285
14286 * startup.el (emacs-quick-startup): Remove variable and all uses.
14287 (command-line): Set `inhibit-x-resources' instead.
14288 (command-line-1): Use `inhibit-x-resources' instead.
14289
14290 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
14291
14292 * subr.el: Fix last change to avoid using the `unless' macro,
14293 which breaks bootstrapping.
14294
14295 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14298 extended definitions, in case we reload subr.el after having
14299 loaded CL.
14300 (eval-next-after-load): Mark as obsolete.
14301
14302 2009-09-17 Juri Linkov <juri@jurta.org>
14303
14304 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14305 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14306 (menu-bar-showhide-menu, menu-bar-tools-menu)
14307 (menu-bar-describe-menu, menu-bar-help-menu)
14308 (minibuffer-local-completion-map, minibuffer-local-map):
14309 Fix list quoting.
14310
14311 2009-09-17 Glenn Morris <rgm@gnu.org>
14312
14313 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14314 arguments, whether or not it has a handler.
14315
14316 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14317
14318 * simple.el (hard-newline): Give it a doc-string.
14319
14320 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14321 (lisp-mode-syntax-table): Give them doc-strings.
14322
14323 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14324
14325 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14326 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14327 (menu-bar-options-menu, menu-bar-showhide-menu)
14328 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14329 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14330 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14331 (menu-bar-options-menu, menu-bar-tools-menu)
14332 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14333 (menu-bar-help-menu):
14334 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14335 string arguments.
14336
14337 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14338 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14339 calls for the menu names and :help.
14340
14341 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14342
14343 * mouse.el (minor-mode-menu-from-indicator): Pay attention
14344 to :minor-mode-function (bug#4455).
14345
14346 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * startup.el (command-line): Initialize the window-system after
14349 processing the command-line.
14350
14351 * textmodes/page.el (what-page): Make sure we don't inf-loop if
14352 page-delimiter matches the empty string.
14353
14354 2009-09-16 Glenn Morris <rgm@gnu.org>
14355
14356 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14357 byte-compile-not-obsolete-var. It's a list now.
14358 (byte-compile-not-obsolete-funcs): New variable.
14359 (byte-compile-warn-obsolete): Don't warn about functions if they are in
14360 byte-compile-not-obsolete-funcs.
14361 (byte-compile-variable-ref, byte-compile-defvar): Update for
14362 byte-compile-not-obsolete-vars name-change and list nature.
14363 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14364 and variables behind (f)boundp tests.
14365 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14366
14367 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14368
14369 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14370
14371 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14374 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14375 Don't autoload.
14376
14377 2009-09-15 Stephen Eglen <stephen@gnu.org>
14378
14379 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
14380 the virtual-buffers, use the name of the buffer specified by
14381 find-file-noselect, as the match may be a symlink. (This was a
14382 problem if the target and the symlink had different names.)
14383
14384 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14387
14388 * desktop.el (desktop-path): Check user-emacs-directory.
14389
14390 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14391
14392 * loadup.el: Use after-load-functions to GC after loading each file.
14393 Remove the explicit GC calls that used to be sprinkled around.
14394
14395 * subr.el (after-load-functions): New hook.
14396 (do-after-load-evaluation): Run it. Use string-match-p to detect
14397 `obsolete' packages, rather than painfully extracting the relevant
14398 directory name.
14399
14400 2009-09-15 Glenn Morris <rgm@gnu.org>
14401
14402 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14403 free variable `doc'.
14404
14405 * dired.el (dired-mode-map): Add menu entry for async shell command.
14406
14407 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14408 variables, also consider the .elc files, since the .el files are
14409 normally gzipped (subsequent code locates the .el.gz from the .elc).
14410
14411 * calc/calc-prog.el (arglist): Define for compiler.
14412
14413 * calendar/diary-lib.el (diary-display-function): Change the default to
14414 fancy display.
14415 (body): Define for compiler.
14416
14417 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14418 (byte-compile-file-form, byte-compile-lambda)
14419 (byte-compile-top-level-body, byte-compile-form)
14420 (byte-compile-variable-ref, byte-compile-setq)
14421 (byte-compile-setq-default, byte-compile-body)
14422 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14423 (batch-byte-compile): Give some more local variables with common names
14424 a "bytecomp-" prefix to avoid masking warnings about free variables.
14425
14426 * startup.el (command-line-1): Give local variables with common names a
14427 distinguishing prefix, so as not to hide free variable warnings during
14428 bootstrap.
14429
14430 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14431 clever and add a suffix to make a unique name, just let the user decide
14432 whether or not to overwrite it. If the input is a directory, write the
14433 default filename to that directory. (Bug#4388)
14434 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14435 is a filename-as-a-directory.
14436
14437 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14438
14439 * textmodes/page.el (what-page): Don't move to beginning of line.
14440 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14441
14442 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14443
14444 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14445
14446 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14447
14448 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14449 * help.el (help-for-help-internal): Add purecopy calls for text.
14450
14451 * vc.el (top): print-log method now takes an optional SHORTLOG
14452 argument. Add a new method: root.
14453 (vc-root-diff, vc-print-root-log): New functions.
14454 (vc-log-short-style): New variable.
14455 (vc-print-log-internal): Add support for showing short logs.
14456
14457 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14458 vc-print-root-log and vc-print-root-diff.
14459
14460 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14461 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14462 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14463 short logs.
14464
14465 * vc-cvs.el (vc-cvs-print-log):
14466 * vc-mtn.el (vc-mtn-print-log):
14467 * vc-rcs.el (vc-rcs-print-log):
14468 * vc-sccs.el (vc-sccs-print-log):
14469 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14470 that is ignored for now.
14471
14472 * vc-mtn.el (vc-mtn-annotate-command):
14473 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14474
14475 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14476
14477 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14478 to function-key-map, and give them ascii-character property.
14479 * term/x-win.el (x-alternatives-map):
14480 * term/ns-win.el (ns-alternatives-map):
14481 * term/internal.el (msdos-key-remapping-map):
14482 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14483
14484 2009-09-14 Glenn Morris <rgm@gnu.org>
14485
14486 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14487 temp-buffers (2009-09-12).
14488
14489 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14490
14491 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14492 the new read-key function.
14493
14494 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
14495
14496 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14497 is defined (Bug#4405).
14498
14499 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
14500
14501 * recentf.el (recentf-cleanup): Use a hash table to find
14502 duplicates (Bug#4407).
14503
14504 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
14505
14506 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14507 kp-0 to ascii equivalents (Bug#4325).
14508
14509 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
14510
14511 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14512
14513 * eshell/em-hist.el:
14514 * eshell/em-dirs.el (eshell-complete-user-reference):
14515 Declare pcomplete functions and variables to avoid compiler warnings.
14516
14517 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14518
14519 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14520 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14521 * eshell/em-alias.el (eshell-aliases-file):
14522 * eshell/em-hist.el (eshell-history-file-name):
14523 Use expand-file-name instead of concat to make file names (Bug#4308).
14524
14525 2009-09-13 Glenn Morris <rgm@gnu.org>
14526
14527 * ediff-merg.el (ediff-do-merge):
14528 * filesets.el (filesets-run-cmd):
14529 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14530 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14531 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14532 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14533 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14534 Replace empty `let's with `progn'.
14535
14536 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14537
14538 * mail/sendmail.el (send-mail-function):
14539 * tooltip.el (tooltip-mode):
14540 * simple.el (transient-mark-mode):
14541 * rfn-eshadow.el (file-name-shadow-mode):
14542 * frame.el (blink-cursor-mode):
14543 * font-core.el (global-font-lock-mode):
14544 * files.el (temporary-file-directory)
14545 (small-temporary-file-directory, auto-save-file-name-transforms):
14546 * epa-hook.el (auto-encryption-mode):
14547 * composite.el (global-auto-composition-mode):
14548 Use custom-initialize-delay.
14549 * startup.el (command-line): Don't explicitly call
14550 custom-reevaluate-setting for all the above vars.
14551 * custom.el (custom-initialize-safe-set)
14552 (custom-initialize-safe-default): Delete.
14553
14554 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * term/x-win.el (x-initialize-window-system):
14557 * term/w32-win.el (w32-initialize-window-system):
14558 * term/ns-win.el (ns-initialize-window-system): Don't call
14559 mouse-wheel-mode since it's enabled globally by default already.
14560
14561 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14562 actually define the variable, but only silences the byte-compiler.
14563 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14564 before looking it up.
14565 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14566 is changed.
14567
14568 2009-09-12 Glenn Morris <rgm@gnu.org>
14569
14570 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14571 1000.
14572 (elint-add-required-env): Don't beep on error.
14573 (elint-forms): In case of error, return ENV unchanged.
14574 (elint-init-env): Skip non-list forms.
14575 (elint-log): Handle unknown file positions.
14576
14577 2009-09-12 Daiki Ueno <ueno@unixuser.org>
14578
14579 * epg.el (epg-make-context): Add autoload cookie.
14580 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14581 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14582 (epg-verify-string, epg-start-sign, epg-sign-file)
14583 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14584 (epg-encrypt-string, epg-start-export-keys)
14585 (epg-export-keys-to-file, epg-export-keys-to-string)
14586 (epg-start-import-keys, epg-import-keys-from-file)
14587 (epg-import-keys-from-string, epg-start-receive-keys)
14588 (epg-receive-keys, epg-import-keys-from-server)
14589 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14590 (epg-sign-keys, epg-start-generate-key)
14591 (epg-generate-key-from-file, epg-generate-key-from-string):
14592 Remove autoload cookie.
14593
14594 2009-09-12 Eli Zaretskii <eliz@gnu.org>
14595
14596 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14597 reevaluation of trash-directory.
14598
14599 * mwheel.el: Fix last change.
14600 (mouse-wheel-mode): New defvar.
14601 (mouse-wheel-mode): Remove autoload cookie.
14602
14603 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * mwheel.el (mwheel-installed-bindings): New var.
14606 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14607 the bindings we set last time. Use custom-initialize-delay.
14608 * loadup.el: Load mwheel after term/*-win.el.
14609 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14610 and mouse-wheel-up-event now that their first evaluation is done
14611 sufficiently late to be correct.
14612
14613 * startup.el (tutorial-directory): Make it a defcustom.
14614 Use custom-initialize-delay rather than eval-at-startup to set it.
14615 * image.el (image-load-path): Make it a defcustom.
14616 Use custom-initialize-delay rather than eval-at-startup to set it.
14617 * subr.el (eval-at-startup): Remove.
14618 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14619
14620 * subr.el (do-after-load-evaluation): Warn the user after loading an
14621 obsolete package.
14622
14623 2009-09-12 Glenn Morris <rgm@gnu.org>
14624
14625 * proced.el (proced-mark-alt): Remove alias.
14626 (proced-mode-map): Remove proced-mark-alt.
14627
14628 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14629 Elint file and directory. Remove initialization entry.
14630
14631 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14632 commands.
14633 (elint-current-buffer): Set mode-line-process.
14634 (elint-init-env): Handle define-derived-mode.
14635 Fix declare-function with unspecified arglist. Guard against odd
14636 defalias statements (eg iso-insert's 8859-1-map).
14637 (elint-add-required-env): Use a temp buffer.
14638 (elint-form): Just print the function/macro name, not the whole form.
14639 Return env unchanged if we fail to parse a macro.
14640 (elint-forms): Guard against parse errors.
14641 (elint-output): New function, to handle batch mode.
14642 (elint-log-message): Add optional argument. Use elint-output.
14643 (elint-set-mode-line): New function.
14644
14645 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14646
14647 * emacs-lisp/elp.el (elp-not-profilable): Add more
14648 functions (Bug#4233).
14649
14650 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
14651
14652 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14653 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14654
14655 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14656
14657 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14658 (gdb-var-list-children): Use json parsing.
14659
14660 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
14661
14662 * progmodes/js.el (js--proper-indentation): Handle the case where
14663 char-before is null. Reported by Deniz Dogan.
14664
14665 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14666
14667 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14668
14669 2009-09-11 Daiki Ueno <ueno@unixuser.org>
14670
14671 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14672 (epg-digest-algorithm-alist): Add SHA224.
14673 (epg-context-set-passphrase-callback)
14674 (epg-context-set-progress-callback): Add description about
14675 callback function.
14676
14677 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14678
14679 * custom.el (custom-delayed-init-variables): New var.
14680 (custom-initialize-delay): New function.
14681 * startup.el (command-line): "Re"evaluate all vars in
14682 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14683 explicitly any more.
14684 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14685 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14686
14687 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14688
14689 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14690
14691 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14692 (gdb-var-update-handler): Use json parsing.
14693
14694 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14695
14696 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14697 decode annotated text, regardless of language environment. (Bug#2741)
14698
14699 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14700
14701 * Makefile.in (autoloads): Make rmail.el writable as well.
14702
14703 2009-09-11 Glenn Morris <rgm@gnu.org>
14704
14705 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14706 loaddefs.el.
14707 * dired.el: Regenerate with extracted autoloads.
14708 * Makefile.in (autoloads): Make dired.el writable.
14709
14710 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14711 * ibuffer.el: Regenerate with extracted autoloads.
14712 * Makefile.in (autoloads): Make ibuffer.el writable.
14713
14714 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14715 * version.el (emacs-copyright, emacs-major-version)
14716 (emacs-minor-version): Reformat doc-strings for make-docfile.
14717
14718 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14719 functions and variables, since they must be stuff specific to some other
14720 platform.
14721 (apropos-print): Make mouse-click message less specific about button.
14722
14723 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14724 that records where a macro was defined.
14725 * help-fns.el (describe-function-1): Mention if a function has a
14726 compiler-macro.
14727 * help-mode.el (help-function-cmacro): New button.
14728
14729 * locate.el (top-level): Always require dired.
14730 (locate-mode-map): Initialize inside the defvar.
14731
14732 * net/ange-ftp.el (dired-compress-file): Declare.
14733 (ange-ftp-dired-compress-file): Add doc string.
14734
14735 * term/ns-win.el (x-display-name, x-setup-function-keys):
14736 Unify doc-strings with X versions.
14737
14738 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 * emulation/crisp.el (crisp-mode-map): Move initialization
14741 into declaration.
14742 (crisp-mode): Use define-minor-mode.
14743
14744 * progmodes/xscheme.el (xscheme-evaluation-commands):
14745 Put a :advertised-binding property rather than using
14746 advertised-xscheme-send-previous-expression.
14747 (advertised-xscheme-send-previous-expression): Declare obsolete.
14748 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14749 `advertised-undo'.
14750 (crisp-mode): Add corresponding bindings to
14751 undo's :advertised-binding instead.
14752 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14753 than using dired-advertised-find-file.
14754 (dired-advertised-find-file):
14755 * simple.el (advertised-undo):
14756 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14757 (widget-keymap): Put a :advertised-binding property rather
14758 than using advertised-widget-backward.
14759 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14760 than using advertised-undo.
14761 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14762
14763 2009-09-10 Simon South <ssouth@slowcomputing.org>
14764
14765 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14766 Mark mode is enabled and region is active; otherwise indent or
14767 insert TAB as usual.
14768 (delphi-mode): Update description of TAB-key binding.
14769
14770 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14771
14772 * subr.el (define-key-rebound-commands): Mark obsolete.
14773 * startup.el (precompute-menubar-bindings): Remove.
14774 (normal-top-level): Remove obsolete code that tried to precompute
14775 menubar bindings.
14776 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14777 define-key-rebound-commands and precompute-menubar-bindings.
14778
14779 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14780
14781 * net/imap.el (imap-interactive-login): Better messages.
14782 (imap-open): Fix bug with renamed buffer on reconnect.
14783 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14784 for easier debugging and cleaner code. On successful (guessed based on
14785 server capabilities) secondary authentication, set imap-state
14786 correctly.
14787 (imap-last-authenticator): Define imap-last-authenticator as a variable
14788 to avoid warnings.
14789
14790 2009-09-10 Glenn Morris <rgm@gnu.org>
14791
14792 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14793
14794 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14795 (byte-compile-file-form-autoload): Don't warn about unknown functions
14796 where the autoload statement comes after the use.
14797 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14798 that any handlers inside the body (eg require) are in turn respected.
14799
14800 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14801 effects.
14802
14803 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14804 and syntax and abbrev tables basic docs, if they don't have any.
14805
14806 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14807
14808 * international/mule-cmds.el (top-level): Require cl when compiling.
14809 (view-hello-file): Use default-value rather than
14810 default-enable-multibyte-characters.
14811
14812 * progmodes/fortran.el: Move all safe and risky properties into the
14813 defcustoms.
14814
14815 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14816 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14817 * mail/undigest.el:
14818 Put autoloads in rmail.el rather than loaddefs.el.
14819 * mail/rmail.el: Regenerate with extracted autoloads.
14820
14821 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14822 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14823
14824 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14825
14826 Reported in thread for Bug#4375.
14827 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14828 "-data-evaluate-expression" instead of print.
14829 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14830 (gdb-tooltip-print): Parse output from above MI command.
14831 (gdb): Revert 2009-08-11 change. User should detach inferior
14832 manually.
14833
14834 Remove the word "separate" from IO functions as inferior
14835 output is now never displayed in the GUD buffer.
14836
14837 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14838
14839 * startup.el (command-line-normalize-file-name): On Windows and
14840 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14841
14842 2009-09-10 Juri Linkov <juri@jurta.org>
14843
14844 * isearch.el (isearch-text-char-description): Propertize escape
14845 character sequences with the `escape-glyph' face. (Bug#4344)
14846
14847 * simple.el (shell-command): Set asynchronous process filter to
14848 `comint-output-filter'. (Bug#4343)
14849
14850 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14851 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14852 the list. Move "asm" to the bottom.
14853 (grep-find-ignored-directories): Add `choice' with nil value
14854 to empty the list easily.
14855 (grep-find-ignored-files): New option.
14856 (grep-files-history): Set to nil by default instead of '("ch" "el").
14857 (grep-compute-defaults): Add "<X>" to `grep-template'.
14858 (grep-read-files): Bind new local variables `default-alias' and
14859 `default-extension'. Use a list of default values for the file prompt.
14860 (lgrep): Add `--exclude=' command line options composed from
14861 `grep-find-ignored-files'.
14862 (rgrep): Add `-name' command line options composed from
14863 `grep-find-ignored-files'. (Bug#4301)
14864
14865 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14868 (bug#4368).
14869
14870 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14871
14872 * calendar/time-date.el (autoload):
14873 Expand define-obsolete-function-alias into defalias and make-obsolete
14874 for old Emacsen that Gnus supports.
14875 (with-no-warnings): Define it for old Emacsen.
14876 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14877 is available.
14878 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14879 float-time is available; suppress compile warning for time-to-seconds.
14880
14881 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14882
14883 * net/imap.el (imap-message-map): Docstring fix.
14884
14885 2009-09-09 Glenn Morris <rgm@gnu.org>
14886
14887 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14888 line numbers too. (Bug#4374)
14889
14890 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * smerge-mode.el (smerge-remove-props, smerge-refine):
14893 Use with-silent-modifications (bug#4342).
14894
14895 * subr.el (with-silent-modifications): New macro.
14896
14897 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14898
14899 * files.el (top-level): Require `cl' when compiling.
14900
14901 2009-09-07 Glenn Morris <rgm@gnu.org>
14902
14903 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14904
14905 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14906 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14907
14908 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14909
14910 * vc-git.el (vc-git-annotate-command): Use separator to parse
14911 arguments correctly.
14912
14913 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14914
14915 * proced.el (proced-mode): Doc fix.
14916
14917 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14918
14919 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14920 lstat fails.
14921 (tramp-do-file-attributes-with-ls): Check for file existence at
14922 remote end.
14923 (tramp-do-file-attributes-with-stat): Likewise.
14924 (tramp-convert-file-attributes): Return nil when attr is nil.
14925
14926 2009-09-05 Glenn Morris <rgm@gnu.org>
14927
14928 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14929 properties to this button.
14930 (diary-fancy-display): Don't extend the button to the final newline.
14931 (diary-fancy-display-mode): Continue to define "q" as a local key.
14932
14933 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14934 efficient.
14935
14936 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14937
14938 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14939 (byte-compile-dest-file-function): New option.
14940 (byte-compile-dest-file): Doc fix.
14941 Obey byte-compile-dest-file-function.
14942 (byte-compile-cl-file-p): New function.
14943 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14944 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14945 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14946 than for file being previously loaded.
14947 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14948 (byte-compile-file-form-require): Handle the case where requiring a file
14949 indirectly causes CL to be loaded.
14950
14951 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14952
14953 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14954 before killing the old buffer, since by the time `kill-buffer' is
14955 run so many buffer variables have been set to nil that it may not
14956 behave as expected. (Bug#4061)
14957
14958 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14959
14960 * files.el (find-alternate-file): If the old buffer is modified
14961 and visiting a file, behave similarly to `kill-buffer' when
14962 killing it, thus reverting to the pre-1.878 behavior; see
14963 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14964 for discussion. Also, consult `buffer-file-name' as a variable
14965 not as a function, for consistency with the rest of the code.
14966
14967 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14968
14969 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14970 also when adding a new directory.
14971
14972 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14973 defun.
14974
14975 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * files.el (locate-file-completion-table): Make it provide boundary
14978 information, so partial-completion works better.
14979
14980 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14981
14982 * mail/footnote.el (Footnote-text-under-cursor):
14983 Check footnote-text-marker-alist before using it (bug#4324).
14984
14985 2009-09-04 Glenn Morris <rgm@gnu.org>
14986
14987 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14988 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14989 * play/solitaire.el, play/tetris.el:
14990 Remove leading * from defcustom and defface docs.
14991
14992 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14993 necessary.
14994 (diary-fancy-overriding-map): New variable.
14995 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14996 Use view-mode.
14997
14998 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14999 goto-line.
15000
15001 2009-09-03 Glenn Morris <rgm@gnu.org>
15002
15003 * arc-mode.el (archive-mode):
15004 * dos-fns.el (set-default-process-coding-system):
15005 * man.el (Man-getpage-in-background):
15006 * menu-bar.el (menu-bar-describe-menu):
15007 * server.el (server-process-filter):
15008 * startup.el (command-line):
15009 * tar-mode.el (tar-header-block-tokenize, tar-extract):
15010 * w32-fns.el (set-default-process-coding-system):
15011 * x-dnd.el (x-dnd-handle-file-name):
15012 * international/mule-cmds.el (mule-menu-keymap)
15013 (set-default-coding-systems, language-info-alist, set-language-info)
15014 (set-language-environment, standard-display-european-internal)
15015 (set-locale-environment):
15016 * international/mule-diag.el (mule-diag):
15017 * mail/emacsbug.el (report-emacs-bug):
15018 * mail/rmail.el (rmail-mode):
15019 * mail/sendmail.el (mail-setup):
15020 Use default-value rather than default-enable-multibyte-characters.
15021
15022 * progmodes/f90.el: Move all safe properties into the defcustoms.
15023 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15024
15025 * calendar/appt.el (appt-check):
15026 * calendar/diary-lib.el (diary-set-header, diary-live-p)
15027 (diary-check-diary-file, diary-list-entries)
15028 (diary-include-other-diary-files, diary-simple-display)
15029 (diary-fancy-display, diary-print-entries)
15030 (diary-mark-included-diary-files, diary-make-entry):
15031 Don't call substitute-in-file-name on diary-file.
15032
15033 2009-09-03 Eduard Wiebe <usenet@pusto.de>
15034 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * mail/footnote.el (footnote-prefix): Make it a defcustom.
15037 (footnote-mode-map): Move initialization into the declaration.
15038 (footnote-minor-mode-map): Define it rather than changing global-map.
15039 (footnote-mode): Use define-minor-mode.
15040
15041 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
15042
15043 * net/tramp.el (tramp-handle-file-attributes-with-ls)
15044 (tramp-do-file-attributes-with-perl)
15045 (tramp-do-file-attributes-with-stat): Rename from
15046 `tramp-handle-file-attributes-with-*'.
15047 (tramp-handle-file-attributes): Use them.
15048 (tramp-do-directory-files-and-attributes-with-perl)
15049 (tramp-do-directory-files-and-attributes-with-stat): Rename from
15050 `tramp-handle-directory-files-and-attributes-with-*'.
15051 (tramp-handle-directory-files-and-attributes): Use them.
15052 (tramp-method-out-of-band-p): Additional parameter SIZE.
15053 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
15054 (tramp-handle-write-region): Use it.
15055 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
15056 (tramp-handle-vc-registered): Check, whether the first run did
15057 return files to be tested.
15058 (tramp-advice-make-auto-save-file-name): Do not call directly
15059 `tramp-handle-make-auto-save-file-name', because this would bypass
15060 the locking mechanism.
15061
15062 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
15063 (file-remote-p, process-file, start-file-process, set-file-times)
15064 (tramp-compat-file-attributes): Compatibility functions shall not
15065 call directly `tramp-handle-*', because this would bypass the
15066 locking mechanism.
15067 (tramp-compat-number-sequence): New defun.
15068
15069 2009-09-02 Glenn Morris <rgm@gnu.org>
15070
15071 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
15072 alias for float-time.
15073 (time-to-number-of-days): In Emacs, use float-time.
15074 * net/newst-backend.el (time-add): Suppress warnings from compat
15075 function.
15076 * time.el (emacs-uptime, emacs-init-time):
15077 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
15078 Use float-time rather than time-to-seconds.
15079
15080 * minibuffer.el (completion-initials-expand): Fix typo.
15081
15082 * faces.el (modeline, modeline-inactive, modeline-highlight)
15083 (modeline-buffer-id):
15084 * info.el (info-menu-5): Mark these face aliases as obsolete.
15085
15086 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
15087
15088 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
15089 space ...
15090 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
15091 no "--thread" option.
15092 (gdb-stopped): Don't print "Switched to thread" message when it is
15093 unchanged.
15094
15095 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 * minibuffer.el (completion-try-completion)
15098 (completion-all-completions): Remove ill-defined (and
15099 mistakenly installed and luckily never used nor documented)
15100 `completion-styles' property.
15101 (completion-initials-expand, completion-initials-all-completions)
15102 (completion-initials-try-completion): New functions.
15103 (completion-styles-alist): Add doc to each entry.
15104 Add new `initials' entry.
15105
15106 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
15107
15108 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
15109 MI command -var-evaluate-expression.
15110 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
15111 and tweak for case of string child.
15112 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
15113
15114 2009-09-01 Glenn Morris <rgm@gnu.org>
15115
15116 * add-log.el (change-log-date-face, change-log-name-face)
15117 (change-log-email-face, change-log-file-face, change-log-list-face)
15118 (change-log-conditionals-face, change-log-function-face)
15119 (change-log-acknowledgement-face):
15120 * cus-edit.el (custom-invalid-face, custom-rogue-face)
15121 (custom-modified-face, custom-set-face, custom-changed-face)
15122 (custom-saved-face, custom-button-face, custom-button-pressed-face)
15123 (custom-documentation-face, custom-state-face, custom-comment-face)
15124 (custom-comment-tag-face, custom-variable-tag-face)
15125 (custom-variable-button-face, custom-face-tag-face)
15126 (custom-group-tag-face-1, custom-group-tag-face):
15127 * diff-mode.el (diff-header-face, diff-file-header-face)
15128 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15129 (diff-added-face, diff-changed-face, diff-function-face)
15130 (diff-context-face, diff-nonexistent-face):
15131 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15132 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
15133 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15134 (Info-title-4-face):
15135 * isearch.el (isearch-lazy-highlight-face):
15136 * log-view.el (log-view-file-face, log-view-message-face):
15137 * paren.el (show-paren-match-face, show-paren-mismatch-face):
15138 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15139 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15140 (cvs-msg-face):
15141 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15142 (smerge-base-face, smerge-markers-face):
15143 * wid-edit.el (widget-documentation-face, widget-button-face)
15144 (widget-field-face, widget-single-line-field-face)
15145 (widget-inactive-face, widget-button-pressed-face):
15146 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
15147 (woman-addition-face):
15148 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
15149 (eshell-ls-executable-face, eshell-ls-readonly-face)
15150 (eshell-ls-unreadable-face, eshell-ls-special-face)
15151 (eshell-ls-missing-face, eshell-ls-archive-face)
15152 (eshell-ls-backup-face, eshell-ls-product-face)
15153 (eshell-ls-clutter-face):
15154 * eshell/em-prompt.el (eshell-prompt-face):
15155 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
15156 * obsolete/old-whitespace.el (whitespace-highlight-face):
15157 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
15158 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
15159 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
15160 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
15161 (antlr-font-lock-literal-face):
15162 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15163 (ebrowse-root-class-face, ebrowse-file-name-face)
15164 (ebrowse-default-face, ebrowse-member-attribute-face)
15165 (ebrowse-member-class-face, ebrowse-progress-face):
15166 * progmodes/make-mode.el (makefile-space-face):
15167 * progmodes/sh-script.el (sh-heredoc-face):
15168 * textmodes/flyspell.el (flyspell-incorrect-face)
15169 (flyspell-duplicate-face):
15170 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
15171 * textmodes/texinfo.el (texinfo-heading-face):
15172 Mark face aliases with "-face" suffix as obsolete.
15173
15174 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
15175 compiler.
15176
15177 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
15178 (eudc-bob-sound-menu): Use defvar rather than defconst, since
15179 easy-menu-define wants to modify these.
15180
15181 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
15182
15183 * net/browse-url.el (browse-url-file-url):
15184 * term/internal.el (dos-codepage-setup):
15185 Use default-value rather than default-enable-multibyte-characters.
15186
15187 * progmodes/etags.el (etags-goto-tag-location):
15188 * progmodes/flymake.el (flymake-highlight-line)
15189 (flymake-goto-file-and-line, flymake-goto-line):
15190 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
15191 (gdb-goto-breakpoint):
15192 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15193 * progmodes/python.el (python-find-function)
15194 (python-pdbtrack-track-stack-file):
15195 * progmodes/verilog-mode.el (verilog-surelint-off):
15196 * term/ns-win.el (ns-open-file-select-line):
15197 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
15198 Use forward-line rather than goto-line.
15199
15200 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
15201 * textmodes/reftex-index.el (reftex-display-index):
15202 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15203 * textmodes/reftex-toc.el (reftex-toc):
15204 Remove unnecessary bindings of default-major-mode (all are followed by
15205 major-mode check and possible mode switch).
15206
15207 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
15208
15209 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15210 Handle watchpoints (bug#4282).
15211 (def-gdb-thread-buffer-command): Enable thread to be selected by
15212 clicking without selecting threads buffer first.
15213 (gdb-current-context-command): Use selected frame so that "up",
15214 "down" etc work in the GUD buffer.
15215 (gdb-update): Find selected frame before rendering stack buffer.
15216 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
15217
15218 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * progmodes/sym-comp.el (displayed-completions): Remove.
15221 (symbol-complete): Use minibuffer-complete.
15222
15223 2009-08-31 Glenn Morris <rgm@gnu.org>
15224
15225 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
15226
15227 * apropos.el (apropos-symbols-internal):
15228 Handle (obsolete) face aliases.
15229
15230 * faces.el (describe-face): Adjust the output format to be more like
15231 describe-variable, and to mention (obsolete) face aliases.
15232 Adjust the whitespace so that help-setup-xref works.
15233
15234 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
15235 * calendar/diary-lib.el (diary-button-face):
15236 Mark these face aliases as obsolete.
15237
15238 * calendar/calendar.el (calendar-today): Doc fix.
15239
15240 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
15241
15242 * progmodes/gdb-mi.el (gdb-control-all-threads)
15243 (gdb-control-current-thread): Force tool bar update.
15244 (gdb-non-stop-handler): New function.
15245 (gdb-init-1): Use it to test if non-stop mode is supported.
15246 Remove unused gdbmi buffer type.
15247
15248 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
15249
15250 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
15251 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
15252
15253 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
15254
15255 * comint.el (comint-exec-1): Check command is non-null first.
15256 Part of gdb-mi.el change (2009-08-28).
15257
15258 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15259
15260 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
15261
15262 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
15263
15264 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15265 instead of `dolist' to avoid a recursive require when bootstrapping.
15266
15267 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15270
15271 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15272
15273 * net/imap.el (imap-send-command): Simplify.
15274 (imap-wait-for-tag): point-max -> buffer-size.
15275
15276 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15277
15278 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15279 with constant argument.
15280
15281 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15282
15283 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15284
15285 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15286 Change default, since most of our files don't have a history.
15287 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15288 the user.
15289
15290 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15291 Add comint-run.
15292
15293 * calc/calc.el: Improve commenting convention.
15294 (calc-digit-map, toplevel): Simplify.
15295
15296 * comint.el (comint-insert-input): Be careful to only set point if we
15297 don't delegate to some other command.
15298
15299 * proced.el (proced-signal-list): Make it an alist.
15300 (proced-grammar-alist): Capitalize names.
15301 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15302 Disable undo manually and make it read-only.
15303 Use completion-annotate-function.
15304
15305 * minibuffer.el (minibuffer-message): If the current buffer is not
15306 a minibuffer, insert the message in the echo area rather than at the
15307 end of the buffer.
15308 (completion-annotate-function): New variable.
15309 (minibuffer-completion-help): Use it.
15310 (completion--embedded-envvar-table): Environment vars are
15311 always case-sensitive.
15312
15313 2009-08-30 Glenn Morris <rgm@gnu.org>
15314
15315 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15316 from fortran-current-defun.
15317 (fortran-beginning-of-subprogram): Be more precise about finding the
15318 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
15319 (fortran-end-of-subprogram): Simplify.
15320 (fortran-current-defun): Use fortran-start-prog-re.
15321
15322 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
15323
15324 * subr.el (do-after-load-evaluation): Simplify.
15325
15326 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15327
15328 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15329
15330 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
15331 (vc-rcs-print-log): Use it.
15332
15333 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15334
15335 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15336
15337 * paths.el (abbrev-file-name): Move to abbrev.el.
15338 * abbrev.el (abbrev-file-name): Move from paths.el.
15339 Obey user-emacs-directory.
15340 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15341 user-emacs-directory.
15342 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15343 abbrev-file-name and calc-settings-file any more.
15344 * startup.el (command-line): Recompute abbrev-file-name and
15345 abbreviated-home-dir.
15346 (normal-no-mouse-startup-screen): Improve the generic code and get rid
15347 of the special code for when C-h bindings haven't been changed.
15348 (display-startup-echo-area-message): Use with-current-buffer.
15349 (command-line-1): Use a list of strings, rather than a list of lists
15350 of strings for longopts.
15351
15352 * files.el (get-free-disk-space): Use / for default-directory.
15353
15354 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15355 Use with-current-buffer.
15356
15357 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15358 Recognize immutable variables like most-positive-fixnum.
15359 (byte-compile-setq-default): Check and warn if trying to assign
15360 to an immutable variable, or a non-variable.
15361
15362 * progmodes/cc-vars.el (c-comment-continuation-stars):
15363 * progmodes/cc-engine.el (c-looking-at-bos):
15364 * progmodes/cc-cmds.el (c-toggle-auto-state)
15365 (c-forward-into-nomenclature, c-backward-into-nomenclature)
15366 (c-comment-line-break-function): Add version of obsolescence.
15367
15368 2009-08-28 Juri Linkov <juri@jurta.org>
15369
15370 * files.el (magic-fallback-mode-alist): Add ZIP magic number
15371 associated with `archive-mode'.
15372
15373 * image.el (image-type-header-regexps): Use only JPEG magic number
15374 to determine JPEG images, and don't use `image-jpeg-p' because
15375 Emacs can display non-JFIF non-Exif JPEG images.
15376
15377 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
15378
15379 * arc-mode.el (archive-mode):
15380 * emacs-lisp/re-builder.el (re-builder-unload-function):
15381 Protect against the default value of `major-mode' being nil.
15382
15383 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
15384
15385 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15386 Fix typos in docstrings.
15387
15388 * progmodes/js.el (js--macro-decl-re): Doc fix.
15389 (js--plain-method-re, js--split-name): Refloc docstring.
15390 (js--class-styles, js--make-merged-item, js--splice-into-items):
15391 Fix typos in docstrings; reflow docstrings.
15392 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15393 (js--variable-decl-matcher, js--inside-pitem-p)
15394 (js--parse-state-at-point, js--get-all-known-symbols)
15395 (js--symbol-history, js-find-symbol, js--js-references)
15396 (js--moz-interactor, js--js-encode-value, js--read-tab):
15397 Fix typos in docstrings.
15398
15399 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * textmodes/reftex.el (reftex-get-file-buffer-force):
15402 * progmodes/verilog-mode.el (verilog-batch-execute-func):
15403 * emulation/viper.el (viper-go-away, viper-set-hooks):
15404 * emacs-lisp/re-builder.el (re-builder-unload-function):
15405 * emacs-lisp/bytecomp.el (byte-compile-file):
15406 * ses.el (ses-unload-function):
15407 * hexl.el (hexl-find-file):
15408 * files.el (normal-mode):
15409 * ehelp.el (with-electric-help):
15410 * autoinsert.el (auto-insert-alist):
15411 * arc-mode.el (archive-mode):
15412 Use (default-value 'major-mode) instead of default-major-mode.
15413
15414 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15415 * international/mule.el (load-with-code-conversion):
15416 * emacs-lisp/debug.el (debug):
15417 * ediff-vers.el (ediff-rcs-get-output-buffer):
15418 * dired.el (dired-internal-noselect): Don't let-bind
15419 default-major-mode around code that doesn't use it.
15420 E.g. buffer creation via get-buffer-create doesn't use it.
15421
15422 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
15423
15424 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15425 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15426 when writing the temp file. Otherwise, epa-file gets confused.
15427 (tramp-register-file-name-handlers): Make it a defun. Move also
15428 `epa-file-handler' to the front of `file-name-handler-alist'.
15429
15430 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15431
15432 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15433 start right after a ^M.
15434 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15435 (tramp-completion-file-name-regexp-separate)
15436 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
15437 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15438 Don't modify last-coding-system-used by accident.
15439 (tramp-completion-file-name-handler): Apply the checks here,
15440 instead during registration.
15441 (tramp-register-file-name-handlers): Renamed from
15442 `tramp-register-file-name-handler'. Register both
15443 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
15444 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
15445
15446 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
15447
15448 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15449 Remove variable ...
15450 (gdb-init-1, gdb-display-separate-io-buffer)
15451 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15452 references to it.
15453 (gdb-inferior-io-mode): Use make-comint-in-buffer.
15454 (gdb-inferior-filter): Use comint-output-filter to stop
15455 echoing and remove ^M characters.
15456
15457 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * emulation/viper-init.el (viper-restore-cursor-type):
15460 * emulation/cua-base.el (cua--update-indications):
15461 Replace default-cursor-type with (default-value 'cursor-type).
15462
15463 * mail/sendmail.el (mail-recover-1):
15464 * international/mule-diag.el (describe-current-coding-system-briefly)
15465 (describe-current-coding-system):
15466 * international/mule-cmds.el (select-safe-coding-system)
15467 (select-message-coding-system)
15468 (set-language-environment-coding-systems, set-locale-environment):
15469 * hexl.el (hexl-insert-multibyte-char):
15470 * dos-w32.el (find-buffer-file-type-coding-system):
15471 * simple.el (what-cursor-position):
15472 Replace uses of default-buffer-file-coding-system
15473 with (default-value 'buffer-file-coding-system).
15474
15475 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15476 Replace uses of default-cursor-in-non-selected-windows
15477 with (default-value 'cursor-in-non-selected-windows).
15478 Use with-current-buffer.
15479
15480 * mail/feedmail.el: Use CL macros.
15481 (feedmail-run-the-queue, feedmail-send-it-immediately):
15482 * dos-w32.el (find-buffer-file-type): Replace uses of
15483 default-buffer-file-type with (default-value 'buffer-file-type).
15484
15485 2009-08-28 Glenn Morris <rgm@gnu.org>
15486
15487 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15488 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15489 Use default-value of major-mode rather than default-major-mode.
15490
15491 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15492
15493 * Makefile.in (update-elcfiles): Report left over elc files.
15494
15495 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15496 expand-file-name and with-current-buffer.
15497 (mail-get-names, mail-directory): Use with-current-buffer.
15498
15499 * vc.el (vc-read-revision): New function.
15500 (vc-version-diff, vc-merge): Use it.
15501
15502 2009-08-27 Sam Steingold <sds@gnu.org>
15503
15504 * simple.el (kill-do-not-save-duplicates): New user option.
15505 (kill-new): When it is non-nil, and the new string is the same as
15506 the latest kill, set replace to t to avoid duplicates in kill-ring.
15507
15508 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
15509
15510 * net/tramp.el (tramp-handle-process-file): Do not flush all
15511 caches when `process-file-side-effects' is set.
15512 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15513 instead of `tramp-find-file-exists-command'.
15514 Unset `process-file-side-effects'.
15515
15516 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
15517
15518 * net/tramp.el (tramp-methods): New method "rsyncc".
15519 (top): Add completion function for "rsyncc".
15520 (tramp-message-show-message): New defvar.
15521 (tramp-message, tramp-error): Use it.
15522 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15523 remote copying.
15524 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15525 `tramp-methods' entry `copy-env' of "rsyncc".
15526 (tramp-vc-registered-read-file-names): New defconst.
15527 (tramp-vc-registered-file-names): New defvar.
15528 (tramp-handle-vc-registered): Implement optimization strategy.
15529 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15530 (tramp-vc-file-name-handler): New defun.
15531 (tramp-get-ls-command, tramp-get-test-command)
15532 (tramp-get-file-exists-command, tramp-get-remote-ln)
15533 (tramp-get-remote-perl, tramp-get-remote-stat)
15534 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15535
15536 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15537 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15538 timestamps.
15539 (tramp-get-file-property): Check for timestamps in
15540 `tramp-cache-inhibit-cache'.
15541 (tramp-set-file-property): Write timestamp.
15542
15543 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15544
15545 * language/japan-util.el (japanese-symbol-table): Add entries for
15546 cp932-2-byte.
15547
15548 * international/characters.el: Add category `j' to cp932-2-byte.
15549
15550 2009-08-27 Kenichi Handa <handa@m17n.org>
15551
15552 * international/fontset.el (build-default-fontset-data): New macro.
15553 (setup-default-fontset): Use build-default-fontset-data for CJK,
15554 tibetan, ethiopic, and ipa.
15555
15556 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15559 (enable-multibyte-characters): Not customizable any more.
15560
15561 * subr.el (default-mode-line-format, default-header-line-format)
15562 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15563 (default-direction-reversed, default-truncate-lines)
15564 (default-left-margin, default-tab-width, default-case-fold-search)
15565 (default-left-margin-width, default-right-margin-width)
15566 (default-left-fringe-width, default-right-fringe-width)
15567 (default-fringes-outside-margins, default-scroll-bar-width)
15568 (default-vertical-scroll-bar, default-indicate-empty-lines)
15569 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15570 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15571 (default-scroll-down-aggressively, default-fill-column)
15572 (default-cursor-type, default-buffer-file-type)
15573 (default-cursor-in-non-selected-windows)
15574 (default-buffer-file-coding-system, default-major-mode)
15575 (default-enable-multibyte-characters): Mark as obsolete.
15576
15577 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15578
15579 * vc-dir.el (vc-dir-update): Remove debug helper.
15580
15581 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15582
15583 2009-08-26 Sam Steingold <sds@gnu.org>
15584
15585 * simple.el (save-interprogram-paste-before-kill): New user option.
15586 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15587 save the interprogram-paste into kill-ring before overriding it
15588 with the Emacs kill.
15589
15590 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15591
15592 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15593 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15594 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15595 and move to vc-rcs.el.
15596 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15597 move to vc-rcs.el.
15598 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15599 (vc-rcs-update-changelog): Remove.
15600 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15601 and move to vc-rcs.el.
15602
15603 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15604 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15605 renaming.
15606 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15607 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15608 vc.el, renamed to be RCS specific.
15609
15610 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15611 New functions.
15612 (vc-cvs-update-changelog): Move here from vc.el.
15613
15614 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15615 New functions.
15616
15617 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15620
15621 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15622
15623 * vc-git.el (vc-git-register): Use "git add" for directories.
15624 (vc-git-stash, vc-git-stash-show): New functions.
15625 (vc-git-extra-menu-map): Bind them.
15626
15627 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15628 directory correctly in case the item is a directory itself.
15629
15630 * vc.el: Document the desired behavior for reverted files in the
15631 `added' state.
15632 (vc-default-prettify-state-info): Remove function, unused.
15633
15634 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15635
15636 2009-08-26 Glenn Morris <rgm@gnu.org>
15637
15638 * bindings.el (standard-mode-line-format): Reposition dashes in
15639 which-func entry. (Bug#4217)
15640
15641 * files.el (enable-local-variables, enable-local-eval)
15642 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15643 the defcustoms.
15644 (auto-mode-alist, ignored-local-variables)
15645 (save-some-buffers-action-alist): Move risky declarations to the
15646 definitions.
15647 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15648 (font-lock-defaults, format-alist, imenu--index-alist)
15649 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15650 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15651 (mode-line-modified, mode-line-mule-info, mode-line-position)
15652 (mode-line-process, mode-line-remote, outline-level)
15653 (parse-time-rules, rmail-output-file-alist)
15654 (special-display-buffer-names, vc-mode):
15655 Move risky declarations to the relevant files.
15656 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15657 (mode-line-modified, mode-line-process, mode-line-position)
15658 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15659 * font-core.el (font-lock-defaults):
15660 * format.el (format-alist):
15661 * vc-hooks.el (vc-mode):
15662 * window.el (special-display-buffer-names):
15663 * international/mule-cmds.el (input-method-alist):
15664 Define riskiness here (dumped file) rather than in files.el.
15665 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15666 * imenu.el (imenu-generic-expression, imenu--index-alist):
15667 * outline.el (outline-level):
15668 * time.el (display-time-string):
15669 * calendar/parse-time.el (parse-time-rules):
15670 * mail/rmailout.el (rmail-output-file-alist):
15671 Autoload riskiness here, rather than placing in files.el.
15672
15673 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15674
15675 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15676
15677 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
15678
15679 * simple.el (process-file-side-effects): New defvar.
15680
15681 * dired-aux.el (dired-show-file-type):
15682 * vc.el (vc-diff-internal):
15683 * vc-arch.el (vc-arch-diff):
15684 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15685 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15686 * vc-git.el (vc-git-registered, vc-git-working-revision)
15687 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15688 (vc-git--empty-db-p):
15689 * vc-hooks.el (vc-user-login-name):
15690 * vc-svn.el (vc-svn-registered, vc-svn-state)
15691 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15692 * progmodes/grep.el (grep-probe): Let-bind
15693 `process-file-side-effects' with nil.
15694
15695 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15696
15697 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15698 daemon. Replace ping by checking for running service for bluez
15699 and zeroconf. (Bug#4239)
15700
15701 2009-08-25 Kevin Ryde <user42@zip.com.au>
15702
15703 * net/dig.el (dig): Add autoload cookie.
15704
15705 2009-08-25 Glenn Morris <rgm@gnu.org>
15706
15707 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15708 load-history for absolute file-names.
15709 (byte-compile-file-form-require): Warn about use of the cl package.
15710
15711 * format.el (format-alist): Doc fix.
15712
15713 * play/bubbles.el (top-level): Don't require cl at run-time.
15714
15715 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15716 run-time cl).
15717
15718 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15719
15720 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15721 from cl package.
15722 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15723
15724 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15725
15726 * calc/calc-alg.el (math-trig-rewrite)
15727 (math-hyperbolic-trig-rewrite): New functions.
15728 (calc-simplify): Simplify trig functions when asked.
15729
15730 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15733
15734 2009-08-24 Kenichi Handa <handa@m17n.org>
15735
15736 * language/ind-util.el (mapthread): Delete it.
15737 (combinatorial): New function.
15738 (indian--puthash-cv): Use combinatorial instead of mapthread.
15739
15740 2009-08-22 Kevin Ryde <user42@zip.com.au>
15741
15742 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15743 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15744 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15745 Clarify docstring that the value is strings not symbols.
15746 (checkdoc-list-of-strings-p): New function.
15747
15748 2009-08-22 Glenn Morris <rgm@gnu.org>
15749
15750 * files.el (auto-mode-alist):
15751 * hippie-exp.el (he-concat-directory-file-name):
15752 * lpr.el (lpr-windows-system, printer-name):
15753 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15754 * ps-print.el (ps-windows-system):
15755 * startup.el (command-line):
15756 * emulation/viper-ex.el (viper-glob-function):
15757 * international/mule-cmds.el (set-language-environment-coding-systems):
15758 * net/ange-ftp.el (ange-ftp-write-region):
15759 * obsolete/fast-lock.el (fast-lock-cache-name):
15760 Remove code for defunct system-types emx, macos, mswindows, next-mach,
15761 unisoft-unix, vax-vms, win32, w32.
15762
15763 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15764 given name if the pattern is not more specific.
15765
15766 * calendar/lunar.el (lunar-phase-names): New option.
15767 (lunar-phase): Doc fix.
15768 (lunar-cycles-per-year): New constant.
15769 (lunar-index): New function.
15770 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15771 (lunar-phase-name): Use lunar-phase-names.
15772 (calendar-lunar-phases): Use format.
15773 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15774
15775 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15776 Copy imenu-example--name-and-position function here for own use.
15777 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15778
15779 * bs.el (bs--redisplay):
15780 * cus-edit.el (custom-redraw):
15781 * ibuffer.el (ibuffer-bury-buffer):
15782 * server.el (server-goto-line-column):
15783 * startup.el (command-line-1):
15784 * strokes.el (strokes-xpm-for-stroke):
15785 * term.el (term-display-buffer-line):
15786 * view.el (View-goto-line):
15787 * calc/calc.el (calc-do, calc-trail-buffer):
15788 * play/gamegrid.el (gamegrid-add-score-insecure):
15789 * progmodes/ada-mode.el (ada-compile-goto-error):
15790 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15791 (ebrowse-select-1st-to-9nth):
15792 * progmodes/cperl-mode.el (cperl-time-fontification):
15793 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15794 * progmodes/gud.el (gud-display-line):
15795 (idlwave-shell-display-line):
15796 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15797 * progmodes/make-mode.el (makefile-browser-toggle):
15798 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15799 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15800 * textmodes/picture.el (picture-draw-rectangle):
15801 * textmodes/reftex-index.el (reftex-index-goto-letter):
15802 (reftex-select-jump-to-previous):
15803 * textmodes/reftex-sel.el (reftex-find-start-point)
15804 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15805 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15806 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15807 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15808 * textmodes/two-column.el (2C-associated-buffer):
15809 Use forward-line rather than goto-line.
15810
15811 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15812 goto-line.
15813
15814 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15815 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15816 (quick-check-list-to-regexp): Declare.
15817
15818 * progmodes/make-mode.el (makefile-browser-insert-selection):
15819 Use goto-char rather than goto-line.
15820
15821 * progmodes/prolog.el (compilation-error-regexp-alist)
15822 (compilation-forget-errors): Declare.
15823
15824 2009-08-22 Juri Linkov <juri@jurta.org>
15825
15826 * progmodes/grep.el (lgrep, rgrep): At the beginning
15827 set `dir' to `default-directory' unless `dir' is a non-nil
15828 readable directory. (Bug#4052)
15829 (lgrep, rgrep): Change a weird way to report an error
15830 from using `read-string' to using `error'.
15831 Instead of using interactive arguments in the function body,
15832 add new argument `confirm'.
15833
15834 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * textmodes/remember.el (remember-buffer):
15837 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15838 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15839 (icalendar-extract-ical-from-buffer):
15840 * net/newst-treeview.el (newsticker-groups-filename):
15841 * net/newst-backend.el (newsticker-cache-filename):
15842 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15843 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15844 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15845 (speedbar-buffers-line-path, speedbar-path-line)
15846 (speedbar-buffers-line-path):
15847 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15848 (epg-sign-keys):
15849 * epa.el (epa-display-verify-result):
15850 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15851
15852 2009-08-21 Glenn Morris <rgm@gnu.org>
15853
15854 * progmodes/js.el (inferior-moz-process): Fix declaration.
15855
15856 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15857
15858 * obsolete/rnewspost.el (news-mail-reply):
15859 Use goto-char rather than goto-line.
15860
15861 * term/ns-win.el (ns-open-file-select-line):
15862 Use line-beginning-position rather than goto-line.
15863
15864 * apropos.el (apropos-command):
15865 * ehelp.el (electric-helpify):
15866 * printing.el (pr-show-setup):
15867 * strokes.el (strokes-help):
15868 * tutorial.el (tutorial--describe-nonstandard-key)
15869 (tutorial--detailed-help):
15870 * woman.el (woman-mini-help, woman-display-extended-fonts):
15871 * calc/calc-help.el (calc-describe-key):
15872 * emulation/edt.el (edt-electric-helpify):
15873 * international/mule-diag.el (mule-diag):
15874 * play/yow.el (apropos-zippy):
15875 * progmodes/python.el (python-describe-symbol):
15876 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15877 * textmodes/table.el (*table--cell-describe-mode)
15878 (*table--cell-describe-bindings):
15879 Use help-print-return-message rather than the now obsolete alias.
15880
15881 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15882 (calendar-cursor-to-visible-date):
15883 * play/5x5.el (5x5-position-cursor):
15884 * play/decipher.el (decipher):
15885 * play/gomoku.el (gomoku-goto-xy):
15886 * play/landmark.el (lm-goto-xy):
15887 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15888 (mpuz-paint-digit):
15889 Use forward-line, not goto-line.
15890
15891 * mail/rmail.el (rmail-obsolete): Delete custom group.
15892 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15893 (rmail-remote-password, rmail-remote-password-required):
15894 Remove unneeded :set-after and :set properties.
15895
15896 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15897
15898 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15899
15900 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15901
15902 * loadup.el: Remove leftover macos code.
15903
15904 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15905 Explicitly pass the date format to git blame so that user local
15906 so that the output format can be parsed.
15907
15908 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15909
15910 * net/dbus.el (top): Don't check for (getenv
15911 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15912
15913 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15914
15915 * log-edit.el (log-edit-strip-single-file-name): New var.
15916 (log-edit-insert-changelog): Use it. Bug#3571
15917
15918 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15919
15920 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15921 Bug#3287
15922
15923 * help.el (help-print-return-message): Rename from
15924 print-help-return-message.
15925
15926 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15927 cvs-mode-map parent hack.
15928 (log-view-mode): Derive from special-mode.
15929
15930 * linum.el (linum-mode): window-size-change-functions is redundant.
15931 Adapt to new window-configuration-change-hook behavior.
15932 (linum-after-size, linum-after-config): Remove.
15933
15934 * imenu.el (imenu-example--name-and-position)
15935 (imenu-example--lisp-extract-index-name)
15936 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15937 Mark as obsolete.
15938
15939 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15940 (inferior-prolog-mode): Use it.
15941 (inferior-prolog-load-file): Reset list of errors.
15942
15943 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15944
15945 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15946
15947 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15948
15949 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15950
15951 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15952 is running already.
15953
15954 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15955
15956 * subr.el (listify-key-sequence-1): Use normal syntax since those
15957 integers are nowadays always represented by the same (positive) number
15958 on all platforms.
15959 (read-key-empty-map): New const.
15960 (read-key-delay): New var.
15961 (read-key): New function.
15962 (force-mode-line-update): Use with-current-buffer.
15963 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15964 (start-process-shell-command, start-file-process-shell-command):
15965 Discourage the use of command-args.
15966
15967 2009-08-19 Glenn Morris <rgm@gnu.org>
15968
15969 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15970
15971 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15972
15973 * simple.el (choose-completion-string): Don't rely on
15974 minibuffer-completing-file-name and ad-hoc checks to decide whether
15975 to continue completion or not.
15976
15977 * minibuffer.el (minibuffer-hide-completions): New function.
15978 (completion--do-completion): Use it.
15979 (completions-annotations): New face.
15980 (completion--insert-strings): Use it.
15981 (completion-pcm--delim-wild-regex): Add docstring.
15982 (completion-pcm--string->pattern): Add support for 0-width delimiters
15983 in completion-pcm--delim-wild-regex.
15984
15985 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15988 Remove unused var `buffer-modified-p'.
15989
15990 * minibuffer.el (completion--do-completion): Move point for the #b001
15991 case as well (bug#4176).
15992 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15993
15994 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15995
15996 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15997 and :session buses.
15998
15999 2009-08-18 Kenichi Handa <handa@m17n.org>
16000
16001 * international/ucs-normalize.el (ucs-normalize-version):
16002 Change to 1.1.
16003 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16004 (utf-8-hfs): Make it perform normalization on encoding too.
16005
16006 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
16007 (sentence-end-without-space): Delete duplicated chars.
16008 (sentence-end-base): Likewise.
16009
16010 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
16011 (html-mode): Delete duplicated chars from sentence-end-base.
16012
16013 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
16014 (texinfo-mode): Delete duplicated chars from sentence-end-base.
16015
16016 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
16017
16018 * files.el (hack-one-local-variable): If the mode function is for
16019 a minor mode, pass it an argument (Bug#4148).
16020
16021 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
16022
16023 * net/tramp.el (tramp-register-completion-file-name-handler):
16024 Check also for (member 'partial-completion completion-styles).
16025
16026 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
16027
16028 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16029 abbrev (Bug#3943).
16030
16031 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
16032
16033 * progmodes/cperl-mode.el: Merge upstream 6.2.
16034 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
16035 (cperl-forward-re): Check cperl-brace-recursing.
16036 (cperl-highlight-charclass): New function.
16037 (cperl-find-pods-heres): Use it.
16038 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
16039 (cperl-beautify-regexp-piece): Fix column calculation.
16040 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
16041 (cperl-beautify-level): Don't process entire regexp.
16042 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
16043 calling man.
16044 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
16045 (cperl-init-faces): Build a list in the normal way.
16046
16047 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
16048
16049 * calendar/parse-time.el (parse-time-string-chars): Save match
16050 data.
16051
16052 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
16053
16054 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
16055 (sql-product): Use it.
16056 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
16057 (sql-set-product): Add completion.
16058 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
16059 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
16060 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
16061 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
16062 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
16063 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
16064 (sql-highlight-db2-keywords): Remove.
16065 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
16066 (sql-highlight-product): Use derived-mode-p.
16067 (sql-set-sqli-buffer): Use with-current-buffer.
16068 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
16069 Simplify.
16070
16071 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
16072
16073 * term.el: Fix commenting convention, turn comments into docstrings.
16074
16075 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16076
16077 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
16078
16079 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
16080
16081 * calendar/parse-time.el (parse-time-string-chars): Compute using
16082 character classes, to handle non-ascii characters (Bug#3190).
16083
16084 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
16085
16086 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
16087 another heredoc if the user adds another < (Bug#3226).
16088
16089 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16090 Don't initialize based on window-system (Bug#4124).
16091
16092 * facemenu.el (facemenu-read-color): Use a completion function
16093 that accepts any defined color, such as RGB triplets (Bug#3677).
16094
16095 * files.el (get-free-disk-space): Change fallback default
16096 directory to /. Expand DIR argument before switching to fallback.
16097 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
16098
16099 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
16100
16101 * files.el (load-library): Doc fix.
16102
16103 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
16104
16105 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
16106 (viper-if-string): Redefine C-s in the minibuffer to insert the last
16107 incremental search string.
16108
16109 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
16110 XEmacs.
16111
16112 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
16113 (ediff-merge-region-is-non-clash)
16114 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
16115 Also check if the job is really a merge job.
16116
16117 * ediff.el (ediff-current-file): New function.
16118
16119 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
16120
16121 * progmodes/js.el: Edit docstrings throughout to follow Emacs
16122 conventions.
16123 (js-insert-and-indent): Delete function.
16124 (js-mode-map): Don't bind keys to js-insert-and-indent.
16125 (js-beginning-of-defun): Rename from js--beginning-of-defun.
16126 (js-end-of-defun): Rename from js--end-of-defun.
16127 (js-auto-indent-flag): Delete variable.
16128
16129 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
16130
16131 * progmodes/js.el: Remove proclaim statement.
16132 Defvar which-func-imenu-joiner-function to silence compiler.
16133
16134 * files.el (auto-mode-alist): Use js-mode for .js files.
16135
16136 * progmodes/js2-mode.el: Remove file.
16137
16138 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
16139
16140 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
16141
16142 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
16143
16144 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
16145 Karl Landstrom <karl.landstrom@brgeight.se>
16146
16147 * progmodes/js.el: New file.
16148
16149 2009-08-14 Mark A. Hershberger <mah@everybody.org>
16150
16151 * timezone.el (timezone-parse-date): Add ability to understand ISO
16152 basic format (minimal separators) dates in addition to the
16153 already-supported extended format dates.
16154
16155 2009-08-14 Eli Zaretskii <eliz@gnu.org>
16156
16157 * international/ucs-normalize.el: Add a `coding' file variable.
16158
16159 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
16160
16161 2009-08-14 Sam Steingold <sds@gnu.org>
16162
16163 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
16164
16165 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
16166
16167 * faces.el (help-argument-name): Define it here instead of
16168 help-fns.el, because in daemon mode help-fns.el may be loaded when
16169 faces are still uninitialized (Bug#1078).
16170
16171 * help-fns.el (help-argument-name): Move defface to faces.el.
16172
16173 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
16174
16175 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
16176 create buffer with a pty but no process so that GDB can make the
16177 inferior the controlling process.
16178
16179 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
16180
16181 * international/ucs-normalize.el: New file.
16182
16183 2009-08-13 Richard Stallman <rms@gnu.org>
16184
16185 * mail/rmail.el (rmail-get-attr-names):
16186 Accept an attribute header that is too short.
16187
16188 * mail/rmail.el (rmail-forget-messages):
16189 Ignore nil elt in rmail-message-vector. Use dotimes.
16190
16191 * progmodes/compile.el (compilation-goto-locus):
16192 Use next-error-move-function.
16193
16194 * simple.el (next-error-move-function): New variable.
16195
16196 2009-08-12 Juri Linkov <juri@jurta.org>
16197
16198 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
16199 always non-nil. (Bug#4052)
16200
16201 * replace.el (read-regexp): Return empty string when
16202 `default-value' is nil.
16203 (keep-lines-read-args): Don't use empty string as the
16204 default value for `read-regexp'. (Bug#2495)
16205
16206 2009-08-12 Juri Linkov <juri@jurta.org>
16207
16208 * international/mule-cmds.el (ucs-insert): Change arguments
16209 from `arg' to `character', `count', `inherit' to be the same
16210 as in `insert-char'. Doc fix. (Bug#4039)
16211
16212 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
16213
16214 2009-08-12 Juri Linkov <juri@jurta.org>
16215
16216 * files-x.el: New file.
16217
16218 * files.el: Move code that deals with adding/deleting
16219 file/directory-local variables to files-x.el.
16220
16221 * Makefile.in (ELCFILES): Add files-x.elc.
16222
16223 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
16224
16225 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
16226 to use `goto-line'.
16227 (gdb-place-breakpoints, gdb-get-location): Rewritten without
16228 `goto-line'.
16229 (gdb-invalidate-disassembly): Do not refresh upon receiving
16230 'update signal. Instead, update all disassembly buffers only after
16231 threads list.
16232 (gdb): Send -target-detach when buffer is killed (Bug#3794).
16233 (gdb-starting): Moved -data-list-register-names...
16234 (gdb-stopped): ...here so it's sent when first thread stops.
16235 (gdb-registers-handler-custom): Do nothing if register names are
16236 unknown yet.
16237
16238 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
16239 from `gdb-mi.el' to avoid extra tangling.
16240
16241 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
16242 change which breaks `gud-def' definitions used in `gdb'.
16243 (gdb-update-gud-running): No extra fuss for updating frame number.
16244
16245 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
16246
16247 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
16248 (describe-language-environment-map, setup-language-environment-map)
16249 (set-coding-system-map): Move initialization into declaration.
16250 (set-language-info-alist): Last arg to define-key-after can be skipped.
16251
16252 * international/quail.el (quail-completion-1): Simplify.
16253 (quail-define-rules): Use slightly more compact code.
16254 (quail-insert-decode-map): Propertize keys, compact columns.
16255
16256 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16257 Add goto-line.
16258
16259 2009-08-10 Miles Bader <miles@gnu.org>
16260
16261 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
16262 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16263 (js2-instance-member, js2-private-member, js2-private-function-call)
16264 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16265 (js2-magic-paren, js2-external-variable):
16266 Remove "-face" suffix from face names.
16267 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16268 (js2-highlight-undeclared-vars, js2-peek-token)
16269 (js2-parse-function-params, js2-mode-show-errors)
16270 (js2-mode-show-warnings, js2-make-magic-delimiter)
16271 (js2-mode-highlight-magic-parens): Update to use new face names.
16272
16273 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
16274
16275 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16276 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
16277
16278 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
16279
16280 * subr.el: Provide hashtable-print-readable.
16281
16282 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16283 hs-c-like-adjust-block-beginning.
16284 (hs-hide-block-at-point): Stop hiding at the beginning of
16285 hs-block-end-regexp (Bug#700).
16286
16287 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
16288
16289 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16290 a macro.
16291 (gdb-registers-handler-custom): Do not fail when register names
16292 are unavailable.
16293
16294 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16295
16296 * progmodes/gdb-mi.el (gdb-control-all-threads)
16297 (gdb-control-current-thread): Interactive setters for
16298 `gdb-gud-control-all-threads' to use in menu.
16299 (gdb-show-run-p): Show «Go» when process is not active.
16300 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
16301 gud/thread.xpm and gud/all.xpm.
16302
16303 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
16304
16305 * net/net-utils.el (net-utils-font-lock-keywords): New var.
16306 (nslookup-font-lock-keywords): Make it a variable.
16307 (net-utils-mode): New mode for viewing diagnostic network output.
16308 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16309 (net-utils-run-simple): New function.
16310 (ifconfig, iwconfig, netstat, arp, route): Use it.
16311
16312 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16313
16314 * progmodes/gdb-mi.el (gdb-read-memory-custom)
16315 (gdb-memory-set-address, def-gdb-set-positive-number)
16316 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16317 after changing settings.
16318 (gdb-invalidate-disassembly): Update when first shown.
16319 (gdb-edit-locals-value): Fixed.
16320 (gdb-registers-handler-custom): Print registers in right order and
16321 allow changing register values (only for current thread yet).
16322 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16323 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16324 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16325 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16326 info in mode name.
16327 (gdb-registers-mode-map): TAB to switch to locals.
16328
16329 2009-08-08 Eli Zaretskii <eliz@gnu.org>
16330
16331 * mail/rmail.el (rmail-add-mbox-headers)
16332 (rmail-set-message-counters-counter): Search for
16333 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
16334
16335 2009-08-08 Glenn Morris <rgm@gnu.org>
16336
16337 * Makefile.in (ELCFILES): Update.
16338
16339 2009-08-07 Eli Zaretskii <eliz@gnu.org>
16340
16341 * mail/sendmail.el (mail-yank-original): Set
16342 buffer-file-coding-system from the one used by the message whose
16343 text is yanked.
16344
16345 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16346 to "windows" when "pgnuplot" is used.
16347 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16348 call accept-process-output if "pgnuplot" is used.
16349 (calc-graph-init): Don't send -display and -geometry to
16350 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
16351 running "pgnuplot -V" with shell-command-to-string.
16352
16353 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16354 the default.
16355
16356 2009-08-07 Eli Zaretskii <eliz@gnu.org>
16357
16358 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
16359 org/org-latex.elc.
16360
16361 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
16362
16363 * vc-dispatcher.el (vc-resynch-window): Update comment.
16364
16365 * term.el (term-handle-ansi-escape): Add comments with the
16366 terminfo capabilities implemented.
16367
16368 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
16369
16370 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16371 (gdb-var-create-handler): Rewritten using JSON parser.
16372 (gdb-propertize-header): Moved earlier.
16373 (gdb-set-header): Removed to avoid duplication.
16374 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16375 Refresh disassembly buffers only after threads list have been
16376 update.
16377 (gdb-threads-header, gdb-registers-header): Per-buffer header line
16378 variables.
16379
16380 2009-08-04 Juri Linkov <juri@jurta.org>
16381
16382 * files.el: Commands to add/delete file/directory-local variables.
16383 (read-file-local-variable, read-file-local-variable-value)
16384 (read-file-local-variable-mode, modify-file-local-variable)
16385 (modify-file-local-variable-prop-line)
16386 (modify-dir-local-variable): New functions.
16387 (add-file-local-variable, delete-file-local-variable)
16388 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16389 (add-dir-local-variable, delete-dir-local-variable)
16390 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16391 (copy-dir-locals-to-file-locals-prop-line): New commands.
16392
16393 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
16394
16395 * abbrev.el (insert-abbrev-table-description): Prettify output.
16396 Suggested by Karl Chen.
16397
16398 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
16399
16400 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
16401 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
16402 (gdb-overlay-arrow-position, gdb-thread-position)
16403 (gdb-disassembly-position): Declare variables.
16404 (gdb-wait-for-pending): Function now.
16405 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16406 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16407 compilation goes smoothly.
16408 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16409 (gdb-non-stop-setting): New customization setting which replaces
16410 `gdb-non-stop' so changing it doesn't break active GDB session.
16411 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16412 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16413 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16414 (gdb-show-threads-by-default): New customization options.
16415 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16416 routines.
16417 (gdb-get-buffer-create): Send buffers update signal when they are
16418 created.
16419 (gdb-invalidate-locals, gdb-invalidate-registers)
16420 (gdb-invalidate-breakpoints)
16421 (gdb-invalidate-threads, gdb-invalidate-disassembly)
16422 (gdb-invalidate-memory): Accept update signal.
16423 (gdb-current-context-command): Use --frame option.
16424 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16425 Implement `gdb-frame-number' selection logic.
16426 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16427 whether to show GUD toolbar buttons.
16428 (gdb-thread-exited): Unselect current thread when it exits.
16429 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16430 (gdb-mark-line): Routine which sets overlay arrow or inverses
16431 video on fringeless displays.
16432 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16433 to build aligned columns of data in GDB buffers and set text
16434 properties line-by-line.
16435 (gdb-invalidate-breakpoints)
16436 (gdb-breakpoints-list-handler-custom)
16437 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16438 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16439 (gdb-registers-handler-custom): Align data columns.
16440 (gdb-locals-handler-custom): Now prints data like in variable
16441 declarations.
16442 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16443 Removed confusing buttons.
16444 (gdb-invalidate-threads): Append --frame.
16445 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16446 between breakpoints/threads buffers.
16447 (gdb-set-window-buffer): Now can ignore dedicated windows.
16448 (gdb-propertize-header): Use `gdb-set-window-buffer'.
16449 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16450 (def-gdb-thread-buffer-gud-command): Replaces
16451 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16452 for fine thread control.
16453 (gdb-preempt-existing-or-display-buffer): New function used to
16454 display bound buffers without breaking window layout.
16455 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16456 (gdb-select-frame): New version of `gdb-frames-select' which now
16457 sets `gdb-frame-number' so commands may use --frame option instead
16458 of inner debugger state.
16459 (gdb-frame-handler): Do not set `gdb-frame-number'.
16460 (gdb-threads-mode-map): Select threads with mouse.
16461
16462 * progmodes/gud.el (gdb-gud-context-call): Declare function to
16463 avoid compilation warning.
16464 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16465 `gdb-show-stop-p`.
16466
16467 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16468 Argument `key' renamed to `buffer-type'.
16469 (gdb-current-context-buffer-name): Do not add thread info to
16470 buffer name when no thread is selected.
16471 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16472 command (bug 3794).
16473 (gdb-thread-selected): Handle `=thread-selected' notification.
16474 (gdb-wait-for-pending): New macro to deal with congestion problems.
16475 (gdb-breakpoints-list-handler-custom): Don't fail on pending
16476 breakpoints.
16477 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16478 This fixes problem similar to one described in bug 3947.
16479 (gud-menu-map): More menu items.
16480 (gdb-init-1): Reset `gdb-thread-number' to nil.
16481
16482 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16483 non-stop settings.
16484
16485 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16486 (gdb-current-context-command): Do not append --thread if
16487 `gdb-thread-number' is nil.
16488 (gdb-running-threads-count, gdb-stopped-threads-count): New
16489 variables.
16490 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16491 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16492 customization options.
16493 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16494 GUD commands.
16495 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16496 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16497 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16498 set `gdb-thread-number' and update `gud-running' properly.
16499 (gdb-running): Update threads list when new threads appear.
16500 (gdb-stopped): Support non-stop operation and new thread switching
16501 logic.
16502 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16503 (gdb-json-partial-output): New set of JSON routines.
16504 (def-gdb-auto-update-trigger): New `signal-list' optional
16505 argument.
16506 (gdb-thread-list-handler-custom): Update `gud-running',
16507 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16508 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16509 (gdb-continue-thread, gdb-step-thread): New commands for fine
16510 thread execution control.
16511 (gud-menu-map): New menu items to switch non-stop options.
16512 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16513 (gdb-send): Mimic RET properly (bug 3794).
16514
16515 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16516 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16517 gdb-buffer-rules.
16518 (def-gdb-auto-update-handler): New nopreserve optional argument.
16519 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16520
16521 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16522 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16523 (gdb-parent-mode): New mode to derive other GDB modes from.
16524 (gdb-display-disassembly-for-thread)
16525 (gdb-frame-disassembly-for-thread): New commands for threads
16526 buffer.
16527
16528 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16529 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16530 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16531 (gdb-update): We now store all GDB buffers in a list so that they
16532 can be updated by traversing a list instead of calling invalidate
16533 triggers explicitly.
16534 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16535 pair for GDB buffer.
16536 (gdb-stack-buffer-name): Add thread information.
16537 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16538 handle pending triggers.
16539 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16540 (def-gdb-thread-buffer-simple-command)
16541 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16542 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16543 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16544 New commands which show buffers bound to thread.
16545 (gdb-stack-list-locals-regexp): Removed unused regexp.
16546
16547 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16548 (gdb-locals-buffer-name, gdb-registers-buffer-name)
16549 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16550 to (gud-comint-buffer) in *-buffer-name functions
16551 because (gdb-get-target-string) already does that.
16552 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16553 (gdb-changed-registers-handler): Rewritten without regexps.
16554
16555 * progmodes/gdb-mi.el: Basic thread selection support.
16556 (gdb-thread-number): New variable.
16557 (gdb-current-context-command): New macro which adds --thread
16558 option to command.
16559 (gdb-threads-mode-map): Select thread with SPC.
16560 (gdb-thread-list-handler-custom): Mark current thread with overlay
16561 arrow. Synchronize GDB thread and Emacs thread.
16562 (gdb-select-thread): New command which selects current thread.
16563 (gdb-invalidate-frames, gdb-invalidate-locals)
16564 (gdb-invalidate-registers): Use --thread option.
16565
16566 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
16567
16568 * net/tramp.el (top): Make check for tramp-gvfs loading more
16569 robust. (Bug#3977)
16570 (tramp-handle-insert-file-contents): `unwind-protect' must be
16571 inside `with-parsed-tramp-file-name'.
16572
16573 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16574 fails.
16575
16576 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
16577
16578 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16579 directory if CLASSPATH is not set.
16580
16581 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
16582
16583 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16584 New defconst.
16585 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
16586
16587 2009-08-02 Kevin Ryde <user42@zip.com.au>
16588
16589 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16590 Update freshmeat link. Delete newsforge.com as it seems gone.
16591
16592 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16593
16594 * select.el (x-set-selection): Doc fix (Bug#4021).
16595
16596 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16597
16598 * help-fns.el (describe-variable): Treat list return values from
16599 dir-locals-find-file properly (Bug#4005).
16600
16601 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
16602
16603 * net/tramp.el (tramp-debug-message): Print also microseconds.
16604
16605 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
16606
16607 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16608 or END is non-nil.
16609 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16610 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16611 format.
16612
16613 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16614 (tramp-get-file-property): Use it.
16615
16616 * autorevert.el (auto-revert-handler): Allow
16617 `auto-revert-tail-mode' for remote files.
16618
16619 2009-08-02 Jason Rumney <jasonr@gnu.org>
16620
16621 * minibuffer.el (read-file-name): Treat confirm options to
16622 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
16623
16624 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16625
16626 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16627 (font-lock-variable-name-face, font-lock-constant-face): Darken
16628 the colors for light backgrounds.
16629
16630 2009-08-01 Eli Zaretskii <eliz@gnu.org>
16631
16632 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16633 month names. (Bug#3987)
16634
16635 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
16636
16637 * simple.el (line-move-finish): Pass whole number to
16638 line-move-to-column.
16639 (line-move-visual): Perform hscroll to the recorded position.
16640
16641 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16642
16643 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16644
16645 2009-07-29 Alan Mackenzie <acm@muc.de>
16646
16647 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16648
16649 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16650
16651 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16652 (gdb-place-breakpoints): Use full path when setting breakpoints.
16653
16654 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16655
16656 * calc/calc.el (calc-mode-map): Add keybinding for
16657 `calc-transpose-lines'.
16658
16659 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
16660
16661 * calc/calc-misc.el (calc-transpose-lines): New function.
16662
16663 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
16664
16665 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16666 Simplify check for out-of-band methods.
16667 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16668 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16669
16670 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16671
16672 * vc-git.el (vc-git-checkin): Fix typo.
16673
16674 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
16675
16676 * progmodes/js2-mode.el: New file.
16677
16678 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
16679
16680 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16681 (gud-menu-map): Adjust tooltip accordingly.
16682
16683 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16684
16685 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16686 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16687
16688 * add-log.el (change-log-mode-map): Add a menu.
16689
16690 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
16691
16692 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16693 function returns nil.
16694 (dbus-handle-event): Handle special return value :ignore.
16695 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16696
16697 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
16698
16699 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16700 it's not needed.
16701
16702 2009-07-25 Eli Zaretskii <eliz@gnu.org>
16703
16704 Fix Bug#3888:
16705
16706 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16707
16708 * term/pc-win.el (x-display-name, x-colors)
16709 (x-select-enable-clipboard, x-select-text): Doc fix.
16710
16711 * term/common-win.el (x-display-name, x-colors): Doc fix.
16712
16713 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16714 (xw-defined-colors): Doc fix.
16715
16716 * w32-fns.el (x-select-text, x-setup-function-keys)
16717 (x-get-selection, x-set-selection): Doc fix.
16718
16719 * term/x-win.el (x-select-text, x-setup-function-keys)
16720 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16721
16722 * select.el (x-set-selection): Doc fix.
16723
16724 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
16725
16726 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16727 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16728 "IsNSSSupportAvailable" method is not available. Reported by
16729 Steve Youngs <steve@sxemacs.org>.
16730
16731 2009-07-24 Kenichi Handa <handa@m17n.org>
16732
16733 * international/characters.el: Fix setting of category ?C, ?|, ?K,
16734 and ?H. Fix setting of case for Latin Extended and Greek Extended.
16735 (build-unicode-category-table): Fix range checks.
16736
16737 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16738
16739 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16740 the buffer we try to sync is current when calling
16741 vc-resynch-buffer.
16742
16743 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16744 not show up to date files.
16745
16746 2009-07-24 Glenn Morris <rgm@gnu.org>
16747
16748 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16749 Add autoload cookies. If necessary, initialize.
16750 (elint-log): Handle non-file buffers.
16751 (elint-initialize): Add optional argument to reinitialize.
16752 (elint-find-builtin-variables): Save excursion.
16753
16754 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16755
16756 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16757 for Lint.
16758
16759 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16760
16761 * vc.el (vc-print-log-internal): New function, split out from ...
16762 (vc-print-log): ... here.
16763 (vc-dir-move-to-goal-column): Declare.
16764
16765 * vc-git.el (vc-git-add-signoff): New variable.
16766 (vc-git-checkin): Use it.
16767 (vc-git-toggle-signoff): New function.
16768 (vc-git-extra-menu-map): Bind it to menu.
16769 (vc-git--run-command-string): Accept a nil FILE argument.
16770 (vc-git-stash-list): New function.
16771 (vc-git-dir-extra-headers): Use it.
16772
16773 2009-07-23 Glenn Morris <rgm@gnu.org>
16774
16775 * help-fns.el (describe-variable): Describe ignored and risky local
16776 variables in a similar way to that in which we describe safe ones.
16777
16778 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16779 (byte-compile-output-file-form, byte-compile-output-docform)
16780 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16781 Give some more local variables with common names a "bytecomp-" prefix,
16782 so as not to shadow things during compilation.
16783 * emacs-lisp/cl-macs.el (load-time-value)
16784 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16785 `outbuffer' to `bytecomp-outbuffer'.
16786
16787 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16788 since the next two variables cover them automatically now.
16789 (elint-builtin-variables, elint-autoloaded-variables): New.
16790 (elint-unknown-builtin-args): Remove all members, since they can be
16791 parsed automatically now.
16792 (elint-extra-errors): New.
16793 (elint-env-add-env, elint-env-add-macro): Use cadr.
16794 (elint-current-buffer): Use or. Change final message.
16795 (elint-get-top-forms): Use line-end-position.
16796 (elint-init-env): Use cadr. Handle autoload, declare-function,
16797 and defalias.
16798 (elint-add-required-env): Doc fix. Use or. Standardize error.
16799 (regexp-assoc): Remove unused function.
16800 (elint-top-form): Set elint-current-pos, to record the start of the
16801 top-level form, for compilation-mode.
16802 (elint-form): Trap errors in macro expansion. Use dolist.
16803 (elint-unbound-variable): Use elint-builtin-variables and
16804 elint-autoloaded-variables.
16805 (elint-get-args): Use cadr, or.
16806 (elint-check-cond-form): Use dolist, cadr.
16807 (elint-check-condition-case-form): Doc fix. Use cadr.
16808 Use elint-extra-errors.
16809 (elint-log): New function.
16810 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16811 Distinguish errors and warnings.
16812 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16813 Use a bytecomp-style format.
16814 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16815 (elint-get-log-buffer): Use compilation mode. Disable undo.
16816 Don't truncate lines.
16817 (elint-initialize): Set builtin and autoloaded variable lists.
16818 Only process elint-unknown-builtin-args if non-nil.
16819 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16820 New functions.
16821 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16822
16823 2009-07-22 Kevin Ryde <user42@zip.com.au>
16824
16825 * net/newst-backend.el (newsticker--parse-atom-1.0)
16826 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16827 (newsticker--parse-rss-1.0):
16828 * progmodes/idlwave.el (idlwave-mode):
16829 * progmodes/idlw-shell.el (idlwave-shell-mode):
16830 * progmodes/vera-mode.el (vera-mode):
16831 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16832 * progmodes/vhdl-mode.el (vhdl-mode):
16833 * textmodes/table.el (table-generate-source)
16834 (table--warn-incompatibility):
16835 Hyperlink urls in docstrings with URL `...'.
16836
16837 2009-07-22 Glenn Morris <rgm@gnu.org>
16838
16839 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16840 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16841 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16842 Remove leading * from defcustom docs.
16843
16844 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16845
16846 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16847 defcustom doc.
16848 (list-load-path-shadows): Optionally, just return shadows as a string.
16849
16850 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16851
16852 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16853
16854 * mail/rmailedit.el (rmail-edit-mode): Use
16855 auto-save-include-big-deletions.
16856
16857 * mail/rmail.el (rmail-variables): Use
16858 auto-save-include-big-deletions.
16859
16860 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16861 changes.
16862
16863 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16864
16865 * calc/calc.el (calc-undo-length): New variable.
16866 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16867
16868 2009-07-21 Richard Stallman <rms@gnu.org>
16869
16870 * files.el (auto-save-mode): Handle buffer-save-size = -2
16871 for toggling mode.
16872
16873 2009-07-21 Glenn Morris <rgm@gnu.org>
16874
16875 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16876
16877 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16878
16879 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16880 silence compiler. Instead...
16881 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16882 (ps-print-ensure-fontified): Update for above function name changes.
16883
16884 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16885 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16886 silence compiler. Instead...
16887 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16888 (mh-show-buffer): Only define for compiler.
16889 (pr-mh-current-message): Update for above function name changes.
16890
16891 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16892 as an argument.
16893 (find-file-noselect, insert-file-1): Update for above change.
16894
16895 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16896
16897 * mail/mailclient.el (mailclient-send-it): Fix message.
16898
16899 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16900 (edebug-eval): Check cl-debug-env is bound.
16901 (print-level, print-circle): Don't redefine built-in variables.
16902
16903 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16904 (custom-print-vectors): Remove old comments from doc.
16905
16906 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16907 (emerge-version): Make the variable an obsolete alias for the
16908 emacs-version variable. Make the function obsolete.
16909 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16910 Emerge options, rather than merging in into the main Options menu.
16911 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16912 and auto advance modes. Disable edit/fast items when not relevant.
16913
16914 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16915
16916 * term/vt420.el (terminal-init-vt420): Fix typo.
16917
16918 2009-07-20 Sam Steingold <sds@gnu.org>
16919
16920 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16921 variable (removed from compile.el on 2004-03-11).
16922
16923 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16924
16925 * files.el (hack-local-variables-filter): Fix last change.
16926
16927 2009-07-19 Juri Linkov <juri@jurta.org>
16928
16929 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16930 (dir-local-variables-alist): New buffer-local variable.
16931 (hack-local-variables-filter): If variable is not dir-local,
16932 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16933 because file-local overrides dir-local.
16934 (c-postprocess-file-styles) <declare-function>:
16935 Remove obsolete declaration.
16936 (hack-dir-local-variables): Add dir-local variable/value pair to
16937 `dir-local-variables-alist' and remove duplicates. Doc fix.
16938
16939 * help-fns.el (describe-variable): Add information about
16940 file-local and dir-local variables.
16941
16942 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16943
16944 * files.el (hack-local-variables-filter): Rewrite.
16945
16946 2009-07-19 Glenn Morris <rgm@gnu.org>
16947
16948 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16949 Silence compiler by only defining on XEmacs.
16950
16951 * international/mule.el (auto-coding-regexp-alist): Only match
16952 BABYL... at the start of buffer, not of lines. (Bug#3790)
16953
16954 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16955 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16956 (cal-menu-context-mouse-menu): Doc fix.
16957
16958 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16959
16960 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16961
16962 2009-07-18 Juri Linkov <juri@jurta.org>
16963
16964 * info.el: Virtual Info keyword finder.
16965 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16966 (Info-finder-file): New variable.
16967 (Info-finder-find-file): New function.
16968 (finder-known-keywords, finder-package-info)
16969 (find-library-name, lm-commentary): Use defvar and
16970 declare-function to silence compiler warnings.
16971 (Info-finder-find-node): New function.
16972 (info-finder): New command.
16973
16974 * subr.el (process-kill-buffer-query-function): New function.
16975 (add-hook)<kill-buffer-query-functions>: Add hook
16976 `process-kill-buffer-query-function'.
16977
16978 2009-07-18 Alan Mackenzie <acm@muc.de>
16979
16980 * progmodes/cc-mode.el (c-before-hack-hook)
16981 (c-postprocess-file-styles): Give invocation of `c-set-style'
16982 DONT-OVERRIDE parameter of t. Already set style variables will
16983 thus not be overridden by style settings given by `c-file-syle'.
16984
16985 * files.el (hack-local-variables-filter): Remove entries with
16986 duplicate keys from `file-local-variables-alist'.
16987
16988 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16989
16990 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16991 x-set-selection if display-selections-p returns nil for the
16992 current frame.
16993
16994 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16995
16996 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16997
16998 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16999
17000 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17001 Accept nil in addition to a regexp.
17002 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17003 Accept nil in addition to a regexp.
17004 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17005 buffers that have an associated file. Handle nil values of
17006 desktop-buffers-not-to-save and desktop-files-not-to-save.
17007 (Bug#3833)
17008
17009 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17010 (x-disown-selection-internal): New functions.
17011
17012 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
17013
17014 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17015 warning.
17016 (gdb-breakpoints-header): Move forward to avoid compiler warning.
17017 (gdb-make-header-line-mouse-map): Remove duplicate definition.
17018
17019 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
17020
17021 * simple.el (set-mark): Revert last change.
17022
17023 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
17024
17025 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17026 rendering of pngs is not possible instead of messaging a long
17027 description.
17028
17029 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
17030
17031 * w32-fns.el (x-selection-owner-p): New function.
17032
17033 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
17034 (mouse-yank-at-click, mouse-yank-primary): If
17035 select-active-regions is non-nil, deactivate the mark before
17036 insertion.
17037
17038 * simple.el (deactivate-mark, set-mark): Only save selection if we
17039 own it.
17040
17041 2009-07-17 Kenichi Handa <handa@m17n.org>
17042
17043 * case-table.el (describe-buffer-case-table): Fix for the case
17044 that KEY is a cons.
17045
17046 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
17047
17048 * vc-rcs.el (vc-rcs-find-file-hook):
17049 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
17050
17051 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
17052
17053 * net/tramp.el (tramp-wait-for-output): Handle the case when
17054 commands do not return a newline but a null byte before the shell
17055 prompt. (Bug#3858)
17056
17057 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17058
17059 * term/ns-win.el (ns-set-alpha): Don't declare.
17060 (ns-set-background-alpha): Remove function.
17061
17062 2009-07-16 Kevin Ryde <user42@zip.com.au>
17063
17064 * emacs-lisp/copyright.el (copyright-update): Save match-data across
17065 y-or-n-p, for safety.
17066
17067 2009-07-16 Richard Stallman <rms@gnu.org>
17068
17069 * files.el (auto-save-mode): If buffer-saved-size is -2,
17070 don't clobber it.
17071
17072 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
17073 (rmail-retry-ignored-headers): Add more uninteresting fields.
17074
17075 2009-07-15 Jari Aalto <jari.aalto@cante.net>
17076
17077 * net/rcirc.el (rcirc): Use history variables.
17078 (rcirc-server-name-history, rcirc-nick-name-history)
17079 (rcirc-server-port-history): New variables.
17080
17081 2009-07-15 Kenichi Handa <handa@m17n.org>
17082
17083 * international/mule-cmds.el (set-language-environment-charset):
17084 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
17085 ignore them.
17086
17087 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
17088 Delete unibyte-display.
17089
17090 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
17091
17092 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
17093
17094 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
17095
17096 * simple.el (deactivate-mark): Optional argument FORCE.
17097 (set-mark): Use deactivate-mark.
17098
17099 * info.el (Info-search): No need to check transient-mark-mode
17100 before calling deactivate-mark.
17101
17102 * select.el (x-set-selection): Doc fix.
17103 (x-valid-simple-selection-p): Allow buffer values.
17104 (xselect--selection-bounds): Handle buffer values. Suggested by
17105 David De La Harpe Golden.
17106
17107 * mouse.el (mouse-set-region, mouse-drag-track): Call
17108 copy-region-as-kill before setting the mark, to let
17109 select-active-regions work.
17110
17111 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
17112
17113 * simple.el (deactivate-mark): If select-active-regions is
17114 non-nil, copy the selection data into a string.
17115 (activate-mark): If select-active-regions is non-nil, set the
17116 selection to the current buffer.
17117 (set-mark): Update selection if select-active-regions is non-nil.
17118
17119 * select.el (x-valid-simple-selection-p): Allow buffer values.
17120
17121 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
17124 and more featureful message-mode.
17125
17126 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
17127
17128 * select.el (x-set-selection): Doc fix.
17129 (x-valid-simple-selection-p): Disallow selection data consisting
17130 of a list or cons of integers, since that is not used.
17131 (xselect--selection-bounds, xselect--int-to-cons): New functions.
17132 (xselect-convert-to-string, xselect-convert-to-length)
17133 (xselect-convert-to-filename, xselect-convert-to-charpos)
17134 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
17135
17136 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
17137
17138 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
17139 output in -break-info command (Emacs bug #3794).
17140
17141 2009-07-14 Glenn Morris <rgm@gnu.org>
17142
17143 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
17144 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
17145 (edebug-print-length, edebug-print-level, edebug-print-circle)
17146 (edebug-sit-for-seconds, edebug-view-outside)
17147 (edebug-bounce-point, edebug-set-global-break-condition)
17148 (edebug-Go-nonstop-mode, edebug-trace-mode)
17149 (edebug-Trace-fast-mode, edebug-continue-mode)
17150 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
17151 (edebug-visit-eval-list): Doc fixes.
17152
17153 * subr.el (def-edebug-spec): Doc fix.
17154
17155 2009-07-14 Kenichi Handa <handa@m17n.org>
17156
17157 * international/characters.el: Fix setting of category ?C.
17158
17159 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
17160
17161 * term/ns-win.el (x-select-font): defalias x-select-font to
17162 ns-popup-font-panel instead of generate-fontset-menu.
17163
17164 2009-07-12 Eli Zaretskii <eliz@gnu.org>
17165
17166 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
17167
17168 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
17169
17170 * arc-mode.el (archive-find-type): Allow for a PK00 string before
17171 the PK\003\004 header (Bug#3770).
17172
17173 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
17174
17175 * pcomplete.el (pcomplete-comint-setup): Check for
17176 shell-dynamic-complete-filename too.
17177
17178 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
17179
17180 * simple.el (temporary-goal-column): Change the value for
17181 line-move-visual to a cons cell.
17182 (line-move-visual): Record or set the window hscroll, if
17183 necessary (Bug#3494).
17184 (line-move-1): Handle cons value of temporary-goal-column.
17185
17186 2009-07-11 Kenichi Handa <handa@m17n.org>
17187
17188 * international/mule-diag.el (describe-character-set): Don't show
17189 width.
17190
17191 2009-07-10 Sam Steingold <sds@gnu.org>
17192
17193 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17194 Omake sometimes indents the errors it prints, so allow all
17195 regexps to start with spaces.
17196
17197 2009-07-10 Eli Zaretskii <eliz@gnu.org>
17198
17199 * cus-edit.el (customize-changed-options-previous-release):
17200 Bump value to 22.1. (Bug#3804)
17201
17202 2009-07-08 Sam Steingold <sds@gnu.org>
17203
17204 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
17205 to be a cons cell (test . ignored-directory) to selectively ignore
17206 some directories depending on the location of the search.
17207
17208 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
17209
17210 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
17211 remote user is root, on the local host.
17212 (tramp-local-host-p): Either the local user or the remote user
17213 must be root. (Bug#3771)
17214
17215 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
17216
17217 * progmodes/gdb-mi.el (gdb): Remove description of
17218 gdb-use-separate-io-buffer.
17219 (menu): Don't allow toggling of or enable
17220 gdb-use-separate-io-buffer from menubar.
17221
17222 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
17223
17224 * mail/unrmail.el (unrmail): Make sure the message ends with two
17225 newlines (Bug#3769).
17226
17227 2009-07-08 Glenn Morris <rgm@gnu.org>
17228
17229 * calendar/calendar.el (calendar-current-date): Rework previous change.
17230
17231 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
17232
17233 * calendar/calendar.el (calendar-current-date):
17234 Add an optional argument giving an offset from today.
17235
17236 2009-07-08 Glenn Morris <rgm@gnu.org>
17237
17238 * tutorial.el (tutorial--describe-nonstandard-key):
17239 Adjust the message for when a key has been unbound.
17240 (help-with-tutorial): Hide the arch-tag.
17241
17242 2009-07-08 Kenichi Handa <handa@m17n.org>
17243
17244 * international/fontset.el (setup-default-fontset): For each
17245 script, append (not set) font-specs.
17246
17247 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
17248 docstring.
17249
17250 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
17251
17252 * progmodes/gdb-mi.el (gdb-init-1): Move sending
17253 -data-list-register-names to ...
17254 (gdb-starting): ... here because GDB 7.0 requires execution to
17255 have started when using this MI command.
17256 (gdb-set-header): New function to distinguish select and
17257 unselected tabs in gdb buffers.
17258 (gdb-propertize-header): New macro that uses gdb-set-header.
17259 (gdb-breakpoints-header, gdb-locals-header): Use it.
17260 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
17261
17262 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
17263
17264 * Makefile.in (ELCFILES): Remove fadr.elc.
17265
17266 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
17267
17268 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17269 may contain frame information, so `string-match' should be used.
17270 (gdb-update): Disassembly is invalidated through
17271 `gdb-get-selected-frame'.
17272 (gdb-pad-string): New function to pad string with spaces.
17273 (gdb-invalidate-disassembly): Invalidate only if the buffer
17274 exists.
17275 (gdb-disassembly-handler-custom): Column alignment.
17276 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17277 placing new ones.
17278 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17279 end of line, too.
17280 (gdb-frame-handler): Match convention to for disassembly buffer
17281 mode name.
17282 (gdb-stack-list-frames-handler): Rewritten without regexps.
17283 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17284 not highlight breakpoints without line information.
17285 (gdb-input): Add trailing newline to command.
17286
17287 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17288 buffer properly.
17289 (gdb-breakpoints-list-handler-custom): Replacement for
17290 `gdb-break-list-handler'. Using real parser instead of regexps
17291 now.
17292 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17293 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17294 to place breakpoints.
17295 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17296 functions.
17297 (gdb-disassembly-handler-custom): Show overlay arrow.
17298 (gdb-disassembly-place-breakpoints): Show breakpoints in
17299 disassembly buffer.
17300 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17301 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
17302 instead of parsing breakpoints buffer. Fixed old menu references
17303 in `gud-menu-map'.
17304
17305 * fadr.el: Remove.
17306
17307 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
17308 (gdb-memory-address): New variable which holds top address of
17309 memory page shown in memory buffer.
17310 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17311 customization variables.
17312 New functions:
17313 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17314 display the memory buffer.
17315 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17316 buffer display parameters.
17317 (def-gdb-memory-format, gdb-memory-format-binary)
17318 (gdb-memory-format-octal, gdb-memory-format-unsigned)
17319 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17320 Functions for setting memory buffer format.
17321 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17322 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17323 unit size used in memory buffer.
17324 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17325 to next/previous page of memory buffer.
17326 Now using (bindat-get-field) instead of fadr functions.
17327
17328 2009-07-07 Sam Steingold <sds@gnu.org>
17329
17330 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17331 non-top-level files.
17332
17333 2009-07-07 Kenichi Handa <handa@m17n.org>
17334
17335 * international/mule-cmds.el (reset-language-environment): Put
17336 the highset priority to the charset iso-8859-1.
17337
17338 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
17339
17340 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17341 to the end of the line when locating the block (Bug#700).
17342
17343 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
17344
17345 * net/tramp.el (tramp-handle-write-region): Flush file properties
17346 in case of short track.
17347
17348 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
17349
17350 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17351 Coded custom representation of verilog error regular expressions
17352 to work with Emacs-22's new format.
17353 (verilog-error-regexp-xemacs-alist): Coded custom representation
17354 of verilog error regular expressions to work with XEmacs format.
17355 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17356 error recognition into XEmacs.
17357 (verilog-error-regexp-add-emacs): Hook routine to install verilog
17358 error recognition into Emacs-22.
17359
17360 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
17361
17362 * woman.el: Remove stand-alone closing parentheses.
17363 (woman-file-name, woman2-format-paragraphs)
17364 (woman-leave-blank-lines): Code cleanup.
17365 (woman-use-own-frame): Change default to nil.
17366 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17367 defaults to inherit from default faces.
17368 (woman2-process-escapes): Consume the newline after a stand-alone
17369 filler character (Bug#3651).
17370
17371 2009-07-06 Glenn Morris <rgm@gnu.org>
17372
17373 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17374 (top-level): Move provide to the end.
17375 (ffap): Remove defunct URL from custom group.
17376
17377 * subr.el (eval-after-load): Doc fix.
17378
17379 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
17380
17381 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17382 `calc-embedded-word' is called twice.
17383
17384 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17385
17386 * files.el (find-alternate-file-other-window, find-alternate-file):
17387 Obey confirm-nonexistent-file-or-buffer.
17388
17389 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
17390
17391 * dired-aux.el (dired-show-file-type): Handle remote files.
17392
17393 2009-07-05 Jari Aalto <jari.aalto@cante.net>
17394
17395 * desktop.el (desktop-globals-to-save):
17396 Add file-name-history (Bug#2750).
17397
17398 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
17399
17400 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
17401
17402 2009-07-04 Johan Bockgård <bojohan@gnu.org>
17403
17404 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17405 property on entire argument since this is what eshell-lisp-command
17406 expects.
17407
17408 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
17409
17410 * net/tramp-gvfs.el (tramp-gvfs-methods)
17411 (tramp-gvfs-zeroconf-domain)
17412 (tramp-bluez-discover-devices-timeout): Add version flag.
17413 (tramp-gvfs-handler-mounted-unmounted)
17414 (tramp-gvfs-connection-mounted-p): Polish handling of
17415 incompatibilities between GVFS 0.2 and 1.0.
17416
17417 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
17418
17419 * cus-start.el (all): Add make-pointer-invisible.
17420
17421 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
17422
17423 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
17424 formatted correctly.
17425
17426 2009-07-02 Juri Linkov <juri@jurta.org>
17427
17428 * info.el: Virtual Info files and nodes.
17429 (Info-virtual-files, Info-virtual-nodes): New variables.
17430 (Info-current-node-virtual): New variable.
17431 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17432 New functions.
17433 (Info-file-supports-index-cookies): Use Info-virtual-file-p
17434 to check for a virtual file instead of checking a fixed list
17435 of node names.
17436 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17437 instead of ad-hoc processing of "dir" and (apropos history toc).
17438 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17439 instead of ad-hoc processing of "dir" and (apropos history toc).
17440 Reread a file when moving from a virtual node.
17441 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17442 (Info-directory-toc-nodes, Info-directory-find-file)
17443 (Info-directory-find-node): New functions.
17444 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17445 (Info-history): Move part of code to
17446 `Info-history-find-node'.
17447 (Info-history-toc-nodes, Info-history-find-file)
17448 (Info-history-find-node): New functions.
17449 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17450 (Info-toc): Move part of code to `Info-toc-find-node'.
17451 (Info-toc-find-node): New function.
17452 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
17453 the current Info file name to references because now the node
17454 "*TOC*" belongs to the same Info manual.
17455 (Info-toc-build): Rename from `Info-build-toc'.
17456 (Info-toc-nodes): Rename input argument `file' to `filename'.
17457 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17458 instead of ad-hoc processing of ("dir" apropos history toc).
17459 (Info-index-nodes): Use Info-virtual-file-p
17460 to check for a virtual file instead of checking a fixed list
17461 of node names.
17462 (Info-index-node): Add check for `Info-current-node-virtual'.
17463 Raise `save-match-data' higher up the tree to contain
17464 `search-forward' too (bug fix).
17465 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17466 (Info-virtual-index-nodes): New variable.
17467 (Info-virtual-index-find-node, Info-virtual-index): New functions.
17468 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17469 (Info-apropos-file, Info-apropos-nodes): New variables.
17470 (Info-apropos-toc-nodes, Info-apropos-find-file)
17471 (Info-apropos-find-node, Info-apropos-matches): New functions.
17472 (info-apropos): Move part of code to `Info-apropos-find-node' and
17473 `Info-apropos-matches'.
17474 (Info-mode-map): Bind "I" to `Info-virtual-index'.
17475 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17476 for a virtual file instead of checking a fixed list of node names.
17477
17478 * simple.el (async-shell-command): New command.
17479
17480 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17481
17482 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17483 instead of `mount-info'.
17484
17485 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
17486
17487 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17488 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17489
17490 2009-07-02 Kenichi Handa <handa@m17n.org>
17491
17492 * international/mule.el (set-keyboard-coding-system): Force *-unix
17493 coding-system to avoid eol conversion.
17494
17495 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
17496
17497 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17498 Add handler for `process-file', `shell-command' and
17499 `start-file-process'.
17500 (tramp-gvfs-handle-shell-command)
17501 (tramp-gvfs-handle-start-file-process)
17502 (tramp-gvfs-handle-process-file): New defuns.
17503 (tramp-synce-list-devices): Simplify check for existence of property.
17504
17505 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
17506
17507 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17508
17509 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
17510
17511 * language/korean.el (set-language-info-alist): Add korean-cp949,
17512 cp949 to spec.
17513
17514 2009-07-01 Kenichi Handa <handa@m17n.org>
17515
17516 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17517
17518 * international/encoded-kb.el: Deleted.
17519
17520 * international/mule.el (set-keyboard-coding-system): Perform the
17521 necessary setup here instead of calling encoded-kbd-setup-display.
17522
17523 2009-07-01 Glenn Morris <rgm@gnu.org>
17524
17525 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17526
17527 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17528
17529 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17530
17531 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
17532
17533 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17534 Handle also the 'rename case, when setting file modes. (Bug#3712)
17535 (tramp-default-file-modes): Remove execute permissions.
17536
17537 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17538 (top): Add a default for "synce" in `tramp-default-user-alist'.
17539 Add completion function for "synce" method.
17540 (tramp-hal-service, tramp-hal-path-manager)
17541 (tramp-hal-interface-manager, tramp-hal-interface-device):
17542 New defconst.
17543 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17544 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17545 New defuns.
17546
17547 * net/trampver.el: Update release number.
17548
17549 2009-06-30 Kenichi Handa <handa@m17n.org>
17550
17551 * international/fontset.el (setup-default-fontset): Add CJK fonts
17552 for symbols and the other miscellaneous characters.
17553
17554 * language/korea-util.el (setup-korean-environment-internal):
17555 Make char-width-table suitable for Korean environments.
17556 (exit-korean-environment): Cancel above.
17557
17558 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17559 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17560 setup-function to make char-width-table suitable for respective
17561 environments, and an exit-function to cancel that.
17562
17563 * language/japan-util.el (setup-japanese-environment-internal):
17564 Call use-cjk-char-width-table with arg `ja_JP'.
17565
17566 * international/characters.el (cjk-char-width-table): Delete it.
17567 (cjk-char-width-table-list): New variable.
17568 (use-cjk-char-width-table): New arg local-name.
17569 (use-default-char-width-table): Fix for the case that Emacs is
17570 already using the default char-width-table.
17571
17572 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
17573
17574 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17575 modes mandatory. (Bug#3712)
17576
17577 2009-06-29 Alan Mackenzie <acm@muc.de>
17578
17579 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17580 correction between the visible width of TABs and their number of bytes.
17581
17582 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
17583
17584 * server.el (server-buffer-done): Prevent kill-buffer from
17585 prompting by clearing the buffer modification flag (Bug#3696).
17586
17587 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
17588
17589 * progmodes/verilog-mode.el (verilog-beg-of-statement)
17590 (verilog-endcomment-reason-re): Support unique case and priority case.
17591 (verilog-basic-complete-re): Support localparam lineup.
17592 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17593 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17594 commenting.
17595 (verilog-leap-to-case-head): Now support *nested* unique &
17596 priority case statements.
17597 (verilog-auto-lineup): Make just declarations the default (as it
17598 had been).
17599 (verilog-leap-to-case-head): Support priority/unique case statements.
17600 (verilog-auto-lineup): Rework to give users radio buttons to
17601 select the various styles of automatic lineup.
17602 (verilog-error-regexp-alist): Rework to support the XEmacs style
17603 of error regular expressions from compilers, lint tools &
17604 simulators. Note that GNU Emacs has made it impossible for a mode
17605 to load such things.
17606 (electric-verilog-terminate-line, verilog-indent-declaration)
17607 (verilog-auto-wiure): Rework for radio button selection of
17608 auto-lineup selection of specification of auto lineup.
17609 (verilog-beg-of-statement-1): Redesign to support proper operation
17610 in additional code, based on testing with auto-lineup.
17611 (verilog-calculate-indent, assignments & declarations)
17612 (verilog-backward-token): Enhance to support auto-lineup of
17613 assignments & declarations.
17614 (verilog-in-directive-p, verilog-at-struct-p): New function for
17615 easy test of whether we are.
17616 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17617 to support safe execution at almost anyline.
17618 (verilog-calc-1): Properly support indenting deep inside generate
17619 blocks.
17620 (verilog-init-font): Remove definition & use of verilog-init-font,
17621 as it is redundant with font-lock-defaults.
17622 (verilog-mode): Alter the definition of verilog-font-lock-defaults
17623 to avoid circular calls if syntax-ppss is a function (as is the
17624 case now in 22.x GNU Emacs) as that function would sometimes call
17625 itself, leading to (nearly) infinite recursion.
17626 (verilog-ovm-begin-re, verilog-ovm-end-re)
17627 (verilog-ovm-statement-re, verilog-leap-to-head)
17628 (verilog-backward-token): Add support for OVM macros. Some are
17629 complete statements, and others open and close scopes like begin
17630 and end.
17631 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17632 (verilog-defun-level-generate-only-re): Really fix the defun-list
17633 compilation issue.
17634 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17635 coverpoint, constraint and cross statements.
17636 (verilog-defun-level-list, verilog-generate-defun-level-list)
17637 (verilog-all-defun-level-list): Redo these specifications - it is
17638 too hard to support eval-when compile aggregation of lists also
17639 built at when-compile time.
17640 (verilog-defun-level-list): Place defconsts of variables used in
17641 building regular expressions which are built in eval-when-compile
17642 bodies in the same eval-when-compile body to facilitate compile
17643 without load.
17644 (verilog-beg-block-re-ordered): Support indenting
17645 virtual/protected tasks and functions.
17646 (verilog-defun-level-list, verilog-in-generate-region-p)
17647 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17648 indentation of some module items (generate items).
17649 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17650 across virtual/protected tasks and functions.
17651
17652 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17653
17654 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17655 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
17656 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17657 in concatenations. Reported by Yishay Belkind.
17658 (verilog-auto-ascii-enum): Support one-hot state machines in
17659 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17660 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17661 modport in AUTOINST and add vl-modport for users. Reported by
17662 David Rogoff.
17663 (verilog-auto-inout-module, verilog-auto-inst)
17664 (verilog-decls-get-interfaces, verilog-insert-definition)
17665 (verilog-insert-one-definition, verilog-read-decls)
17666 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17667 (verilog-sig-modport, verilog-signals-combine-bus)
17668 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17669 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17670 Suggested by David Rogoff.
17671 (verilog-repair-open-comma): Fix non-insertion of comma when
17672 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17673 (verilog-make-width-expression): Simplify [A-1:0] expression
17674 widths to just {A{1'b0}}.
17675 (verilog-mode): Cleanup checkdoc warnings.
17676 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17677 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17678 inputs/outputs or data type. Suggested by Vasu Kandadi.
17679 (next-error-last-buffer): Fix byte-compiler warning.
17680 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17681 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17682 or shell command text during AUTO expansion. Suggested by Tad Truex.
17683 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17684 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17685 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17686 in AUTOINOUT. Reported by Matthew Lovell.
17687 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17688 causing use of <= assignments. Reported by Alex Reed.
17689 (verilog-read-decls): Fix triand, trior, wand, wor to be
17690 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17691 (verilog-extended-complete-re): Support import "DPI-C" functions.
17692 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17693 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
17694 (verilog-insert-date, verilog-insert-year)
17695 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17696 Windows systems. Reported by Michael Potts.
17697 (verilog-read-module-name): Fix AUTOINST when the child module
17698 declaration's name is a tick define. Reported by Elliot Mednick.
17699 (verilog-read-decls): Fix V2K parameter bit subscripts getting
17700 passed to next parameter's definition. Reported by Bruce T.
17701 (verilog-read-decls): Fix detecting "parameter int" when using
17702 AUTOINSTPARAM. Reported by Bruce T.
17703 (verilog-goto-defun): Fix goto not finding modules unless first
17704 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
17705 (verilog-mode): Expand -f flag arguments on entry to mode so
17706 verilog-goto-defun will work. Reported by Lawrence Butcher.
17707 (verilog-getopt): Expand environment variables in -f file
17708 arguments. Suggested by Lawrence Butcher.
17709 (verilog-set-define): Fix "Symbol's value as variable is void"
17710 when reading enumerations.
17711 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17712 Suggested by Stephen Peltan.
17713 (verilog-read-defines): Fix reading of enumerations in include
17714 files. Reported by Steve Peltan.
17715
17716 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17717
17718 * files.el (trash-directory): Fix defcustom type.
17719
17720 2009-06-28 Juri Linkov <juri@jurta.org>
17721
17722 * help-fns.el (describe-function-1): Correctly locate adviced
17723 functions in hyperlink (Bug#2438).
17724
17725 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
17726
17727 * files.el (trash-directory): Change default to nil.
17728 (move-file-to-trash): If trash-directory is nil and
17729 system-move-file-to-trash is unbound, perform freedesktop-style
17730 trashing.
17731
17732 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17733
17734 * files.el (move-file-to-trash): Add freedesktop trash
17735 support (Bug#973).
17736
17737 2009-06-28 Glenn Morris <rgm@gnu.org>
17738
17739 * autorevert.el (global-auto-revert-non-file-buffers)
17740 (global-auto-revert-mode): Doc fixes.
17741
17742 2009-06-27 Johan Bockgård <bojohan@gnu.org>
17743
17744 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17745
17746 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
17747
17748 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17749 opened an X connection before calling x-get-resource (Bug#3194).
17750
17751 * play/doctor.el: Remove reference to obsolete website.
17752 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17753
17754 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17755
17756 Remove find-file-not-found-hook VC method. (Bug#2757)
17757 * vc-hooks.el (vc-file-not-found-hook)
17758 (vc-default-find-file-not-found-hook): Remove functions.
17759 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17760 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17761 * vc.el:
17762 * vc-hg.el:
17763 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17764
17765 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17766
17767 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17768 compatibility function for `looking-back'.
17769
17770 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17771 Use `ispell-looking-back'.
17772
17773 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17774
17775 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17776 rather than `filename'.
17777
17778 2009-06-23 Miles Bader <miles@gnu.org>
17779
17780 * face-remap.el (text-scale-set): New function.
17781
17782 2009-06-23 Glenn Morris <rgm@gnu.org>
17783
17784 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17785
17786 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17787
17788 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17789
17790 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17791
17792 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17793 Simplify Persian conditionals.
17794
17795 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17796 variable `filename'.
17797
17798 * comint.el (comint-insert-input): Doc fix.
17799
17800 * Makefile.in (ELCFILES): Fix typo in previous change.
17801
17802 2009-06-23 Miles Bader <miles@gnu.org>
17803
17804 * cus-start.el: Add entry for `recenter-redisplay'.
17805
17806 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17807
17808 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17809 Add an optional argument for the backend, use it instead of
17810 calling vc-backend.
17811 (vc-mode-line): Add an optional argument for the backend.
17812 Pass the backend to vc-state and vc-working-revision. Move code for
17813 special handling for vc-state being a buffer to ...
17814
17815 * vc-rcs.el (vc-rcs-find-file-hook):
17816 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17817
17818 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17819 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17820 vc-stay-local-p and vc-mode-line calls.
17821
17822 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17823 (vc-cvs-diff, vc-cvs-annotate-command)
17824 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17825 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17826 vc-mode-line calls.
17827
17828 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17829 direct comparison.
17830 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17831 backend when calling vc-mode-line.
17832 (vc-register): Do not create a closure for calling the vc register
17833 function, call it directly.
17834
17835 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17836
17837 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17838 to make it obvious item can be clicked.
17839
17840 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17841
17842 2009-06-23 Kenichi Handa <handa@m17n.org>
17843
17844 * language/korea-util.el (korean-key-bindings): Change the binding
17845 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17846 same command.
17847
17848 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17849
17850 Sync with Tramp 2.1.16.
17851
17852 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17853
17854 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17855 when a loading of a package fails. Completion function for rsync
17856 is `tramp-completion-function-alist-ssh'.
17857 (all): Replace all calls of `split-string' and
17858 `tramp-split-string' by `tramp-compat-split-string'.
17859 (tramp-default-method): Use `tramp-compat-process-running-p'.
17860 (tramp-default-proxies-alist): Allow also Lisp forms.
17861 (tramp-remote-path): Add choice "Private Directories".
17862 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17863 (tramp-domain-regexp): Allow also "-", "_" and ".".
17864 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17865 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17866 (tramp-debug-message): Insert header line in debug buffer.
17867 (tramp-handle-directory-files-and-attributes-with-stat):
17868 Care about filenames with spaces, or starting with "-".
17869 (tramp-handle-dired-uncache): New defun.
17870 (tramp-handle-insert-directory): Don't flush the directory from
17871 cache, this is handled by `dired-uncache' now.
17872 (tramp-handle-insert-file-contents): Improve error handling.
17873 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17874 Quote `tramp-end-of-output'.
17875 (tramp-action-password): Improve trace message.
17876 (tramp-check-for-regexp): Both echoes must be present, before removing.
17877 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17878 (tramp-compute-multi-hops): Eval cons cells of
17879 `tramp-default-proxies-alist'.
17880 (tramp-maybe-open-connection): Use the same command pattern for
17881 first hop and further hops.
17882 (tramp-wait-for-output): Remove handling of newlines.
17883 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17884 (tramp-split-string): Remove function. It is handled in
17885 tramp-compat now.
17886
17887 * net/tramp-cmds.el (tramp-bug):
17888 Recommend `tramp-cleanup-all-connections' in the bug mail.
17889
17890 * net/tramp-compat.el (tramp-compat-split-string)
17891 (tramp-compat-process-running-p): New defuns.
17892
17893 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17894 for `dired-uncache'.
17895
17896 * net/tramp-gvfs.el: New package.
17897
17898 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17899 Add handler for `dired-uncache'.
17900 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17901
17902 * net/trampver.el: Update release number. Make version check fit
17903 for SXEmacs 22.
17904
17905 2009-06-22 Jim Meyering <meyering@redhat.com>
17906
17907 Automatically handle .xz suffix (XZ-compressed files), too.
17908 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17909 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17910
17911 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17912 Nick Roberts <nickrob@snap.net.nz>
17913
17914 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17915 repository (http://sphinx.net.ru/hg/gdb-mi/).
17916
17917 2009-06-22 Glenn Morris <rgm@gnu.org>
17918
17919 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17920 `mode' and `eval' entries. (Bug#3430)
17921
17922 * Makefile.in (ELCFILES): Add fadr.elc.
17923
17924 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17925 differing behavior of \n and ^ in strings. (Bug#3385)
17926
17927 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17928
17929 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17930 property.
17931 (lisp-indent-function): Make it a defcustom.
17932
17933 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17934
17935 * progmodes/gdb-ui.el: Replace with ...
17936 * progmodes/gdb-mi.el: ... this file.
17937 * progmodes/gud.el: Modify for gdb-mi.el.
17938
17939 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17940
17941 * fadr.el: New file.
17942
17943 See ChangeLog.14 for earlier changes.
17944
17945 ;; Local Variables:
17946 ;; coding: utf-8
17947 ;; End:
17948
17949 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17950
17951 This file is part of GNU Emacs.
17952
17953 GNU Emacs is free software: you can redistribute it and/or modify
17954 it under the terms of the GNU General Public License as published by
17955 the Free Software Foundation, either version 3 of the License, or
17956 (at your option) any later version.
17957
17958 GNU Emacs is distributed in the hope that it will be useful,
17959 but WITHOUT ANY WARRANTY; without even the implied warranty of
17960 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17961 GNU General Public License for more details.
17962
17963 You should have received a copy of the GNU General Public License
17964 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.