Fix theme and X-resource interactions for the cursor face.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3b2ff876
CY
12011-04-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * startup.el (command-line): Save the cursor's theme-face
4 directly, instead of using face-override-spec.
5
6 * custom.el (load-theme): Minor optimization in assigning faces.
7
8d17e7ca
JB
82011-04-04 Juanma Barranquero <lekktu@gmail.com>
9
10 * help-fns.el (describe-variable): Complete all variables having
11 documentation, including keywords.
12 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13
2fbc1934
JB
142011-04-04 Juanma Barranquero <lekktu@gmail.com>
15
16 Convert to lexical-binding.
17
18 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
19 (bs--get-marked-string, bs--get-modified-string)
20 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
22 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23
24 * ehelp.el (electric-help-execute-extended)
25 (electric-help-ctrl-x-prefix):
26 * hexl.el (hexl-revert-buffer-function):
27 * linum.el (linum-after-change, linum-after-scroll):
28 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
29
30 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
31
74f50695
DU
322011-04-04 Daiki Ueno <ueno@unixuser.org>
33
34 * epa-dired.el:
35 * epa-mail.el:
36 * epa-hook.el:
37 * epa-file.el:
38 * epa.el:
39 * epg.el: Use lexical binding.
40
c11325f7
CY
412011-04-03 Chong Yidong <cyd@stupidchicken.com>
42
0d9e9a12
CY
43 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
44
c11325f7
CY
45 * textmodes/flyspell.el (flyspell-word): Recognize default
46 dictionary case for flyspell-mark-duplications-exceptions. Use
47 regexp matching for languages.
48 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
49 default dictionary (Bug#7926).
50
da91b5f2
CY
512011-04-02 Chong Yidong <cyd@stupidchicken.com>
52
53 * emacs-lisp/package.el (package--with-work-buffer): Recognize
54 https URLs.
55
56 * net/network-stream.el: Move from gnus/proto-stream.el. Change
57 prefix to network-stream throughout.
58 (open-protocol-stream): Merge into open-network-stream, leaving
59 open-protocol-stream as an alias. Handle nil BUFFER args.
60
61 * subr.el (open-network-stream): Move to net/network-stream.el.
62
afa8e9f6
GM
632011-04-02 Glenn Morris <rgm@gnu.org>
64
1d2e369d
GM
65 * find-dired.el (find-exec-terminator): New option.
66 (find-ls-option): Test for -ls support.
67 (find-ls-subdir-switches): Test for -b in find-ls-option.
68 (find-dired, find-grep-dired): Doc fixes.
69 (find-dired): Use find-exec-terminator.
70
8abb7da8 71 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
72 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
73 (find-name-arg): Remove purecopy.
8abb7da8 74
f3ca7378
GM
75 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
76 (grep-compute-defaults): Check for `-exec COMMAND +' support.
77 Set grep-find-use-xargs, grep-find-command, and grep-find-template
78 accordingly. Don't add the null-device if not needed.
79
afa8e9f6
GM
80 * files.el (save-some-buffers): Doc fix.
81
35eae264
EZ
822011-04-02 Eli Zaretskii <eliz@gnu.org>
83
84 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
85
26b51db5
JB
862011-04-01 Juanma Barranquero <lekktu@gmail.com>
87
88 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
89 Use `dolist' rather than `mapcar'.
90
7200d79c
SM
912011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
92
03408648 93 Add lexical binding.
7200d79c 94
03408648
SM
95 * subr.el (apply-partially): Use new closures rather than CL.
96 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
97 (dolist, dotimes): Use slightly different expansion for lexical code.
98 (functionp): Move to C.
99 (letrec): New macro.
100 (with-wrapper-hook): Use it and apply-partially instead of CL.
101 (eval-after-load): Preserve lexical-binding.
102 (save-window-excursion, with-output-to-temp-buffer): Turn them
103 into macros.
7200d79c 104
03408648
SM
105 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
106
107 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
108 than the arglist.
109 (help-add-fundoc-usage): Don't add `Not documented'.
110 (help-function-arglist): Handle closures, subroutines, and new
111 byte-code-functions.
112 (help-make-usage): Remove leading underscores.
113 (describe-function-1): Handle closures.
114 (describe-variable): Use special-variable-p for completion.
115
116 * files.el (lexical-binding): Declare safe.
f488fb65 117
03408648
SM
118 * emacs-lisp/pcase.el: Don't use destructuring-bind.
119 (pcase--memoize): Rename from pcase-memoize. Change weakness.
120 (pcase): Add `let' pattern.
121 Change memoization so it actually works.
122 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
123 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
124 <let>: New case.
f488fb65 125
03408648
SM
126 * emacs-lisp/macroexp.el: Use lexical binding.
127 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
128 Don't convert ' to #' without checking that it's indeed quoting
129 a lambda.
130
131 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 132 Use eval-sexp-add-defvars.
03408648
SM
133 (eval-sexp-add-defvars): New fun.
134
135 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
136
137 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
138 Don't autoload.
139 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
140 than the internal `byte-compile-lambda'.
141 (defmethod): Don't hide code under quotes.
142 (eieio-defmethod): New `code' argument.
143
144 * emacs-lisp/eieio-comp.el: Remove.
145
146 * emacs-lisp/edebug.el (edebug-eval-defun)
147 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
148 (edebug-toggle): Avoid `eval'.
149
150 * emacs-lisp/disass.el (disassemble-internal): Handle new
151 `closure' objects.
152 (disassemble-1): Handle new byte codes.
153
154 * emacs-lisp/cl.el (pushnew): Silence warning.
155
156 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
157 (cl-byte-compile-throw): Remove.
158 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
159
160 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
161 closures.
162
163 * emacs-lisp/cconv.el: New file.
164
165 * emacs-lisp/bytecomp.el: Use lexical binding instead of
166 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
167 (byte-compile-initial-macro-environment):
168 Handle declare-function here.
169 (byte-compile--lexical-environment): New var.
170 (byte-stack-ref, byte-stack-set, byte-discardN)
171 (byte-discardN-preserve-tos): New lap codes.
172 (byte-interactive-p): Don't use any more.
173 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
174 New macros.
175 (byte-compile-lapcode): Use them and handle new lap codes.
176 (byte-compile-obsolete): Remove.
177 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
178 (byte-compile-arglist-warn): Check late def of inlinable funs.
179 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
180 since they should have been expanded by now.
181 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
182 (byte-compile-from-buffer): Remove unused second arg.
183 (byte-compile-preprocess): New function.
184 (byte-compile-toplevel-file-form): New function to distinguish
185 file-form calls from outside from file-form calls from hunk-handlers.
186 (byte-compile-file-form): Simplify.
187 (byte-compile-file-form-defsubst): Remove.
188 (byte-compile-file-form-defmumble): Simplify now that
189 byte-compile-lambda always returns a byte-code-function.
190 (byte-compile): Preprocess.
191 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
192 Remove, not used any more.
193 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
194 (byte-compile-make-args-desc): New funs.
195 (byte-compile-lambda): Handle lexical functions. Always return
196 a byte-code-function.
197 (byte-compile-reserved-constants): New var, to make up room for
198 closed-over variables.
199 (byte-compile-constants-vector): Obey it.
200 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
201 (byte-compile-macroexpand-declare-function): New function.
202 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
203 byte-code-functions.
204 (byte-compile-form): Check obsolescence here.
205 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
206 (byte-compile-variable-ref): Remove.
207 (byte-compile-dynamic-variable-op): New fun.
208 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
209 (byte-compile-variable-set): New funs.
210 (byte-compile-discard): Add 2 args.
211 (byte-compile-stack-ref, byte-compile-stack-set)
212 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
213 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
214 macroexpand-all instead.
215 (byte-compile-quote-form): Remove.
216 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
217 (byte-compile-bind, byte-compile-unbind): New funs.
218 (byte-compile-let): Handle let* and lexical binding.
219 (byte-compile-let*): Remove.
220 (byte-compile-catch, byte-compile-unwind-protect)
221 (byte-compile-track-mouse, byte-compile-condition-case):
222 Handle a new :fun-body form, used for lexical scoping.
223 (byte-compile-save-window-excursion)
224 (byte-compile-with-output-to-temp-buffer): Remove.
225 (byte-compile-defun): Simplify.
226 (byte-compile-stack-adjustment): New fun.
227 (byte-compile-out): Use it.
228 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
229
230 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
231 handler any more.
232
233 * emacs-lisp/byte-opt.el: Use lexical binding.
234 (byte-inline-lapcode): Remove (to bytecomp).
235 (byte-compile-inline-expand): Pay attention to inlining to/from
236 lexically bound code.
237 (byte-compile-unfold-lambda): Don't handle byte-code-functions
238 any more.
239 (byte-optimize-form-code-walker): Don't handle save-window-excursion
240 any more and don't call compiler-macros.
241 (byte-compile-splice-in-already-compiled-code): Remove.
242 (byte-code): Don't inline any more.
243 (disassemble-offset): Receive `bytes' as argument rather than via
244 dynamic scoping.
245 (byte-compile-tag-number): Declare before first use.
246 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
247 `return' even if make-spliceable.
248 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
249 obsolete interactive-p.
250 (byte-optimize-lapcode): Optimize new lap-codes.
251 Don't trip up on new form of `byte-constant' lap code.
252
253 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
254
255 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
256
257 * custom.el (custom-initialize-default, custom-declare-variable):
258 Use `defvar'.
259
260 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
261 New variables.
262 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
263 (COMPILE_FIRST): Add macroexp and cconv.
264 * makefile.w32-in: Mirror changes in Makefile.in.
265
266 * vc/cvs-status.el:
267 * vc/diff-mode.el:
268 * vc/log-edit.el:
269 * vc/log-view.el:
270 * vc/smerge-mode.el:
271 * textmodes/bibtex-style.el:
272 * textmodes/css.el:
273 * startup.el:
274 * uniquify.el:
da91b5f2
CY
275 * minibuffer.el:
276 * newcomment.el:
277 * reveal.el:
278 * server.el:
279 * mpc.el:
280 * emacs-lisp/smie.el:
281 * doc-view.el:
282 * dired.el:
03408648
SM
283 * abbrev.el: Use lexical binding.
284
0f0c1f27
EZ
2852011-04-01 Eli Zaretskii <eliz@gnu.org>
286
287 * info.el (info-display-manual): New function.
288
c82b2579
SM
2892011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
292
221ddf68
TH
2932011-03-31 Tassilo Horn <tassilo@member.fsf.org>
294
295 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 296 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 297
cba6e77e
GM
2982011-03-31 Glenn Morris <rgm@gnu.org>
299
e040639f
GM
300 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
301
cba6e77e
GM
302 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
303
6d0f1c9e
CS
3042011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
305
306 * progmodes/python.el (python-default-interpreter)
307 (python-python-command-args, python-jython-command-args)
308 (python-which-shell, python-which-args, python-which-bufname)
309 (python-file-queue, python-comint-output-filter-function)
310 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
311 variables and functions.
312
3e2d70fd
SM
3132011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
316 (completion-in-region-mode): New minor mode.
317 (completion-in-region): Use it.
318 (completion-in-region--data, completion-in-region-mode-map): New vars.
319 (completion-in-region--postch): New function.
320 (completion--capf-misbehave-funs, completion--capf-safe-funs):
321 New vars.
322 (completion--capf-wrapper): New function.
323 (completion-at-point): Use it to track well-behavedness of
324 hook functions.
325 (completion-help-at-point): New command.
326
f3e4086c
JM
3272011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
328
329 * vc/add-log.el (add-change-log-entry): Don't use whitespace
330 syntax class to search for whitespace on a single line
331 (Message-ID: <4D938140.4030905@redhat.com>).
332
eb7ffc14
LL
3332011-03-30 Leo Liu <sdl.web@gmail.com>
334
335 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
336 New commands.
337 (edit-abbrevs-map): Bind them here.
338 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
339
d806ab68
KM
3402011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
341
342 * allout.el (allout-hide-by-annotation, allout-flag-region):
343 Reduce possibility of overlay leakage by making them volatile.
344
345 * allout-widgets.el (allout-widgets-tally): Define as nil so the
346 hash is not shared between buffers. Mode initialization is
347 responsible for giving it a useful starting value.
348 (allout-item-span): Reduce possibility of overlay leakage by
349 making them volatile.
350 (allout-widgets-count-buttons-in-region): Add diagnostic function
351 for tracking down button overlay leaks.
352
ea622834
LL
3532011-03-29 Leo Liu <sdl.web@gmail.com>
354
355 * ido.el (ido-read-internal): Use the default history var
356 minibuffer-history if no HISTORY is specified.
357
b62f8267
G
3582011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
359
03408648
SM
360 * net/imap.el (imap-shell-open, imap-process-connection-type):
361 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
362 Kerberos, SSL, other subprocesses.
363
947b6566
LL
3642011-03-28 Leo Liu <sdl.web@gmail.com>
365
366 * abbrev.el (abbrev-table-empty-p): New function.
367 (prepare-abbrev-list-buffer): Place empty abbrev tables after
368 nonempty ones. (Bug#5937)
369
5ffb62aa
JD
3702011-03-27 Jan Djärv <jan.h.d@swipnet.se>
371
372 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
373
7a097943
LL
3742011-03-27 Leo Liu <sdl.web@gmail.com>
375
376 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
377 for foreground and background colors.
378 (ansi-color-make-color-map): Adapt.
379
c5b40130
LL
3802011-03-25 Leo Liu <sdl.web@gmail.com>
381
1f48f7d2
LL
382 * midnight.el (midnight-time-float): Remove. Note it calculates
383 the microsecond component incorrectly and seconds-to-time does the
384 same job.
625897ec 385 Remove redundant (require 'timer).
1f48f7d2 386
c5b40130
LL
387 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
388 (ido-completions): Remove unused arguments. (Bug#8329)
389
d86d2721
SM
3902011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * minibuffer.el (completion--flush-all-sorted-completions):
393 Remove itself from hook.
394 (completion-at-point): Let the functions perform the completion
395 immediately and return nil or t.
396 * comint.el (comint-dynamic-complete-functions): Now identical to
397 completion-at-point-functions.
398 (comint-dynamic-list-input-ring): Remove unused var `index'.
399 (comint--match-partial-filename, comint--unquote&expand-filename):
400 New funs, split from comint-match-partial-filename.
401 (comint-dynamic-complete): Use completion-at-point.
402 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
403
e8974c48
DA
4042011-03-24 Drew Adams <drew.adams@oracle.com>
405
406 * thingatpt.el: Support `defun'.
407
def71b5e
LL
4082011-03-23 Leo Liu <sdl.web@gmail.com>
409
cb5af48e
LL
410 * abbrevlist.el: Move to obsolete/abbrevlist.el.
411
def71b5e
LL
412 * help-mode.el (help-mode-finish): Tweak regexp.
413
927c53e7
GM
4142011-03-23 Glenn Morris <rgm@gnu.org>
415
18d05bed
GM
416 * eshell/esh-opt.el (eshell-eval-using-options):
417 Do not bind unused local variable `eshell-option-stub'.
418
927c53e7
GM
419 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
420
9d0da923
JB
4212011-03-22 Juanma Barranquero <lekktu@gmail.com>
422
423 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
424 keymap variable in `with-no-warnings' to avoid a warning when the
425 keymap has been already `defconst'ed.
426
4b978a67
LL
4272011-03-22 Leo Liu <sdl.web@gmail.com>
428
429 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
430 encode all chars in abbrevs; otherwise use emacs-mule or
431 utf-8-emacs. (Bug#8308)
432
5fd62452
JB
4332011-03-22 Juanma Barranquero <lekktu@gmail.com>
434
0b1596c6
JB
435 * simple.el (backward-delete-char-untabify):
436 Avoid warning about using `delete-backward-char'.
437
5fd62452
JB
438 * image.el (image-type-file-name-regexps): Make it variable.
439 `imagemagick-register-types' modifies it, and the user may want
440 to add new extensions for known image types.
441 (imagemagick-register-types): Throw error if not using ImageMagick.
442
0b4e93f1
LL
4432011-03-22 Leo Liu <sdl.web@gmail.com>
444
445 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
446 located before rcirc-prompt-end-marker.
447 (rcirc-complete): Error if point is not after rcirc prompt.
448 Handle the case when table is nil.
9882e214 449 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 450
fccee4ab
CY
4512011-03-22 Chong Yidong <cyd@stupidchicken.com>
452
453 * custom.el (custom--inhibit-theme-enable): Make it affect only
454 custom-theme-set-variables and custom-theme-set-faces.
455 (provide-theme): Ignore custom--inhibit-theme-enable.
456 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
457 (custom-enabling-themes): Delete variable.
d86d2721
SM
458 (enable-theme): Accept only loaded themes as arguments.
459 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
460 (custom-enabled-themes): Forbid themes from setting this.
461 Eliminate use of custom-enabling-themes.
462 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 463
af896da6
LL
4642011-03-21 Leo Liu <sdl.web@gmail.com>
465
466 * ido.el (ido-read-internal): Add ido-selected to history instead
467 of user input.
468
78f64af0
SM
4692011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * subr.el (deferred-action-list, deferred-action-function):
472 Mark obsolete.
473
b16ac1ec
LL
4742011-03-21 Leo Liu <sdl.web@gmail.com>
475
810f7698
LL
476 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
477 change on 2011-02-13 (bug#8309).
478
b16ac1ec
LL
479 * minibuffer.el (read-file-name-function): Change default value.
480 (read-file-name--defaults): Rename from read-file-name-defaults.
481 (read-file-name-default): Rename from read-file-name.
482 (read-file-name): Call read-file-name-function.
483
4e05e67e
GM
4842011-03-21 Glenn Morris <rgm@gnu.org>
485
486 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
487 Doc fixes.
488
4359915b
CY
4892011-03-21 Chong Yidong <cyd@stupidchicken.com>
490
491 * cus-theme.el: Add missing provide statement.
492 (customize-create-theme): Extract theme value correctly.
493 (custom-theme-visit-theme): Autoload.
494 (customize-create-theme): Prompt before inserting default faces.
495
1fe275ee
JB
4962011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
497
498 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
499 units and musical notes.
500
3ec03f7e
LL
5012011-03-20 Leo <sdl.web@gmail.com>
502
503 * ido.el (ido-read-internal): Use completing-read-default.
504 (ido-completing-read): Fix compatibility with completing-read.
505
7d476bde
CO
5062011-03-20 Christian Ohler <ohler@gnu.org>
507
508 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
509 (ert-delete-all-tests): Use `called-interactively-p' rather than
510 `interactive-p'.
511 (ert--make-xrefs-region): Respect END.
512
fe0fb33e
CY
5132011-03-19 Chong Yidong <cyd@stupidchicken.com>
514
ff854b0b
CY
515 * dired-aux.el (dired-create-directory): Signal an error if the
516 directory already exists (Bug#8246).
517
fe0fb33e
CY
518 * facemenu.el (list-colors-display): Call list-faces-display
519 inside with-help-window.
520 (list-colors-print): Use display property to align the final
521 column, instead of checking window-width.
522
576bce32
EZ
5232011-03-19 Eli Zaretskii <eliz@gnu.org>
524
525 * emerge.el (emerge-metachars): Separate value for ms-dos and
526 windows-nt systems.
527 (emerge-protect-metachars): Quote correctly for ms-dos and
528 windows-nt systems.
529
b14e3e21 5302011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
531
532 * info.el (info-initialize): Replace all uses of `:' with
533 path-separator for compatibility with non-Unix systems.
534 Cache quoting of path-separator. (Bug#8258)
535
b14e3e21 5362011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
537
538 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
539 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
540 (mouse-avoidance-mode): Fix typos in docstrings.
541
4525ce3e
CY
5422011-03-19 Chong Yidong <cyd@stupidchicken.com>
543
544 * startup.el (package-subdirectory-regexp): Move from package.el.
545 Omit \\` and \\', and let callers add them.
546
547 * emacs-lisp/package.el (package-strip-version)
548 (package-load-all-descriptors): Add \\` and \\' to
549 package-subdirectory-regexp before using it.
550 (package-untar-buffer): New arg DIR; ensure that file untars only
551 into this expected directory. Remove superfluous delete-region.
552 (package-unpack): Caller changed.
553 (package-tar-file-info): Use package-subdirectory-regexp.
554
a904a09a 5552011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 556
a904a09a
SM
557 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
558 diff-mode-shared-map (bug#8284).
559 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
560
5612011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
562
563 * calendar/time-date.el (format-seconds): Use assoc instead of
564 assoc-string, since assoc-string doesn't exist in XEmacs.
565
171fc304
JB
5662011-03-17 Juanma Barranquero <lekktu@gmail.com>
567
568 * custom.el (custom-known-themes): Reflow docstring.
569 (custom-theme-load-path): Fix typo in docstring.
570 (load-theme): Fix typo in error message.
571 (custom-available-themes, custom-variable-theme-value):
572 Use `let', not `let*'.
573
d71990a1
JB
5742011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
575
576 * calc/README: Mention inclusion of musical notes.
577
578 * calc/calc-units.el (calc-lu-quant): Rename from
579 `calc-logunits-quantity'.
580 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
581 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
582 (calc-db): Rename from `calc-dblevel'.
583 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
584 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
585 (calc-np): Rename from `calc-nplevel'.
586 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
587 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
588 (calc-lu-plus): Rename from `calc-logunits-add'.
589 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
590 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
591 (calc-lu-minus): Rename from `calc-logunits-sub'.
592 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
593 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
594 (calc-lu-times): Rename from `calc-logunits-mul'.
595 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
596 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
597 (calc-lu-divide): Rename from `calc-logunits-div'.
598 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
599 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
600
601 * calc/calc-ext.el (calc-init-extensions): Update the names of the
602 functions being autoloaded.
603
604 * calc/calc.el (calc-lu-power-reference): Rename from
605 `calc-logunits-power-reference'.
606 (calc-lu-field-reference): Rename from
607 `calc-logunits-field-reference'.
608
609 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
610
40c2934b
SM
6112011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * minibuffer.el (completion-all-sorted-completions):
614 Use :completion-cycle-penalty text property if present.
615
b0911414
KM
6162011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
617
618 * allout.el (allout-yank-processing): Adjust for new rebulleting
619 regime so bullet being yanked is used without prompting the user
620 for a choice.
621
8a05b668
JB
6222011-03-16 Juanma Barranquero <lekktu@gmail.com>
623
624 * startup.el (command-line): Warn the user that _emacs is deprecated.
625
5ba5fb81
JB
6262011-03-16 Juanma Barranquero <lekktu@gmail.com>
627
628 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
629 (delphi-verbose, delphi-comment-face, delphi-string-face)
630 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
631 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
632 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
633 (delphi-new-comment-line, delphi-font-lock-defaults)
634 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
635 Fix typos in docstrings.
636
2dab465b
KM
6372011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
638
5ba5fb81 639 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
640 Invert the roles of character and string values for INSTEAD, so a
641 string is used for the more common case of a defaulting prompt.
642
0adf5618
SM
6432011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * progmodes/ruby-mode.el (ruby-backward-sexp):
646 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
647 * play/gamegrid.el (gamegrid-make-face):
648 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
649 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
650 * notifications.el (notifications-notify):
651 * net/xesam.el (xesam-search-engines):
652 * net/quickurl.el (quickurl-list-insert):
653 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
654
d72700e5
CY
6552011-03-15 Chong Yidong <cyd@stupidchicken.com>
656
657 * startup.el (command-line): Update package subdirectory regexp.
658
49c5410a
SM
6592011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
660
c6eee9aa
SM
661 * allout.el (allout-abbreviate-flattened-numbering)
662 (allout-mode-deactivate-hook): Fix up obsolescence "date".
663
49c5410a
SM
664 * subr.el (read-char-choice): Only show the cursor after the prompt,
665 not after the answer.
666
047b2bb9
KR
6672011-03-15 Kevin Ryde <user42@zip.com.au>
668
669 * help-fns.el (variable-at-point): Skip leading quotes, if any
670 (bug#8253).
671
0a57d256
SM
6722011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
675 warning message.
676
77c992bc
MA
6772011-03-14 Michael Albinus <michael.albinus@gmx.de>
678
679 * shell.el (shell): When called interactively, offer to change the
680 shell file name on remote hosts.
681
eebc475d
TZ
6822011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
683
684 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
685 integration for LDAP parameters. The host, base, user or binddn,
686 and secret tokens can be specified in a netrc file, for instance.
687 This is optional because an `auth-source' parameter must be
688 specified in the search attributes.
689
9d05d1ba
JB
6902011-03-13 Juanma Barranquero <lekktu@gmail.com>
691
692 * help.el (describe-mode): Link to the mode's definition (bug#8185).
693
09d9db2c
GM
6942011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
697 into declaration. Remove redundant and harmful binding.
698
6992011-03-12 Eli Zaretskii <eliz@gnu.org>
700
701 * files.el (file-ownership-preserved-p): Pass `integer' as an
702 explicit 2nd argument to `file-attributes'. If the file's owner
703 is the Administrators group on Windows, and the current user is
704 Administrator, consider that a match.
705
706 * server.el (server-ensure-safe-dir): Consider server directory
707 safe on MS-Windows if its owner is the Administrators group while
708 the current Emacs user is Administrator. Use `=' to compare
709 numerical UIDs, since they could be integers or floats.
710
219bd536
JB
7112011-03-12 Juanma Barranquero <lekktu@gmail.com>
712
713 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
714
f3afd36b
MA
7152011-03-12 Michael Albinus <michael.albinus@gmx.de>
716
717 Sync with Tramp 2.2.1.
718
719 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
720
721 * net/trampver.el: Update release number.
722
3aaaa6f1
SM
7232011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
724
94642599
SM
725 * progmodes/compile.el (compilation--previous-directory): Fix up
726 various nil/dead-marker mismatches (bug#8014).
727 (compilation-directory-properties, compilation-error-properties):
728 Don't call it at a position past the one we're about to change.
729
3aaaa6f1
SM
730 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
731 Disable obsolescence warnings in the file that declares it.
732
14239447
KM
7332011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
734
219bd536 735 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
736 allout-widgets-tally as a hash table rather than nil to prevent
737 mode-line redisplay warnings.
738 Also, clarify the module description and fix a comment typo.
739
135e287c
JB
7402011-03-11 Juanma Barranquero <lekktu@gmail.com>
741
742 * help-fns.el (describe-variable): Don't complete keywords.
743 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
744
ffbf300e
CY
7452011-03-10 Chong Yidong <cyd@stupidchicken.com>
746
ba08b241
CY
747 * emacs-lisp/package.el (package-version-join): Impose a standard
748 string representation for pre/alpha/beta version lists.
749 (package-unpack-single): Standardize the directory name by passing
750 it through package-version-join.
751 (package-strip-rcs-id): Accept any version string that does not
752 signal an error in version-to-list.
ffbf300e 753
f346fd6b
MA
7542011-03-10 Michael Albinus <michael.albinus@gmx.de>
755
756 * simple.el (delete-trailing-whitespace): Return nil for the
757 benefit of `write-file-functions'.
758
ccb55d27
GM
7592011-03-10 Glenn Morris <rgm@gnu.org>
760
5ceaac0c
GM
761 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
762
02da65ff
GM
763 * vc/vc-git.el (vc-git-program): New option.
764 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
765 (vc-git--call): Use it.
766
b2f603cc
GM
767 * eshell/esh-util.el (eshell-condition-case): Doc fix.
768
5772caab
GM
769 * cus-edit.el (Custom-newline): If no button at point, look
770 for a subgroup button at start-of-line. (Bug#2298)
771
ccb55d27
GM
772 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
773
ec6ecaed
JD
7742011-03-10 Julien Danjou <julien@danjou.info>
775
776 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
777 `cursor-type' is nil.
778
9d5aa01d
JB
7792011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
780
781 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
782
b6a5875b
KM
7832011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
784
785 * allout.el Summary: Change so yank of distinctive-bullet items
786 preserves the existing header prefix, rebulleting it if necessary,
787 rather than replacing it. This is necessary for proper operation
788 of cooperative addons like allout-widgets.
219bd536 789 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
790 SOLICIT arg to INSTEAD, and interpret additionally a string value
791 as alternate bullet to be used, instead of prompting the user for
792 a bullet character.
793
ee545c35
MA
7942011-03-09 Michael Albinus <michael.albinus@gmx.de>
795
d86d2721
SM
796 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
797 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
798 `tramp-default-port'.
799
c47971d7
DD
8002011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
801
802 * net/rcirc.el (rcirc-handler-001): Remove useless
803 with-rcirc-process-buffer.
804 (rcirc-check-auth-status): Swap arguments to string-match.
805
13522cb4
GM
8062011-03-09 Glenn Morris <rgm@gnu.org>
807
0be6f4f1
GM
808 * shell.el (shell-mode):
809 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
810
13522cb4
GM
811 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
812 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
813
515de2e3
CY
8142011-03-08 Chong Yidong <cyd@stupidchicken.com>
815
816 * emacs-lisp/package.el (package-refresh-contents)
817 (package-menu-execute): Use condition-case-no-debug.
818
b511b994
MA
8192011-03-08 Michael Albinus <michael.albinus@gmx.de>
820
821 * simple.el (shell-command-to-string): Use `process-file'.
822
823 * emacs-lisp/package.el (package-tar-file-info): Handle also
824 remote files.
825
d86d2721
SM
826 * emacs-lisp/package-x.el (package-upload-buffer-internal):
827 Use `equal' for upload base check.
b511b994 828
25bbfb31
AM
8292011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
830
831 * textmodes/texinfo.el (texinfo-environments):
832 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
833
be996521
GM
8342011-03-08 Glenn Morris <rgm@gnu.org>
835
e9c8529f
GM
836 * cus-start.el (cursor-in-non-selected-windows):
837 Fix :set quoting oddness. (Bug#8192)
838
be996521
GM
839 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
840 in some setf expressions. (Bug#2159)
841
2bb5649e
CY
8422011-03-08 Chong Yidong <cyd@stupidchicken.com>
843
844 * custom.el (custom-available-themes): Return themes in
845 alphabetical order.
846
7600cf45
CY
8472011-03-07 Chong Yidong <cyd@stupidchicken.com>
848
849 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
850 application of patch from Alan Mackenzie (Bug#7595).
851
fa7062f6
DD
8522011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
853
854 * net/rcirc.el (rcirc-connect): Fix PASS bug.
855
619f4b62
GM
8562011-03-07 Glenn Morris <rgm@gnu.org>
857
858 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 859 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 860
e63e9234
ER
8612011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
862
863 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
864 Add optional `after-sunset' argument. (Bug#8190)
865
16130297
AH
8662011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
867
868 * play/morse.el (nato-alphabet, nato-region, denato-region):
869 New variable and functions. (Bug#2288)
f72c1fd6 870 (morse-region, unmorse-region): Barf if read-only.
16130297 871
2b0787b3
SM
8722011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * progmodes/gud.el (gdb-script-syntax-propertize-function):
875 Don't change the syntax of a \n that closes a comment (bug#8169).
876
5c69cb2c
CY
8772011-03-06 Chong Yidong <cyd@stupidchicken.com>
878
879 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
880 defcustom.
881 (package--update-file): Doc fix. Accept relative file names.
882 (package--archive-contents-from-file): Remove the argument, since
883 it's necessarily always "archive-contents".
884 (package-maint-add-news-item): Pass relative file name args to
885 package--update-file.
886 (package-upload-buffer-internal): Prompt for a destination if
887 package-archive-upload-base is invalid. Create the directory if
888 it does not exist.
889 (package-upload-buffer, package-upload-file): Doc fix.
890
892777ba
CY
8912011-03-06 Chong Yidong <cyd@stupidchicken.com>
892
893 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
894 and move isearch-yank-line to M-s C-e (Bug#8183).
895
9d1f0f55
AM
8962011-03-06 Alan Mackenzie <acm@muc.de>
897
898 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
899 (c-guess-basic-syntax): Move CASE 19 to a different place,
900 correctly to process template-args-cont lines.
9d1f0f55 901
479a2c9b
JB
9022011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
903
2b0787b3
SM
904 * calc/calc-ext.el (calc-init-extensions):
905 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
906 and calc-nplevel, respectively. Add keybindings for calc-spn,
907 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
908 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
909
910 * calc/calc-units.el (calc-dblevel): Rename from
911 calc-logunits-dblevel.
912 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
913 (math-midi-round, math-freqp, math-midip, math-spnp)
914 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
915 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
916 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
917 (math-notes): New variable.
918
919 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 920
f561e49a
CY
9212011-03-06 Chong Yidong <cyd@stupidchicken.com>
922
923 * emacs-lisp/package.el (package-archives): Accept either ordinary
924 directory names, in addition to HTTP URLs.
925 (package--with-work-buffer): New macro. Handle normal directories.
926 (package-handle-response): Don't display the failing buffer.
927 (package-download-single, package-download-tar)
928 (package--download-one-archive): Use package--with-work-buffer.
929 (package-archive-base): Rename from package-archive-url.
930
79a0fb58
GM
9312011-03-06 Glenn Morris <rgm@gnu.org>
932
933 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
934 (xmodmap-generic-mode): Respect generic-extras-enable-list.
935
ffd0a502
DC
9362011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
937
938 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
939
01c35094
JB
9402011-03-06 Juanma Barranquero <lekktu@gmail.com>
941
942 * allout.el (allout-init, allout-prefixed-keybindings)
943 (allout-unprefixed-keybindings):
944 * progmodes/prolog.el (prolog-find-term):
945 Fix typos in docstrings.
946
509742cc
NS
9472011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
948
949 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
950
14369ab3
KR
9512011-03-06 Kevin Ryde <user42@zip.com.au>
952
953 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
954
aa248733
MS
9552011-03-06 Michael Shields <shields@msrl.com> (tiny change)
956
957 * window.el (one-window-p, walk-windows, display-buffer):
958 Doc fixes. (Bug#5567)
959
da0275f8
JB
9602011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
961
962 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
963 of the variable if it exists.
964
845fc5e5
JB
9652011-03-06 Juanma Barranquero <lekktu@gmail.com>
966
967 * bookmark.el:
968 * desktop.el:
969 * emacs-lock.el:
970 * ps-print.el:
971 * saveplace.el:
972 * net/tramp-cache.el:
01c35094 973 * obsolete/fast-lock.el:
845fc5e5
JB
974 * textmodes/reftex.el:
975 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
976
7e27ce9c
AL
9772011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
978
01c35094
JB
979 * files.el (delete-directory, copy-directory, list-directory):
980 Use read-directory-name.
7e27ce9c
AL
981
982 * find-file.el (ff-find-the-other-file):
983 * net/ange-ftp.el (ange-ftp-make-directory):
984 * printing.el (pr-interactive-dir):
985 * progmodes/ada-prj.el (ada-prj-load-directory):
986 * progmodes/ebnf2ps.el (ebnf-print-directory)
987 (ebnf-spool-directory, ebnf-eps-directory)
988 (ebnf-syntax-directory):
989 * shell.el (shell):
990 * speedbar.el (speedbar-create-directory):
991 * vc/emerge.el (emerge-merge-directories):
992 * vc/vc-dir.el (vc-dir):
993 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
994
d23ae2b0
CY
9952011-03-05 Chong Yidong <cyd@stupidchicken.com>
996
997 * help-mode.el (help-buffer): If we are to return the current
998 buffer, signal an error if it's not in Help mode (Bug#8147).
999
2de9cc1a
RT
10002011-03-05 Reuben Thomas <rrt@sc3d.org>
1001
1002 * files.el (file-name-version-regexp): Handle backup files of the
1003 form `foo.js.~HEAD~1~' (Bug#8159).
1004
81fb60b2
GM
10052011-03-05 Glenn Morris <rgm@gnu.org>
1006
1007 * eshell/esh-var.el: Don't require esh-test when compiling.
1008 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
1009 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 1010 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 1011
c5f09daf
DE
10122011-03-05 David Engster <deng@randomsample.de>
1013
1014 * files.el (save-some-buffers): Report the names of buffers saved
1015 automatically due to buffer-save-without-query (Bug#8134).
1016
77f63d30
DD
10172011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1018
1019 * net/rcirc.el: Add QuakeNet authentication support.
1020 (rcirc-authinfo, rcirc-check-auth-status)
1021 (rcirc-authenticate): Support QuakeNet.
1022
72d2c2e3
DD
10232011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1024
1025 * net/rcirc.el: Add functionality to authenticate before
1026 autojoining channels.
1027 (rcirc-authenticate-before-join): New option.
1028 (rcirc-authenticated-hook): New variable.
1029 (rcirc-connect): Make local variable rcirc-user-authenticated.
1030 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
1031 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
1032 New functions.
1033 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
1034 Call rcirc-check-auth-status.
72d2c2e3 1035
d733e817
MA
10362011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
1037
1038 * net/soap-client.el (soap-namespace-put-link): Check if the target
1039 name is fully qualified -- use only the name part.
1040 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
1041 types, treated the same as xsd:sequence. (Bug#8166)
1042
3ae59fff
EZ
10432011-03-05 Eli Zaretskii <eliz@gnu.org>
1044
1045 * files.el (find-file-noselect): Don't ask about re-visiting
1046 non-literally if the file is already visited in image-mode.
1047 (Bug#8177)
1048
a9eeff78
GM
10492011-03-05 Glenn Morris <rgm@gnu.org>
1050
d783d303
GM
1051 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
1052 (eshell-mode): Use eshell-kill-buffer-function.
1053 Run the -initialize functions independently of the -load-hooks.
1054 * eshell/esh-proc.el (eshell-kill-process-function): New function.
1055 (eshell-gather-process-output, eshell-sentinel)
1056 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
1057 Use eshell-kill-process-function.
1058 * eshell/em-alias.el (eshell-alias-load-hook):
1059 * eshell/em-banner.el (eshell-banner-load-hook):
1060 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
1061 * eshell/em-dirs.el (eshell-dirs-load-hook):
1062 * eshell/em-glob.el (eshell-glob-load-hook):
1063 * eshell/em-hist.el (eshell-hist-load-hook):
1064 * eshell/em-pred.el (eshell-pred-load-hook):
1065 * eshell/em-prompt.el (eshell-prompt-load-hook):
1066 * eshell/em-rebind.el (eshell-rebind-load-hook):
1067 * eshell/em-script.el (eshell-script-load-hook):
1068 * eshell/em-smart.el (eshell-smart-load-hook):
1069 * eshell/em-term.el (eshell-term-load-hook):
1070 * eshell/em-unix.el (eshell-unix-load-hook):
1071 * eshell/esh-arg.el (eshell-arg-load-hook):
1072 * eshell/esh-cmd.el (eshell-cmd-load-hook):
1073 * eshell/esh-ext.el (eshell-ext-load-hook):
1074 * eshell/esh-io.el (eshell-io-load-hook):
1075 * eshell/esh-mode.el (eshell-exit-hook):
1076 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
1077 * eshell/esh-var.el (eshell-var-load-hook):
1078 Set default hook values to nil. (Bug#5375)
1079
4a0f18a8
GM
1080 * eshell/esh-module.el (eshell-module-unload-hook)
1081 (eshell-modules-list): Remove leading * from defcustom docs.
1082
a9eeff78
GM
1083 * eshell/esh-util.el (eshell-for): Make it obsolete.
1084 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
1085 * eshell/em-dirs.el (eshell-save-some-last-dir):
1086 * eshell/em-hist.el (eshell-save-some-history)
1087 (eshell-hist-parse-modifier):
1088 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
1089 (eshell-ls-entries):
1090 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
1091 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
1092 (eshell/which):
1093 * eshell/esh-ext.el (eshell-find-interpreter):
1094 * eshell/esh-mode.el (eshell-mode):
1095 * eshell/esh-module.el (eshell-unload-extension-modules):
1096 * eshell/esh-proc.el (eshell-process-interact):
1097 * eshell/esh-test.el (eshell-test):
1098 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
1099 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
1100 (eshell-variables-list):
1101 * eshell/eshell.el (eshell-unload-all-modules):
1102 Replace eshell-for with dolist.
1103
85a55d38
GM
11042011-03-04 Glenn Morris <rgm@gnu.org>
1105
1106 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
1107
38c179c9
TT
11082011-03-04 Tom Tromey <tromey@redhat.com>
1109
1110 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
1111
732795fa
GM
11122011-03-04 Glenn Morris <rgm@gnu.org>
1113
015bea8f
GM
1114 * outline.el (outline-regexp): No longer allow nil.
1115 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
1116
9d982739
GM
1117 * net/browse-url.el (browse-url):
1118 Handle deleted default-directory. (Bug#6077)
1119
732795fa
GM
1120 * recentf.el (recentf-include-p): In case of a buggy predicate,
1121 err on the side of including, not excluding. (Bug#5843)
1122
d6ffd3f8
JB
11232011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
1124
1125 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
1126 variables as units.
1127
a918ed9b
BR
11282011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
1129
1130 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
1131 if there is no node. (Bug#3261)
1132
fc0e9092
LL
11332011-03-04 Leo <sdl.web@gmail.com>
1134
0a5cb52b
LL
1135 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
1136
fc0e9092
LL
1137 * time.el (display-time-world-list): Fix typo. (Bug#7571)
1138
a65112fb 11392011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
1140
1141 * cus-edit.el (custom-buffer-create-internal):
1142 Split search string before passing it to `customize-apropos' (bug#8136).
1143
3191adaf
DA
11442011-03-04 Drew Adams <drew.adams@oracle.com>
1145
1146 * image-dired.el (image-dired-cmd-read-exif-data-options):
1147 Fix typo in docstring (bug#8156).
1148
fcd8ed1d
DD
11492011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1150
1151 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
1152
de69c0a8
CO
11532011-03-03 Christian Ohler <ohler@gnu.org>
1154
1155 * emacs-lisp/ert.el (ert--explain-equal): New function.
d86d2721 1156 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
de69c0a8 1157 All callers changed.
d86d2721 1158 (ert--explain-equal-including-properties): Rename from
de69c0a8
CO
1159 `ert--explain-not-equal-including-properties'. All callers
1160 changed.
1161
7c0d1441
CO
11622011-03-03 Christian Ohler <ohler@gnu.org>
1163
1164 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
1165 (ert-char-for-test-result, ert-string-for-test-result)
1166 (ert-run-tests-batch, ert--print-test-for-ewoc):
1167 Handle `ert-test-quit'.
1168
31128af6
DA
11692011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
1170
1171 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1172 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
1173
06083aa1
GM
11742011-03-03 Glenn Morris <rgm@gnu.org>
1175
1176 * files.el (file-truename): Doc fix. (Bug#2341)
1177
c7a74801
BR
11782011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1179
01c35094 1180 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 1181
614b85f8
VJ
11822011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
1183
1184 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
1185 programs output backslashes. (Bug#7663)
1186
f96dc50f
GM
11872011-03-03 Glenn Morris <rgm@gnu.org>
1188
fb532fe8
GM
1189 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
1190 (mail-mode): Remove mail-sent-via from the doc.
1191 (mail-sent-via): Make it obsolete. (Bug#1776)
1192
a915d7a1
GM
1193 * progmodes/grep.el (grep-highlight-matches): Doc fix.
1194 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
1195
f96dc50f
GM
1196 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
1197 with no parents. (Bug#8025)
1198
71f8b7ed
G
11992011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1200
1201 * password-cache.el (password-in-cache-p): Add autoload.
1202
8889f4e2
GM
12032011-03-02 Glenn Morris <rgm@gnu.org>
1204
3ab7ebb9
GM
1205 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
1206 * dired-x.el (Man-support-local-filenames): Autoload it.
1207 (dired-guess-shell-alist-default): Also handle Red Hat's man.
1208
2777ccbf
GM
1209 * dired-x.el (dired-default-directory-alist, dired-default-directory):
1210 Mark as obsolete.
1211 (dired-smart-shell-command): Just call dired-current-directory.
1212
5dedeef2
GM
1213 * dired-x.el (dired-jump-other-window): Add autoload.
1214 (dired-default-directory-alist, dired-default-directory): Doc fixes.
1215 (dired-default-directory-alist): Mark as risky.
1216
8889f4e2
GM
1217 * dired-x.el (dired-omit-here-always): Make it obsolete.
1218
d77aaf6f
CY
12192011-03-02 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * textmodes/artist.el (artist-curr-go): Default to pen-line.
1222 (artist-select-op-pen-line): New function.
1223 (artist-menu-map): New variable.
1224 (artist-mode-map): Add a menu to the menu-bar.
1225
771fc75e
JB
12262011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
1227
1228 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
1229 when evaluating.
1230
1231 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
1232 New function.
1233 (math-logunits-add, math-logunits-mul, math-logunits-divide):
1234 (math-logunits-quant, math-logunits-level):
1235 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
1236 functions.
1237 (math-logunits-level): Extract units from ratio.
1238
f6132e5a
JB
12392011-03-01 Juanma Barranquero <lekktu@gmail.com>
1240
1241 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
1242
7454f200
GM
12432011-03-01 Glenn Morris <rgm@gnu.org>
1244
a65112fb
GM
1245 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
1246 (diary-hebrew-birthday): Rename and rework functions added
1247 in previous change.
7454f200 1248
cdcbd5a7
ER
12492011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
1250
1251 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
1252 (diary-hebrew-birthday): New functions.
1253
9903d828
GM
12542011-03-01 Glenn Morris <rgm@gnu.org>
1255
1256 * dired.el (dired-safe-switches-p): Beef it up.
1257 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
1258
75da6eb9
SM
12592011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1260
1261 * dired.el (dired-safe-switches-p): New function.
1262
6640b281
GM
12632011-03-01 Glenn Morris <rgm@gnu.org>
1264
1265 * files.el (dir-locals-collect-variables):
1266 Add the ability to exclude subdirectories. (Bug#8100)
1267
1268 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
1269
cead857b
CS
12702011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
1271
1272 * ido.el (ido-everywhere): Doc fix.
1273 (ido-mode): Doc fix.
1274
0a906ec3
GM
12752011-02-28 Glenn Morris <rgm@gnu.org>
1276
1277 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
1278
22b300de
MA
12792011-02-28 Michael Albinus <michael.albinus@gmx.de>
1280
1281 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
1282 shadows.
1283
abec5126 12842011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
1285
1286 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
1287
ca3afb79
JB
12882011-02-28 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
1291 Fix typos in docstrings.
1292
edb57480
SB
12932011-02-28 Stephen Berman <stephen.berman@gmx.net>
1294
1295 * dired-aux.el (dired-update-file-line):
1296 Fix 2010-11-09 change. (Bug#8131)
1297
2b0c7330 12982011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
1299
1300 * international/mule-cmds.el (set-default-coding-systems): Use the
1301 -unix variant of encoding in default-keyboard-coding-system.
1302 (Bug#8122)
1303
df7f0d0b
CY
13042011-02-27 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
1307
3e478a7c 13082011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
1309
1310 * term/screen.el: New file (Bug#2650).
1311
1f0816b6
SM
13122011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
1315 (pcase-mutually-exclusive-predicates): New var.
1316 (pcase--split-consp, pcase--split-pred): Use it.
1317 (pcase--split-equal, pcase--split-member): When splitting against
1318 a pure predicate, run it to know the outcome.
1319 (pcase--u1): Mark vars that are actually used.
1320 (pcase--q1): Avoid introducing unused vars.
1321
b49df742
JB
13222011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
1323
1324 * calc/calc-ext.el (calc-init-extensions):
1325 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
1326
1327 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
1328 symbolic mode.
1329
1330 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
1331 argument is a variable.
1332
e573299d
SM
13332011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
1336 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
1337 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
1338
61e9662e
TZ
13392011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1340
1341 * password-cache.el (password-in-cache-p): Convenience function to
1342 check if a key is in the cache, even if the value is nil.
1343
7fe42546
J
13442011-02-25 Jambunathan K <kjambunathan@gmail.com>
1345
1346 * emacs-lisp/package-x.el (package--archive-contents-from-url)
1347 (package--archive-contents-from-file): New functions.
1348 (package-update-news-on-upload): New var.
1349 (package-upload-buffer-internal): Extract archive-contents from
1350 package-archive-upload-base if it is not found at archive-url.
1351 Obey package-update-news-on-upload.
1352 (package-upload-buffer, package-upload-file): Doc fix.
1353
2d8a57ef
GM
13542011-02-24 Glenn Morris <rgm@gnu.org>
1355
6a88f031
GM
1356 * files-x.el (modify-dir-local-variable): Handle dir-locals from
1357 the cache, and from non-file sources.
1358
303f9ae0
GM
1359 * help-fns.el (describe-variable): Return consistent results when a
1360 dir-local from a file came from the cache or did not. (Bug#8095)
1361 If a dir-local has no associated file, say it came from a "directory".
1362
07915ed9
GM
1363 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
1364 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
1365
ebe401f6
GM
1366 * files.el (dir-locals-find-file): Doc fix.
1367 Fix the check for cache elements that have no associated file,
303f9ae0 1368 and the mtime check for those that do. (Bug#8095)
ebe401f6 1369
b36f2f1c
GM
1370 * dired-x.el (dired-hack-local-variables):
1371 Handle interrupts during hacking local variables. (Bug#5216)
1372
2d8a57ef
GM
1373 * emacs-lisp/autoload.el (autoload-save-buffers)
1374 (autoload-find-destination, update-directory-autoloads):
1375 Avoid prompts when updating autoloads.
1376
53cfe624
SM
13772011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1380
c1449bff
KH
13812011-02-23 Kenichi Handa <handa@m17n.org>
1382
1383 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1384 error when a multipart boundary in the nested multipart is found.
1385
251ebe0f
KH
1386 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1387 header components.
1388
5582c670
GM
13892011-02-23 Glenn Morris <rgm@gnu.org>
1390
817b48a7
GM
1391 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1392 * dired-x.el (dired-omit-mode): Safe if boolean.
1393 (dired-enable-local-variables): Fix doc and custom type.
1394 (dired-enable-local-variables, dired-local-variables-file)
1395 (dired-hack-local-variables): Make obsolete.
1396 (dired-omit-here-always): Use dir-locals.el instead.
1397
5582c670
GM
1398 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1399
5f9d345c
SM
14002011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * help-fns.el (describe-function-1): Don't signal an error just because
1403 the DOC file disappeared.
1404
01c35094 14052011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
1406
1407 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1408 remote check to "ftp". (Bug#8089)
1409
e84efb70
AM
14102011-02-21 Alan Mackenzie <acm@muc.de>
1411
1412 Fix bug #7930.
1413 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1414 in macros finding their way into c-state-nonlit-pos-cache.
1415 Strengthen the comments.
1416 (c-state-dump): New commented out diagnostic routine.
1417
c6309045
MA
14182011-02-21 Michael Albinus <michael.albinus@gmx.de>
1419
1420 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1421 `field' property of `rfn-eshadow-overlay'.
1422
06b840e0
LI
14232011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1424
1425 * net/netrc.el (netrc-parse): Comment fix.
1426
6d713256
CY
14272011-02-21 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1430 Autoload. Add optional arg FRAME, and pass it to color-values.
1431 (color-complement): Caller changed. Doc fix.
1432 (color-gradient): Rewrite for better clarity and efficiency.
1433
1434 * faces.el (color-values): Use cond for clarity. Doc fix.
1435
5f9d345c 1436 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 1437 color.el instead.
5f9d345c
SM
1438 (list-colors-sort-key, list-colors-print):
1439 Use color-normalized-values.
6d713256
CY
1440
14412011-02-20 Drew Adams <drew.adams@oracle.com>
1442
1443 * color.el: First part of merge from hexrgb.el.
1444 (color-rgb-to-hex): Rename from color-rgb->hex.
1445 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1446 saturation to zero if the value is too small.
1447 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1448 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1449 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1450 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1451 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1452 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1453 (color-cie-de2000): Doc fix.
1454
aa9c0efc
AM
14552011-02-20 Alan Mackenzie <acm@muc.de>
1456
1457 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1458 locating the beginning of a macro. (Bug#7595)
1459
18cfb5a1
GM
14602011-02-20 Glenn Morris <rgm@gnu.org>
1461
e17816e5
GM
1462 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1463 Don't autoload it.
1464
18cfb5a1
GM
1465 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1466 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1467
01c35094
JB
14682011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1469 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
1470
1471 * progmodes/hideshow.el (hs-find-block-beginning)
1472 (hs-hide-level-recursive): Ignore comments when parsing braces
1473 (Bug#8036).
1474
14752011-02-19 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1478 (vc-bzr-pull): Use it.
1479
3ab713fd
CY
14802011-02-19 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1483 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1484 but returning an alist. Ignore comments in bzr conffile.
1485 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1486 (vc-bzr-error-regex-alist): New var.
1487 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1488
5f9d345c
SM
1489 * vc/vc-dispatcher.el (vc-do-async-command):
1490 Bind inhibit-read-only to t.
3ab713fd
CY
1491
1492 * progmodes/compile.el (compilation--flush-directory-cache):
1493 Handle the case where cdr of compilation--flush-directory-cache
1494 points to no buffer, which can occur if we previously switched to
1495 compilation-mode in a pregenerated buffer.
1496
16bc9688
KH
14972011-02-19 Kenichi Handa <handa@m17n.org>
1498
1499 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1500 get the header copy into the temporary buffer.
1501 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1502 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1503 buffer-file-coding-system to undecided.
1504
67ab0163 15052011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 1506
a167e505
EZ
1507 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1508 Document completion with asterisk and a substring.
1509
67ab0163 15102011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
1511
1512 * files.el (find-file-literally): Doc fix.
1513
41002397
GM
1514 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1515
b8bd9908
GM
1516 * log-edit.el (log-edit-insert-changelog):
1517 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1518
4d737eb2
GM
15192011-02-19 Glenn Morris <rgm@gnu.org>
1520
cad7445b
GM
1521 * dired-x.el: Don't require dired-aux.
1522 (dired-do-create-files, dired-mark-read-regexp)
1523 (dired-do-create-files-regexp): Autoload from dired-aux.
1524
bea584fa
GM
1525 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1526 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1527
d6e96966
GM
1528 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1529 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1530
42924231
GM
1531 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1532 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1533 (dired-clean-up-buffers-too): Declare.
1534
203784cc
GM
1535 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1536 * dired.el (dired-initial-position): Merge dired-x's version here.
1537 (dired-find-subdir): Declare.
1538
30abce25
GM
1539 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1540 * dired-aux.el (dired-add-entry): Give it a doc-string.
1541 Merge dired-x's dired-omit handling here.
1542 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1543
4d737eb2
GM
1544 * international/mule-diag.el (list-input-methods-1):
1545 Indent all lines of multi-line doc-strings. (Bug#8066)
1546
abd20d91
CY
15472011-02-18 Chong Yidong <cyd@stupidchicken.com>
1548
1549 Fix 2011-02-02 changes.
1550
1551 * apropos.el (apropos-print): Call apropos-mode before setting up
1552 buffer variables. Use inhibit-read-only.
1553
5f9d345c
SM
1554 * emacs-lisp/package.el (package--list-packages):
1555 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
1556
1557 * play/solitaire.el (solitaire): Call solitaire-mode before
1558 setting up buffer variables. Use inhibit-read-only.
1559
e697fcfc
LM
15602011-02-18 Lawrence Mitchell <wence@gmx.li>
1561
1562 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1563 Bind case-fold-search to nil when looking for end of here-doc.
1564
4114ed61
EZ
15652011-02-18 Eli Zaretskii <eliz@gnu.org>
1566
e697fcfc
LM
1567 * image-mode.el (image-toggle-display-image):
1568 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
1569 files. (Bug#8047)
1570
aa56f361
SM
15712011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * files.el (cd): Make completion obey cd-path (bug#7924).
1574
d1be20a1
GM
15752011-02-18 Glenn Morris <rgm@gnu.org>
1576
135dee55
GM
1577 * progmodes/prolog.el: Don't require compile when compiling.
1578 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1579 (compilation-forget-errors, compilation-fake-loc)
1580 (compilation-parse-errors-function, compilation-error-list): Declare.
1581 (prolog-inferior-mode): Require 'compile.
1582
15e0d5a1
GM
1583 * emulation/cua-base.el (pc-selection-mode): Declare.
1584
002b46b7
GM
1585 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1586 (customize-object): Add autoload cookie.
1587 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1588 (eieio-browse, describe-class, eieio-describe-class)
1589 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1590 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1591 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1592 * Makefile.in (autoloads): Make eieio.el writable.
1593
d1be20a1
GM
1594 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1595 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1596 (dired-hack-local-variables): Use inhibit-read-only.
1597 (dired-guess-default): Simplify.
1598 (dired-make-relative-symlink): Use dotimes.
1599 (dired-simultaneous-find-file): Use dolist.
1600 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1601 (dired-x-hands-off-my-keys): Doc fix.
1602 (dired-x-bind-find-file): Doc fix. Use remapping.
1603 (after-init-hook): No need to add dired-x-bind-find-file.
1604 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1605 No need to call expand-file-name.
1606 (dired-filename-at-point): Remove unused locals `end', `filename'.
1607
f9d554dd
SM
16082011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1611
5da16a86
CO
16122011-02-18 Christian Ohler <ohler@gnu.org>
1613
1614 * emacs-lisp/ert.el (ert--setup-results-buffer)
1615 (ert-results-pop-to-backtrace-for-test-at-point)
1616 (ert-results-pop-to-messages-for-test-at-point)
1617 (ert-results-pop-to-should-forms-for-test-at-point)
1618 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1619 were incorrect and unnecessary. This should make `make check'
1620 pass again.
1621
3a00a363
KM
16222011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1623
01c35094 1624 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1625 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1626 * lisp/allout.el: Remove commentary about remove encryption
1627 passphrase mnemonic support and verification.
01c35094
JB
1628 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1629 armored text using gpg1, and indicate that the gpg version *might*
1630 be the problem in the error message.
3a00a363 1631
73057ba9
DD
16322011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1633
1634 * net/rcirc.el (rcirc-float-time): New function.
1635 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1636 (rcirc-ctcp-sender-PING): Use it.
1637
8551cb32
GM
16382011-02-17 Glenn Morris <rgm@gnu.org>
1639
53ef76c7
GM
1640 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1641 (speedbar-update-flag, speedbar-fetch-etags-command)
1642 (speedbar-fetch-etags-arguments):
1643 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1644 (term-completion-autolist, term-completion-addsuffix)
1645 (term-completion-recexact, term-completion-fignore):
1646 * term/sup-mouse.el (sup-mouse-fast-select-window):
1647 * term/x-win.el (x-select-request-type):
1648 Convert some defvars with "*" to defcustoms.
1649
64a14c74
GM
1650 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1651
92e39d6f
GM
1652 * vc/vc.el (vc-default-previous-version):
1653 Remove alias that points nowhere. (Bug#4496)
1654
fc14288b
GM
1655 * dired-x.el (dired-clean-up-after-deletion):
1656 kill-buffer does not need save-excursion.
1657 (dired-do-run-mail): Doc fix.
1658 (dired-filename-at-point): Doc fix.
1659 Use looking-at, and skip-chars rather than re search.
1660
8551cb32
GM
1661 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1662
96497653
KM
16632011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1664
aac7a935
KM
1665 * allout-widgets.el: New allout extension that shows allout
1666 outline structure with graphical widgets. 'allout-widgets'
1667 customize group is an 'allout' subgroup, for easy discovery.
1668
96497653
KM
1669 * allout.el: Include PGP and GnuPG in Keywords, and other
1670 commentary refinements.
1671 (allout-abbreviate-flattened-numbering): Rename to
1672 allout-flattened-numbering-abbreviation, and
1673 define-obsolete-variable-alias the old name.
1674 (allout-flattened-numbering-abbreviation): Rename from
1675 allout-abbreviate-flattened-numbering.
1676 (allout-mode-p): Include among autoloads, for use by other modes
1677 with impunity.
e697fcfc
LM
1678 (allout-listify-exposed):
1679 Use allout-flattened-numbering-abbreviation.
96497653
KM
1680 (allout-encrypt-string): Use set-buffer-multibyte directly.
1681 (allout-set-buffer-multibyte): Remove.
1682
be4a1d71
DD
16832011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1684
1685 * simple.el (just-one-space): Remove useless `or' call.
1686
274c2d34
MA
16872011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1688
c6309045 1689 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1690 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1691 (soap-decoded-multi-refs, soap-current-wsdl)
1692 (soap-encoded-namespaces): Rename CL-style *...* variables.
1693
88ae2870
MA
16942011-02-16 Michael Albinus <michael.albinus@gmx.de>
1695
1696 * net/soap-client.el: Add "comm" and "hypermedia" to the
1697 keywords. Reflow too long lines.
1698
1699 * net/soap-inspect.el: Ditto. Require 'cl.
1700
689743a2
BG
17012011-02-16 Bastien Guerry <bzg@altern.org>
1702
1703 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1704 in a `doctor-type' argument.
1705
16d2ff89
MA
17062011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1707
1708 * net/soap-client.el:
1709 * net/soap-inspect.el: New files.
1710
c6cefd36
LL
17112011-02-16 Leo <sdl.web@gmail.com>
1712
1713 * dired-x.el (dired-mode-map, dired-extra-startup):
1714 Remove dired-copy-filename-as-kill since it's already in dired.el.
1715
da5e0ce4
GM
17162011-02-16 Glenn Morris <rgm@gnu.org>
1717
1718 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1719 Doc fixes. Add :set property, replacing top-level calls.
1720 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1721 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1722 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1723 (dired-clean-up-after-deletion): Use when and dolist.
1724 (dired-jump): Use unless and when.
1725 (dired-virtual): Use line-end-position.
1726 (dired-default-directory-alist): Rename from default-directory-alist.
1727 (dired-default-directory): Update for above name change.
1728 (dired-vm): Drop VM < 5 and simplify.
1729 (dired-buffer-more-recently-used-p): Rewrite.
1730 (dired-filename-at-point): Use when and or.
1731 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1732 Update callers.
1733
c5ca3aa0
GM
17342011-02-15 Glenn Morris <rgm@gnu.org>
1735
1736 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1737
33f6cf7b
CY
17382011-02-14 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * vc/vc-git.el (vc-git-root-log-format): New option for
1741 customizing log format.
1742 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1743 (vc-git-log-view-mode): Use it.
1744 (vc-git-expanded-log-entry): New function.
1745 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1746
1747 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1748 customizing log format.
1749 (vc-hg-print-log): Use it.
1750 (vc-hg-expanded-log-entry): New function.
1751 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1752 vc-hg-expanded-log-entry. Truncate lines in root log.
1753
1754 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1755
e697fcfc
LM
1756 * vc/log-view.el (log-view-mode-menu):
1757 Add log-view-toggle-entry-display.
33f6cf7b 1758
461b69ae
GM
17592011-02-14 Glenn Morris <rgm@gnu.org>
1760
1761 * dired-x.el: Don't require man when compiling.
1762 (dired-omit-extensions, dired-local-variables-file)
1763 (dired-x-hands-off-my-keys): Make them defcustoms.
1764 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1765 (vm-visit-folder): Declare rather than defining.
1766 (dired-x-help-address, dired-x-variable-list): Remove.
1767 (dired-x-submit-report): Make it an obsolete alias.
1768
35f52ed6
JB
17692011-02-14 Juanma Barranquero <lekktu@gmail.com>
1770
1771 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1772
b2108a36
TZ
17732011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1774
67186ae2 1775 * net/imap.el: Bring it back.
b2108a36 1776
abfc152b
AM
17772011-02-13 Alan Mackenzie <acm@muc.de>
1778
1779 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1780 narrow-to-region call that cuts context off the end (Bug#7722).
1781
e697fcfc
LM
1782 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1783 Refactor nested if-forms with a simple cond.
abfc152b
AM
1784 (c-forward-<>-arglist): Revert 2011-01-31 change.
1785
d4eb88c7
CY
17862011-02-13 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * vc/log-view.el: New command log-view-toggle-entry-display for
1789 toggling log entries between concise and detailed forms.
1790 (log-view-toggle-entry-display): New command.
1791 (log-view-mode-map): Bind RET to it.
1792 (log-view-expanded-log-entry-function): New variable.
1793 (log-view-current-entry, log-view-inside-comment-p)
1794 (log-view-current-tag): New functions.
1795 (log-view-toggle-mark-entry): Use log-view-current-entry and
1796 log-view-end-of-defun instead of searching directly with
1797 log-view-message-re.
1798 (log-view-end-of-defun): Likewise. Add optional ARG for
1799 compatibility with end-of-defun.
1800 (log-view-end-of-defun): Ignore comments and VC buttons.
1801
1802 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1803 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1804
2609a08e
TZ
18052011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1806
114fe546
G
1807 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1808
2609a08e
TZ
1809 * net/imap-hash.el: Remove file.
1810
7a6ebb1a
MA
18112011-02-13 Michael Albinus <michael.albinus@gmx.de>
1812
1813 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1814
1815 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1816 call.
1817
1818 * net/tramp-imap.el: Remove file.
1819
75d4dcc9
CY
18202011-02-13 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1823 widget library for buttons, just use button.el.
1824
1825 * vc/log-view.el (log-view-mode-map): Don't inherit from
1826 widget-keymap.
1827
3c65e88d 18282011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1829
86361e1e
GM
1830 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1831 (nintersection, set-difference, nset-difference)
1832 (set-exclusive-or, nset-exclusive-or): Doc fix.
1833
dc4c6a7a
GM
1834 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1835
8a6f24e5
GM
1836 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1837 :italic props, so that frame-set-background-mode works. (Bug#7966)
1838
3caced0b
GM
1839 * simple.el (next-error): Doc fix.
1840
9de31df2
TV
18412011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1842
1843 * dired-aux.el (dired-create-files): Adapt destination name to
1844 match the new behavior of copy-directory.
1845
38a71655
CY
18462011-02-12 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1849 from rmail-dont-reply-to-names. Callers changed.
1850 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1851 (rmail-dont-reply-to): Make it an obsolete alias.
1852
1853 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1854 nil, and make obsolete (Bug#7888).
1855 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1856
1857 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1858
1859 * mail/rmailsort.el (rmail-sort-by-correspondent)
1860 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1861
1862 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1863
470d996d
TV
18642011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1865
1866 * files.el (copy-directory): New argument COPY-CONTENTS for
1867 copying directory contents into another existing directory.
1868
e2784c87
TH
18692011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1870
1871 * minibuffer.el (completion-table-case-fold): New function for
1872 creating a case-insensitive completion table.
1873
563790b6
TZ
18742011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1875
1876 * net/tramp.el (tramp-default-method): Also check if
1877 `auth-source-search' is bound.
1878 (tramp-read-passwd): Use `auth-source-search' instead of
1879 `auto-source-user-or-password'.
1880
1881 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1882 `auto-source-user-or-password.
1883 (tramp-imap-passphrase-callback-function): Use it.
1884
1885 * net/imap-hash.el: Autoload `auto-source-search' instead of
1886 `auto-source-user-or-password.
1887 (imap-hash-open-connection): Use it.
1888
1889 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1890 `auto-source-user-or-password.
1891 (smtpmail-try-auth-methods): Use it.
1892
c6affbde
PH
18932011-02-12 Phil Hagelberg <phil@hagelb.org>
1894
1895 * emacs-lisp/package.el: Allow packages to be reinstalled.
1896 (package--write-file-no-coding): Remove EXCL arg.
1897 (package-unpack-single): Don't use it.
1898
b5a53795
KP
18992011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1900
1901 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1902 in each sub directory.
1903 (vc-svn-registered): Use vc-svn-root.
1904 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1905 (vc-svn-repository-hostname): Use "svn info".
1906
25833f5e
DD
19072011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1908
1909 * simple.el (delete-trailing-whitespace): New optional buffer
1910 bound parameters.
1911
75d1d833
BG
19122011-02-11 Bastien Guerry <bzg@altern.org>
1913
1914 * files.el (basic-save-buffer): save unmodified buffers when
1915 the file pointed by buffer-file-name doesn't exist.
1916
e0e36cac
DD
19172011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1918
079721e9 1919 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1920
59350862
GM
19212011-02-11 Glenn Morris <rgm@gnu.org>
1922
1923 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1924
5708ce5e
JB
19252011-02-11 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1928
b016851c
SM
19292011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1930
59003be9
SM
1931 * server.el (server-process-filter): Use pcase.
1932
9517f8af
SM
1933 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1934 conflicting ways.
1935 (smie-indent--parent): Extend to "parent of arg".
1936 (smie-indent-inside-string): New function.
1937 (smie-indent-functions): Use it.
1938
cf77dd27
SM
1939 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1940 bzr locking race condition.
1941
49ffc078
SM
1942 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1943 still valid before using it.
1944
1a0a6cef
SM
1945 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1946 `message' -> `compilation-message' rename (bug#8004).
1947
b016851c
SM
1948 Move keymap initialization into declaration.
1949 * textmodes/enriched.el (enriched-mode-map):
1950 * textmodes/bib-mode.el (bib-mode-map):
1951 * term/lk201.el (lk201-function-map):
1952 * tar-mode.el (tar-mode-map):
1953 * replace.el (occur-mode-map):
1954 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1955 * progmodes/idlw-help.el (idlwave-help-mode-map):
1956 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1957 * play/solitaire.el (solitaire-mode-map):
1958 * play/snake.el (snake-mode-map, snake-null-map):
1959 * play/pong.el (pong-mode-map):
1960 * play/handwrite.el (menu-bar-handwrite-map):
1961 * play/gametree.el (gametree-mode-map):
a65112fb 1962 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1963 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1964 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1965 (newsticker--url-keymap):
1966 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1967 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1968 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1969 (menu-bar-edit-menu, menu-bar-custom-menu)
1970 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1971 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1972 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1973 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1974 (menu-bar-tools-menu, menu-bar-describe-menu)
1975 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1976 (menu-bar-help-menu):
1977 * mail/rmailsum.el (rmail-summary-mode-map):
1978 * kmacro.el (kmacro-step-edit-map):
1979 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1980 (ibuffer-mode-operate-map):
1981 * hi-lock.el (hi-lock-menu, hi-lock-map):
1982 * emulation/vip.el (vip-mode-map):
1983 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1984 * bookmark.el (bookmark-bmenu-mode-map):
1985 * help-mode.el (help-mode-map): Move initialization into declaration.
1986
1be1d1e9
DD
19872011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1988
1989 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1990 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1991 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1992 (rcirc-cmd-me, rcirc-authenticate): Use them.
1993
26d2a9bd
KM
19942011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1995
1996 * allout.el: Synopsis: Change allout user configuration so
1997 auto-activation is controlled solely by customization
1998 `allout-auto-activation'.
1999
01c35094 2000 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 2001 implement new custom set procedure for allout-auto-activation.
219bd536
JB
2002 Also, explicitly invoke (allout-setup) after allout-auto-activation
2003 is custom-defined, to affect the settings in emacs sessions besides
2004 the few where allout-auto-activation customization is done.
26d2a9bd
KM
2005 (allout-auto-activation): Use allout-auto-activation-helper to
2006 :set. Revise the docstring.
2007 (allout-init): Reduce functionality to just customizing
2008 allout-auto-activation, and mark obsolete.
2009 (allout-mode): Respect string values for allout-auto-activation.
2010 Run allout-after-copy-or-kill-hook without any args.
01c35094 2011 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
2012 (outlineify-sticky): Adjust docstring for new scheme.
2013 (allout-after-copy-or-kill-hook): No arguments - hook implementers
2014 should concentrate on the kill ring.
2015
b8e0f0cd
G
20162011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
2017
2018 * password-cache.el (password-cache-remove): Accept secrets that are
2019 not strings.
2020
ccded26c
SM
20212011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
2024 of here-doc that immediately follows a comment.
2025
ee6a57ab
DD
20262011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2027
4d04fdc9
DD
2028 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
2029
ee6a57ab
DD
2030 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
2031 available.
2032 (rcirc-ctcp-sender-PING): New function.
2033
6ca94a0b
SM
20342011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
2037 Remove the mark/nomark handling, and activate shift-select-mode instead.
2038
2039 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
2040
226590f8
JB
20412011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2042
2043 * calc/calc-units.el (math-logunits-quant): Add support for
2044 non-logarithmic units.
2045
dd0b691e
KM
20462011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
2047
4ec28e14
KM
2048 * allout.el (allout-after-copy-or-kill-hook): New hook for
2049 extension-specific processing of killed text.
2050 (allout-mode): Include new allout-after-copy-or-kill-hook among
2051 mentioned hooks.
01c35094 2052 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
2053 after kill happens even if barf-if-buffer-read-only is raised.
2054 Include new allout-after-copy-or-kill-hook among that subsequent
2055 processing.
2056 (allout-deannotate-hidden): Actually remove the annotation text
2057 properties.
2058
dd0b691e
KM
2059 * allout.el (allout-listify-exposed): Copy text sans text properties.
2060
07e52e08
MA
20612011-02-07 Michael Albinus <michael.albinus@gmx.de>
2062
b016851c 2063 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 2064
c5aff743
DD
20652011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2066
2067 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
2068
03925868
JB
20692011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
2070
b016851c 2071 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 2072 `calc-default-field-reference-level'.
b016851c 2073 (calc-logunits-power-reference): Rename from
01c35094 2074 `calc-default-power-reference-level'.
03925868 2075
b016851c 2076 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 2077 `math-logunits-level'
b016851c 2078 (math-logunits-plus): Rename from math-logcombine.
03925868 2079 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 2080 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 2081 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 2082 New functions.
b016851c
SM
2083 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
2084 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
2085 (calc-logunits-quantity): Rename from `calc-level'.
03925868 2086 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 2087 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
2088 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
2089 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 2090 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
2091 New functions.
2092
b016851c 2093 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
2094 (calc-ul-prefix-help): Remove.
2095 (calc-l-prefix-help): New function.
2096 (calc-full-help): Add reference to `calc-l-prefix-help'.
2097
2098 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
2099
ec6ad6f2
JB
2100 * calc/README: Mention logarithmic units.
2101
f8b351c1
CY
21022011-02-06 Chong Yidong <cyd@stupidchicken.com>
2103
2104 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
2105 non-ASCII characters (Bug#7925).
2106
a60287ff
GM
21072011-02-05 Glenn Morris <rgm@gnu.org>
2108
2109 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
2110
9ad53e98
GM
2111 * calendar/diary-lib.el (diary-font-lock-keywords):
2112 Tweak diary-time-regexp match. (Bug#7891)
2113
9783df21
GM
2114 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
2115 (f90-mode): Use it for mode's `find-tag-default-function' property.
2116
df275851
GM
2117 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
2118
95838641
GM
2119 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
2120
827b77e9
DD
21212011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2122
2123 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
2124 (Bug#6386).
2125
7cb76591
SM
21262011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2127
ba70ab1c
SM
2128 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
2129 font-lock-syntax-table remappings.
2130 (sh-here-doc-markers, sh-here-doc-re): Remove.
2131 (sh-font-lock-close-heredoc): Remove.
2132 (sh-syntax-propertize-here-doc): New function.
2133 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
2134 instead of the sh-here-doc-re.
2135 (sh-font-lock-paren): Don't do anything in comments or strings.
2136 Handle line continuations. Accept a few more chars.
2137 Don't rely on the font-lock-syntax-table remappings.
2138 `esac' is not a valid pattern.
2139 (sh-syntax-propertize-function): Handle here-docs differently, so we
2140 don't bother syntax-propertizing the insides.
2141
7cb76591
SM
2142 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
2143 Handle new bashisms ";&" and ";;&" (bug#7947).
2144
39b20f56
MA
21452011-02-05 Michael Albinus <michael.albinus@gmx.de>
2146
7cb76591
SM
2147 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
2148 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 2149
51aba3f3
MA
21502011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2151
2152 * net/tramp.el (tramp-postfix-method-format)
2153 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
2154 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
2155 (tramp-postfix-user-regexp, tramp-prefix-port-format)
2156 (tramp-prefix-port-regexp, tramp-postfix-host-format)
2157 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
2158 Doc fix.
2159
7bc61bb7
SS
21602011-02-04 Sam Steingold <sds@gnu.org>
2161
2162 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
2163
d93c111e
AS
21642011-02-04 Andreas Schwab <schwab@linux-m68k.org>
2165
2166 * international/mule-util.el (with-coding-priority): Doc fix.
2167
6f52d86e
EZ
21682011-02-04 Eli Zaretskii <eliz@gnu.org>
2169
2170 * arc-mode.el (archive-mode-map): Fix a typo in last change.
2171
c1b4afac
SS
21722011-02-03 Sam Steingold <sds@gnu.org>
2173
2174 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2175 Do not error out when `func' is nil.
2176
a857d3c7
MA
21772011-02-03 Michael Albinus <michael.albinus@gmx.de>
2178
2179 * net/tramp-sh.el (tramp-remote-path): Add default settings for
2180 `tramp-default-remote-path' to the docstring.
2181 (tramp-get-remote-path): Suppress error message when `getconf
2182 PATH' fails.
2183
2184 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
2185
8aa88760
GM
21862011-02-03 Glenn Morris <rgm@gnu.org>
2187
219ea611
GM
2188 * vc/vc-hg.el (vc-hg-command): Doc fix.
2189
8d7b5b5b
GM
2190 * term/w32-win.el (libpng-version): Declare for compiler.
2191
c03eac34
GM
2192 * msb.el: No need to load dired while compiling.
2193
7f07c1fe
GM
2194 * emacs-lisp/elint.el (elint-standard-variables):
2195 Remove a couple of built-ins that now have doc-strings.
2196
befe199d
GM
2197 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
2198 `require' is automatically `eval-and-compile'd.
2199
2d7d6439
GM
2200 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
2201 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
2202
8aa88760
GM
2203 * strokes.el (strokes-fill-current-buffer-with-whitespace):
2204 Move definition before use.
2205 (strokes-report-bug): Make it obsolete.
2206
e90f8545
SS
22072011-02-02 Sam Steingold <sds@gnu.org>
2208
2209 * apropos.el (apropos-print): Now that `apropos-mode' inherits
2210 from `special-mode', entering it makes the buffer read-only, so
2211 call it only when everything has been already inserted.
2212 * emacs-lisp/ert.el (ert--setup-results-buffer)
2213 (ert-results-pop-to-backtrace-for-test-at-point)
2214 (ert-results-pop-to-messages-for-test-at-point)
2215 (ert-results-pop-to-timings): Ditto.
2216 * emacs-lisp/package.el (package--list-packages): Ditto.
2217 * play/solitaire.el (solitaire): Ditto.
2218
90db975f
CY
22192011-02-02 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * progmodes/compile.el: Make all faces inherit.
2222 (compilation-warning): Inherit from font-lock-variable-name-face.
2223 (compilation-info): Inherit from font-lock-type-face.
2224 (compilation-line-number): Reassign to font-lock-keyword-face.
2225 (compilation-column-number): Reassign to font-lock-doc-face.
2226 (compilation-leave-directory-face): Reassign to
2227 font-lock-builtin-face.
2228
bc35ff32
EZ
22292011-02-02 Eli Zaretskii <eliz@gnu.org>
2230
2231 * dired.el (dired-insert-directory): Don't invoke `ls' when
2232 ls-lisp.el is used to emulate it.
2233
39cde66c
JD
22342011-02-01 Julien Danjou <julien@danjou.info>
2235
2236 * color.el (color-gradient): Add a color-gradient function.
2237
abef340a
SS
22382011-02-01 Sam Steingold <sds@gnu.org>
2239
2240 * simple.el (special-mode-map): Bind "h" to `describe-mode';
2241 bind "z" to `kill-this-buffer'.
2242 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
2243 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
2244 (apropos-mode): Inherit from `special-mode'.
2245 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
2246 * bookmark.el (bookmark-bmenu-mode): Define using
2247 `define-derived-mode' inheriting from `special-mode'.
2248 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
2249 * image-mode.el (image-mode-map): Ditto.
2250 * replace.el (occur-mode): Define using
2251 `define-derived-mode' inheriting from `special-mode'.
2252 * tar-mode.el (tar-mode): Inherit from `special-mode'.
2253 * calendar/diary-lib.el (diary-fancy-display-mode):
2254 Inherit from `special-mode-map'.
2255 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
2256 Inherit from `special-mode'.
2257 * emacs-lisp/package.el (package-menu-mode-map): Copy from
2258 `special-mode-map'.
2259 (package-menu-mode): Define using `define-derived-mode'
2260 inheriting from `special-mode'.
2261 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
2262 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
2263 (xesam-mode-map): Define separately.
2264 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
2265 * progmodes/compile.el (compilation-minor-mode-map)
2266 (compilation-mode-map): Inherit from `special-mode-map'.
2267 * vc/diff-mode.el (diff-mode-shared-map):
2268 Inherit from `special-mode-map'.
2269 * vc/log-view.el (log-view-mode-map): Add a comment.
2270
928f4e73
CY
22712011-02-01 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * custom.el (load-theme): Define return value. Drop use of
2274 unsafep; call custom-theme-load-confirm for non-known-safe themes.
2275 (custom-theme-load-confirm): Scroll in the correct window.
2276 (custom-enabled-themes): Add custom-safe-themes to :set-after.
2277
2278 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
2279 checkbox if load-theme fails.
2280
7d116647
SM
22812011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * progmodes/compile.el (compilation-next-error): Check there's
2284 a message before using it (bug#7941).
2285
4fdfcddf
JB
22862011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
2287
2288 * calc/calc-mtx.el (math-lud-pivot-check): New function.
2289 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
2290 of potential pivots.
2291
3b95603f
AM
22922011-01-31 Alan Mackenzie <acm@muc.de>
2293
7d116647
SM
2294 * progmodes/cc-cmds.el (c-forward-over-illiterals):
2295 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 2296 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 2297 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 2298
6fa1f651
CY
22992011-01-31 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * files.el (copy-directory): Fix arguments to recursive call.
2302
14beddf4 23032011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
2304
2305 * files.el (copy-directory): If destination is an existing
2306 directory, copy into a subdirectory there.
2307
14beddf4 23082011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
2309
2310 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
2311 files.
2312
14beddf4 23132011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 2314
6fc0aac3
CY
2315 * image-dired.el (image-dired-mouse-display-image): No-op if no
2316 file is found (Bug#7817).
2317
d1f14baa
CY
2318 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
2319
14beddf4 23202011-01-31 Kenichi Handa <handa@m17n.org>
67442738 2321
7d116647
SM
2322 * international/quail.el (quail-keyboard-layout-alist):
2323 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 2324
14beddf4 23252011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
2326
2327 * msb.el (msb-menu-bar-update-buffers): Update for changed
2328 argument handling of menu-bar-select-frame. (Bug#7902)
2329
14beddf4 23302011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
2331
2332 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
2333 to the recursion depth (Bug#7722).
2334
14beddf4 23352011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
2336
2337 * term/ns-win.el (ns-find-file): Expand ns-input-file with
2338 command-line-default-directory (Bug#7872).
2339
9e11271c
SM
23402011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2341
2342 * progmodes/compile.el (compilation--flush-directory-cache):
2343 New function, extracted from compilation--remove-properties.
2344 (compilation--remove-properties, compilation--parse-region): Use it.
2345 (compilation--previous-directory): Handle one more case.
2346 (compilation-enable-debug-messages): Remove.
2347 (compilation-parse-errors, compilation--flush-parse): Just remove the
2348 left over debug messages.
2349
038714ab
SS
23502011-01-31 Sam Steingold <sds@gnu.org>
2351
2352 * progmodes/compile.el (compilation-enable-debug-messages):
2353 Add a variable to make the parsing messages introduced in
2354 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
2355 (compilation-parse-errors, compilation--flush-parse): Use it.
2356
2a4466ca
DD
23572011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2358
35f52ed6 2359 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
2360 (rcirc-nick-completion-format): New defcustom.
2361 (rcirc-complete): Use it.
2362
186ecaf1
DD
23632011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2364
2365 * net/rcirc.el: Clean log filenames (Bug#7933).
2366 (rcirc-log-write): Use convert-standard-filename.
2367 (rcirc-log-filename-function): Documentation updates.
2368
253f7d1b
JD
23692011-01-30 Jan Djärv <jan.h.d@swipnet.se>
2370
9e11271c
SM
2371 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
2372 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
2373 (report-emacs-bug-can-use-osx-open): New function.
2374 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
2375 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
2376
a2b6e5d6
CY
23772011-01-29 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2380 updating Dired or VC-dir buffers after async command completes.
2381
2382 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2383 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2384
2385 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2386 completions if it exists. Use vc-set-async-update.
2387 (vc-git-pull): Use vc-set-async-update.
2388
2389 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2390 read-shell-command. Use vc-set-async-update.
2391 (vc-hg-merge-branch): Use vc-set-async-update.
2392
8907f7b9
DU
23932011-01-29 Daiki Ueno <ueno@unixuser.org>
2394
9e11271c
SM
2395 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2396 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
2397 (Bug#7931).
2398
e52f87a1
SM
23992011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * progmodes/compile.el: Avoid an N² behavior in grep.
2402 (compilation--previous-directory): New fun.
2403 (compilation--previous-directory-cache): New var.
2404 (compilation--remove-properties): Flush it.
2405 (compilation-directory-properties, compilation-error-properties):
2406 Use the new fun to speed up looking for the current directory.
2407
659114fd
CY
24082011-01-29 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * vc/vc-hg.el (vc-hg-history): New var.
2411 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2412 (vc-hg-merge-branch): New function.
2413
2414 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2415 the other way around.
2416
2417 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2418 (vc-git-merge-branch): New functions.
2419 (vc-git-history): New var.
2420
9bfe5783
CY
24212011-01-28 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2424
2425 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2426 vc-do-async-command.
2427
e52f87a1
SM
2428 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2429 Callers changed.
9bfe5783 2430
b1ea593c
LL
24312011-01-28 Leo <sdl.web@gmail.com>
2432
2433 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 2434 highlighting to the "this function is advised" message.
b1ea593c
LL
2435
2436 * help-mode.el (help-mode-finish): Apply highlighting here, to
2437 avoid clobbering by substitute-command-keys (Bug#6304).
2438
40e22d80
CY
24392011-01-28 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * woman.el (woman0-roff-buffer): Process roff escape sequences
2442 occurring prior to the first request (Bug#7843).
2443
01c63f4c
SM
24442011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2445
55fb9013
SM
2446 * progmodes/compile.el: Don't use font-lock any more.
2447 (compilation-error-regexp-alist-alist): Change handling of makepp
2448 so it preserves the warning/error distinction on subsequent files.
2449 Simplify various rules.
2450 (compilation-directory-properties): Use font-lock-face.
2451 Add a compilation-message property.
2452 (compilation-internal-error-properties): Use font-lock-face.
2453 Don't set the compilation-debug property here.
2454 (compilation--put-prop, compilation--remove-properties)
2455 (compilation--parse-region, compilation--ensure-parse)
2456 (compilation--ensure-parse): New functions.
2457 (compilation-parse-errors): New function, largely inspired of
2458 compilation-mode-font-lock-keywords. Set compilation-debug here.
2459 (compilation--parsed): New var.
2460 (compilation--flush-parse): Use compilation--ensure-parse.
2461 (compilation-start): Don't call font-lock.
2462 (compilation-turn-on-font-lock): Remove.
2463 (compilation-setup): Don't set font-lock-extra-managed-props not change
2464 other font-lock settings, other than keywords.
2465 Don't activate font-lock-mode.
2466 Set change-major-mode-hook and before-change-functions.
2467 (compilation--unsetup): Remove properties and hooks.
2468 (compilation-next-single-property-change): New function.
2469 (compilation-next-error): Use it to parse when needed.
2470 (compile-goto-error): Parse buffer as needed.
2471 (compilation--compat-error-properties): Don't need a dummy `face'
2472 property any more.
2473
8fe52384
SM
24742011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2477 (compilation-process-setup-function): Fix docstring's false promises.
2478 (compilation-error-regexp-alist-alist): Catch omake's continuous
2479 recompilation message and avoid reuse of old markers.
2480 (compilation-parse-errors-function): Declare obsolete.
2481 (compilation-buffer-modtime): Remove.
2482 (compilation--make-cdrloc, compilation--loc->col)
2483 (compilation--loc->line, compilation--loc->file-struct)
2484 (compilation--loc->marker, compilation--loc->visited)
2485 (compilation--make-file-struct, compilation--file-struct->file-spec)
2486 (compilation--file-struct->formats)
2487 (compilation--file-struct->loc-tree): New macros. Use them.
2488 (compilation--message): New defstruct. Use them.
2489 (compilation-next-error-function): Don't mess with timestamps to try
2490 and guess when to reparse.
2491
01c63f4c
SM
24922011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2493
5e853d01
SM
2494 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2495 (tex-old-error-file-name): New function,
2496 extracted from tex-compilation-parse-errors.
2497 (tex-compilation-parse-errors): Remove.
2498 (tex-error-regexp-alist): New var.
2499 (tex-shell): Use it to avoid compilation-parse-errors-function.
2500
07b741a7
SM
2501 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2502 (grep-mode-font-lock-keywords): Remove regexp that seems like
2503 a left-over from before we used compile.el.
2504 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2505 modifying the buffer within with-silent-modifications.
2506
2507 * progmodes/compile.el: Cleanup text-properties namespace by using
2508 `compilation-message' instead of `message', `compilation-directory'
2509 instead of `directory', and `compilation-debug' instead of `debug'.
2510 (compilation-last-buffer, compilation-parsing-end)
2511 (compilation-error-list, compilation-old-error-list): Move to the
2512 compatibility part of the code.
2513 (compilation-error-properties): If `file' is a function, let it return
2514 a file name.
2515 (compilation-mode-font-lock-keywords): Be more conservative with the
2516 omake "^ *" pattern prefix, to try and minimize the risk of
2517 pathologically slow regexp matching.
2518 (compilation-start): Use inhibit-read-only.
2519 (compilation--unsetup): New function.
2520 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2521 (compilation-filter): Minor tweaks.
8fe52384 2522 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 2523 (compilation--flush-file-structure): New fun.
8fe52384 2524 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
2525 (debug-ignored-errors): Add "Moved past last ...".
2526 (compilation--compat-error-properties)
2527 (compilation--compat-parse-errors): Rename by doubling the "-".
2528
01c63f4c
SM
2529 Port features from the previous prolog.el to the new one.
2530 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2531 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2532 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2533 variable and use a function to compute the value dynamically.
2534 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2535 (prolog-continued-prompt-regexp): Remove, unused.
2536 (prolog-find-value-by-system): Try and use the value of prolog-system
2537 in the *prolog* buffer if it helps.
2538 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2539 (prolog-zip-on): ..and check prolog-system and version here instead.
2540 (prolog-inferior-self-insert-command): New command.
2541 (prolog-inferior-mode-map): Use it.
2542 (prolog-inferior-error-regexp-alist): New var.
8fe52384 2543 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
2544 (prolog-input-filter): Use derived-mode-p.
2545 (prolog-inferior-guess-flavor): New function.
2546 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2547 make-comint to avoid running comint-mode twice.
2548 (prolog-inferior-buffer): New fun.
2549 (prolog-old-process-region, prolog-old-process-file):
2550 Don't call prolog-bsts here...
2551 (prolog-build-prolog-command): ...do it here instead.
2552 (prolog-old-process-region, prolog-old-process-file):
2553 Use compilation-fake-loc and compilation-forget-errors.
2554 (prolog-consult-compile-region): Use bolp.
2555
2f224f0b
CY
25562011-01-28 Chong Yidong <cyd@stupidchicken.com>
2557
2558 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2559
db0e305d
SS
25602011-01-27 Sam Steingold <sds@gnu.org>
2561
9e11271c
SM
2562 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2563 Remove "*server*" which is never created by emacs server.
db0e305d 2564
27bbeb29
DD
25652011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2566
2567 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2568 there are some diff switches.
2569
153c5428
SM
25702011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2571
89fdaac7
SM
2572 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2573 Copy change made to ruby-font-lock-syntactic-keywords.
2574
153c5428
SM
2575 * htmlfontify.el: Make it obey the font-lock-face text property.
2576 Miscellaneous cleanup such as:
2577 - Don't hide expressions after a closing paren.
2578 - Move initial setq into let.
2579 - Hoist common parts out of ifs.
2580 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2581 (hfy-face-at): Use get-text-property instead.
2582 (hfy-prop-invisible-p): Use invisible-p if available.
2583 (htmlfontify-manual): Use \\[...].
2584 (hfy-html-quote-regex): Use [...].
2585 (hfy-combined-face-spec): Simplify.
2586 (hfy-compile-face-map): Don't presume point-min==1.
2587 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2588 match end of string.
2589 (hfy-text-p): η-reduce.
2590 (hfy-tags-for-file): Receive cache-hash directly.
2591 (hfy-mark-tag-names): Adjust call.
2592
ed7646d4
GM
25932011-01-27 Glenn Morris <rgm@gnu.org>
2594
2595 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2596 (msb-after-load-hook): Remove eval-after-load wackiness.
2597
ed68f651
SS
25982011-01-25 Sam Steingold <sds@gnu.org>
2599
2600 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2601 literal "diff" (important for windows-nt).
2602
0fe719e6
GM
26032011-01-25 Glenn Morris <rgm@gnu.org>
2604
2605 * emacs-lisp/copyright.el (copyright-at-end-flag)
2606 (copyright-names-regexp): Add safety properties.
2607 (copyright-year-ranges): New option.
2608 (copyright-find-end): New function, split from copyright-update-year.
2609 (copyright-update-year): Use copyright-find-end.
2610 (copyright-fix-years): Optionally, convert years to ranges.
2611 Handle years continued over comment lines.
2612 Do not mess with the fill-prefix.
2613 Do not call copyright-update.
2614 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 2615 Skip directories. Find files with only safe local vars.
0fe719e6 2616
06d8ace5 26172011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
2618
2619 * files.el (file-name-non-special): Only change buffer-file-name after
2620 insert-file-contents if it's `visit'ing the file (bug#7854).
2621
06d8ace5 26222011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
2623
2624 * dired.el (dired-revert): Doc fix (Bug#7758).
2625
06d8ace5
GM
2626 * simple.el (line-move-visual): Doc fix (Bug#7594).
2627
26282011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2629
2630 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2631 here-doc which ends with an underscore.
2632 (ruby-mode-set-encoding): Skip shebang line always.
2633 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2634 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2635 (ruby-forward-sexp): Stop after literal hash key labels.
2636 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2637 bracket.
2638
06d8ace5 26392011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2640
2641 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2642 the correct buffer (Bug#7650).
2643
06d8ace5
GM
26442011-01-25 Glenn Morris <rgm@gnu.org>
2645
2646 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2647
ce558208
GM
2648 * simple.el (do-auto-fill): Give it a doc string.
2649
4d265b4d
GM
2650 * button.el (make-text-button): Doc fix. (See bug#7881)
2651
21bb5ce0
SM
26522011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2653
ab0a61d0
SM
2654 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2655 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2656
21bb5ce0
SM
2657 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2658 Handle ?" and friends differently (e.g. don't use backrefs).
2659
603823f5
JB
26602011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2661
2662 * calc/calc.el (calc-default-power-reference-level)
2663 (calc-default-field-reference-level): New variables.
35f52ed6 2664 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2665 (math-logunits): New variable.
2666 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2667 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2668 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2669 New functions.
603823f5
JB
2670 (math-find-base-units-rec): Add entry for ln(10).
2671 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2672 (calc-ul-prefix-help): New function.
2673 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2674 functions. Add keybindings for new units functions.
603823f5 2675
11ea68ce 26762011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2677
2678 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2679 rcirc buffers. (Bug#4940)
10617634 2680
0412a5a4
GM
26812011-01-22 Glenn Morris <rgm@gnu.org>
2682
2683 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2684 split out from copyright-update-year.
2685 (copyright-update): Don't mess with the GPL version if we don't own the
2686 copyright. Update license regexp, and remove no longer needed
2687 Esperanto stuff.
d226ec23 2688 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2689
e7c1dca8
CY
26902011-01-22 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2693
4d0143e6
JA
26942011-01-22 Jari Aalto <jari.aalto@cante.net>
2695
2696 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2697 (lm): Rename to landmark.
2698 (lm-test-run): Rename to landmark-test-run.
2699
e3545d0d
CY
27002011-01-22 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2703 "Case sensitive" menu item.
2704
7c82f3e2 27052011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2706
2707 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2708 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2709
7c82f3e2 27102011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2711
2712 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2713
7c82f3e2 27142011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2715
6e1dbaa9
RM
2716 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2717 Assume foo(bar) is a manpage reference rather than some unquoted
2718 symbol (bug#7705).
26a27884 2719
7c82f3e2 27202011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2721
2722 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2723 Suggested by Flo <sensorflo@gmail.com>.
2724
7c82f3e2 27252011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2726
2727 * progmodes/compile.el (compilation-error-regexp-alist):
2728 Fix custom type. (Bug#7812)
2729
4936e3ba
KM
27302011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2731
2732 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2733 allout-number-siblings, in keeping with what obtained due to
2734 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2735 (prefixed) ?i.
2736 (allout-before-change-handler): Better expose spots affected by
2737 undo.
2738
cde7e38b
CY
27392011-01-22 Chong Yidong <cyd@stupidchicken.com>
2740
2741 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2742
6b072b27
PH
27432011-01-22 Phil Hagelberg <phil@evri.com>
2744
2745 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2746 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2747 (pcmpl-ssh-config-hosts): New function.
2748 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2749 pcmpl-ssh-known-hosts.
2750
26d82c3a
JB
27512011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2752
c310ff4f
JB
2753 * calc/calc-undo.el (calc-undo): Autoload it.
2754 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2755 and autoload for `calc-undo'.
2756 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2757 * calc/calc-prog.el:
2758 * calc/calc-graph.el:
2759 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2760
a10c4149
ŠN
27612011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2762
2763 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2764 keybindings to `calc-undo'.
2765
8dabbfd6
SM
27662011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 Don't mess with *temp*.
2769 * obsolete/spell.el: Move from textmodes/spell.el.
2770 (spell-string):
2771 * term.el (term-read-input-ring):
2772 * startup.el (display-startup-echo-area-message):
2773 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2774 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2775 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2776 point-min==1.
2777
d3e51865
KM
27782011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2779
35f52ed6 2780 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2781 reapplying defalias.
2782
2783 (allout-hotspot-key-handler): Check for non-control-modified
2784 bindings for hotspot characters if there are no control-modified
2785 versions.
2786
d3e51865
KM
2787 * allout.el: Summary - migrate to defining allout mode using
2788 define-minor-mode instead of defun. Significantly clean-up
2789 internal keymap provisions, refactoring and, in the process,
2790 removing a lot of accumulated cruft.
2791
2792 allout-mode-map is now a keymap by virtue of being a defalias to
2793 allout-mode-map-value, which contains the actual keymap structure.
2794
8dabbfd6
SM
2795 (allout-mode): Use define-minor-mode rather than defun.
2796 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2797 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2798 entry will be '(allout-mode . allout-mode-map) - see
2799 allout-mode-map-value, below. Adjust docstring to track changes.
2800 (allout-minor-mode): Remove this defalias, now that we're using
2801 define-minor-mode.
2802 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2803 keymap is allout-mode-map-value, via defalias.
2804 (allout-mode-map-value): The variable holding the actual mode
2805 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2806 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2807 allout-bind-keys, and including the binding-composition
2808 functionality of the former produce-allout-mode-map and
2809 allout-setup-mode-map.
2810 (allout-institute-keymap): Take over the "setup" part of the former
2811 allout-setup-mode-map. Reassign allout-mode-map-value value and
2812 update the defalias.
01c35094 2813 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2814 (allout-unprefixed-keybindings):
2815 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2816 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2817 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2818 user can customize if they want to use that binding.
2819 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2820 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2821 elided that, previously, instead of the one for \C-h.)
2822 (allout-hotspot-key-handler): Remove attempt to resolve the key
2823 through the literal key-string lookup on allout-keybindings-list.
2824 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2825 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2826 (allout-pre-command-business): Use allout-mode-map-value instead
2827 of allout-mode-map.
2828 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2829 the bindings if they want to use a keybinding having a trailing
2cf429d0 2830 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2831 (allout-keybindings-list): Remove. It's not been useful for a
2832 while. (See allout-hotspot-key-handler changes, above.)
2833 (produce-allout-mode-map): Remove. Consolidate into
2834 allout-compose-and-institute-keymap.
2835 (allout-mode-map-adjustments): Remove. No longer necessary with
2836 removal of allout-preempt-trailing-ctrl-h.
2837 (allout-setup-mode-map): Remove. Consolidate into
2838 allout-compose-and-institute-keymap and allout-institute-keymap.
2839
c11136ec
GM
28402011-01-20 Glenn Morris <rgm@gnu.org>
2841
dbfb414e
GM
2842 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2843
c11136ec
GM
2844 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2845
9aea757b
CY
28462011-01-20 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2849
2850 * files.el (find-alternate-file, basic-save-buffer)
2851 (basic-save-buffer-2, revert-buffer, recover-file)
2852 (kill-buffer-ask, abort-if-file-too-large)
2853 (set-visited-file-name, write-file, backup-buffer)
2854 (basic-save-buffer, save-some-buffers):
2855 * dired-aux.el (dired-compress-file): Callers changed.
2856
5dd4f3f7
GM
28572011-01-19 Glenn Morris <rgm@gnu.org>
2858
2859 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2860 Also check the property status. (Bug#7861)
2861
56761182
MA
28622011-01-18 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * net/tramp.el (tramp-debug-message): Extend function exclude
2865 list. Use `regexp-opt'.
2866
a9faac5c 28672011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2868
9cc3a0c7
SM
2869 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2870 highlighting doesn't spill over subsequent lines.
2871
1a1fcbe1
SM
2872 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2873 keymap expression. Improve docstring.
2874
74a10be5
SM
2875 * electric.el (electric-indent-post-self-insert-function):
2876 Don't auto-indent for indent-to-left-margin, it's too often
2877 counter-productive.
2878
721be9cd
TH
28792011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2880
2881 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2882 spaces if the frame was resized, so that the full visible buffer
2883 serves as canvas for strokes.
2884
a767645f
GM
28852011-01-16 Glenn Morris <rgm@gnu.org>
2886
2887 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2888 Also skip directories.
a767645f 2889
444ee8dd
KR
28902011-01-16 Kevin Ryde <user42@zip.com.au>
2891
2892 * info-xref.el: Version 3.
2893 (info-xref-check, info-xref-check-all): Move commentary details
2894 into docstrings for better visibility.
2895 Use compilation-mode for the results buffer.
2896 (info-xref-output, info-xref-output-error, info-xref-with-output)
2897 (info-xref-filename, info-xref-in-progress):
2898 New internals for this.
2899 (info-xref-check-list, info-xref-check-buffer)
2900 (info-xref-check-all-custom): Use those.
2901 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2902 (info-xref-output-heading): Rename from info-xref-filename-heading.
2903 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2904 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2905 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2906 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2907 (info-xref-subfile-p): Move to generic section with those two.
2908 (info-xref-check-node): New function split from
2909 info-xref-check-buffer, shared by info-xref-docstrings.
2910 (info-xref-goto-node-p): Move to a checking section with that func.
2911 (info-xref-unavail): New counter.
2912 (info-xref-check-node): Use it.
2913 (info-xref-with-output): Show count of unavailables at end of output.
2914 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2915 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2916 (info-xref-check-all-custom): Fix quietening viper-mode and
2917 gnus-registry-install -- use setq not let so as not to unbind
2918 after load.
2919
d4119912
JL
29202011-01-16 Juri Linkov <juri@jurta.org>
2921
2922 * isearch.el (isearch-abort): Don't quit if search has
2923 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2924
b024d9f0
MD
29252011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2926
2927 * files.el (backup-buffer): Make last-resort backup file in
2928 .emacs.d (Bug#6953).
2929
2930 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2931 make it with permission 700.
2932
d52969e8 29332011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2934
74a10be5
SM
2935 * mail/rmailmm.el (rmail-mime-insert-header):
2936 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2937 system used to decode the header.
2938 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2939 (rmail-mime-insert-decoded-text):
2940 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2941 (rmail-show-mime): If only a header part was decoded, find the
2942 coding system while ignoring mm-charset-override-alist.
2943
d52969e8 29442011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2945
2946 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2947
d52969e8 29482011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2949
2950 * mail/rmailmm.el (rmail-mime-next-item)
2951 (rmail-mime-previous-item): Delete them.
2952 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2953 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2954 Callers changed.
e7ca0062
KH
2955 (rmail-mime-raw-mode): Recursively call for children.
2956 (rmail-mode-map): Change mapping of tab and backtab to
2957 forward-button and backward-button respectively.
2958 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2959 button.
2960 (rmail-mime-update-tagline): New function.
2961 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2962 body display is changed.
74a10be5 2963 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2964 (rmail-mime-image): Delete this button type.
2965 (rmail-mime-toggle): New button type.
2966 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2967 body display is changed. Change the save button label to "Save".
2968 Don't process show/hide button here.
2969 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2970 the body display is changed. Unconditionally call
2971 rmail-mime-insert for children.
2972 (rmail-mime-handle): Update `display' vector of the just inserted
2973 entity.
2974 (rmail-mime-process): If mail-header-parse-content-type returns
2975 nil, use "text/plain" as the fallback type.
2976 (rmail-mime-insert): For raw-mode, recursively call
2977 rmail-mim-insert for children.
2978 (rmail-mime): Handle the case that the current buffer is not rmail
2979 buffer (e.g. in summary buffer).
2980
d52969e8 29812011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2982
2983 * mail/rmailmm.el (rmail-mime-next-item)
2984 (rmail-mime-previous-item): Skip the body of a non-multipart
2985 entity if a tagline is shown.
2986
362b9d48
GM
29872011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2990 (tmm-prompt): Simplify.
2991 (tmm-add-prompt): Remove unused var `win'.
2992
2993 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2994 to minor mode which used nil accidentally to mean "turn off".
2995
29962011-01-15 Michael Albinus <michael.albinus@gmx.de>
2997
2998 * net/tramp-sh.el (tramp-find-inline-compress)
2999 (tramp-get-inline-coding): Quote command after pipe symbol for
3000 local calls under W32. (Bug#6784)
3001
30022011-01-15 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
3005 only when running under W32.
3006
30072011-01-15 Eli Zaretskii <eliz@gnu.org>
3008
3009 * progmodes/grep.el (grep-compute-defaults): Quote the program
3010 file name after the pipe symbol in Grep templates. (Bug#6784)
3011 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
3012
30132011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
3014
3015 * buff-menu.el (Buffer-menu-buffer-list): New var.
3016 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
3017 restricted buffer list is not lost on revert (Bug#7749).
3018
30192011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
3020
3021 * net/ldap.el (ldap-search-internal): Discard stderr output.
3022
30232011-01-15 Eli Zaretskii <eliz@gnu.org>
3024
3025 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
3026
30272011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
3030
30312011-01-15 Kenichi Handa <handa@m17n.org>
3032
3033 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
3034 part as a plain text.
3035 (rmail-mime-process-multipart): Set the default content-type to
3036 nil for unknown multipart subtypes (bug#7651).
3037
6d3d6113
SM
30382011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3039
4391b429
SM
3040 * hexl.el (hexl-mode-old-*): Remove.
3041 (hexl-mode--old-var-vals): New var to replace them.
3042 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
3043 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
3044 Use them to set local vars (bug#7846).
3045 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
3046 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
3047 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
3048
6d3d6113
SM
3049 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
3050 (smerge-resolve--normalize-re): New var.
3051 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
3052 (smerge-resolve): Use them.
3053 * newcomment.el (comment-only-p): New function.
3054 (comment-or-uncomment-region): Use it.
3055
77ab81d0 30562011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
3057
3058 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
3059 table, get the value before switching to the output buffer. (Bug#7733)
3060
77ab81d0 30612011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
3062
3063 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
3064
8faba62c
KS
30652011-01-14 Kim F. Storm <storm@cua.dk>
3066
3067 * emulation/cua-base.el (cua--init-keymaps):
3068 Remap exchange-point-and-mark in cua-global-keymap.
3069
ab7eb811
TH
30702011-01-14 Tassilo Horn <tassilo@member.fsf.org>
3071
3072 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
3073 loop keyword.
3074
fc55380c
SM
30752011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
3078 Require CL.
3079 (easy-menu-create-menu, easy-menu-convert-item-1):
3080 Use :label rather than nil for labels. Use `case'.
3081 Add :enable as alias for :active.
3082 (easy-menu-binding): Obey :label.
3083
dbed16aa
SM
30842011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3085
4d789d84
SM
3086 Use run-mode-hooks for major mode hooks (bug#513).
3087 * textmodes/reftex-toc.el (reftex-toc-mode-map):
3088 Rename from reftex-toc-map.
3089 (reftex-toc-mode): Use define-derived-mode.
3090 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
3091 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
3092 Rename from reftex-select-(label|bib)-map. Move init into declaration.
3093 (reftex-select-label-mode, reftex-select-bib-mode):
3094 Use define-derived-mode.
3095 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
3096 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
3097 Move init into delcaration.
3098 (reftex-index-mode, reftex-index-phrases-mode):
3099 Use define-derived-mode.
3100 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
3101 speedbar-syntax-table. Move init into declaration.
3102 (speedbar-mode-map): Rename from speedbar-key-map.
3103 Move init into declaration.
3104 (speedbar-file-key-map): Move init into declaration.
3105 (speedbar-mode): Use define-derived-mode.
3106 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
3107 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
3108 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
3109 (chart-face-list): Move initialization into declaration.
3110 (chart-mode): Use define-derived-mode.
3111 * calculator.el (calculator-mode-map): Move init into declaration.
3112 (calculator-mode): Use define-derived-mode.
3113
b49a2dbf
SM
3114 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
3115 work for nested comments.
3116
dbed16aa
SM
3117 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
3118 (prolog-use-prolog-tokenizer-flag): Change default when
3119 syntax-propertize can be used.
3120 (prolog-syntax-propertize-function): New var.
3121 (prolog-mode-variables): Move make-local-variable into `set'.
3122 Don't make comment-column local since we don't set it.
3123 Set comment-add (as it was in previous prolog.el). Use dolist.
3124 Set syntax-propertize-function.
3125 (prolog-mode, prolog-inferior-mode):
3126 Call prolog(-inferior)-menu directly, not through the mode-hook.
3127 (prolog-buffer-module, prolog-indent-level)
3128 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
3129 (prolog-comment-limits, prolog-goto-comment-column):
3130 Use line-(end|beginning)-position.
3131 (prolog-build-prolog-command): Tighten up regexp.
3132 (prolog-consult-compile): Move make-local-variable into `set'.
3133 (prolog-consult-compile-filter, prolog-goto-next-paren)
3134 (prolog-help-on-predicate, prolog-clause-info)
3135 (prolog-mark-predicate): Don't let+setq.
3136 (prolog-indent-line): Use indent-line-to.
3137 Only call prolog-goto-comment-column if necessary.
3138 (prolog-indent-level): Use bobp.
3139 (prolog-first-pos-on-line): Remove, not used any more.
3140 (prolog-in-string-or-comment): Use syntax-ppss if available.
3141 (prolog-help-on-predicate): Use read-string.
3142 (prolog-goto-predicate-info): Simplify.
3143 (prolog-read-predicate): Use `default' rather than `initial'.
3144 (prolog-temporary-file): Use make-temp-file to close a security hole.
3145 (prolog-toggle-sicstus-sd): New command.
3146 (prolog-electric-underscore, prolog-variables-to-anonymous):
3147 Use dynamic-scoping as it was meant.
3148 (prolog-menu): Move menu definitions to top-level.
3149 Use a toggle-button for Sicstus's source debugger.
3150 Change "Code" to the more usual "Prolog", and hence change "Prolog"
3151 to "System".
3152 (prolog-inferior-menu): Reuse prolog-menu's help menu.
3153 Move other menu definition to top-level.
3154
50f8cd96
TH
31552011-01-13 Tassilo Horn <tassilo@member.fsf.org>
3156
5b355315
TH
3157 * doc-view.el (doc-view-open-text): Use meaningful text buffer
3158 name. Keep original document's directory as default-directory
3159 (bug#6446).
1281bd51
TH
3160 (doc-view-initiate-display): Fall back to normal mode when
3161 doc-view-mode cannot be enabled, also when extracting the document
3162 text into a separate buffer (bug#6446).
5b355315 3163
50f8cd96
TH
3164 * simple.el (shell-command): Don't error out if shell command
3165 buffer contains text with non-nil read-only property when erasing
3166 the buffer.
3167
821f936d
KS
31682011-01-13 Kim F. Storm <storm@cua.dk>
3169
3170 * ido.el (ido-may-cache-directory): Move "too-big" check later.
3171 (ido-next-match, ido-prev-match): Fix stray reordering of matching
3172 items when cycling through the matches.
3173
f754f898
TH
31742011-01-13 Tassilo Horn <tassilo@member.fsf.org>
3175
3176 * dired-x.el (dired-omit-verbose): New defcustom that allows
3177 disabling the omit messages.
3178 (dired-omit-expunge): Use it.
3179
d221e780
CO
31802011-01-13 Christian Ohler <ohler@gnu.org>
3181
3182 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
3183
a03b542a
CY
31842011-01-13 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * font-lock.el (font-lock-verbose): Default to nil.
3187
25ca2e61
CY
31882011-01-13 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
3191 (compose-mail): New arg RETURN-ACTION.
3192 (compose-mail-other-window, compose-mail-other-frame): Likewise.
3193
3194 * mail/sendmail.el (mail-return-action): New var.
3195 (mail-mode): Make it buffer-local.
3196 (mail-bury): Obey it. Move special Rmail window handling to
3197 rmail-mail-return.
3198 (mail, mail-setup): New arg RETURN-ACTION.
3199 (sendmail-user-agent-compose): Move from simple.el.
3200
3201 * mail/rmail.el (rmail-mail-return): New function.
3202 (rmail-start-mail): Pass it to compose-mail.
3203
2a8b13af
CY
32042011-01-12 Chong Yidong <cyd@stupidchicken.com>
3205
b2948a87
CY
3206 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
3207 menus. Add menu item for customize-themes.
3208
3209 * cus-theme.el (customize-themes):
74a10be5
SM
3210 * emacs-lisp/package.el (package--list-packages):
3211 Use switch-to-buffer.
2a8b13af 3212
059616e5
JB
32132011-01-11 Johan Bockgård <bojohan@gnu.org>
3214
3215 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
3216
04380ff1
SM
32172011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * progmodes/prolog.el: Fix up coding convention and such.
3220 (prolog-indent-width): Use the same default as in
3221 previous prolog.el rather than tab-width which depends on which buffer
3222 is current when the file is loaded.
3223 (prolog-electric-newline-flag): Only enable if electric-indent-mode
3224 is not available.
3225 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
3226 (prolog-known-systems): Remove.
3227 (prolog-mode-syntax-table, prolog-inferior-mode-map):
3228 Move initialization into declaration.
3229 (prolog-mode-map): Move initialization into declaration.
3230 Remove system-specific mode-map vars, since they referred to the same
3231 keymap anyway.
3232 (prolog-mode-variables): Obey the user's preference w.r.t
3233 adaptive-fill-mode. Prefer symbol-value to `eval'.
3234 (prolog-mode-keybindings-edit): Add compatibility bindings.
3235 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
3236 (mercury-mode-map): New var.
3237 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
3238 (prolog-ensure-process, prolog-process-insert-string)
3239 (prolog-consult-compile): Use with-current-buffer.
3240 (prolog-guess-fill-prefix): Simplify data flow.
3241 (prolog-replace-in-string): New function to use instead of
3242 replace-in-string.
3243 (prolog-enable-sicstus-sd): Don't abuse `eval'.
3244 (prolog-uncomment-region): Use `uncomment-region' when available.
3245 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
3246 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
3247 of int-to-char and char-to-int.
3248 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
3249
e2019526
SB
32502011-01-11 Stefan Bruda <stefan@bruda.ca>
3251
3252 * progmodes/prolog.el: Replace by a whole new file.
3253
3fa173b4
SM
32542011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * subr.el (eval-after-load): Fix timing for features (bug#7769).
3257 (declare-function, undefined, insert-for-yank)
3258 (replace-regexp-in-string): Follow checkdoc's recommendations.
3259
7973bcea
SM
32602011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
3263 refreshing the diary buffer.
3264
0af8c88b
KM
32652011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
3266
7973bcea 3267 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
3268 (allout-encrypt-string): Prevent encryption from adding an extra
3269 newline at the end of the topic body.
3270 (allout-version): Increment to 2.3.
3271
1a27c64e
MA
32722011-01-10 Michael Albinus <michael.albinus@gmx.de>
3273
7973bcea
SM
3274 * net/dbus.el (dbus-unregister-service): Complete doc.
3275 Fix call of dbus-error signal.
5c0b4070 3276 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 3277
0a203b61
MA
32782011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3279
3280 * net/dbus.el (dbus-unregister-service): Translate returned
3281 integer into a symbol.
3282 (dbus-register-property): Use `dbus-register-service' to do the
3283 name registration.
3284
895123f5
CY
32852011-01-09 Chong Yidong <cyd@stupidchicken.com>
3286
7973bcea
SM
3287 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
3288 Suggested by Joakim Verona.
12e1f328 3289
732eb50a
CY
3290 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
3291
895123f5
CY
3292 * wid-edit.el (visibility): Replace :on-image and :off-image
3293 widget properties with :on-glyph and :off-glyph, for consistency
3294 with the `visibility' widget.
3295 (widget-toggle-value-create, widget-visibility-value-create):
3296 Merge into a single function `widget-toggle-value-create'.
3297
3298 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
3299 (custom-face-edit-value-create, custom-face-value-create):
3300 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
3301 :off-glyph, for consistency with the `visibility' widget.
3302
c8043a22
AS
33032011-01-09 Andreas Schwab <schwab@linux-m68k.org>
3304
3305 * net/ldap.el (ldap-search-internal): Don't use eval.
3306
b7617f6d
CY
33072011-01-09 Chong Yidong <cyd@stupidchicken.com>
3308
973f1f2a
CY
3309 * subr.el (read-char-choice): Use read-key.
3310
b7617f6d
CY
3311 * custom.el (custom-safe-themes): Rename from
3312 custom-safe-theme-files. Add :risky tag.
3313 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
3314 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
3315
900503ae
CY
33162011-01-09 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
3319 from Search and add a label to Undo.
3320
3321 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
3322 inappropriate buttons and adding :vert-only tags.
3323
3324 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
3325 removal of Help tool-bar button. Remove Undo button for space.
3326
3327 * info.el (info-tool-bar-map): Add :vert-only tags.
3328
c44d54b3
TH
33292011-01-08 Tassilo Horn <tassilo@member.fsf.org>
3330
3331 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
3332 image backend support. Either of them is fine.
3333
3ef01959
CY
33342011-01-08 Chong Yidong <cyd@stupidchicken.com>
3335
3d91e302
CY
3336 * subr.el (y-or-n-p): Doc fix.
3337
278f6845
CY
3338 * custom.el (custom-safe-theme-files): New defcustom.
3339 (custom-theme-load-confirm): New function.
3340 (load-theme): Load theme using `load', confirming with
3341 custom-theme-load-confirm if necessary.
3342
3ef01959
CY
3343 * subr.el (read-char-choice): New function, factored out from
3344 dired-query and hack-local-variables-confirm.
3345
3346 * dired-aux.el (dired-query):
3347 * files.el (hack-local-variables-confirm): Use it.
3348
3349 * dired-aux.el (dired-compress-file):
3350 * files.el (abort-if-file-too-large, find-alternate-file)
3351 (set-visited-file-name, write-file, backup-buffer)
3352 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
3353 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
3354 Use new format string args for y-or-n-p and yes-or-no-p.
3355
7c837933
AS
33562011-01-08 Andreas Schwab <schwab@linux-m68k.org>
3357
3358 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3359 [gcc-include]: Tighten file name match, add match for column
3360 number. (Bug#7806)
6c7ec171 3361 [gnu]: Remove unused group.
7c837933 3362
d0981f82
GM
33632011-01-08 Glenn Morris <rgm@gnu.org>
3364
e7a42417
GM
3365 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
3366
d0981f82
GM
3367 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
3368
d43bb7d3
SS
33692011-01-07 Sam Steingold <sds@gnu.org>
3370
3371 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
3372 the `explicit-shell-file-name' because that is the
3373 non-interactive shell.
3374
8c51d2a2
CY
33752011-01-07 Chong Yidong <cyd@stupidchicken.com>
3376
3377 * subr.el (y-or-n-p): Accept format string args.
3378
66b7b0fe
GM
33792011-01-07 Glenn Morris <rgm@gnu.org>
3380
3381 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3382
1e004a83
KM
33832011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3384
66b7b0fe 3385 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 3386 the visible containing topic, rather than a collapsed one.
66b7b0fe 3387 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
3388 (allout-exposure-change-hook): Remove documentation remarks
3389 concerning removed allout-view-change-hook.
3390 (allout-flag-region): Remove invocation of and documentation
3391 remarks concerning allout-view-change-hook.
3392
b0a8e46b
GM
33932011-01-06 Glenn Morris <rgm@gnu.org>
3394
3395 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3396 (vc-bzr-annotate-extract-revision-at-line):
3397 Handle authors with embedded spaces. (Bug#7792)
3398
875c044a
TH
33992011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3400
3401 * doc-view.el (doc-view-image-width): New variable.
3402 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3403 backend for PNG images, and do dynamic rescaling instead of
3404 reconverting the whole doc.
3405
1f6f7722
GM
34062011-01-05 Glenn Morris <rgm@gnu.org>
3407
3408 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3409
e9e68fda
KM
34102011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3411
4896e8fc 3412 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
3413 long text lines that cross more than a single physical window
3414 line, ie when truncate-lines is nil.
e9e68fda
KM
3415 (allout-next-visible-heading): Provide for change in line-move
3416 behavior on long lines when truncate-lines is nil. In that case,
3417 line-move can wind up on the same textual line when it moves to
3418 the next window line, and moving to the bullet position after the
3419 move yields zero advancement. Add logic to detect and compensate
3420 for the lack of progress.
3421 (allout-current-topic-collapsed-p): move-end-of-line respect for
3422 field boundaries is different when operating with body lines
3423 shorter than window width versus ones greater than window width,
3424 which can yield false negatives in this function. Avoid
3425 difference by applying move-end-of-line while field-text-motion is
3426 inhibited.
3427
3f1b6eb2
GM
34282011-01-04 Glenn Morris <rgm@gnu.org>
3429
3430 * textmodes/rst.el (rst-compile-toolsets):
3431 Add pdf and s5 to option alist.
3432
6388924a
MA
34332011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3434
7973bcea 3435 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
3436 dont-register-service. Updated docstring accordingly.
3437
c3e4b003
AS
34382011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3439
3440 * textmodes/rst.el (rst-compile-pdf-preview)
3441 (rst-compile-slides-preview): Remove extra line.
3442
ef4271fe
GM
34432011-01-04 Glenn Morris <rgm@gnu.org>
3444
3445 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3446 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3447 default to `prog' without a .py extension.
3448 (rst-compile-pdf-preview, rst-compile-slides-preview):
3449 Use program names from rst-compile-toolsets, rather than hard-coding.
3450 (rst-portable-mark-active-p): Fix presumed typo.
3451
7c420169 34522011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 3453
7c420169 3454 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
3455 libpng versions both before and after 1.4.0. (Bug#7716)
3456
7c420169 34572011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 3458
6491af11
EZ
3459 * time.el (display-time-mode): Mention display-time-interval in
3460 the doc string. (Bug#7713)
3461
7c420169 34622011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
3463
3464 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3465 condition-case and return an error message string if something
3466 goes wrong.
2f952059 3467 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
3468 header by rmail-mime-insert-header.
3469
7c420169 34702011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
3471
3472 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3473 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3474 (rmail-mime-mbox-buffer)
3475 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3476 (rmail-mime-entity): Argument changed. All codes handling an
3477 entity object are changed.
2f952059 3478 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
3479 the above change.
3480 (rmail-mime-entity-children, rmail-mime-entity-handler)
3481 (rmail-mime-entity-tagline): New functions.
3482 (rmail-mime-message-p): New function.
3483 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3484 (rmail-mime-entity-segment, rmail-mime-next-item)
3485 (rmail-mime-previous-item, rmail-mime-shown-mode)
3486 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3487 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
3488 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3489 New functions.
186f7f0b
KH
3490 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3491 (rmail-mime-insert-decoded-text): New function.
3492 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3493 (rmail-mime-insert-image): Argument changed. Caller changed.
3494 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 3495 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
3496 (rmail-mime-insert-bulk): Argument changed.
3497 (rmail-mime-multipart-handler): Return t.
2f952059
ML
3498 (rmail-mime-process-multipart): Argument changed.
3499 Handle "multipart/alternative" here.
186f7f0b
KH
3500 (rmail-mime-process): Argument changed.
3501 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3502 (rmail-mime-insert): Argument changed. Handle raw display mode.
3503 (rmail-mime): Argument changed. Handle toggling of raw display
3504 mode.
3505 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3506 rmail-mime-view-buffer.
3507 (rmail-insert-mime-forwarded-message): Likewise.
3508 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3509
3510 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3511 non-nil, handle the header in rmail-show-mime-function.
3512
7c420169 35132011-01-02 Leo <sdl.web@gmail.com>
e1a23575 3514
7c420169 3515 * help-fns.el (describe-variable): Fix previous change.
e1a23575 3516
7c420169 35172011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
3518
3519 * isearch.el (isearch-lazy-highlight-error): New variable.
3520 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3521 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3522 to the current value of `isearch-error' (Bug#7468).
3523
7c420169 35242011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
3525
3526 * help-fns.el (describe-variable): Don't emit trailing whitespace
3527 (Bug#7511).
3528
7c420169 35292011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
3530
3531 * textmodes/rst.el (rst-compile-pdf-preview)
3532 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3533
7c420169 35342011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
3535
3536 * emulation/edt-mapper.el: Override mapping of function keys so
3537 that the later call to read-key-sequence works.
3538
7c420169 35392011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
3540
3541 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3542 Unix EOLs. (Bug#7589)
3543
7c420169
CY
35442011-01-02 Leo <sdl.web@gmail.com>
3545
3546 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3547 if point is not behind eshell-last-output-end (Bug#7585).
3548
35492011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * files.el (file-local-variables-alist):
3552 Make permanent-local (bug#7767).
3553
35542011-01-02 Glenn Morris <rgm@gnu.org>
3555
3556 * version.el (emacs-copyright): Set short copyright year to 2011.
3557
35582011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3559
3560 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3561 an existing temp buffer. (Bug#7746)
3562
35632011-01-02 Glenn Morris <rgm@gnu.org>
3564
3565 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3566 multiple addresses. (Bug#7760)
3567
fb9a573a
KM
35682011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3569
e9e68fda 3570 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
3571 do-auto-fill if everything points back to allout-auto-fill.
3572 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3573 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3574
8d68c659
MA
35752010-12-31 Michael Albinus <michael.albinus@gmx.de>
3576
3577 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3578 and "scpx".
3579
291cc045
TH
35802010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3581
3582 * doc-view.el (doc-view-set-doc-type): New function refactored
3583 from doc-view-mode.
3584 (doc-view-fallback-mode): New function.
3585 (doc-view-mode): Use it.
3586 (doc-view-mode-maybe): New function that checks if doc-view-mode
3587 can be used and falls back to the next best mode otherwise.
3588
3589 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3590 DVI, OpenDocument, and MS Office files.
3591
8ee2dc5c
AS
35922010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3593
3594 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3595
f9e68477
TH
35962010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3597
3598 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3599 on a copy of auto-mode-alist, because that deletes with side
3600 effects.
3601
ad727c81
TH
36022010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3603
7973bcea
SM
3604 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3605 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
3606 fallback instead of hard coding fundamental mode.
3607
b71b7803
TH
36082010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3609
3610 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3611 Office) files also for searching.
3612
95e16d17
TH
36132010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3614
3615 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3616 Office) files. Not yet enabled via auto-mode-list.
3617 (doc-view-unoconv-program): New custom variable.
3618 (doc-view-mode-p): Handle new odf document type.
3619 (doc-view-odf->pdf): New conversion function.
3620 (doc-view-convert-current-doc): Call it for odf files.
3621 (doc-view-mode): Recognize newly supported file extensions.
3622
b191c9d9
MA
36232010-12-30 Michael Albinus <michael.albinus@gmx.de>
3624
3625 * net/tramp.el (tramp-default-method-alist)
3626 (tramp-default-user-alist)
3627 (tramp-local-host-regexp, tramp-prefix-domain-format)
3628 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3629
3630 * net/tramp-ftp.el:
3631 * net/tramp-gvfs.el:
3632 * net/tramp-gw.el:
3633 * net/tramp-imap.el:
3634 * net/tramp-sh.el:
3635 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3636 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3637
6e457cc9
KF
36382010-12-29 Karl Fogel <kfogel@red-bean.com>
3639
3640 * saveplace.el (save-place-alist-to-file): Save list sorted and
3641 pretty-printed, so that it is mergeable by line-based text merging,
3642 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3643
fb9a573a
KM
36442010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3645
e9e68fda 3646 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3647 (allout-mode): Argument "toggle" => "force".
3648 Refine the docstring.
3649 Remove special provisions for reactivation, besides the 'force'
3650 argument.
3651 Consolidate layout provisions coce directly into the activation
3652 condition branch, now that we've removed those provisions.
3653 (allout-unload-function): Explicitly activate the mode before
3654 deactivating, if it's initially deactivated.
3655 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3656 warnings for version of function used only where
3657 set-buffer-multibyte is unavailable.
3658
c940c054
CY
36592010-12-28 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3662 are handled by the menu-bar entries. As before, don't use
3663 :visibile to avoid changing the tool-bar.
3664
4c145d5d
MA
36652010-12-27 Michael Albinus <michael.albinus@gmx.de>
3666
3667 * net/secrets.el (secrets-delete-alias): New defun.
3668
fe99f704
MA
36692010-12-27 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3672 methods, otherwise ~/.ssh/config would be ignored.
3673
723ee192
SM
36742010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * emacs-lisp/rx.el: Make it a superset of sregex.
3677 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3678 of args, add `regex' alias.
3679 (rx-info): Add arg to distinguish head and standalone forms.
3680 (rx-check, rx-form): Pass the corresponding arg.
3681 (rx-**): Simplify.
3682 (rx-repeat): Make it work for any number of args.
3683 (rx-syntax): Make it accept syntax chars as is.
3684 * obsolete/sregex.el: Move from emacs-lisp/.
3685 * emacs-lisp/re-builder.el: Remove sregex support.
3686 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3687
e77714da
EZ
36882010-12-25 Eli Zaretskii <eliz@gnu.org>
3689
3690 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3691 PRIMARY first, then the clipboard. (Bug#7699)
3692
17870c01
SM
36932010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3696 print-number-table.
3697
6bfa51ba
CY
36982010-12-21 Chong Yidong <cyd@stupidchicken.com>
3699
d78cdcf7
CY
3700 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3701 .emacs.elc (Bug#7530).
3702
6bfa51ba
CY
3703 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3704 image spec (Bug#7480).
3705
9d9cfd53
DU
37062010-12-21 Daiki Ueno <ueno@unixuser.org>
3707
3708 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3709 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3710 Move from lisp/.
9d9cfd53 3711
adc0b793
JD
37122010-12-20 Leo <sdl.web@gmail.com>
3713
3714 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3715 always be performed (Bug#7680).
3716
778ca437
CY
37172010-12-20 Chong Yidong <cyd@stupidchicken.com>
3718
3f95d7ff
CY
3719 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3720 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3721 mouse-region-match.
778ca437 3722
3f95d7ff 3723 * color.el: Move from gnus/.
94975270 3724
f48fdaad
CY
3725 * vc/diff.el (diff-better-file-name): Function deleted.
3726 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3727 (diff-no-select): Just use expand-file-name.
3728
3729 * tool-bar.el (tool-bar--image-expression): New function.
3730 (tool-bar-local-item, tool-bar--image-exp): Use it.
3731 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3732 Use :enable instead of :visible to avoid changing the tool-bar
3733 configuration unnecessarily.
3734
3735 * info.el (info-tool-bar-map): Add separators.
3736
2e306b39
KB
37372010-12-17 Ken Brown <kbrown@cornell.edu>
3738
3739 * loadup.el: Use version numbers in Cygwin build.
3740
395542c6
RT
37412010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3742
3743 * ido.el (ido-file-internal): Ask for confirmation before
3744 overwriting an existing file (Bug#1238).
3745
4039c786
CY
37462010-12-16 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * tool-bar.el (tool-bar-setup): Add separators.
3749
3750 * menu-bar.el (featurep): Use menu-bar-separator.
3751
45720dc3
GM
37522010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3753
3754 Migrate allout encryption provisions from pgg to epg.
3755
3756 * allout.el (allout-toggle-current-subtree-encryption)
3757 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3758 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3759 for simpler universal argument interpretation.
35f52ed6 3760 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3761 changed encryption provisions. Change fetch-pass to keymode-cue, for
3762 simpler universal argument interpretation. Remove provisions for
3763 handling key type and identity - they'll all be within
3764 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3765 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3766 for keypair recipients (universal argument > 1) and, in addition,
3767 associating the specified recipients with the outline (universal
3768 argument > 4) using a file local variable setting for
3769 'epa-file-encrypt-to'.
3770 Require epa, for recipients handling.
3771 Change how regexp filtering elements are named.
3772 Describe the problem with caching of incorrect symmetric-decryption
3773 keys.
3774 Use the epa-passphrase-callback-function, in case the user is using
3775 GnuPG v1.
3776 Support saving of the selected keypair recipients when invoked with a
3777 keymode-cue > 4.
3778 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3779 Require 'epa.
3780 Establish epg-context with armoring and default epg-protocol.
3781 Remove all passphrase cache, verification, and hinting code.
3782 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3783 No longer used, delete.
3784 (allout-mode): Adjust docstring to describe changed encryption
3785 provisions. Describe the problem with caching of incorrect
3786 symmetric-decryption keys.
3787 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3788 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3789 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3790 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3791 Obsolete, remove.
3792
33088bed
DU
37932010-12-16 Daiki Ueno <ueno@unixuser.org>
3794
3795 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3796 key selection prompt; make 'silent as default (Bug#7487).
3797
bfc49a5b
LL
37982010-12-16 Leo <sdl.web@gmail.com>
3799
7973bcea
SM
3800 * eshell/eshell.el (eshell-directory-name):
3801 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3802
68251e16
GM
38032010-12-15 Glenn Morris <rgm@gnu.org>
3804
3805 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3806
99f053cf 38072010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3808 Scott Evans <gse@antisleep.com>
99f053cf
JA
3809
3810 * rect.el (rectange--default-line-number-format)
3811 (rectangle-number-line-callback): New functions.
3812 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3813
5614fd56
CY
38142010-12-15 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3817 Delete unused variables.
3818 (move-to-column-force): Remove function obsolete since 21.2.
3819
d68b0220
MA
38202010-12-14 Michael Albinus <michael.albinus@gmx.de>
3821
3822 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3823 (tramp-handle-insert-file-contents): Do not set permanent-local
3824 property.
3825
7973bcea
SM
3826 * net/tramp-cache.el (tramp-persistency-file-name):
3827 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3828
3829 * net/tramp-sh.el (tramp-methods): Add "ksu".
3830 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3831 method list.
3832
0273f794
GM
38332010-12-14 Glenn Morris <rgm@gnu.org>
3834
ab274982
GM
3835 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3836 (find-tag-marker-ring): Declare.
3837 (js-find-symbol): Require etags.
3838
e758216c
GM
3839 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3840 Require mail-utils.
3841 (mail-alias-file): Don't autoload. Doc fix.
3842 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3843 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3844 Mark as obsolete, and risky.
3845 (mail-setup): Simplify.
3846
53aff12a
GM
3847 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3848 * mail/sendmail.el (build-mail-aliases): Update autoload.
3849
aae4b48c
GM
3850 * dired.el (dired-trivial-filenames, dired-chown-program)
3851 (dired-auto-revert-buffer): Remove autoload cookies.
3852 * mail/sendmail.el (mail-recover-1): Require 'dired.
3853
bff7c1ad
GM
3854 * dired.el (dired-subdir-switches, dired-chown-program)
3855 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3856 Make into defcustoms.
3857 (dired-chown-program): Simplify initialization.
3858
0273f794
GM
3859 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3860
bc557672
RF
38612010-12-13 Romain Francoise <romain@orebokech.com>
3862
3863 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3864
7410c270
G
38652010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3866
3867 * net/netrc.el (netrc-point-at-eol): Remove the unused
3868 netrc-point-at-old and netrc-bound-and-true-p bindings.
3869 (netrc-parse): Cache the netrc contents.
3870
f49d1f52 38712010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3872
3873 * subr.el (posn-col-row): Evaluate header-line-format in the
3874 context of the POSITION window's buffer.
3875
f49d1f52 38762010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3877
3878 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3879 (with-silent-modifications): Doc fixes.
3880
f49d1f52 38812010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3882
3883 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3884 Revert previous from. Use `save-restriction'.
158d5945 3885
f49d1f52 38862010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3887
3888 * calendar/diary-lib.el (diary-list-sexp-entries):
3889 Handle case of no newline at end of file. (Bug#7536)
3890
f49d1f52 38912010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3892
3893 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3894
f49d1f52 38952010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3896
f49d1f52 3897 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3898 (tramp-process-actions): Do not widen.
d68b0220 3899
f49d1f52
SM
3900 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3901 Protect buffer-modified value. (Bug#7557)
32802ee1 3902
f49d1f52 39032010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3904
3905 * log-edit.el (log-edit-changelog-entries):
3906 Regexp quote filename. (Bug#7505)
3907
f49d1f52 39082010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3909
3910 * cus-edit.el (custom-save-all):
3911 Bind print-length and print-level to nil. (Bug#7581)
3912
f49d1f52 39132010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3914
d5e6e0b6
GM
3915 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3916 Run hooks to update menu contents. (Bug#7586)
3917
3c1e62f8
GM
3918 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3919 file names, for the sake of MS Windows. (Bug#7588)
3920
f49d1f52 39212010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3922
3923 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3924 empty lines without a leading space.
3925
f49d1f52 39262010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3927
740af6c9
GM
3928 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3929 while mapping over marks (Bug#6810).
86a6e8e0 3930
f49d1f52 39312010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3932
3933 * image-dired.el (image-dired-db-file)
3934 (image-dired-temp-image-file, image-dired-gallery-dir)
3935 (image-dired-temp-rotate-image-file): Set default values relative
3936 to image-dired-dir (Bug#7518).
3937
f49d1f52 39382010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3939
3940 * format.el (format-decode-run-method): Pass args FROM and TO, not
3941 point-min and point-max, to shell-command-on-region (Bug#7488).
3942
f49d1f52 39432010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3944
3945 * frame.el (blink-cursor-mode): Make default t for ns.
3946
f49d1f52 39472010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3948
3949 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3950
f49d1f52 39512010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3952
637c2c43
CY
3953 * comint.el (comint-dynamic-list-input-ring)
3954 (comint-dynamic-complete-filename)
3955 (comint-replace-by-expanded-filename)
3956 (comint-dynamic-simple-complete)
3957 (comint-dynamic-list-filename-completions)
3958 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3959
74194465
CY
3960 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3961 Doc fix (Bug#7471).
3962
f49d1f52 39632010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3964
3965 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3966 (Bug#7533).
3967
01c35094 39682010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3969
3970 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3971 (Bug#7491).
3972
f49d1f52 39732010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3974
3975 * files.el (file-relative-name): Handle UNC file names on
3976 DOS/Windows. (Bug#4674)
3977
f49d1f52 39782010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3979
3980 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3981 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3982 (epg-context-set-passphrase-callback): Mention that the callback
3983 is not called when used with GnuPG 2.x.
3984
f49d1f52 39852010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3986
3987 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3988 Ensure ps-footer-font-size-internal is initialized.
3989 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3990
f49d1f52 39912010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3992
3993 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3994 within condition-case.
3995 (rmail-show-mime): Don't use condition-case.
3996 (rmail-search-mime-message): New function.
3997 (rmail-search-mime-message-function): Set to
3998 rmail-search-mime-message.
3999
f49d1f52 40002010-12-13 Leo <sdl.web@gmail.com>
bd794450 4001
0fdd1db7 4002 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
4003 (ido-mode): Use it.
4004 (ido-completing-read): Call it.
4005
fdbb4d85
KF
40062010-12-12 Karl Fogel <kfogel@red-bean.com>
4007
4008 * bookmark.el (bookmark-name-from-full-record): Rename back to
4009 this original name from `bookmark-name-from-record' reverting part
4010 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
4011 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 4012 third-party callers. (Bug#7609)
fdbb4d85 4013
0e5cf2b8
AM
40142010-12-12 Alan Mackenzie <acm@muc.de>
4015
4016 * progmodes/cc-engine.el (c-forward-type): Before scanning a
4017 template arglist, check that the current language supports this.
4018
6961d41c
GM
40192010-12-11 Glenn Morris <rgm@gnu.org>
4020
2b404597
GM
4021 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
4022 state of the file matches. (Bug#7544)
4023 (vc-bzr-register, vc-bzr-checkin)
4024 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
4025 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
4026
6961d41c
GM
4027 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
4028
1e5d2a04
KK
40292010-12-11 Karel Klíč <kklic@redhat.com>
4030
4031 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
4032
175069ef
SM
40332010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 Derive from prog-mode, use derived-mode-p, and fix up various
4036 minor style issues in lisp/progmodes.
4037
4038 * progmodes/vhdl-mode.el (vhdl-mode):
4039 * progmodes/verilog-mode.el (verilog-mode):
4040 * progmodes/vera-mode.el (vera-mode):
4041 * progmodes/sql.el (sql-mode):
4042 * progmodes/scheme.el (scheme-mode):
4043 * progmodes/perl-mode.el (perl-mode):
4044 * progmodes/octave-inf.el (inferior-octave-mode):
4045 * progmodes/autoconf.el (autoconf-mode):
4046 * progmodes/m4-mode.el (m4-mode):
4047 * progmodes/inf-lisp.el (inferior-lisp-mode):
4048 * progmodes/idlwave.el (idlwave-mode):
4049 * progmodes/icon.el (icon-mode):
4050 * progmodes/idlw-help.el (idlwave-help-mode):
4051 * progmodes/dcl-mode.el (dcl-mode):
4052 * progmodes/idlw-shell.el (idlwave-shell-mode):
4053 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
4054 (ebrowse-member-mode, ebrowse-electric-position-mode):
4055 Use define-derived-mode.
4056
4057 * progmodes/xscheme.el (exit-scheme-interaction-mode)
4058 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
4059 (xscheme-debugger-mode-p, xscheme-send-string-1):
4060 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
4061 (tcl-load-file, tcl-restart-with-file):
4062 * progmodes/ps-mode.el (ps-run-running):
4063 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
4064 * progmodes/js.el (js--get-all-known-symbols):
4065 * progmodes/inf-lisp.el (inferior-lisp-proc):
4066 * progmodes/idlwave.el (idlwave-beginning-of-statement)
4067 (idlwave-template, idlwave-update-buffer-routine-info)
4068 (idlwave-update-current-buffer-info)
4069 (idlwave-get-routine-info-from-buffers, idlwave-choose)
4070 (idlwave-scan-class-info, idlwave-fix-keywords)
4071 (idlwave-list-buffer-load-path-shadows):
4072 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
4073 (idlwave-toolbar-remove):
4074 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
4075 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
4076 (idlwave-shell-menu-def):
4077 * progmodes/idlw-complete-structtag.el
4078 (idlwave-prepare-structure-tag-completion):
4079 * progmodes/gud.el (gud-set-buffer):
4080 * progmodes/f90.el (f90-backslash-not-special):
4081 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
4082
4083 * progmodes/xscheme.el (xscheme-start)
4084 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
4085 * progmodes/which-func.el (which-function):
4086 * progmodes/vhdl-mode.el (vhdl-set-style):
4087 * progmodes/verilog-mode.el (verilog-set-compile-command)
4088 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
4089 (verilog-set-define, verilog-auto-reeval-locals):
4090 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
4091 * progmodes/simula.el (simula-mode):
4092 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4093 * progmodes/python.el (python-check, python-mode):
4094 * progmodes/prolog.el (prolog-mode-variables):
4095 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
4096 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
4097 * progmodes/delphi.el (delphi-mode):
4098 * progmodes/cc-styles.el (c-setup-paragraph-variables):
4099 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
4100 (c-font-lock-init): Move make-local-variable to their setq.
4101
4102 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
4103 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
4104 make-local-hook.
4105 * progmodes/sh-script.el (sh-require-final-newline): Remove.
4106 (sh-set-shell): Don't set require-final-newline since it's already done
4107 by prog-mode.
4108 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
4109 since we never set it.
4110 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
4111 Use read-string and standard prompt.
4112 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
4113 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
4114 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
4115 (meta-common-mode-map): Rename from meta-mode-map.
4116 Remove C-m binding, which is a user preference, not mode specific.
4117 (meta-common-mode): New major mode; replace meta-common-initialization.
4118 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
4119 around with font-lock.
4120 * progmodes/etags.el (select-tags-table-mode):
4121 Derive from special-mode.
4122 * progmodes/octave-mod.el (octave-mode):
4123 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
4124 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
4125 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
4126 Let define-derived-mode do its job.
4127 * progmodes/cpp.el (cpp-edit-mode-map):
4128 Move initialization into declaration.
4129 (cpp-edit-mode): Use define-derived-mode.
4130 (cpp-edit-load): Use derived-mode-p.
4131 * progmodes/mixal-mode.el (mixal-mode):
4132 * progmodes/f90.el (f90-mode):
4133 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
4134 require-final-newline since prog-mode does it already.
4135 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
4136 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
4137 * progmodes/antlr-mode.el: Require cc-mode upfront.
4138 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
4139 the declaration.
4140 (antlr-directory-dependencies, antlr-show-makefile-rules):
4141 Use derived-mode-p.
4142 (antlr-language-option): Don't assume point-min==1.
4143 (antlr-mode): Use define-derived-mode.
4144 * progmodes/ada-mode.el: Use derived-mode-p.
4145 (ada-mode): Use define-derived-mode.
4146 Use hack-local-variables-hook.
4147
61f91c04
SM
41482010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
4151 (texinfo-mode): Don't disable adaptive-fill-mode.
4152 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
4153 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
4154 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
4155 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
4156 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
4157 (texinfo-insert-@quotation, texinfo-insert-@samp)
4158 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
4159 (texinfo-insert-@uref): Use define-skeleton.
4160 (texinfo-insert-@-with-arg): Delete.
4161
72a44673
EZ
41622010-12-10 Eli Zaretskii <eliz@gnu.org>
4163
4164 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
4165 nil, do quote archive member names. (Bug#6144)
4166
ab540f59
GM
41672010-12-10 Glenn Morris <rgm@gnu.org>
4168
66f782de
GM
4169 * files.el (diff-no-select): Declare.
4170
e554b3f8
GM
4171 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
4172 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
4173
ab540f59
GM
4174 * comint.el (comint-input-ring-file-name): Doc fix.
4175
f68ab99b
EZ
41762010-12-09 Eli Zaretskii <eliz@gnu.org>
4177
4178 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
4179 New functions.
61f91c04
SM
4180 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
4181 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
4182 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
4183 instead of `nil'.
4184 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
4185 and menu-bar-positive-p instead of `nil' and `>', respectively.
4186 (Bug#1077)
4187
650453a9
VJL
41882010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4189
4190 * whitespace.el (whitespace-newline-mode): Code fix.
4191
28d5de72
GM
41922010-12-09 Glenn Morris <rgm@gnu.org>
4193
4194 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
4195 Rename functions without commas, update callers.
4196
b596d50d 41972010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 4198
b596d50d
GM
4199 * whitespace.el (whitespace-cleanup-region):
4200 Clean up spaces before tabs. (Bug#7582)
16498102 4201
eff37c5e
KF
42022010-12-08 Karl Fogel <kfogel@red-bean.com>
4203
4204 * bookmark.el: Adjust parameter names and doc strings to resolve
4205 confusion over whether "bookmark" meant a bookmark name or a
4206 bookmark record. Along the way, shorten one function's name for
4207 similar reasons. (Issue #7548)
4208 (bookmark-name-from-record): New name for
4209 `bookmark-name-from-full-record'. All callers changed.
4210 (bookmark-get-bookmark, bookmark-get-bookmark-record)
4211 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
4212 (bookmark-get-annotation, bookmark-set-annotation)
4213 (bookmark-get-filename, bookmark-set-filename)
4214 (bookmark-get-position, bookmark-set-position)
4215 (bookmark-get-front-context-string, bookmark-set-front-context-string)
4216 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
4217 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
4218 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
4219 Rename `bookmark' parameter to `bookmark-name-or-record', to
4220 clearly show its role, and shorten or adjust doc strings accordingly.
4221 (bookmark-set-name): Same, and pass the parameter directly to
4222 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
4223 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
4224 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
4225 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
4226 and in some cases shorten doc string accordingly.
4227 (bookmark-rename): Change `old' and `new' parameters to `old-name'
4228 and `new-name', and adjust an internal variable to avoid confusion.
4229 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
4230 parameter in doc string.
4231
5fe9ebd1
GM
42322010-12-08 Glenn Morris <rgm@gnu.org>
4233
ac8331a7
GM
4234 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
4235 from gdb's history file. (Bug#7575)
4236
5fe9ebd1
GM
4237 * mail/emacsbug.el (report-emacs-bug):
4238 Try to handle some other mail clients.
4239
33cf0fb2
SM
42402010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * files.el (dir-locals-collect-variables): Don't let errors stop us.
4243 Use string-prefix-p.
4244 (file-name-version-regexp): New var.
4245 (file-name-sans-versions):
4246 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
4247 (jka-compr-get-compression-info): Use dolist.
4248 (jka-compr-compression-info-list): Don't bother specifying
4249 version/backup regexps.
4250
11c31b99
TH
42512010-12-07 Tassilo Horn <tassilo@member.fsf.org>
4252
4253 * simple.el (just-one-space): Make argument n default to 1 if
4254 omitted.
4255
a733fc37
SM
42562010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * electric.el (electric-indent-post-self-insert-function):
4259 Delete trailing newlines even if we don't reindent.
4260
88b5a757
DD
42612010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4262
a733fc37
SM
4263 * minibuffer.el (completion-at-point): Remove the `arg'.
4264 * bindings.el (complete-symbol): Move back from minibuffer.el.
4265
42662010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4267
88b5a757
DD
4268 * simple.el (just-one-space): Delete newlines for negative arg.
4269
ce327e48
SM
42702010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
4273 (ansi-color-filter-apply): Simplify.
4274 (ansi-color-apply): Use `font-lock-face' rather than `face'.
4275
ac73d955
BR
42762010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4277
4278 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
4279
8c44f097
CY
42802010-12-04 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * dired.el (dired-use-ls-dired): Set default to a special
4283 "unspecified" value.
4284 (dired-insert-directory): When called the first time, check
4285 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
4286
15af15e5
TO
42872010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
4288
4289 * replace.el: Add "collect" feature to occur.
4290 (occur-collect-regexp-history): New var.
88b5a757
DD
4291 (occur-read-primary-args): Return a replace string for nlines,
4292 if needed.
15af15e5
TO
4293 (occur): Extend the meaning of nlines.
4294
b2e6e5bd
SM
42952010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
4298 (which-func-update-1): Distinguish symbols from strings.
4299 (which-function): Stay within 80 columns.
4300
ee9355dc
SM
43012010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4302
7f0ea0ff
SM
4303 * subr.el (with-demoted-errors): Distinguish symbols from strings.
4304
ee9355dc
SM
4305 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
4306 Improve docstring.
4307 (comment-style): Use comment-styles's docs to describe values.
4308
3e972d98
JD
43092010-12-03 Jan Djärv <jan.h.d@swipnet.se>
4310
4311 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
4312 and ns-show-prefs (Bug#7535).
4313
4314 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
4315 bindings (Bug#7535).
4316
c879436a
GM
43172010-12-03 Glenn Morris <rgm@gnu.org>
4318
afe27238
GM
4319 * nxml/nxml-mode.el: Require rng-nxml.
4320 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
4321 Remove declarations.
4322
65beee52
GM
4323 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
4324 * nxml/rng-nxml.el, nxml/rng-valid.el:
4325 Remove leading `*' from defcustom docs.
4326
ad961a00
GM
4327 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4328 (normal-top-level-add-to-load-path, tty-handle-args):
4329 Convert comments to basic doc-strings.
4330
c5fd0ab5
GM
4331 * net/browse-url.el (browse-url-url-at-point)
4332 (browse-url-default-browser): Remove autoload cookies.
4333
f62f063d
GM
4334 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4335 Remove more undefined cl functions.
4336
c879436a
GM
4337 * vc/diff.el (diff-sentinel): Make new arguments optional.
4338 * ibuf-ext.el (diff-sentinel): Update declaration.
4339
3721e124
DU
43402010-12-03 Daiki Ueno <ueno@unixuser.org>
4341
4342 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
4343 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
4344 (epg-context-set-passphrase-callback): Mention that the callback
4345 is not called when used with GnuPG 2.x.
4346
66feec8b
MA
43472010-12-02 Michael Albinus <michael.albinus@gmx.de>
4348
4349 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
4350 (tramp-file-name-port): Check also for `tramp-default-port'.
4351 (tramp-get-connection-name): New defun.
4352 (tramp-get-connection-process): Use it.
4353 (tramp-debug-message): Extend function exclude list.
4354 (tramp-drop-volume-letter): Fix doc string.
4355
4356 * net/tramp-cmds.el: Remove solved todo item.
4357
66feec8b
MA
4358 * net/tramp-ftp.el:
4359 * net/tramp-gvfs.el:
4360 * net/tramp-gw.el:
4361 * net/tramp-imap.el:
4362 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
4363 and `tramp-default-user-alist', respectively.
4364
88b5a757
DD
4365 * net/tramp-gw.el (tramp-gw-open-connection):
4366 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
4367
4368 * net/tramp-imap.el (tramp-imap-make-iht): Use just
4369 `tramp-file-name-port'.
4370
4371 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
4372 and "psftp". Exchange "%k" marker with options.
4373 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
4374 Compute size of link target.
35f52ed6
JB
4375 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
4376 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
4377 copy arguments. Use `tramp-get-connection-name' and
4378 `tramp-get-connection-buffer'. Improve debug messages.
4379 (tramp-compute-multi-hops): Remove port determination.
4380 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4381
4382 * net/trampver.el: Update release number.
4383
bd77c2ef
GM
43842010-12-02 Glenn Morris <rgm@gnu.org>
4385
05907bb3
GM
4386 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4387 Avoid infinite loop over windows. (Bug#7492)
4388
bd77c2ef
GM
4389 * progmodes/flymake.el (flymake-check-file-limit):
4390 Allow nil to mean "no limit".
4391 (flymake-check-patch-master-file-buffer): Update for above change.
4392 Allow a .tex file-name extension to be optional.
4393 (flymake-master-tex-init): Also match \include statements.
4394
f7ca27a1
SS
43952010-11-30 Sam Steingold <sds@gnu.org>
4396
4397 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4398 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4399 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4400 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4401 define-derived-mode').
4402 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4403 users who want to call `nxml-parent-document-set'.
4404
402c8a49
CY
44052010-11-27 Chong Yidong <cyd@stupidchicken.com>
4406
4407 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4408 stand-alone lines, since that is handled by log-edit-match-to-eoh
4409 (Bug#6465).
4410
d1882ac7
EW
44112010-11-27 Eduard Wiebe <usenet@pusto.de>
4412
4413 * dired.el (dired-get-filename): Replace backslashes with slashes
4414 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4415 * locate.el (locate-default-make-command-line): Don't consider
4416 drive letter and root directory part of
4417 `directory-listing-before-filename-regexp'. (Bug#7308)
4418 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4419
07976ae3 44202010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
4421
4422 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4423 of :smie-open/close-alist.
4424 (smie-next-sexp): Make it accept a "start token" as argument.
4425 (smie-indent-keyword): Be careful not to misidentify tokens that span
4426 more than one line, as empty lines. Add argument `token'.
4427
07976ae3 44282010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 4429
afde451a
KH
4430 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4431 multipart subtypes, insert all as usual.
4432
3d9ee611
KH
4433 * mail/rmail.el: Require rfc2047.
4434
07976ae3 44352010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
4436
4437 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4438 (rmail-mime-entity-disposition)
4439 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4440 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4441 (rmail-mime-save): Handle the case that the button's `data' is a
4442 MIME entity.
4443 (rmail-mime-insert-text): New function.
9e0ecdab 4444 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
4445 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4446 (rmail-mime-insert-bulk): New function mostly copied from the old
4447 rmail-mime-bulk-handler.
9e0ecdab
GM
4448 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4449 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
4450 the old rmail-mime-multipart-handler.
4451 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 4452 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
4453 rmail-mime-show.
4454 (rmail-mime-insert-multipart, rmail-mime-parse)
4455 (rmail-mime-insert, rmail-show-mime)
4456 (rmail-insert-mime-forwarded-message)
4457 (rmail-insert-mime-resent-message): New functions.
4458 (rmail-insert-mime-forwarded-message-function): Set to
4459 rmail-insert-mime-forwarded-message.
4460 (rmail-insert-mime-resent-message-function): Set to
4461 rmail-insert-mime-resent-message.
4462
4463 * mail/rmailsum.el: Require rfc2047.
4464 (rmail-header-summary): Handle multiline Subject: field.
4465 (rmail-summary-line-decoder): Change the default to
4466 rfc2047-decode-string.
4467
4468 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4469 (rmail-mime-feature): Change the default to `rmailmm'.
4470 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4471 (rmail-display-labels): Likewise.
4472 (rmail-show-message-1): Check rmail-enable-mime, and use
4473 rmail-show-mime-function for a MIME message. Decode the headers
4474 according to RFC2047.
4475
07976ae3 44762010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
4477
4478 * progmodes/which-func.el (which-func-imenu-joiner-function):
4479 Return a string, as expected.
4480 (which-function-mode): Make sure we stop any previous timer before
4481 starting a new one.
4482
07976ae3 44832010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
4484
4485 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
4486 (tramp-default-user-alist, tramp-default-proxies-alist):
4487 Adapt custom options type. (Bug#7445)
e40fc745 4488
07976ae3 44892010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
4490
4491 * progmodes/python.el: Add Ipython support (Bug#5390).
4492 (python-shell-prompt-alist)
4493 (python-shell-continuation-prompt-alist): New options.
4494 (python--set-prompt-regexp): New function.
33aeea0e
SM
4495 (inferior-python-mode, run-python, python-shell):
4496 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
4497 prompt based on the Python interpreter.
4498 (python--prompt-regexp): New var.
4499 (python-check-comint-prompt)
4500 (python-comint-output-filter-function): Use it.
4501 (run-python): Use a pipe (Bug#5694).
4502
07976ae3 45032010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
4504
4505 * progmodes/python.el (run-python): Doc fix.
4506 (python-keep-current-directory-in-path): New var (Bug#7454).
4507
07976ae3 45082010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
4509
4510 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4511 Prompt user before actually printing.
4512
0b839457
GM
45132010-11-27 Glenn Morris <rgm@gnu.org>
4514
4515 * startup.el (package-enable-at-startup, package-initialize):
4516 Remove unnecessary declarations.
4517
96107967
EZ
45182010-11-27 Eli Zaretskii <eliz@gnu.org>
4519
4520 * international/characters.el (glyphless-char-display-control):
4521 Exclude newline and TAB from the c0-control group.
4522
a140ec5f
GM
45232010-11-27 Glenn Morris <rgm@gnu.org>
4524
82445062
GM
4525 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4526 (expand-mail-aliases): Remove unnecessary autoload.
4527
08b5f072
GM
4528 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4529
e96d4147
GM
4530 * shell.el (shell-dir-cookie-re): Move definition before use.
4531
a140ec5f
GM
4532 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4533 Replace undefined CL functions.
4534
a2249e66
EZ
45352010-11-26 Eli Zaretskii <eliz@gnu.org>
4536
228482b2
EZ
4537 * simple.el (prog-mode): Set bidi-paragraph-direction to
4538 left-to-right.
4539
a2249e66
EZ
4540 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4541
d01d7b8d
GM
45422010-11-26 Glenn Morris <rgm@gnu.org>
4543
4544 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4545 diary-outlook-formats can be sensitive to calendar-date-style.
4546 (diary-outlook-formats): Simplify the default setting.
4547 (diary-from-outlook-internal): Pass subject and body as arguments.
4548 Use dolist rather than dotimes. Don't save the diary buffer.
4549 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4550 Pass subject and body as explicit arguments to the -internal function.
4551
b3ea64a3
LMI
45522010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4553
4554 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4555 parsing them. This makes mailto:...?subject=foo\nbar work.
4556
d5e7b0d8
SM
45572010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * vc/diff.el (diff): Fix last change.
4560
872ab164
SM
45612010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4564 (pcase--dontcare-upats): New var.
4565 (pcase-let, pcase-let*): Generate better code.
4566 Accept the same bodies as `let'.
4567 (pcase-dolist): New macro.
4568 (pcase--trivial-upat-p): New helper function.
4569 (pcase--expand): Strip leading "(let nil" if any.
4570
876d1684
LMI
45712010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4572
7bd9b9d8
LMI
4573 * mail/mailclient.el (browse-url): Require.
4574 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4575 use the external browser function to send the mail (bug#7469).
4576
876d1684
LMI
4577 * net/browse-url.el (browse-url-browser-function): Revert the
4578 default back to the previous value, since the new value broke
4579 mailclient.el.
4580 (browse-url-mailto-function): New variable for mailto: URLs.
4581 (browse-url): Use the new variable for mailto: URLs.
4582
6e13206c
SM
45832010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * eshell/esh-cmd.el (eshell-parse-command):
4586 * eshell/esh-arg.el (eshell-parse-arguments):
4587 * eshell/em-script.el (eshell-source-file):
4588 Use with-silent-modifications.
4589
3d92f44e
CY
45902010-11-23 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4593 for a merge location.
4594
4595 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4596 (vc-bzr-merge-branch): Always prompt.
4597 (vc-bzr-async-command): Use the full branch filename.
4598
8f5f1e68
SM
45992010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * shell.el (shell): Use current-buffer by default if it's already
4602 a shell mode buffer and its process is dead.
ee9355dc 4603 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 4604
331460ac
TH
46052010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4606
8f5f1e68
SM
4607 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4608 Mention that the keywords should be comma separated.
331460ac 4609
2c3160c5
CY
46102010-11-23 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4613 Accept optional prefix arg meaning to prompt for a command.
4614 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4615 prefix arg meaning to prompt for a command.
4616 (vc-pull): Alias for vc-update.
4617
4618 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4619 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4620 (vc-bzr-merge-branch): New functions, implementing merge-branch
4621 and pull operations.
4622
b2e44819
SM
46232010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4624
8a0eb852
SM
4625 * Makefile.in: Fix up last merge.
4626
b2e44819
SM
4627 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4628 (diff-sentinel): Get them as arguments instead.
4629 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4630 (diff-file-local-copy, diff-better-file-name): New funs.
4631 (diff-no-select): Rename from diff-into-buffer.
4632 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4633 Prefer closures to buffer-local variables.
4634 (diff): Adjust accordingly.
4635 (diff-buffer-with-file): Move from files.el.
4636 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4637 (diff-buffer-internal): Remove.
4638 (diff-buffer-buffer): Remove.
4639 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4640 the buffer name used, and so as not to mess up windows and frames.
4641
6a7662bb
BR
46422010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4643
4644 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4645 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4646 (diff-buffer-with-file): Use it.
4647 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4648 (diff): Use it.
4649
c799747b
TH
46502010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4651
4652 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4653 \ref's or \pageref's value as default instead of initial input.
4654
e274eb13
MA
46552010-11-21 Michael Albinus <michael.albinus@gmx.de>
4656
4657 * files.el (backup-by-copying-when-mismatch): The default value is
4658 now t.
4659
4660 * startup.el (normal-top-level):
4661 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4662 `backup-by-copying-when-mismatch'.
4663
77af54d7
JD
46642010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4665
4666 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4667
4e2f7d2a
CY
46682010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4669
6a7662bb
BR
4670 * progmodes/python.el (python-font-lock-keywords):
4671 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4672
b7d1e144
JD
46732010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4674
4675 * term/ns-win.el (ns-right-control-modifier)
4676 (ns-right-command-modifier): Defvar them.
4677
4678 * cus-start.el (all): Add ns-right-control-modifier and
4679 ns-right-command-modifier (Bug#7458).
4680
c11cc37a
GM
46812010-11-20 Glenn Morris <rgm@gnu.org>
4682
4683 * emacs-lisp/authors.el (authors-ignored-files)
4684 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4685
7dcd777e
TH
46862010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4687
4688 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4689 (report-emacs-bug-parse-query-results)
4690 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4691 keywords used for querying the bug database to show them in the
4692 existing bugs buffer.
4693
d2bd5189
JD
46942010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4695
4696 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4697
4698 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4699
0e7c0582
EZ
47002010-11-20 Eli Zaretskii <eliz@gnu.org>
4701
4702 * international/characters.el (glyphless-char-display-control):
4703 Make it a defcustom, with update-glyphless-char-display as its
4704 :set attribute.
4705 (top level): Don't call update-glyphless-char-display.
4706
7398933f
MA
47072010-11-20 Michael Albinus <michael.albinus@gmx.de>
4708
4709 Sync with Tramp 2.2.0.
4710
4711 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4712 `file-remote-p' (due to compatibility).
4713
4714 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4715 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4716
4717 * net/trampver.el: Update release number.
4718
1cd64aae
EZ
47192010-11-20 Eli Zaretskii <eliz@gnu.org>
4720
4721 * faces.el (glyphless-char): Define value for `pc'.
4722
614316a7
TH
47232010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4724
26214810
EZ
4725 Implemented a bug querying mechanism.
4726 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4727 (report-emacs-bug-create-existing-bugs-buffer)
4728 (report-emacs-bug-parse-query-results)
26214810 4729 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4730
9061f667
TH
47312010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4732
4733 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4734 a \ref{} or \pageref{} macro, then use its value as initial input.
4735
1265829e
JB
47362010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4737
4738 * calc/calc-units.el (math-build-units-table-buffer):
4739 calc/README: Mention that the TeX specific units won't use the
4740 `tex' prefix in TeX mode.
4741 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4742 prefix for units in TeX mode.
4743
9fca7811
SM
47442010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4747 * comint.el (comint-kill-region): Make the yank-handler argument
4748 obsolete.
9fca7811 4749
4a47c275 47502010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4751
e2f454c4
SM
4752 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4753 that are both openers (resp. closers) and something else.
4754 (smie-grammar): Loosen definition of valid values.
4755 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4756 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4757 (smie-indent-after-keyword): Adjust users.
4758 (smie-indent-keyword): Don't indent empty lines.
4759
88bf1bec
SM
4760 * vc-hg.el (vc-hg-program): New var.
4761 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4762 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4763
4a47c275 47642010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4765
4766 * emacs-lisp/autoload.el (autoload-find-destination): The function
4767 coding-system-eol-type may return non-numeric values. (Bug#7414)
4768
4a47c275 47692010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4770
4771 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4772
4a47c275 47732010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4774
4775 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4776
4a47c275 47772010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4778
4779 * textmodes/picture.el (picture-mouse-set-point): Don't use
4780 posn-col-row; explicitly compute the motion based on the posn at
4781 the window-start (Bug#7390).
4782
4a47c275 47832010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4784
4785 * novice.el (disabled-command-function):
4786 Fix 2009-11-15 change. (Bug#7384)
4787
4a47c275 47882010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4789
4790 * calendar/calendar.el (diary-iso-date-forms): Make elements
4791 mutually exclusive. (Bug#7377)
4792
4a47c275 47932010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4794
4795 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4796 when filling the remaining "unconstrained" values.
4797
4a47c275 47982010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4799
acef0722
SM
4800 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4801 safety predicate.
4802
4803 * files.el (safe-local-variable-p): Gracefully handle errors.
4804
7bea8c7a
SM
4805 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4806 Use smie-indent-virtual when indenting relative to an opener.
4807 (smie-rule-separator): Use smie-rule-parent.
4808 (smie-indent-keyword): Consult rules, even for openers at bol.
4809 (smie-indent-comment-close): Try to align closer's content.
4810
4a47c275 48112010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4812
4813 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4814
4a47c275 48152010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4816
aa514451
GM
4817 * printing.el (pr-menu-bind): Doc fix.
4818
32b636de
GM
4819 * speedbar.el (speedbar-toggle-images): Doc fix.
4820
bc1d5cdf
GM
4821 * progmodes/python.el (python-shell): Doc fix.
4822
c790cad4
GM
4823 * wid-edit.el (widget-field-use-before-change)
4824 (widget-use-overlay-change): Doc fixes.
4825
c51bb5d2
SM
48262010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4827
8bbb7dd8
SM
4828 Minor cleanup to improve style.
4829 * textmodes/rst.el (rst-update-section): Use point-marker.
4830 (rst-get-decoration): Eliminate unneeded assignment.
4831 (rst-promote-region, rst-straighten-decorations)
4832 (rst-section-tree, rst-adjust): Use point-marker.
4833 (rst-toc-mode-mouse-goto): Avoid setq.
4834 (rst-shift-region-guts, rst-shift-region-left)
4835 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4836 (rst-convert-bullets-to-enumeration): Use copy-marker.
4837
b7e270a2
SM
4838 * minibuffer.el (completion-fail-discreetly): New var.
4839 (completion--do-completion): Use it.
4840
c51bb5d2
SM
4841 * electric.el (electric-pair-pairs): New var.
4842 (electric-pair-post-self-insert-function): Use it.
4843 (electric-layout-post-self-insert-function): Don't insert a before
4844 newline unless it's actually needed.
4845
c04f2ac0
SM
48462010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4847
bac2de0f
SM
4848 * progmodes/python.el (run-python): Explain why we remove the current
4849 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4850
c04f2ac0
SM
4851 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4852
7100ff98
SM
48532010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4854
03f70355
SM
4855 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4856 (octave-mode-map): Don't bind ;, SPC, and LF.
4857 (octave-auto-indent, octave-auto-newline): Remove.
4858 (electric-layout-rules): Declare.
4859 (octave-mode): Set electric-layout-rules.
4860 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4861 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4862 (octave-electric-space): Remove.
4863
7100ff98
SM
4864 * electric.el (electric-layout-mode): New minor mode.
4865 (electric--after-char-pos): New function.
4866 (electric-indent-post-self-insert-function): Use it.
4867 (electric-layout-rules): New var.
4868 (electric-layout-post-self-insert-function): New function.
4869 (electric-indent-mode): Make them interact better.
4870
cca982d0
SM
48712010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4874 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4875 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4876
84992dff
AM
48772010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4878
4879 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4880 Make sure to check inside the word (Bug#6761).
4881
afa42fe3
CY
48822010-11-14 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * startup.el (command-line): If the cursorColor resource is set,
4885 change the cursor face-spec (Bug#7392).
4886
a798747d 48872010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4888
a798747d 4889 The main features of the following allout.el changes are:
1c9b9df0
KM
4890 - implement user customization for the allout key bindings
4891 - add a customization control by which the user can inhibit use of
a798747d 4892 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4893 describe-prefix-bindings
4894 - adapt to new version of called-interactively-p, while
a798747d 4895 maintaining backwards compatibility with old version
01c35094 4896 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4897
a798747d
GM
4898 * allout.el (allout-keybindings, allout-bind-keys)
4899 (allout-keybindings-binding, allout-prefixed-keybindings)
4900 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4901 (allout-keybindings-list, allout-mode-map-adjustments)
4902 (allout-setup-mode-map): Establish allout-mode keymaps as user
4903 customizable settings, and also establish a customizable setting which
4904 regulates whether or not a trailing control-h is reserved for use with
4905 describe-prefix-bindings - and inhibit it by default, so that control-h
4906 *is* reserved for describe-prefix-bindings unless the user changes it.
4907
4908 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4909 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4910 modified events more comprehensively.
4911
a798747d
GM
4912 * allout.el (allout-substring-no-properties):
4913 Alias to use or provide version of `substring-no-properties'.
4914 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4915
a798747d
GM
4916 * allout.el (allout-next-single-char-property-change):
4917 Alias to use or provide version of `next-single-char-property-change'.
4918 (allout-annotate-hidden, allout-hide-by-annotation):
4919 Use `allout-next-single-char-property-change'.
1c9b9df0 4920
a798747d
GM
4921 * allout.el (allout-select-safe-coding-system):
4922 Alias to use or provide version of `select-safe-coding-system'.
4923 (allout-toggle-subtree-encryption):
4924 Use `allout-select-safe-coding-system'.
1c9b9df0 4925
a798747d
GM
4926 * allout.el (allout-set-buffer-multibyte):
4927 Alias to use or provide version of `set-buffer-multibyte'.
4928 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4929
a798747d
GM
4930 * allout.el (allout-called-interactively-p): Macro for using the
4931 different versions of called-interactively-p identically, depending on
4932 the subroutine's argument signature.
4933 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4934 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4935
a798747d
GM
4936 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4937 (allout-previous-visible-heading, allout-forward-current-level)
4938 (allout-backward-current-level, allout-show-children):
4939 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4940
a798747d
GM
4941 * allout.el (allout-before-change-handler):
4942 Exempt edits to the (overlaid) character after the allout outline
4943 bullet from edit confirmation prompt.
1c9b9df0 4944
a798747d
GM
4945 * allout.el (allout-add-resumptions):
4946 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4947
a798747d
GM
4948 * allout.el (allout-beginning-of-line):
4949 Use `allout-previous-single-char-property-change' alias for the sake of
4950 diverse compatibility.
1c9b9df0 4951
a798747d
GM
4952 * allout.el (allout-end-of-line):
4953 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4954
0216b738
CY
49552010-11-13 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * frame.el (frame-notice-user-settings): Don't clobber other
4958 user-set parameters when calling face-set-after-frame-default in
4959 response to background-color parameter (Bug#7373).
4960
0eb025fb
EZ
49612010-11-13 Eli Zaretskii <eliz@gnu.org>
4962
4963 * international/characters.el (glyphless-char-display-control):
88b5a757 4964 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4965 Signal an error if display method is not one of the recognized
4966 symbols.
0eb025fb 4967
6e060cee
MA
49682010-11-13 Michael Albinus <michael.albinus@gmx.de>
4969
4970 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4971 (tramp-compat-line-end-position): Remove them.
4972
4973 * net/tramp.el (tramp-parse-rhosts-group)
4974 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4975 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4976 (tramp-parse-netrc-group, tramp-parse-putty-group)
4977 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4978 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4979 (tramp-sh-handle-file-selinux-context)
4980 (tramp-sh-handle-file-name-all-completions)
4981 (tramp-sh-handle-insert-directory)
4982 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4983 (tramp-wait-for-output, tramp-send-command-and-read)
4984 * net/tramp-smb.el (tramp-smb-read-file-entry)
4985 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4986
4987 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4988 `point-at-bol'.
4989 (tramp-remote-coding-commands): Add an alternative using "base64
4990 -d -i". This is needed for older base64 versions from GNU
4991 coreutils. Reported by Klaus Reichl
4992 <Klaus.Reichl@thalesgroup.com>.
4993
8da5345f
HN
49942010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4995
4996 * simple.el (count-words-region): New function.
4997
c156a63b
SM
49982010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4999
78835dd0
SM
5000 * shell.el (shell-dir-cookie-re): New custom variable.
5001 (shell-dir-cookie-watcher): New function.
5002
ebff325e
SM
5003 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
5004 and compilation-mode (bug#7350).
5005
4e9e1584
SM
5006 * vc/smerge-mode.el (smerge-refine): Choose better default part to
5007 highlight when one of them is empty.
5008
4490f875
SM
5009 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
5010 trailing space.
5011 (skeleton-newline): New function.
5012 (skeleton-internal-1): Use it.
5013
c156a63b
SM
5014 * simple.el (open-line): `newline' may strip trailing space.
5015
f3bb9e16
KR
50162010-11-12 Kevin Ryde <user42@zip.com.au>
5017
5018 * international/mule-cmds.el (princ-list): Use mapc.
5019
7847454a
GM
50202010-11-12 Glenn Morris <rgm@gnu.org>
5021
5022 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 5023 Use it to replace all instances of "*Compile-Log*".
7847454a 5024
aa310257
SM
50252010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
5028 indentation specs.
5029
cbf83ce9
SM
50302010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * progmodes/modula2.el: Use SMIE and skeleton.
5033 (m2-mode-syntax-table): (*..*) can be nested.
5034 Add //...\n. Fix paren syntax.
5035 (m2-mode-map): Remove LF and TAB bindings.
5036 (m2-indent): Add safety property.
5037 (m2-smie-grammar): New var.
5038 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
5039 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
5040 (m2-mode): Use define-derived-mode.
5041 (m2-newline, m2-tab): Remove.
5042 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
5043 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
5044 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
5045 (m2-import): Use define-skeleton.
5046
e7c4fb1e
GM
50472010-11-11 Glenn Morris <rgm@gnu.org>
5048
b3e4c911
GM
5049 * obsolete/lucid.el: Don't warn about any CL functions in this file.
5050
b3e22bd4
GM
5051 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
5052 (ls-lisp-verbosity): Add custom :set-after property.
5053 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
5054 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
5055 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
5056 (ls-lisp-set-options): New function.
5057 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
5058 Doc fix.
b3e22bd4 5059
55a4b4fe
GM
5060 * play/landmark.el (lm-prompt-for-move):
5061 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
5062
e7c4fb1e
GM
5063 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
5064
5065 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
5066 (idlwave-study-twins): Prefix dynamic local variable `name'.
5067 (idlwave-routine-twin-compare): Update for above change.
5068
5069 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
5070 Prefix dynamic local variables `name', `kwd', and `link'.
5071 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
5072 * progmodes/idlw-complete-structtag.el
5073 (idlwave-complete-structure-tag-help):
5074 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
5075 (idlwave-complete-sysvar-tag-help)
5076 (idlwave-complete-class-structure-tag-help):
5077 Update for above name changes.
5078
afe2870b
LMI
50792010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5080
5081 * net/browse-url.el (browse-url-browser-function): Change the
5082 default to use `browse-url-mail' on mailto: URLs.
5083
fbe3be3f
CY
50842010-11-10 Chong Yidong <cyd@stupidchicken.com>
5085
cbf83ce9
SM
5086 * emacs-lisp/package.el (package-read-all-archive-contents):
5087 Reset package-archive-contents to nil before re-reading.
fbe3be3f 5088
a7cfbaea 50892010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
5090
5091 * textmodes/flyspell.el (flyspell-word): Do not re-check words
5092 already found as misspellings by (flyspell-large-region), just
c97685d4 5093 do highlighting (bug#7322).
bd4532fc 5094
13e7256f
GM
50952010-11-10 Glenn Morris <rgm@gnu.org>
5096
6d2a1e35
GM
5097 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
5098
d4aca69c
GM
5099 * emulation/edt.el (edt-with-position): New macro.
5100 (edt-find-forward, edt-find-backward, edt-find-next-forward)
5101 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
5102 (edt-paragraph-forward, edt-paragraph-backward): Use it.
5103
f8a09adb
GM
5104 * emulation/tpu-extras.el (tpu-with-position): New macro.
5105 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
5106
c026460b
GM
5107 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
5108
dea53a43
GM
5109 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
5110 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
5111 (texinfo-master-menu, texinfo-insert-node-lines)
5112 (texinfo-multiple-files-update):
5113 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
5114 Use line-beginning-position.
5115
72bc50c0
GM
5116 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
5117 No recent Emacs supports system-type `emx'.
5118
5119 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
5120 (ada-command-separator, ada-default-prj-properties)
5121 (ada-find-any-references): Update for above name change.
5122
5123 * dirtrack.el (dirtrack-directory-function)
5124 (dirtrack-canonicalize-function):
5125 * filecache.el (file-cache-completion-ignore-case)
5126 (file-cache-case-fold-search, file-cache-ignore-case):
5127 * term.el (serial-port-is-file-p): Cosmetic change.
5128
5129 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
5130 Remove non-existent `windows-95' system-type.
5131 * dired.el (dired-chown-program): Remove non-existent `linux'
5132 system-type.
5133
17731c39
GM
5134 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
5135 (ping-program-options): Remove non-existent `linux' system-type.
5136
9228bbd3
GM
5137 * startup.el (package-initialize): Update declaration.
5138
6e404950
GM
5139 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
5140 (ls-lisp-handle-switches): Use time-less-p.
5141 (ls-lisp-format-time): Use float-time.
5142
6f0d4bb6
GM
5143 * textmodes/remember.el (remember-time-to-seconds): Remove.
5144 (remember-store-in-mailbox): Use float-time.
5145
5146 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
5147
5148 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
5149 never a real function.
5150 (with-no-warnings): Remove compat stub, now unused.
5151 (time-less-p): Doc fix.
5152 (time-to-number-of-days): Simplify.
5153
73171bd4
GM
5154 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
5155 Remove.
5156 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
5157 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
5158 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
5159 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
5160 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
5161
13e7256f
GM
5162 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
5163 (eshell-shuffle-files, eshell-shorthand-tar-command)
5164 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
5165 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
5166 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
5167 Prefix dynamic local variable `matches'.
5168
b565f5a1
GM
5169 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
5170 Prefix dynamic local variable `skeleton'.
5171
5ad3e885
KY
51722010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5173
5174 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
5175 in mail buffer; make yank-action always a command that yanks original
5176 buffer.
5177
14121c52
GM
51782010-11-09 Glenn Morris <rgm@gnu.org>
5179
5180 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
5181
d607b96b 51822010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 5183
9bdba5f5
SM
5184 * minibuffer.el (minibuffer-completion-help): Specify the end of the
5185 completion field (bug#7211).
5186
73525e72
SM
5187 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
5188 Fix handling of backslash escapes.
5189 (python-quote-syntax): Adjust accordingly.
5190
d607b96b 51912010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
5192
5193 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
5194 (vc-mtn-workfile-branch): Adjust to new output format.
5195
d607b96b 51962010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
5197
5198 * international/mule-cmds.el (princ-list): Mark as obsolete.
5199
d607b96b 52002010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
5201
5202 * emacs-lisp/smie.el: New package.
5203
d607b96b 52042010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 5205
7f925a67
SM
5206 * files.el (backup-by-copying-when-mismatch):
5207 Set `permanent-local' property.
6ce78fdc
MA
5208
5209 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 5210 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 5211
d607b96b 52122010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
5213
5214 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
5215
d607b96b 52162010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 5217
7f925a67 5218 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 5219 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
5220 AUTOINOUT for SV style multidimensional arrays, bug294.
5221 Reported by Eric Mastromarchi.
5222 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
5223 font-lock-fontify-buffer to cleanup style issues.
5224
d607b96b 52252010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
5226
5227 * locate.el (locate, locate-mode): Doc fixes.
5228
d607b96b 52292010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
5230
5231 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
5232 user for confirmation.
5233 (server-force-stop): Use it.
5234 (server-start): Use server-force-stop for kill-emacs-hook, to
5235 avoid user interaction while killing Emacs.
5236
9b026d9f
GM
52372010-11-09 Glenn Morris <rgm@gnu.org>
5238
3406534c 5239 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 5240 (meta-indent-line): Simplify.
3406534c 5241
9b026d9f
GM
5242 * vc/emerge.el (emerge-line-number-in-buf):
5243 * textmodes/ispell.el (ispell-region):
5244 * textmodes/fill.el (current-fill-column):
5245 * progmodes/xscheme.el (xscheme-send-current-line):
5246 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
5247 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
5248 * progmodes/sh-script.el (sh-handle-prev-do):
5249 * progmodes/meta-mode.el (meta-indent-line):
5250 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
5251 (idlwave-in-quote):
5252 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
5253 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
5254 * progmodes/fortran.el (fortran-looking-at-if-then):
5255 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
5256 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
5257 (cperl-find-pods-heres):
5258 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
5259 * net/quickurl.el (quickurl-list-insert):
5260 * net/ldap.el (ldap-search-internal):
5261 * net/eudc.el (eudc-expand-inline):
5262 * mail/sendmail.el (sendmail-send-it):
5263 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
5264 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
5265 (viper-brac-function):
5266 * calc/calc-yank.el (calc-do-grab-region):
5267 * calc/calc-keypd.el (calc-keypad-press):
5268 * term.el (term-move-columns, term-insert-spaces):
5269 * speedbar.el (speedbar-highlight-one-tag-line):
5270 * simple.el (current-word):
5271 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5272 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
5273 (Info-scroll-down):
5274 * hippie-exp.el (he-line-beg):
5275 * epa.el (epa--marked-keys):
5276 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
5277 (dired-update-file-line, dired-add-entry, dired-remove-entry)
5278 (dired-relist-entry):
5279 * buff-menu.el (Buffer-menu-buffer):
5280 * array.el (current-line):
5281 * allout.el (allout-resolve-xref)
5282 (allout-latex-verbatim-quote-curr-line):
5283 Replace yet more uses of end-of-line etc with line-end-position, etc.
5284
db94771e
SM
52852010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5286
1398b795
SM
5287 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
5288 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
5289 (checkdoc-syntax-table): Initialize in the declaration.
5290 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
5291 the mode on unconditionally.
5292
db94771e
SM
5293 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
5294 (extent-end-position, extent-start-position): Remove setf method for
5295 non-existing functions (bug#7319).
5296
674728d4
SM
52972010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
5300 (smie-precs->prec2): Rename from smie-precs-precedence-table.
5301 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
5302 (smie-prec2->grammar): Rename from smie-prec2-levels.
5303 (smie-grammar): Rename from smie-op-levels.
5304 (smie-indent--hanging-p): Rename from smie-hanging-p.
5305 (smie-rule-hanging-p): New alias.
5306 (smie-indent--bolp): Rename from smie-bolp.
5307 (smie-indent--hanging-p): New alias.
5308 (smie--token): New dynamically bound variable.
5309 (smie-indent--parent): New function.
5310 (smie-rule-parent-p): Use it; rename from smie-parent-p.
5311 (smie-rule-next-p): Rename from smie-next-p.
5312 (smie-rule-prev-p): Rename from smie-prev-p.
5313 (smie-rule-sibling-p, smie-rule-parent)
5314 (smie-indent--separator-outdent, smie-rule-separator): New functions.
5315 (smie-rule-separator-outdent): New var.
5316 (smie-indent--rule): Merge with smie-indent--column.
5317 (smie-indent-forward-token, smie-indent-backward-token):
5318 Also recognize close parens.
5319 (smie-indent-keyword): Don't use smie-indent--column any more.
5320 (smie-indent-after-keyword): Ignore closers by default.
5321 (smie-indent-line): Use with-demoted-errors.
5322 * progmodes/octave-mod.el (octave-smie-grammar):
5323 Rename from octave-smie-op-levels.
5324 (octave-smie-rules): Adjust to new behavior.
5325 * progmodes/prolog.el (prolog-smie-grammar):
5326 Rename from prolog-smie-op-levels.
5327
26f097bf
GM
53282010-11-07 Glenn Morris <rgm@gnu.org>
5329
de3490e1
GM
5330 * eshell/esh-util.el (subst-char-in-string)
5331 (directory-files-and-attributes): These compatibility definitions are
5332 not needed on any version of Emacs since at least 21.4.
5333
3ba6b2ee
GM
5334 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
5335 (verilog-get-end-of-line): Remove.
5336 (verilog-within-string, verilog-re-search-forward-substr)
5337 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
5338 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
5339 Use point-at-bol, point-at-eol.
5340 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
5341 Remove.
5342 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
5343 (electric-pascal-terminate-line, pascal-set-auto-comments)
5344 (pascal-indent-paramlist, pascal-indent-declaration)
5345 (pascal-get-lineup-indent, pascal-func-completion)
5346 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
5347 Use point-at-bol, point-at-eol.
5348 * progmodes/flymake.el (flymake-line-beginning-position)
5349 (flymake-line-end-position): Remove.
5350 (flymake-highlight-line): Use point-at-bol, point-at-eol.
5351 * eshell/esh-util.el (line-end-position, line-beginning-position):
5352 Remove compat definitions.
5353
76fc02b6
GM
5354 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5355 Use end-of-line N.
5356 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
5357 Use line-end-position.
5358
e180ab9f
GM
5359 * emacs-lisp/chart.el (chart-zap-chars):
5360 * play/decipher.el (decipher-set-map):
5361 * progmodes/ada-mode.el (ada-get-current-indent)
5362 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
5363 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
5364 * progmodes/ada-xref.el (ada-initialize-runtime-library)
5365 (ada-get-all-references):
5366 * progmodes/cperl-mode.el (cperl-electric-paren)
5367 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
5368 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
5369 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
5370 (cperl-word-at-point-hard):
5371 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
5372 (idlwave-shell-filename-string, idlwave-shell-batch-command)
5373 (idlwave-shell-display-line):
5374 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
5375 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
5376 * progmodes/js.el (js--re-search-forward-inner)
5377 (js--re-search-backward-inner):
5378 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
5379 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5380 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5381 * textmodes/flyspell.el (flyspell-process-localwords):
5382 * textmodes/ispell.el (ispell-buffer-local-parsing)
5383 (ispell-buffer-local-dict, ispell-buffer-local-words):
5384 Use point-at-bol and point-at-eol.
5385
26f097bf
GM
5386 * speedbar.el (speedbar-generic-item-info)
5387 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5388 (speedbar-add-indicator, speedbar-check-vc-this-line)
5389 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5390 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5391 Replace more uses of end-of-line etc with line-end-position.
5392
b05fde66
GM
53932010-11-06 Glenn Morris <rgm@gnu.org>
5394
5ed619e0
GM
5395 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5396 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5397 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5398 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5399 (texinfo-multiple-files-update):
5400 * textmodes/table.el (table--probe-cell-left-up)
5401 (table--probe-cell-right-bottom):
5402 * textmodes/picture.el (picture-tab-search):
5403 * textmodes/page-ext.el (pages-copy-header-and-position)
5404 (pages-directory-for-addresses):
5405 * progmodes/vera-mode.el (vera-get-offset):
5406 * progmodes/simula.el (simula-calculate-indent):
5407 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5408 * progmodes/prolog.el (end-of-prolog-clause):
5409 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5410 * progmodes/icon.el (indent-icon-exp):
5411 * progmodes/etags.el (tag-re-match-p):
5412 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5413 * progmodes/ebnf2ps.el (ebnf-begin-file):
5414 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5415 (dcl-save-local-variable):
5416 * play/life.el (life-setup):
5417 * play/gametree.el (gametree-looking-at-ply):
5418 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5419 * mail/sendmail.el (mail-mode-auto-fill):
5420 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5421 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5422 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5423 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5424 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5425 * type-break.el (type-break-file-keystroke-count):
5426 * term.el (term-replace-by-expanded-history-before-point)
5427 (term-skip-prompt, term-extract-string):
5428 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5429 (speedbar-contract-line, speedbar-toggle-line-expansion)
5430 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5431 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5432 * sort.el (sort-skip-fields):
5433 * skeleton.el (skeleton-internal-list):
5434 * simple.el (line-move-finish, line-move-to-column):
5435 * shell.el (shell-forward-command):
5436 * misc.el (copy-from-above-command):
5437 * makesum.el (double-column):
5438 * ebuff-menu.el (electric-buffer-update-highlight):
5439 * dired.el (dired-move-to-end-of-filename):
5440 * dframe.el (dframe-popup-kludge):
5441 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5442 * arc-mode.el (archive-get-lineno):
5443 Use line-end-position and line-beginning-position.
5444
e2a9c0bc
GM
5445 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5446 (idlwave-study-twins): Prefix dynamic local `class'.
5447 (idlwave-routine-twin-compare): Update for above name change.
5448
4e44448f
GM
5449 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5450 Use boundp tests to silence compiler. Update for changed name of
5451 bytecomp-filename variable.
5452
8f6c3eac
GM
5453 * emulation/viper-cmd.el (viper-read-string-with-history):
5454 Prefix dynamic local `initial'.
5455 (viper-minibuffer-standard-hook): Update for above name change.
5456
79d1dabe
GM
5457 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5458 (elint-init-form): Update for above name change.
5459
0e4bb7f0
GM
5460 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5461 local variables `cbeg' and `cend' a prefix.
5462 (mail-extr-voodoo): Update for above name change.
5463
c8f3bf36
GM
5464 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5465 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5466 (reftex-toc-promote-action): Doc fix.
5467
5468 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5469 `prompt', `data' a prefix.
5470 (reftex-select-post-command-hook, reftex-select-callback)
5471 (reftex-select-mouse-accept, reftex-select-read-cite):
5472 Update for above name changes.
5473
5474 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5475 `refstyle' to reftex-refstyle.
5476 (reftex-offer-label-menu): Update for above name change.
5477 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5478 `refstyle' name change.
5479
b05fde66
GM
5480 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5481 with with-current-buffer.
5482 (diff, template): Give dynamic local variables a prefix.
5483 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5484 (emerge-line-number-in-buf): Update for above name change.
5485 (emerge-combine-versions-internal): Rename local `template' to
5486 emerge-combine-template.
5487 (emerge-combine-versions-edit): Update for above name change.
5488
5d8f9169
RA
54892010-11-06 Ralf Angeli <angeli@caeruleus.net>
5490
5491 * textmodes/reftex-cite.el
5492 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5493 entries with whitespace after \bibitem.
5494 (reftex-create-bibtex-file): Match entries containing numbers and
5495 symbol constituents. Make sure that entries with whitespace at
5496 various places are found.
5497
f8aefe82
MA
54982010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5499
5500 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5501
e06918d2
JD
55022010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5503
5504 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5505
17fc58c9
GM
55062010-11-05 Glenn Morris <rgm@gnu.org>
5507
f7fe4837
GM
5508 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5509 (woman2-roff-buffer): Give local variable `request' a prefix.
5510 (woman0-macro): Rename argument `request' in the same way.
5511 (woman-request): New name for `request' dynamic variable.
5512 (woman-unquote, woman-forward-arg): Update for above name change.
5513 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5514 (woman1-unquote): New name for `unquote' dynamic variable.
5515 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5516 (woman-translations): Rename from `translations'. No longer global.
5517 (woman2-tr, woman-translate): Update for above name change.
5518 (woman-translate): Check for bound variable.
5519 (woman2-roff-buffer): Give local variable `translations' a prefix.
5520
869c4186
GM
5521 * play/doctor.el: Give all local variables a prefix. Update callers.
5522 (doc$, doctor-put-meaning): Use backquote.
5523
215461a8
GM
5524 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5525 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5526
17fc58c9
GM
5527 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5528 variables bytes, ptr, op a prefix.
5529 (disassemble-offset): Update for above change.
5530
015eea59
CY
55312010-11-03 Chong Yidong <cyd@stupidchicken.com>
5532
5533 * emacs-lisp/package.el (package-unpack): Remove no-op.
5534 (package--builtins, package--dir): Doc fix.
5535 (package-activate-1, package-activate, package-install)
5536 (package-compute-transaction): Fix error message.
5537 (package-delete): Use delete-directory. Omit system packages.
5538 (package-initialize): Set package-alist to nil first.
5539 (package-menu-mark-delete, package-menu-mark-install): Don't add
5540 symbols that are inconsistent with the package state.
5541 (package-menu-execute): Perform deletions and installations as
5542 single batch operations.
5543
033862d1
GM
55442010-11-03 Glenn Morris <rgm@gnu.org>
5545
0b03a950
GM
5546 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5547 (props): Remove unnecessary declaration.
5548
e337e22c
GM
5549 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5550 set-process-query-on-exit-flag.
5551
a88e24dd 5552 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
5553 (reftex-toc-do-promote): Remove unused local `mpos'.
5554 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 5555
537b04b9
GM
5556 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5557
52365e61
GM
5558 * play/landmark.el (lm-losing-threshold): Correct spelling.
5559 (lm-human-plays): Use new name.
5560
cd32f8a9
GM
5561 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5562 (gomoku-human-plays): Use new name.
5563
033862d1
GM
5564 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5565 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5566 (gomoku-score-trans-table, gomoku-winning-threshold)
5567 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5568
4b99edf2
CY
55692010-11-03 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * emacs-lisp/package.el: Don't put built-in packages in
5572 package-alist, to avoid loading inefficiencies.
5573 (package-built-in-p): Make VERSION optional, and treat it as a
5574 minimum acceptable version.
6a7662bb
BR
5575 (package-activate): Search separately for built-in packages.
5576 Emit a warning if a dependency fails.
4b99edf2
CY
5577 (define-package): Handle most common case, where there is no
5578 obsolete package, first.
5579 (package-compute-transaction): Print required version in error.
5580 (package--initialized): New variable.
5581 (list-packages): Use it.
5582 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
5583 built-in packages in packages-alist; keep it separate.
5584 Set package--initialized.
4b99edf2
CY
5585 (describe-package): Avoid activating packages as a side-effect.
5586 Search separately for built-in packages.
5587 (describe-package-1): Handle the case where an elpa package is
5588 simultaneously built-in and available/installed.
6a7662bb
BR
5589 (package-installed-p, package--generate-package-list):
5590 Search separately for built-in packages.
4b99edf2
CY
5591 (package-load-descriptor): Doc fix.
5592
3225dcaa
SM
55932010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5596 Handle __DATA__ and __END__.
5597
fa14dc18
NF
55982010-11-02 Noah Friedman <friedman@splode.com>
5599
5600 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5601 nil, do not ask to recompile files that are not already compiled,
5602 and do not recompile them.
5603
0f75c62a
CY
56042010-11-02 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * emacs-lisp/package.el (package-initialize): Ensure that
5607 obsoleted built-in packages are not in package-activated-list
5608 during activation.
5609 (describe-package-1): Make the "installed" status override
5610 "built-in".
5611
b29f5b7b
VJL
56122010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5613
5614 * subr.el (version-separator, version-regexp-alist): Remove '*'
5615 from docstring.
5616 (version-list-<=, version<=, version=): Doc fix.
5617
b18fad6d
KH
56182010-11-01 Kenichi Handa <handa@m17n.org>
5619
5620 * faces.el (glyphless-char): Inherit underline for tty.
5621
a8039db1 56222010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
5623
5624 Implement various display methods for glyphless characters.
5625
5626 * international/characters.el (char-acronym-table): New variable.
5627 (glyphless-char-control): New variable.
35f52ed6 5628 (update-glyphless-char-display): New function.
b2cca856
KH
5629
5630 * faces.el (glyphless-char): New face.
5631
28886d5e
GM
56322010-11-01 Glenn Morris <rgm@gnu.org>
5633
919dd7aa
GM
5634 * calendar/holidays.el (general-holidays, oriental-holidays)
5635 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5636 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5637 the definitions of their targets.
5638
c79fc059
GM
5639 * emacs-lisp/smie.el (smie): New custom group.
5640 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5641
c8ccffb1
GM
5642 * faces.el (xw-defined-colors, x-setup-function-keys):
5643 * mouse-sel.el (x-select-text):
5644 * term/w32console.el (x-setup-function-keys): Update declarations.
5645
f4ff702e
GM
5646 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5647
806c491a
GM
5648 * textmodes/ispell.el (comment-add): Declare.
5649
c3dfebd1
GM
5650 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5651 Declare.
5652
28886d5e
GM
5653 * info.el (finder-keywords-hash, package-alist): Declare.
5654
693c9d15
CY
56552010-11-01 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * finder.el (finder-compile-keywords): Don't use intern-soft,
5658 since package names may not yet exist in the obarray.
5659
56602010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5661
5662 * vc/vc-arch.el (vc-arch-checkin):
5663 * vc/vc-cvs.el (vc-cvs-checkin):
5664 * vc/vc-mtn.el (vc-mtn-checkin):
5665 * vc/vc-rcs.el (vc-rcs-checkin):
5666 * vc/vc-sccs.el (vc-sccs-checkin):
5667 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5668 since 2010-04-21 commit by Stefan Monnier.
5669
36967cf7
GM
56702010-11-01 Glenn Morris <rgm@gnu.org>
5671
feb5e60a
GM
5672 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5673
1f023ca9
GM
5674 * startup.el (package-enable-at-startup, package-initialize):
5675 Silence compiler.
5676
36967cf7
GM
5677 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5678 Silence compiler.
5679
430e7297
JD
56802010-10-31 Julien Danjou <julien@danjou.info>
5681
5682 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5683 (byte-recompile-directory):
5684 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5685 Use `byte-recompile-file'.
5686
c8c59954
GM
56872010-10-31 Glenn Morris <rgm@gnu.org>
5688
5689 * cus-start.el: Handle standard values via a keyword.
5690 Only set version property if specified.
5691 (cursor-in-non-selected-windows, menu-bar-mode)
5692 (tool-bar-mode, show-trailing-whitespace):
5693 Do not specify standard values.
5694 (transient-mark-mode, temporary-file-directory): Use :standard.
5695
04e63796
JD
56962010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5697
5698 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5699 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5700
2699a554 57012010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5702
5703 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5704 preserve owner and group when editing files. (Bug#7289)
5705
35fcc05c 57062010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5707
5708 * speedbar.el (speedbar-mode):
5709 * play/fortune.el (fortune-in-buffer, fortune):
5710 * play/gomoku.el (gomoku-mode):
5711 * play/landmark.el (lm-mode):
5712 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5713 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5714
82f7efc3
GM
5715 * select.el (x-selection): Mark it as an obsolete alias.
5716
2699a554 57172010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5718
f486841f 5719 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5720 major-mode (bug#7284).
5721
2699a554 57222010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5723
5724 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5725 rather than just an unused variable that inherits from the real one.
5726
e6ef5dd9
AM
57272010-10-31 Alan Mackenzie <acm@muc.de>
5728
5729 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5730 This fixes bug #7185.
5731
8a500a91
CY
57322010-10-30 Chong Yidong <cyd@stupidchicken.com>
5733
5734 * startup.el (command-line): Search for package directories, and
5735 don't load package.el if none are found.
5736
6a7662bb
BR
5737 * emacs-lisp/package.el (describe-package, list-packages):
5738 Call package-initialize if it has not been called yet.
8a500a91 5739
4f9e41e4
AM
57402010-10-30 Alan Mackenzie <acm@muc.de>
5741
5742 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5743 which fontifies the tail of an enum.
5744 (c-basic-matchers-after): Insert a call to the above new function.
5745 This fixes bug #7264.
5746
88f43c67
GM
57472010-10-30 Glenn Morris <rgm@gnu.org>
5748
5749 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5750 tool-bar-mode, transient-mark-mode. (Bug#7306)
5751 Include the :set property in the dumped Emacs.
5752
c4d17d50
SM
57532010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 SMIE: change indent rules format, improve smie-setup.
5756 * emacs-lisp/smie.el (smie-precs-precedence-table)
5757 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5758 Mark them pure so the tables gets built at compile time.
5759 (smie-bnf-precedence-table): Store the closer-alist in the table.
5760 (smie-prec2-levels): Preserve the closer-alist.
5761 (smie-blink-matching-open): Be more forgiving in case of indentation.
5762 (smie-hanging-p): Rename from smie-indent--hanging-p.
5763 (smie-bolp): Rename from smie-indent--bolp.
5764 (smie--parent, smie--after): New dynamic vars.
5765 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5766 (smie-indent-rules): Remove.
5767 (smie-indent--offset-rule): Remove fun.
5768 (smie-rules-function): New var.
5769 (smie-indent--rule): New fun.
5770 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5771 (smie-indent-exps): Use it.
5772 (smie-setup): Setup paren blinking; add keyword args for token
5773 functions; extract closer-alist from op-levels.
5774 (smie-indent-debug-log): Remove var.
5775 (smie-indent-debug): Remove fun.
5776 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5777 (prolog-smie-rules): New fun to replace it.
5778 (prolog-mode-variables): Simplify.
5779 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5780 it's setup automatically.
5781 (octave-smie-indent-rules): Remove.
5782 (octave-smie-rules): New fun to replace it.
5783 (octave-mode): Simplify.
5784
9d794026
GM
57852010-10-29 Glenn Morris <rgm@gnu.org>
5786
e088c02a
GM
5787 * files.el (temporary-file-directory): Remove (already defined in C).
5788 * cus-start.el: Add temporary-file-directory.
5789
9d794026
GM
5790 * abbrev.el (abbrev-mode):
5791 * composite.el (auto-composition-mode):
5792 * menu-bar.el (menu-bar-mode):
5793 * simple.el (transient-mark-mode):
5794 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5795 that they do not define the associated variables twice.
5796 * simple.el (transient-mark-mode): Remove defvar.
5797 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5798 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5799 Handle multiple groups, and also custom-delayed-init-variables.
5800 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5801
dcc029e0
SM
58022010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5805 (pcase-if): Add one minor optimization.
5806 (pcase-split-equal): Rename from pcase-split-eq.
5807 (pcase-split-member): Rename from pcase-split-memq.
5808 (pcase-u1): Add strings to the member optimization.
5809 Add `guard' variant of predicates.
5810 (pcase-q1): Add string patterns.
5811
a62b88d4
SM
58122010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5815
f41f19b0
GM
58162010-10-28 Glenn Morris <rgm@gnu.org>
5817
b3edb781
GM
5818 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5819 Move menu-bar related settings to ../menu-bar.el.
5820 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5821 Move ns-specific settings here from term/ns-win.el.
5822
f41f19b0
GM
5823 * simple.el (x-selection-owner-p): Remove unused declaration.
5824
6175cd08
SM
58252010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * minibuffer.el (completion-cycling): New var (bug#7266).
5828 (minibuffer-complete, completion--do-completion):
5829 Use completion--flush-all-sorted-completions.
5830 (minibuffer-complete): Only cycle if completion-cycling is set.
5831 (completion--flush-all-sorted-completions): Unset completion-cycling.
5832 (minibuffer-force-complete): Set completion-cycling.
5833 (completion-all-sorted-completions): Move declaration before first use.
5834
19677c71
LL
58352010-10-28 Leo <sdl.web@gmail.com>
5836
5837 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5838 which changes the order of matches seen by users (bug#7231).
5839
58402010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5841
5842 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5843 Don't confuse -omega as "-o mega".
5844
2122161f
SM
58452010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5846
ce8794df
SM
5847 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5848 (log-edit-author): New dynamic var.
5849 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5850 to return the author if different from committer.
5851 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5852
80cb310d
SM
5853 * play/landmark.el: Adjust commenting convention.
5854 (lm-nil-score): Rename from nil-score.
5855 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5856 (OOOOscore): Move into a let in lm-score-trans-table.
5857 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5858
2122161f
SM
5859 * electric.el (electric-indent-chars): Autoload.
5860 * progmodes/octave-mod.el (octave-mode):
5861 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5862 (ruby-mode-abbrev-table): Merge initialization and declaration.
5863
e925113b
GM
58642010-10-27 Glenn Morris <rgm@gnu.org>
5865
208d109c
GM
5866 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5867 variable.
5868
7d3e3843
GM
5869 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5870
e925113b
GM
5871 * term/ns-win.el: Restore require of cl when compiling.
5872 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5873 (ns-handle-nxopen): Optionally handle the temp-case.
5874 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5875 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5876
b94a5a43
GM
58772010-10-26 Glenn Morris <rgm@gnu.org>
5878
5879 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5880
fc3eda04
AR
58812010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5882
5883 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5884 global map.
5885 * term/common-win.el (x-setup-function-keys): Remove most of the
5886 keymappings. Comment on the remaining ones.
5887
c79b0b1c
PO
58882010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5889
c31dc2c0 5890 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5891 (server-start): Use server-port.
5892
725513b7
GM
58932010-10-26 Glenn Morris <rgm@gnu.org>
5894
d7d8c62a
GM
5895 * term/ns-win.el (ns-version-string): Remove unused declaration.
5896 (ns-invocation-args): Change to x-invocation-args.
5897 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5898 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5899 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5900 Use x-invocation-args instead of ns-invocation-args.
5901 (ns-initialize-window-system, handle-args-function-alist):
5902 Use x-handle-args instead of ns-handle-args.
5903 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5904 * startup.el (command-line-ns-option-alist): Replace
5905 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5906 ns-handle-iconic with the x- equivalents.
5907
725513b7
GM
5908 * term/common-win.el (x-select-enable-clipboard):
5909 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5910
5911 * term/ns-win.el: No need to require cl when compiling.
5912 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5913 (xw-defined-colors): Use the common-win definitions.
5914 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5915 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5916 * term/common-win.el (x-select-text, x-alternatives-map)
5917 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5918 * loadup.el [ns]: Load common-win.
5919
77ec02d8
DU
59202010-10-26 Daiki Ueno <ueno@unixuser.org>
5921
5922 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5923 recipients; expand mail aliases (Bug#7280).
77ec02d8 5924
6a5c2175
GM
59252010-10-25 Glenn Morris <rgm@gnu.org>
5926
59ba9d59
GM
5927 * term/common-win.el (x-handle-switch): Simplify with pop.
5928 Optionally handle numeric switches.
5929 (x-handle-numeric-switch): Just call x-handle-switch.
5930 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5931 (x-handle-name-switch, x-handle-display, x-handle-args):
5932 Simplify with pop.
5933
6a5c2175
GM
5934 * term/ns-win.el: Do not require easymenu.
5935 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5936 <spell>: Move adjustments to menu-bar.el.
5937 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5938 <separator-undo, spell>: Move ns-win's adjustments here.
5939 * loadup.el [ns]: Do not load easymenu.
5940
01898dc2
CY
59412010-10-24 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5944 Delete (Bug#7222).
01898dc2
CY
5945
5946 * startup.el (fancy-startup-tail): Instead of using inline images,
5947 refer to image files from etc/.
5948
5949 * wid-edit.el (checkbox): Likewise.
5950 (widget-image-find): Center image specs.
5951
a44d921f
GM
59522010-10-24 Glenn Morris <rgm@gnu.org>
5953
5954 * term/ns-win.el (x-select-text): Doc fix.
5955 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5956 (x-select-text): Move to term/common-win.
5957 * term/w32-win.el (xw-defined-colors): Move to common-win.
5958 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5959 (x-setup-function-keys, x-select-text): Move to common-win.
5960 * term/common-win.el (x-select-text, x-alternatives-map)
5961 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5962 definitions here.
5963
709228c0 59642010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5965
5966 * net/mairix.el (mairix-searches-mode-map):
5967 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5968
0c382083 59692010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5970
2b0c7330 5971 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5972 auto-built for efficiency of execution and updating.
5973 (verilog-extended-complete-re): Support 'pure' fucntion & task
5974 declarations (these have no bodies).
ca39416c
AH
5975 (verilog-beg-of-statement): General cleanup to enable support of
5976 'pure' fucntion & task declarations (these have no bodies).
5977 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5978 noticed by Steve Pearlmutter.
5979 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5980 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5981 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5982 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5983 attribute handling for lining up declarations and assignments.
5984 (verilog-beg-of-statement-1): Fix issue where continued declaration
5985 is indented differently if it is after a begin..end clock.
5986 (verilog-in-attribute-p, verilog-skip-backward-comments)
5987 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5988 attributes by indent code. Reported by Jeff Steele.
ca39416c 5989 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5990 (verilog-backward-up-list, verilog-in-struct-region-p)
5991 (verilog-backward-token, verilog-in-struct-p)
5992 (verilog-in-coverage-p, verilog-do-indent)
5993 (verilog-pretty-declarations): Use verilog-backward-up-list as
5994 wrapper around backward-up-list inorder to properly skip comments.
5995 Reported by David Rogoff.
5996 (verilog-property-re, verilog-endcomment-reason-re)
5997 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5998 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5999 of if). Reported by Max Bjurling and
a03c2342 6000 (verilog-calc-1): Fix for clocking block in modport
84eb0351 6001 declaration. Reported by Brian Hunter.
a03c2342 6002
0c382083 60032010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 6004
2b0c7330 6005 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
6006 (verilog-gate-keywords, verilog-read-sub-decls)
6007 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
6008 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
6009 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
6010 (verilog-read-decls): Fix spaces in V2K module parameters causing
6011 mis-identification as interfaces, bug287.
6012 (verilog-read-decls): Fix not treating "parameter string" as a
6013 parameter in AUTOINSTPARAM.
6014 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
6015 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 6016 (verilog-do-indent): Implement correct automatic or static task or
b762841f 6017 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
6018 (verilog-font-lock-keywords-2): Fix highlighting of single
6019 character pins, bug264. Reported by Michael Laajanen.
6020 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
6021 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
6022 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
6023 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
6024 (verilog-pretty-expr): Fix interactive arguments, bug272.
6025 Reported by Mark Johnson.
6026 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
6027 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 6028 bug269. Suggested by Gary Delp.
a03c2342 6029 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
6030 (verilog-preprocessor, verilog-set-compile-command):
6031 Create verilog-preprocess and verilog-preprocessor to show
6032 preprocessed output.
a03c2342
WS
6033 (verilog-get-beg-of-line, verilog-get-end-of-line)
6034 (verilog-modi-file-or-buffer, verilog-modi-name)
6035 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 6036 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
6037 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
6038 (verilog-colorize-region, verilog-highlight-buffer)
6039 (verilog-highlight-includes, verilog-highlight-modules)
6040 (verilog-highlight-region, verilog-mode): Rename colorize to
6041 highlight to match other packages. Disable module highlighting,
6042 as received speed complaints, reenable for experimentation only
6043 using new verilog-highlight-modules.
6044 (verilog-read-decls): Fix regexp stack overflow in very large
6045 AUTO_TEMPLATEs, bug250.
6046 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
6047 (verilog-scan): Create verilog-save-buffer-state to standardize
6048 making insignificant changes that shouldn't call hooks.
6049 (verilog-save-no-change-functions, verilog-save-scan-cache)
6050 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
6051 Create verilog-save-no-change-functions to wrap verilog-scan
6052 preservation, and fix to work with nested preserved calls.
6053 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
6054 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
6055 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
6056 (verilog-submit-bug-report): Update variable list to be complete.
6057 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
6058 breaking on-the-fly font-locking.
6059 (verilog-colorize-buffer, verilog-colorize-include-files)
6060 (verilog-colorize-include-files-buffer, verilog-colorize-region)
6061 (verilog-load-file-at-mouse, verilog-load-file-at-point)
6062 (verilog-mode, verilog-read-inst-module-matcher): With point on a
6063 AUTOINST cell instance name, middle mouse button now finds-file on
6064 it. Suggested by Brad Dobbie.
6065 (verilog-alw-get-temps, verilog-auto-reset)
6066 (verilog-auto-sense-sigs, verilog-read-always-signals)
6067 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 6068 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
6069 initialization section of a for() should be ignored.
6070 Reported by Dan Dever.
a03c2342
WS
6071 (verilog-error-font-lock-keywords)
6072 (verilog-error-regexp-emacs-alist)
6073 (verilog-error-regexp-xemacs-alist): Fix error detection of
6074 Cadence HAL, reported by David Asher. Repair drift between the
6075 three similar error variables.
6076 (verilog-modi-lookup, verilog-modi-lookup-cache)
6077 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
6078 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
6079 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
6080 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
6081 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
6082 "{1*2{...". Broke in last revision.
6083 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
6084 submodule connections with replications "{#{a},#{b}}".
6085
0c382083
CY
60862010-10-24 Juanma Barranquero <lekktu@gmail.com>
6087
6088 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
6089 Fix typo in docstring.
6090
60912010-10-24 Kenichi Handa <handa@m17n.org>
6092
6093 * face-remap.el (text-scale-adjust): Call read-event with a proper
6094 prompt.
6095
60962010-10-24 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * emacs-lisp/unsafep.el: Don't mark functions that display
6099 messages as safe. Suggested by Johan Bockgård.
6100
61012010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
6104 Turn comments into docstrings.
6105
6106 * minibuffer.el (completion--replace): Move point where it belongs
6107 when there's a common suffix (bug#7215).
6108
9317e499
CY
61092010-10-24 Chong Yidong <cyd@stupidchicken.com>
6110
6111 Merge read-color and facemenu-read-color (Bug#7242).
6112
6113 * faces.el (read-color): Use the completion code from
6114 facemenu-read-color. Require match in completion. Doc fix.
6115
6116 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
6117 (facemenu-set-foreground, facemenu-set-background):
6118 Use read-color.
9317e499
CY
6119
6120 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
6121 (set-cursor-color, set-mouse-color, set-border-color):
6122 Use read-color.
9317e499 6123
a44d921f 61242010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
6125
6126 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
6127 argument of delete-file and delete-directory (Bug#7011).
6128
43207249
CY
61292010-10-24 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
6132 button-buffer-map.
6133
484db896 61342010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
6135
6136 * emacs-lisp/package.el (package--generate-package-list): Make the
6137 *Packages* buffer read-only.
6138
10f5e3e6
AM
61392010-10-24 Alan Mackenzie <acm@muc.de>
6140
6141 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
6142 result of `c-beginning-of-decl-1' between invocations of a lambda
6143 function (Bug #7265).
6144
3ec6ca72
DU
61452010-10-24 Daiki Ueno <ueno@unixuser.org>
6146
6147 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
6148 executable is not available on the system (Bug#7268).
6149
ec514007
GM
61502010-10-24 Glenn Morris <rgm@gnu.org>
6151
f5f25615
GM
6152 * select.el (selection-coding-system, next-selection-coding-system):
6153 Sync doc with C versions.
3646b86d 6154
8aa0f263
GM
6155 * w32-vars.el (x-select-enable-clipboard):
6156 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
6157 * term/common-win.el (x-select-enable-clipboard): Move here.
6158
46710489
GM
6159 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
6160 definition of C variable.
6161
ec514007
GM
6162 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
6163 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
6164 Don't redefine things that are defined in C.
6165 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
6166 (show-trailing-whitespace, auto-hscroll-mode)
6167 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
6168 Set up the appropriate custom properties.
6169
8a79905d
CY
61702010-10-24 Chong Yidong <cyd@stupidchicken.com>
6171
6172 Bind "C-c ]" to ...
6173 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
6174 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
6175 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
6176 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
6177
aa02a29f
GM
61782010-10-23 Glenn Morris <rgm@gnu.org>
6179
7dfc15df
GM
6180 * textmodes/flyspell.el (flyspell-mode): If there was an error,
6181 say what it was.
6182
66c6abf0
GM
6183 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
6184 Sync docs with C version.
f3d87560 6185
3193e969
GM
6186 * term/ns-win.el (xw-defined-colors):
6187 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
6188
6f748f70
GM
6189 * term/pc-win.el (x-select-enable-clipboard):
6190 * term/x-win.el (x-select-enable-clipboard):
6191 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
6192
7aa93795
GM
6193 * comint.el (comint-password-prompt-regexp): Make it less vague.
6194 Bump version.
6195
17284e30
GM
6196 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
6197
aa02a29f
GM
6198 * help.el (finder-by-keyword): Remove unnecessary autoload.
6199
69b55131
GM
62002010-10-22 Glenn Morris <rgm@gnu.org>
6201
9a0dd02d
GM
6202 * loadup.el: Unconditionally load float-sup.
6203 * paren.el (show-paren-delay):
6204 * emacs-lisp/float-sup.el:
6205 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
6206 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
6207 (lazy-lock-stealth-verbose): Assume float support.
6208 * ps-print.el: Assume float support on Emacs.
6209 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
6210 Remove non-float branch.
6211
69b55131
GM
6212 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
6213 src/Makefile no longer being pre-processed.
6214
7c23d9e8
SM
62152010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * emacs-lisp/find-func.el (find-library): Use test-completion.
6218
23737b4a
LMI
62192010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6220
7c23d9e8 6221 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 6222
6e060cee 62232010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
6224
6225 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
6226 space in stat format string.
6227 (tramp-send-command): Unset $PS1 when using here documents, in
6228 order not to get several prompts.
6229 (tramp-get-inline-coding): Return `nil' in case of errors.
6230
08ffb131
DU
62312010-10-21 Daiki Ueno <ueno@unixuser.org>
6232
7c23d9e8
SM
6233 * hexl.el (hexl-mode, hexl-mode-exit):
6234 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
6235 (hexl-revert-buffer-function): New function.
6236 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
6237
ba7fdf30
AM
62382010-10-19 Alan Mackenzie <acm@muc.de>
6239
7c23d9e8
SM
6240 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
6241 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
6242 that these keywords aren't wrongly matched as identifiers.
6243
ba7fdf30
AM
6244 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
6245 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 6246 c-after-change. (Bug#7181)
ba7fdf30 6247
7fd8732d
CY
62482010-10-19 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
6251 Don't mark as safe.
6252
6253 * custom.el (custom-theme-set-variables): Likewise.
6254 (load-theme): Add custom-theme-set-faces and
6255 custom-theme-set-variables to safe-functions while loading.
6256 (custom-enabled-themes): Mark as risky.
6257
3f12b18c
JD
62582010-10-18 Julien Danjou <julien@danjou.info>
6259
6260 * bindings.el: Remove end dashes in default mode-line-format.
6261
b8a47412
CY
62622010-10-19 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * bindings.el (global-map): Bind C-d to delete-char and deletechar
6265 to delete-forward-char.
6266
6267 * simple.el (normal-erase-is-backspace-mode): Remap delete to
6268 deletechar, and hence delete-forward-char.
6269
ca3fa302
JB
62702010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * repeat.el (repeat): Use read-key (bug#6256).
6273
62742010-10-19 Chong Yidong <cyd@stupidchicken.com>
6275
6276 * emacs-lisp/unsafep.el: Don't mark functions that display
6277 messages as safe. Suggested by Johan Bockgård.
6278
62792010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * minibuffer.el (completion--replace): Move point where it belongs
6282 when there's a common suffix (bug#7215).
6283
62842010-10-19 Kenichi Handa <handa@m17n.org>
6285
6286 * international/characters.el: Add category '|' (word breakable)
6287 to fullwidth characters.
6288
3224b54d
MA
62892010-10-19 Michael Albinus <michael.albinus@gmx.de>
6290
6291 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
6292 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
6293 order to make stat results a float. Patch by Andreas Schwab
6294 <schwab@linux-m68k.org>.
6295
36ba6f07
JD
62962010-10-18 Julien Danjou <julien@danjou.info>
6297
6298 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
6299 hidden by `make-pointer-invisible'.
6300
43f964fc
SM
63012010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6302
6303 * files.el (locate-file-completion-table): Strip non-matching elements
6304 before checking length of list (bug#7238).
6305
e48eb343
CY
63062010-10-18 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * custom.el (custom-theme-set-variables): Mark as a safe function.
6309 (load-theme): Check forms using unsafep.
6310
6311 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
6312
df987d70
AM
63132010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
6314
43f964fc
SM
6315 * textmodes/ispell.el (ispell-aspell-find-dictionary):
6316 Fix aspell data file searching (bug#7230).
df987d70 6317
29a4c45b
CY
63182010-10-16 Chong Yidong <cyd@stupidchicken.com>
6319
6320 * cus-theme.el (custom-theme--migrate-settings): New var.
6321 (customize-create-theme): Allow editing the `user' theme.
6322 (custom-theme-add-variable, custom-theme-add-var-1)
6323 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
6324 to the front of each variable or face widget.
6325 (custom-theme-write): Save theme settings in the correct order.
6326 Optionally, remove saved settings from user customizations.
43f964fc
SM
6327 (custom-theme-write-variables, custom-theme-write-faces):
6328 Save only the checked widgets.
29a4c45b
CY
6329 (customize-themes): Add a link for migrating custom settings.
6330
43f964fc
SM
6331 * custom.el (custom-declare-theme, provide-theme):
6332 Use custom-theme-name-valid-p.
29a4c45b
CY
6333 (custom-theme-name-valid-p): Remove checks that are now
6334 unnecessary since themes no longer obey load-path.
6335
6336 * cus-edit.el (custom-variable-value-create): For the simple
6337 style, hide documentation string when hidden.
6338
782b5e8d
CY
63392010-10-16 Chong Yidong <cyd@stupidchicken.com>
6340
647bc502
CY
6341 * cus-edit.el (custom-variable, custom-face): Combine the
6342 :inhibit-magic and :display-style properties into a single
6343 :custom-style property.
43f964fc
SM
6344 (custom-toggle-hide-variable, custom-toggle-hide-face):
6345 New functions. If hiding an edited value, save it to :shown-value.
6346 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
6347 (custom-magic-reset): Allow magic property to be unset.
6348
782b5e8d
CY
6349 * custom.el: Custom themes no longer use load-path.
6350 (custom-theme-load-path): New option. Change built-in theme
6351 directory to etc/.
6352 (custom-enabled-themes): Add custom-theme-load-path dependency.
6353 (custom-theme--load-path): New function.
6354 (load-theme, custom-available-themes): Use it.
6355
6356 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
6357 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
6358 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
6359 :custom-style property.
782b5e8d
CY
6360
6361 * themes/*.el: Moved to etc/.
6362
99f65cfa
RA
63632010-10-16 Ralf Angeli <angeli@caeruleus.net>
6364
6365 * textmodes/reftex-cite.el
6366 (reftex-extract-bib-entries-from-thebibliography): Do not move
6367 point when searching for \bibitem entries. Match entries with
6368 spaces or tabs in front of arguments.
6369
da16abfc
CY
63702010-10-16 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * cus-theme.el (customize-create-theme): Delete overlays after
6373 erasing. If given a THEME arg, display only the faces of that arg
6374 instead of custom-theme--listed-faces.
6375 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 6376 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
6377 (custom-theme-add-variable, custom-theme-add-face): Apply value
6378 from the theme settings, instead of the current value.
6379 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6380 (custom-theme-visit-theme): Allow calling outside theme buffers.
6381 (custom-theme-merge-theme): Don't enable the theme when merging.
6382 (custom-theme-write-variables, custom-theme-write-faces): Use the
6383 :shown-value properties to save buffer values, not global ones.
6384 (customize-themes): Display a warning about user customizations.
6385
6386 * cus-edit.el (custom-variable-value-create)
6387 (custom-face-value-create): Obey new special properties
6388 :shown-value and :inhibit-magic.
6389
aa095b2d
MA
63902010-10-15 Michael Albinus <michael.albinus@gmx.de>
6391
6392 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
6393 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6394 <dale@codefu.org>.
aa095b2d 6395
7ca9cfda
KH
63962010-10-14 Kenichi Handa <handa@m17n.org>
6397
9650fc61
KH
6398 * mail/rmail.el (rmail-show-message-1): Catch an error of
6399 base64-decode-region and just show an error message (bug#7165).
6400
43f964fc 6401 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
6402 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6403 a font-spec (bug#7197).
6404
220d91b8 64052010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
6406
6407 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6408
220d91b8 64092010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 6410
c0943d3d
JB
6411 * international/mule.el (define-coding-system):
6412 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
6413 * composite.el (compose-region): Fix typo in docstring.
6414
4983ddea
CY
64152010-10-14 Chong Yidong <cyd@stupidchicken.com>
6416
de43f11b
CY
6417 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6418 only after checking the theme-face property.
6419
4983ddea
CY
6420 * faces.el (face-spec-reset-face): Reset all attributes in one
6421 single call to set-face-attribute.
6422 (face-spec-match-p): Make it a defsubst.
6423 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6424 (x-create-frame-with-faces, tty-create-frame-with-faces)
6425 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6426 frame-set-background-mode, since they are recomputed immediately
6427 afterwards in face-set-after-frame-default.
6428 (face-set-after-frame-default): Minor optimization.
6429 (cursor): Provide non-trivial defface spec.
6430
6431 * custom.el (custom-theme-recalc-face): Simplify.
6432
a974dcf2
JB
64332010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6434
43f964fc 6435 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
6436 (math-is-polynomial, math-is-poly-rec): Replace `var'
6437 with `math-var'.
6438
43f964fc 6439 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
6440 (calcFunc-table, math-scan-for-limits): Replace `var'
6441 with `math-var'.
6442
10e4702a
GM
64432010-10-13 Glenn Morris <rgm@gnu.org>
6444
6445 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6446
88f427d5
SB
64472010-10-13 Stephen Berman <stephen.berman@gmx.net>
6448
6449 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6450
a1d16a7b
G
64512010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6452
6453 * net/tls.el (tls-program): Remove spurious %s from openssl.
6454 (tls-starttls-switches): Remove starttls hack.
6455 (open-tls-stream): Ditto.
6456 (tls-find-starttls-argument): Ditto.
6457
2e288d54
JB
64582010-10-13 Juanma Barranquero <lekktu@gmail.com>
6459
6460 * image.el (image-library-alist): Declare as obsolete alias.
6461 (image-type-available-p): Use `dynamic-library-alist'.
6462
6463 * term/w32-win.el (dynamic-library-alist):
6464 Use instead of `image-library-alist'.
6465
35744400
IS
64662010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6467
6468 * subr.el (last): Make it faster. (Bug#7174)
6469
290fe464
RO
64702010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6471
6472 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6473
2919746c
CY
64742010-10-12 Chong Yidong <cyd@stupidchicken.com>
6475
6476 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6477 (describe-theme-1): Extract doc from unloaded themes.
6478
6479 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6480
6481 * themes/tango-theme.el:
6482 * themes/tango-dark-theme.el:
6483 * themes/wheatgrass-theme.el: New files.
6484
6b09b5d1
CY
64852010-10-12 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * cus-theme.el (describe-theme, customize-themes)
6488 (custom-theme-save): New commands.
6489 (custom-new-theme-mode-map): Bind C-x C-s.
6490 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6491 (customize-create-theme): New optional arg THEME.
6492 (custom-theme-revert): Use it.
6493 (custom-theme-visit-theme): Remove dead code.
6494 (custom-theme-merge-theme): Use custom-available-themes.
6495 (custom-theme-write): Make interactive.
6496 (custom-theme-write): Use custom-theme-name-valid-p.
6497 (describe-theme-1, custom-theme-choose-revert)
6498 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6499 New funs.
6500 (custom-theme-allow-multiple-selections): New option.
6501 (custom-theme-choose-mode): New major mode.
6502
43f964fc
SM
6503 * custom.el (custom-theme-set-variables): Remove dead code.
6504 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6505 (custom--inhibit-theme-enable): New var.
6506 (provide-theme): Obey it.
6507 (load-theme): Replace load with manual read/eval, in order to
6508 check for correctness. Use custom-theme-name-valid-p.
6509 (custom-theme-name-valid-p): New function.
6510 (custom-available-themes): Use it.
6511
6512 * cus-edit.el (custom--initialize-widget-variables): New function.
6513 (Custom-mode): Use it.
6514
43f964fc
SM
6515 * cus-face.el (custom-theme-set-faces): Remove dead code.
6516 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6517
6518 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6519
16366259
JB
65202010-10-12 Juanma Barranquero <lekktu@gmail.com>
6521
cb7d821e 6522 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 6523
4c14013d 65242010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 6525
4c14013d
JB
6526 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6527 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6528 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6529
6530 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 6531
4c14013d 65322010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
6533
6534 * emacs-lisp/lisp.el (lisp-completion-at-point):
6535 Use emacs-lisp-mode-syntax-table for the whole function.
6536
4c14013d 65372010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
6538
6539 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
6540 instead of font-lock-mode before adding keywords.
6541 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
6542 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6543 non-nil; removed hook inhibit hack.
6544
4c14013d 65452010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 6546
d15f9a2b
GM
6547 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6548 (load-path-shadows-find): ... to this.
6549 (list-load-path-shadows): Update for above change.
6550
c7d6d8a1
GM
6551 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6552
f0b7f5a8
KY
65532010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6554
6555 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6556 Fix comment for declare-function.
6557
05d22d02
CY
65582010-10-11 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * custom.el (custom-fix-face-spec): New function; code moved from
6561 custom-face-edit-fix-value.
6562 (custom-push-theme): Use it when checking if a face has been
6563 changed outside customize.
6564 (custom-available-themes): New function.
6565 (load-theme): Use it.
6566
43f964fc 6567 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
6568
6569 * custom.el (custom-push-theme): Cleanup (use cond).
6570 (disable-theme): Recompute the saved-face property.
6571 (custom-theme-recalc-face): Follow face alias before setting prop.
6572
43f964fc
SM
6573 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6574 New variables, containing checkbox images.
05d22d02
CY
6575
6576 * startup.el (fancy-startup-tail):
6577 * wid-edit.el (checkbox): Use them.
6578
293e7c22
DN
65792010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6580
a0310a6c
DN
6581 * shell.el (shell-mode-map):
6582 * progmodes/modula2.el (m2-mode-map):
6583 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6584 * play/mpuz.el (mpuz-mode-map):
6585 * play/landmark.el (lm-mode-map):
6586 * play/decipher.el (decipher-mode-map):
6587 * play/5x5.el (5x5-mode-map):
6588 * net/telnet.el (telnet-mode-map):
6589 * net/quickurl.el (quickurl-list-mode-map):
6590 * net/mairix.el (mairix-searches-mode-map):
6591 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6592 * net/dig.el (dig-mode-map):
6593 * mail/mspools.el (mspools-mode-map):
6594 * hexl.el (hexl-mode-map):
6595 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6596 (wordstar-C-o-map, wordstar-C-q-map):
6597 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6598 * emacs-lisp/chart.el (chart-map):
6599 * edmacro.el (edmacro-mode-map):
6600 * erc/erc-list.el (erc-list-menu-mode-map):
6601 * array.el (array-mode-map): Declare and define in one step.
6602
293e7c22
DN
6603 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6604
446b12da
DU
66052010-10-10 Daiki Ueno <ueno@unixuser.org>
6606
6607 * epa.el (epa-passphrase-callback-function): Display filename
6608 passed as the 3rd arg.
43f964fc
SM
6609 * epa-file.el (epa-file-passphrase-callback-function):
6610 Pass filename to epa-passphrase-callback-function.
446b12da 6611
76c16af8
CY
66122010-10-09 Chong Yidong <cyd@stupidchicken.com>
6613
6614 * cus-edit.el (custom-face-widget-to-spec)
6615 (custom-face-get-current-spec, custom-face-state): New functions.
6616 (custom-face-set, custom-face-mark-to-save)
6617 (custom-face-value-create, custom-face-state-set): Use them.
6618
6619 * cus-theme.el (custom-theme--listed-faces): New var.
6620 (customize-create-theme): Use *Custom Theme* as the buffer name.
6621 Set revert-buffer-function. Optional arg BUFFER. Insert all
6622 faces listed in custom-theme--listed-faces.
6623 (custom-theme-revert): New function.
6624 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6625 bottom of the list.
6626 (custom-theme-write): Prompt for theme name if empty.
6627 (custom-theme-write-variables): Use dolist.
6628 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6629
e15f8aaa
AM
66302010-10-09 Alan Mackenzie <acm@muc.de>
6631
6632 Enhance fontification of declarators to take account of the
6633 presence/absence of "typedef".
6634
6635 * cc-engine.el (c-forward-type): New &optional param
6636 "brace-block-too".
6637 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6638 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6639
6640 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6641 fontification of declarators which follow a "}".
6642 (c-font-lock-declarations): Fontify declarators according to the
6643 presence/absence of "typedef".
6644
6645 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6646 for "typedef".
6647 (c-typedef-decl-key): New lang variable built from
6648 c-typedef-decl-kwds.
6649
cf321e50
LMI
66502010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6651
77aec221
LMI
6652 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6653 since that's too annoying. Move the filter groups commands to
6654 TAB/backtab.
6655
7450df5d
LMI
6656 * epa.el (epa-passphrase-callback-function): Say what we're
6657 querying the password for.
6658
cf321e50 6659 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6660 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6661
587faadd
CY
66622010-10-08 Chong Yidong <cyd@stupidchicken.com>
6663
6664 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6665 (custom-magic-value-create): Pad button tags with spaces.
6666 (custom-face-edit): New variable.
6667 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6668 face editor here, instead of using custom-face-selected.
6669 Pass face defaults to custom-face-edit widget.
587faadd
CY
6670 (custom-face-selected, custom-display-unselected): Delete widgets.
6671 (custom-display-unselected-match): Function removed.
43f964fc
SM
6672 (custom-face-set, custom-face-mark-to-save):
6673 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6674
6675 * wid-edit.el (widget--completing-widget): New var.
6676 (widget-default-complete): Bind it when doing completion.
6677 (widget-string-complete, widget-file-complete): Use it.
6678
a1ab97d0
GM
66792010-10-09 Glenn Morris <rgm@gnu.org>
6680
85d50db7
GM
6681 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6682 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6683 (holiday-hebrew-misc): Small simplifications.
6684
3fb78d1f
GM
6685 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6686
a1ab97d0
GM
6687 * net/browse-url.el: Don't require thingatpt, term, dired,
6688 executable, or w3-auto when compiling.
6689 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6690 Declare.
6691 (browse-url-text-emacs): Require term.
6692
2187e5bb
AS
66932010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6694
6695 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6696
e5d49589
GM
66972010-10-08 Glenn Morris <rgm@gnu.org>
6698
5823f53f
GM
6699 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6700
e5d49589
GM
6701 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6702 (shadows-compare-text-p): Make it an obsolete alias for...
6703 (load-path-shadows-compare-text): ... new name.
6704 (find-emacs-lisp-shadows): Update for above name change.
6705 (load-path-shadows-same-file-or-nonexistent): New name for the old
6706 shadow-same-file-or-nonexistent.
6707
4628bef1 67082010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6709
6710 * minibuffer.el (completion--some, completion--do-completion)
6711 (minibuffer-complete-and-exit, minibuffer-completion-help)
6712 (completion-basic-try-completion)
6713 (completion-basic-all-completions)
6714 (completion-pcm--find-all-completions): Use lexical-let to
6715 avoid some false matches in variable completion (Bug#7056)
6716
4628bef1 67172010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6718
6719 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6720
4628bef1 67212010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6722
6723 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6724 return non-nil if the file exists (Bug#7090).
6725
4628bef1 67262010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6727
6728 * minibuffer.el (completion--replace):
6729 Better preserve markers (bug#7138).
6730
4628bef1 67312010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6732
6733 * server.el (server-process-filter): Doc fix.
6734
4628bef1 67352010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6736
6737 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6738
e4adf61e
GM
67392010-10-08 Glenn Morris <rgm@gnu.org>
6740
24ac444f
GM
6741 * vc/ediff-wind.el (ediff-setup-control-frame):
6742 * vc/ediff-ptch.el (ediff-default-backup-extension):
6743 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6744 (ediff-exec-process): Remove system-types emx, windows-95.
6745
e4adf61e
GM
6746 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6747
61328d7c
CY
67482010-10-07 Chong Yidong <cyd@stupidchicken.com>
6749
6750 * cus-edit.el (custom-variable, custom-face): Doc fix.
6751 (custom-face-edit): Add value-create attribute.
6752 (custom-face-edit-value-create)
43f964fc
SM
6753 (custom-face-edit-value-visibility-action): New functions.
6754 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6755 (custom-face-edit-deactivate): Show empty values with shadow face.
6756 (custom-face-selected): Only use this for face specs with default
6757 attributes.
6758 (custom-face-value-create): Cleanup.
6759
6760 * wid-edit.el (widget-checklist-value-create): Use dolist.
6761 (widget-checklist-match-find): Make second arg optional.
6762
ac44263a
GM
67632010-10-07 Glenn Morris <rgm@gnu.org>
6764
849b02b4
GM
6765 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6766 Prefix things.
6767
ac44263a
GM
6768 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6769 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6770 load-path-shadows-mode, update references.
06d9ef85
GM
6771 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6772 Rename variable and button.
6773 (list-load-path-shadows): Update button caller.
ac44263a 6774
29c72a6e
SM
67752010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6778 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6779 (smie-merge-prec2s): Handle those new entries.
6780 (smie-prec2-levels): Only set precedence to nil for actual
6781 openers/closers.
6782 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6783 that is now unnecessary.
6784
775f75bc 67852010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6786
6787 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6788
7e1e2a6e
GM
67892010-10-07 Glenn Morris <rgm@gnu.org>
6790
58d1ac6d
GM
6791 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6792 (mail-position-on-field): Remove declarations.
6793 (mail-position-on-field): Autoload it.
6794 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6795 and mail-header-end. Don't require sendmail.
6796
7b9235ad
GM
6797 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6798 (shadow-mode): New mode.
6799 (shadow-find-file): New button.
6800 (list-load-path-shadows): Use shadow-mode and buttons.
6801
52da2182
GM
6802 * iimage.el (iimage-version): Remove.
6803 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6804 Turn into defcustoms.
6805 (iimage-mode-map): Give it a doc string.
6806
7e1e2a6e
GM
6807 * calendar/appt.el (appt-activate): Give a warning rather than an error
6808 if there is no diary-file.
6809
e44eccd7
MA
68102010-10-06 Michael Albinus <michael.albinus@gmx.de>
6811
29c72a6e
SM
6812 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6813 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6814
4583e796
GM
68152010-10-06 Glenn Morris <rgm@gnu.org>
6816
6aecca99
GM
6817 * font-core.el (font-lock-defaults-alist): Remove variable.
6818 (font-lock-mode): Doc fix.
6819 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6820 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6821 (font-lock-set-defaults): Doc fix.
6822 Do not consult font-lock-defaults-alist.
6823
645a6257
GM
6824 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6825
4583e796
GM
6826 * emacs-lisp/cl.el: No longer provide cl-19.
6827
bd8fadca
MA
68282010-10-05 Michael Albinus <michael.albinus@gmx.de>
6829
6830 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6831 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6832 New defuns, taken from tramp-smb.el.
6833 (tramp-coding-system-change-eol-conversion)
43f964fc 6834 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6835
43f964fc 6836 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6837 (tramp-compat-coding-system-change-eol-conversion)
6838 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6839 from tramp.el.
6840
6841 * net/tramp-gvfs.el:
6842 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6843 by `tramp-compat-set-process-query-on-exit-flag'.
6844
43f964fc
SM
6845 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6846 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6847 `tramp-handle-file-exists-p' and
6848 `tramp-handle-file-newer-than-file-p'.
6849 (tramp-imap-handle-file-exists-p)
6850 (tramp-imap-handle-file-executable-p)
6851 (tramp-imap-handle-file-readable-p)
6852 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6853 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6854
6855 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6856 by `tramp-compat-set-process-query-on-exit-flag' and
6857 `tramp-coding-system-change-eol-conversion' by
6858 `tramp-compat-coding-system-change-eol-conversion'.
6859
43f964fc
SM
6860 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6861 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6862 `tramp-handle-file-exists-p' and
6863 `tramp-handle-file-newer-than-file-p'.
6864 (tramp-smb-handle-directory-files-and-attributes)
6865 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6866 (tramp-smb-handle-file-newer-than-file-p): Remove.
6867 (tramp-smb-maybe-open-connection):
6868 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6869 `tramp-compat-set-process-query-on-exit-flag'.
6870
726c5357
GM
68712010-10-05 Glenn Morris <rgm@gnu.org>
6872
6873 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6874
4a93e698
MA
68752010-10-04 Michael Albinus <michael.albinus@gmx.de>
6876
6877 Continue reorganization of load dependencies. (Bug#7156)
6878
6879 * net/tramp.el (tramp-handle-file-local-copy-hook)
6880 (tramp-delete-temp-file-function): Move down.
6881 (tramp-exists-file-name-handler): Move up.
6882 (tramp-register-file-name-handlers): Simplify autoload.
6883 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6884 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6885 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6886 (tramp-handle-file-name-completion)
6887 (tramp-handle-file-name-directory)
6888 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6889 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6890 (tramp-handle-find-backup-file-name)
6891 (tramp-handle-insert-file-contents, tramp-handle-load)
6892 (tramp-handle-substitute-in-file-name)
6893 (tramp-handle-unhandled-file-name-directory)
6894 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6895 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6896
6897 * net/tramp-gvfs.el (top):
6898 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6899
6900 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6901 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6902
b4593555
GM
69032010-10-04 Glenn Morris <rgm@gnu.org>
6904
6905 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6906 (appt-activate): Give status messages.
6907
8762aa10
TZ
69082010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6909
6910 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6911 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6912 `gnutls-negotiate' (formerly `starttls-negotiate').
6913 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6914
82fb8701
DN
69152010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6916
6917 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6918 log-outgoing commands.
6919 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6920 to create a buffer local revert-buffer-function variable.
6921 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6922 revert-buffer-function lambda.
6923
c1ae068b
LMI
69242010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6925
6926 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6927 `gnutls-boot'. Make TYPE the only required parameter.
6928 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6929 (open-ssl-stream): Use it.
6930
67141a37
GM
69312010-10-03 Glenn Morris <rgm@gnu.org>
6932
77f38949
GM
6933 * subr.el (directory-sep-char): Remove obsolete variable.
6934 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6935 it is "necessary".
6936
67141a37
GM
6937 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6938 * vc/vc.el (vc-static-header-alist): Doc fix.
6939 * vc/vc-cvs.el (vc-cvs-header):
6940 * vc/vc-rcs.el (vc-rcs-header):
6941 * vc/vc-sccs.el (vc-sccs-header):
6942 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6943 * obsolete/vc-mcvs.el (vc-mcvs-header):
6944 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6945 on XEmacs.
6946
96bcef2e
CY
69472010-10-03 Chong Yidong <cyd@stupidchicken.com>
6948
43f964fc
SM
6949 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6950 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6951
ef47f179
GM
69522010-10-03 Glenn Morris <rgm@gnu.org>
6953
01c35094 6954 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6955
aee3c6f7
GM
6956 * textmodes/rst.el (rst-font-lock-keywords-function):
6957 Drop Emacs 20 code.
6958
f88cd114
GM
6959 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6960
6abfe35f
GM
6961 * printing.el: Drop Emacs 20 code.
6962
59e31cfa
GM
6963 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6964 without having used appt.el already).
6965
922ad43e
GM
6966 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6967 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6968 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6969 XEmacs.
6970 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6971 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6972
ef47f179
GM
6973 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6974 (charset-width, find-charset-region, chars-in-region, forward-point)
6975 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6976 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6977 Remove compatibility cruft (none of these are used by ps*.el).
6978
ac6ca7ba
KR
69792010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6980
6981 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6982
2a847524
CY
69832010-10-03 Chong Yidong <cyd@stupidchicken.com>
6984
43f964fc
SM
6985 * server.el (server-process-filter, server-return-error):
6986 Give emacsclient time to shut down after receiving an error string.
2a847524 6987
4bc3c53d
MA
69882010-10-02 Michael Albinus <michael.albinus@gmx.de>
6989
6990 * files.el (remote-file-name-inhibit-cache): New defcustom.
6991
43f964fc
SM
6992 * time.el (display-time-file-nonempty-p):
6993 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6994
43f964fc
SM
6995 * net/tramp.el (tramp-completion-reread-directory-timeout):
6996 Fix docstring.
4bc3c53d
MA
6997
6998 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6999 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
7000 `remote-file-name-inhibit-cache'. Check also for an integer
7001 value. Add/increase counter when `tramp-verbose' >= 10.
7002 (tramp-set-file-property): Add/increase counter when
7003 `tramp-verbose' >= 10.
7004
7005 * net/tramp-cmds.el (tramp-cleanup-all-connections)
7006 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
7007 (tramp-bug): Set tramp-autoload cookie. Report all interned
7008 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
7009 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
7010 characters only in strings.
7011
7012 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
7013 to backward compatibility.
7014
7015 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
7016 (tramp-handle-file-name-all-completions)
43f964fc
SM
7017 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
7018 (tramp-open-connection-setup-interactive-shell):
7019 Call `tramp-cleanup-connection' directly.
4bc3c53d 7020
9c524fcb
GM
70212010-10-02 Glenn Morris <rgm@gnu.org>
7022
3226d6ca
GM
7023 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
7024
7025 * subr.el (char-bytes): Remove obsolete function.
7026
7027 * isearch.el (isearch-return-char): Remove obsolete function.
7028
7029 * mouse.el: No longer provide mldrag.
7030 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
7031 Remove obsolete aliases.
7032
7033 * comint.el (comint-kill-output): Remove obsolete alias.
7034
7035 * composite.el (decompose-composite-char): Remove obsolete function.
7036 * ps-def.el (decompose-composite-char): Remove unused function.
7037
7038 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
7039
7040 * outline.el (outline-visible): Remove obsolete function.
7041
7042 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
7043 * faces.el (internal-find-face, internal-get-face)
7044 (frame-update-faces, frame-update-face-colors)
7045 (x-frob-font-weight, x-frob-font-slant)
7046 (internal-frob-font-weight, internal-frob-font-slant)
7047 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
7048 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
7049 (x-make-font-bold-italic): Remove functions and aliases, obsolete
7050 since Emacs 21.1.
7051 * emulation/viper-util.el (viper-get-face):
7052 * obsolete/lucid.el (find-face, get-face): Use facep.
7053 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
7054 Remove unused functions.
7055 * vc/ediff-util.el (ediff-submit-report): Doc fix.
7056
9c524fcb
GM
7057 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
7058 delete tempfile if interrupted during compilation.
7059
aecb42aa
LMI
70602010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7061
7062 * net/tls.el (tls-starttls-switches): Give up on using starttls with
7063 gnutls-cli.
7064 (tls-program): Add --insecure to be consistent with the defaults from
7065 openssl s_client. Now all three commands are insecure.
7066
73077a9a
EZ
70672010-10-01 Eli Zaretskii <eliz@gnu.org>
7068
7069 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
7070 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
7071 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
7072
1ef075bb
GM
70732010-10-01 Glenn Morris <rgm@gnu.org>
7074
1fcaf927
GM
7075 * obsolete/sc.el: Remove file.
7076
1ef075bb
GM
7077 * files.el (temporary-file-directory): On darwin, also try
7078 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
7079
a16f5f64
JB
70802010-10-01 Juanma Barranquero <lekktu@gmail.com>
7081
7082 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
7083 Let's not break compatibility gratuitously, shall we?
7084
6b958814
G
70852010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7086
47e08896 7087 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
7088 (tls-find-starttls-argument): Use it.
7089 (open-tls-stream): Ditto.
7090
47e08896 7091 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
7092 entry.
7093 (netrc-machine): Ditto.
7094
cad90f3b
EZ
70952010-09-30 Eli Zaretskii <eliz@gnu.org>
7096
7097 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
7098
968ef9b4
JB
70992010-09-30 Juanma Barranquero <lekktu@gmail.com>
7100
7101 * server.el (server-start): Don't write pid to the authentication file.
7102 (server-create-tty-frame): Don't send pid.
7103 (server-process-filter): Send pid at the start of every connection.
7104
3536dea8
GM
71052010-09-30 Glenn Morris <rgm@gnu.org>
7106
8e378d88
GM
7107 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
7108 (show-all-diary-entries): Remove obsolete function aliases.
7109
3536dea8
GM
7110 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
7111 Remove options, obsolete since 22.1.
6a7662bb
BR
7112 (appt-display-format, appt-display-message):
7113 Remove backwards-compatibility code.
3536dea8
GM
7114 (appt-check): No longer check appt-issue-message.
7115 (appt-make-list): No longer autoload it. Doc fix. No longer
7116 activate the package.
7117
df7fcaff
LMI
71182010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7119
7120 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
7121 (starttls-negotiate): Just call boot, and let the handshake be
7122 triggered from the read loop.
df7fcaff 7123
c2828614
GM
71242010-09-29 Glenn Morris <rgm@gnu.org>
7125
17a46341
GM
7126 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
7127 not displaying the diary.
7128 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
7129 * calendar/appt.el (appt-check): No longer need to kill diary.
7130
7161e329
GM
7131 * calendar/diary-lib.el (diary-list-entries): Move the
7132 "Preparing..." message entirely here.
7133 (diary-simple-display, diary-fancy-display): Move "Preparing..."
7134 messages to diary-list-entries.
7135 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
7136 diary-display-function.
7137
d0de6cba
GM
7138 * calendar/diary-lib.el (diary-include-other-diary-files):
7139 Trap some recursive includes.
7140
c2828614
GM
7141 * calendar/appt.el (appt-activate): Check diary file.
7142
0c43b6f8
KY
71432010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7146 construction.
7147
7148 * calendar/time-date.el: No need to require cl for Emacs 21.
7149
97ce2730
GM
71502010-09-28 Glenn Morris <rgm@gnu.org>
7151
7152 * calendar/appt.el (appt-check): Minor simplification.
7153
e0a185ae
KY
71542010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7155
7156 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
7157 citation prefix.
7158
c19f76a1
AS
71592010-09-27 Andreas Schwab <schwab@linux-m68k.org>
7160
95b6d681
JB
7161 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7162 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 7163
fd057fd2
KH
71642010-09-27 Kenichi Handa <handa@m17n.org>
7165
7166 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
7167 "ustar" format.
7168
368b3544
KH
71692010-09-27 Kenichi Handa <handa@m17n.org>
7170
7171 * international/mule.el (define-coding-system): Docstring fixed.
7172
7173 * international/mule-diag.el (describe-character-set): Use princ
7174 with proper print-length and print-level instead of insert.
7175
95b6d681 71762010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
7177
7178 * window.el (walk-windows): Doc fix (bug#7105).
7179
99368725
SM
71802010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * emacs-lisp/float-sup.el (e): Remove.
7183
8ed70bf3
LMI
71842010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7185
7186 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
7187 variable.
7188 (starttls-negotiate): Use it.
7189
d2e9d0bb
LMI
71902010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7191
7192 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
7193 back.
7194
15413fb4
SM
71952010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
7198
1821a7b4
LMI
71992010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7200
6303aba1
LMI
7201 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
7202
1821a7b4
LMI
7203 * net/netrc.el (netrc-store-data): New function.
7204
8af55556
TZ
72052010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
7206
7207 * net/gnutls.el: GnuTLS glue code to set up a connection.
7208
42343747
JD
72092010-09-25 Julien Danjou <julien@danjou.info>
7210
7211 * notifications.el: Call dbus-register-signal only if it is bound.
7212
ec60da52
GM
72132010-09-25 Glenn Morris <rgm@gnu.org>
7214
7215 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7216 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7217 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7218 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7219 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7220 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
7221 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
7222 * eshell/esh-util.el, eshell/esh-var.el:
7223 Remove leading `*' from docs of faces and defcustoms.
7224
4c964351
UM
72252010-09-25 Ulrich Mueller <ulm@gentoo.org>
7226
7227 * eshell/em-ls.el (eshell-ls-archive-regexp):
7228 * eshell/esh-util.el (eshell-tar-regexp):
7229 * ibuffer.el (ibuffer-compressed-file-name-regexp):
7230 * info.el (Info-suffix-list):
7231 * international/mule.el (auto-coding-alist):
7232 * woman.el (woman-file-regexp, woman-file-compression-regexp):
7233 * progmodes/etags.el (tags-compression-info-list):
7234 Support xz compression.
7235
41f54b73
CY
72362010-09-25 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * files.el (get-free-disk-space): Don't assume the "df" output
7239 columns line up (Bug#6995).
7240
40b1a3a9
JB
72412010-09-25 Juanma Barranquero <lekktu@gmail.com>
7242
7243 * finder.el (finder-unknown-keywords):
7244 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
7245 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
7246
ba3033ee
JB
72472010-09-25 Juanma Barranquero <lekktu@gmail.com>
7248
7249 * server.el (server-start): Revert part of 2010-08-08 change. Using
7250 address 127.0.0.1 for local host is now done in Fmake_network_process.
7251
5e339ee2
GM
72522010-09-24 Glenn Morris <rgm@gnu.org>
7253
7254 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
7255 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
7256 * textmodes/css-mode.el, textmodes/dns-mode.el:
7257 Move autoloaded auto-mode-alist entries to files.el.
7258 * files.el (auto-mode-alist): Move entries here.
7259
af3ccb5c
GM
72602010-09-23 Glenn Morris <rgm@gnu.org>
7261
7262 * isearch.el (isearch-lazy-highlight-cleanup)
7263 (isearch-lazy-highlight-initial-delay)
7264 (isearch-lazy-highlight-interval)
7265 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
7266 * net/net-utils.el (ipconfig-program-options):
7267 Move aliases to options before the associated definitions.
7268
266a86bd 72692010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
7270
7271 * newcomment.el (comment-normalize-vars): Better test validity of
7272 comment-end-skip.
7273
27ffea71 72742010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
7275
7276 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
7277 (float-e): New name for `e'.
7278 (degrees-to-radians, radians-to-degrees):
7279 * calendar/solar.el (solar-longitude):
7280 * calculator.el (calculator-registers, calculator-funcall):
7281 * textmodes/artist.el (artist-spray-random-points):
7282 * play/bubbles.el (bubbles--initialize-images): Use new names.
7283
27ffea71 72842010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
7285
7286 Update to CEDET 1.0's version of EIEIO.
7287
9e0d4f9e
SM
7288 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
7289 New function.
a2930e43
EL
7290 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
7291 (eieio-default-eval-maybe): Eval val instead of unquoting only.
7292 (class-precedence-list): If class is nil, return nil.
7293 (eieio-generic-call): If class of first input arg is nil, don't
7294 look up static methods, and do check for primary methods.
7295 (initialize-instance): See if the default needs to be evaluated
7296 during the constructor.
7297 (eieio-perform-slot-validation-for-default): Don't do the check
7298 for values that will eventually be evaluated.
7299 (eieio-eval-default-p): New function.
7300 (eieio-default-eval-maybe): Use it.
7301
27ffea71 73022010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
7303
7304 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
7305 method-invocation-order.
7306 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
7307 (eieio-class-precedence-dfs): Compute class precedence list using
7308 dfs algorithm.
7309 (eieio-class-precedence-bfs): Compute class precedence list using
7310 bfs algorithm.
9e0d4f9e 7311 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
7312 c3 algorithm.
7313 (class-precedence-list): New function.
7314 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
7315 (inconsistent-class-hierarchy): New error symbol.
7316 (call-next-method): Stow the replacement argument list for future
7317 call-next-method invocations.
7318
266a86bd 73192010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 7320
ea7f9ebf
GM
7321 * calendar/appt.el (appt-check): If not displaying the diary,
7322 use (diary 1) to only get the entries we need.
7323 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
7324 that it is in day order. (Bug#7019)
7325
1bf6d075
GM
7326 * calendar/appt.el (appt-check): Rather than showing the diary,
7327 just turn off invisible display, and only if needed.
7328
87e798a7
GM
7329 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
7330
1fc7dabf
GM
73312010-09-23 Glenn Morris <rgm@gnu.org>
7332
7a16788b
GM
7333 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
7334 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 7335 Start warnings with lower-case, like the majority.
7a16788b 7336
19543b17
GM
7337 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
7338
54238e6d
GM
7339 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
7340
ce009d0b
GM
7341 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
7342 * files.el (auto-mode-alist): Move ld-script entries here, further down
7343 the list.
7344
7b344dfe
GM
7345 * vc/add-log.el: Don't require timezone when compiling.
7346 (timezone-make-date-sortable): Autoload it.
7347 (change-log-sortable-date-at): Don't require timezone.
7348 Use `ignore-errors'.
7349
d9703498
GM
7350 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7351 Move alias before definition, so it does not need autoloading.
7352
1fc7dabf
GM
7353 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
7354 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
7355 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
7356 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
7357 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
7358 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
7359 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
7360 * textmodes/tex-mode.el, textmodes/two-column.el:
7361 Remove leading `*' from docs of defcustoms etc.
7362
7676efad
TZ
73632010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
7364
7365 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
7366
b069e5a6
G
73672010-09-22 Dan Christensen <jdc@uwo.ca>
7368
7369 * calendar/time-date.el (date-to-time): Try using parse-time-string
7370 first before using the slower timezone-make-date-arpa-standard.
7371
1bf68d53
KY
73722010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7373
7374 * calendar/time-date.el (format-seconds): Comment fix.
7375
cd205c76
GM
73762010-09-22 Glenn Morris <rgm@gnu.org>
7377
7378 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
7379 is not automatically buffer-local.
7380
4ddea91b
SM
73812010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7384 (smie-indent-comment): Be more careful with comment-start-skip.
7385 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7386 (smie-indent-functions): Use them.
7387
b0f037ed
MA
73882010-09-21 Michael Albinus <michael.albinus@gmx.de>
7389
7390 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7391
8cf1771a
JD
73922010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7393
36a1b6db
JD
7394 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7395 tool-bar-position. Don't modify frame parameters here.
180fb94a 7396 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 7397
8cf1771a
JD
7398 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7399
0097720d
SM
74002010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7401
5d8e0d5d
SM
7402 * textmodes/reftex-parse.el (reftex-what-macro)
7403 (reftex-context-substring): Let-bind forward-sexp-function to nil
7404 since we don't need/want to treat \begin...\end as a block (bug#7053).
7405
984edd22
SM
7406 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7407
7408 * simple.el (blink-matching-open): Use syntax-class.
7409
3672149f
SM
7410 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7411 Set invisibility spec for pascal's outline mode.
7412 (pascal-outline-change): Clean up calling convention.
7413 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7414
549d0e1e
SM
7415 * progmodes/prolog.el (prolog-smie-forward-token)
7416 (prolog-smie-backward-token): New functions.
7417 (prolog-mode-variables): Use them to parse "!," correctly.
7418 Set up smie-blink-matching for ".".
7419
a9cb95dd
SM
7420 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7421 and `end'.
7422 (ispell-region, ispell-process-line): Update users.
7423
de558d10
SM
7424 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7425 point-min==1.
7426
94eb3112
SM
7427 * textmodes/ispell.el: Fix commenting convention.
7428 (ispell-parse-output): Simplify, use push.
7429 (ispell-region): Use match-string-no-properties.
7430 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7431 (ispell-minor-mode): Use define-minor-mode.
7432 (ispell-message): Remove unused var `skip-regexp'.
7433 (ispell-add-per-file-word-list): Use dynamic let-binding.
7434 Try and use the proper comment marker.
7435
1f7f45a5
SM
7436 * mail/sendmail.el: Fix commenting convention.
7437 (sendmail-send-it): Use line-beginning-position.
7438
0097720d
SM
7439 * help-fns.el (describe-variable): Add original value, if applicable.
7440
596880ea
JB
74412010-09-20 Juanma Barranquero <lekktu@gmail.com>
7442
f0713411
JB
7443 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7444
596880ea
JB
7445 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7446
37c0347e
SM
74472010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7448
2bc01104
SM
7449 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7450 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7451 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7452 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7453 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7454 something like "." can also be a closer.
7455 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7456 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7457 Rename internal functions to use "--". Update callers.
7458
e2c3f530
SM
7459 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7460
37c0347e
SM
7461 * fringe.el (fringe-styles): New var.
7462 (fringe-mode, fringe-query-style): Use it.
7463
74790210
MM
74642010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7465
7466 * progmodes/sql.el: Version 2.8
93acd23d 7467 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
7468 (sql-product-alist): Add :list-all and :list-table features for
7469 SQLite, Postgres and MySQL products.
7470 (sql-redirect): Handle default value.
7471 (sql-execute, sql-execute-feature): New functions.
7472 (sql-read-table-name): New function.
93acd23d 7473 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
7474 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7475 for above functions.
7476 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7477 for above functions.
7478 (sql-postgres-login-params): Add user and database defaults.
7479 (sql-buffer-live-p): Bug fix.
93acd23d 7480 (sql-product-history): New variable.
35f52ed6 7481 (sql-read-product): New function. Use it.
74790210
MM
7482 (sql-set-product, sql-product-interactive): Use it.
7483 (sql-connection-history): New variable.
93acd23d 7484 (sql-read-connection): New function. Use it.
74790210
MM
7485 (sql-connect): New function.
7486 (sql-for-each-login): Redesign function interface.
7487 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
7488 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7489 (sql-comint): Check for program. Existing live buffer.
74790210
MM
7490 (sql-comint-postgres): Add port parameter.
7491
cec01cd2
SM
74922010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * emacs-lisp/warnings.el: Fix commenting convention.
7495 (display-warning): Use special mode and make the buffer read-only.
7496
c2a845b5
JB
74972010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7498
7499 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7500 empty string when it follows a repeated or optional pattern.
7501
f5632fb6
SM
75022010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7505 (indent-region): Use indent-according-to-mode.
7506
71b961e8
EZ
75072010-09-18 Eli Zaretskii <eliz@gnu.org>
7508
7509 * fringe.el (fringe-mode): Doc fix.
7510
dbbd7ad4
KRC
75112010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7512
7513 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7514 refreshing the preview buffer.
7515
b879a6e2
SM
75162010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7519 (latex-syntax-propertize-rules): New consts; replace
7520 tex-font-lock-syntactic-keywords.
7521 (tex-env-mark, latex-env-before-change): New functions.
7522 (latex-electric-env-pair-mode): New minor mode.
7523 (tex-font-lock-verb): Change arguments; do move point.
7524 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7525 representation as a form of comment.
7526 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7527 (doctex-syntax-propertize-rules): New const; replaces
7528 doctex-font-lock-syntactic-keywords.
7529 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7530
7531 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7532 (fortran-make-syntax-propertize-function): New function; replaces
7533 fortran-font-lock-syntactic-keywords.
7534 (fortran-mode): Use it.
7535 (fortran-line-length): Use it. Improve interactive spec.
7536
7537 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7538 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7539 when adding surrounding \(..\).
7540
7541 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7542
4be520fb
SM
75432010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7544
269c197e
SM
7545 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7546 Use with-current-buffer.
7547
4be520fb
SM
7548 * isearch.el (isearch-face): Rename from `isearch'.
7549 (isearch-highlight): Use new name.
7550
a67597d6
EZ
75512010-09-17 Eli Zaretskii <eliz@gnu.org>
7552
7553 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7554 5, for `half' width fringes. (Bug#6933)
7555
31c381e8
SM
75562010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7557
3fe6ef4e
SM
7558 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7559 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7560
31c381e8
SM
7561 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7562
fb0cf781
J
75632010-09-17 Stephen Berman <stephen.berman@gmx.net>
7564
7565 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7566 in calculating new frame position. Add more space between new and
7567 parent on the left (Bug#7048).
7568
1a9dc3b5
MA
75692010-09-17 Michael Albinus <michael.albinus@gmx.de>
7570
7571 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7572 defmacro.
7573
dff0fdc3
CY
75742010-09-16 Chong Yidong <cyd@stupidchicken.com>
7575
31c381e8 7576 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 7577
117c96c7
CY
7578 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7579 obsolete alias for x-selection-value.
7580
dff0fdc3
CY
7581 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7582
c6f2191f
MA
75832010-09-16 Michael Albinus <michael.albinus@gmx.de>
7584
7585 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7586 cookie.
7587
6139f995
MA
75882010-09-15 Michael Albinus <michael.albinus@gmx.de>
7589
7590 * net/tramp-compat.el (tramp-compat-with-temp-message)
7591 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7592 (tramp-compat-process-put): New defuns.
7593
7594 * net/tramp.el (top):
7595 * net/tramp-gvfs.el (top):
7596 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7597
31c381e8
SM
7598 * net/tramp.el (tramp-progress-reporter-update):
7599 Use `tramp-compat-funcall'.
6139f995
MA
7600
7601 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
7602 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7603 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
7604 (tramp-get-remote-stat, tramp-get-remote-readlink):
7605 Use `tramp-compat-with-temp-message'.
6139f995
MA
7606
7607 * net/tramp-sh.el (top): Require 'cl.
7608 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
7609 (tramp-open-connection-setup-interactive-shell):
7610 Use `tramp-compat-process-put'.
6139f995 7611
22c3ce97
AM
76122010-09-15 Alan Mackenzie <acm@muc.de>
7613
7614 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7615 indentation.
a4ee83cc 7616 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 7617
4f1e9960
SM
76182010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7621 `lexical' for warnings related to lexical scoping.
7622 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7623 global vars which don't have a prefix and could hence affect lexical
7624 scoping in unrelated files.
7625
01e80360
LMI
76262010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
7628 * net/imap.el: Revert back to version
7629 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7630 seem problematic.
7631
5e2a84e3
JB
76322010-09-14 Juanma Barranquero <lekktu@gmail.com>
7633
7634 * obsolete/old-whitespace.el (whitespace-unload-function):
7635 Explicitly pass `obarray' to `unintern' to avoid a warning.
7636
f3a30a50
SM
76372010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7640 Add `when' argument. Update callers.
7641
7642 * subr.el (unintern): Declare the obarray arg mandatory.
7643
92b99a01
GM
76442010-09-14 Glenn Morris <rgm@gnu.org>
7645
67ae9766
GM
7646 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7647 Doc fixes.
7648
92b99a01
GM
7649 * calendar/diary-lib.el (diary-included-files): New variable.
7650 (diary-list-entries): Maybe initialize diary-included-files.
7651 (diary-include-other-diary-files): Append to diary-included-files.
7652 * calendar/appt.el (appt-update-list): Also check the members of
7653 diary-included-files. (Bug#6999)
08151ec5 7654 (appt-check): Doc fix.
92b99a01 7655
6664fc59 76562010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7657
7658 * simple.el (line-move-visual): Do not truncate goal column to
7659 integer size. (Bug#7020)
7660
6664fc59 76612010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7662
7663 * repeat.el (repeat): Allow repeating when the last event is a click.
7664 Suggested by Drew Adams (bug#6256).
7665
6664fc59 76662010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7667
01c35094 7668 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7669 Replace setting HGRCPATH to "" by some less invasive --config options.
7670
6664fc59 76712010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7672
7673 * font-lock.el (font-lock-beginning-of-syntax-function):
7674 Mark as obsolete.
7675
6664fc59 76762010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7677
7678 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7679 and tool-bar modes. (Bug#6211)
7680 (menu-bar-mode): Move setting of standard-value after the
7681 minor-mode definition, otherwise it seems to have no effect.
7682
6664fc59 76832010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7684
7685 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7686 Fix typo. (Bug#6976)
7687
6664fc59 76882010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7689
7690 * whitespace.el: Allow cleaning up blanks without blank
7691 visualization (Bug#6651). Adjust help window for
7692 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7693 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7694 (whitespace-style): Add new value 'face. Adjust docstring.
7695 (whitespace-space, whitespace-hspace, whitespace-tab):
7696 Adjust foreground property face.
9c405a86
CY
7697 (whitespace-line-column): Adjust docstring and type declaration.
7698 (whitespace-style-value-list, whitespace-toggle-option-alist)
7699 (whitespace-help-text): Adjust const initialization.
7700 (whitespace-toggle-options, global-whitespace-toggle-options):
7701 Adjust docstring.
7702 (whitespace-display-window, whitespace-interactive-char)
7703 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7704 (whitespace-help-scroll): New fun.
7705
ba96ddf5
KY
77062010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7707
7708 * calendar/time-date.el (format-seconds): Comment fix.
7709
a386ac70
MM
77102010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7711
7712 * progmodes/sql.el: Version 2.7.
7713 (sql-buffer-live-p): Improve detection.
7714 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7715 (sql-set-sqli-buffer): Use it.
7716 (sql-product-interactive): Run `sql-set-sqli-hook'.
7717 (sql-rename-buffer): Code cleanup.
7718 (sql-redirect, sql-redirect-value): New functions. More to come.
7719
5d921df2
JB
77202010-09-13 Juanma Barranquero <lekktu@gmail.com>
7721
7722 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.
7723 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7724 (TRAMP_SRC): New macro.
7725 ($(lisp)/net/tramp-loaddefs.el): New target.
7726
03c1ad43
MA
77272010-09-13 Michael Albinus <michael.albinus@gmx.de>
7728
7729 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7730
7731 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7732
7733 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7734 'tramp-compat, everything else is required there.
7735 Use `ignore-errors' where appropriate.
03c1ad43
MA
7736 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7737 (tramp-terminal-type, tramp-end-of-output)
7738 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7739 (tramp-completion-function-alist-ssh)
7740 (tramp-completion-function-alist-telnet)
7741 (tramp-completion-function-alist-su)
7742 (tramp-completion-function-alist-putty, tramp-remote-path)
7743 (tramp-remote-process-environment, tramp-sh-extra-args)
7744 (tramp-actions-before-shell, tramp-uudecode)
7745 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7746 (tramp-perl-file-attributes)
7747 (tramp-perl-directory-files-and-attributes)
7748 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7749 (tramp-perl-encode, tramp-perl-decode)
7750 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7751 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7752 (tramp-handle-make-symbolic-link, tramp-handle-load)
7753 (tramp-handle-file-name-as-directory)
7754 (tramp-handle-file-name-directory)
7755 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7756 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7757 (tramp-do-file-attributes-with-ls)
7758 (tramp-do-file-attributes-with-perl)
7759 (tramp-do-file-attributes-with-stat)
7760 (tramp-handle-set-visited-file-modtime)
7761 (tramp-handle-verify-visited-file-modtime)
7762 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7763 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7764 (tramp-handle-file-selinux-context)
7765 (tramp-handle-set-file-selinux-context)
7766 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7767 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7768 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7769 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7770 (tramp-handle-file-ownership-preserved-p)
7771 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7772 (tramp-handle-directory-files-and-attributes)
7773 (tramp-do-directory-files-and-attributes-with-perl)
7774 (tramp-do-directory-files-and-attributes-with-stat)
7775 (tramp-handle-file-name-all-completions)
7776 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7777 (tramp-handle-copy-file, tramp-handle-copy-directory)
7778 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7779 (tramp-do-copy-or-rename-file-via-buffer)
7780 (tramp-do-copy-or-rename-file-directly)
7781 (tramp-do-copy-or-rename-file-out-of-band)
7782 (tramp-handle-make-directory, tramp-handle-delete-directory)
7783 (tramp-handle-delete-file)
7784 (tramp-handle-dired-recursive-delete-directory)
7785 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7786 (tramp-handle-insert-directory)
7787 (tramp-handle-unhandled-file-name-directory)
7788 (tramp-handle-expand-file-name)
7789 (tramp-handle-substitute-in-file-name)
7790 (tramp-handle-executable-find, tramp-process-sentinel)
7791 (tramp-handle-start-file-process, tramp-handle-process-file)
7792 (tramp-handle-call-process-region, tramp-handle-shell-command)
7793 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7794 (tramp-handle-insert-file-contents)
7795 (tramp-handle-insert-file-contents-literally)
7796 (tramp-handle-find-backup-file-name)
7797 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7798 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7799 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7800 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7801 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7802 (tramp-find-file-exists-command, tramp-open-shell)
7803 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7804 (tramp-open-connection-setup-interactive-shell)
7805 (tramp-local-coding-commands, tramp-remote-coding-commands)
7806 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7807 (tramp-inline-compress-commands, tramp-find-inline-compress)
7808 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7809 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7810 (tramp-send-command-and-check, tramp-barf-unless-okay)
7811 (tramp-send-command-and-read, tramp-mode-string-to-int)
7812 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7813 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7814 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7815 (tramp-method-out-of-band-p, tramp-local-host-p)
7816 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7817 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7818 (tramp-get-test-command, tramp-get-test-nt-command)
7819 (tramp-get-file-exists-command, tramp-get-remote-ln)
7820 (tramp-get-remote-perl, tramp-get-remote-stat)
7821 (tramp-get-remote-readlink, tramp-get-remote-trash)
7822 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7823 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7824 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7825 tramp-sh.el.
7826 (tramp-methods, tramp-default-method-alist)
7827 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7828 Move initialization to tramp-sh.el.
7829 (tramp-temp-name-prefix): Make it a defconst.
7830 (tramp-dissect-file-name): Don't check anymore for multi-hop
7831 methods.
7832 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7833 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7834 (tramp-get-debug-buffer): Use it.
7835
7836 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7837 initialization forms.
7838 (tramp-set-connection-property): Don't protect `tramp-message'
7839 call, it isn't necessary any longer.
7840 (tramp-dump-connection-properties): Use `ignore-errors'.
7841
7842 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7843 'password-cache and 'auth-source.
7844
7845 * net/tramp-gvfs.el (top):
7846 * net/tramp-smb.el (top): Require 'tramp-sh.
7847
7848 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7849
7850 * net/tramp-sh.el: New file, derived from tramp.el.
7851 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7852 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7853 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7854 Use `ignore-errors' where appropriate.
7855 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7856 `tramp-file-name-handler-alist'.
7857 (tramp-send-command-and-check): Return t or nil. Remove all
7858 `zerop' checks, where called.
7859 (tramp-handle-set-file-modes)
7860 (tramp-do-copy-or-rename-file-directly)
7861 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7862 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7863 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7864 (tramp-get-remote-ln): Set tramp-autoload cookie.
7865
7866 * net/tramp-fish.el: Remove file.
7867
c5fe4acb
DU
78682010-09-13 Daiki Ueno <ueno@unixuser.org>
7869
7870 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7871 buffer-file-name to avoid file-locking. (Bug#7026)
7872
7ea2d383
MA
78732010-09-13 Julien Danjou <julien@danjou.info>
7874
7875 * notifications.el (notifications-notify): Add support for
7876 image-path and sound-name.
7877 (notifications-specification-version): Add this variable.
7878
5616cc54
SM
78792010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7880
31c381e8 7881 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7882
94c7243b
LL
78832010-09-12 Leo <sdl.web@gmail.com>
7884
7885 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7886 (rcirc-completion-start): New variables.
7887 (rcirc-nick-completions): Rename to rcirc-completions.
7888 (rcirc-nick-completion-start-offset): Delete.
7889 (rcirc-completion-at-point): New function for constructing
7890 completion data for both nicks and irc commands. Add to
7891 completion-at-point-functions in rcirc mode.
7892 (rcirc-complete): Rename from rcirc-nick-complete; use
7893 rcirc-completion-at-point.
7894 (defun-rcirc-command): Update rcirc-client-commands.
7895
0f34ae28
GM
78962010-09-11 Glenn Morris <rgm@gnu.org>
7897
7898 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7899 atomically, to avoid parallel build errors. (Bug#4196)
7900
9250002f
MM
79012010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7902
7903 * progmodes/sql.el: Version 2.6
7904 (sql-dialect): Synonym for "sql-product".
7905 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7906 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7907 Set "sql-buffer" to buffer name not buffer object so multiple sql
7908 interactive buffers work properly. Reverts misguided changes in
7909 earlier work.
7910 (sql-comint): Make sure different buffer name is used if "*SQL*"
7911 buffer is for a different product.
7912 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7913 login param.
7914 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7915 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7916 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7917 Accept new buffer name or prompt for one.
7918 (sql-port): Default to zero.
7919 (sql-comint-mysql): Handle "sql-port" as a numeric.
7920 (sql-port-history): Delete unused variable.
7921 (sql-get-login): Default "sql-port" to a number.
31c381e8 7922 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7923 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7924 "sqlite3" executables.
31c381e8 7925 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7926 (sql-buffer-live-p): New function.
7927 (sql-mode-menu, sql-send-string): Use it.
7928 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7929 syntax pattern.
7930 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7931 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7932
a9ec34f4
LMI
79332010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7934
31c381e8 7935 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7936
cf38dd42
SM
79372010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7940 to replace texinfo-font-lock-syntactic-keywords.
7941 (texinfo-mode): Use it.
7942
7943 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7944 Use syntax-propertize-function.
7945
7946 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7947 replace sgml-font-lock-syntactic-keywords.
7948 (sgml-mode): Use it.
7949
7950 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7951 since we don't use it.
7952
7953 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7954
7955 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7956 if available.
7957 (vhdl-fontify-buffer): Adjust.
7958
7959 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7960 replace tcl-font-lock-syntactic-keywords.
7961 (tcl-mode): Use it.
7962
7963 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7964 replace simula-font-lock-syntactic-keywords.
7965 (simula-mode): Use it.
7966
7967 * progmodes/sh-script.el (sh-st-symbol): Remove.
7968 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7969 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7970 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7971 (sh-font-lock-paren): Set syntax-multiline.
7972 (sh-font-lock-syntactic-keywords): Remove.
7973 (sh-syntax-propertize-function): New function to replace it.
7974 (sh-mode): Use it.
7975
7976 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7977 Define while compiling.
7978 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7979 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7980 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7981 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7982 (ruby-here-doc-end-syntax): Only define when
7983 syntax-propertize is not available.
7984 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7985 New functions.
7986 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7987 (electric-indent-chars): Silence bytecompiler.
7988 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7989 electric-indent-chars.
7990
7991 * progmodes/python.el (python-syntax-propertize-function): New var to
7992 replace python-font-lock-syntactic-keywords.
7993 (python-mode): Use it.
7994 (python-quote-syntax): Simplify and adjust to new use.
7995
7996 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7997 replace perl-font-lock-syntactic-keywords.
7998 (perl-syntax-propertize-special-constructs): New fun to replace
7999 perl-font-lock-special-syntactic-constructs.
8000 (perl-font-lock-syntactic-face-function): New fun.
8001 (perl-mode): Use it.
8002
8003 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
8004 to replace octave-font-lock-close-quotes.
8005 (octave-syntax-propertize-function): New function to replace
8006 octave-font-lock-syntactic-keywords.
8007 (octave-mode): Use it.
8008
8009 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
8010 replaces mixal-font-lock-syntactic-keywords.
8011 (mixal-mode): Use it.
8012
8013 * progmodes/make-mode.el (makefile-syntax-propertize-function):
8014 New var; replaces makefile-font-lock-syntactic-keywords.
8015 (makefile-mode): Use it.
8016 (makefile-imake-mode): Adjust.
8017
8018 * progmodes/js.el (js--regexp-literal): Define while compiling.
8019 (js-syntax-propertize-function): New var; replaces
8020 js-font-lock-syntactic-keywords.
8021 (js-mode): Use it.
8022
8023 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
8024 replaces gdb-script-font-lock-syntactic-keywords.
8025 (gdb-script-mode): Use it.
8026
8027 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
8028 (fortran--font-lock-syntactic-keywords): New var.
8029 (fortran-line-length): Update syntax-propertize-function and
8030 fortran--font-lock-syntactic-keywords.
8031
8032 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
8033
8034 * progmodes/cfengine.el (cfengine-mode):
8035 Use syntax-propertize-function.
8036 (cfengine-font-lock-syntactic-keywords): Remove.
8037
8038 * progmodes/autoconf.el (autoconf-mode):
8039 Use syntax-propertize-function.
8040 (autoconf-font-lock-syntactic-keywords): Remove.
8041
8042 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
8043 (ada-after-change-function, ada-initialize-syntax-table-properties)
8044 (ada-handle-syntax-table-properties): Only define when
8045 syntax-propertize is not available.
8046 (ada-mode): Use syntax-propertize-function.
8047
8048 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
8049 (font-lock-fontify-syntactic-keywords-region): Move handling of
8050 font-lock-syntactically-fontified to...
8051 (font-lock-default-fontify-region): ...here.
8052 Let syntax-propertize-function take precedence.
8053 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
8054
8055 * emacs-lisp/syntax.el (syntax-propertize-function)
8056 (syntax-propertize-chunk-size, syntax-propertize--done)
8057 (syntax-propertize-extend-region-functions): New vars.
8058 (syntax-propertize-wholelines, syntax-propertize-multiline)
8059 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
8060 (syntax-propertize): New functions.
8061 (syntax-propertize-rules): New macro.
8062 (syntax-ppss-flush-cache): Set syntax-propertize--done.
8063 (syntax-ppss): Call syntax-propertize.
8064
8065 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
8066
36f7d366
AM
80672010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
8068
8069 * textmodes/ispell.el (ispell-init-process): Improve comments.
8070 XEmacs compatibility changes regarding (add-hook) 'local option
8071 and (set-process-query-on-exit-flag).
8072
8fca3921
MA
80732010-09-09 Michael Albinus <michael.albinus@gmx.de>
8074
cf38dd42
SM
8075 * net/tramp-cache.el (tramp-parse-connection-properties):
8076 Set tramp-autoload cookie.
8fca3921 8077
399653d6
GM
80782010-09-09 Glenn Morris <rgm@gnu.org>
8079
8080 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
8081 (imagemagick-register-types): Doc fix.
8082
c34a9669
SM
80832010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8084
b073dc4b
SM
8085 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
8086
8087 * progmodes/js.el (require): Require is already "eval-and-compile".
8088 (js--re-search-forward): Avoid `eval'. Preserve the error data.
8089 (js--re-search-backward): Use js--re-search-forward.
8090
8091 * progmodes/fortran.el (fortran-line-length): Don't recompute
8092 syntactic keywords redundantly a second time.
8093
8094 * progmodes/ada-mode.el: Replace "(set '" with setq.
8095 (ada-mode): Simplify.
8096 (ada-create-case-exception, ada-adjust-case-interactive)
8097 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
8098 (ada-search-ignore-string-comment, ada-move-to-start)
8099 (ada-move-to-end): Use with-syntax-table.
8100
8101 * font-lock.el (save-buffer-state): Remove `varlist' arg.
8102 (font-lock-unfontify-region, font-lock-default-fontify-region):
8103 Update usage correspondingly.
8104 (font-lock-fontify-syntactic-keywords-region):
8105 Set parse-sexp-lookup-properties buffer-locally here.
8106 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
8107
c34a9669
SM
8108 * simple.el (blink-matching-open): Don't burp if we can't find a match.
8109
13639aab
GM
81102010-09-08 Glenn Morris <rgm@gnu.org>
8111
5a972c36
GM
8112 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
8113 Error if not compiled with -DBYTE_CODE_METER.
8114
13639aab
GM
8115 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8116 Ignore dir-locals-file.
8117
331b2b90
SM
81182010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8121 Not a const.
8122 (compilation-error-regexp-alist-alist): Rule out ": " in file names
8123 for the `gnu' messages.
8124 (compilation-set-skip-threshold): New command.
8125 (compilation-start): Use \' rather than $.
8126 (compilation-forget-errors): Use clrhash.
8127
73b4d51a
AM
81282010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
8129
8130 * textmodes/ispell.el (ispell-valid-dictionary-list):
8131 Simplify logic.
8132
0f34aa77
MA
81332010-09-08 Michael Albinus <michael.albinus@gmx.de>
8134
8135 Migrate to Tramp 2.2. Rearrange load dependencies.
8136 (Bug#1529, Bug#5448, Bug#5705)
8137
8138 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
8139 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
8140 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
8141
8142 * net/tramp.el (top): Remove all other tramp-* loads except
8143 tramp-compat.el. Remove all changes to tramp-unload-hook for
8144 other tramp-* packages. Rearrange defun order. Change calls of
8145 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
8146 `tramp-compat-octal-to-decimal' to new function names.
8147 (tramp-terminal-type, tramp-initial-end-of-output)
8148 (tramp-methods, tramp-foreign-file-name-handler-alist)
8149 (tramp-tramp-file-p, tramp-completion-mode-p)
8150 (tramp-send-command-and-check, tramp-get-remote-path)
8151 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
8152 (tramp-shell-quote-argument): Set tramp-autoload cookie.
8153 (with-file-property, with-connection-property): Move to
8154 tramp-cache.el.
8155 (tramp-local-call-process, tramp-decimal-to-octal)
8156 (tramp-octal-to-decimal): Move to tramp-compat.el.
8157 (tramp-handle-shell-command): Do not require 'shell.
8158 (tramp-compute-multi-hops): No special handling for tramp-gw-*
8159 symbols.
8160 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
8161
8162 * net/tramp-cache.el (top): Require 'tramp. Add to
8163 `tramp-unload-hook'.
8164 (tramp-cache-data, tramp-get-file-property)
8165 (tramp-set-file-property, tramp-flush-file-property)
8166 (tramp-flush-directory-property, tramp-get-connection-property)
8167 (tramp-set-connection-property, tramp-flush-connection-property)
8168 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
8169 cookie.
8170 (with-file-property, with-connection-property): New defuns, moved
8171 from tramp.el.
8172 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
8173 macro.
8174
8175 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
8176 (tramp-version): Set tramp-autoload cookie.
8177
8178 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
8179 changes to tramp-unload-hook for other tramp-* packages. Add to
8180 `tramp-unload-hook'.
8181 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
8182 (tramp-compat-call-process): New defuns, moved from tramp.el.
8183
8184 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
8185 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
8186 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
8187 `tramp-compat-decimal-to-octal' to new function name.
8188 (tramp-fish-method): Make it a defconst.
8189 (tramp-fish-file-name-p): Make it a defsubst.
8190 (tramp-fish-method, tramp-fish-file-name-handler)
8191 (tramp-fish-file-name-p): Set tramp-autoload cookie.
8192
8193 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
8194 `tramp-foreign-file-name-handler-alist'. Add to
8195 `tramp-unload-hook'.
8196 (tramp-ftp-method): Make it a defconst.
8197 (tramp-ftp-file-name-p): Make it a defsubst.
8198 (tramp-ftp-method, tramp-ftp-file-name-handler)
8199 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
8200
8201 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
8202 `tramp-foreign-file-name-handler-alist'. Add to
8203 `tramp-unload-hook'. Change checks, whether package can be
8204 loaded.
8205 (tramp-gvfs-file-name-p): Make it a defsubst.
8206 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
8207 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
8208 (tramp-gvfs-handle-file-directory-p): New defun.
8209 (tramp-gvfs-file-name-handler-alist): Use it.
8210
8211 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
8212 `tramp-foreign-file-name-handler-alist'. Add to
8213 `tramp-unload-hook'.
8214 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
8215 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
8216 defconst.
8217 (tramp-gw-tunnel-method, tramp-gw-socks-method)
8218 (tramp-gw-open-connection): Set tramp-autoload cookie.
8219
8220 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
8221 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
8222 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
8223 loaded.
8224 (tramp-imap-file-name-p): Make it a defsubst.
8225 (tramp-imap-method, tramp-imaps-method)
8226 (tramp-imap-file-name-handler)
8227 (tramp-imap-file-name-p): Set tramp-autoload cookie.
8228
8229 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
8230 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
8231 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
8232 loaded. Change call of `tramp-compat-decimal-to-octal' to new
8233 function name.
8234 (tramp-smb-tunnel-method): Make it a defconst.
8235 (tramp-smb-file-name-p): Make it a defsubst.
8236 (tramp-smb-method, tramp-smb-file-name-handler)
8237 (tramp-smb-file-name-p): Set tramp-autoload cookie.
8238
8239 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
8240 (tramp-uuencode-region): Set tramp-autoload cookie.
8241
8242 * net/trampver.el (top) Add to `tramp-unload-hook'.
8243 (tramp-version, tramp-bug-report-address): Set tramp-autoload
8244 cookie. Update release number.
8245
308e764f
AM
82462010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
8247
8248 * textmodes/ispell.el (ispell-start-process): Make sure original
8249 arg list is properly initialized (Bug#6993, Bug#6994).
8250
10999305 82512010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
8252
8253 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
8254
8255 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
8256 chars like - or ] (bug#6984).
8257 (rx-any-condense-range): Explode 2-char ranges.
8258
10999305
CY
82592010-09-06 Glenn Morris <rgm@gnu.org>
8260
8261 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
8262
82632010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
8264
8265 * textmodes/bibtex.el:
8266 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
8267
f292afe5
LMI
82682010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8269
331b2b90 8270 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
8271 since no callers use it.
8272 (imap-message-get): Ditto.
8273 (imap-message-put): Ditto.
8274 (imap-mailbox-map): Ditto.
8275 (imap-mailbox-put): Ditto.
8276 (imap-mailbox-get): Ditto.
a131b9b8 8277 (imap-mailbox-get): Revert last change for this function.
f292afe5 8278
dfe1285d
LMI
82792010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8280
331b2b90 8281 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
8282 callers to use `imap-fetch' instead. According to the comments, this
8283 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
8284 (imap-enable-exchange-bug-workaround): Remove.
8285 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 8286
3ff31c90
LMI
82872010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8288
8289 * net/imap.el (imap-log): New convenience function used throughout
8290 instead of repeating the same code all over the place.
8291
dfe1285d 82922010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
8293
8294 * mouse.el (mouse-save-then-kill): Save region to kill-ring
8295 when mouse-drag-copy-region is non-nil (Bug#6956).
8296
93a596e1
CY
82972010-09-05 Chong Yidong <cyd@stupidchicken.com>
8298
8d76af4a
CY
8299 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
8300 Improve regexps (Bug#6987).
8301 (dired-sort-toggle): Search more robustly for -t flag.
8302
93a596e1
CY
8303 * files.el (get-free-disk-space): Search more robustly for
8304 "available" column. Suggested by Ehud Karni
8305 <ehud@unix.mvs.co.il>.
8306
733946e7
JB
83072010-09-05 Juanma Barranquero <lekktu@gmail.com>
8308
8309 * international/uni-bidi.el:
8310 * international/uni-category.el:
8311 * international/uni-combining.el:
8312 * international/uni-decimal.el:
8313 * international/uni-mirrored.el:
8314 * international/uni-name.el: Regenerate.
8315
2e664aab
SM
83162010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8317
6aeafb34
SM
8318 * electric.el (electric-indent-post-self-insert-function):
8319 Don't reindent with a sloppy indentation function.
8320
2e664aab
SM
8321 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
8322 border case in change-log-mode.
8323
13ef65a4
CY
83242010-09-04 Chong Yidong <cyd@stupidchicken.com>
8325
8326 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8327 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
8328 Recognize leading tab in gcc-include regexp. Ignore names with
8329 leading "from" or "in" in gnu regexp (Bug#6937).
8330
5abf1556
SM
83312010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8332
6aeafb34 8333 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
8334 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
8335 (ispell-start-process): Avoid setq and simplify logic.
8336 (ispell-init-process): Setup kill-buffer-hook locally when needed.
8337 (kill-buffer-hook): Don't use it globally with code that uses
8338 expand-file-name since that may call kill-buffer via
8339 code_conversion_restore.
8340
0be01d2c
CY
83412010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
8342
8343 * emacs-lisp/package.el (package-directory-list): Only call
8344 file-name-nondirectory on a string.
8345
ebf662f4
CY
83462010-09-02 Chong Yidong <cyd@stupidchicken.com>
8347
5abf1556
SM
8348 * emacs-lisp/package.el (package--download-one-archive):
8349 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
8350 (package-activate-1, package-mark-obsolete, define-package)
8351 (package-compute-transaction, package-list-maybe-add): Use push.
8352
e5eddfd1
SM
83532010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8354
89acf735
SM
8355 Use SMIE's blink-paren for octave-mode.
8356 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
8357 Backslashes do not escape single-quotes, single-quotes do.
8358 (octave-block-else-regexp, octave-block-end-regexp)
8359 (octave-block-match-alist): Remove.
8360 (octave-smie-bnf-table): New var, with old content.
8361 (octave-smie-op-levels): Use it.
8362 (octave-smie-closer-alist): New var.
8363 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
8364 (octave-blink-matching-block-open): Remove.
8365 (octave-reindent-then-newline-and-indent, octave-electric-semi)
8366 (octave-electric-space): Let self-insert-command run expand-abbrev and
8367 blink parens.
8368
3b843809
SM
8369 * electric.el (electricity): New group.
8370 (electric-indent-chars): New var.
8371 (electric-indent-post-self-insert-function): New fun.
8372 (electric-indent-mode): New minor mode.
8373 (electric-pair-skip-self): New custom.
8374 (electric-pair-post-self-insert-function): New function.
8375 (electric-pair-mode): New minor mode.
8376
0da20854
SM
8377 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
8378 calcAlg-blink-matching-open.
8379 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8380 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8381 Use the new blink-matching-check-function.
8382
a49e651e
SM
8383 Provide blink-matching support to SMIE.
8384 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8385 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8386 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8387
e5eddfd1
SM
8388 * simple.el (newline): Fix last change to properly remove itself from
8389 the hook.
8390
b13ebb5c
SM
83912010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * simple.el (newline): Eliminate optimization.
8394 Use post-self-insert-hook to set hard-newline and things before
8395 running post-self-insert-hook.
8396 (blink-matching-check-mismatch): New function.
8397 (blink-matching-check-function): New variable.
8398 (blink-matching-open): Use them.
8399 Skip back forward over prefix chars skipped by forward-sexp.
8400 Don't check if the parens are backslash escaped.
8401 (blink-paren-post-self-insert-function): Check backslash escaping here.
8402
e687c2cd
CY
84032010-09-02 Chong Yidong <cyd@stupidchicken.com>
8404
b13ebb5c
SM
8405 * emacs-lisp/package.el (package-menu-mode-map):
8406 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
8407 (package-menu-mode): Set revert-buffer-function.
8408 (package-menu-revert): Doc fix.
8409
567efba9
AM
84102010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8411
8412 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8413 `default-directory' unless using Ispell per-directory personal
8414 dictionaries and not in a mini-buffer under XEmacs.
8415 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 8416 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 8417
6d7cc563
JD
84182010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8419
08d4877e
J
8420 * simple.el (kill-new): Call interprogram-cut-function with only
8421 one argument.
8422
45240125
JD
8423 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8424 Remove cut buffer from error message.
8425
8426 * term/x-win.el (x-select-text):
8427 * term/pc-win.el (x-selection-value):
8428 * term/ns-win.el (x-selection-value):
8429 * eshell/em-term.el:
8430 * w32-fns.el (x-get-selection-value):
8431 * mouse-sel.el (mouse-sel-set-selection-function):
8432 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8433
6d7cc563
JD
8434 * term/x-win.el: Update documentation for x-last-selected-text-*.
8435 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8436 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
8437 (x-select-text): Remove argument PUSH, update documentation.
8438 Remove cut-buffer code.
6d7cc563 8439 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 8440 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
8441 Update documentation, remove cut-buffer code.
8442 Call x-selection-value-internal.
6d7cc563
JD
8443 (x-clipboard-yank): Call x-selection-value-internal.
8444 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8445
8446 * term/pc-win.el (x-last-selected-text):
8447 x-cut-buffer-or-selection-value renamed to x-selection-value
8448 (x-select-text): Remove argument PUSH, update documentation.
8449
8450 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8451 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 8452 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
8453 (x-select-text): Remove argument PUSH, update documentation.
8454
8455 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8456
8457 * w32-fns.el (x-last-selected-text):
8458 x-cut-buffer-or-selection-value renamed to x-selection-value.
8459 (x-cut-buffer-max): Remove.
8460 (x-select-text): Remove argument PUSH, update documentation.
8461
8462 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8463
8464 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8465
8466 * mouse-sel.el (mouse-sel-get-selection-function):
8467 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 8468 (x-select-text): Remove optional push.
6d7cc563 8469
4de81ee0
SM
84702010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8f4e9110
SM
8472 * simple.el (blink-paren-function): Move from C to here.
8473 (blink-paren-post-self-insert-function): New function.
8474 (post-self-insert-hook): Use it.
8475
4de81ee0
SM
8476 * emacs-lisp/pcase.el (pcase-split-memq):
8477 Fix overenthusiastic optimisation.
8478 (pcase-u1): Handle the case of a lambda pred.
8479
d419e1d9
KH
84802010-08-31 Kenichi Handa <handa@m17n.org>
8481
8482 * international/mule-cmds.el (standard-display-european-internal):
8483 Setup standard-display-table for 8-bit characters by storing 8-bit
8484 characters in the element vector.
8485
1e05f387
SM
8486 * disp-table.el (standard-display-8bit):
8487 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
8488 characters in the element vector.
8489 (standard-display-european): Likewise.
8490
61f7096c
CY
84912010-08-31 Masatake YAMATO <yamato@redhat.com>
8492
8493 * textmodes/nroff-mode.el (nroff-view): New command.
8494 (nroff-mode-map): Bind it to C-c C-c.
8495
ec5d3ff7
SM
84962010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8497
c8977b2e
SM
8498 * emacs-lisp/smie.el (smie-down-list): New command.
8499
ec5d3ff7
SM
8500 Remove old indentation and navigation code on octave-mode.
8501 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8502 smie-down-list rather than add a binding for octave-down-block.
8503 (octave-mark-block, octave-blink-matching-block-open):
8504 Rely on forward-sexp-function.
8505 (octave-fill-paragraph): Don't narrow, so you can use
8506 indent-according-to-mode.
8507 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8508 (octave-in-block-p, octave-re-search-forward-kw)
8509 (octave-re-search-backward-kw, octave-indent-calculate)
8510 (octave-end-as-array-index-p, octave-block-end-offset)
8511 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8512 (octave-down-block, octave-backward-up-block, octave-up-block)
8513 (octave-before-magic-comment-p, octave-indent-line): Remove.
8514
187d3296
CY
85152010-08-31 Chong Yidong <cyd@stupidchicken.com>
8516
8517 * emacs-lisp/package.el (package--read-archive-file): Just use
8518 `read', to avoid copying an additional string.
8519 (package-menu-mode): Set header-line-format here.
8520 (package-menu-refresh, package-menu-revert): Signal an error if
8521 not in the Package Menu.
8522 (package-menu-package-list): New var.
8523 (package--generate-package-list): Operate on the current buffer;
8524 don't assume that it is *Packages*, since the user may rename it.
8525 Allow persistent package listings and sort keys using
8526 package-menu-package-list and package-menu-package-sort-key.
8527 (package-menu--version-predicate): Fix version calculation.
8528 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
8529 (package--list-packages): Create the *Packages* buffer.
8530 Set package-menu-package-list-key.
187d3296
CY
8531 (list-packages): Sorting by status is now the default.
8532 (package-buffer-info): Use match-string-no-properties.
8533 (define-package): Add a &rest argument for future proofing, but
8534 don't use it yet.
8535 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
8536 Merge into a single function, package-install-from-buffer.
8537 (package-install-file): Change caller.
187d3296
CY
8538
8539 * finder.el: Load finder-inf using `require'.
8540 (finder-list-matches): Sorting by status is now the default.
8541 (finder-compile-keywords): Simpify printing.
8542
e17b68ed
SM
85432010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8546 (octave-mode-map): Remove special bindings for forward/backward-block
8547 and octave-backward-up-block. Use smie-close-block.
8548 (octave-continuation-marker-regexp): New var.
8549 (octave-continuation-regexp): Use it.
8550 (octave-operator-table, octave-smie-op-levels)
8551 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8552 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8553 (octave-mode): Use SMIE.
8554 (octave-close-block): Delete.
8555
42b6a73b
EZ
85562010-08-30 Eli Zaretskii <eliz@gnu.org>
8557
8558 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8559 CLIPBOARD, not in PRIMARY. (Bug#6944)
8560
f291fe60
SM
85612010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8562
ee992a8c
SM
8563 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8564 a list of parents.
8565 (smie-indent-column): Allow indirection through variables.
8566
d36b74ca
SM
8567 * composite.el (save-buffer-state): Delete, unused.
8568 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8569 (font-lock-default-fontify-region): Use with-syntax-table.
8570 * jit-lock.el (with-buffer-unmodified): Remove.
8571 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8572
f291fe60
SM
8573 Use `declare' in defmacros.
8574 * window.el (save-selected-window):
8575 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8576 * progmodes/python.el (def-python-skeleton):
8577 * net/dbus.el (dbus-ignore-errors):
8578 * jka-cmpr-hook.el (with-auto-compression-mode):
8579 * international/mule.el (with-category-table):
8580 * emacs-lisp/timer.el (with-timeout):
8581 * emacs-lisp/lisp-mnt.el (lm-with-file):
8582 * emacs-lisp/eieio.el (with-slots):
8583 * emacs-lisp/easymenu.el (easy-menu-define):
8584 * emacs-lisp/debug.el (debugger-env-macro):
8585 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8586 (Multiple-value-call, Multiple-value-prog1):
8587 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8588 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8589 edebug rule to definition.
8590 * emacs-lisp/lisp-mode.el (save-selected-window)
8591 (with-current-buffer, combine-after-change-calls)
8592 (with-output-to-string, with-temp-file, with-temp-buffer)
8593 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8594 (dolist, dotimes, when, unless):
8595 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8596
96ae4c8f
CY
85972010-08-29 Chong Yidong <cyd@stupidchicken.com>
8598
8599 * finder.el: Require `package'.
8600 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8601 (finder-package-info): Var deleted.
8602 (finder-keywords-hash, finder--builtins-alist): New vars.
8603 (finder-compile-keywords): Compute package--builtins and
8604 finder-keywords-hash instead of finder-keywords-hash, respecting
8605 the "Package" header.
f291fe60
SM
8606 (finder-unknown-keywords, finder-list-matches):
8607 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
8608 (finder-mode): Don't set font-lock-defaults.
8609 (finder-exit): We don't use "*Finder-package*" and "*Finder
8610 Category*" buffers anymore.
8611
8612 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8613 (package--builtins): Set default value to nil.
8614 (package-initialize): Load precomputed value of package--builtins
8615 from finder-inf.el.
8616 (package-alist, package-compute-transaction)
8617 (package-download-transaction): Improve docstring.
8618 (package-read-all-archive-contents): Do not change
8619 package--builtins here.
8620 (list-packages): Make package-list-packages an alias for this.
8621 Sort by status by default.
8622 (package--list-packages): Add optional PACKAGES arg.
8623 (describe-package-1): Use font-lock-face property. For built-in
8624 packages, insert file commentary.
8625 (package--generate-package-list): Rename from
8626 package-list-packages-internal; all callers changed. Add optional
8627 PACKAGES arg. Add alphabetical sort fallbacks.
8628 (package-menu--version-predicate, package-menu--status-predicate)
8629 (package-menu--description-predicate)
8630 (package-menu--name-predicate): New functions.
8631
8632 * info.el (Info-finder-find-node): Search package-alist instead of
8633 finder-package-info.
8634
e2046ecf
CY
86352010-08-29 Chong Yidong <cyd@stupidchicken.com>
8636
8637 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8638 "alpha" and "beta".
8639 (version-to-list): Handle versions like "10.3d".
8640
6fe79b7c
SM
86412010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8642
8643 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8644 (macroexp-accumulate): Use `declare'.
8645
1a868076
VJL
86462010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8647
8648 * whitespace.el (whitespace-style): Adjust type declaration.
8649
9e69cb05
KH
86502010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8651
8652 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8653
86542010-08-26 Chong Yidong <cyd@stupidchicken.com>
8655
8656 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8657 (Bug#6907).
8658
4142607e
NW
86592010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8660
8661 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8662 (js-paren-indent-offset, js-square-indent-offset)
8663 (js-curly-indent-offset): New options.
8664 (js--proper-indentation): Use them.
8665
88a36e60
DC
86662010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8667
8668 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8669 instead of inspecting font-lock properties (Bug#6916).
8670
38dbc4d8
DR
86712010-08-26 David Reitter <david.reitter@gmail.com>
8672
8673 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8674 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8675 (server-execute): Do not run hooks here.
8676
44ffae96
MA
86772010-08-26 Michael Albinus <michael.albinus@gmx.de>
8678
8679 Sync with Tramp 2.1.19.
8680
d86d2721
SM
8681 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8682 Protect deleting tmpfile.
0dc3e410 8683 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8684
0dc3e410 8685 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8686 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8687 (tramp-completion-handle-file-name-completion):
8688 Use `tramp-connectable-p'.
20b8ac83 8689
44ffae96
MA
8690 * net/trampver.el: Update release number.
8691
cb6c4991
CY
86922010-08-26 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * help.el (help-map): Bind `C-h P' to describe-package.
8695
8696 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8697
8698 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8699 when downloading archives.
8700 (describe-package-1): Add package commentary.
8701 (package-install-button-action): New function.
8702 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8703 (package-menu-view-commentary): Function removed.
8704 (package-list-packages-internal): Hide the `package' package too.
8705
b60f961f
KH
87062010-08-25 Kenichi Handa <handa@m17n.org>
8707
8708 * language/misc-lang.el ("Arabic"): New language environment.
8709 Setup composition-function-table for Arabic characters.
8710
8711 * international/fontset.el (setup-default-fontset): Fix typo for
8712 arabic OTF spec (fini->fina).
8713
a0c16be4
J
87142010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8715
8716 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8717 on all frames.
8718
85cc3d4f
VJL
87192010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8720
8721 * whitespace.el: Allow cleaning up blanks without blank
8722 visualization (Bug#6651). Adjust help window for
8723 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8724 instead of whitespace-line-column (from EmacsWiki). New version
8725 13.1.
88b5a757 8726 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8727 (whitespace-space, whitespace-hspace, whitespace-tab):
8728 Adjust foreground property face.
85cc3d4f
VJL
8729 (whitespace-line-column): Adjust docstring and type declaration.
8730 (whitespace-style-value-list, whitespace-toggle-option-alist)
8731 (whitespace-help-text): Adjust const initialization.
8732 (whitespace-toggle-options, global-whitespace-toggle-options):
8733 Adjust docstring.
8734 (whitespace-display-window, whitespace-interactive-char)
8735 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8736 (whitespace-help-scroll): New fun.
8737
cb8759ca
CY
87382010-08-24 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * emacs-lisp/package.el (list-packages): Alias for
8741 package-list-packages.
8742
44a41a47
KR
87432010-08-24 Kevin Ryde <user42@zip.com.au>
8744
be7748e7
KR
8745 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8746 (Bug#5651).
8747
44a41a47
KR
8748 * progmodes/ruby-mode.el (ruby): Add defgroup.
8749
edfd00fa
CY
87502010-08-24 Chong Yidong <cyd@stupidchicken.com>
8751
8752 * progmodes/python.el: Add Ipython support (Bug#5390).
8753 (python-shell-prompt-alist)
8754 (python-shell-continuation-prompt-alist): New options.
8755 (python--set-prompt-regexp): New function.
6a7662bb
BR
8756 (inferior-python-mode, run-python, python-shell):
8757 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8758 prompt based on the Python interpreter.
8759 (python--prompt-regexp): New var.
8760 (python-check-comint-prompt)
8761 (python-comint-output-filter-function): Use it.
8762 (run-python): Use a pipe (Bug#5694).
8763
87642010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8765
8766 * progmodes/python.el (python-send-region): Send a different
8767 Python command if Ipython is in use.
8768 (python-check-version): Use a Python command to find the version.
8769
1c409d0b
CY
87702010-08-24 Chong Yidong <cyd@stupidchicken.com>
8771
8772 * mouse.el (mouse-yank-primary): Avoid setting primary when
8773 deactivating the mark (Bug#6872).
8774
733946e7 87752010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8776
8777 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8778 with "else" (Bug#3991).
8779
e73f184c
MA
87802010-08-23 Michael Albinus <michael.albinus@gmx.de>
8781
8782 * net/dbus.el: Accept UNIX domain sockets as bus address.
8783 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8784 this is done in dbusbind.c.
e73f184c
MA
8785 (dbus-check-event): Adapt test for bus.
8786 (dbus-return-values-table, dbus-unregister-service)
8787 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8788 Adapt doc string.
8789
1a140747
JB
87902010-08-23 Juanma Barranquero <lekktu@gmail.com>
8791
8792 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8793
7133b7ee
JL
87942010-08-22 Juri Linkov <juri@jurta.org>
8795
8796 * simple.el (read-extended-command): New function with the logic
8797 for `completing-read' moved to Elisp from `execute-extended-command'.
8798 Use `function-called-at-point' in `minibuffer-default-add-function'
8799 to get a command name for M-n (bug#5364, bug#5214).
8800
198a7a97
CY
88012010-08-22 Chong Yidong <cyd@stupidchicken.com>
8802
8803 * startup.el (command-line-1): Issue warning for ignored arguments
8804 --unibyte, etc (Bug#6886).
8805
c00725d7
LL
88062010-08-22 Leo <sdl.web@gmail.com>
8807
8808 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8809 (ignore, bright, dim, keyword): Split list of nicknames before
8810 passing to rcirc-add-or-remove (Bug#6894).
8811
bc7d7ea6
CY
88122010-08-22 Chong Yidong <cyd@stupidchicken.com>
8813
8814 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8815
b0126eac 88162010-08-22 Leo <sdl.web@gmail.com>
e0143335 8817
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8818 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8819 * ido.el: Revert Óscar's.
e0143335
LL
8820 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8821 Remember the buffers at head, rather than their name.
76e3243a 8822 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8823
b0126eac 88242010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8825 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8828 extra backslash added to each line (bug#6890).
8829
b0126eac 88302010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8831
8832 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8833
b0126eac 88342010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8835
8836 * menu-bar.el (menu-bar-games-menu): Add landmark.
8837
b0126eac 88382010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8839
9130a2d6
GM
8840 * align.el (align-regexp): Make group and spacing arguments
8841 use the interactive defaults when non-interactive. (Bug#6698)
8842
fb89a654
GM
8843 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8844 expansion, so as not to need sendmail.
8845 (mail-text-start): Remove declaration.
8846 (rmail-retry-failure): Require sendmail.
8847
b0126eac 88482010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8849
8850 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8851
b0126eac 88522010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8853
186e86db
SM
8854 * progmodes/flymake.el (flymake-start-syntax-check-process):
8855 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8856
b0126eac 88572010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8858
8859 * files.el: Add `word-wrap' as safe local variable.
8860
b0126eac 88612010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8862
8863 * woman.el (woman-translate): Case matters. (Bug#6849)
8864
b0126eac 88652010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8866
8867 * simple.el (kill-region): Doc fix (Bug#6787).
8868
b0126eac 88692010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8870
8871 * calendar/diary-lib.el (diary-header-line-format):
8872 Fit it to the window, not the frame.
8873
b0126eac 88742010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8875
8876 * subr.el (ignore-errors): Add debug declaration.
8877
b0126eac 88782010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8879
8880 * whitespace.el (whitespace-color-off): Remove post-command-hook
8881 locally.
8882
537ffaf3
SM
88832010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8886
d64b8a68
CY
88872010-08-21 Chong Yidong <cyd@stupidchicken.com>
8888
8889 * cus-edit.el (custom-group-value-create): Add extra newline
8890 before end line (Bug#6876).
8891
d2625c3d
CY
88922010-08-21 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8895 when extending it. Before killing on the second click, check if
8896 the buffer is the correct one. Doc fix.
8897 (mouse-secondary-save-then-kill): Allow usage without first
8898 calling mouse-start-secondary, by defaulting to point. Don't save
8899 an empty secondary selection. Doc fix.
8900
80525855
VJL
89012010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8902
91bdeb66
VJL
8903 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8904 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8905 New version 13.0.
80525855
VJL
8906 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8907 Adjust initialization.
8908 (whitespace-bob-marker, whitespace-eob-marker)
8909 (whitespace-buffer-changed): New vars.
8910 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8911 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8912 (whitespace-post-command-hook, whitespace-display-char-on):
8913 Adjust code.
80525855 8914 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8915 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8916
4b9c0a49
SM
89172010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8918
118cf454
SM
8919 * files.el (locate-file-completion-table): Only list the .el and .elc
8920 extensions if there's no other choice (bug#5955).
8921
a2e5caf7
SM
8922 * facemenu.el (facemenu-self-insert-data): New var.
8923 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8924 New functions.
8925 (facemenu-add-face): Use them.
8926
4b9c0a49
SM
8927 * simple.el (blink-matching-open): Obey forward-sexp-function.
8928
0193499f
SM
89292010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8930
b2a15250
SM
8931 * simple.el (prog-mode-map): New var.
8932 (prog-indent-sexp): New command.
8933
b5ba2d6f
SM
8934 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8935
9acd1bdc
SM
8936 * progmodes/prolog.el (smie): Require.
8937
8723cfa4
SM
8938 * emacs-lisp/smie.el (smie-default-backward-token)
8939 (smie-default-forward-token): Strip properties.
8940 (smie-next-sexp): Be more careful with associative operators.
8941 (smie-forward-sexp-command): Generalize.
8942 (smie-backward-sexp-command): Simplify.
8943 (smie-closer-alist): New var.
8944 (smie-close-block): New command.
8945 (smie-indent-debug-log): New var.
8946 (smie-indent-offset-rule): Add a few more cases.
8947 (smie-indent-column): New function.
8948 (smie-indent-after-keyword): Use it.
8949 (smie-indent-keyword): Use it.
8950 Fix up the opener code's point position.
8951 (smie-indent-comment): Only applies at BOL.
8952 (smie-indent-debug): New command.
8953
0193499f
SM
8954 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8955 declarations that are useful before running the macro.
8956
0c9b8993
GM
89572010-08-18 Joakim Verona <joakim@verona.se>
8958
8959 * image.el (imagemagick-types-inhibit): New variable.
8960 (imagemagick-register-types): New function.
8961 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8962 (image-transform-set-scale, image-transform-fit-to-height)
8963 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8964 (image-transform-fit-to-width, image-transform-fit-to-height):
8965 New functions.
ccd80618
JV
8966 (image-toggle-display-image): Support image transforms.
8967
1075cd61
KY
89682010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8969
8970 * image.el (create-animated-image): Don't add heuristic mask to image
8971 (Bug#6839).
8972
64cb6c78
J
89732010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8974
0193499f
SM
8975 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8976 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8977
ff80a446
SM
89782010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8979
afa22f7c
SM
8980 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8981
ff80a446
SM
8982 Font-lock '...' strings, plus various simplifications and fixes.
8983 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8984 (octave-font-lock-close-quotes): New function.
8985 (octave-font-lock-syntactic-keywords): New var.
8986 (octave-mode): Use it. Set beginning-of-defun-function.
8987 (octave-mode-map): Don't override the <foo>-defun commands.
8988 (octave-mode-menu): Pass it directly to easy-menu-define;
8989 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8990 (octave-block-match-alist): Fix up last change so that
8991 octave-close-block uses the more specific keyword.
8992 (info-lookup-mode): Silence byte-compiler.
8993 (octave-beginning-of-defun): Not interactive any more.
8994 Optimize slightly.
8995 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8996 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8997 (octave-completion-at-point-function): Make sure point is within
8998 beg..end.
8999 (octave-reindent-then-newline-and-indent):
9000 Use reindent-then-newline-and-indent.
9001 (octave-add-octave-menu): Remove.
9002
2269b349
JD
90032010-08-17 Jan Djärv <jan.h.d@swipnet.se>
9004
489cd5bd
JD
9005 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
9006 (report-emacs-bug-can-use-xdg-email): New functions.
9007 (report-emacs-bug): Set can-xdg-email to result of
9008 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
9009 \C-cm to report-emacs-bug-insert-to-mailer and add help text
9010 about it.
30ebab6d 9011
a2fb159c
GM
9012 * net/browse-url.el (browse-url-default-browser): Add cond
9013 for browse-url-xdg-open.
9014 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
9015
90162010-08-17 Glenn Morris <rgm@gnu.org>
9017
9018 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
9019 (c-fontify-recorded-types-and-refs): Define for compiler.
9020 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
9021 before use.
9022
9023 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
9024 Fix format call.
9025
bb6aba9c
MA
90262010-08-17 Michael Albinus <michael.albinus@gmx.de>
9027
9028 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
9029 properties.
9030 (tramp-handle-process-file): Call the program in a subshell, in
9031 order to preserve working directory.
9032 (tramp-action-password): Hide password prompt before next run.
9033 (tramp-process-actions): Widen connection buffer for the trace.
9034
8f10c937
DD
90352010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9036
9037 * net/rcirc.el (rcirc-log-process-buffers): New option.
9038 (rcirc-print): Use it.
9039 (rcirc-generate-log-filename): New function.
9040 (rcirc-log-filename-function): Change default to
9041 rcirc-generate-log-filename (Bug#6828).
9042
7c23dd44
CY
90432010-08-16 Chong Yidong <cyd@stupidchicken.com>
9044
9045 * simple.el (deactivate-mark): If select-active-regions is `only',
9046 only set selection for temporarily active regions.
9047
9048 * cus-start.el: Change defcustom for select-active-regions.
9049
6d3e82d2
CY
90502010-08-15 Chong Yidong <cyd@stupidchicken.com>
9051
9052 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
9053 (mouse-drag-track): Use LOCATION arg to push-mark.
9054 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
9055 consideration when updating point and mark (Bug#6840).
9056
c68263b1
CY
90572010-08-15 Chong Yidong <cyd@stupidchicken.com>
9058
9059 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9060 Give the Ruby rule a lower priority than Gnu (Bug#6778).
9061
456f369a
ŠN
90622010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
9063
ff80a446
SM
9064 * font-lock.el (lisp-font-lock-keywords-2):
9065 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
9066 with-demoted-errors, and with-silent-modifications (Bug#6025).
9067
c22e18f5
KR
90682010-08-14 Kevin Ryde <user42@zip.com.au>
9069
9070 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
9071 (copyright-update): Temporary switch-to-buffer to ensure the
9072 buffer change being queried is visible (Bug#5394).
c22e18f5 9073
6f1a6faf
TT
90742010-08-14 Tom Tromey <tromey@redhat.com>
9075
9076 * progmodes/etags.el (tags-file-name): Mark safe if stringp
9077 (Bug#6733).
9078
e7afcf30
EZ
90792010-08-14 Eli Zaretskii <eliz@gnu.org>
9080
9081 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
9082 MS-DOS. (Bug#6689)
9083
2b4e6277
J
90842010-08-13 Jan Djärv <jan.h.d@swipnet.se>
9085
9086 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
9087 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9088 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
9089 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
9090 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
9091 Call menu-bar-set-tool-bar-position.
2b4e6277 9092
dc94fc85
SM
90932010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9094
c5683ceb
SM
9095 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
9096 comment style (bug#6834).
9097 * progmodes/scheme.el (scheme-mode-syntax-table):
9098 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
9099 "b" flag in "' 14b" syntax.
9100
c82d5b11
SM
9101 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
9102 for (un)commenting the region and performing completion.
9103 (octave-mode-menu): Use standard commands for help and completion.
9104 (octave-mode-syntax-table): Support %{..%} comments (sort of).
9105 (octave-mode): Use define-derived-mode.
9106 Set completion-at-point-functions and don't set columns.
9107 Don't disable adaptive-fill-regexp.
9108 (octave-describe-major-mode, octave-comment-region)
9109 (octave-uncomment-region, octave-comment-indent)
9110 (octave-indent-for-comment): Remove.
9111 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 9112 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
9113 (octave-initialize-completions): No need to make an alist.
9114 (octave-completion-at-point-function): New function.
9115 (octave-complete-symbol): Use it.
9116 (octave-insert-defun): Use define-skeleton.
9117
9118 * progmodes/octave-mod.el (octave-mode): Set comment-add.
9119 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 9120
abec5126 91212010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
9122
9123 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
9124 indentation of inserted comment.
9125
3a46642b
J
91262010-08-11 Jan Djärv <jan.h.d@swipnet.se>
9127
9128 * faces.el (region): Add type gtk that uses gtk colors.
9129
9130 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
9131 Handle theme-name change.
9132
3bd2cfef
MM
91332010-08-10 Michael R. Mauger <mmaug@yahoo.com>
9134
9135 * progmodes/sql.el: Version 2.5
9136 (sql-product-alist): Add :prompt-cont-regexp property for several
9137 database products.
9138 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
9139 (sql-output-newline-count, sql-output-by-send):
9140 New variables. Record number of newlines in input text.
3bd2cfef
MM
9141 (sql-send-string): Handle multiple filters and count newlines.
9142 (sql-send-magic-terminator): Count terminator newline.
9143 (sql-interactive-remove-continuation-prompt): Filters output to
9144 remove continuation prompts; one for each newline.
9145 (sql-interactive-mode): Set up new variables, prompt regexp and
9146 output filter.
9147 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 9148 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 9149
d02c9bcd
SM
91502010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * emacs-lisp/pcase.el: New file.
9153
80ca4f1e
MA
91542010-08-10 Michael Albinus <michael.albinus@gmx.de>
9155
9156 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
9157 as here-document, otherwise the command could exceed maximum
9158 length of command line.
d02c9bcd
SM
9159 (tramp-handle-vc-registered): Call script accordingly.
9160 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 9161
2948599b
KH
91622010-08-10 Kenichi Handa <handa@m17n.org>
9163
9164 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
9165 composable pattern.
9166
148cef8e
CY
91672010-08-09 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * emacs-lisp/package.el (package-version-split)
9170 (package--version-first-nonzero, package-version-compare):
9171 Functions removed.
9172 (package-directory-list, package-load-all-descriptors)
9173 (package--built-in, package-activate, define-package)
9174 (package-installed-p, package-compute-transaction)
9175 (package-read-all-archive-contents)
9176 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
9177 (package-tar-file-info, package-list-packages-internal):
9178 Use version-to-list and version-list-*.
148cef8e 9179
d02c9bcd
SM
9180 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9181 Use version-to-list.
148cef8e
CY
9182 (package-upload-buffer-internal): Use version-list-<=.
9183
82a9ce0f
KH
91842010-08-09 Kenichi Handa <handa@m17n.org>
9185
231e5e5f 9186 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
9187 composable pattern.
9188
7adf5fdc
CY
91892010-08-08 Chong Yidong <cyd@stupidchicken.com>
9190
fc560445
CY
9191 * tutorial.el (tutorial--default-keys): C-d is now bound to
9192 delete-forward-char (Bug#6826).
9193
7adf5fdc
CY
9194 * mouse.el (mouse-drag-track): Remove accidentally-removed check
9195 for `double' value of mouse-1-click-follows-link (Bug#6807).
9196
e54a1075
JB
91972010-08-08 Johan Bockgård <bojohan@gnu.org>
9198
9199 * replace.el (replace-highlight): Bind isearch-forward and
9200 isearch-error, ensuring that highlighting is updated if the user
9201 switches the search direction (Bug#6808).
9202
9203 * isearch.el (isearch-lazy-highlight-forward): New var.
9204 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9205 (isearch-lazy-highlight-update): Use it.
9206
7815fe19 92072010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 9208
8d9e03e4
JB
9209 * international/mule.el (define-charset): Store NAME as :base property.
9210 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
9211 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
9212 current priority. Force using the designation of the specific
8d9e03e4 9213 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 9214
7815fe19 92152010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
9216
9217 * emulation/pc-select.el (pc-selection-mode-hook)
9218 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
9219 (pc-selection-mode): Fix typos in docstrings.
9220
7815fe19 92212010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
9222
9223 * language/cyrillic.el: Don't add "microsoft-cp1251" to
9224 ctext-non-standard-encodings-alist here.
9225
8d9e03e4
JB
9226 * international/mule.el (ctext-non-standard-encodings-alist):
9227 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
9228 (ctext-standard-encodings): New variable.
9229 (ctext-non-standard-encodings-table): List only elements for
9230 non-standard encodings.
186e86db 9231 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
9232 Check ctext-standard-encodings.
9233
9234 * international/mule-conf.el (compound-text): Doc fix.
9235 (ctext-no-compositions): Doc fix.
9236 (compound-text-with-extensions): Doc fix.
9237
7815fe19 92382010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
9239
9240 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
9241
8d9e03e4 92422010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 9243
9ebc731b
JB
9244 * progmodes/which-func.el (which-func-format): Split help-echo text
9245 into lines, like other mode-line tooltips.
9246
d5b8058f
JB
9247 * server.el (server-start): When using TCP sockets, force IPv4
9248 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
9249
8d9e03e4 92502010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
9251
9252 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
9253
8d9e03e4 92542010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
9255
9256 * term.el (term-delimiter-argument-list): Reflow docstring.
9257 (term-read-input-ring, term-write-input-ring, term-send-input)
9258 (term-bol, term-erase-in-display, serial-supported-or-barf):
9259 Fix typos in docstrings.
9260
8d9e03e4 92612010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
9262
9263 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
9264
8d9e03e4 92652010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
9266
9267 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
9268
8d9e03e4 92692010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
9270
9271 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
9272 Fix typo in docstring (bug#6747).
9273
7815fe19 92742010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
9275
9276 * eshell/esh-io.el (eshell-get-target): Better detection of
9277 read-only file (Bug#6762).
9278
7815fe19 92792010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
9280
9281 * align.el (align-default-spacing): Doc fix.
9282 (align-region-heuristic, align-regexp): Fix typos in docstrings.
9283
733946e7 92842010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 9285
490b89ac 9286 * calendar/icalendar.el
93acd23d
JB
9287 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
9288 (icalendar--get-weekday-numbers): New.
81ee9410 9289 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 9290 values in weekly rules. (Bug#6766)
81ee9410 9291
490b89ac
UJ
92922010-08-08 Ulf Jasper <ulf.jasper@web.de>
9293
9294 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
9295 (icalendar--create-uid, icalendar-export-region)
9296 (icalendar--parse-summary-and-rest): Code formatting.
9297
2c695727
JB
92982010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9299
01c35094 9300 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
9301 to italicize headers.
9302 (calc-highlight-selections-with-faces): New variable.
9303 (calc-selected-face, calc-nonselected-face): New faces.
9304
9305 * calc/calccomp.el (math-comp-highlight-string): Use
9306 `calc-highlight-selections-with-faces' to determine how to highlight
9307 sub-formulas.
9308
9309 * calc/calc-sel.el (calc-show-selections): Change message to when
9310 using faces to highlight selections.
9311
b93d4f22
MM
93122010-08-07 Michael R. Mauger <mmaug@yahoo.com>
9313
8d9e03e4
JB
9314 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
9315 Add SQLite 3 keywords, functions and datatypes.
9316 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
9317 (Bug#6686).
9318
9852377f
CY
93192010-08-07 Chong Yidong <cyd@stupidchicken.com>
9320
9321 * simple.el (select-active-regions): Move to keyboard.c.
9322 (deactivate-mark): Used saved-region-selection.
9323 (select-active-region): Function removed.
9324 (activate-mark, set-mark, push-mark-command)
9325 (handle-shift-selection): Don't call it.
9326 (keyboard-quit): Avoid adding the region to the window selection.
9327
9328 * mouse.el (mouse-drag-track): Remove hacks to deal with old
9329 select-active-regions implementation.
9330 (mouse-yank-at-click): Doc fix.
9331
9332 * cus-start.el: Add custom declaration for select-active-regions.
9333
822775bf
EZ
93342010-08-07 Eli Zaretskii <eliz@gnu.org>
9335
4c5130d6
EZ
9336 * simple.el (delete-forward-char): Doc fix.
9337
822775bf
EZ
9338 * tutorial.el (help-with-tutorial): Hack safe file-local variables
9339 after reading the tutorial.
9340
bd4c5e3e
AM
93412010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
9342
6a7662bb
BR
9343 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
9344 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 9345 their respective lines. (Bug#193)
bd4c5e3e 9346
d00fa9b6
MA
93472010-08-06 Michael Albinus <michael.albinus@gmx.de>
9348
8d9e03e4 9349 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 9350 property "vec".
6a7662bb
BR
9351 (tramp-process-sentinel): Use it for flushing the cache.
9352 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
9353 already when running the sentinel.
9354
93552010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
9356
9357 * comint.el (comint-mode): Make directory tracking functions
9358 functional on remote files. (Bug#6764)
9359
b3d42406
DN
93602010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
9361
9362 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
9363
29cf3e20
EZ
93642010-08-05 Eli Zaretskii <eliz@gnu.org>
9365
6a7662bb
BR
9366 * emacs-lisp/find-gc.el (find-gc-source-files):
9367 Rename unexec.c => unexcoff.c.
29cf3e20 9368
6a7662bb
BR
9369 * emacs-lisp/authors.el (authors-fixed-entries):
9370 Rename unexec.c => unexcoff.c.
29cf3e20 9371
39e1bf0b
MA
93722010-08-05 Michael Albinus <michael.albinus@gmx.de>
9373
9374 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
9375 cache, not only file cache.
9376 (tramp-process-sentinel): New defun.
9377 (tramp-handle-start-file-process): Use it, in order to invalidate
9378 file caches.
9379
9f982e22
LL
93802010-08-03 Leo <sdl.web@gmail.com>
9381
9382 * server.el (server-start): Simplify loop.
9383
0798a8d8
SM
93842010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9385
548c5c47
SM
9386 * frame.el (screen-height, screen-width, set-screen-width)
9387 (set-screen-height): Remove ancient compatibility aliases.
9388
3311d1c2
SM
9389 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9390 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9391
0798a8d8
SM
9392 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9393 that change current buffer.
9394
26ee77a6
YM
93952010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9396
9397 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9398 beginning of the string. Use `string-match-p'. (Bug#6765)
9399
aa1859f5
J
94002010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9401
9402 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9403
376c2b6b
CY
94042010-08-01 Chong Yidong <cyd@stupidchicken.com>
9405
0798a8d8 9406 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 9407 (package--builtins): Tweak descriptions.
0798a8d8
SM
9408 (package-print-package): Upcase descriptions if necessary.
9409 Show all built-in packages in font-lock-builtin-face.
9410 (package-list-packages-internal): Omit "emacs" package.
9411 Show status of built-in packages as "built-in".
376c2b6b 9412
16041401
CY
94132010-07-31 Chong Yidong <cyd@stupidchicken.com>
9414
9415 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9416 before killing to preserve the primary selection (Bug#6701).
9417
9418 * term/x-win.el (x-select-text): Doc fix.
9419
0798a8d8
SM
94202010-07-31 Nathaniel Flath <flat0103@gmail.com>
9421
452ea855
AM
9422 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9423 (objc-font-lock-extra-types):
452ea855 9424 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
9425 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9426 (c++-make-template-syntax-table)
9427 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9428 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9429 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9430 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
9431 * progmodes/cc-fonts.el (c-make-inverse-face)
9432 (c-basic-matchers-after):
452ea855
AM
9433 * progmodes/cc-engine.el (c-forward-keyword-clause)
9434 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9435 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9436 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
9437 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9438 The above functions were modified or created.
452ea855 9439
37766706
J
94402010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9441
0798a8d8 9442 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 9443
cd83d522
EZ
94442010-07-31 Eli Zaretskii <eliz@gnu.org>
9445
9446 * files.el (bidi-paragraph-direction): Define safe local values.
9447
9448 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9449 language-info-alist. Remove outdated FIXME in a comment.
9450
28e5cf7c
AM
94512010-07-31 Alan Mackenzie <acm@muc.de>
9452
9453 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9454 Auto-fill broken in C/C++ modes.
9455
bfeabdc3
JD
94562010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9457
9458 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9459 (menu-bar-showhide-tool-bar-menu-customize-disable)
9460 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
9461 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9462 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
9463 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9464 make a menu for Options => toolbar that can move it.
9465
063e5294
CY
94662010-07-29 Chong Yidong <cyd@stupidchicken.com>
9467
9468 * emacs-lisp/package-x.el (package--make-rss-entry):
9469 (package-maint-add-news-item, package--update-news)
9470 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9471
9472 * emacs-lisp/package.el (package-archive-url): Rename from
9473 package-archive-id.
9474 (package-install): Doc fix.
9475 (package-download-single, package-download-tar, package-install)
9476 (package-menu-view-commentary): Callers changed.
9477
683cc385
MA
94782010-07-29 Michael Albinus <michael.albinus@gmx.de>
9479
9480 * net/tramp.el (tramp-handle-start-file-process): Check only for
9481 `remote-tty' process property.
9482 (tramp-open-shell): Don't check for tty.
9483 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9484 process property.
9485
9486 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9487 host.
9488
bc44bef7
PH
94892010-07-28 Chong Yidong <cyd@stupidchicken.com>
9490
9491 * emacs-lisp/package.el (package-load-list, package-archives)
9492 (package-archive-contents, package-user-dir)
9493 (package-directory-list, package--builtins, package-alist)
9494 (package-activated-list, package-obsolete-alist): Mark as risky.
9495
94962010-07-28 Phil Hagelberg <phil@evri.com>
9497
9498 Add support for non-default package repositories.
9499 * emacs-lisp/package.el (package-archive-base): Var deleted.
9500 (package-archives): New variable.
9501 (package-archive-contents): Doc fix.
0798a8d8 9502 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
9503 (package--write-file-no-coding): New function.
9504 (package-unpack-single): Use it.
9505 (package-archive-id): New function.
9506 (package-download-single, package-download-tar)
9507 (package-menu-view-commentary): Use it.
9508 (package-installed-p): Make second argument optional.
9509 (package-read-all-archive-contents): New function.
9510 (package-initialize): Use it.
9511 (package-read-archive-contents): Add ARCHIVE argument.
9512 (package--add-to-archive-contents): New function.
9513 (package-install): Don't call package-read-archive-contents.
9514 (package--download-one-archive): Store archive file in a
9515 subdirectory of package-user-dir.
9516 (package-menu-execute): Remove spurious line movement.
9517
8a52f00a
JD
95182010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9519
9520 * cus-start.el (tool-bar-style): Add text-image-horiz.
9521
b21d3ceb
MA
95222010-07-28 Michael Albinus <michael.albinus@gmx.de>
9523
9524 * progmodes/gud.el (gud-common-init): Check for remoteness of
9525 `file', and not of `default-directory'.
9526
8fbcce2d
MA
95272010-07-28 Michael Albinus <michael.albinus@gmx.de>
9528
9529 * net/tramp.el (tramp-methods): Move hostname to the end in all
9530 ssh `tramp-login-args'.
9531 (tramp-verbose): Describe verbose level 9.
9532 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9533 (tramp-open-connection-setup-interactive-shell): Trace stty
9534 settings if `tramp-verbose' >= 9.
9535 (tramp-handle-start-file-process): Implement tty setting.
9536 (Bug#4604, Bug#6360)
9537
9538 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9539 `tramp-verbose' to 9.
9540
128440c9
AH
95412010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9542
9543 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9544 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9545 Remove references to package `lisp-re' (bug#4369).
9546
ae0c2494
TT
95472010-07-27 Tom Tromey <tromey@redhat.com>
9548
9549 * progmodes/js.el (js-mode):
9550 * progmodes/make-mode.el (makefile-mode):
9551 * progmodes/simula.el (simula-mode):
9552 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9553
0ed082fe 95542010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
9555
9556 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9557
7c7c04c0
JB
9558 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9559 (display-time-world-buffer-name, display-time-world-mode-map):
9560 Fix typos in docstrings.
9561
0ed082fe 95622010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
9563
9564 * image-mode.el (image-display-size): New function.
9565 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9566 (image-mode-fit-frame): Use it (Bug#6639).
9567
0ed082fe 95682010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
9569
9570 * dired.el (dired-buffers-for-dir): Handle list values of
9571 dired-directory (Bug#6636).
9572
aa2d4bd3
SS
95732010-07-26 Sam Steingold <sds@gnu.org>
9574
9575 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9576 Do not call `x-get-selection' the second time, reuse the value.
9577
78b84da3
DU
95782010-07-26 Daiki Ueno <ueno@unixuser.org>
9579
9580 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 9581 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 9582
4f195cf7
DU
95832010-07-25 Daiki Ueno <ueno@unixuser.org>
9584
9585 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9586 exists before passing an error to find-file-not-found-functions
9587 (bug#6723).
9588
195e19e4
LH
95892010-07-23 Lukas Huonker <l.huonker@gmail.com>
9590
9591 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9592 Remove leading nil element, adjust values.
9593 (tetris-shapes, tetris-shape-scores):
9594 Change representation of shapes and remove some redundancy.
9595 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9596 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9597 Adjust for working with new representation of shapes.
9598 (tetris-shape-rotations): New function.
9599 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9600 (tetris-rotate-prev, tetris-rotate-next):
9601 Adjust for working with the new version of tetris-test-shape.
9602
9cf2db99
MT
96032010-07-23 Markus Triska <markus.triska@gmx.at>
9604
9605 * progmodes/ps-mode.el: Use comint (bug#5954).
9606 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9607 (ps-mode-other-newline): Simplify.
9608 (ps-run-mode): Derive from comint-mode instead of
9609 fundamental-mode, yielding input history etc.
9610 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9611 (ps-run-send-string): Adapt for comint-mode.
9612 (ps-run-newline): Remove now unneeded function.
9613
225d5e9e
MA
96142010-07-23 Michael Albinus <michael.albinus@gmx.de>
9615
9616 * net/tramp.el (tramp-methods): Move hostname to the end in all
9617 plink `tramp-login-args'.
9618
84bc68f2
MA
96192010-07-23 Michael Albinus <michael.albinus@gmx.de>
9620
9621 * net/tramp.el (tramp-open-shell): New defun.
9622 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9623 Use it.
9624
1eb5ca1c
MA
96252010-07-23 Michael Albinus <michael.albinus@gmx.de>
9626
9627 * net/tramp.el (tramp-file-name-regexp-unified)
9628 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9629 not regard the volume letter as remote filename. (Bug#5447)
9630
440735a7
JB
96312010-07-23 Juanma Barranquero <lekktu@gmail.com>
9632
9633 * custom.el (custom-declare-variable): Give a clearer error message
9634 when the docstring is missing (bug#6476).
9635
5474c40f
MM
96362010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9637
9638 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9639 (sql-login-params): New widget definition.
9640 (sql-oracle-login-params, sql-mysql-login-params)
9641 (sql-solid-login-params, sql-sybase-login-params)
9642 (sql-informix-login-params, sql-ingres-login-params)
9643 (sql-ms-login-params, sql-postgres-login-params)
9644 (sql-interbase-login-params, sql-db2-login-params)
9645 (sql-linter-login-params): Use it.
9646 (sql-sqlite-login-params): Use it; Define "database" parameter as
9647 a file name.
c4cc8b9a 9648 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9649 (sql-comint-sqlite): Make sure database name is complete.
9650 (sql-for-each-login): New function.
9651 (sql-connect, sql-save-connection): Use it.
9652 (sql-get-login-ext): New function.
9653 (sql-get-login): Use it.
9654 (sql-make-alternate-buffer-name): Handle :file parameters.
9655
9c0deccb
JB
96562010-07-22 Juanma Barranquero <lekktu@gmail.com>
9657
9658 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9659 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9660
aac818a8
TL
96612010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9662
9663 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9664
47d2734f
LM
96652010-07-22 Lawrence Mitchell <wence@gmx.li>
9666
9667 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9668
10e73994
MA
96692010-07-21 Michael Albinus <michael.albinus@gmx.de>
9670
9671 * net/tramp.el (tramp-get-ls-command)
9672 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9673 instead of "/".
9674
d26b0ea9
MM
96752010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9676
9677 * progmodes/sql.el: Version 2.3.
f49d1f52 9678 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9679 enhanced the widget definition.
88b5a757
DD
9680 (sql-mode-menu): Add submenu to select connections.
9681 (sql-interactive-mode-menu): Add "Save Connection" item.
9682 (sql-add-product): Fix menu item.
d26b0ea9 9683 (sql-get-product-feature): Improved error handling.
5f9d345c 9684 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9685 (sql-make-alternate-buffer-name): Simplified.
9686 (sql-product-interactive): Handle missing product.
9687 (sql-connect): Support string keys, minor improvements.
9688 (sql-save-connection): New function.
9689 (sql-connection-menu-filter): New function.
9690
af4b9ae5
MA
96912010-07-20 Michael Albinus <michael.albinus@gmx.de>
9692
9693 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9694 (tramp-open-connection-setup-interactive-shell):
9695 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9696 `tramp-send-command' where it belongs to.
9697
da040a16
MA
96982010-07-20 Michael Albinus <michael.albinus@gmx.de>
9699
9700 * net/tramp.el (tramp-perl-file-attributes)
9701 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9702 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9703 front of `login-args'.
9704
16f3ade5
JB
97052010-07-19 Juanma Barranquero <lekktu@gmail.com>
9706
9707 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9708 Set `show-trailing-whitespace' to nil.
9709 (display-time-world-display): Simplify.
9710
00af0b67
AM
97112010-07-18 Alan Mackenzie <acm@muc.de>
9712
9713 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9714 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9715 (c-before-hack-hook): Call `c-set-style' differently according to
9716 whether c-file-style was set in file or directory local
9717 variables.
9718
30c4d8dc
MM
97192010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9720
9721 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9722 (sql-product, sql-user, sql-database, sql-server, sql-port):
9723 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9724 property.
9725 (sql-password): Use defcustom :risky keyword rather than putting
9726 risky-local-variable property.
9727 (sql-oracle-login-params, sql-sqlite-login-params)
9728 (sql-solid-login-params, sql-sybase-login-params)
9729 (sql-informix-login-params, sql-ingres-login-params)
9730 (sql-ms-login-params, sql-postgres-login-params)
9731 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9732 (sql-linter-login-params): Add `port' option.
88b5a757 9733 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9734 (sql-comint-oracle, sql-comint-sybase)
9735 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9736 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9737 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9738 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9739 sql-comint-*.
88b5a757 9740 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9741 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9742 (sql-connection): New variable.
30c4d8dc
MM
9743 (sql-interactive-mode): Set it.
9744 (sql-connection-alist): New variable.
9745 (sql-connect): New function.
9746 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9747 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9748
f12492c8
TV
97492010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9750
9751 * image-mode.el (image-bookmark-make-record): Do not set context
9752 in an image (Bug#6650).
9753
91023c68
CY
97542010-07-17 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * simple.el (select-active-region): New function.
9757 (push-mark-command, set-mark, activate-mark)
9758 (handle-shift-selection): Use it.
9759 (deactivate-mark): Don't check for size of region.
9760
9761 * mouse.el (mouse-drag-track): Use select-active-region.
9762
1c0e8f0e
MA
97632010-07-17 Michael Albinus <michael.albinus@gmx.de>
9764
9765 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9766 "--dired" stronger.
9767
2490cbbc
CY
97682010-07-17 Chong Yidong <cyd@stupidchicken.com>
9769
9770 * term/x-win.el (x-select-enable-primary): Change default to nil.
9771 (x-select-enable-clipboard): Add :version keyword.
9772
9773 * mouse.el (mouse-drag-copy-region):
9774 * simple.el (select-active-regions): Likewise.
9775
f253ef6a
RS
97762010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9777
a628ad9d 9778 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9779 (vc-coding-system-for-diff): Use it to decide whether to inherit
9780 from the file the EOL format for reading the diffs of that file.
9781 (Bug#4451)
9782
134a027f
EZ
97832010-07-16 Eli Zaretskii <eliz@gnu.org>
9784
9785 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9786 unibyte, so compressed attachments are not compressed again.
9787
7e4289ad
MA
97882010-07-16 Michael Albinus <michael.albinus@gmx.de>
9789
9790 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9791 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9792 (tramp-find-shell): Simplify setting connection property.
9793 (tramp-get-ls-command): Make test for "--color=never" stronger.
9794
7473fff9 97952010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9796
9797 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9798 blocks within record declarations (i.e. variant parts) correctly.
9799
a11b38ee
SS
98002010-07-15 Simon South <ssouth@member.fsf.org>
9801
9802 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9803 over literal tokens when parsing so newlines aren't "absorbed" by
9804 single-line comments. Corrects the indentation of case blocks
9805 that have a comment on the first line.
9806
077e0753
KF
98072010-07-14 Karl Fogel <kfogel@red-bean.com>
9808
9809 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9810 by Drew Adams (Bug#5504).
9811
243881ed
J
98122010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9813
9814 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9815 now that Unicode is used (Bug#6594).
243881ed 9816
f9d71b42
CY
98172010-07-14 Chong Yidong <cyd@stupidchicken.com>
9818
9819 * term/x-win.el (x-select-enable-clipboard): Default to t.
9820 (x-initialize-window-system): Don't overwrite Paste menu item.
9821
9822 * simple.el (select-active-regions): Default to t.
9823 (push-mark-command): Don't overwrite primary with empty string.
9824
9825 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9826 (mouse-drag-copy-region): Default to nil.
9827
9828 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9829 Cut/Copy/Paste menu bar items.
9830
a628ad9d 98312010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9832
9833 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9834 Patch applied by Karl Fogel.
9835
9836 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9837 and `bookmark-current-buffer' if they have been already set in
9838 another buffer (e.g gnus-art).
9839
e44fa724 98402010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9841 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9842
9843 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9844
9845 * bookmark.el (bookmark-make-record-default): Allow unneeded
9846 information to be omitted from the record.
9847
9848 Adjust declarations and calls:
9849
9850 * info.el (bookmark-make-record-default): Adjust declaration.
9851 (Info-bookmark-make-record): Adjust call.
9852
9853 * woman.el (bookmark-make-record-default): Adjust declaration.
9854 (woman-bookmark-make-record): Adjust call.
9855
9856 * man.el (bookmark-make-record-default): Adjust declaration.
9857 (Man-bookmark-make-record): Adjust call.
9858
9859 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9860
9861 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9862
0c4371fe
KF
98632010-07-13 Karl Fogel <kfogel@red-bean.com>
9864
9865 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9866 This is also from Thierry Volpiatto's patch in bug #6444. However,
9867 because it was extraneous to the functional change in that patch,
9868 and causes a re-indendation, I am committing it separately.
9869
2bb8db3e 98702010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9871
9872 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9873 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9874 Patch applied by Karl Fogel (Bug#6444).
068a0233 9875
21bd02a6
CY
98762010-07-13 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9879
79cb9c05
AR
98802010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9881
9882 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9883 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9884 (ns-alternatives-map): Change S-tab binding to backtab
9885 (bug#6616).
9886
9887 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9888 under ns.
9889
beb000f9
AS
98902010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9891
dd86ea11
JB
9892 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9893 (Bug#5806)
e9952282 9894
beb000f9
AS
9895 * language/tv-util.el (tai-viet-re): Remove format.
9896
6f2cdcd1
KH
98972010-07-12 Kenichi Handa <handa@m17n.org>
9898
dd86ea11
JB
9899 * language/hebrew.el: Remove no-byte-compile declaration.
9900 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9901 composition-function-table for 3-character looking back.
9902 (hebrew-font-get-precomposed): New function.
9903 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9904
f479ef6e
CY
99052010-07-11 Chong Yidong <cyd@stupidchicken.com>
9906
9907 * mouse.el (mouse-drag-track): Handle select-active-regions
9908 (Bug#6612).
9909
3277c1ee
MA
99102010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9911
9912 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9913 empty argument to gvfs-copy.
9914
3260caf8
GM
99152010-07-10 Glenn Morris <rgm@gnu.org>
9916
9917 * calendar/calendar.el (calendar-week-end-day): New function.
9918 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9919 Respect calendar-week-start-day. (Bug#6606)
9920 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9921 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9922 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9923 respect calendar-week-start-day.
9924
c876b263
CY
99252010-07-10 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * simple.el (use-region-p): Doc fix (Bug#6607).
9928
dce34635
AG
99292010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9930
6a7662bb
BR
9931 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9932 Add regexps for cucumber and ruby.
dce34635 9933
c0397930
DU
99342010-07-08 Daiki Ueno <ueno@unixuser.org>
9935
9936 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9937 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9938 find-file from opening empty buffer when decryption failed
c0397930
DU
9939 (bug#6568).
9940
fd5539c6
AM
99412010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9942
a628ad9d
JB
9943 * textmodes/ispell.el (ispell-alternate-dictionary):
9944 Use file-readable-p.
fd5539c6
AM
9945 Return nil if no word-list is found at default locations.
9946 (ispell-complete-word-dict): Default to nil.
9947 (ispell-command-loop): Use 'word-list' when using lookup-words.
9948 (lookup-words): Use ispell-complete-word-dict or
9949 ispell-alternate-dictionary. Check for word-list availability
9950 and handle errors if needed with better messages (Bug#6539).
9951 (ispell-complete-word): Use ispell-complete-word-dict or
9952 ispell-alternate-dictionary.
9953
4565b08e
CS
99542010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9955
9956 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9957 builtins (BufferError, BytesWarning, WindowsError; callables
9958 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9959
a2c270e7
GM
99602010-07-07 Glenn Morris <rgm@gnu.org>
9961
9962 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9963 (zone-shift-left): Ignore intangibility, and any errors from
9964 forward-char.
9965 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9966 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9967 deleting, and copying text properties.
9968 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9969 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9970 to point-max is hard.
9971 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9972 (zone-fill-out-screen): Ignore intangibility.
9973
81133808
CY
99742010-07-05 Chong Yidong <cyd@stupidchicken.com>
9975
4ad11f8c
CY
9976 * menu-bar.el (menu-bar-mode):
9977 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9978 if it has been set.
9979
81133808
CY
9980 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9981 word/line selection (Bug#6565).
9982
b24344ca
JB
99832010-07-04 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * net/dbus.el (dbus-send-signal): Declare function.
9986
b1ce08da
MA
99872010-07-04 Michael Albinus <michael.albinus@gmx.de>
9988
9989 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9990 (dbus-register-property): New optional argument EMITS-SIGNAL.
9991 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9992
5592c08f
CY
99932010-07-03 Chong Yidong <cyd@stupidchicken.com>
9994
9995 * mouse.el (mouse-drag-overlay): Variable deleted.
9996 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9997 (mouse--remap-link-click-p): New function.
9998 (mouse-drag-track): Handle dragging by using temporary Transient
9999 Mark mode, instead of a special overlay.
10000 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
10001 mouse-show-mark.
10002
10003 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
10004 deleted.
10005
a6ed0e28
JL
100062010-07-02 Juri Linkov <juri@jurta.org>
10007
10008 * autoinsert.el (auto-insert-alist): Fix readability
10009 by using dotted pair notation for lambda.
10010
c91e692b
JL
100112010-07-02 Juri Linkov <juri@jurta.org>
10012
10013 * faces.el (read-face-name): Rename arg `string-describing-default'
10014 to `default'. Doc fix. Display the default value in quotes
10015 in the prompt. With empty input, return the `default' arg,
10016 unless the default value is a string (in which case return nil).
10017 (describe-face): Replace the string `default' arg of `read-face-name'
10018 with the symbol `default'.
10019
23640f8f
CY
100202010-07-02 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * emulation/viper-cmd.el (viper-delete-backward-char)
10023 (viper-del-backward-char-in-insert)
10024 (viper-del-backward-char-in-replace, viper-change)
10025 (viper-backward-indent): Replace delete-backward-char with
10026 delete-char (Bug#6552).
10027
b32d1614
CY
100282010-07-01 Chong Yidong <cyd@stupidchicken.com>
10029
10030 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
10031
c1ef4455
CY
100322010-06-30 Chong Yidong <cyd@stupidchicken.com>
10033
10034 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
10035 argument passed to frame-creation-function (Bug#5378).
10036
10037 * faces.el (x-handle-named-frame-geometry)
10038 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
10039 (face-set-after-frame-default, tty-create-frame-with-faces):
10040 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
10041 PARAMETER argument.
10042
55702e89
AS
100432010-06-30 Andreas Schwab <schwab@linux-m68k.org>
10044
10045 * startup.el (command-line): Don't call tool-bar-setup in a
10046 tty-only build.
10047
dc9a226c
CY
100482010-06-30 Chong Yidong <cyd@stupidchicken.com>
10049
10050 * ruler-mode.el (ruler--save-header-line-format): New fun.
10051 (ruler-mode): Use it as a setter function, so as not to overwrite
10052 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
10053
a2f043d3
CY
100542010-06-29 Chong Yidong <cyd@stupidchicken.com>
10055
10056 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
10057 (vc-root-diff, vc-print-root-log, vc-log-incoming)
10058 (vc-log-outgoing): Use it.
10059 (vc-diff-internal): Set diff-vc-backend.
10060
10061 * vc/diff-mode.el (diff-vc-backend): New var.
10062
62d115ef
J
100632010-06-28 Jan Djärv <jan.h.d@swipnet.se>
10064
6a7662bb
BR
10065 * dynamic-setting.el (font-setting-change-default-font):
10066 Remove call to message.
62d115ef 10067
1180f752
KH
100682010-06-28 Kenichi Handa <handa@m17n.org>
10069
10070 * international/quail.el (quail-insert-kbd-layout): Fix the
10071 showing of untranslated characters.
10072
b9229673
CY
100732010-06-28 Chong Yidong <cyd@stupidchicken.com>
10074
10075 * simple.el (delete-active-region): New option.
10076 (delete-backward-char): Implement in Lisp.
10077 (delete-forward-char): New command.
10078
5f9d345c 10079 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
10080 (mouse-show-mark): Simplify.
10081
10082 * bindings.el (global-map): Bind delete and DEL, the former to
10083 delete-forward-char.
10084
a628ad9d 100852010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
10086
10087 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
10088 (ruby-mode): Bind indent-line-function (Bug#5119).
10089
3468f435
CY
100902010-06-27 Chong Yidong <cyd@stupidchicken.com>
10091
10092 * startup.el (command-line): Recognize "0" X resource value.
10093
6431f2e6
CY
100942010-06-27 Chong Yidong <cyd@stupidchicken.com>
10095
10096 * startup.el (command-line): Use X resources to set the value of
10097 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
10098
10099 * menu-bar.el (menu-bar-mode):
10100 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
10101 Set init-value to t.
10102
10103 * frame.el (frame-notice-user-settings): Don't change
10104 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
10105 vice versa (Bug#2249).
10106
b61dfbe2
EZ
101072010-06-26 Eli Zaretskii <eliz@gnu.org>
10108
10109 * w32-fns.el (w32-convert-standard-filename): Doc fix.
10110
f5cbf40e
AM
101112010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10112
a628ad9d
JB
10113 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
10114 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 10115
a628ad9d 10116 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 10117 default directories are expanded (Bug#6143).
f5cbf40e 10118
8f3b8a5f
JL
101192010-06-24 Juri Linkov <juri@jurta.org>
10120
10121 * minibuffer.el (completions-format): Change default from nil to
10122 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
10123
5af72a47
JL
101242010-06-24 Juri Linkov <juri@jurta.org>
10125
10126 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
10127 buffer-locally to lambda that re-runs the vc diff command.
10128 (Bug#6447)
10129
8f804316
CY
101302010-06-24 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
10133 echo area is in use (Bug#3412).
10134
be19ef0b
GM
101352010-06-22 Glenn Morris <rgm@gnu.org>
10136
6555773f
GM
10137 * textmodes/texinfmt.el (texinfo-format-region)
10138 (texinfo-raise-lower-sections, texinfo-format-separate-node)
10139 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
10140 (texinfo-format-option, texinfo-noindent):
10141 Use line-beginning-position and line-end-position.
10142
be19ef0b
GM
10143 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
10144 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
10145 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
10146 utf-8 characters.
10147
7f0b7b3e
KF
101482010-06-21 Karl Fogel <kfogel@red-bean.com>
10149
49554388
GM
10150 * play/zone.el (zone-fall-through-ws): Fix next-line ->
10151 forward-line fallout.
10152
e8579ebc
CY
101532010-07-06 Chong Yidong <cyd@stupidchicken.com>
10154
10155 * mouse.el (mouse-appearance-menu): Add docstring.
10156
10157 * help.el (describe-key): Print up-event using key-description.
10158
5d1cd8bd
MA
101592010-07-03 Michael Albinus <michael.albinus@gmx.de>
10160
10161 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 10162 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
10163 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
10164
112dbc0e
MA
101652010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
10166
10167 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
10168
d0cb23ca
DN
101692010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
10170
10171 Avoid displaying files with a nil state in vc-dir.
a628ad9d 10172 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
10173 cases that cause insertion.
10174 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
10175 with a nil state.
10176
01b229d1
CY
101772010-06-30 Chong Yidong <cyd@stupidchicken.com>
10178
10179 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
10180
8bf1c786 101812010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
10182
10183 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
10184
dfc6544c
CY
101852010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10186
10187 * generic-x.el (bat-generic-mode): Fix regexp for command line
10188 switches (Bug#5719).
10189
b7d4de51
CY
101902010-06-27 Masatake YAMATO <yamato@redhat.com>
10191
dfc6544c
CY
10192 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
10193 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 10194
53cfe624 101952010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 10196
8bf1c786 10197 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
10198 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
10199 bindings of bookmark-automatically-show-annotations (Bug#6515).
10200
aca54191
EZ
102012010-06-25 Eli Zaretskii <eliz@gnu.org>
10202
10203 * arc-mode.el (archive-zip-extract): Don't quote the file name on
10204 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
10205
2330fa87
ŠN
102062010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
10207
10208 * comint.el (make-comint, make-comint-in-buffer): Mention return
10209 value in the docstrings. (Bug#6498)
10210
29115ca9
YR
102112010-06-24 Yoni Rabkin <yoni@rabkins.net>
10212
10213 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
10214 since it is not present when using some non-default switches.
10215
2c79f053
KF
102162010-06-23 Karl Fogel <kfogel@red-bean.com>
10217
7f0b7b3e
KF
10218 * simple.el (compose-mail): Fix doc string to refer to
10219 `compose-mail-user-agent-warnings', instead of to the
10220 nonexistent `compose-mail-check-user-agent'.
10221
43a91810
AM
102222010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
10223
10224 Fix an indentation bug:
10225
10226 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
10227 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
10228 of existing values.
10229
10230 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
10231 (c-clear->-pair-props-if-match-before): now return t when they've
10232 cleared properties, nil otherwise.
10233 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
10234 by taking account of the existing value.
10235
10236 * progmodes/cc-defs.el
10237 (c-clear-char-property-with-value-function): Fix this to clear the
10238 property rather than overwriting it with nil.
10239
8adb4c33
CY
102402010-06-20 Chong Yidong <cyd@stupidchicken.com>
10241
10242 * emacs-lisp/package.el (package-print-package): Add link to
10243 package description via describe-package.
10244 (describe-package-1): List package requirements. Add button to
10245 perform installation.
10246 (package-menu-describe-package): New command.
10247
10248 * help-mode.el (help-package): New button type.
10249
cced7584
CY
102502010-06-19 Chong Yidong <cyd@stupidchicken.com>
10251
10252 * emacs-lisp/package.el: Move package-list-packages binding to
10253 menu-bar.el.
10254 (describe-package, describe-package-1, package--dir): New funs.
10255 (package-activate-1): Use package--dir.
10256
10257 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
10258
10259 * help-mode.el (help-package-def): New button type.
10260
10261 * menu-bar.el: Move package-list-packages binding here from
10262 package.el.
10263
d148e8f9
GH
102642010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
10265
10266 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
10267
b1a03ef6
SM
102682010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * emacs-lisp/edebug.el (edebug-read-list):
10271 Phase out old-style backquotes.
10272
dbd6da78
JL
102732010-06-17 Juri Linkov <juri@jurta.org>
10274
10275 * help-mode.el (help-mode): Set buffer-local variable
10276 revert-buffer-function to help-mode-revert-buffer.
10277 (help-mode-revert-buffer): New function.
10278
10279 * info.el (Info-revert-find-node): Check for major-mode Info-mode
10280 before popping to "*info*" (like in other Info functions).
10281 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
10282 old-history-forward. Pop to old-buffer-name or "*info*" to
10283 recreate the killed buffer. Set Info-history-forward from
10284 old-history-forward.
10285 (Info-breadcrumbs-depth): Add :group and :version.
10286
64eba874
DN
102872010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
10288
10289 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
10290
26508c03
AM
102912010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
10292
a628ad9d
JB
10293 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
10294 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 10295
69582fcd
JB
102962010-06-17 Juanma Barranquero <lekktu@gmail.com>
10297
54ea2a0d
JB
10298 * emacs-lisp/package.el (package-menu-mode-map):
10299 Move initialization into declaration.
10300
69582fcd
JB
10301 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
10302
44198b6e
CY
103032010-06-17 Chong Yidong <cyd@stupidchicken.com>
10304
10305 * emacs-lisp/package.el (package-archive-base): Point to
10306 elpa.gnu.org.
10307 (package-enable, package-load-list): New defcustoms.
10308 (package-user-dir, package-directory-list): Turn into defcustoms.
10309 Don't include package-user-dir in package-directory-list.
10310 (package--builtins-base): Don't include Emacs as a "package".
10311 (package-subdirectory-regexp): New var.
10312 (package-load-all-descriptors, package-compute-transaction)
10313 (package-download-transaction): Obey package-load-list.
10314 (package-activate-1): Rename from package-do-activate.
10315 (package-list-packages-internal): Check package-load-list.
10316 (package-load-descriptor, package-generate-autoloads)
10317 (package-unpack, package-unpack-single)
6a7662bb
BR
10318 (package--read-archive-file, package-delete):
10319 Use expand-file-name.
44198b6e
CY
10320
10321 * emacs-lisp/package-x.el: New file. Package uploading
10322 functionality split out from package.el.
10323
95b6d681 10324 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
10325
103262010-06-17 Tom Tromey <tromey@redhat.com>
10327
10328 * emacs-lisp/package.el: New file.
10329
50d76a9f
DN
103302010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10331
10332 Fix vc-annotate for renamed files when using Git.
76e3243a 10333 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
10334 ls-files. Doe not pass the object as a file name to cat-file, it
10335 is not a file name.
10336 (vc-git-annotate-command): Pass the file name using -- to avoid
10337 ambiguity with the revision.
10338 (vc-git-previous-revision): Pass a relative file name.
10339
6095a05b
GM
103402010-06-22 Glenn Morris <rgm@gnu.org>
10341
943375a6
GM
10342 * progmodes/js.el (js-mode-map): Use standard capitalization and
10343 ellipses for menu entries.
10344
6095a05b
GM
10345 * wid-edit.el (widget-complete): Doc fix.
10346
4514199e
JH
103472010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
10348
10349 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
10350
c4786d60
DN
103512010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10352
11c46b39 10353 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 10354 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 10355 VC backend. Use it when non-nil.
a628ad9d 10356 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 10357 (Bug#6487).
11c46b39 10358
c4786d60 10359 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 10360 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
10361 Do not pass the file name to the 'previous-revision call when we
10362 don't want a file diff. (Bug#6489)
10363
04ec0963
DN
103642010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10365
11c46b39 10366 Fix finding revisions for renamed files in vc-annotate.
76e3243a 10367 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 10368 the VC backend. Use it when non-nil.
76e3243a 10369 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
10370 backend to vc-find-revision. (Bug#6487)
10371
c036381c
DN
103722010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10373
10374 Fix reading file names in Git annotate buffers.
95b6d681
JB
10375 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
10376 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 10377
05c123e6
AM
103782010-06-20 Alan Mackenzie <acm@muc.de>
10379
10380 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10381 in file local variables, set it first.
10382
4111f0c7
GM
103832010-06-19 Glenn Morris <rgm@gnu.org>
10384
74739ffd
GM
10385 * descr-text.el (describe-char-unicode-data): Insert separating
10386 space when needed. (Bug#6422)
10387
4111f0c7
GM
10388 * progmodes/idlwave.el (idlwave-action-and-binding):
10389 Fix typo in 2009-12-03 change. (Bug#6450)
10390
e20f0421
SM
103912010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10394 handling for `lambda' (misunderstanding).
10395
fb3e306a
JB
103962010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10397
dd86ea11 10398 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
10399 constants aren't distributed after they are factored out.
10400
e020fb59
JL
104012010-06-16 Juri Linkov <juri@jurta.org>
10402
10403 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10404 `list-colors-print'. (Bug#6332)
10405
b8add347
SM
10406 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10407
36901266
SM
104082010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10409
49b2e83d
SM
10410 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10411 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10412
36901266
SM
10413 * font-lock.el (font-lock-major-mode): Rename from
10414 font-lock-mode-major-mode to distinguish it from
10415 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10416 (font-lock-set-defaults):
10417 * font-core.el (font-lock-default-function): Adjust users.
10418 (font-lock-mode): Don't set it at all.
10419
2a64315a 104202010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 10421
76e3243a 10422 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 10423
2a64315a 104242010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
10425
10426 * calendar/appt.el (appt-time-msg-list): Doc fix.
10427 (appt-check): Let-bind appt-warn-time.
10428 (appt-add): Make the 3rd argument optional.
10429 Simplify argument names. Doc fix. Check for integer WARNTIME.
10430 Only add WARNTIME to the output list if non-nil.
10431
2a64315a 104322010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
10433
10434 * calendar/appt.el (appt-check): Let the 3rd element of
10435 appt-time-msg-list specify the warning time.
10436 (appt-add): Add new argument with the warning time. (Bug#5176)
10437
6a7662bb 104382010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 10439
76e3243a 10440 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
10441 older than version 1.6. (Bug#6361)
10442
2a64315a 104432010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
10444
10445 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10446 used by cl-do-arglist. (Bug#6408)
10447
30d7ac37
AM
104482010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10449
6a7662bb
BR
10450 * textmodes/ispell.el (ispell-dictionary-base-alist):
10451 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
10452 Suggested by Rolando Pereira (bug#6434).
10453
8fd02581
JB
104542010-06-15 Juanma Barranquero <lekktu@gmail.com>
10455
10456 * facemenu.el (list-colors-sort): Doc fix.
10457
6a7662bb 104582010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
10459
10460 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10461
f0bf7c8e
JL
104622010-06-14 Juri Linkov <juri@jurta.org>
10463
10464 Add sort option `list-colors-sort'. (Bug#6332)
10465 * facemenu.el (color-rgb-to-hsv): New function.
10466 (list-colors-sort): New defcustom.
10467 (list-colors-sort-key): New function.
10468 (list-colors-display): Doc fix. Sort list according to the option
10469 `list-colors-sort'.
10470 (list-colors-print): Add HSV values to `help-echo' property of
10471 RGB strings.
10472
c42fe9a5
JL
104732010-06-14 Juri Linkov <juri@jurta.org>
10474
10475 * compare-w.el: Move to the "vc" subdirectory.
10476
b263a4c4
SM
104772010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10478
d8b0cddd
SM
10479 * image-mode.el (image-mode-map): Remap left-char and right-char.
10480
b263a4c4
SM
10481 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10482
89877f5f
CY
104832010-06-12 Chong Yidong <cyd@stupidchicken.com>
10484
133a8d82
CY
10485 * term/common-win.el (x-colors): Add all the color names defined
10486 in rgb.txt (Bug#6332).
10487
89877f5f
CY
10488 * facemenu.el (list-colors-print): Don't print extra names if it
10489 will overflow the window width.
10490
10491 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 10492 change (Bug#6343).
89877f5f 10493
9d1f18b5
EZ
104942010-06-12 Eli Zaretskii <eliz@gnu.org>
10495
10496 * files.el (make-directory): Doc fix (bug#6396).
10497
b81a0b56
MA
104982010-06-12 Michael Albinus <michael.albinus@gmx.de>
10499
10500 * net/tramp.el (tramp-remote-process-environment): Protect version
10501 string by apostroph.
10502 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10503 XEmacs.
10504 (tramp-file-name-for-operation): Add `call-process-region'.
10505 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10506
10507 * net/tramp-compat.el (top): Do not autoload
10508 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10509 only when `start-file-process' is not bound.
10510 (tramp-advice-file-expand-wildcards): Do not use
10511 `tramp-handle-file-remote-p'.
10512 (tramp-compat-make-temp-file): Handle the case, that
10513 `make-temp-file' has no third argument EXTENSION.
10514
69f18acc
JB
105152010-06-11 Juanma Barranquero <lekktu@gmail.com>
10516
5fee75d4
JB
10517 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10518
69f18acc
JB
10519 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10520
9766adfb
JL
105212010-06-11 Juri Linkov <juri@jurta.org>
10522
10523 * finder.el (finder-known-keywords): Add keyword "vc"
10524 for version control.
10525
10526 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10527 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10528 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10529 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10530
56b2854f
JL
105312010-06-11 Juri Linkov <juri@jurta.org>
10532
10533 Move version control related files to the "vc" subdirectory.
10534 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10535 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10536 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10537 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10538 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10539 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10540 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10541 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10542 Move files to the "vc" subdirectory.
10543
6534e58a
CY
105442010-06-11 Chong Yidong <cyd@stupidchicken.com>
10545
10546 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10547 (Bug#6367).
10548
84d9562f
SE
105492010-06-11 Stephen Eglen <stephen@gnu.org>
10550
10551 * shell.el: Bind `shell-resync-dirs' to M-RET.
10552
3ef0a6a5
MA
105532010-06-10 Michael Albinus <michael.albinus@gmx.de>
10554
10555 * notifications.el: Move file from lisp/net, because it is
10556 supposed to talk locally to the user.
10557
fa4003da
MA
105582010-06-10 Julien Danjou <julien@danjou.info>
10559
10560 * net/notifications.el (notifications-on-action-signal)
10561 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 10562 argument to the callback functions. Add docstrings.
fa4003da
MA
10563 (notifications-notify): Fix docstring.
10564
46e6650e
GM
105652010-06-10 Glenn Morris <rgm@gnu.org>
10566
10567 * emacs-lisp/authors.el (authors-ignored-files)
10568 (authors-valid-file-names): Add some files.
10569
a71832f7
SM
105702010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10573 merge conflict, giving preference to the emacs-23 version of the code.
10574
8c6eab5a
SM
105752010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10576
989bc97f
SM
10577 * emacs-lisp/advice.el (ad-compile-function):
10578 Define warning-suppress-types before we let-bind it (bug#6275).
10579
8c6eab5a
SM
10580 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10581 declare it, make it buffer-local and permanent-local (bug#6324).
10582 (vc-resynch-window): Adjust name.
10583 * vc-hooks.el (vc-find-file-hook): Adjust name.
10584
890a18d6
MA
105852010-06-09 Michael Albinus <michael.albinus@gmx.de>
10586
10587 * net/notifications.el (notifications-notify): Fix docstring.
10588
bf3e70eb
JB
105892010-06-09 Juanma Barranquero <lekktu@gmail.com>
10590
10591 Update to Unicode 6.0.0 beta.
10592 * international/charprop.el: Update copyright.
10593 * international/mule-cmds.el (ucs-names): Update character ranges.
10594 * international/uni-bidi.el:
10595 * international/uni-category.el:
10596 * international/uni-combining.el:
10597 * international/uni-comment.el:
10598 * international/uni-decimal.el:
10599 * international/uni-decomposition.el:
10600 * international/uni-digit.el:
10601 * international/uni-lowercase.el:
10602 * international/uni-mirrored.el:
10603 * international/uni-name.el:
10604 * international/uni-numeric.el:
10605 * international/uni-old-name.el:
10606 * international/uni-titlecase.el:
10607 * international/uni-uppercase.el: Regenerate.
10608
b978141d
JB
106092010-06-09 Juanma Barranquero <lekktu@gmail.com>
10610
ee8359ba
JB
10611 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10612 (smie-precs-precedence-table): Fix typo in docstring.
10613
f64ab8fb
JB
10614 * vc-mtn.el (log-edit-extract-headers): Declare function.
10615
883ffa8c
JB
10616 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10617
b978141d
JB
10618 * net/notifications.el (dbus-register-signal): Declare function.
10619 (notifications-notify): Fix typos and reflow docstring.
10620
5f4f2ae4
DN
106212010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10622
10623 Improve VC create/retrieve tag/branch.
10624 * vc.el (vc-create-tag): Do not read the directory name for VCs
10625 with repository revision granularity. Adjust the tag/branch
10626 prompt. Reset VC properties.
10627 (vc-retrieve-tag): Do not read the directory name for VCs
10628 with repository revision granularity. Reset VC properties.
10629
41a86354
MA
106302010-06-09 Julien Danjou <julien@danjou.info>
10631
ef33fd34 10632 * net/notifications.el: New file.
41a86354 10633
fab43c76
DN
106342010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10635
00fd1147
DN
10636 Add optional support for resetting VC properties.
10637 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10638 call vc-file-clearprops when true.
10639 (vc-resynch-buffer): Add new optional argument, pass it down.
10640 (vc-resynch-buffers-in-directory): Likewise.
10641
fab43c76
DN
10642 Improve support for special markup in the VC commit message.
10643 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10644 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10645 * vc-git.el (vc-git-checkin):
10646 * vc-bzr.el (vc-bzr-checkin): Likewise.
10647
e7d67e73
SM
106482010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10651 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10652
277e6741
MP
106532010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10654
10655 * iimage.el: Remove images as soon as the underlying text is modified.
10656 (iimage-modification-hook): New function.
10657 (iimage-mode-buffer): Use it.
10658
83156c18
SM
106592010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10662 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10663 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10664 (smie-indent-keyword): Add handling of open-paren keywords.
10665 (smie-indent-comment-continue): Don't assume comment-continue.
10666
13b5221f
MR
106672010-06-07 Martin Rudalics <rudalics@gmx.at>
10668
10669 * window.el (pop-to-buffer): Remove the conditional that
10670 compares new-window and old-window, so it will reselect
10671 the selected window unconditionally.
10672 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10673
c2ea5810
SM
106742010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * emacs-lisp/smie.el (smie-indent-offset-after)
10677 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10678 (smie-indent-after-keyword): Use them.
10679 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10680 (smie-indent-keyword): Tweak the black magic.
10681 (smie-indent-comment-continue): Strip comment-continue before use.
10682 (smie-indent-functions): Indent comments before keywords.
10683
27dd3c11
JL
106842010-06-06 Juri Linkov <juri@jurta.org>
10685
10686 * isearch.el (isearch-lazy-highlight-search): Fix looping
10687 by checking for empty match. This syncs this loop with the
10688 similar loop in `isearch-search'. (Bug#6362)
10689
35b148ee
JB
106902010-06-05 Juanma Barranquero <lekktu@gmail.com>
10691
10692 * net/dbus.el (dbus-register-method): Declare function.
10693 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10694 (dbus-introspect): Doc fix.
10695 (dbus-event-bus-name, dbus-introspect-get-interface)
10696 (dbus-introspect-get-argument): Reflow docstrings.
10697
eccdfe5f
DN
106982010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10699
10700 vc-log-incoming/vc-log-outgoing fixes for Git.
10701 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10702 incoming/outgoing logs.
10703 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10704 instead of vc-git-compute-remote.
10705 (vc-git-compute-remote): Remove.
10706
86253dc0
CY
107072010-06-04 Chong Yidong <cyd@stupidchicken.com>
10708
10709 * term/common-win.el (x-colors): Add "dark green" and "dark
10710 turquoise" (Bug#6332).
10711
0665f661
JL
107122010-06-04 Juri Linkov <juri@jurta.org>
10713
10714 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10715 Instead of setting `replace' to t and replacing the same string
10716 with itself, don't do certain actions when
10717 kill-do-not-save-duplicates is non-nil and string is equal to car
10718 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10719 interprogram-paste strings to kill-ring, and don't push the input
10720 argument `string' to kill-ring.
10721 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10722
087fc47a
JB
107232010-06-04 Juanma Barranquero <lekktu@gmail.com>
10724
10725 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10726
4f201088
MA
107272010-06-04 Michael Albinus <michael.albinus@gmx.de>
10728
10729 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10730 (tramp-gvfs-handler-mounted-unmounted)
10731 (tramp-gvfs-connection-mounted-p): Handle default-location.
10732
10733 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10734 move files to trash.
10735
18ccd78a
JB
107362010-06-04 Juanma Barranquero <lekktu@gmail.com>
10737
10738 * international/mule-cmds.el (nonascii-insert-offset)
10739 (nonascii-translation-table): Add obsolescence information.
10740
10741 * international/mule.el (make-translation-table-from-vector): Doc fix.
10742
3845c322
GM
107432010-06-03 Glenn Morris <rgm@gnu.org>
10744
10745 * desktop.el (desktop-clear-preserve-buffers):
10746 Add "*Warnings*" buffer. (Bug#6336)
10747
54d3626e
DN
107482010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10749
6941ffec
DN
10750 vc-log-incoming/vc-log-outgoing improvements for Git.
10751 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10752 short log.
10753 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10754
54d3626e
DN
10755 Add bindings for vc-log-incoming and vc-log-outgoing.
10756 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10757 and vc-log-outgoing.
10758 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10759 and vc-log-outgoing.
10760
aa1bc616
CY
107612010-06-03 Chong Yidong <cyd@stupidchicken.com>
10762
10763 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10764 (rcirc-handler-366): Always sort nicknames.
10765
e2d2a205
JB
107662010-06-03 Juanma Barranquero <lekktu@gmail.com>
10767
10768 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10769
44ea155d
CY
107702010-06-03 Chong Yidong <cyd@stupidchicken.com>
10771
a628ad9d 10772 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10773
a91dedc4
SM
107742010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10777 (rcirc-sort-nicknames-join): Avoid setq.
10778
c62bf05a
DD
107792010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10780
10781 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10782 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10783 (rcirc-handler-366): Use them.
10784
dd2c3c92
SM
107852010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 Split smie-indent-calculate into more manageable chunks.
10788 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10789 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10790 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10791 (smie-indent-exps): Extract from smie-indent-calculate.
10792 (smie-indent-functions): New var.
10793 (smie-indent-functions): Use them.
10794
927c346b
SM
107952010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10798 (smie-indent-calculate): Simplify and cleanup.
10799
1efeec86
MA
108002010-06-02 Michael Albinus <michael.albinus@gmx.de>
10801
10802 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10803 (tramp-gvfs-mount-point): Remove.
10804 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10805 New defuns.
1efeec86
MA
10806 (with-tramp-dbus-call-method): Format trace message.
10807 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10808 Implement backup call, when operation on local files fails.
10809 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10810 (tramp-gvfs-handle-make-directory): Make more traces.
10811 (tramp-gvfs-url-file-name): Hexify file name in url.
10812 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10813 into account for the resulting file name.
10814 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10815 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10816 (tramp-gvfs-handler-mounted-unmounted)
10817 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10818 attribute "default_location". Set "prefix" property.
10819 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10820 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10821 exists. Raise an error, if not (due to a corresponding answer
10822 "no" in interactive questions, for example).
10823
89877f5f 108242010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10825
10826 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10827
24f574a9
JB
108282010-06-01 Juanma Barranquero <lekktu@gmail.com>
10829
10830 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10831 right-*. (Bug#6265)
10832
290736f2
DN
108332010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10834
61158bfa
DN
10835 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10836 * vc-git.el (vc-git-compute-remote): New function.
10837 (vc-git-log-outgoing): Use it instead of hard coding a value.
10838 (vc-git-log-incoming): New function.
10839
5828f6ca
DN
10840 Improve state updating for VC tag commands.
10841 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10842 to update the state of all buffers in the directory.
10843
290736f2
DN
10844 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10845
feceda26
SM
108462010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10849 `file-directory-p' to the filename part rather than to the whole text.
10850
896114cf
SM
108512010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10854
1603358c
DA
108552010-05-31 Drew Adams <drew.adams@oracle.com>
10856
10857 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10858
fe40dc63
JB
108592010-05-31 Juanma Barranquero <lekktu@gmail.com>
10860
10861 * subr.el (momentary-string-display): Just use read-event to read
10862 the exit event (Bug#6238).
10863
9e8014c6
EZ
108642010-05-30 Eli Zaretskii <eliz@gnu.org>
10865
10866 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10867
61a08071
JB
108682010-05-30 Juanma Barranquero <lekktu@gmail.com>
10869
10870 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10871 Suggested by Eli Zaretskii <eliz@gnu.org>.
10872
5feec8ca
SM
108732010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10874
10875 * minibuffer.el (completion-file-name-table): Don't return a boundary
10876 past the end of `string' (bug#6299).
10877 (completion--file-name-table): Delegate to completion-file-name-table
10878 for the `boundaries' case.
10879
8175cb90
JB
108802010-05-30 Juanma Barranquero <lekktu@gmail.com>
10881
2b94133f
JB
10882 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10883 movement commands.
10884
8175cb90
JB
10885 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10886 `path-separator', but maintain compatibility with Emacs 20.2.
10887
0191e222
CY
108882010-05-29 Chong Yidong <cyd@stupidchicken.com>
10889
10890 * server.el (server-process-filter): Receive parent-id argument
10891 from emacsclient.
10892 (server-create-window-system-frame): New arg. Pass parent-id as
10893 frame parameter.
10894
9b655a0a
EZ
108952010-05-29 Eli Zaretskii <eliz@gnu.org>
10896
db5dce9d
EZ
10897 Bidi-sensitive word movement with arrow keys.
10898 * subr.el (right-arrow-command, left-arrow-command): Move to
10899 bindings.el.
10900
10901 * bindings.el (right-char, left-char): Move from subr.el and
10902 rename from right-arrow-command and left-arrow-command.
10903 (right-word, left-word): New functions.
10904 (global-map) <right>: Bind to right-char.
10905 (global-map) <left>: Bind to left-char.
10906 (global-map) <C-right>: Bind to right-word.
10907 (global-map) <C-left>: Bind to left-word.
10908
9b655a0a
EZ
10909 * ls-lisp.el (ls-lisp-classify-file): New function.
10910 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10911 (ls-lisp-classify): Call ls-lisp-classify-file.
10912 (insert-directory): Remove blanks from switches.
10913
fcb52808
CY
109142010-05-29 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10917 (ansi-color-drop-regexp): New constant.
10918 (ansi-color-apply, ansi-color-filter-region)
896114cf 10919 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10920 (ansi-color-apply): Build string list before calling concat.
10921
0040735a
JL
109222010-05-28 Juri Linkov <juri@jurta.org>
10923
10924 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10925 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10926 (Bug#5270)
10927
b6827fff
MA
109282010-05-28 Michael Albinus <michael.albinus@gmx.de>
10929
10930 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10931 to ignored backtrace functions.
10932 (with-progress-reporter): Expand docstring.
10933 (tramp-handle-delete-file): Implement TRASH argument.
10934 (tramp-get-remote-trash): New defun.
10935
eba082a2
MA
109362010-05-28 Michael Albinus <michael.albinus@gmx.de>
10937
6a7662bb
BR
10938 * net/tramp-compat.el (tramp-compat-delete-file):
10939 Use `symbol-value' for backward compatibility.
eba082a2
MA
10940
10941 * net/tramp.el (tramp-handle-make-symbolic-link)
10942 (tramp-handle-load)
10943 (tramp-do-copy-or-rename-file-via-buffer)
10944 (tramp-do-copy-or-rename-file-directly)
10945 (tramp-do-copy-or-rename-file-out-of-band)
10946 (tramp-handle-process-file, tramp-handle-call-process-region)
10947 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10948 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10949 (tramp-delete-temp-file-function): Use `delete-file' instead
10950 of `tramp-compat-delete-file'.
10951
10952 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10953 (tramp-fish-handle-make-symbolic-link)
10954 (tramp-fish-handle-process-file): Use `delete-file' instead
10955 of `tramp-compat-delete-file'.
10956
6a7662bb
BR
10957 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10958 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10959
d86d2721
SM
10960 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10961 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10962
6a7662bb
BR
10963 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10964 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10965
10966 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10967 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10968 (tramp-smb-handle-write-region): Use `delete-file' instead of
10969 `tramp-compat-delete-file'.
10970 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10971
f1a5d776
CY
109722010-05-27 Chong Yidong <cyd@stupidchicken.com>
10973
10974 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10975 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10976 (dired-do-flagged-delete, dired-do-delete): Use trash.
10977
10978 * speedbar.el (speedbar-item-delete): Allow trashing.
10979
10980 * files.el (delete-directory): New arg TRASH.
10981
10982 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10983 (ange-ftp-rename-remote-to-remote)
10984 (ange-ftp-rename-local-to-remote)
10985 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10986 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10987 `delete-file'.
10988 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10989 allow trashing.
10990
10991 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10992 handle new TRASH arg of `delete-file'.
10993
c4ce1145 10994 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10995 (tramp-handle-make-symbolic-link, tramp-handle-load)
10996 (tramp-do-copy-or-rename-file-via-buffer)
10997 (tramp-do-copy-or-rename-file-directly)
10998 (tramp-do-copy-or-rename-file-out-of-band)
10999 (tramp-handle-process-file, tramp-handle-call-process-region)
11000 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11001 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11002 (tramp-delete-temp-file-function): Use null TRASH arg in
11003 tramp-compat-delete-file call.
11004
11005 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
11006 (tramp-fish-handle-delete-file)
11007 (tramp-fish-handle-make-symbolic-link)
11008 (tramp-fish-handle-process-file): Use null TRASH arg in
11009 `tramp-compat-delete-file' call.
11010
11011 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
11012 arg in `tramp-compat-delete-file' call.
11013
11014 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
11015 (tramp-gvfs-handle-write-region): Use null TRASH arg in
11016 `tramp-compat-delete-file' call.
11017
11018 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
11019 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
11020 `tramp-compat-delete-file' call.
11021
11022 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11023 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11024 (tramp-smb-handle-write-region): Use null TRASH arg in
11025 tramp-compat-delete-file call.
11026 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
11027 (tramp-smb-handle-delete-file): Rename arg.
11028
11029 * diff.el (diff-sentinel):
11030 * epg.el (epg--make-temp-file, epg-decrypt-string)
11031 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11032 * jka-compr.el (jka-compr-partial-uncompress)
11033 (jka-compr-call-process, jka-compr-write-region):
11034 * server.el (server-sentinel): Remove optional arg from
11035 delete-file, reverting 2010-05-03 change.
11036
ecb0ab90
CY
110372010-05-27 Chong Yidong <cyd@stupidchicken.com>
11038
6a7662bb
BR
11039 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11040 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 11041
2b25da45
KH
110422010-05-27 Kenichi Handa <handa@m17n.org>
11043
11044 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
11045 element of GSTRING is nil.
11046
11e4d8c0
SM
110472010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * emacs-lisp/smie.el (smie-forward-token-function)
11050 (smie-backward-token-function): New vars.
11051 (smie-backward-sexp, smie-forward-sexp)
11052 (smie-indent-hanging-p, smie-indent-calculate): Use them.
11053 (smie-default-backward-token): Rename from smie-backward-token and
11054 skip comments.
11055 (smie-default-forward-token): Rename from smie-forward-token and
11056 skip comments.
11057 (smie-next-sexp): Handle nil results from next-token.
11058 (smie-indent-calculate): Add a new case for special `fixindent' comments.
11059
4da3541b
CY
110602010-05-27 Chong Yidong <cyd@stupidchicken.com>
11061
896114cf
SM
11062 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11063 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
11064
110652010-05-27 Masatake YAMATO <yamato@redhat.com>
11066
11067 * htmlfontify.el (hfy-face-resolve-face): New function.
11068 (hfy-face-to-style): Use it (Bug#6279).
11069
6dc439cb
SM
110702010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
11073 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
11074
021eb8d7
GM
110752010-05-26 Glenn Morris <rgm@gnu.org>
11076
11077 * emulation/edt.el (edt-load-keys): Use locate-library.
11078
bef4957b
CY
110792010-05-25 Chong Yidong <cyd@stupidchicken.com>
11080
11081 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
11082 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
11083 (log-edit-changelog-insert-entries): Args changed.
11084 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
11085 (log-edit-insert-changelog-entries): Reorganize return value of
11086 `log-edit-changelog-entries' to pass filenames to
11087 log-edit-changelog-insert-entries.
11088
84fb0956
TV
110892010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11090
11091 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
11092 `image-dired-dired-insert-marked-thumbs' to
11093 `image-dired-dired-toggle-marked-thumbs'.
11094
11095 * image-dired.el: Require cl when compiling.
11096 (image-dired-dired-toggle-marked-thumbs): Rename from
11097 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
11098 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
11099 to 'no-dir. Skip files whose names don't match
11100 `image-file-name-regexp'. When file has a thumbnail overlay,
11101 delete it. (Bug#5270)
11102
0fb1193d
JL
111032010-05-25 Juri Linkov <juri@jurta.org>
11104
11105 * image-mode.el (image-mode): Add image-after-revert-hook to
11106 after-revert-hook.
11107 (image-after-revert-hook): New function. (Bug#5669)
11108
fc937924
JL
111092010-05-25 Juri Linkov <juri@jurta.org>
11110
11111 * image.el (image-animated-p): When delay between animated images
11112 is 0, set it to 10 (0.1 sec). (Bug#6258)
11113
fa9ba953
MA
111142010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
11115
11116 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 11117 `forward-word', its default syntax could be changed.
fa9ba953 11118
9e021389
MA
111192010-05-25 Michael Albinus <michael.albinus@gmx.de>
11120
11121 * net/tramp.el (tramp-progress-reporter-update): New defun.
11122 (with-progress-reporter): Use it.
11123 (tramp-process-actions):
6a7662bb
BR
11124 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
11125 Preserve current message, in order to let progress reporter continue
9e021389
MA
11126 afterwards. (Bug#6257)
11127
6169260b
GM
111282010-05-25 Glenn Morris <rgm@gnu.org>
11129
11130 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
11131 Add :version.
11132
d26781af
RY
111332010-05-25 Ryan Yeske <rcyeske@gmail.com>
11134
8826afe3 11135 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
11136 (rcirc-default-full-name): Change to "unknown".
11137 (rcirc-user-name-history): Add variable.
8826afe3
GM
11138
111392010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 11140 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
11141
11142 * net/rcirc.el (rcirc-server-alist): Add :pass.
11143 (rcirc): When prompting for connection parameters, also prompt for
d26781af 11144 username and password.
a628ad9d 11145 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
11146 value to server when connecting.
11147
d355a0b7
SM
111482010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11149
f5228f84
SM
11150 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
11151 (smie-merge-prec2s): Pass the tables as separate args.
11152 (smie-bnf-precedence-table): Adjust call accordingly.
11153 (smie-prec2-levels): Set levels at the end.
11154
d355a0b7
SM
11155 Replace Lisp calls to delete-backward-char by delete-char.
11156 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
11157 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
11158 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 11159 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
11160 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
11161 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
11162 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
11163 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
11164 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
11165 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
11166 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
11167 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
11168 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
11169 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
11170 delete-backward-char by calls to delete-char.
11171
f668ef02
KH
111722010-05-25 Kenichi Handa <handa@m17n.org>
11173
11174 * language/hebrew.el (hebrew-shape-gstring): New function.
11175 Register it in composition-function-table for all Hebrew combining
11176 characters.
11177
397eb3f3
SM
111782010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11179
11180 * epa.el (epa--select-keys): Don't explicitly delete the window since
11181 that can fail (e.g. sole window in frame). Use dedication instead.
11182
171eda53 111832010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
11184
11185 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
11186
110683ad
CY
111872010-05-22 Chong Yidong <cyd@stupidchicken.com>
11188
11189 * image.el (image-refresh): Define as an alias for image-flush.
11190
11191 * image-mode.el (image-toggle-display-image): Caller changed.
11192
df9db151
JL
111932010-05-21 Juri Linkov <juri@jurta.org>
11194
11195 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
11196 Remove "all" from grep-files-aliases. Split grep-files-aliases by
11197 whitespace, call wildcard-to-regexp on substrings and concat them
11198 with "\\|". (Bug#6114)
11199
c0209c2c
AM
112002010-05-21 Alan Mackenzie <acm@muc.de>
11201
171eda53
SM
11202 * progmodes/cc-engine.el (c-parse-state-get-strategy):
11203 Replace parameter `here' with `here-' and `here-plus', which sandwich
11204 any pertinent CPP construct.
c0209c2c
AM
11205 (c-remove-stale-state-cache-backwards): Fix a bug which happens
11206 when doing (c-parse-state) in a CPP construct: Exclude any "new"
11207 CPP construct from taking part in the scanning.
11208
655bded0
MA
112092010-05-21 Michael Albinus <michael.albinus@gmx.de>
11210
11211 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
11212 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
11213 Tune `with-progress-reporter' messages.
655bded0
MA
11214 (tramp-handle-vc-registered):
11215 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
11216 (tramp-fish-handle-insert-file-contents)
11217 (tramp-fish-maybe-open-connection):
11218 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11219 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
11220 (tramp-imap-handle-insert-file-contents)
11221 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
11222
3e17a1a7
JB
112232010-05-21 Juanma Barranquero <lekktu@gmail.com>
11224
bf1e8d4a
JB
11225 * add-log.el (change-log-font-lock-keywords):
11226 Highlight all authors in multi-author entries.
11227
3e17a1a7
JB
11228 * smerge-mode.el (smerge-refine-ignore-whitespace)
11229 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
11230 Fix typos in docstrings.
11231 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
11232
969e684a
GM
112332010-05-21 Glenn Morris <rgm@gnu.org>
11234
e75c1e7d
GM
11235 * progmodes/fortran.el (fortran-mode):
11236 * progmodes/f90.el (f90-mode): Derive from prog-mode.
11237
969e684a
GM
11238 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
11239 having a relative path in src/Makefile.in.
11240
a50878fa
KR
112412010-05-20 Kevin Ryde <user42@zip.com.au>
11242
11243 * help-mode.el (help-make-xrefs): For Info node links turn
11244 newlines into spaces. Link node names with newlines are matched
11245 by help-xref-info-regexp and buttonized, this change ensures they
11246 can be followed successfully with RET. (Bug#6206)
11247
f66a2f90
JL
112482010-05-20 Juri Linkov <juri@jurta.org>
11249
11250 * locate.el (locate): Use pop-to-buffer instead of
11251 switch-to-buffer-other-window. (Bug#6204)
11252
201d895a
JL
112532010-05-20 Juri Linkov <juri@jurta.org>
11254
11255 * replace.el (replace-highlight): Fix lazy-highlighting
11256 for `M-s w str M-% str RET'.
11257
1ddb2ea0
MY
112582009-12-15 Masatake YAMATO <yamato@redhat.com>
11259
11260 * isearch.el (isearch-yank-word-or-char): Pull next subword
11261 when `subword-mode' is activated. (Bug#6220)
11262
a6020335
MH
112632010-05-20 Mark A. Hershberger <mah@everybody.org>
11264
11265 * isearch.el (isearch-update-post-hook): New hook.
11266 (isearch-update): Use the new hook. (Bug#6225)
11267
50de6a38
JL
112682010-05-20 Juri Linkov <juri@jurta.org>
11269
11270 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
11271 [f1], [help], and (char-to-string help-char) instead of "\C-h".
11272 (Bug#6222)
11273
5d944a8f
JL
112742010-05-20 Juri Linkov <juri@jurta.org>
11275
11276 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
11277 (Bug#6223)
11278
f5d6548a
JL
112792010-05-20 Juri Linkov <juri@jurta.org>
11280
11281 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
11282 FILE-NAME to read from the minibuffer when called interactively
11283 with prefix argument instead of using buffer-file-name.
11284 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
11285
11286 * dired.el: Update autoloads.
11287
f8e63691
CY
112882010-05-20 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
11291 nxml-finish-element, for consistency with SGML mode.
11292
11293 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
11294 octave-close-block.
11295
07d7c3bd
JB
112962010-05-20 Juanma Barranquero <lekktu@gmail.com>
11297
11298 * composite.el: Require cl when compiling.
11299 (reference-point-alist, compose-gstring-for-graphic)
11300 (compose-gstring-for-terminal): Fix typos in docstrings.
11301
7bce8510
JL
113022010-05-19 Juri Linkov <juri@jurta.org>
11303
11304 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
11305 set-window-parameter.
11306
a7723e05
MA
113072010-05-19 Michael Albinus <michael.albinus@gmx.de>
11308
11309 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
11310 where appropriate.
11311 (tramp-maybe-open-connection): Use it.
11312
3f2e7735
EZ
113132010-05-19 Eli Zaretskii <eliz@gnu.org>
11314
11315 * simple.el (move-end-of-line): Make sure we are at line beginning
11316 before backing up to end of previous line.
11317
8d9181c7
MA
113182010-05-19 Michael Albinus <michael.albinus@gmx.de>
11319
8c4ec20f
MA
11320 * password-cache.el (password-cache-remove): Fix docstring.
11321
8d9181c7
MA
11322 * net/secrets.el: Autoload the widget functions.
11323 (secrets-search-items, secrets-create-item)
11324 (secrets-get-attributes, secrets-expand-item): Attributes will be
11325 stored on the password database without leading ":", as all other
11326 clients do as well.
11327 (secrets-mode): Fix docstring.
11328 (secrets-show-secrets): Provide it as autoloaded command only when
11329 D-Bus support is available. Check existence of Secret Service API.
11330
2a96c2a7
SM
113312010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * indent.el (indent-region): Deactivate region (bug#6200).
11334
d24e10b1
GM
113352010-05-19 Glenn Morris <rgm@gnu.org>
11336
11337 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
11338
2833d915
KH
113392010-05-19 Kenichi Handa <handa@m17n.org>
11340
11341 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 11342 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 11343
134c2f29
JB
113442010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11345
11346 * calc/calc-trail.el (calc-trail-isearch-forward)
11347 (calc-trail-isearch-backward): Ensure that the new window
11348 point is set correctly.
11349
278847cd
SM
113502010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * subr.el (read-quoted-char): Resolve modifiers after key
11353 remapping (bug#6212).
11354
3a8e7cbd
MA
113552010-05-18 Michael Albinus <michael.albinus@gmx.de>
11356
11357 Add visualization code for secrets.
11358 * net/secrets.el (secrets-mode): New major mode.
11359 (secrets-show-secrets, secrets-show-collections)
11360 (secrets-expand-collection, secrets-expand-item)
11361 (secrets-tree-widget-after-toggle-function)
11362 (secrets-tree-widget-show-password): New defuns.
11363
472e7ec1
SM
113642010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11365
224b70cb
SM
11366 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
11367 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
11368 handled in smie-next-sexp.
11369 (smie-indent-calculate): Provide a starting indentation (so the
11370 recursion is well-founded ;-).
11371
472e7ec1
SM
11372 Fix handling of non-associative equal levels.
11373 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
11374 when it's not needed.
11375 (smie-op-left, smie-op-right): New functions.
11376 (smie-next-sexp): New function, extracted from smie-backward-sexp.
11377 Better handle equal levels to distinguish the associative case from
11378 the "multi-keyword construct" case.
11379 (smie-backward-sexp, smie-forward-sexp): Use it.
11380
35e53abd
JB
113812010-05-18 Juanma Barranquero <lekktu@gmail.com>
11382
5d8fe0ba
JB
11383 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11384
35e53abd
JB
11385 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11386 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11387
5ad4bef5
SM
113882010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11389
11390 Provide a simple generic indentation engine and use it for Prolog.
11391 * emacs-lisp/smie.el: New file.
11392 * progmodes/prolog.el (prolog-smie-op-levels)
11393 (prolog-smie-indent-rules): New var.
11394 (prolog-mode-variables): Use them to configure SMIE.
11395 (prolog-indent-line, prolog-indent-level): Remove.
11396
00681a3c
JB
113972010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11398
560bb7ae 11399 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
11400 order before computing the averages.
11401
eba62f7a
JB
114022010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11403
597517ef 11404 * calc/calc-vec.el (calc-histogram):
5ad4bef5 11405 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
11406 (math-vector-avg): New function.
11407
560bb7ae 11408 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
11409 being grouped depend on the radix (Bug#6189).
11410
8c5ff6dd
KR
114112010-05-15 Ken Raeburn <raeburn@raeburn.org>
11412
11413 * version.el (emacs-copyright, emacs-version): Don't define here,
11414 now that emacs.c defines it.
11415
98d8b17e
EZ
114162010-05-15 Eli Zaretskii <eliz@gnu.org>
11417
71078429
EZ
11418 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11419 "Describe Language Environment" menu item.
11420
ce6233c1
EZ
11421 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11422
d20e1419
EZ
11423 Bidi-sensitive movement with arrow keys.
11424 * subr.el (right-arrow-command, left-arrow-command): New functions.
11425
11426 * bindings.el (global-map): Bind them to right and left arrow keys.
11427
98d8b17e 11428 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
11429 * files.el (convert-standard-filename):
11430 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
11431 the corresponding systems.
11432
11433 * w32-fns.el (w32-convert-standard-filename): Rename from
11434 convert-standard-filename. Doc fix.
11435
11436 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11437 (convert-standard-filename): Don't defalias.
11438 (register-name-alist, make-register, register-value)
11439 (set-register-value, intdos): Obsolete aliases for the
11440 corresponding dos-* functions and variables.
11441 (dos-intdos): Add a doc string.
11442
ae6bc504
JB
114432010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11444
11445 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11446 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11447 (math-compose-tex-func):
11448 * calc/calccomp.el (math-compose-expr):
11449 * calc/calc-ext.el (math-format-flat-expr-fancy):
11450 * calc/calc-store.el (calc-read-var-name):
11451 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11452
11453 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 11454 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 11455 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 11456 (math-standard-units): Add units.
ae6bc504 11457
c26ea4b2
SM
114582010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11459
7aefa445 11460 * progmodes/asm-mode.el (asm-mode):
13973643
SM
11461 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11462
c26ea4b2
SM
11463 * pcomplete.el (pcomplete-completions-at-point): New function,
11464 extracted from pcomplete-std-complete.
11465 (pcomplete-std-complete): Use it.
11466
02be533b
GM
114672010-05-15 Glenn Morris <rgm@gnu.org>
11468
11469 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11470 Remove references to CVS, RCS and Old directories.
11471
78ed0efc
JB
114722010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11473
ae6bc504 11474 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
11475 appropriate.
11476
10dcc561
SM
114772010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11478
5ccaa359
SM
11479 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11480 (sh-mode-syntax-table): Give it a default value instead.
11481 (sh-header-marker): Make buffer-local.
11482 (sh-mode): Move make-local-variable to the corresponding setq.
11483 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11484 Use complete-with-action.
11485
10dcc561
SM
11486 * simple.el (prog-mode): New (abstract) major mode.
11487 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11488 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11489
c38762fd
JB
114902010-05-14 Juanma Barranquero <lekktu@gmail.com>
11491
11492 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11493 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11494 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11495 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11496 (sql-escape-newlines-filter, sql-input-sender)
11497 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11498
2ef3c144
CY
114992010-05-13 Chong Yidong <cyd@stupidchicken.com>
11500
560bb7ae 11501 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
11502
11503 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11504 latex-open-block and C-c / to latex-close-block.
11505
11506 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11507 and C-c C-e to sgml-close-tag.
11508
3b30ccda
MA
115092010-05-13 Michael Albinus <michael.albinus@gmx.de>
11510
11511 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 11512 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
11513 (tramp-handle-load, tramp-handle-file-local-copy)
11514 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
11515 (tramp-maybe-send-script, tramp-find-shell):
11516 Use `with-progress-reporter'.
3b30ccda
MA
11517 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11518 Fix message text.
11519
11520 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11521 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11522 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11523 Use `with-progress-reporter'.
11524
57ff5d7b
AM
115252010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11526
a628ad9d
JB
11527 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11528 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 11529
5a70d10f
SM
115302010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11531
791ffe1c
SM
11532 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11533
5a70d10f
SM
11534 * dos-fns.el: Add "dos-" prefix for namespace control.
11535 (convert-standard-filename): Define as alias for
11536 dos-convert-standard-filename but only if applicable.
11537
38d93f03
AM
115382010-05-12 Alan Mackenzie <acm@muc.de>
11539
11540 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11541 Push the mark at the start of these functions when appropriate.
11542
902a6d8d
SM
115432010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * minibuffer.el (completion-cycle-threshold): New custom var.
11546 (completion--do-completion): Use it.
11547 (minibuffer-complete): Use cycling if appropriate.
11548
9ee120ba
JB
115492010-05-11 Juanma Barranquero <lekktu@gmail.com>
11550
11551 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11552 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11553
841c4085
JL
115542010-05-11 Juri Linkov <juri@jurta.org>
11555
11556 * scroll-all.el (scroll-all-check-to-scroll):
11557 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11558
8a67c70e
SM
115592010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11560
f2b9ed18
SM
11561 * iimage.el (iimage-mode-map): Move initialization into declaration.
11562 (iimage-mode-buffer): Use with-silent-modifications.
11563 Simplify calling convention. Adjust callers.
11564 (iimage-mode): Don't run hook redundantly.
11565
8a67c70e
SM
11566 * minibuffer.el (completion-pcm--pattern->regex):
11567 Fix last change (bug#6160).
11568
4bbedd98
JL
115692010-05-10 Juri Linkov <juri@jurta.org>
11570
11571 Remove nodes visited during Isearch from the Info history.
11572 * info.el (Info-isearch-initial-history)
11573 (Info-isearch-initial-history-list): New variables.
11574 (Info-isearch-start): Record initial values of
11575 Info-isearch-initial-history and Info-isearch-initial-history-list.
11576 Add Info-isearch-end to isearch-mode-end-hook.
11577 (Info-isearch-end): New function.
11578
94ecf5da
MA
115792010-05-10 Michael Albinus <michael.albinus@gmx.de>
11580
11581 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
11582 format string, in order to work around a bug in pdksh.
11583 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
11584 (tramp-handle-verify-visited-file-modtime): Do not send a command
11585 when the connection is not established.
11586 (tramp-handle-set-file-times): Simplify the check for utc.
11587
c5eb971b
JB
115882010-05-10 Juanma Barranquero <lekktu@gmail.com>
11589
11590 Fix use of `filter-buffer-substring' (rework previous change).
11591 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11592 (cua-repeat-replace-region):
11593 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11594 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11595 (cua-cut-region-to-global-mark): Use it.
11596
7492acc9
MM
115972010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11598
77e2fc7a
JB
11599 * progmodes/sql.el: Version 2.1.
11600 (sql-product-alist): Redesign structure of product info.
11601 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
11602 (sql-port, sql-port-history): New variables.
11603 (sql-interactive-product): New variable.
11604 (sql-send-terminator): New variable.
77e2fc7a 11605 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
11606 (sql-oracle-login-params, sql-sqlite-login-params)
11607 (sql-mysql-login-params, sql-solid-login-params)
11608 (sql-sybase-login-params, sql-informix-login-params)
11609 (sql-ingres-login-params, sql-ms-login-params)
11610 (sql-postgres-login-params, sql-interbase-login-params)
11611 (sql-db2-login-params, sql-linter-login-params)
11612 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
11613 (sql-mode-map): Add C-c C-i to start interactive mode.
11614 (sql-mode-menu): Update existing menu entries.
11615 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
11616 (sql-mode-oracle-font-lock-keywords)
11617 (sql-mode-postgres-font-lock-keywords)
11618 (sql-mode-ms-font-lock-keywords)
11619 (sql-mode-sybase-font-lock-keywords)
11620 (sql-mode-informix-font-lock-keywords)
11621 (sql-mode-interbase-font-lock-keywords)
11622 (sql-mode-ingres-font-lock-keywords)
11623 (sql-mode-solid-font-lock-keywords)
11624 (sql-mode-mysql-font-lock-keywords)
11625 (sql-mode-sqlite-font-lock-keywords)
11626 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11627 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11628 reduce run-time complexity.
11629 (sql-add-product, sql-del-product): New functions.
11630 (sql-set-product-feature, sql-get-product-feature): New functions.
11631 (sql-product-font-lock): Update product API.
11632 (sql-add-product-keywords): New function.
11633 (sql-highlight-product): Update product API.
11634 (sql-help-list-products): New function.
11635 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11636 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11637 prompt for port.
11638 (sql-copy-column): Copy without properties.
11639 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11640 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11641 Implement as a filter.
7492acc9
MM
11642 (sql-escape-newlines-filter): Implement as a filter.
11643 (sql-remove-tabs-filter): New function.
11644 (sql-send-magic-terminator): New function.
11645 (sql-send-string): Implement magic terminator.
11646 (sql-send-region): Use `sql-send-string'.
11647 (sql-interactive-mode): Use product API.
11648 (sql-product-interactive): Use product API.
11649 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11650 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11651 (sql-db2, sql-linter): Use `sql-product-interactive'.
11652 (sql-connect): New function.
11653 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11654 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11655 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11656 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11657 Use `sql-connect'.
7492acc9 11658
79ccd68f
SM
116592010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11662 New custom variable.
11663 (completion-pcm--string->pattern): Use it.
11664 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11665 Make it handle any symbol as `any'.
11666 (completion-pcm--merge-completions): Extract common suffix for the new
11667 `prefix' symbol as well.
11668 (completion-substring--all-completions): Use the new `prefix' symbol.
11669
0d5852cf
MA
116702010-05-09 Michael Albinus <michael.albinus@gmx.de>
11671
11672 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11673 not bound.
11674 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11675 (tramp-compat-funcall): New defmacro.
11676 (tramp-compat-line-beginning-position)
11677 (tramp-compat-line-end-position)
11678 (tramp-compat-temporary-file-directory)
11679 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11680 (tramp-compat-copy-file, tramp-compat-copy-directory)
11681 (tramp-compat-delete-file, tramp-compat-delete-directory)
11682 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11683 * net/tramp.el (top, with-progress-reporter)
11684 (tramp-rfn-eshadow-setup-minibuffer)
11685 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11686 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11687 (tramp-completion-mode-p, tramp-check-for-regexp)
11688 (tramp-open-connection-setup-interactive-shell)
11689 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11690 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11691 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11692 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11693 (tramp-reporter-dump-variable, tramp-load-report-modules)
11694 (tramp-append-tramp-buffers)
11695 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11696
11697 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11698
f913fe7d
SM
116992010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11702 buffer-modtime. Adjust users.
11703
0235128c 117042010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11705
77e2fc7a 11706 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11707 car of each item, not the whole list (Bug#6083).
f034e176 11708
0235128c 117092010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11710
11711 * progmodes/js.el (js-mode): Make paragraph variables local before
11712 calling c-setup-paragraph-variables (Bug#6071).
11713
0235128c 117142010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11715
11716 * composite.el (compose-region, reference-point-alist): Fix typos
11717 in the doc strings.
11718
77e2fc7a 117192010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11720
11721 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11722 gnuplot's "set" command.
11723
0235128c 117242010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11725
11726 * abbrev.el (last-abbrev-text): Doc fix.
11727 (abbrev-prefix-mark): Don't escape parenthesis.
11728
0235128c 117292010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11730
11731 * composite.el (find-composition): Doc fix.
11732
0235128c 117332010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11734
11735 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11736 (sql-oracle-program, sql-sqlite-options)
11737 (sql-query-placeholders-and-send): Doc fixes.
11738 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11739 (sql-imenu-generic-expression, sql-buffer)
11740 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11741 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11742 (sql-mode-sybase-font-lock-keywords)
11743 (sql-mode-informix-font-lock-keywords)
11744 (sql-mode-interbase-font-lock-keywords)
11745 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11746 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11747 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11748 (sql-product-feature, sql-highlight-product)
11749 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11750 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11751 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11752 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11753 Fix typos in docstrings.
11754
0235128c 117552010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11756
11757 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11758 property instead of `invisible' and `after-string' (bug#5998).
11759
0235128c 117602010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11761
11762 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11763
0235128c 117642010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11765
11766 * filecache.el (file-cache-add-directory-list)
11767 (file-cache-add-directory-recursively): Fix typos in docstrings.
11768
0235128c 117692010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11770
11771 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11772 (gujarati-composable-pattern): Fix typo.
ece33a6e 11773
0235128c 117742010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11775
11776 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11777 (tamil-composable-pattern, malayalam-composable-pattern):
11778 Add two-part vowels to "v" (vowel sign).
771533aa 11779
0235128c 117802010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11781
99833607
CY
11782 * files.el (copy-directory): Handle symlinks (Bug#5982).
11783
0235128c 117842010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11785
11786 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11787 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11788 (Bug#5846).
11789
0235128c 117902010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11791
0ca12598
GM
11792 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11793
d2c7b917
GM
11794 * minibuffer.el (completion-at-point): Doc fix.
11795
ba5bf5f0
SM
117962010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11797
11798 * electric.el (Electric-command-loop): Minor tweak.
11799
11800 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11801 better with dedicated windows.
11802
0235128c
SM
118032010-05-07 Chong Yidong <cyd@stupidchicken.com>
11804
11805 * Version 23.2 released.
11806
560bb7ae 118072010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11808 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11809
11810 Highlight vendor specific properties.
11811 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11812 (css-proprietary-property): New face.
11813 (css-font-lock-keywords): Use them.
11814
c0162ade
EZ
118152010-05-07 Eli Zaretskii <eliz@gnu.org>
11816
11817 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11818
f3ee9200
SM
118192010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11820
05623156
SM
11821 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11822 * files.el (auto-mode-alist): Remove redundant entries.
11823
f3ee9200
SM
11824 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11825 * simple.el (auto-save-mode): Move from files.el.
11826 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11827
560bb7ae 118282010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11829
76e3243a 11830 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11831
765d4319
KY
118322010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11833
11834 * mail/binhex.el (binhex-decode-region-internal)
11835 * mail/uudecode.el (uudecode-decode-region-internal)
11836 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11837 (dns-read-type, dns-query)
11838 * pgg-parse.el (pgg-parse-armor)
11839 * pgg.el (pgg-verify-region)
11840 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11841 XEmacs.
11842
86d21cc0 11843 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11844
f83483ff
JB
118452010-05-07 Juanma Barranquero <lekktu@gmail.com>
11846
40ab7974
JB
11847 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11848
f83483ff
JB
11849 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11850 * emulation/cua-base.el (cua-repeat-replace-region):
11851 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11852 (cua-cut-region-to-global-mark):
11853 Remove text properties with `set-text-properties'.
11854
9566840f
MA
118552010-05-06 Michael Albinus <michael.albinus@gmx.de>
11856
f3ee9200
SM
11857 * net/tramp.el (top, with-progress-reporter):
11858 Use `symbol-function' inside `funcall'.
9566840f
MA
11859
11860 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11861 (tramp-compat-delete-file, tramp-compat-delete-directory):
11862 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11863
11864 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11865 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11866 inside `funcall'.
11867
0c495c21
SM
118682010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11869
1493963b
SM
11870 * minibuffer.el (completion--sreverse, completion--common-suffix):
11871 New functions.
11872 (completion-pcm--merge-completions): Extract common suffix when safe.
11873
0c495c21
SM
11874 * emacs-lisp/easy-mmode.el (define-minor-mode):
11875 Make :variable more flexible.
11876 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11877
221a0647
JL
118782010-05-05 Juri Linkov <juri@jurta.org>
11879
11880 Add `slow' and `history' tags to the desktop data.
11881
11882 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11883 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11884 (Info-finder-find-node): Require `finder.el' to be able
11885 to restore node from the desktop.
11886 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11887 data `Info-history' and `slow' tag in the assoc list.
11888 (Info-restore-desktop-buffer): Don't restore nodes with the
11889 `slow' tag. Restore `Info-history'.
11890
66bdc868
MA
118912010-05-05 Michael Albinus <michael.albinus@gmx.de>
11892
11893 Add FORCE argument to `delete-file'.
11894
11895 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11896 forcing to delete the temporary file.
11897 (ange-ftp-delete-file): Add FORCE arg.
11898 (ange-ftp-rename-remote-to-remote)
11899 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11900 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11901 Force file deletion.
66bdc868
MA
11902
11903 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11904
11905 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11906 (tramp-handle-make-symbolic-link, tramp-handle-load)
11907 (tramp-do-copy-or-rename-file-via-buffer)
11908 (tramp-do-copy-or-rename-file-directly)
11909 (tramp-do-copy-or-rename-file-out-of-band)
11910 (tramp-handle-process-file, tramp-handle-call-process-region)
11911 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11912 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11913 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11914
11915 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11916 (tramp-fish-handle-make-symbolic-link)
11917 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11918
0c495c21
SM
11919 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11920 Use `tramp-compat-delete-file'.
66bdc868
MA
11921
11922 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11923 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11924
11925 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11926 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11927
11928 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11929 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11930 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11931 Use `tramp-compat-delete-file'.
66bdc868 11932
f44379e7
SM
119332010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11934
365f8d85
SM
11935 Minor cleanups.
11936 * subr.el (add-minor-mode): Use push.
11937 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11938 * emulation/edt.el (edt-select-mode): Simplify.
11939
80ac5d4d
SM
11940 Use define-minor-mode in more cases.
11941 * term/tvi970.el (tvi970-set-keypad-mode):
11942 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11943 (normal-erase-is-backspace-mode):
11944 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11945 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11946 (get-scroll-bar-mode): New function.
11947 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11948
11949 Use define-minor-mode for less obvious cases.
f44379e7
SM
11950 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11951 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11952 * international/iso-ascii.el (iso-ascii-mode):
11953 * frame.el (auto-raise-mode, auto-lower-mode):
11954 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11955
c04b03f8
MA
119562010-05-04 Michael Albinus <michael.albinus@gmx.de>
11957
11958 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11959 in order to see error messages for failed logins.
11960
53967e09
CY
119612010-05-03 Chong Yidong <cyd@stupidchicken.com>
11962
11963 * diff.el (diff-sentinel):
11964
11965 * epg.el (epg--make-temp-file, epg-decrypt-string)
11966 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11967
11968 * jka-compr.el (jka-compr-partial-uncompress)
11969 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11970
11971 * server.el (server-sentinel): Use delete-file's new FORCE arg
11972 (Bug#6070).
11973
56eb0904
SM
119742010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 Use define-minor-mode where applicable.
11977 * view.el (view-mode):
11978 * type-break.el (type-break-query-mode)
11979 (type-break-mode-line-message-mode):
11980 * textmodes/reftex.el (reftex-mode):
11981 * term/vt100.el (vt100-wide-mode):
11982 * tar-mode.el (tar-subfile-mode):
11983 * savehist.el (savehist-mode):
11984 * ibuf-ext.el (ibuffer-auto-mode):
11985 * composite.el (auto-composition-mode):
11986 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11987 Use define-minor-mode.
11988 (vhdl-mode): Use static mode-line format.
11989 (vhdl-mode-line-update): Delete.
11990 (vhdl-create-mode-menu, vhdl-activate-customizations)
11991 (vhdl-hs-minor-mode): Don't bother calling it.
11992
672eb710
SM
119932010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11994
8f92b8ad
SM
11995 * simple.el (with-wrapper-hook): Move.
11996 (buffer-substring-filters): Mark obsolete.
11997 (filter-buffer-substring-functions): New variable.
1fada563 11998 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11999
c04b03f8 120002010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 12001 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
12002
12003 Implement compression for inline methods.
12004
12005 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
12006 (tramp-copy-size-limit): Allow also nil.
12007 (tramp-inline-compress-commands): New defconst.
12008 (tramp-find-inline-compress, tramp-get-inline-compress)
12009 (tramp-get-inline-coding): New defuns.
cb7f3653 12010 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 12011 replaced by `tramp-get-inline-coding'.
6a29a838
MA
12012 (tramp-handle-file-local-copy, tramp-handle-write-region)
12013 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
12014
8c0bf8b3
SM
120152010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12016
07125a91
SM
12017 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
12018 Remove unused functions.
12019
f3a47002
SM
12020 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
12021 Set find-tag-default-function as a variable rather than a property.
12022
8c0bf8b3
SM
12023 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
12024 * progmodes/etags.el (tags-completion-at-point-function):
12025 Remove left over interactive spec. Add autoloading stub.
12026 (complete-tag): Use tags-completion-at-point-function.
12027
27601456
CY
120282010-04-30 Chong Yidong <cyd@stupidchicken.com>
12029
cb7f3653 12030 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 12031
09d0284d
CY
120322010-04-29 Chong Yidong <cyd@stupidchicken.com>
12033
27d3cd56
CY
12034 * ido.el (ido-init-completion-maps): Remove C-v binding.
12035 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 12036
3a07ffce
CY
120372010-04-29 Chong Yidong <cyd@stupidchicken.com>
12038
12039 * minibuffer.el (tags-completion-at-point-function): New function.
12040 (completion-at-point-functions): Use it.
12041
3a07ffce
CY
12042 * progmodes/etags.el (complete-tag): Revert last change.
12043
3d14bb73
AM
120442010-04-29 Alan Mackenzie <acm@muc.de>
12045
12046 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
12047 off-by-one error (in end of macro position).
12048
7d353d11
SM
120492010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
12052 firefox is absent. Don't autoload.
12053 (browse-url-galeon-program): Don't autoload.
12054
48111a85
CY
120552010-04-28 Chong Yidong <cyd@stupidchicken.com>
12056
12057 * bindings.el (complete-symbol): Move into minibuffer.el.
12058
12059 * minibuffer.el (complete-tag): Move from etags.el. If tags
12060 completion cannot be performed, return nil instead of signalling
12061 an error.
12062 (completion-at-point): Make it an alias for complete-symbol.
12063 (complete-symbol): Move from bindings.el, and replace with the
12064 body of completion-at-point.
12065
12066 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
12067
7ba94701
MA
120682010-04-28 Michael Albinus <michael.albinus@gmx.de>
12069
12070 * net/tramp.el (tramp-remote-selinux-p): New defun.
12071 (tramp-handle-file-selinux-context)
12072 (tramp-handle-set-file-selinux-context): Use it.
12073
95c6cc3e
SS
120742010-04-28 Sam Steingold <sds@gnu.org>
12075
12076 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
12077 `safe-local-variable' if the value is a string or a symbol with
12078 the property `bug-reference-url-format'.
12079
36045ff3
CY
120802010-04-28 Chong Yidong <cyd@stupidchicken.com>
12081
537ffaf3
SM
12082 * progmodes/bug-reference.el (bug-reference-url-format):
12083 Revert 2010-04-27 change due to security risk.
36045ff3 12084
56924d99
SM
120852010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 Make it possible to locally disable a globally enabled mode.
12088 * simple.el (fundamental-mode): Run fundamental-mode-hook.
12089 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
12090 rather than kill-all-local-variables so it runs fundamental-mode-hook.
12091 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12092 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
12093 that subsequent hooks get a chance to disable it.
12094
ccaa4765
SM
120952010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12096
17818d71
SM
12097 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12098 Avoid re-enabling a minor mode after the user turned the minor mode
12099 off if MODE-enable-in-buffers is run twice (typically once from
12100 fundamental-mode's after-change-major-mode-hook and a second time from
12101 run-mode-hook's own after-change-major-mode-hook).
12102
ccaa4765
SM
12103 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
12104
2a6f654e
SS
121052010-04-27 Sam Steingold <sds@gnu.org>
12106
12107 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
12108 `safe-local-variable' if the value is a string or a function, as
12109 documented and implemented on 2010-04-02.
12110
cecaa674
JB
121112010-04-27 Juanma Barranquero <lekktu@gmail.com>
12112
12113 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
12114 when method is 'kill.
12115
121162010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 12117
a628ad9d
JB
12118 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
12119 condition in default directory check.
01c35094 12120 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
12121 Kill ispell process when killing its associated buffer.
12122
7dd7fbb9
JD
121232010-04-27 Jan Djärv <jan.h.d@swipnet.se>
12124
12125 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
12126 but we aren't using it.
12127
7ac82b84
J
121282010-04-25 Jan Djärv <jan.h.d@swipnet.se>
12129
12130 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
12131 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
12132
fea1add4
GM
121332010-04-24 Glenn Morris <rgm@gnu.org>
12134
12135 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
12136 Ignore VCS-ignore files, and deleted nextstep preferences files.
12137 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
12138 (authors-ambiguous-files): New list.
12139 (authors-valid-file-names): Add some deleted files.
12140 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
12141 (authors-disambiguate-file-name): New function. (Bug#5501)
12142 (authors-canonical-file-name): Doc fix.
12143 Don't warn about obsolete files.
12144 (authors-canonical-file-name, authors-scan-el):
12145 Use authors-disambiguate-file-name.
12146
cbcfee6e
GM
12147 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
12148 Add autoload cookies.
12149 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
12150 (generated-autoload-file): Set file-local value to "htmlfontify.el".
12151 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
12152 They have definitions / compiler macros in cl.el.
12153 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
12154 Replace manual autoloads with generated ones.
12155 (htmlfontify-unload-rgb-file): Remove autoload.
12156 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
12157
3b548e1b
SM
121582010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12159
9ae0c310
SM
12160 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
12161 (byte-compile-setq-default): Optimize for the
12162 single-var case and don't call byte-compile-form in this case to avoid
12163 inf-loop with byte-compile-set-default.
12164
3b548e1b
SM
12165 * progmodes/compile.el (compilation-start): Abbreviate default directory.
12166
632c5478
MA
121672010-04-23 Michael Albinus <michael.albinus@gmx.de>
12168
12169 Implement SELINUX backends.
12170
3b548e1b
SM
12171 * net/tramp.el (tramp-file-name-handler-alist):
12172 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
12173 (tramp-handle-file-selinux-context)
12174 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
12175 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
12176 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 12177
3b548e1b
SM
12178 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12179 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
12180 (tramp-gvfs-handle-file-selinux-context)
12181 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
12182 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
12183
12184 * net/ange-ftp.el (ange-ftp-copy-file):
12185 * net/tramp-fish.el (tramp-fish-handle-copy-file):
12186 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
12187 * net/tramp-smb.el (tramp-smb-handle-copy-file):
12188 Add PRESERVE-SELINUX-CONTEXT.
632c5478 12189
a94d821f
MA
121902010-04-22 Michael Albinus <michael.albinus@gmx.de>
12191
12192 Synchronize with Tramp repository.
12193
12194 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
12195 (tramp-action-process-alive, tramp-action-out-of-band)
12196 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
12197 (tramp-exists-file-name-handler): Fix docstring.
12198 (with-progress-reporter): New defmacro.
12199 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
12200 (tramp-maybe-open-connection): Use it.
12201
a92375d9
MA
122022010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
12203
12204 Detect ssh 'ControlMaster' argument automatically in some cases.
12205
12206 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
12207 (tramp-default-method): Use it.
12208
489fe4c2
MA
122092010-04-22 Michael Albinus <michael.albinus@gmx.de>
12210
25f14cdb
MA
12211 * net/tramp.el (tramp-handle-copy-file): Add new optional
12212 parameter `preserve-selinux-context'.
12213 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
12214
a92375d9
MA
122152010-04-22 Michael Albinus <michael.albinus@gmx.de>
12216
489fe4c2
MA
12217 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
12218 Ensure, that non remote files are still checked. Oops.
12219
acd1f317
MA
122202010-04-21 Michael Albinus <michael.albinus@gmx.de>
12221
12222 Fix Bug#5840.
12223
12224 * icomplete.el (icomplete-completions): Use `non-essential'.
12225
12226 * net/tramp.el (tramp-connectable-p): New defun.
12227 (tramp-handle-expand-file-name)
12228 (tramp-completion-handle-file-name-all-completions)
12229 (tramp-completion-handle-file-name-completion): Use it.
12230
62c5b459
SM
122312010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
12234
f904c0f9
JD
122352010-04-21 Jan Djärv <jan.h.d@swipnet.se>
12236
12237 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
12238
12239 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
12240
12241 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
12242 is present.
12243
12244 * info.el (info-tool-bar-map): Add labels.
12245
12246 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
12247
12248 * cus-edit.el (custom-commands): Add labels for tool bar.
12249 (custom-buffer-create-internal, Custom-mode): Adjust for
12250 labels in custom-commands.
12251
12252 * dynamic-setting.el: Renamed from font-setting.el.
12253
c5cbeb12
LL
122542010-04-21 John Wiegley <jwiegley@gmail.com>
12255
12256 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
12257 toggles the use of virtual buffers.
537ffaf3 12258 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
12259 (ido-toggle-virtual-buffers): New function.
12260
fcc93746
JB
122612010-04-21 Juanma Barranquero <lekktu@gmail.com>
12262
12263 Use `define-derived-mode'; fix window selection; doc fixes.
12264 * play/tetris.el (tetris, tetris-update-speed-function)
12265 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
12266 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
12267 (tetris-rotate-next, tetris-end-game, tetris-start-game)
12268 (tetris-pause-game): Fix typos in docstrings.
12269 (tetris-mode-map, tetris-null-map):
12270 Move initialization into declaration.
12271 (tetris-mode): Define with `define-derived-mode';
12272 set show-trailing-whitespace to nil.
12273 (tetris): Prefer window already displaying the "*Tetris*" buffer.
12274
574c05e2
KK
122752010-04-21 Karel Klíč <kklic@redhat.com>
12276
12277 * files.el (backup-buffer): Handle SELinux context, and return it
12278 if a backup was made by renaming.
12279 (backup-buffer-copy): Set SELinux context to the target file.
12280 (basic-save-buffer): Set SELinux context of the newly written file.
12281 (basic-save-buffer-1): Now it also returns any SELinux context.
12282 (basic-save-buffer-2): Set SELinux context of the newly created file,
12283 and return it.
12284 * net/tramp.el (tramp-file-name-for-operation):
12285 Add file-selinux-context.
12286
e97a42c1
SM
122872010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12288
f2b9ed18
SM
12289 Make the log-edit comments use RFC822 format throughout.
12290
e97a42c1
SM
12291 * vc.el (vc-checkin, vc-modify-change-comment):
12292 Adjust to new vc-start/finish-logentry.
12293 (vc-find-conflicted-file): New command.
12294 (vc-transfer-file): Adjust to new vc-checkin.
12295 (vc-next-action): Improve scoping.
12296
12297 * vc-hg.el (vc-hg-log-edit-mode): Remove.
12298 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
12299
12300 * vc-git.el (vc-git-log-edit-mode): Remove.
12301 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
12302 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
12303
12304 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
12305 (vc-start-logentry): Remove argument `extra'.
12306 (vc-finish-logentry): Remove extra args.
12307
12308 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
12309 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
12310 (vc-bzr-conflicted-files): New function.
12311
12312 * log-edit.el (log-edit-extra-flags)
12313 (log-edit-before-checkin-process): Remove.
12314 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
12315 (log-edit-headers-alist): New var.
12316 (log-edit-header-contents-regexp): New const.
12317 (log-edit-match-to-eoh): New function.
12318 (log-edit-font-lock-keywords): Use them.
12319 (log-edit): Insert a "Summary:" header as default.
12320 (log-edit-mode): Mark font-lock rules as case-insensitive.
12321 (log-edit-done): Cleanup headers.
12322 (log-view-process-buffer): Remove.
12323 (log-edit-extract-headers): New function to replace it.
12324
938efb77
JB
123252010-04-20 Juanma Barranquero <lekktu@gmail.com>
12326
12327 * subr.el (default-direction-reversed): Remove obsolescence info.
12328
1cfb415b
SM
123292010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12330
cb4f9513
SM
12331 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
12332 windows/frames.
12333
6e610c72
SM
12334 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
12335 I.e. include text after point in the completion region.
12336 Also, return nil when we're not after/in a symbol.
12337
1cfb415b
SM
12338 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
12339 default enable-multibyte-characters.
12340
c80fa13c
SM
123412010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12342
87926e02
SM
12343 * international/mule.el: Help the user choose a valid coding-system.
12344 (read-buffer-file-coding-system): New function.
12345 (set-buffer-file-coding-system): Use it. Prompt the user if the
12346 coding-system cannot encode all the chars.
12347
c80fa13c
SM
12348 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
12349 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
12350 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
12351 Don't use *vc-bzr-shelve*.
12352
6e104790 123532010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
12354
12355 Fix the version number for added files.
12356 * vc-hg.el (vc-hg-working-revision): Check if the file is
12357 registered after hg parent fails (Bug#5961).
12358
6e104790 123592010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
12360
12361 * htmlfontify.el (htmlfontify-buffer)
12362 (htmlfontify-copy-and-link-dir): Autoload entry points.
12363
6e104790 123642010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
12365
12366 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
12367 name relative to the project root (Bug#5960).
12368
6e104790 123692010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
12370
12371 * vc-git.el (vc-git-print-log): Doc fix.
12372
6e104790 123732010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
12374
12375 * ido.el (ido-file-internal): Fix 2009-12-02 change.
12376
53cfe624 123772010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
12378
12379 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12380 default settings (Bug#5928).
12381
6e104790 123822010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
12383
12384 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12385 New function.
0a23b2c3 12386 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 12387
6e104790 123882010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
12389
12390 * language/indian.el (malayalam-composable-pattern): Fix previous
12391 change (add U+0D4D "SIGN VIRAMA").
12392 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12393 (tamil-composable-pattern): Fix typo in the regexp.
12394 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12395 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12396 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12397
6e104790 123982010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
12399
12400 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12401 paragraph-separate (Bug#5821).
12402
6e104790 124032010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
12404
12405 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12406
12407 * info.el (Info-find-node-2): Comment out code that skips
12408 breadcrumbs line.
12409 (Info-mouse-follow-link): New command.
12410 (Info-link-keymap): New keymap.
12411 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12412 Return a string with links instead of inserting breadcrumbs
12413 to the Info buffer.
12414 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12415 Instead of putting the `invisible' text property over the Info
12416 header, make an overlay over the Info header with the `invisible'
12417 property and `after-string' set to the string returned by
12418 `Info-breadcrumbs'.
12419
6e104790 124202010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
12421
12422 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12423 Reported by monkey@sandpframing.com.
12424
98923800
SM
124252010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12426
b5feea0f
SM
12427 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12428 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12429 available in the "keyseq cache" any more.
12430
98923800
SM
12431 * custom.el (defcustom): Add edebug spec.
12432
fd5c9dfa
JL
124332010-04-18 Juri Linkov <juri@jurta.org>
12434
12435 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12436
12437 * view.el (view-file, view-buffer): Move test for special mode-class
12438 from view-file to view-buffer.
12439
12440 * tar-mode.el (tar-extract): Turn if's into one cond
12441 like in arc-mode.el.
12442
b3671a51
JL
124432010-04-18 Juri Linkov <juri@jurta.org>
12444
12445 Add 7z archive format support (bug#5475).
12446
12447 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12448 (archive-7z-extract): New defcustom.
12449 (archive-find-type): Add magic string for 7z.
12450 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12451 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12452 `buffer' arg of `call-process'.
12453 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12454 call the function `archive-7z-extract' with the variable
12455 `archive-7z-extract' let-bound to `archive-zip-extract'.
12456 (archive-7z-summarize, archive-7z-extract): New functions.
12457
12458 * international/mule.el (auto-coding-alist):
12459 * files.el (auto-mode-alist): Add 7z file extension.
12460
8a37fb25
SM
124612010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12462
e9515805
SM
12463 * loadup.el: Setup hash-cons for pure data.
12464
f8ea0098
SM
12465 Fix duplicate entries in cedet's loaddefs.el files.
12466 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12467 Should make most file-local generated-autoload-file unnecessary.
12468 (print-readably): Silence warnings.
12469 (autoload-find-destination): Take load-name as an arg to make sure
12470 it's the same as the one that will be in the file.
12471 (autoload-generate-file-autoloads): Adjust to above changes.
12472 Try to make the dataflow a bit simpler.
12473
8a37fb25
SM
12474 * cvs-status.el (cvs-refontify): Remove unused.
12475
f8b91752
JB
124762010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12477
76e3243a 12478 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 12479
76e3243a 12480 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
12481 twos-complement mode.
12482
d8b01fef
JB
124832010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12484
76e3243a
JB
12485 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12486 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
12487 (calc-inverse): Add "Option" to message, as appropriate.
12488 (calc-hyperbolic): Add "Option" to message, as appropriate.
12489 (calc-option, calc-is-option): New functions.
12490
76e3243a 12491 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
12492 (calc-option-prefix-help): New function.
12493
76e3243a 12494 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 12495
76e3243a 12496 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
12497 (calc-option-flag): New variable.
12498 (calc-do): Set `calc-option-flag to nil.
12499 (calc-set-mode-line): Add "Opt " as appropriate.
12500
74f806a1
JL
125012010-04-16 Juri Linkov <juri@jurta.org>
12502
12503 Move scrolling commands from simple.el to window.el
12504 because their primitives are implemented in window.c.
12505
12506 * simple.el (scroll-error-top-bottom)
12507 (scroll-up-command, scroll-down-command, scroll-up-line)
12508 (scroll-down-line, scroll-other-window-down)
12509 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12510 * window.el (scroll-error-top-bottom)
12511 (scroll-up-command, scroll-down-command, scroll-up-line)
12512 (scroll-down-line, scroll-other-window-down)
12513 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12514 Move from simple.el to window.el because their primitives are
12515 implemented in window.c.
12516
ad40eec5
JL
125172010-04-16 Juri Linkov <juri@jurta.org>
12518
12519 * isearch.el (isearch-lookup-scroll-key): Check both
12520 `isearch-scroll' and `scroll-command' properties.
12521 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12522
12523 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12524
12525 * simple.el (scroll-up-command, scroll-down-command)
12526 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12527
a4b000fb
JL
125282010-04-15 Juri Linkov <juri@jurta.org>
12529
12530 * simple.el (scroll-up-command, scroll-down-command)
12531 (scroll-up-line, scroll-down-line): Put `scroll-command'
12532 property on the these symbols. Remove them from
12533 `scroll-preserve-screen-position-commands'.
12534
12535 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12536 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12537 Remove it from `scroll-preserve-screen-position-commands'.
12538
12539 * isearch.el (isearch-allow-scroll): Doc fix.
12540
4874f5e6
MA
125412010-04-15 Michael Albinus <michael.albinus@gmx.de>
12542
12543 * net/tramp.el (tramp-error-with-buffer): Don't show the
12544 connection buffer when we are in completion mode.
12545 (tramp-file-name-handler): Catch the error for some operations
12546 when we are in completion mode. This gives the user the chance to
12547 correct the file name in the minibuffer.
12548
82883f0a
GM
125492010-04-15 Glenn Morris <rgm@gnu.org>
12550
12551 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12552
528b9ea9
JB
125532010-04-15 Juanma Barranquero <lekktu@gmail.com>
12554
12555 Simplify by using `define-derived-mode'.
12556 * info.el (Info-mode):
12557 * calendar/todo-mode.el (todo-mode):
12558 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12559 (gomoku-mode-map): Move initialization into declaration.
12560
5f2b693f
MA
125612010-04-14 Michael Albinus <michael.albinus@gmx.de>
12562
12563 Fix Bug#5840.
12564 * ido.el (ido-file-name-all-completions-1):
12565 * minibuffer.el (minibuffer-completion-help):
12566 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12567
ebb9641f
SM
125682010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12569
38111a5a
SM
12570 * simple.el (non-essential): New var.
12571
ebb9641f
SM
12572 Add a new field `location' to bookmarks for non-file bookmarks.
12573 * bookmark.el (bookmark-location): Use the new field, if present.
12574 (bookmark-insert-location): Undo last change, not needed any more.
12575 * man.el (Man-bookmark-make-record):
12576 * woman.el (woman-bookmark-make-record): Add `location' field.
12577
7b05466f
JL
125782010-04-14 Juri Linkov <juri@jurta.org>
12579
12580 * simple.el (scroll-error-top-bottom): New defcustom.
12581 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12582
12583 * emulation/pc-select.el (pc-select-override-scroll-error):
12584 Obsolete in favor of `scroll-error-top-bottom'.
12585
32129746
JL
125862010-04-14 Juri Linkov <juri@jurta.org>
12587
12588 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12589 `scroll-up-command' and `M-v' to `scroll-down-command'.
12590
12591 * emulation/cua-rect.el (cua--init-rectangles):
12592 * forms.el (forms--change-commands):
12593 * image-mode.el (image-mode-map):
12594 Remap scroll-down-command and scroll-up-command
12595 in addition to scroll-down and scroll-up.
12596
9013a7f8
JL
125972010-04-14 Juri Linkov <juri@jurta.org>
12598
12599 * mwheel.el (scroll-preserve-screen-position-commands):
12600 Add mwheel-scroll to this list of commands.
12601
12602 * simple.el (scroll-preserve-screen-position-commands):
12603 Add scroll-up-command, scroll-down-command, scroll-up-line,
12604 scroll-down-line to this list of commands.
12605
3b7e1d5f
SM
126062010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12607
c1e25821
SM
12608 * obsolete/complete.el: Move from lisp/complete.el.
12609
5b31b787
SM
12610 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12611
3b7e1d5f
SM
12612 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12613 to the minor mode function now turns the mode ON unconditionally.
12614
398a825b
SM
126152010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12616
a544e7c1
SM
12617 * vc-dir.el (vc-dir-kill-line): New command.
12618 (vc-dir-mode-map): Bind it to C-k.
12619
a1979d8e
SM
12620 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12621
398a825b
SM
12622 * woman.el: Add bookmark declarations to silence the compiler.
12623 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12624 step to compatibility between man and woman bookmarks.
12625 Adjust for Man-default-bookmark-title renaming.
12626 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12627
12628 * man.el: Add bookmark declarations to silence the compiler.
12629 (Man-name-local-regexp): Make it match NAME as well.
12630 (Man-getpage-in-background): Return the buffer.
12631 (Man-notify-when-ready): Use `case'.
12632 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12633 Don't hardcode "NAME". Simplify.
12634 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12635 Rename from Man-bookmark-make-record.
12636 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12637 we have the actual man-args. Use Man-getpage-in-background rather
12638 than `man' since the arg is already processed. Let bookmark.el do the
12639 window handling. Only wait for the relevant process.
12640 Don't forget to autoload.
12641
12642 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12643
45be326a
TV
126442010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12645
12646 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12647 New functions.
12648 (woman-mode): Setup bookmark support.
12649
12650 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12651 (man-bookmark-jump): New functions.
12652 (Man-mode): Setup bookmark support.
12653
3acb4c93
CY
126542010-04-10 Jari Aalto <jari.aalto@cante.net>
12655
12656 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12657 recognize ssh-keygen prompt (Bug#2817).
12658
b6bbb65e
MA
126592010-04-10 Michael Albinus <michael.albinus@gmx.de>
12660
12661 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12662
b533bc97
MA
126632010-04-10 Michael Albinus <michael.albinus@gmx.de>
12664
12665 Synchronize with Tramp repository.
12666
12667 * net/tramp.el (tramp-completion-function-alist)
12668 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12669 (tramp-local-coding-commands, tramp-remote-coding-commands):
12670 Fix docstring.
12671 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12672 (tramp-handle-directory-files-and-attributes)
12673 (tramp-get-remote-path): Use `copy-tree'.
12674 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12675 compatibility: Use `completion-ignore-case' if
12676 `read-file-name-completion-ignore-case' does not exist.
12677 (tramp-do-copy-or-rename-file-directly): Do not use
12678 `tramp-handle-file-remote-p'.
45be326a
TV
12679 (tramp-do-copy-or-rename-file-out-of-band):
12680 Use `tramp-compat-delete-directory'.
b533bc97 12681 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12682 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12683 Use `format-spec-make'.
b533bc97
MA
12684 (tramp-find-foreign-file-name-handler)
12685 (tramp-advice-make-auto-save-file-name)
12686 (tramp-set-auto-save-file-modes): Remove superfluous check for
12687 `stringp'. This is done inside `tramp-tramp-file-p'.
12688 (tramp-debug-outline-regexp): New defconst.
12689 (tramp-get-debug-buffer): Use it.
12690 (tramp-check-for-regexp): Use (forward-line 1).
12691 (tramp-set-auto-save-file-modes): Adapt version check.
12692
45be326a
TV
12693 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12694 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12695 (tramp-compat-make-temp-file): Simplify fallback implementation.
12696 (tramp-compat-copy-tree): Remove function.
12697 (tramp-compat-delete-directory): Provide implementation for older
12698 Emacsen.
12699
12700 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12701 Do not use `tramp-fish-handle-file-attributes.
12702
12703 * net/trampver.el: Update release number.
12704
ba33df00
GM
127052010-04-10 Glenn Morris <rgm@gnu.org>
12706
12707 * progmodes/compile.el (compilation-save-buffers-predicate):
12708 Add missing :version tag.
12709
4a8ae76f
SS
127102010-04-09 Sam Steingold <sds@gnu.org>
12711
12712 * progmodes/compile.el (compilation-save-buffers-predicate):
12713 Remove the "autoload" cookie.
12714
0880716f
SS
12715 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12716 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12717 and `bug-reference-prog-mode' can be used in hooks directly.
12718
6aebd58c
DN
127192010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12720
12721 Add --author support to git commit.
12722 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12723 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12724 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12725 New declarations.
6aebd58c 12726
f6d90772
ER
127272010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12728
12729 * vc-hooks.el, vc-git.el: Improve documentation comments.
12730
e754e83b
SM
127312010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 Fix some of the problems in defsubst* (bug#5728).
12734 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12735 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12736
9e86ab0b
SS
127372010-04-07 Sam Steingold <sds@gnu.org>
12738
e754e83b
SM
12739 * progmodes/compile.el (compilation-save-buffers-predicate):
12740 New custom variable.
9e86ab0b
SS
12741 (compile, recompile): Pass it to `save-some-buffers'.
12742
b0c8b840
JD
127432010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12744
12745 * wid-edit.el (widget-choose): Move cursor to the second line of
12746 the buffer (Bug#5695).
12747
31527c56
DN
127482010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12749
12750 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12751 * vc.el (vc-print-log-setup-buttons): New function split out from
12752 vc-print-log-internal.
12753 (vc-log-internal-common): New function, a parametrized version of
12754 vc-print-log-internal.
12755 (vc-print-log-internal): Just call vc-log-internal-common with the
12756 right arguments.
12757 (vc-incoming-outgoing-internal):
12758 (vc-log-incoming, vc-log-outgoing): New functions.
12759 (vc-log-view-type): New permanent local variable.
12760
12761 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12762
12763 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12764 of the dynamic bound vc-short-log.
12765 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12766
12767 * vc-git.el (vc-git-log-outgoing): New function.
12768 (vc-git-log-view-mode): Use vc-log-view-type instead
12769 of the dynamic bound vc-short-log.
12770
12771 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12772 of the dynamic bound vc-short-log. Highlight the tag.
12773 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12774 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12775 (vc-hg-incoming-mode): Remove.
12776 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12777
7ec69e2b
DN
127782010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12779
12780 Fix default-directory for vc-root-diff.
12781 * vc.el (vc-root-diff): Bind default-directory to the root
12782 directory for the diff command.
12783
fd9ea9d3
WS
127842010-04-07 Michael McNamara <mac@mail.brushroad.com>
12785
6e104790 12786 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12787 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12788 word keywords, suggested by Steve Pearlmutter.
6e104790 12789 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12790 port lists.
6e104790 12791 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12792 fix bug for /* / comments.
6e104790 12793 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12794 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12795 (verilog-pretty-declarations): Enhance to line up declarations
12796 inside a parameter list, suggested by Alan Morgan.
12797 (verilog-pretty-expr): Tune assignment regular expression match
12798 string for corner cases; also use markers instead of character
12799 number as indent changes the later.
fd9ea9d3
WS
12800
128012010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12802
6e104790
SM
12803 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12804 as missing keyword.
12805 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12806 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12807 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12808 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12809 Tennant.
12810 (verilog-keywords):
fd9ea9d3
WS
12811 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12812 1800-2009 keywords, including "global.".
12813
2a07afc5
JW
128142010-04-06 John Wiegley <jwiegley@gmail.com>
12815
8b32731a 12816 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12817 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12818 file basename). Should use uniquify to offer a real solution.
2a07afc5 12819
f9a27d86
JW
128202010-04-06 John Wiegley <jwiegley@gmail.com>
12821
8b32731a
JB
12822 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12823 comment to code, and add a :version tag.
12824 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12825
9caf8a8f
JB
128262010-04-06 Juanma Barranquero <lekktu@gmail.com>
12827
12828 Enable recentf-mode if using virtual buffers.
12829 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12830 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12831 (ido-make-buffer-list): Simplify.
12832 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12833
5a97d2da
JL
128342010-04-05 Juri Linkov <juri@jurta.org>
12835
12836 Scrolling commands which scroll a line instead of full screen.
12837 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12838
12839 * simple.el (scroll-up-line, scroll-down-line): New commands.
12840 Put property isearch-scroll=t on them.
12841
12842 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12843 Remove commands.
12844
79ce172a
JL
128452010-04-05 Juri Linkov <juri@jurta.org>
12846
8b32731a 12847 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12848 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12849
12850 * simple.el (scroll-up-command, scroll-down-command): New commands.
12851 Put property isearch-scroll=t on them.
12852
12853 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12854 `scroll-down-command' and [next] from `scroll-up' to
12855 `scroll-up-command'.
12856
12857 * emulation/cua-base.el: Put property CUA=move on
12858 `scroll-up-command' and `scroll-down-command'.
12859 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12860 and `scroll-down-command' to `cua-scroll-down'.
12861
309d5b43
JB
128622010-04-05 Juanma Barranquero <lekktu@gmail.com>
12863
6460e534 12864 * help.el (describe-mode): Return nil.
309d5b43 12865
0523d117
JW
128662010-04-04 John Wiegley <jwiegley@gmail.com>
12867
12868 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12869 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12870 (ido-virtual): Face used to indicate virtual buffers in the list.
12871 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12872 exists, but a virtual buffer of that name does (which would be why
12873 it was in the list), recreate the buffer by reopening the file.
12874 (ido-make-buffer-list): If virtual buffers are being used, call
12875 `ido-add-virtual-buffers-to-list' before the make list hook.
12876 (ido-virtual-buffers): New variable which contains a copy of the
12877 current contents of the `recentf-list', albeit pared down for the
12878 sake of speed, and with proper faces applied.
12879 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12880 create a list of "virtual buffers" to present to the user in
12881 addition to the currently open set. Note that this logic could
12882 get rather slow if that list is too large. With the default
12883 `recentf-max-saved-items' of 200, there is little speed penalty.
12884
202ff0d6
SM
128852010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * font-lock.el: Require CL when compiling.
12888 (font-lock-turn-on-thing-lock): Use `case'.
12889
ef43a0f4
EZ
128902010-04-03 Eli Zaretskii <eliz@gnu.org>
12891
12892 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12893 Zaretskii.
ef43a0f4 12894
9c13a46e
JL
128952010-04-02 Juri Linkov <juri@jurta.org>
12896
12897 * ehelp.el (electric-help-orig-major-mode):
12898 New buffer-local variable.
12899 (electric-help-mode): Set it to original major-mode. Doc fix.
12900 (with-electric-help): Use `electric-help-orig-major-mode' instead
12901 of (default-value 'major-mode). Doc fix.
12902 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12903
3fb87bf5
SS
129042010-04-02 Sam Steingold <sds@gnu.org>
12905
12906 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12907 `vc-hg-command' with a list of flags.
12908
202ff0d6
SM
12909 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12910 Also accept "patch" and "RFE".
dbb5e44a
SS
12911 (bug-reference-fontify): `bug-reference-url-format' can also be a
12912 function to be able to handle the bug kind.
202ff0d6 12913 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12914
d0b22876
JD
129152010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12916
12917 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12918 value to fboundp, it may not be a symbol.
12919
1625d379
CY
129202010-03-31 Chong Yidong <cyd@stupidchicken.com>
12921
202ff0d6 12922 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12923
1cd095c6
JL
129242010-03-31 Juri Linkov <juri@jurta.org>
12925
12926 * simple.el (next-line, previous-line): Re-throw a signal
12927 with `signal' instead of using `ding'.
12928 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12929
67189e62
JL
129302010-03-31 Juri Linkov <juri@jurta.org>
12931
12932 * simple.el (keyboard-escape-quit): Raise deselecting the active
12933 region higher than exiting the minibuffer.
12934 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12935
1546c559
JL
129362010-03-31 Juri Linkov <juri@jurta.org>
12937
12938 * image.el (image-animated-p): Use `image-metadata' instead of
12939 `image-extension-data'. Get GIF extenstion data from metadata
12940 property `extension-data'.
12941
85626eef
SM
129422010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12943
12944 * simple.el (append-to-buffer): Simplify.
12945
85738751 129462010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12947
12948 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12949 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12950
85738751 129512010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12952
12953 * language/sinhala.el (composition-function-table): Fix regexp for
12954 the new Unicode specification.
12955
12956 * language/indian.el (devanagari-composable-pattern)
12957 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12958 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12959 specification.
12960 (bengali-composable-pattern, gurmukhi-composable-pattern)
12961 (gujarati-composable-pattern, oriya-composable-pattern)
12962 (telugu-composable-pattern): New variables to cope with the new
12963 Unicode specification. Use them in composition-function-table.
12964
85738751 129652010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12966
79d74ac5 12967 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12968 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12969 vectors rather than cons cells, as used in menu-bar-update-buffers.
12970
85738751 129712010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12972
2a793f7f
CY
12973 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12974 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12975 electric punctuation for "{}();,:" (Bug#5586).
12976
03ffe8be
CY
12977 * mail/sendmail.el (mail-default-directory): Doc fix.
12978
85738751 129792010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12980
12981 * mail/sendmail.el (mail-default-directory): Doc fix.
12982
85738751 129832010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12984
12985 * subr.el (version-regexp-alist, version-to-list)
12986 (version-list-<, version-list-=, version-list-<=)
12987 (version-list-not-zero, version<, version<=, version=): Doc fix.
12988 (Bug#5744).
12989
85738751 129902010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12991
12992 * vc.el (vc-root-diff): Doc fix.
12993
85738751 129942010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12995
9aa2c576
CY
12996 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12997
9d30a9f4
CY
12998 * simple.el (append-to-buffer): Fix last change.
12999
85738751 130002010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
13001
13002 * simple.el (append-to-buffer): Ensure that point is preserved if
13003 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
13004 (Bug#5749)
13005
2372f278
SM
130062010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * files.el (auto-mode-case-fold): Change default to t.
13009
2223a1b3
JL
130102010-03-30 Juri Linkov <juri@jurta.org>
13011
13012 * dired-x.el (dired-omit-mode): Doc fix.
13013
0ef84fc8
JL
130142010-03-30 Juri Linkov <juri@jurta.org>
13015
13016 * replace.el (occur-accumulate-lines): Move occur-engine related
13017 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
13018 to be located after `occur-engine'.
13019
dc2d2590
JL
130202010-03-30 Juri Linkov <juri@jurta.org>
13021
13022 Make occur handle multi-line matches cleanly with context.
13023 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
13024
13025 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
13026 (occur-engine): Add local variables `ret', `prev-after-lines',
13027 `prev-lines'. Use more arguments for `occur-context-lines'.
13028 Set first elem of its returned list to `data', and the second elem
13029 to `prev-after-lines'. Don't print the separator line.
13030 In the end, print remaining context after-lines.
13031 (occur-context-lines): Add new arguments `begpt', `endpt',
13032 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
13033 after-lines of the previous match with before-lines of the
13034 current match and not overlap them. Return a list with two
13035 values: the output line and the list of context after-lines.
13036
47c88c06
JL
130372010-03-30 Juri Linkov <juri@jurta.org>
13038
13039 * replace.el (occur-accumulate-lines): Fix a bug where the first
13040 context line at the beginning of the buffer was missing.
13041
a7b02820
EZ
130422010-03-30 Eli Zaretskii <eliz@gnu.org>
13043
13044 * files.el: Make bidi-display-reordering safe variable for boolean
13045 values.
13046
9326ba26 130472010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 13048 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
13049
13050 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
13051 (progress-reporter-update, progress-reporter-do-update):
13052 Handle non-numeric value arguments.
9326ba26
CY
13053 (progress-reporter--pulse-characters): New var.
13054
f6f8aa12
CY
130552010-03-28 Chong Yidong <cyd@stupidchicken.com>
13056
13057 * progmodes/compile.el (compilation-start): Fix regexp detection
13058 of initial cd command (Bug#5771).
13059
7ed287b5
CY
130602010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
13061
13062 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
13063
146b8b16
NR
130642010-03-27 Nick Roberts <nickrob@snap.net.nz>
13065
13066 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
13067 * progmodes/gdb-mi.el: Restore.
13068 * progmodes/gdb-ui.el: Remove.
13069 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 13070
b23caf75
GM
130712010-03-25 Glenn Morris <rgm@gnu.org>
13072
13073 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
13074 all dired buffers, even tramp ones. (Bug#5755)
13075
18c812bd
SM
130762010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 Add "union tags" in mpc.el.
13079 * mpc.el: Remove backward compatibility code.
13080 (mpc-browser-tags): Change default.
13081 (mpc--find-memoize-union-tags): New var.
13082 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
13083 (mpc-cmd-find): Handle the case where the playlist does not exist.
13084 Handle union-tags.
13085 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
13086 (mpc-cmd-add): Use mpc-cmd-flush.
13087 (mpc-tagbrowser-tag-name): New fun.
13088 (mpc-tagbrowser-buf): Use it.
13089 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
13090
efee6a6d
SM
130912010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13092
9586c41a
SM
13093 Misc cleanup.
13094 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
13095 Use replace-regexp-in-string.
13096 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
13097 (makefile-imake-mode-syntax-table): Move init into defvar.
13098 (makefile-mode): Use define-derived-mode.
13099
efee6a6d
SM
13100 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
13101 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
13102 not be present any more.
13103
c6f3804c
JB
131042010-03-24 Juanma Barranquero <lekktu@gmail.com>
13105
13106 * faces.el (set-face-attribute): Fix typo in docstring.
13107 (face-valid-attribute-values): Reflow docstring.
13108
e867cb5d 131092010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 13110
efee6a6d 13111 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 13112
e867cb5d 131132010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
13114
13115 * indent.el (indent-for-tab-command): Doc fix.
13116
e867cb5d 131172010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 13118
efee6a6d
SM
13119 * progmodes/cc-engine.el (c-remove-stale-state-cache):
13120 Fix off-by-one error. Fixes bug #5747.
657071fc 13121
e867cb5d 131222010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
13123
13124 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
13125 (image-dired-read-comment): Doc fix.
13126
efee6a6d
SM
13127 * json.el (json-object-type, json-array-type, json-key-type)
13128 (json-false, json-null, json-read-number):
c8de140b
JB
13129 * minibuffer.el (completion-in-region-functions):
13130 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
13131 (cal-tex-cursor-week):
13132 * emacs-lisp/trace.el (trace-function):
13133 * eshell/em-basic.el (eshell/printnl):
13134 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
13135 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
13136 * obsolete/levents.el (allocate-event, event-key, event-object)
13137 (event-point, event-process, event-timestamp, event-to-character)
13138 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
13139 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
13140 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
13141 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
13142 (reftex-highlight-selection): Fix typos in docstrings.
13143
e867cb5d 131442010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
13145
13146 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
13147
e867cb5d 131482010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
13149
13150 * mail/rmail.el (rmail-highlight-face): Restore option deleted
13151 2008-02-13 without comment; mark it obsolete.
13152 (rmail-highlight-headers): Use rmail-highlight-face once more.
13153
e867cb5d 131542010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
13155
13156 * woman.el (woman2-process-escapes): Only consume the newline if
13157 the filler character is on a line by itself (Bug#5729).
13158
e867cb5d 131592010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
13160
13161 * language/indian.el (devanagari-composable-pattern): Add more
13162 consonants.
13163
e867cb5d 131642010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
13165
13166 * net/trampver.el: Update release number.
13167
e867cb5d 131682010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 13169
efee6a6d
SM
13170 * net/tramp.el (tramp-find-executable):
13171 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
13172 output of "wc -l" more robust.
13173 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
13174 (tramp-open-connection-setup-interactive-shell): Remove workaround
13175 for OpenSolaris bug, it is not needed anymore.
13176
e867cb5d 131772010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
13178
13179 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
13180
e867cb5d 131812010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
13182
13183 * files.el (auto-mode-alist): Accept more verilog file patterns.
13184
b2b8574b
SM
131852010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13186
13187 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
13188
1d94ebb0
GM
131892010-03-24 Glenn Morris <rgm@gnu.org>
13190
7e263967
GM
13191 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
13192 log-edit-before-checkin-process.
13193
5ac92c5f
GM
13194 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
13195
13196 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 13197
549f324a
GM
13198 * vc-dispatcher.el (vc-start-logentry): Doc fix.
13199 (log-view-process-buffer, log-edit-extra-flags): Declare.
13200
495b517c
GM
13201 * log-edit.el (log-edit-before-checkin-process): Doc fix.
13202
f4087766
SS
132032010-03-23 Sam Steingold <sds@gnu.org>
13204
13205 Fix bug#5620: recalculate all markers on compilation buffer
13206 modifications, not on file modifications.
38e9aa53
GM
13207 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
13208 variable: the buffer modification time, for buffers not associated with
13209 files.
f4087766
SS
13210 (compilation-mode): Create it.
13211 (compilation-filter): Update it.
13212 (compilation-next-error-function): Use it instead of
13213 `visited-file-modtime' for timestamp.
13214
774642e5
JL
132152010-03-23 Juri Linkov <juri@jurta.org>
13216
13217 Implement Occur multi-line matches.
13218 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
13219
13220 * replace.el (occur): Doc fix.
13221 (occur-engine): Set `begpt' to the beginning of the first line.
13222 Set `endpt' to the end of the last match line. At first, count
13223 line numbers between `origpt' and `begpt'. Split out code from
13224 `out-line' variable to new let-bindings `match-prefix' and
13225 `match-str'. In `out-line' add non-numeric prefix to all
13226 non-first lines of multi-line matches. Finally, count lines
13227 between `begpt' and `endpt' and add to `lines'.
13228
f14d1172
JL
132292010-03-23 Juri Linkov <juri@jurta.org>
13230
13231 * replace.el (occur-accumulate-lines, occur-engine):
13232 Use `occur-engine-line' instead of duplicate code.
13233 (occur-engine-line): New function created from duplicate code
13234 in `occur-accumulate-lines' and `occur-engine'.
13235
53e87c57
JL
13236 * replace.el (occur-engine-line): Add optional arg `keep-props'.
13237 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
13238
75a3ff20
JL
132392010-03-23 Juri Linkov <juri@jurta.org>
13240
13241 * finder.el: Remove TODO tasks.
13242
13243 * info.el (Info-finder-find-node): Add node "all"
13244 with all package info. Handle a list of multiple keywords
13245 separated by comma.
13246 (info-finder): In interactive use with a prefix argument,
13247 use `completing-read-multiple' to read a list of keywords
13248 separated by comma.
13249
00278747
SM
132502010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13251
13252 Add a new completion style `substring'.
13253 * minibuffer.el (completion-basic--pattern): New function.
13254 (completion-basic-try-completion, completion-basic-all-completions):
13255 Use it.
13256 (completion-substring--all-completions)
13257 (completion-substring-try-completion)
13258 (completion-substring-all-completions): New functions.
13259 (completion-styles-alist): New style `substring'.
13260
64cb11cc
SM
132612010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 Get rid of .elc files after removal of the corresponding .el.
13264 * Makefile.in (compile-clean): New target.
13265 (compile-main): Use it.
13266
835e2c65
JD
132672010-03-22 Jan Djärv <jan.h.d@swipnet.se>
13268
13269 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
13270 don't do make there. When compiling with separate object dir, there
13271 is no Makefile there.
13272
111a9dff
SM
132732010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 Get rid of the ELCFILES abomination, again.
13276 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13277 (all, compile): Don't call compile-last.
13278 (compile-main): Build the "elcfiles" list dynamically.
13279 (compile-targets): New (internal) target.
13280
82c3d67a
AS
132812010-03-21 Andreas Schwab <schwab@linux-m68k.org>
13282
13283 * Makefile.in (top_srcdir): Define.
13284 (abs_top_builddir): Define.
13285 (srcdir): Don't append `/..'.
13286 (EMACS): Use ${abs_top_builddir}.
13287 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
13288 (update-subdirs, update-authors): Use $(top_srcdir) instead of
13289 $(srcdir).
82c3d67a
AS
13290 (lisp): Use $(srcdir) instead of @srcdir@.
13291
d66ecdbb
JL
132922010-03-21 Juri Linkov <juri@jurta.org>
13293
13294 Fix message of multi-line occur regexps and multi-buffer header lines.
13295 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
13296
13297 * replace.el (occur-1): Don't display regexp if it is longer
13298 than window-width. Use `query-replace-descr' to display regexp.
13299 (occur-engine): Don't display regexp in the buffer header for
13300 multi-buffer occur. Display a separate header line with total
13301 match count and regexp for multi-buffer occur.
13302 Use `query-replace-descr' to display regexp.
13303
f05e1b94
TZ
133042010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
13305
13306 * net/secrets.el: Fix parenthesis.
13307 (secrets-enabled): Fix parenthesis.
13308
801ba3ba
SM
133092010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13310
3613edce
SM
13311 Use more relative file and directory names.
13312 * Makefile.in (EMACS): Arrange for it to work when we chdir.
13313 (setwins, setwins_almost, setwins_for_subdirs):
13314 Don't `cd'; output relative names.
13315 (all, compile, compile-always, compile-last): Set emacswd.
13316 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
13317 Just cd to the lisp source dir so we can use relative file names.
13318
801ba3ba
SM
13319 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
13320
2b1400b9
GM
133212010-03-20 Glenn Morris <rgm@gnu.org>
13322
13323 * textmodes/rst.el: Use faces for font-lock customization, and make the
13324 old -face variables obsolete.
13325 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
13326 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
13327 (rst-block-face, rst-external-face, rst-definition-face)
13328 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
13329 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
13330 Make obsolete.
13331 (rst-font-lock-keywords-function): Update for above changes.
13332
5e418f17
JL
133332010-03-20 Juri Linkov <juri@jurta.org>
13334
13335 * s-region.el:
13336 * obsolete/s-region.el: Move to obsolete.
13337
b0287b39
JB
133382010-03-19 Juanma Barranquero <lekktu@gmail.com>
13339
13340 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
13341
3c95bbb6
DN
133422010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
13343
13344 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
13345
09158997
DN
133462010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
13347
13348 Add special markup processing for commit logs.
13349 * log-edit.el (log-edit-extra-flags): New variable.
13350 (log-edit): Add new argument MODE. Use that mode when non-nil
13351 instead of the log-view-mode.
13352 (log-view-process-buffer): New function.
13353
13354 * vc.el: Document that the checkin method takes optional
13355 arguments. Document new backend specific method: log-view-mode.
13356 (vc-default-log-edit-mode): New function.
13357 (vc-checkin): Use a backend specific log-view-mode.
13358 Pass extra arguments to the checkin method.
13359 (vc-modify-change-comment): Pass a dummy extra argument.
13360
13361 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
13362 log-edit.
13363 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
13364 (vc-finish-logentry): Process the log buffer before passing it
13365 down. Pass log-edit-extra-flags.
13366
13367 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
13368 command.
85626eef
SM
13369 (log-edit-extra-flags, log-edit-before-checkin-process):
13370 New declarations.
09158997
DN
13371
13372 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
13373 command.
85626eef
SM
13374 (log-edit-extra-flags, log-edit-before-checkin-process):
13375 New declarations.
09158997
DN
13376 (vc-hg-log-edit-mode): New derived mode.
13377
13378 * vc-arch.el (vc-arch-checkin):
13379 * vc-cvs.el (vc-cvs-checkin):
13380 * vc-git.el (vc-git-checkin):
13381 * vc-mtn.el (vc-mtn-checkin):
13382 * vc-rcs.el (vc-rcs-checkin):
13383 * vc-sccs.el (vc-sccs-checkin):
13384 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13385
f430423d
SM
133862010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13387
13388 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13389 parent typo).
13390
aa8f8277
GM
133912010-03-19 Glenn Morris <rgm@gnu.org>
13392
f430423d 13393 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 13394
04525749
GM
133952010-03-18 Glenn Morris <rgm@gnu.org>
13396
c70815f1
GM
13397 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13398
84d0a5f8
GM
13399 * replace.el (query-replace-history): Give it a doc string.
13400 (map-query-replace-regexp): Use query-replace-from-history-variable
13401 and query-replace-to-history-variable.
13402
e3a15161
GM
13403 * mail/hashcash.el (declare-function): Remove duplicate definition.
13404
27be0364
GM
13405 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13406 Make it an obsolete alias for report-emacs-bug-address.
13407 (message-strip-special-text-properties): Declare.
13408 (report-emacs-bug): Remove test for a pretest bug address.
13409 Combine message-mode-specific code.
13410
88b8d18e
GM
13411 * mail/supercite.el: Don't require sendmail.
13412 (mh-in-header-p): Declare rather than using with-no-warnings.
13413 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13414 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13415
1a355d09
GM
13416 * calendar/cal-french.el: Convert to utf-8.
13417
04525749
GM
13418 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13419 Emacs scripts.
13420
ae84eb97
MA
134212010-03-16 Michael Albinus <michael.albinus@gmx.de>
13422
13423 * net/secrets.el (secrets-enabled): New variable. Use it instead
13424 of a subfeature.
13425
7c75524e
MA
134262010-03-15 Michael Albinus <michael.albinus@gmx.de>
13427
13428 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
13429 service "org.freedesktop.secrets" can be pinged.
13430 Provide subfeature `enabled'.
7c75524e 13431
57938a79
JL
134322010-03-14 Juri Linkov <juri@jurta.org>
13433
13434 Add finder unknown keywords.
13435
13436 * finder.el (finder-unknown-keywords): New function.
13437
13438 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13439 to create a Finder node with unknown keywords.
13440
88f4758e
JL
134412010-03-14 Juri Linkov <juri@jurta.org>
13442
13443 * finder.el (finder-compile-keywords): Replace `princ' with
13444 `prin1' on a list of symbols interned from keyword strings.
13445
13446 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13447 a comma, then split keywords using a comma and optional whitespace.
13448 Otherwise, split by whitespace.
13449
13450 * complete.el:
13451 * face-remap.el:
13452 * log-view.el:
13453 * net/hmac-def.el:
13454 * net/hmac-md5.el:
13455 * net/netrc.el:
13456 * progmodes/mixal-mode.el: Fix keywords.
13457
7725ebb7
MA
134582010-03-13 Michael Albinus <michael.albinus@gmx.de>
13459
13460 * Makefile.in (ELCFILES): Add net/secrets.elc.
13461
13462 * net/secrets.el: New file.
13463
6f320937
CY
134642010-03-12 Chong Yidong <cyd@stupidchicken.com>
13465
13466 * facemenu.el (list-colors-display, list-colors-print): New arg
13467 callback. Use it to allow selecting colors.
13468
13469 * wid-edit.el (widget-image-insert): Insert image prop even if the
13470 current display is non-graphic.
13471 (widget-field-value-set): New fun.
13472 (editable-field): Use it.
13473 (widget-field-value-get): Clean up unused var.
85626eef
SM
13474 (widget-color-value-create, widget-color--choose-action):
13475 New funs. Allow using list-colors-display to choose color.
6f320937 13476
647f9993
CY
134772010-03-12 Chong Yidong <cyd@stupidchicken.com>
13478
13479 * cus-edit.el: Resort topmost custom groups.
13480 (custom-buffer-sort-alphabetically): Default to t.
13481 (customize-apropos): Use apropos-parse-pattern.
13482 (custom-search-field): New var.
13483 (custom-buffer-create-internal): Add custom-apropos search field.
13484 (custom-add-parent-links): Don't display parent doc.
13485 (custom-group-value-create): Don't sort top-level custom group.
85626eef 13486 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
13487
13488 (custom-variable-state): New fun, from custom-variable-state-set.
13489 (custom-variable-state-set): Use it.
13490 (custom-group-value-create): Hide options with standard values
13491 using the :hidden-states property. Use progress reporter.
13492
13493 (custom-show): Simplify.
13494 (custom-visibility): Disable images by default.
13495 (custom-variable): New property :hidden-states.
13496 (custom-variable-value-create): Enable images for
13497 custom-visibility widgets. Use :hidden-states property to
13498 determine initial visibility.
13499
13500 * wid-edit.el (widget-image-find): Give images center ascent.
13501 (visibility): Add :on-image and :off-image properties.
13502 (widget-visibility-value-create): Use them.
13503
eba5b4dd
CY
135042010-03-12 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * cus-edit.el (processes): Remove from development group.
13507 (oop, hypermedia): Delete group.
26f4b8ab 13508 (comm): Promote to top-level group.
eba5b4dd
CY
13509
13510 * net/browse-url.el (browse-url):
13511 * net/xesam.el (xesam):
13512 * net/tramp.el (tramp):
13513 * net/goto-addr.el (goto-address):
26f4b8ab 13514 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
13515
13516 * view.el (view): Remove from editing group.
13517
13518 * uniquify.el (uniquify): Put in files group.
13519
13520 * net/browse-url.el (browse-url):
13521 * ps-print.el (postscript): Put in external group.
13522
13523 * cus-edit.el (outlines):
13524 * textmodes/text-mode.el (text-mode-hook):
13525 * textmodes/table.el (table):
13526 * textmodes/picture.el (picture):
13527 * outline.el (outlines): Put in wp group.
13528
13529 * nxml/nxml-mode.el (nxml): Remove from wp group.
13530
13531 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13532
13533 * mail/metamail.el (metamail): Remove from hypermedia group.
13534
13535 * cus-edit.el (abbrev):
13536 * whitespace.el (whitespace):
13537 * vcursor.el (vcursor):
13538 * reveal.el (reveal):
13539 * hl-line.el (hl-line): Put in convenience group.
13540
13541 * epg-config.el (epg): Put in data group.
13542
13543 * emulation/pc-select.el (pc-select): Put in emulations group.
13544
13545 * calculator.el (calculator): Put in applications group.
13546
8117868f
DN
135472010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13548
13549 Add .dir-locals.el support for file-less buffers.
13550 * files.el (hack-local-variables): Split out code to apply local
13551 variable settings ...
13552 (hack-local-variables-apply): ... here. New function.
13553 (hack-dir-local-variables): Use the default directory for when the
13554 buffer does not have an associated file.
13555 (hack-dir-local-variables-non-file-buffer): New function.
13556 * diff-mode.el (diff-mode):
13557 * vc-annotate.el (vc-annotate-mode):
13558 * vc-dir.el (vc-dir-mode):
13559 * log-edit.el (log-edit-mode):
13560 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13561
855a2294
DN
135622010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13563
13564 Add support for shelving snapshots and for showing shelves.
13565 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13566 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13567 New functions.
13568 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13569 (vc-bzr-extra-menu-map): Map them.
13570
3e5b7009
GM
135712010-03-11 Glenn Morris <rgm@gnu.org>
13572
0dcf7d7e
GM
13573 * cus-edit.el (customize-changed-options-previous-release):
13574 Bump to 23.1.
13575
3e5b7009
GM
13576 * image.el (image-animate-max-time): Fix :version tag.
13577
288f9fc0
CY
135782010-03-10 Chong Yidong <cyd@stupidchicken.com>
13579
13580 * Branch for 23.2.
13581
53ef91b1
SM
135822010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13583
13584 * vc-git.el (vc-git-revision-table): Include remote branches.
13585
b41460ae 135862010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
13587
13588 Animated image API.
13589 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13590
13591 * image.el (image-animate-max-time): New defcustom.
13592 (image-animated-types): New defconst.
13593 (create-animated-image, image-animate-timer)
13594 (image-animate-start, image-animate-stop, image-animate-timeout)
13595 (image-animated-p): New functions.
13596
13597 * image-mode.el (image-toggle-display-image):
13598 Replace `create-image' with `create-animated-image'.
13599
e5d1fb10 136002010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
13601
13602 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13603 instead of "format:"; this ensures that the output is
13604 newline-terminated.
13605
4e7cafbe
CY
136062010-03-08 Chong Yidong <cyd@stupidchicken.com>
13607
13608 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13609 that all errors are caught, and that the return value is always a
13610 list (Bug#5692).
13611
aec66319
KH
136122010-03-08 Kenichi Handa <handa@m17n.org>
13613
13614 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 13615 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 13616
b327c975
AS
136172010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13618
13619 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13620 call to rfc822-bad-address. (Bug#5692)
13621
1c465a6a
CY
136222010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13623
85626eef
SM
13624 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13625 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13626
a4e32226
CY
136272010-03-06 Chong Yidong <cyd@stupidchicken.com>
13628
13629 * calculator.el (calculator): Don't bind split-window-keep-point
13630 (Bug#5674).
13631
4c83ed3d
SM
136322010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * vc-git.el: Re-flow to fit into 80 columns.
13635 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13636 Remove spurious `quote' element in each case alternative.
13637 (vc-git-show-log-entry): Use prog1.
13638 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13639
e8defde3
SM
136402010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13643
233f0c9f
CY
136442010-03-03 Chong Yidong <cyd@stupidchicken.com>
13645
13646 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13647 definition, not the name (Bug#5481).
13648
254bedef 136492010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13650
13651 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13652 argument with a local variable. (Bug#5670)
13653
7187cdae
JL
136542010-03-02 Juri Linkov <juri@jurta.org>
13655
13656 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13657
9cf3544e
MA
136582010-03-02 Michael Albinus <michael.albinus@gmx.de>
13659
13660 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13661 error when FILENAME and NEWNAME are existing remote directories.
13662
13663 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13664 parameter DIR-FLAG.
13665
33f77982
GM
136662010-03-02 Glenn Morris <rgm@gnu.org>
13667
13668 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13669 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13670
d99ea08e
KH
136712010-03-01 Kenichi Handa <handa@m17n.org>
13672
e8defde3 13673 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13674 myanmar-composable-pattern.
13675
e8defde3
SM
13676 * international/characters.el (script-list):
13677 * international/fontset.el (script-representative-chars):
13678 Change myanmar to burmese.
d99ea08e 13679 (otf-script-alist): Likewise.
4aa2c3b2
KH
13680 (setup-default-fontset): Likewise. Re-fix :otf spec.
13681
b374f54d
KY
136822010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13683
13684 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13685
71572c03
JD
136862010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13687
13688 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13689
00cffdeb
MA
136902010-02-28 Michael Albinus <michael.albinus@gmx.de>
13691
13692 * net/tramp.el (tramp-handle-write-region): START can be a string.
13693 Take care in the checks. Reported by Dan Davison
13694 <davison@stats.ox.ac.uk>.
13695
d4b06783
MA
136962010-02-28 Michael Albinus <michael.albinus@gmx.de>
13697
13698 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13699 (dbus-set-property, dbus-get-all-properties):
13700 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13701
8c3e96d2
CY
137022010-02-28 Chong Yidong <cyd@stupidchicken.com>
13703
de3a1fe9
CY
13704 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13705 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13706 * calendar/icalendar.el (icalendar--add-diary-entry):
13707 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13708 * files.el (recover-session-finish): Use with-current-buffer
13709 instead of save-excursion.
13710
c53b9c3b
SM
137112010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 Fix in-buffer completion when after-change-functions modify the buffer.
13714 * minibuffer.el (completion--replace): New function.
13715 (completion--do-completion): Use it and use relative movement.
13716
4a16bdc6
CY
137172010-02-27 Chong Yidong <cyd@stupidchicken.com>
13718
13719 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13720
b8280f39
CY
137212010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13722
c53b9c3b
SM
13723 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13724 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13725
f88cc4d6
KH
137262010-02-26 Kenichi Handa <handa@m17n.org>
13727
13728 * language/burmese.el: Fix entries in composition-function-table.
13729 (myanmar-composable-pattern): New variable.
13730
13731 * international/fontset.el (setup-default-fontset): Add an entry
13732 for myanmar.
13733
13734 * international/characters.el (script-list): Add Myanmar
13735 Extended-A.
13736
cdbf9100
GM
137372010-02-26 Glenn Morris <rgm@gnu.org>
13738
90a94603
GM
13739 * custom.el (custom-initialize-delay): Doc fix.
13740
cdbf9100
GM
13741 * mail/sendmail.el (send-mail-function): Autoload the call
13742 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13743
f95a5fd0
CY
137442010-02-24 Chong Yidong <cyd@stupidchicken.com>
13745
13746 * files.el (hack-local-variables-filter): For eval forms, also
13747 check safe-local-variable-p (Bug#5636).
13748
459a5f4b
MA
137492010-02-22 Michael Albinus <michael.albinus@gmx.de>
13750
13751 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13752 setting the modes by `ignore-errors'. It might fail, for example
13753 if the file is not owned by the user but the group.
13754 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13755
bb23f6e8
CY
137562010-02-21 Chong Yidong <cyd@stupidchicken.com>
13757
6a7662bb
BR
13758 * files.el (directory-listing-before-filename-regexp):
13759 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13760 date-like filenames (Bug#5597).
13761
b660eb70
CY
13762 * htmlfontify.el (htmlfontify): Doc fix.
13763
13764 * eshell/eshell.el (eshell): Doc fix.
13765
bb23f6e8
CY
13766 * startup.el (fancy-about-screen): In mode-line, apply
13767 mode-line-buffer-id face only to the buffer name (Bug#5613).
13768
3e39928c
CY
137692010-02-20 Kevin Ryde <user42@zip.com.au>
13770
f7e0618c
JB
13771 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13772 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13773 (Bug#5599).
13774
0f00e948
EZ
137752010-02-20 Eli Zaretskii <eliz@gnu.org>
13776
13777 * subr.el (remove-yank-excluded-properties): Explain in a comment
13778 why `category' property is removed.
13779
3513efb2
CY
137802010-02-19 Chong Yidong <cyd@stupidchicken.com>
13781
6a7662bb
BR
13782 * isearch.el (isearch-update-post-hook, isearch-update):
13783 Revert 2010-02-17 change.
3513efb2 13784
b4340b3f
UJ
137852010-02-19 Ulf Jasper <ulf.jasper@web.de>
13786
13787 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13788 (icalendar--convert-weekly-to-ical)
13789 (icalendar--convert-yearly-to-ical)
13790 (icalendar--convert-block-to-ical)
13791 (icalendar--convert-cyclic-to-ical)
13792 (icalendar--convert-anniversary-to-ical): Take care of time
13793 specifications where hour has 1-digit only (Bug#5549).
13794
8cfae03d
NR
137952010-02-19 Nick Roberts <nickrob@snap.net.nz>
13796
13797 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13798 of disassemble output in GDB 7.1.
13799
055e4eea
GM
138002010-02-19 Glenn Morris <rgm@gnu.org>
13801
13802 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13803 property. (Bug#5593)
13804
ff6b00de
SS
138052010-02-18 Sam Steingold <sds@gnu.org>
13806
13807 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13808
fe8c0b47
SM
138092010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 Use abbreviated file names in bookmarks (bug#5591).
13812 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13813 calls to expand-file-name.
13814 (bookmark-relocate): Use abbreviated file names in bookmarks.
13815 (bookmark-load): Use abbreviated file names in messages.
13816
73a37a69
MA
138172010-02-18 Michael Albinus <michael.albinus@gmx.de>
13818
13819 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13820 expand "." and "..". Reported by Thierry Volpiatto
13821 <thierry.volpiatto@gmail.com>.
13822
6e4f5731
MA
138232010-02-18 Michael Albinus <michael.albinus@gmx.de>
13824
13825 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13826 permissions of the temporary file to "0600". In case the remote
13827 file has no read permissions for the owner, there might be
13828 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13829
1383022010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13831
13832 * emacs-lisp/authors.el (authors-renamed-files-alist):
13833 Add entries for INSTALL.CVS.
13834
ba5bf642
MH
138352010-02-17 Mark A. Hershberger <mah@everybody.org>
13836
f7e0618c 13837 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13838
f7e0618c 13839 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13840 (isearch-update): Use the new hook.
13841
aac0b0f2
MA
138422010-02-16 Michael Albinus <michael.albinus@gmx.de>
13843
fe8c0b47
SM
13844 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13845 Fix errors in copying directories.
aac0b0f2
MA
13846 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13847 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13848 (tramp-handle-delete-file)
13849 (tramp-handle-dired-recursive-delete-directory)
13850 (tramp-handle-write-region): Flush also the cache for the upper
13851 directory.
13852
05bbe066
CY
138532010-02-16 Chong Yidong <cyd@stupidchicken.com>
13854
e8ab3908
CY
13855 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13856
ff90f4b0
CY
13857 * cus-edit.el (hardware): Doc fix.
13858
13859 * man.el (man): Add to external custom group.
13860
13861 * delim-col.el (columns): Move to wp custom group.
13862
13863 * doc-view.el (doc-view): Add to data custom group.
13864
fe8c0b47 13865 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13866
05bbe066
CY
13867 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13868 by ispell-parse-output (Bug#5575).
13869
fa6ea913
KH
138702010-02-16 Kenichi Handa <handa@m17n.org>
13871
13872 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13873 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13874 (skkdic-convert): Use `euc-japan' coding system for writing.
13875
88fd78ae
GM
138762010-02-16 Glenn Morris <rgm@gnu.org>
13877
13878 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13879 tex-main-file before using it. (Bug#5562)
13880
2b8c974a
SM
138812010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13884 warnings, since it is annoying for the user to see them each time he
13885 runs the code.
13886
7540f029
MA
138872010-02-15 Michael Albinus <michael.albinus@gmx.de>
13888
13889 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13890 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13891 instead of PROC for caching "first-password-request". Otherwise,
13892 new processes would not profit from passwords already entered.
13893
2b8c974a
SM
13894 * net/tramp-cache.el (tramp-dump-connection-properties):
13895 Don't save "first-password-request" property.
7540f029 13896
fa5f7c5f
JB
138972010-02-14 Juanma Barranquero <lekktu@gmail.com>
13898
13899 * outline.el (outline-head-from-level):
13900 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13901 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13902 (elint-defun, elint-buffer-env, elint-top-form-logged)
13903 (elint-unbound-variable):
13904 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13905 Fix typos in docstrings.
13906
ecbaeb7b
MA
139072010-02-14 Michael Albinus <michael.albinus@gmx.de>
13908
13909 * files.el (insert-directory): When WILDCARD-REGEXP and
13910 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13911 whole directory. (Bug#5551)
13912
13913 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13914 dired's alignment sanity. (Bug#5516)
13915
91e3333f
JL
139162010-02-14 Juri Linkov <juri@jurta.org>
13917
13918 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13919 Remove remaining ^H with their preceding chars. (Bug#5566)
13920
36020642
GM
139212010-02-13 Glenn Morris <rgm@gnu.org>
13922
13923 * simple.el (transpose-subr): Give it a doc-string.
13924
13925 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13926 Doc fixes.
13927
f5952338
JL
139282010-02-12 Juri Linkov <juri@jurta.org>
13929
13930 * arc-mode.el (archive-unique-fname): Make directories for nested
13931 archives. (Bug#5540)
13932
918fe50f
JL
139332010-02-12 Juri Linkov <juri@jurta.org>
13934
13935 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13936
c07ff221
SM
139372010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13938
48b1e7cf
SM
13939 * subr.el (copy-overlay): Handle deleted overlays.
13940
c07ff221
SM
13941 * man.el (Man-completion-table): Don't signal an error if we can't run
13942 manual-program (bug#4056).
13943
0e374247
JB
139442010-02-10 Juanma Barranquero <lekktu@gmail.com>
13945
13946 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13947
dbf8402b
SM
139482010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13949
348d1e60
SM
13950 * info.el (Info-bookmark-jump): Simplify.
13951
dbf8402b
SM
13952 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13953 (bookmark-default-handler): Accept new bookmark field `buffer'.
13954
e6d23bb5
CY
139552010-02-10 Chong Yidong <cyd@stupidchicken.com>
13956
13957 * iswitchb.el (iswitchb-completions): Revert last change.
13958
a8e4290b
MA
139592010-02-10 Michael Albinus <michael.albinus@gmx.de>
13960
2b23acde 13961 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13962 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13963 This prevents file names like "~/" being listed literally.
a8e4290b 13964
c59d6fad
DN
139652010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13966
348d1e60
SM
13967 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13968 Remove dead code. (Bug#5546)
c59d6fad 13969
3a66e78f
CY
139702010-02-09 Chong Yidong <cyd@stupidchicken.com>
13971
13972 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13973 correctly (Bug#5548).
13974
f29fd869
CY
139752010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13976
13977 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13978 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13979
7fad1447
KH
139802010-02-08 Kenichi Handa <handa@m17n.org>
13981
13982 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13983 cookie for putting `lisp-indent-function'.
7fad1447 13984
50e4518b
GM
139852010-02-07 Glenn Morris <rgm@gnu.org>
13986
13987 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13988 Move F2003 named interfaces from keywords-2 to keywords-1, and
13989 use function-name-face rather than constant-face.
13990 Simplify "abstract interface" regexp.
13991
a4cc44cf
CY
139922010-02-07 Chong Yidong <cyd@stupidchicken.com>
13993
13994 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13995 ID-FORMAT. Pass it to `file-attributes'.
13996
13997 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13998
c917476d
CY
139992010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
14000
14001 * faces.el (set-face-attribute): Allow calling
14002 internal-set-lisp-face-attribute with 'unspecified family and
14003 foundry argument (Bug#5536).
14004
7cf3f3d6
GM
140052010-02-07 Glenn Morris <rgm@gnu.org>
14006
14007 * progmodes/f90.el (f90-font-lock-keywords-2)
14008 (f90-looking-at-type-like, f90-looking-at-program-block-end):
14009 Handle F2003 named interfaces.
14010
ffe87109
CY
140112010-02-06 Chong Yidong <cyd@stupidchicken.com>
14012
14013 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
14014 beg and end before calling c-get-state-before-change-functions.
14015
4775ecad
DN
140162010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
14017
33aeea0e
SM
14018 * vc-bzr.el (vc-bzr-dir-extra-headers):
14019 Disable the pending merges header.
4775ecad 14020
0d17c4b9
JL
140212010-02-05 Juri Linkov <juri@jurta.org>
14022
14023 * doc-view.el (doc-view-mode):
14024 * image-mode.el (image-mode): Put property mode-class=special.
14025 (Bug#4896)
14026
8228a275
MH
140272010-02-05 Mark A. Hershberger <mah@everybody.org>
14028
14029 * vc-svn.el (vc-svn-revision-table): New function.
14030
d9320986
MA
140312010-02-05 Michael Albinus <michael.albinus@gmx.de>
14032
14033 * net/ange-ftp.el (ange-ftp-insert-directory):
14034 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
14035 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
14036 Handle also directories. (Bug#5478)
14037
f43d8ecc
GM
140382010-02-05 Glenn Morris <rgm@gnu.org>
14039
14040 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
14041
ce3a988d
CY
140422010-02-05 Chong Yidong <cyd@stupidchicken.com>
14043
14044 * startup.el (command-line-1): Convert options beginning with a
14045 single dash as well (Bug#5519).
14046
bdd42899
SM
140472010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
14048
51b23c44
SM
14049 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
14050 * minibuffer.el (completion-initials-expand): Only check the presence
14051 of delims *within* the boundaries, since otherwise the / delim is
14052 always found for files.
14053
bdd42899
SM
14054 Fix up various corner case problems.
14055 * doc-view.el (doc-view-last-page-number): New function.
14056 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
14057 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
14058 (doc-view-kill-proc): Avoid inf-loop in freak cases.
14059 (doc-view-reconvert-doc): Use the new recursive delete-directory.
14060 (doc-view-convert-current-doc): Don't create the resolution.el file
14061 here any more.
14062 (doc-view-pdf/ps->png): Do it here instead.
14063 (doc-view-already-converted-p): Check that resolution.el is present.
14064 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
14065 windows that are not yet showing images.
14066
d5b3979c
MA
140672010-02-04 Michael Albinus <michael.albinus@gmx.de>
14068
14069 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
14070 `dired-uncache' for every elemnt which is an absolute file name.
14071
14072 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
14073 directory, handle its directory component.
14074 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
14075 function is called permanently and creates noise, otherwise.
14076
14077 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
14078 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
14079 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
14080
b003beb1
DB
140812010-02-04 David Burger <dburger@google.com> (tiny change)
14082
14083 * macros.el (apply-macro-to-region-lines):
14084 Minor simplification. (Bug#5485)
14085
ea92f9f3
GM
140862010-02-04 Glenn Morris <rgm@gnu.org>
14087
a03ae20d
GM
14088 * mail/rmail.el (rmail-show-message-1): Handle malformed
14089 quoted-printable text. (Bug#5441)
14090
4d01b827
GM
14091 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
14092
ea92f9f3
GM
14093 * simple.el (visual-line-mode): Capitalize lighter.
14094
82055bb7
JW
140952010-02-03 John Wiegley <jwiegley@gmail.com>
14096
14097 * iswitchb.el (iswitchb-completions): Add bookmark files to the
14098 list of files considered for "virtual buffer" completions.
14099
8214b6e4
MA
141002010-02-03 Michael Albinus <michael.albinus@gmx.de>
14101
14102 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 14103 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
14104 when dired is called with a list of files, which are not in
14105 `default-directory'. (Bug#5478)
14106
1df9718f
SM
141072010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
14110
02ba1267
JL
141112010-02-02 Juri Linkov <juri@jurta.org>
14112
14113 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
14114 from unidiff to allow function-line after @@.
14115
a0c6a0fb
JL
141162010-02-02 Juri Linkov <juri@jurta.org>
14117
14118 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
14119 '(RCS SCCS) with inverted condition.
14120
c35fcd52
MA
141212010-02-02 Michael Albinus <michael.albinus@gmx.de>
14122
14123 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
14124 messages.
14125
6ba973c1
JL
141262010-02-01 Juri Linkov <juri@jurta.org>
14127
14128 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
14129 compare with "pkunzip" and "pkzip" instead of only "pkzip".
14130 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
14131 only when (car archive-zip-extract) is "unzip". (Bug#5475)
14132
0bca393f
SM
141332010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14134
14135 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
14136 (doc-view-revert-buffer): New command.
14137 (doc-view-mode-map): Use it.
14138
7a444e2a
DN
141392010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14140
14141 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
14142 pending merge is detected.
14143
ad6fc8f4
JL
141442010-01-31 Juri Linkov <juri@jurta.org>
14145
14146 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
14147 beginning of interactive spec like all other grep commands do.
14148 Put "all" in front of "gz". (Bug#5260)
14149
b9236874
DN
141502010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
14151
14152 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
14153
1e868757
CY
141542010-01-29 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * dirtrack.el (dirtrack): Warn instead of signalling error if the
14157 regexp is incorrect (Bug#5476).
14158
e5c70c41
MA
141592010-01-29 Michael Albinus <michael.albinus@gmx.de>
14160
14161 * net/tramp.el (tramp-handle-insert-directory): Handle also
14162 symlinks, when FILENAME is not in `default-directory'.
14163
0c0b61f1
MA
141642010-01-28 Michael Albinus <michael.albinus@gmx.de>
14165
14166 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 14167 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
14168
14169 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
14170 of SWITCHES. Handle the case, FILENAME is not in
14171 `default-directory'. (Bug#5478)
14172 (tramp-register-file-name-handlers): Add safe-magic property.
14173
763f325e
CY
141742010-01-28 Chong Yidong <cyd@stupidchicken.com>
14175
14176 * arc-mode.el (archive-zip-extract): Quote the argument passed to
14177 unzip (Bug#5475).
14178
fd09a83f
CY
141792010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
14180
14181 * progmodes/flymake.el (flymake-allowed-file-name-masks)
14182 (flymake-master-make-header-init): Add other C++ filename masks.
14183 (flymake-find-possible-master-files)
14184 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
14185
7e5686f0
MA
141862010-01-28 Michael Albinus <michael.albinus@gmx.de>
14187
14188 Fix some busybox annoyances.
14189
14190 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
14191 not responding." string.
14192 (tramp-open-connection-setup-interactive-shell): Dump stty
14193 settings. Enable "neveropen" arg for all `tramp-send-command'
14194 calls. Handle "=" in variable values properly.
14195 (tramp-find-inline-encoding): Raise an error, when no encoding is
14196 found.
14197 (tramp-wait-for-output): Check, whether PROC buffer is available.
14198 Remove spurious " ^H" sequences, sent by busybox.
14199 (tramp-get-ls-command): Suppress coloring, if possible.
14200
c6265c10
GM
142012010-01-28 Glenn Morris <rgm@gnu.org>
14202
c85a168b
GM
14203 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
14204
c6265c10
GM
14205 * log-edit.el (log-edit-strip-single-file-name): Add missing
14206 :safe, :group, and :version tags.
14207
7d82a738
SB
142082010-01-27 Stephen Berman <stephen.berman@gmx.net>
14209
14210 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
14211 buffers. (Bug#5477)
14212
8b0e68ea
CY
142132010-01-27 David De La Harpe Golden <david@harpegolden.net>
14214
14215 * files.el (delete-directory): Handle moving to trash without
14216 first doing recursion (Bug#5436).
14217
368d3208
DN
142182010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
14219
14220 * vc-hooks.el (vc-path): Mark as obsolete.
14221
755da7fa
DN
142222010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
14223
e2396d80
DN
14224 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
14225 names too.
14226
755da7fa
DN
14227 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
14228 for the short log.
14229 (vc-bzr-log-view-mode): Adjust regexp for the above change.
14230
6a6d15ab 142312010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 14232
ac9ffe99 14233 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 14234
48c2d18a 14235 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 14236
25f38310 142372010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
14238
14239 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
14240 diff-index command. This requires at least git-1.5.5. (Bug#1589).
14241
51850286
DN
142422010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14243
c2f1d6d8
DN
14244 Remove support for adding --signoff on commit.
14245 Future support will use an incompatible generic mechanism.
14246 * vc-git.el (vc-git-add-signoff): Remove variable.
14247 (vc-git-toggle-signoff): Remove function.
14248 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
14249
6a7662bb
BR
14250 * term/xterm.el (xterm-maybe-set-dark-background-mode):
14251 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
14252 was set.
14253 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
14254 earlier, call it again in case the background mode has changed.
14255
02c6d0d0
CY
142562010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
14257
14258 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
14259 (Bug#3541).
14260
064eee03
CY
142612010-01-23 Chong Yidong <cyd@stupidchicken.com>
14262
02c6d0d0
CY
14263 * emacs-lisp/assoc.el (aelement): Doc fix.
14264 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 14265
5336c3ec 142662010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 14267
48c2d18a 14268 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
14269 is the same as subprogram call, not declaration. (Bug#5435).
14270
0536254e
MA
142712010-01-23 Michael Albinus <michael.albinus@gmx.de>
14272
14273 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
14274 (tramp-smb-maybe-open-connection): Use it.
14275
411d06c2
MA
142762010-01-22 Michael Albinus <michael.albinus@gmx.de>
14277
0536254e 14278 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 14279
c893016b
SM
142802010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
14283 just because we see "encoding: 8bit".
14284 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
14285
9425f8e1
CY
142862010-01-22 Chong Yidong <cyd@stupidchicken.com>
14287
14288 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
14289
6a801864
EZ
142902010-01-22 Eli Zaretskii <eliz@gnu.org>
14291
14292 * jka-compr.el (jka-compr-load): If load-file is not in
14293 load-history, try its file-truename version. (bug#5447)
14294
3e8f7d91
AM
142952010-01-21 Alan Mackenzie <acm@muc.de>
14296
14297 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
14298 * progmodes/cc-engine.el (c-invalidate-state-cache):
14299 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
14300 special cpp construct is still in the buffer.
14301 (c-parse-state): Record the special cpp with markers, not numbers.
14302
f0bd0ad5
CY
143032010-01-21 Kenichi Handa <handa@m17n.org>
14304
14305 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
14306 process last-command-event, as it is now decoded first (Bug#5380).
14307
5189d95b
CY
143082010-01-20 Chong Yidong <cyd@stupidchicken.com>
14309
14310 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
14311
e073d74a
GM
143122010-01-20 Glenn Morris <rgm@gnu.org>
14313
14314 * indent.el (tab-always-indent): Fix custom-type.
14315
8ee04f3a
AM
143162010-01-19 Alan Mackenzie <acm@muc.de>
14317
14318 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
14319 buffer throws "args out of range".
14320 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
14321 playing the role of delimiter.
14322
6a47c86a
SL
143232010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
14324
bf0b361c 14325 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
14326 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
14327 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
14328 changed. Delete RECURSIVE parameter; never used. Improve doc string.
14329 Improve comments in "is" portion. Handle null procedure declaration.
14330 (ada-move-to-end): Improve doc string.
14331
2acfb954
ÓF
143322010-01-18 Óscar Fuentes <ofv@wanadoo.es>
14333
e90d57c0 14334 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 14335 Remove obsolete information from commentary.
e90d57c0
JB
14336 (ido-choice-list): Initialize to nil.
14337 (ido-get-bufname): Reject minibuffers.
14338 (ido-make-buffer-list): If "default" is a nonexistent
14339 buffer, ignore it, as per the function's comment.
14340 (ido-kill-buffer-internal): New function.
14341 (ido-kill-buffer-at-head): Use it.
14342 (ido-visit-buffer): Likewise.
2acfb954 14343
244b023e
CY
143442010-01-18 Chong Yidong <cyd@stupidchicken.com>
14345
14346 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
14347
db9e401b
JB
143482010-01-18 Juanma Barranquero <lekktu@gmail.com>
14349
db9e401b
JB
14350 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
14351 Fix typos in chart titles.
14352
14353 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
14354 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
14355 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
14356 (describe-class, eieio-describe-generic, describe-generic):
14357 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
14358 (eieio-speedbar-expand):
14359 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14360 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
14361 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
14362 (viper-del-backward-char-in-replace, viper-backward-indent)
14363 (viper-brac-function, viper-register-to-point, viper-submit-report):
14364 * net/tramp.el (tramp-remote-coding-commands):
14365 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
14366 Fix typos in docstrings.
14367
9295137d
CY
143682010-01-17 Chong Yidong <cyd@stupidchicken.com>
14369
14370 * mail/sendmail.el (mail-yank-original): Set the mark if the
14371 specified function for yanking does not do it.
14372
4d0bbcb6
DN
143732010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
14374
7902c120
DN
14375 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
14376
4d0bbcb6
DN
14377 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
14378 resyncing a directory.
14379
0b702bc1
SL
143802010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14381
6a47c86a 14382 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
14383 (ada-ident-re): Delete ., allow multibyte characters.
14384 (ada-goto-label-re): New; matches goto labels.
14385 (ada-block-label-re): New; matches block labels.
14386 (ada-label-re): New; matches both.
5f9d345c 14387 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
14388 `ada-block-label-re' instead.
14389 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14390 Use `ada-block-label-re'.
14391 (ada-indent-on-previous-lines): Improve handling of goto labels.
14392 (ada-get-indent-block-start): Special-case block label.
14393 (ada-get-indent-label): Split into `ada-indent-block-label' and
14394 `ada-indent-goto-label'.
14395 (ada-goto-stmt-start, ada-goto-next-non-ws):
14396 Optionally ignore goto labels.
14397 (ada-goto-next-word): Simplify.
14398 (ada-indent-newline-indent-conditional): Insert newline before
14399 trying to fix indentation; doc fix.
14400
05287c49
JB
144012010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14402
14403 * calc/calc.el (calc-command-flags): Give it an initial value.
14404
4963739e
JB
144052010-01-17 Juanma Barranquero <lekktu@gmail.com>
14406
4963739e
JB
14407 * files.el (minibuffer-with-setup-hook):
14408 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14409 (artist-key-draw-continously, artist-key-do-continously-continously)
14410 (artist-key-set-point-continously, artist-mouse-draw-continously):
14411 Fix typos in docstrings.
14412
116bd1ee
CY
144132010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14414
6a7662bb
BR
14415 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14416 Never return t (Bug#3898).
116bd1ee 14417
2784cd7a 144182010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
14419
14420 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14421 can parse the output of the external commands (Bug#5279).
14422
abd5cfe8
CY
144232010-01-16 Jari Aalto <jari.aalto@cante.net>
14424
14425 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14426
4fe22cdf
CY
144272010-01-16 Chong Yidong <cyd@stupidchicken.com>
14428
bbdc98ef
CY
14429 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14430
c7dc1ac1
CY
14431 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14432
4fe22cdf
CY
14433 * startup.el (command-line): Remove unused --icon-type arg.
14434 Handle --display arg, passing it to command-line-1 (Bug#5392).
14435
045b9da7
ML
144362010-01-16 Mario Lang <mlang@delysid.org>
14437
045b9da7
ML
14438 * emacs-lisp/chart.el (chart-translate-namezone):
14439 * textmodes/artist.el (artist-compute-popup-menu-table):
14440 Remove duplicated words in doc-strings.
14441
6554a5df
CY
144422010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14443
14444 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14445 to mairix-search to suppress threading (Bug#5342).
14446
ca4f0e9a
KH
144472010-01-15 Kenichi Handa <handa@m17n.org>
14448
14449 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 14450 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 14451
1db3226b
GM
144522010-01-15 Glenn Morris <rgm@gnu.org>
14453
56a03f46
GM
14454 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14455
14456 * wid-edit.el (widget-keymap): Doc fix.
14457
1db3226b
GM
14458 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14459 former seems to be more widely accepted by various svn versions.
14460
80cd4bb4
JB
144612010-01-14 Juanma Barranquero <lekktu@gmail.com>
14462
d1f18ec0
JB
14463 * find-cmd.el (find-constituents):
14464 * vc-arch.el (vc-arch-root):
14465 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
14466 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14467 * progmodes/ada-stmt.el (ada-if):
14468 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14469 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14470 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14471 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14472
80cd4bb4
JB
14473 * progmodes/flymake.el (flymake-post-syntax-check):
14474 Fix typo in error message.
14475
9c23ca47
JB
144762010-01-14 Juanma Barranquero <lekktu@gmail.com>
14477
14478 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14479 which is always a string. (Bug#5313)
14480
8794c483
JB
144812010-01-14 Juanma Barranquero <lekktu@gmail.com>
14482
14483 * progmodes/ada-xref.el (ada-default-prj-properties):
14484 Simplify previous change.
14485
95005d39
SL
144862010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14487
14488 * progmodes/ada-xref.el (ada-default-prj-properties):
14489 Default ada_project_path to $ADA_PROJECT_PATH.
14490
144912010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
14492
14493 * progmodes/ada-mode.el (ada-create-keymap):
14494 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14495
fb0d1545
SL
144962010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14497
14498 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14499 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14500 (ada-get-current-indent, ada-imenu-generic-expression)
14501 (ada-which-function): Check for it.
14502
5c9434d0
SL
145032010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14504
14505 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14506 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14507
3a4f3a3b
GM
145082010-01-14 Glenn Morris <rgm@gnu.org>
14509
14510 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14511
d9a7c140
KH
145122010-01-14 Kenichi Handa <handa@m17n.org>
14513
14514 * composite.el (auto-composition-mode): Make it a buffer local
14515 variable (permanent-local).
14516 (auto-composition-function): Set the default value to
14517 auto-compose-chars.
49caf252 14518 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
14519 (global-auto-composition-mode): Likewise.
14520 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 14521
38bee102
KF
145222010-01-13 Karl Fogel <kfogel@red-bean.com>
14523
14524 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 14525
b8b45afc
MA
145262010-01-12 Michael Albinus <michael.albinus@gmx.de>
14527
14528 * files.el (copy-directory): Compute target for recursive
14529 directories with identical names. (Bug#5343)
14530
893db5bc
GM
145312010-01-12 Glenn Morris <rgm@gnu.org>
14532
6a7662bb
BR
14533 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14534 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 14535
d8b8451f
SS
145362010-01-11 Sam Steingold <sds@gnu.org>
14537
14538 * imenu.el (imenu-default-create-index-function): Detect infinite
14539 loops caused by imenu-prev-index-position-function.
14540
30afcdff
JB
145412010-01-11 Juanma Barranquero <lekktu@gmail.com>
14542
14543 * htmlfontify.el (htmlfontify-load-rgb-file)
14544 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14545 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14546 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14547 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14548 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14549 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14550 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14551 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14552 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14553 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14554 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14555 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14556 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14557 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14558 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14559 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14560 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14561 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14562 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14563 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14564 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14565 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14566 backslash-quoting from parentheses, etc.
14567
92b1c416
CY
145682010-01-11 Chong Yidong <cyd@stupidchicken.com>
14569
14570 * progmodes/js.el: Autoload javascript-mode alias.
14571
4454adab
JB
145722010-01-11 Juanma Barranquero <lekktu@gmail.com>
14573
14574 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14575 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14576 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14577 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14578 Fix typos in docstrings.
14579 (ffap-url-regexp): Doc fix.
14580 (ffap-at-mouse): Fix typo in message.
14581
6589a2f9
GM
145822010-01-11 Glenn Morris <rgm@gnu.org>
14583
14584 * version.el (emacs-copyright): Set copyright year to 2010.
14585
4e5617ee
SM
145862010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14587
14588 * format.el (format-annotate-function): Only set
14589 write-region-post-annotation-function after running to-fn so as not to
14590 affect nested write-region calls (bug#5273).
14591
52bee098
CY
145922010-01-10 Chong Yidong <cyd@stupidchicken.com>
14593
a069f067
CY
14594 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14595 wisent/python.el.
14596
e709e39d
CY
145972010-01-09 Chong Yidong <cyd@stupidchicken.com>
14598
14599 * man.el (Man-goto-section): Signal error if the section is not
14600 found (Bug#5317).
14601
6ee86780
JB
146022010-01-09 Juanma Barranquero <lekktu@gmail.com>
14603
14604 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14605 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14606
fa7b5f7b
CY
146072010-01-09 Chong Yidong <cyd@stupidchicken.com>
14608
14609 * progmodes/compile.el: Don't treat compile-command as safe if
14610 compilation-read-command might be nil (Bug#4218).
14611
de62c4d9
JD
146122010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14613
14614 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14615 NS options.
14616
e94be827
KH
146172010-01-08 Kenichi Handa <handa@m17n.org>
14618
4e5617ee
SM
14619 * international/fontset.el (build-default-fontset-data):
14620 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 14621
1dfae2a2
JB
146222010-01-07 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14625 to `create-file-buffer' as it expects, not just a buffer name.
14626 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14627 to help uniquify. (Bug#3224)
14628
d0cf45b7
JD
146292010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14630
14631 * font-setting.el (font-setting-change-default-font): Use user-spec
14632 instead of name.
14633
7534fa5e
DN
146342010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14635
14636 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14637
fd579fdc
CY
146382010-01-05 Tom Tromey <tromey@redhat.com>
14639
4e5617ee
SM
14640 * progmodes/python.el (python-font-lock-keywords):
14641 Handle qualified decorators (Bug#881).
fd579fdc 14642
37860caf
DN
146432010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14644
14645 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14646 in a lightweight checkout.
14647
69db641d
KH
146482010-01-05 Kenichi Handa <handa@m17n.org>
14649
4e5617ee 14650 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14651
b25d6a02
DN
146522010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14653
14654 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14655
137d88ca
DN
146562010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14657
14658 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14659 checkouts. (Bug#618)
3d5d0aa9 14660 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14661 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14662 (vc-bzr-shelve-menu-map):
14663 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14664 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14665
da76998b
CY
146662010-01-02 Chong Yidong <cyd@stupidchicken.com>
14667
14668 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14669 They are valid characters in URL paths (rfc3986), and at least
14670 Firefox does not understand the encoded version (Bug#3166).
14671
b2ad70b6
CY
146722010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14673
14674 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14675 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14676 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14677 (octave-end-as-array-index-p): New function.
14678 (calculate-octave-indent): Use it.
14679
54136282
KF
146802010-01-02 Karl Fogel <kfogel@red-bean.com>
14681
14682 * bookmark.el: Consistently put the text property on the bookmark name.
14683 (bookmark-bmenu-marks-width): Bump back to 2, to include
14684 annotation marks.
14685 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14686 property on the bookmark name, instead of not putting it at all.
14687 (bookmark-bmenu-list): Fix where we put the text property.
14688
cc4d3cad
KF
146892010-01-02 Karl Fogel <kfogel@red-bean.com>
14690
14691 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14692 for showing buffer modified state (as added in the previous change).
14693
b894c439
KF
146942010-01-02 Karl Fogel <kfogel@red-bean.com>
14695
14696 * bookmark.el: Show modified state of bookmark buffer more accurately.
14697 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14698 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14699 (with-buffer-modified-unmodified): New macro.
14700 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14701 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14702 Use new macro to preserve the buffer modified state.
b894c439 14703
3a69db53
KF
147042010-01-02 Karl Fogel <kfogel@red-bean.com>
14705
4e5617ee 14706 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14707 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14708 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14709 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14710 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14711 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14712 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14713
af414f10
EZ
147142010-01-02 Eli Zaretskii <eliz@gnu.org>
14715
4e5617ee
SM
14716 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14717 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14718
f2ec0e5e
CY
147192010-01-02 Ryan Yeske <rcyeske@gmail.com>
14720
14721 * net/rcirc.el: Add follow-link binding (Bug#4738).
14722
38c1ba62
EZ
147232010-01-02 Eli Zaretskii <eliz@gnu.org>
14724
4e5617ee 14725 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14726 (cvs-update): New target for backward compatibility.
14727
4e5617ee 14728 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14729 (cvs-update): New target for backward compatibility.
14730
ea2c0f5b
KF
147312010-01-02 Karl Fogel <kfogel@red-bean.com>
14732
14733 * bookmark.el: Remove gratuitous gratitude.
14734
5ae329f4
KF
147352010-01-02 Karl Fogel <kfogel@red-bean.com>
14736
c4cc8b9a 14737 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14738 (bookmark-bmenu-save): Clear buffer modification if no marks.
14739
147402010-01-02 Karl Fogel <kfogel@red-bean.com>
14741
14742 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14743 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14744 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14745 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14746
14747 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14748 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14749 To: emacs-devel {_AT_} gnu.org
14750 Subject: bookmark.el bug report
14751 Date: Mon, 28 Dec 2009 14:19:16 +0800
14752 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14753
aef053eb
KF
147542010-01-02 Karl Fogel <kfogel@red-bean.com>
14755
14756 * bookmark.el: Improvements suggested by Drew Adams:
14757 (bookmark-bmenu-ensure-position): New name for
14758 `bookmark-bmenu-check-position'. Just ensure the position,
14759 don't return any meaningful value.
14760 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14761 New constants.
14762
0472835f
JB
147632010-01-02 Juanma Barranquero <lekktu@gmail.com>
14764
14765 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14766 (bookmark-yank-point, bookmark-bmenu-check-position):
14767 Fix typos in docstrings.
14768 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14769 (bookmark-name-from-full-record, bookmark-get-position)
14770 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14771 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14772 Remove useless quoting of parenthesis, etc. in docstrings.
14773
14774 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14775 (ediff-append-custom-diff): Fix typo in error message.
14776 (ediff-meta-mark-equal-files): Fix typos in messages.
14777
14778 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14779
0472835f
JB
14780 * net/imap-hash.el (imap-hash-make): Doc fix.
14781 (imap-hash-test): Fix typo in error message; reflow docstring.
14782 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14783 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14784 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14785 Fix typos in docstrings.
14786 (imap-hash-open-connection): Fix typo in error message.
14787
14788 * play/gomoku.el (gomoku): Fix typos in docstring.
14789
14790 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14791 (gdb-jsonify-buffer): Fix typos in docstring.
14792 (gdb-goto-breakpoint): Fix typo in error message.
14793 ("Display Other Windows"): Fix typo in help message.
14794 (gdb-speedbar-expand-node): Fix typo in question.
14795
14796 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14797 (idlwave-html-system-help-location, idlwave-html-help-location)
14798 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14799 (idlwave-help-browser-generic-args, idlwave-help-directory)
14800 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14801 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14802 (idlwave-online-help, idlwave-help-html-link)
14803 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14804 Fix typos in docstrings.
14805 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14806 Reflow docstrings.
14807 (idlwave-help-assistant-start): Fix typo in error message.
14808
14809 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14810 (octave-electric-space): Fix typos in docstrings.
14811
9bbe0828
CY
148122010-01-01 Chong Yidong <cyd@stupidchicken.com>
14813
14814 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14815
a88c46c3
CY
148162010-01-01 Juri Linkov <juri@jurta.org>
14817
14818 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14819 increase the default to 500 (Bug#5148).
a88c46c3 14820
7ee6c59b
NR
148212009-12-31 Nick Roberts <nickrob@snap.net.nz>
14822
14823 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14824 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14825 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14826
a9c8a2cd
NR
148272009-12-30 Nick Roberts <nickrob@snap.net.nz>
14828
14829 Show working revision correctly for mercurial.
14830 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14831 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14832
659e4408
JB
148332009-12-29 Juanma Barranquero <lekktu@gmail.com>
14834
14835 Declare some functions for the byte-compiler.
14836 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14837 (speedbar-timer-fn, speedbar-change-expand-button-char)
14838 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14839
7ee6c59b
NR
148402009-12-29 Nick Roberts <nickrob@snap.net.nz>
14841
14842 This changeset reverts GDB Graphical Interface to use annotations.
14843 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14844
460f6e7c
DN
148452009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14846
14847 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14848 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14849 Return file names relative to it.
460f6e7c
DN
14850 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14851 relative directory to vc-bzr-after-dir-status.
14852
543f553a
TH
148532009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14854
14855 * font-lock.el (font-lock-refresh-defaults): New function, which
14856 can be used to let font-lock react to external changes in
14857 variables like font-lock-defaults and keywords.
14858 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14859
2592ab76
DN
148602009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14861
ac859983
DN
14862 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14863
2592ab76
DN
14864 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14865
58941d03
JB
148662009-12-28 Juanma Barranquero <lekktu@gmail.com>
14867
14868 Supersede color.diff settings in git log (bug#5211).
14869
14870 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14871 escape chars in its output when the user has color.diff set to `always'.
14872 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14873
39764e76
KR
148742009-12-26 Kevin Ryde <user42@zip.com.au>
14875
14876 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14877 node. Keep previous "Index" name to work with past coreutils too.
14878
91c4831e
KR
14879 * man.el (man): Revise docstring a bit to show -a and -l as
14880 examples. Add -k description since support for it has otherwise
14881 been a secret. (Further to bug#3717.)
651e932e
KR
14882 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14883 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14884 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14885
7f4d4a97
MA
148862009-12-26 Michael Albinus <michael.albinus@gmx.de>
14887
14888 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14889 switches. Check also for //SUBDIRED// line.
14890
bcffff46
KH
148912009-12-25 Kenichi Handa <handa@m17n.org>
14892
88b5a757 14893 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14894 handle ZWNJ and ZWJ. Use it in composition-function-table for
14895 Devanagari.
14896 (malayalam-composable-pattern): Fix previous change.
14897
dc1dcfa4
VJL
148982009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14899
14900 * ps-print.el (ps-face-attributes): It was not returning the
14901 attribute face for faces specified as string. Reported by harven
80525855 14902 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14903 (ps-print-version): New version 7.3.5.
14904
6fe539d2
UJ
149052009-12-18 Ulf Jasper <ulf.jasper@web.de>
14906
85626eef 14907 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14908 Fix timezone names.
14909 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14910 (icalendar--add-diary-entry): Remove the trailing blank that
14911 diary-make-entry inserts.
14912
1f3611c6
MA
149132009-12-17 Michael Albinus <michael.albinus@gmx.de>
14914
14915 Make `file-expand-wildcards' work for remote files.
14916
14917 * files.el (file-expand-wildcards): In case of remote files, check
14918 only local file name part for wildcards. Provide feature 'files
14919 and subfeature 'remote-wildcards. (Bug#5198)
14920
14921 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14922 if there is already an established connection.
14923 (tramp-advice-file-expand-wildcards): Remove it.
14924
14925 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14926 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14927 Activate advice for older GNU Emacs versions. (Bug#5237)
14928
9762b219
JB
149292009-12-17 Juanma Barranquero <lekktu@gmail.com>
14930
14931 Some doc fixes (more needed).
14932
14933 * find-cmd.el (find-constituents): Reflow docstring.
14934 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14935 (find-generic): Doc fix.
14936
cfb54897
JL
149372009-12-17 Juri Linkov <juri@jurta.org>
14938
14939 Fix regression from 23.1 to allow multiple modes in Local Variables.
14940
14941 * files.el (hack-local-variables-filter): While ignoring duplicates,
14942 don't take `mode' into account.
85626eef
SM
14943 (hack-local-variables-filter, hack-dir-local-variables):
14944 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14945
ad974e9e
JL
149462009-12-17 Juri Linkov <juri@jurta.org>
14947
85626eef 14948 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14949
14950 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14951 `current' or when `file' is a directory of the `current' file.
14952
3616e0b9
AS
149532009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14954
14955 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14956 unconditionally preloaded files.
14957
72b57560
JL
149582009-12-16 Juri Linkov <juri@jurta.org>
14959
14960 Revert to old 23.1 logic of using the file at the mark as default.
14961 * dired-aux.el (dired-diff): Use the file at the mark as default
14962 if it's not the same as the current file, and the target dir is
14963 the current dir or the mark is active. Add the current file
14964 as the arg of `dired-dwim-target-defaults'. Use the default file
14965 in the prompt. (Bug#5225)
14966
68712eb6
MA
149672009-12-15 Michael Albinus <michael.albinus@gmx.de>
14968
14969 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14970 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14971 (tramp-check-for-regexp): Check also, when an echoing shell stops
14972 to echo sent commands.
14973
fd471993
CY
149742009-12-14 Chong Yidong <cyd@stupidchicken.com>
14975
14976 * Makefile.in: Revert last change (Bug#5191).
14977
86b5e14c
DN
149782009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14979
14980 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14981 (vc-hg-working-revision): Make sure the command is executed in a
14982 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14983
8cffbb75
CY
149842009-12-14 Chong Yidong <cyd@stupidchicken.com>
14985
14986 * progmodes/python.el (python-symbol-completions): Remove text
14987 properties from symbol string before calling python-send-receive.
14988
6c2b67ad
NR
149892009-12-14 Nick Roberts <nickrob@snap.net.nz>
14990
14991 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14992 when there are values for both file and line. (Bug#5060)
6c2b67ad 14993
ff6f4585
JL
149942009-12-14 Juri Linkov <juri@jurta.org>
14995
14996 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14997 whitespace after the file name of the first line of unified format,
14998 because git-diff doesn't output whitespace and file modification time
14999 after the file name.
15000
d3de1c8e
JL
150012009-12-14 David Kastrup <dak@gnu.org>
15002
15003 * info.el (Info-hide-cookies-node): Before hiding a cookie,
15004 check if it already has the `display' property added by
15005 `Info-display-images-node', and not put the `invisible' property
15006 in this case.
15007
2f1b7dc4
GM
150082009-12-13 Glenn Morris <rgm@gnu.org>
15009
a0cefee5
GM
15010 * mail/emacsbug.el (message-sort-headers): Define for compiler.
15011 (report-emacs-bug): In message-mode, sort manually before storing
15012 original report text. (Bug#5178)
2f1b7dc4
GM
15013 Remove superfluous save-excursion.
15014
31bb373f
MA
150152009-12-12 Michael Albinus <michael.albinus@gmx.de>
15016
15017 * net/dbus.el (dbus-property-handler): Filter lambda forms out
15018 when responding to "GetAll" properties.
15019
5e1d4968
CY
150202009-12-12 Chong Yidong <cyd@stupidchicken.com>
15021
15022 * simple.el (compose-mail): Remove mail-setup-with-from from
15023 customization checks.
15024
097d86f9
EZ
150252009-12-12 Eli Zaretskii <eliz@gnu.org>
15026
15027 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
15028 RAR archives created on Unix systems.
15029
1d4adede
SM
150302009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15031
15032 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
15033 the varalias that was accidentally removed by the 2009-11-19 change
15034 (bug#5186).
15035
3ff3655c
KH
150362009-12-12 Kenichi Handa <handa@m17n.org>
15037
15038 * language/indian.el (indian-compose-regexp): New function.
15039 (malayalam-composable-pattern): Fix the pattern.
15040 (composition-function-table): Set malayalam-composable-pattern for
15041 Malayalam characters.
15042
82d3343c
CY
150432009-12-11 Chong Yidong <cyd@stupidchicken.com>
15044
315eb96d
CY
15045 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
15046 rather than down-mouse-1, based on follow-link conventions.
15047
82d3343c
CY
15048 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
15049 are compiled.
15050
86a4c7ac
DN
150512009-12-11 Michael McNamara <mac@mail.brushroad.com>
15052
bf0b361c 15053 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
15054 (verilog-vmm-statement-re, verilog-ovm-statement-re)
15055 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
15056 (verilog-leap-to-head, verilog-backward-token):
15057 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
15058
150592009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
15060
bf0b361c
JB
15061 * progmodes/verilog-mode.el (verilog-auto-lineup)
15062 (verilog-nameable-item-re): Cleanup user-visible spelling and
15063 documentation errors. One reported by Gary Delp.
1d4adede 15064 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
15065 (verilog-read-decls): Fix AUTOWIRE with types declared in a
15066 package, bug195. Reported by Pierre-David Pfister.
15067
fe03f49a
GM
150682009-12-11 Glenn Morris <rgm@gnu.org>
15069
47641aac
GM
15070 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
15071
85094855
GM
15072 * mail/emacsbug.el: No longer require sendmail.
15073 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
15074 (report-emacs-bug-orig-text): Doc fix.
15075 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
15076 New local variables, to adapt to different mail-user-agents.
15077 (report-emacs-bug): Fix test for a gnu.org address.
15078 Use overlays for emphasis, since font-lock defeats 'face property.
15079 Pretest bugs also end up at the newsgroup these days.
15080 Stop message-mode stripping text properties.
15081 Set and use the new buffer-local variables.
15082 (report-emacs-bug-hook): Add doc-string.
15083 Remove some unnecessary save-excursions and simplify.
15084 Use the appropriate hook and send-command.
15085
fe03f49a
GM
15086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
15087 capitalization of some menu entries.
15088
345427f0
VJL
150892009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15090
277e6741
MP
15091 * whitespace.el (whitespace-display-char-on):
15092 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
15093 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
15094 New version 12.1.
15095
c70ccbba
EZ
150962009-12-10 Eli Zaretskii <eliz@gnu.org>
15097
15098 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
15099 characters in the Attribute field.
15100
f1943c1b
DN
151012009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
15102
15103 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
15104
1c67aeaa
SM
151052009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
15106
15107 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
15108 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15109 Disregard autoload-excludes.
15110 (update-directory-autoloads): Obey autoload-excludes here instead.
15111 But don't store its contents in no-autoloads and remove entries that
15112 refer to excludes files.
15113
d8194864
GM
151142009-12-10 Glenn Morris <rgm@gnu.org>
15115
8c0171c0
GM
15116 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
15117 (expand-mail-aliases): Define for compiler.
15118
dba372dd
GM
15119 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
15120 Define for compiler.
15121
d8194864
GM
15122 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
15123 appropriate for the mail-user-agent in use.
15124
fe5facd3
MA
151252009-12-09 Michael Albinus <michael.albinus@gmx.de>
15126
15127 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
15128
99999a1d
DN
151292009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
15130
15131 Fix short log parsing and fontification.
15132 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
15133 Fix fontification for the [merge] label.
15134
2ea1c4aa
SM
151352009-12-09 Vivek Dasmohapatra <vivek@etla.org>
15136
85626eef 15137 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
15138 * htmlfontify.el (hfy-ignored-properties): New defcustom.
15139 (hfy-fontify-buffer): Use it.
15140
9840deb6
SM
151412009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
15142
a0d1aadf
SM
15143 Minor cleanup.
15144 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
15145 Adjust all callers.
15146 (ffap-locate-file): Remove unused arg `dir-ok' and make other
15147 args compulsory. Adjust callers.
15148 (ffap-gopher-at-point): Remove unused var `name'.
15149
9840deb6
SM
15150 Get rid of the ELCFILES abomination.
15151 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
15152 (compile-elcfiles): New phony target.
15153 (compile-main): Compute ELCFILES dynamically.
15154 (compile-clean): New target to remove left-over elc files.
15155 (compile, all): Use it.
15156
7eb3f9a8
KH
151572009-12-09 Kenichi Handa <handa@etlken>
15158
15159 * international/mule-diag.el: Require help-mode instead of help-fns.
15160
ae63e572
KH
151612009-12-09 Kenichi Handa <handa@m17n.org>
15162
5ce6e4f4 15163 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
15164 fine ranges instead of pre-calculating accurate ranges.
15165 Iterate with bigger gc-cons-threshold.
ae63e572 15166
e2f3c692
DN
151672009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
15168
15169 Add support for stashing a snapshot of the current tree.
15170 * vc-git.el (vc-git-stash-snapshot): New function.
15171 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
15172
cf6d0352
JB
151732009-12-08 Jose E. Marchesi <jemarch@gnu.org>
15174
15175 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
15176 instead of `(beginning|end)-of-line'.
15177
48e4acc9
GM
151782009-12-08 Glenn Morris <rgm@gnu.org>
15179
6e890faa
GM
15180 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
15181
48e4acc9
GM
15182 * Makefile.in (ELCFILES): Regenerate.
15183
d2a1dc7b
JL
151842009-12-07 Juri Linkov <juri@jurta.org>
15185
15186 Don't lazy-highlight the comint output in history Isearch mode.
15187
15188 * comint.el (comint-history-isearch-search): Instead of
15189 `comint-line-beginning-position', use `comint-after-pmark-p'
15190 to check if point if before the process mark, and go to
15191 `process-mark' in this case.
15192
51ef56c4
SM
151932009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
15194
fb10ee4a
SM
15195 * textmodes/tex-mode.el (latex-complete)
15196 (latex-indent-or-complete): Remove.
15197 (latex-mode): Set completion-at-point-functions instead.
15198
15199 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
15200 * minibuffer.el (completion-at-point-functions): New var.
15201 (completion-at-point): New command.
fb10ee4a 15202 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
15203 * progmodes/python.el (python-mode-map): Use completion-at-point.
15204 (python-completion-at-point): Rename from python-partial-symbol and
15205 adjust for use in completion-at-point-functions.
15206 (python-mode): Setup completion-at-point for Python completion.
15207 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
15208 extracted from lisp-complete-symbol.
15209 (lisp-complete-symbol): Use it.
15210 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
15211 setup completion-at-point for Elisp completion.
fb10ee4a
SM
15212 (emacs-lisp-mode-map, lisp-interaction-mode-map):
15213 Use completion-at-point.
51ef56c4 15214 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 15215 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
15216 * progmodes/sym-comp.el: Move to...
15217 * obsolete/sym-comp.el: Move from progmodes.
15218
5e7a9022
EZ
152192009-12-07 Eli Zaretskii <eliz@gnu.org>
15220
15221 Prevent save-buffer in Rmail buffers from using the coding-system
15222 of the current message, and from clobbering the encoding mnemonics
15223 in the mode line (Bug#4623).
15224
15225 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
15226 flag, too.
15227 (rmail-message-encoding): New variable.
15228 (rmail-write-region-annotate): Record the encoding of the current
15229 message in rmail-message-encoding.
15230 (rmail-after-save-hook): New function, restores the encoding of
15231 the current message after the message collection is saved.
15232
9136e895
JL
152332009-12-07 Juri Linkov <juri@jurta.org>
15234
15235 * progmodes/grep.el (grep-read-files): Use `completing-read'
15236 instead of `read-string'. Set its `collection' arg to
15237 `read-file-name-internal'. (Bug#4301)
15238
40637410
JL
152392009-12-07 Juri Linkov <juri@jurta.org>
15240
15241 Correctly restore original Isearch point. (Bug#4994)
15242
15243 * isearch.el (isearch-mode): Move `isearch-push-state' after
15244 `(run-hooks 'isearch-mode-hook)'.
15245 (isearch-cancel): When `isearch-push-state-function' is defined,
15246 let-bind `isearch-cmds' to the first state (the last element of
15247 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
15248 function and restores the original point). Otherwise, move point
15249 to `isearch-opoint'.
15250
da10ce2b
SM
152512009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
15252
15253 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
15254 chars that don't have names, so the table can be built much faster at
15255 run-time.
15256
3d68fa99
CY
152572009-12-07 Chong Yidong <cyd@stupidchicken.com>
15258
f82b1493
CY
15259 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
15260 change. Suggested by David Kastrup.
15261
3d68fa99
CY
15262 * simple.el (compose-mail): Check for incompatibilities and warn.
15263 (compose-mail-user-agent-warnings): New option.
15264
662c5698
DN
152652009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
15266
15267 Support showing a single log entry from vc-annotate.
15268 * vc.el (print-log): Add a new argument: START-REVISION.
15269 (vc-print-log-internal): Add a new optional argument and
15270 pass it to the backend.
15271 (vc-print-log, vc-print-root-log): Adjust callers.
15272 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
15273 buffer already displays the requested log entry, use it.
15274 Otherwise display only the log entry in question.
15275 * vc-svn.el (vc-svn-print-log):
e4070cdc 15276 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
15277 * vc-hg.el (vc-hg-state):
15278 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
15279 (vc-git-show-log-entry): Return t on success.
15280 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
15281 (vc-bzr-show-log-entry): Return t on success.
15282 * vc-rcs.el (vc-rcs-print-log):
15283 * vc-sccs.el (vc-sccs-print-log):
15284 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
15285
e4070cdc
GM
152862009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
15287
5ce6e4f4
JB
15288 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
15289 Add menus to the meta mode. (Bug#5043)
e4070cdc 15290
5ce6e4f4 152912009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
15292
15293 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 15294 event-key.
662c5698 15295
662c5698
DN
15296 * ediff.el (ediff-buffers-internal): Add unwind-protect.
15297
dab816a9
MA
152982009-12-07 Michael Albinus <michael.albinus@gmx.de>
15299
15300 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
15301 Berbain <raphael.berbain@gmail.com>.
15302
15303 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
15304 characters.
15305 (tramp-initial-end-of-output): New defconst.
15306 (tramp-methods, tramp-find-shell)
15307 (tramp-open-connection-setup-interactive-shell)
15308 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
15309 (tramp-shell-prompt-pattern, tramp-wait-for-output):
15310 Handle existence of `#' and `$'.
dab816a9 15311
6a7662bb
BR
15312 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15313 Use `tramp-initial-end-of-output'.
dab816a9 15314
a91e1f6b
DN
153152009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
15316
15317 Get the background mode from the terminal for xterm, and set
15318 faces accordingly.
15319 * term/xterm.el (xterm-set-background-mode): New function.
15320 (terminal-init-xterm): Use it in case xterm supports background
15321 color queries. Recompute faces after getting the background
15322 color.
15323
5fa9d1ec
GM
153242009-12-07 Ulrich Mueller <ulm@gentoo.org>
15325
15326 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
15327 number comment back on its own line, for easier parsing.
15328
5e9fde5e
SM
153292009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
15330
15331 Make it work for non-file buffers (bug#5102).
15332 * doc-view.el (doc-view-current-cache-dir):
15333 Use doc-view-buffer-file-name rather than buffer-file-name.
15334 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
15335
2f2f5242
CY
153362009-12-06 Óscar Fuentes <ofv@wanadoo.es>
15337
15338 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
15339 author field is too short.
15340
cebf8ec6
DN
153412009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
15342
5e9fde5e
SM
15343 * vc-git.el (vc-git-print-log): Handle a limit argument.
15344 Display the short log in graph form and with labels.
0d3f8a78
DN
15345 (vc-git-log-view-mode): Handle labels.
15346
cebf8ec6
DN
15347 Make vc-revert change VC state from 'added to 'unregistered.
15348 * vc-git.el (vc-git-revert): Call git reset first.
15349
8e39154d
UJ
153502009-12-06 Ulf Jasper <ulf.jasper@web.de>
15351
d8194864
GM
15352 * net/newst-backend.el, net/newst-plainview.el:
15353 * net/newst-reader.el, net/newst-ticker.el:
15354 * net/newst-treeview.el, net/newsticker.el:
15355 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 15356
ef187c24
CY
153572009-12-06 Chong Yidong <cyd@stupidchicken.com>
15358
238a0f3a
CY
15359 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
15360
2c6bb71a
CY
15361 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
15362 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
15363 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
15364 Update annotation regexp.
15365
ef187c24
CY
15366 * simple.el (beginning-of-visual-line): Constrain to field
15367 boundaries (Bug#5106).
15368
571855b6
UJ
153692009-12-06 Ulf Jasper <ulf.jasper@web.de>
15370
6a7662bb
BR
15371 * xml.el (xml-substitute-numeric-entities):
15372 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 15373 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
15374 * net/newst-backend.el (newsticker--parse-generic-feed)
15375 (newsticker--parse-generic-items)
6a7662bb
BR
15376 (newsticker--decode-numeric-entities):
15377 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 15378 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 15379
b857059c
CY
153802009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15381
15382 * progmodes/js.el (js--js-not): Add null to the list of values.
15383
c2dae51b
CY
153842009-12-06 Chong Yidong <cyd@stupidchicken.com>
15385
d8194864 15386 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 15387
ed0f72d2
RW
153882009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15389
15390 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15391 delimiter if it is at the end of the current line.
15392 (bibtex-generate-url-list): Fix docstring.
15393
365b9a62
SM
153942009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15395
15396 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15397 minibuffer's content with itself.
15398 Fold the confirm-after-completion case into the `confirm' case.
15399 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15400
990a9cb1
KR
154012009-12-06 Kevin Ryde <user42@zip.com.au>
15402
15403 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 15404 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 15405
8b5a10db 15406 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 15407 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 15408
065543e7
JL
154092009-12-05 Juri Linkov <juri@jurta.org>
15410
15411 Save and restore dired buffer's point positions too. (Bug#4880)
15412
15413 * dired.el (dired-save-positions): Return in the first element
15414 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15415 Doc fix.
15416 (dired-restore-positions): First restore buffer's position.
15417 While restoring window's positions, check if window still displays
15418 the original buffer.
15419
503edac9
CY
154202009-12-05 Chong Yidong <cyd@stupidchicken.com>
15421
9a594ee6
CY
15422 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15423 if possible.
15424
925f8c70
CY
15425 * shell.el (shell): Require ansi-color (Bug#5113).
15426
15427 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15428
503edac9
CY
15429 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15430
8fea6b33
AM
154312009-12-05 Alan Mackenzie <acm@muc.de>
15432
15433 * progmodes/cc-mode.el (c-before-hack-hook)
15434 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15435 `c-file-style' to work again. This reversion restores the current
212c5aef 15436 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 15437
5d1fd962
CY
154382009-12-05 Kevin Ryde <user42@zip.com.au>
15439
6a7662bb
BR
15440 * textmodes/sgml-mode.el (sgml-lexical-context):
15441 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 15442
30760c8b
JL
154432009-12-05 Juri Linkov <juri@jurta.org>
15444
15445 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15446 for virtual nodes. (Bug#4147)
15447 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15448 when moving from a virtual node.
15449 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15450 (Info-mode): Add `Info-virtual-index' to the docstring.
15451
403111a8
RW
154522009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15453
15454 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15455 track of the buffer position of the end of a BibTeX entry as this
15456 position may change during reformatting.
15457 (bibtex-format-entry): Remove whitespace before processing
15458 numerical fields so that we recognize the latter properly.
15459 (bibtex-reformat): Do not use push which changes the global value
15460 of bibtex-entry-format.
15461 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15462 (bibtex-field-re-init): Replace only space characters by regexp
15463 for whitespace.
365b9a62 15464 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
15465 (bibtex-initialize): Also update bibtex-strings.
15466 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
15467 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15468 Update bibtex-reference-keys.
403111a8 15469
25b54627
SM
154702009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15473 point after a star, if that's the only place where modifications can
15474 make progress.
15475
35639eb4
DN
154762009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15477
15478 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15479 in docstrings.
15480
8b78760b
JL
154812009-12-04 Juri Linkov <juri@jurta.org>
15482
15483 * proced.el (proced): Call `(proced-update t)' to update process
15484 information instead of only running proced-post-display-hook.
15485 (proced-send-signal): Add a leading space to the buffer name
15486 " *Marked Processes*" to make this buffer ephemeral.
15487
2b3489a7
JL
154882009-12-04 Juri Linkov <juri@jurta.org>
15489
15490 * dired.el (dired-auto-revert-buffer): New defcustom.
15491 (dired-internal-noselect): Use it.
15492
9b9debd1
JL
154932009-12-04 Juri Linkov <juri@jurta.org>
15494
15495 Change roles of modes and functions in image-mode.el (Bug#5062).
15496
15497 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15498 in `auto-mode-alist'.
15499 (image-mode-previous-major-mode): New variable.
15500 (image-minor-mode-map): Rename from `image-mode-text-map'.
15501 (image-mode): Move graceful error-handling code from
15502 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15503 (image-minor-mode): Remove all image-handling code.
15504 Replace `image-mode-text-map' with `image-minor-mode-map'.
15505 Check for `image-type' in mode-line format string.
15506 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15507 (image-mode-as-text): New function with most code from
15508 `image-mode-maybe'.
15509 (image-toggle-display-text): Move code that removes image
15510 properties from `image-toggle-display' to here.
15511 (image-toggle-display-image): New function with code that adds
15512 image properties copied from `image-toggle-display'.
15513 (image-toggle-display): Remove most code with leaving only code
15514 that toggles between `image-mode-as-text' and `image-mode'.
15515
0c74a301
UJ
155162009-12-04 Ulf Jasper <ulf.jasper@web.de>
15517
15518 * net/newst-treeview.el
15519 (newsticker--treeview-list-highlight-start): Restored call to
15520 save-excursion: Selected item was stuck.
15521 (newsticker--treeview-list-select): New.
15522 (newsticker--treeview-item-show-text)
15523 (newsticker--treeview-item-show)
15524 (newsticker--treeview-item-update): Use new
15525 newsticker-treeview-item-mode.
15526 (newsticker-treeview-update): Keep current item.
15527 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15528 (newsticker--treeview-first-feed): Doc change.
15529 (newsticker-treeview-list-menu)
88b5a757 15530 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
15531 (newsticker-treeview-item-mode): New.
15532
5ce6e4f4 15533 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
15534 windows.
15535
9eaeec5b
SS
155362009-12-04 Sam Steingold <sds@gnu.org>
15537
15538 * log-view.el (log-view-mode-map): "q" calls quit-window,
15539 like in all the other non-self-insert buffers.
15540
b2bf5be5
SM
155412009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15542
15543 Minor cleanup.
15544 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15545 key decoding rather than do it manually via last-input-event +
15546 ascii-character.
15547 (term-exec): Use delete-and-extract-region.
15548 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15549 (term-process-pager): Remove unused var `i'.
15550 (term-dynamic-simple-complete): Make obsolete.
15551 (serial-update-config-menu): Remove unused vars `y' and `str'.
15552 (term-update-mode-line): Remove unused var `temp'.
15553
46e5c897
DN
155542009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15555
15556 Limit the number of log entries displayed by default.
15557 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15558 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15559 using a prefix argument.
15560
627e0a14
GM
155612009-12-03 Glenn Morris <rgm@gnu.org>
15562
15563 * progmodes/idlwave.el (class): Restore still useful declaration.
15564
8578c224
AM
155652009-12-03 Alan Mackenzie <acm@muc.de>
15566
4abc318c 15567 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 15568
b2bf5be5
SM
15569 * progmodes/cc-mode.el (c-basic-common-init):
15570 Call c-state-cache-init.
9762b219 15571 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 15572 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 15573 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
15574
15575 * progmodes/cc-langs.el (c-before-font-lock-function):
15576 c-extend-and-neutralize-syntax-in-CPP has been renamed
15577 c-neutralize-syntax-in-and-mark-CPP.
15578
15579 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15580 with `category' properties now, not `syntax-table' ones.
15581
15582 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15583 enhanced (but slower) version of c-end-of-macro that won't land
15584 inside a literal or on another awkward character.
15585 (c-state-cache-too-far, c-state-cache-start)
15586 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15587 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15588 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15589 (c-state-min-scan-pos, c-state-brace-pair-desert)
15590 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15591 buffer local variables.
15592 (c-state-literal-at, c-state-lit-beg)
15593 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15594 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15595 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15596 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15597 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15598 (c-renarrow-state-cache)
15599 (c-append-lower-brace-pair-to-state-cache)
15600 (c-state-push-any-brace-pair, c-append-to-state-cache)
15601 (c-remove-stale-state-cache)
15602 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15603 (c-invalidate-state-cache-1, c-parse-state-1)
15604 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
15605 (c-parse-state): Enhance and refactor.
15606 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
15607
15608 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15609 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
15610 modify to use category text properties rather than syntax-table ones.
15611 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
15612 to switch off/on the syntactic paren property of C++ template
15613 delimiters using the category property.
15614 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15615 template delims suppressed.
15616 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15617 New constant/macros which apply category properties to the start
15618 and end of preprocessor constructs.
b2bf5be5 15619 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
15620 "comment out" the syntactic value of characters in preprocessor
15621 constructs.
15622 (c-with-cpps-commented-out)
15623 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15624 with characters in all or all but one preprocessor constructs
15625 "commented out".
15626
0d4dc442
RW
156272009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15628
15629 * proced.el (proced-filter-alist): Use regexp-quote.
15630
a09dc9bf
MA
156312009-12-03 Michael Albinus <michael.albinus@gmx.de>
15632
15633 Cleanup.
15634 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15635 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15636 arguments. Expand `default-directory'.
15637
15638 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15639 the benefit of returning an expanded localname.
15640 (tramp-tramp-file-p): Handle the case NAME is not a string.
15641
3f6bd790
DN
156422009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15643
4dfb3b9c
DN
15644 Add support for bzr shelve/unshelve.
15645 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15646 (vc-bzr-extra-menu-map): New variables.
15647 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15648 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15649 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15650 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15651 (vc-bzr-dir-extra-headers): Display shelves.
15652
3f6bd790
DN
15653 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15654
842d73a1
SM
156552009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15656
15657 * textmodes/bibtex.el (bibtex-complete-internal):
15658 Use completion-in-region.
15659 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15660
7fa4876f
DN
156612009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15662
15663 Support applying stashes. Improve UI.
15664 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15665 (vc-git-stash-apply, vc-git-stash-pop)
15666 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15667 (vc-git-stash-menu): New functions.
15668 (vc-git-stash-menu-map): New variable.
15669 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15670
d6e82452
GM
156712009-12-03 Glenn Morris <rgm@gnu.org>
15672
15673 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15674 (vc-print-log-internal): Fix previous change.
15675 (vc-revert): Correct pluralization.
15676
8d222148
SM
156772009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15678
ea52206b
SM
15679 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15680 it to be an alist any more.
15681 (makefile-complete): Use completion-in-region.
15682
69a94a37
SM
15683 * progmodes/octave-mod.el (octave-complete-symbol):
15684 Use completion-in-region.
15685
8d222148
SM
15686 Misc cleanup.
15687 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15688 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15689 (idlwave-complete-class): Don't quote lambda.
15690 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15691 (idlwave-mode-map): Move initialization into declaration.
15692 (idlwave-action-and-binding): Use backquotes.
15693 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15694 Simplify.
15695 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15696 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15697 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15698 `parts', and `all-parts'.
15699 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15700 (idlwave-convert-xml-system-routine-info): Remove unused string
15701 `version-string'.
15702 (idlwave-display-user-catalog-widget): Use dolist.
15703 (idlwave-scanning-lib): Declare dynamically-scoped var.
15704 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15705 (completion-highlight-first-word-only): Declare to silence bytecomp.
15706 (idlwave-popup-select): Tighten scope of `resp'.
15707 (idlwave-find-struct-tag): Remove unused var `beg'.
15708 (idlwave-after-load-rinfo-hook): Declare.
15709 (idlwave-sintern-class-info): Remove unused var `taglist'.
15710 (idlwave-find-class-definition): Remove unused var `list'.
15711 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15712 (idlwave-what-module-find-class): Remove unused var `classes'.
15713
3bb8691b
JB
157142009-12-03 Juanma Barranquero <lekktu@gmail.com>
15715
15716 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15717
f72f0c23
SM
157182009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15721 buffers visited. Remove redundant current-buffer-saving.
15722
601a9508
SM
157232009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 Use completion-in-buffer and remove uses of dynamic scoping.
15726 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15727 (pascal-buffer-to-use, pascal-flag): Don't declare.
15728 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15729 (pascal-get-completion-decl, pascal-keyword-completion):
15730 Add `pascal-str' argument, save-excursion,
15731 return the found completions, and don't filter with pascal-pred.
15732 (pascal-completion-cache): New var.
15733 (pascal-completion): Don't switch buffer any more (it was never
15734 necessary). Don't save-excursion any more (it's done by the called
15735 subroutines). Use a cache to avoid redundant computations.
15736 Use complete-with-action rather than pascal-completion-response and
15737 let it apply the predicate as well.
15738 (pascal-complete-word): Use completion-in-buffer when
15739 pascal-toggle-completions is nil.
15740 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15741 not used any more.
15742 (pascal-comp-defun): Don't change buffer any more.
15743 Use complete-with-action rather than pascal-completion-response and
15744 let it apply the predicate as well.
15745 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15746 when neded.
15747
1ff4cb98
KH
157482009-12-02 Kenichi Handa <handa@m17n.org>
15749
15750 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15751 shape for all Indic scripts.
15752
bb12edf1
SM
157532009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15754
15755 Use completion-in-buffer.
15756 * wid-edit.el (widget-field-text-end): New function.
15757 (widget-field-value-get): Use it.
15758 (widget-string-complete, widget-file-complete)
15759 (widget-color-complete): Use it and completion-in-region.
15760 (widget-complete): Don't narrow the buffer.
15761
5813f6ef
GM
157622009-12-02 Glenn Morris <rgm@gnu.org>
15763
c920f222
GM
15764 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15765 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15766 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15767 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15768
5813f6ef
GM
15769 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15770 save-excursion with save-current-buffer.
15771 Widen before searching. (Bug#5093)
15772 (diary-list-sexp-entries): Remove superfluous save-excursion.
15773
34b1d750
GM
157742009-12-02 Michael Welsh Duggan <mwd@cert.org>
15775
15776 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15777 name. (Bug#5038)
15778
b2d5f31a
GM
157792009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15780
15781 * ido.el (ido-file-internal): Handle filenames at point that do
15782 not have a directory part. (Bug#5049)
15783
c710ac3c
JB
157842009-12-02 Juanma Barranquero <lekktu@gmail.com>
15785
15786 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15787 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15788
9946be46
SM
157892009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15790
15791 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15792 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15793 any more.
15794
b08016f2
SM
157952009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15796
e7440df4
SM
15797 * comint.el (comint-insert-input): Ignore clicks to the right of
15798 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15799
3bb8691b 15800 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15801 terminate before setting up the major mode.
15802
f3b757f5
SM
15803 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15804 in case.
15805
a2877f1d
SM
15806 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15807 the last element.
15808
b08016f2
SM
15809 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15810
782d6e30
GM
158112009-12-01 Glenn Morris <rgm@gnu.org>
15812
15813 * window.el (window--display-buffer-2): Fix previous changes.
15814
28f57f7e
CY
158152009-12-01 Chong Yidong <cyd@stupidchicken.com>
15816
15817 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15818
c31a2fdc
GM
158192009-12-01 Glenn Morris <rgm@gnu.org>
15820
15821 * Makefile.in (ELCFILES): Add mpc.elc.
15822
e1ada222
SM
158232009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15824
15825 * mpc.el: New file.
15826
0c9ff2c5
GM
158272009-12-01 Glenn Morris <rgm@gnu.org>
15828
3689984f
GM
15829 * window.el (window-to-use): Define for compiler.
15830
3ab4308b
GM
15831 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15832 consistent with others (no final period).
15833
0c9ff2c5
GM
15834 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15835 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15836
fb0c18ff
DN
158372009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15838
15839 Make vc-print-log buttons work.
045b9da7 15840 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15841
2ac7e73e
JB
158422009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15843
15844 * savehist.el (savehist-autosave-interval): Allow setting to nil
15845 through customize. (Bug#5056)
15846
5237d741
JB
158472009-11-30 Juanma Barranquero <lekktu@gmail.com>
15848
15849 Fix references to jit-lock properties.
15850 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15851 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15852 (perl-font-lock-special-syntactic-constructs):
15853 Quote jit-lock-defer-multiline property.
15854
379241fa
DN
158552009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15856
15857 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15858
054ae856
JL
158592009-11-30 Juri Linkov <juri@jurta.org>
15860
15861 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15862 value `buffer' of `multi-isearch-next-buffer-current-function'.
15863 Use `(current-buffer)' when `buffer' is nil.
15864 (multi-isearch-next-buffer-from-list): Don't fallback to
15865 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15866
67296dda
JL
158672009-11-30 Juri Linkov <juri@jurta.org>
15868
15869 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15870 of buffers with `get-buffer' to `multi-isearch-buffers'.
15871 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15872 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15873 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15874 FILES with `expand-file-name' converting relative file names
15875 to absolute. Doc fix. (Bug#4727)
15876
c585bf32
JL
158772009-11-30 Juri Linkov <juri@jurta.org>
15878
15879 * misearch.el (multi-isearch-read-buffers)
15880 (multi-isearch-read-matching-buffers): New functions.
15881 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15882 Use them in the `interactive' spec. Doc fix.
15883 (multi-isearch-read-files, multi-isearch-read-matching-files):
15884 New functions.
15885 (multi-isearch-files, multi-isearch-files-regexp):
15886 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15887
0a745733
JL
158882009-11-30 Juri Linkov <juri@jurta.org>
15889
15890 * doc-view.el (doc-view-continuous):
15891 Rename from `doc-view-continuous-mode'.
15892 (doc-view-menu): Move "Toggle display" to the top.
15893 Add submenu "Continuous" with radio buttons "Off"/"On"
15894 and "Save as Default".
15895 (doc-view-scroll-up-or-next-page)
15896 (doc-view-scroll-down-or-previous-page)
15897 (doc-view-next-line-or-next-page)
6a7662bb
BR
15898 (doc-view-previous-line-or-previous-page):
15899 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15900
1f9689eb
JL
159012009-11-30 Juri Linkov <juri@jurta.org>
15902
15903 * comint.el (comint-mode-map): Rebind `M-r' from
15904 `comint-previous-matching-input' to
15905 `comint-history-isearch-backward-regexp'.
15906 Unbind `M-s' to allow global key binding `M-s'.
15907 Add menu items for `comint-history-isearch-backward' and
15908 `comint-history-isearch-backward-regexp'. (Bug#3746)
15909
2952b1ae
JL
159102009-11-30 Juri Linkov <juri@jurta.org>
15911
15912 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15913 For def=recenter, replace `recenter' with `recenter-top-bottom'
15914 that is called with `this-command' and `last-command' let-bound
15915 to `recenter-top-bottom'. When the last `def' was not `recenter',
15916 set `recenter-last-op' to nil. (Bug#4981)
15917
7a9547ca
SM
159182009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15919
20565545
SM
15920 Minor cleanup and simplification.
15921 * filecache.el (file-cache-add-directory)
15922 (file-cache-add-directory-recursively)
15923 (file-cache-add-from-file-cache-buffer)
15924 (file-cache-delete-file-regexp, file-cache-delete-directory)
15925 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15926 (file-cache-temp-minibuffer-message): Delete function.
15927 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15928
7a9547ca
SM
15929 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15930 Don't signal an error when bumping into EOB in tr, s, or y.
15931
08e968f3
JL
159322009-11-29 Juri Linkov <juri@jurta.org>
15933
15934 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15935 (Bug#4960)
15936
15937 * descr-text.el (describe-char-unidata-list): Use lowercase name
15938 for "Unicode name" like in other tags.
15939
f8d170a4
JL
159402009-11-29 Juri Linkov <juri@jurta.org>
15941
15942 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15943 New compatibility macro.
7a9547ca 15944 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15945
0116abbd
JL
159462009-11-29 Juri Linkov <juri@jurta.org>
15947
15948 Add defcustom to define the cycling order of `recenter-top-bottom'.
15949 (Bug#4981)
15950
15951 * window.el (recenter-last-op): Doc fix.
15952 (recenter-positions): New defcustom.
15953 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15954 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15955
61eef560
MA
159562009-11-29 Michael Albinus <michael.albinus@gmx.de>
15957
15958 Improve integration of Tramp and ange-ftp in eshell.
15959
e4070cdc 15960 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15961 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15962 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15963
15964 * eshell/esh-util.el (top): Require also Tramp when compiling.
15965 (eshell-directory-files-and-attributes): Check for FTP remote
15966 connection.
15967 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15968 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15969 (eshell-file-attributes): Handle ".". Return `entry'.
15970
15971 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15972 (ange-ftp-directory-files-and-attributes)
15973 (ange-ftp-real-directory-files-and-attributes): New defuns.
15974
15975 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15976 shell with "exec" when possible. This prevents trailing prompts
15977 in `start-file-process'.
15978
f5467d3f
SM
159792009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15980
21f49db9
SM
15981 Try and remove assumptions about point-min==1.
15982 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15983 (rng-compute-mode-line-string): Show the validation percentage in
15984 terms of the narrowed text, not the widened text.
15985 (rng-do-some-validation): Don't catch internal errors when debugging.
15986 (rng-first-error): Simplify.
15987 (rng-after-change-function): Remove work around. AFAIK the bug has
15988 been fixed a while ago.
15989
26224faf
SM
15990 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15991 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15992
d7117720
SM
15993 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15994
f5467d3f
SM
15995 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15996 `cd' doesn't always do it for us (bug#5067).
15997
15998 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15999 on 2009-10-25 as part of some other change (bug#5067).
16000
c5269f1c
SM
160012009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16002
62a258a7
SM
16003 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
16004 `suspicious'.
16005 (byte-compile-warnings): Use byte-compile-warning-types.
16006 (byte-compile-save-excursion): Warn about use of set-buffer right
16007 after save-excursion.
16008
c5269f1c
SM
16009 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
16010 the excursion as well.
16011
3ba30eb8
MA
160122009-11-27 Michael Albinus <michael.albinus@gmx.de>
16013
16014 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
16015 providing a Tramp related implementation of "su" and "sudo".
16016 (eshell-unix-initialize): Add "su" and "sudo".
16017
6c6f788d
DU
160182009-11-27 Daiki Ueno <ueno@unixuser.org>
16019
16020 * net/socks.el (socks-send-command): Convert binary request to
16021 unibyte before sending. This fixes mishandling of some port
16022 numbers such as 129.
16023
10c877fe
SM
160242009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16025
6f06a171
SM
16026 * help.el (describe-bindings-internal): Remove `interactive'.
16027
10c877fe
SM
16028 * man.el (Man-completion-table): Trim a terminating "(".
16029 Remove the space between name page a section.
16030 Add the command's description on the `help-echo' property.
c5269f1c
SM
16031 Remove `process-connection-type' binding since it's unused by
16032 call-process.
10c877fe
SM
16033 Provide completion for the "<section> <name>" format as well.
16034 (Man-default-man-entry): Remove spurious var shadowing the argument.
16035
c44a4822
KR
160362009-11-26 Kevin Ryde <user42@zip.com.au>
16037
16038 * log-view.el: Add "Keywords: tools", since its other keywords
16039 aren't in finder-known-keywords, and following vc.el.
16040
9d58f081
KR
16041 * sha1.el (sha1-string-external): default-directory "/" in case
16042 otherwise non-existent. process-connection-type pipe for touch of
16043 efficiency recommended by elisp manual. (An aside in Bug#3911.)
16044
72fe6b25
SM
160452009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
16046
16047 Misc coding convention cleanups.
16048 * htmlfontify.el (hfy-init-kludge-hook): Rename from
16049 hfy-init-kludge-hooks.
16050 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
16051 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
16052 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
16053 and push.
16054 (hfy-slant, hfy-weight): Use tables rather than code.
16055 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
16056 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
16057 (hfy-face-attr-for-class): Initialize `face-spec' directly.
16058 (hfy-face-to-css): Remove `nconc' with single arg.
16059 (hfy-p-to-face-lennart): Use `or'.
16060 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
16061 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
16062 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
16063 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
16064 (hfy-force-fontification): Use run-hooks.
16065
85e0a536
SM
160662009-11-26 Vivek Dasmohapatra <vivek@etla.org>
16067
16068 Various minor fixes.
16069 * htmlfontify.el (hfy-default-header): Add toggle_invis since
16070 Javascript belongs in the header, not the body.
16071 (hfy-javascript): Remove.
16072 (hfy-fontify-buffer): Don't insert it any more.
16073 (hfy-face-at): Handle (face0 face1 face2) style face properties.
16074 Fix bug in invis handling when there were no invis props in a chunk.
16075
62ccc42c
SM
160762009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
16079
2643c7aa
DN
160802009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
16081
16082 * finder.el (finder-mode-map): Add a menu.
16083
0e5c8aed
DN
160842009-11-26 Michael McNamara <mac@mail.brushroad.com>
16085
bf0b361c 16086 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
16087 "unsigned" structs.
16088
16089 (verilog-leap-to-head, verilog-backward-token): Handle "disable
16090 fork" statement better.
16091
160922009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
16093
bf0b361c
JB
16094 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
16095 (verilog-delete-auto, verilog-delete-empty-auto-pair)
16096 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
16097 Reported by Clay Douglass.
0e5c8aed
DN
16098
16099 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 16100 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
16101 Fix removing "// Interfaces" when saving .* expansions.
16102 Reported by Pierre-David Pfister.
0e5c8aed 16103
7629c4e7
GM
161042009-11-26 Glenn Morris <rgm@gnu.org>
16105
62ccc42c
SM
16106 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
16107 the scope.
7629c4e7 16108
a5d358f8
JB
161092009-11-25 Johan Bockgård <bojohan@gnu.org>
16110
16111 * vc-annotate.el (vc-annotate-revision-previous-to-line):
16112 Really use previous revision.
16113
002cbde5
KR
161142009-11-25 Kevin Ryde <user42@zip.com.au>
16115
16116 * man.el (Man-completion-table): default-directory "/" in case
16117 doesn't otherwise exist. process-environment COLUMNS=999 so as
16118 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
16119 any chance of hitting the pseudo-tty TIOCGWINSZ.
16120 (man): completion-ignore-case t for friendliness and since man
16121 itself is case-insensitive on the command line.
16122 Further to Bug#3717.
002cbde5 16123
8cb5ffe8
KR
16124 * arc-mode.el: Add "Keywords: files", so the details in its
16125 commentary can be reached from finder-by-keyword.
34607612
KR
16126 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
16127 editing mode, but it's comms related and sgml-mode.el has "comm"
16128 on that basis too.
b8dfcf54 16129 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
16130 * international/isearch-x.el, international/ja-dic-cnv.el:
16131 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 16132 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 16133
1e2d9ba1
JL
161342009-11-25 Juri Linkov <juri@jurta.org>
16135
16136 * man.el (Man-completion-table): Modify regexp to include
16137 section names to completion strings. (Bug#3717)
16138
a601d313
JL
161392009-11-25 Juri Linkov <juri@jurta.org>
16140
16141 Search recursively in gzipped files. (Bug#4982)
16142
16143 * progmodes/grep.el (grep-highlight-matches): Add new options
16144 `always' and `auto'. Doc fix.
16145 (grep-process-setup): Check `grep-highlight-matches' for
16146 `auto-detect' to determine the need to compute grep defaults.
16147 Move Windows/DOS specific --colors settings handling
16148 to `grep-compute-defaults'. Check `grep-highlight-matches'
16149 to get the value of "--color=".
16150 (grep-compute-defaults): Compute `grep-highlight-matches' when it
16151 has the value `auto-detect'. Move Windows/DOS specific settings
16152 from `grep-process-setup'.
16153 (zrgrep): New command with alias `rzgrep'.
16154
bde04ea9
JL
161552009-11-25 Juri Linkov <juri@jurta.org>
16156
16157 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
16158 to nil instead of switching off view-mode. (Bug#4896)
16159
7d6b4d3c
JL
161602009-11-25 Juri Linkov <juri@jurta.org>
16161
16162 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
16163
16164 * mwheel.el (mwheel-scroll-up-function)
16165 (mwheel-scroll-down-function): New defvars.
16166 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
16167 `scroll-up', and `mwheel-scroll-down-function' instead of
16168 `scroll-down'.
16169
16170 * doc-view.el (doc-view-scroll-up-or-next-page)
16171 (doc-view-scroll-down-or-previous-page): Add optional ARG.
16172 Use this ARG in the call to image-scroll-up/image-scroll-down.
16173 Change `interactive' spec to "P". Goto next/previous page only
16174 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
16175 SPC/DEL case). Doc fix.
16176 (doc-view-next-line-or-next-page)
16177 (doc-view-previous-line-or-previous-page): Rename arg to ARG
16178 for consistency.
16179 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
16180 `doc-view-scroll-up-or-next-page', and buffer-local
16181 `mwheel-scroll-down-function' to
16182 `doc-view-scroll-down-or-previous-page'.
16183
e237085f
JL
161842009-11-25 Juri Linkov <juri@jurta.org>
16185
16186 Provide additional default values (directories at other Dired
16187 windows) via M-n in the minibuffer of some Dired commands.
16188
16189 * dired-aux.el (dired-diff, dired-compare-directories)
16190 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
16191 `minibuffer-default' in `minibuffer-with-setup-hook'.
16192 (dired-dwim-target-directory): Find a window that displays Dired
16193 buffer instead of failing when the next window is not Dired.
16194 Use `get-window-with-predicate' to find for the next Dired window.
16195 (dired-dwim-target-defaults): New function.
16196
16197 * ediff-util.el (ediff-read-file-name):
16198 Use `dired-dwim-target-defaults' to set `minibuffer-default'
16199 in `minibuffer-with-setup-hook'.
16200
7d371eac
JL
162012009-11-25 Juri Linkov <juri@jurta.org>
16202
16203 Provide additional default values (file name at point or at the
16204 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
16205
16206 * minibuffer.el (read-file-name-defaults): New function.
16207 (read-file-name): Reset `minibuffer-default' to nil when
16208 it duplicates initial input `insdef'.
16209 Bind `minibuffer-default-add-function' to lambda that
16210 calls `read-file-name-defaults' in `minibuffer-selected-window'.
16211 (minibuffer-insert-file-name-at-point): New command.
16212
16213 * files.el (file-name-at-point-functions): New defcustom.
16214 (find-file-default): Remove defvar.
16215 (find-file-read-args): Don't use `find-file-default'.
16216 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
16217 to `read-file-name'.
16218 (find-file-literally): Use `read-file-name' with
16219 `confirm-nonexistent-file-or-buffer'.
16220
16221 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
16222
16223 * dired.el (dired-read-dir-and-switches):
16224 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
16225 to `read-file-name'.
16226 (dired-file-name-at-point): New function.
16227 (dired-mode): Add hook `dired-file-name-at-point' to
16228 `file-name-at-point-functions'.
16229
04ae543a
SM
162302009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
16231
16232 Really make the *Completions* window soft-dedicated (bug#5030).
16233 * window.el (window--display-buffer-2): Add `dedicated' argument.
16234 (display-buffer): Pass it when needed so the dedicated flag is set
16235 after calling set-window-buffer, which would otherwise reset it.
16236
eb708e66
SM
162372009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
16238
d6b8d4e7
SM
16239 * progmodes/meta-mode.el (meta-complete-symbol):
16240 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
16241 * mail/mailabbrev.el (mail-abbrev-complete-alias):
16242 Use completion-in-region.
16243
5f24557b
SM
16244 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
16245 (dabbrev-completion): Use completion-in-region.
16246 (dabbrev--abbrev-at-point): Simplify regexp.
16247
fe4346f0
SM
16248 * abbrev.el (abbrev--before-point): Use word-motion functions
16249 if :regexp is not specified (bug#5031).
16250
cb190d7d
SM
16251 * subr.el (string-prefix-p): New function.
16252
e2ec6dd5
SM
16253 * man.el (Man-completion-cache): New var.
16254 (Man-completion-table): Use it.
16255
eb708e66
SM
16256 * vc.el (vc-print-log-internal): Make `limit' optional for better
16257 compatibility (e.g. with vc-annotate.el).
16258
4cf8971b
KR
162592009-11-24 Kevin Ryde <user42@zip.com.au>
16260
eb708e66 16261 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 16262 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 16263
4cf8971b
KR
16264 * emacs-lisp/elint.el (elint-add-required-env): Better error message
16265 when .el source file not found or other error.
16266
d204c46c
SM
162672009-11-24 Markus Triska <markus.triska@gmx.at>
16268
16269 * linum.el (linum-update-window): Ignore intangible (bug#4996).
16270
bb301b9a
SM
162712009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
16272
449c27f0
SM
16273 Handle the [back] button properly (bug#4979).
16274 * descr-text.el (describe-text-properties): Add a `buffer' argument.
16275 Use help-setup-xref, help-buffer, and with-help-window.
16276 (describe-char): Add `buffer' argument.
16277 Pass proper command to help-setup-xref. Don't meddle with
16278 help-xref-stack-item directly.
16279 (describe-text-category): Use with-help-window and help-buffer.
16280
32fe5377
SM
16281 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
16282 for the displayed buffer (bug#4887).
16283
bb301b9a
SM
16284 * man.el (Man-completion-table): New function.
16285 (man): Use it.
16286
35179414
DR
162872009-11-24 David Reitter <david.reitter@gmail.com>
16288
bb301b9a 16289 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
16290 .git is) rather than the file's directory and a relative path spec
16291 to work around a bug in git.
16292
605a20a9
MA
162932009-11-24 Michael Albinus <michael.albinus@gmx.de>
16294
16295 Improve handling of processes on remote hosts.
16296
16297 * eshell/esh-util.el (eshell-path-env): New defvar.
16298 (eshell-parse-colon-path): New defun.
16299 (eshell-file-attributes): Use `eshell-parse-colon-path'.
16300
bb301b9a
SM
16301 * eshell/esh-ext.el (eshell-search-path):
16302 Use `eshell-parse-colon-path'.
605a20a9
MA
16303 (eshell-remote-command): Remove argument HANDLER.
16304 (eshell-external-command): Check for FTP remote connection.
16305
bb301b9a
SM
16306 * eshell/esh-proc.el (eshell-gather-process-output):
16307 Use `file-truename', in order to start also symlinked files.
16308 Apply `start-file-process' instead of `start-process'.
16309 Shorten `command' to the local file name part.
605a20a9 16310
bb301b9a
SM
16311 * eshell/em-cmpl.el (eshell-complete-commands-list):
16312 Use `eshell-parse-colon-path'.
605a20a9
MA
16313
16314 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
16315
16316 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
16317 to `eshell-directory-change-hook'.
16318
d1d33062
TH
163192009-11-24 Tassilo Horn <tassilo@member.fsf.org>
16320
16321 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 16322 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 16323
a34d8565 163242009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 16325
a34d8565
MK
16326 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
16327 made on 2009-11-22.
d1d33062 16328
c83b8d1b
GM
163292009-11-24 Glenn Morris <rgm@gnu.org>
16330
16331 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
16332 deleted variable bookmark-bmenu-bookmark-column.
16333
83505cfe
SM
163342009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
16337
5241b291
CY
163382009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
16339
16340 * net/browse-url.el (browse-url-filename-alist): On Windows, add
16341 two slashes to the "file:" prefix.
16342 (browse-url-file-url): De-munge Cygwin filenames before passing
16343 them to Windows browser.
16344 (browse-url-default-windows-browser): Use call-process.
16345
aefcadb6
JL
163462009-11-23 Juri Linkov <juri@jurta.org>
16347
16348 Implement DocView Continuous mode. (Bug#4896)
16349 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
16350 (doc-view-mode-map): Bind C-n/<down> to
16351 `doc-view-next-line-or-next-page', C-p/<up> to
16352 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
16353 (doc-view-next-line-or-next-page)
16354 (doc-view-previous-line-or-previous-page): New commands.
16355
0d62bcea
JL
163562009-11-23 Juri Linkov <juri@jurta.org>
16357
16358 Implement Isearch in comint input history. (Bug#3746)
16359 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
16360 `isearch-mode-hook'.
16361 (comint-history-isearch): New defcustom.
16362 (comint-history-isearch-backward)
16363 (comint-history-isearch-backward-regexp): New commands.
16364 (comint-history-isearch-message-overlay): New buffer-local variable.
16365 (comint-history-isearch-setup, comint-history-isearch-end)
16366 (comint-goto-input, comint-history-isearch-search)
16367 (comint-history-isearch-message, comint-history-isearch-wrap)
16368 (comint-history-isearch-push-state)
16369 (comint-history-isearch-pop-state): New functions.
16370
b593f105
MA
163712009-11-23 Michael Albinus <michael.albinus@gmx.de>
16372
16373 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
16374 return.
16375 (tramp-handle-make-symbolic-link)
16376 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
16377 Quote file names.
16378 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
16379 (tramp-handle-process-file): Use it.
16380
0f202d5d
SM
163812009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16382
16383 * window.el (move-to-window-line-last-op): Remove.
16384 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16385
216349f8
SM
163862009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16387
0f202d5d 16388 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
16389 * window.el (move-to-window-line-last-op): New var.
16390 (move-to-window-line-top-bottom): New command.
16391 (global-map): Bind M-r move-to-window-line-top-bottom.
16392
c10e0633
GM
163932009-11-23 Sven Joachim <svenjoac@gmx.de>
16394
16395 * dired-x.el (dired-guess-shell-alist-default):
16396 Support xz format. (Bug#4953)
16397
953e0c1a
GM
163982009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16399
16400 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16401 last-command-char/last-command-event.
16402 (viper-prefix-arg-value): Do correct conversion of event-char for
16403 XEmacs.
16404
83505cfe
SM
16405 * emulation/viper-util.el, emulation/viper.el:
16406 Use viper-last-command-char instead of
16407 last-command-char/last-command-event.
953e0c1a 16408
83505cfe
SM
16409 * ediff-init.el, ediff-mult.el, ediff-util.el:
16410 Replace last-command-char and last-command-event
16411 with (ediff-last-command-char) everywhere.
953e0c1a
GM
16412
16413 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16414 created in fundamental mode.
16415
16416 * ediff.el (ediff-version): Revert the change of interactive-p to
16417 called-interactively-p.
16418
9ee12eee
TH
164192009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16420
16421 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16422 generation from word-movement command names.
16423
8b571bf3
JD
164242009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16425
16426 * cus-start.el (all): Add native condition for font-use-system-font.
16427
4121db47
AM
164282009-11-21 Nathaniel Flath <flat0103@gmail.com>
16429
83505cfe
SM
16430 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16431 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 16432
d71f5e0c
TH
164332009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16434
16435 * progmodes/subword.el: Rename from lisp/subword.el.
16436
16437 * subword.el: Rename to progmodes/subword.el.
16438
16439 * Makefile.in (ELCFILES): Adapt to subword.el move.
16440
fc9d6ad6 164412009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 16442 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
16443
16444 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16445 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16446 (bookmark-bmenu-show-filenames): Use push.
16447 (bookmark-bmenu-hide-filenames): Use local var instead of
16448 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16449 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16450 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16451 filenames now that the bookmark names are always available.
16452
26d9285f
SM
164532009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16456 (bookmark-search-pattern): Move and leave unbound.
16457 (bookmark-bmenu-mode-map): Change binding.
16458 (bookmark-read-search-input): Simplify.
16459 Don't use text-char-description. Don't error on non-char events.
16460 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16461 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16462 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16463 Use a local var for the timer.
16464 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16465 (i.e. bookmark-bmenu-search).
16466
d73a0317
GM
164672009-11-21 Glenn Morris <rgm@gnu.org>
16468
16469 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16470
e572025f
CY
164712009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16472
26d9285f
SM
16473 * net/browse-url.el (browse-url-default-windows-browser):
16474 Use cygstart for cygwin.
e572025f 16475
6aeaa3dc
KF
164762009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16477
e4070cdc 16478 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
16479 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16480 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 16481 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
16482 (bookmark-read-search-input): Adjust to fit within 80 columns.
16483
a9b76eec
TH
164842009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16485
16486 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16487 (c-backward-into-nomenclature): Adapt to subword renaming.
16488
16489 * subword.el (subword-forward, subword-backward, subword-mark)
16490 (subword-kill, subword-backward-kill, subword-transpose)
16491 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
16492 (subword-forward-internal, subword-backward-internal):
16493 Rename from forward-subword, backward-subword, mark-subword,
16494 kill-subword, backward-kill-subword, transpose-subwords,
16495 downcase-subword, upcase-subword, capitalize-subword,
16496 forward-subword-internal, backward-subword-internal.
a9b76eec 16497
1e7d4475
SM
164982009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16499
26d9285f
SM
16500 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16501 New options.
1e7d4475
SM
16502 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16503 New vars.
16504 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16505 (bookmark-bmenu-filter-alist-by-regexp)
16506 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16507 (bookmark-bmenu-search): New command.
16508 (bookmark-bmenu-mode-map): Bind it.
16509
653d1554
TH
165102009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16511
ab84bfa0
TH
16512 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16513 backward-subword to quit the byte-compiler.
16514
1f35fda9
TH
16515 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16516
16517 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16518
653d1554 16519 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
16520 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16521 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
16522
16523 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16524 subword.el functions instead of cc-subword.el.
16525
1e7d4475
SM
16526 * progmodes/cc-subword.el: Rename to subword.el.
16527 * subword.el: Rename from progmodes/cc-subword.el.
16528 (subword-mode-map): Rename from c-subword-mode-map.
16529 (subword-mode): Rename from c-subword-mode.
653d1554 16530 (global-subword-mode): New global minor mode.
1e7d4475
SM
16531 (forward-subword): Rename from c-forward-subword.
16532 (backward-subword): Rename from c-backward-subword.
16533 (mark-subword): Rename from c-mark-subword.
16534 (kill-subword): Rename from c-kill-subword.
16535 (backward-kill-subword): Rename from c-backward-kill-subword.
16536 (transpose-subwords): Rename from c-tranpose-subword.
16537 (downcase-subword): Rename from c-downcase-subword.
16538 (capitalize-subword): Rename from c-capitalize-subword.
16539 (forward-subword-internal): Rename from c-forward-subword-internal.
16540 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 16541
9717f119
DN
165422009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16543
8de724f3
DN
16544 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16545 from a dired buffer.
16546 (vc-dired-deduce-fileset): New function.
16547 (vc-root-diff, vc-print-root-log): Use it.
16548
9717f119
DN
16549 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16550 nil LIMIT argument to vc-print-log-internal.
16551
af4999b8
GM
165522009-11-20 Glenn Morris <rgm@gnu.org>
16553
16554 * Makefile.in (ELCFILES): Regenerate.
16555
b58edcb6
JB
165562009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16557
02e1b488
SM
16558 * calc/calc.el (calc-set-mode-line):
16559 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16560 (math-format-number): Rename `math-format-complement-signed' to
16561 `math-format-twos-complement'.
16562
02e1b488 16563 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
16564 math-format-complement-signed.
16565 (calc-radix): Rename `calc-complement-signed-mode' to
16566 `calc-twos-complement-mode'.
02e1b488
SM
16567 (calc-octal-radix, calc-hex-radix): Add an argument for
16568 two's complement.
b58edcb6 16569
02e1b488
SM
16570 * calc/calc-embed.el (calc-embedded-mode-vars):
16571 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 16572
02e1b488
SM
16573 * calc/calc-ext.el (calc-init-extensions):
16574 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16575 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16576
02e1b488
SM
16577 * calc/calc-units.el (math-build-units-table-buffer):
16578 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
16579
16580 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16581 entries.
16582
16583 * calc/calc-vec.el (calcFunc-vunpack):
16584 * calc/calc-aent.el (calc-do-calc-eval):
16585 * calc/calc-forms.el (math-format-date):
16586 * calc/calc-graph.el (calc-graph-plot):
16587 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
16588 * calc/calccomp.el (math-compose-expr):
16589 Let `calc-twos-complement-mode' be nil.
16590
165912009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16592
16593 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16594 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16595 * minibuffer.el (completion-in-region-functions): New hook.
16596 (completion-in-region): New function.
16597 * emacs-lisp/lisp.el (lisp-complete-symbol):
16598 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 16599
e3353a78
SM
166002009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16601
eff77808
SM
16602 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16603 (latex-complete-alist): New vars.
16604 (latex-string-prefix-p, latex-complete-bibtex-keys)
16605 (latex-complete-envnames, latex-complete-refkeys)
16606 (latex-complete-data): New functions.
16607 (latex-complete, latex-indent-or-complete): New commands.
16608
d2c9fc42
SM
16609 * window.el (display-buffer-mark-dedicated): New var.
16610 (display-buffer): Obey it.
16611 * minibuffer.el (minibuffer-completion-help): Use it.
16612
31a1c477
SM
16613 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16614
bed4c972
SM
16615 * filecache.el (file-cache-add-file): Use push and cons.
16616 (file-cache-delete-file-regexp): Use push.
16617 (file-cache-complete): Use completion-in-region.
16618
8c22699f
SM
16619 * simple.el (with-wrapper-hook): Fix thinko.
16620
e3353a78
SM
16621 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16622 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16623 Use with-current-buffer and string-to-number.
16624 (hfy-fallback-colour-values): Use assoc-string.
16625 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16626 (hfy-face-at): Remove unused var `found-face'.
16627 (hfy-compile-stylesheet): Remove unused var `css'.
16628 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16629 and `orig-buffer'.
16630 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16631 Use with-current-buffer.
16632 (hfy-text-p): Use expand-file-name and fewer setq.
16633
acca02b0
SM
166342009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16635
16636 * htmlfontify.el, hfy-cmap.el: New files.
16637
042b7cc6
JL
166382009-11-19 Juri Linkov <juri@jurta.org>
16639
16640 * minibuffer.el (completions-format): New defcustom.
16641 (completion--insert-strings): Implement vertical format.
16642
16643 * simple.el (switch-to-completions): Move point to the first
16644 completion when point was at the beginning of the buffer.
16645
da205913
JL
166462009-11-19 Juri Linkov <juri@jurta.org>
16647
16648 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16649
16650 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16651
0b8ee421
CY
166522009-11-19 Chong Yidong <cyd@stupidchicken.com>
16653
16654 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16655 (mail-signature): Change default to t.
16656 (mail-from-style): Deprecate `system-default' value.
16657 (mail-insert-from-field): For default value of mail-from-style,
16658 default to `angles' unless `angles' needs quoting and `parens'
16659 does not.
16660 (mail-citation-prefix-regexp): Use citation regexp from
16661 message-mode.
16662
4265deab
MA
166632009-11-19 Michael Albinus <michael.albinus@gmx.de>
16664
acca02b0
SM
16665 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16666 Set variables for computing the prompt for reading password.
4265deab 16667
27cacd2d
GM
166682009-11-19 Glenn Morris <rgm@gnu.org>
16669
470bce7d
GM
16670 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16671
7e705a1d
GM
16672 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16673
27cacd2d
GM
16674 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16675 (newsticker-treeview-listwindow-height): Fix custom type.
16676
b2f0be0f
KH
166772009-11-19 Kenichi Handa <handa@m17n.org>
16678
16679 * descr-text.el (describe-char-padded-string): Compose with TAB
16680 only if there's a font for CH.
02e1b488 16681 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16682
03446045 166832009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16684
16685 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16686 more accurate version of the regexp. (Bug#3910)
b96337b0 16687
03446045 166882009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16689
16690 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16691
e0620570
JB
166922009-11-18 Juanma Barranquero <lekktu@gmail.com>
16693
16694 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16695 (font-setting-change-default-font): Fix typo in docstring.
16696
6cc6582e
AM
166972009-11-18 Alan Mackenzie <acm@muc.de>
16698
16699 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16700
dfb3c4c6
JD
167012009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16702
02e1b488 16703 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16704
16705 * cus-start.el (all): ... to here.
16706
e268e987
MA
167072009-11-17 Michael Albinus <michael.albinus@gmx.de>
16708
16709 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16710 Don't set `ad-return-value' if `ad-do-it' doesn't.
16711
303ffde8
MA
16712 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16713 modification time.
16714
637fa988
JD
167152009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16716
16717 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16718 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16719
16720 * loadup.el: If feature system-font-setting or font-render-setting is
16721 there, load font-setting.
16722
02e1b488 16723 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16724 * font-setting.el: New file.
16725
1d16a255
GM
167262009-11-17 Glenn Morris <rgm@gnu.org>
16727
16728 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16729
2d84f804
GM
16730 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16731 Preserve point in the list buffer. (Bug#4939)
16732 Use point-at-eol.
16733 (newsticker--treeview-list-update-highlight)
16734 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16735
14467b99
JB
167362009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16737
16738 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16739 Remove.
16740
16741 * calc/calc-ext.el (calc-init-extensions): Remove references to
16742 symclip.
16743
16744 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16745
16746 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16747 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16748 `calc-symclip'.
16749
e3c39c01
KR
167502009-11-16 Kevin Ryde <user42@zip.com.au>
16751
02e1b488 16752 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16753 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16754
497de631
KR
16755 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16756 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16757 Ignore trailing spaces by omit-nulls to split-string (fixing
16758 regression from Emacs 21 due to the incompatible split-string
14467b99 16759 change). (Bug #4928.)
497de631 16760
48b27575
DN
167612009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16762
5237d741 16763 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16764 (vc-print-log-internal): Insert buttons to request more entries
16765 when limiting the output.
16766
16767 * vc-sccs.el (vc-sccs-print-log):
16768 * vc-rcs.el (vc-rcs-print-log):
16769 * vc-cvs.el (vc-cvs-print-log):
16770 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16771 LIMIT is non-nil.
16772
d3e97185
MA
167732009-11-16 Michael Albinus <michael.albinus@gmx.de>
16774
16775 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16776 error when `tramp-gvfs-dbus-event-vector' is set.
16777 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16778
68d87786
SM
167792009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16782
c0a39702
MA
167832009-11-16 Michael Albinus <michael.albinus@gmx.de>
16784
16785 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16786 (dbus-register-property): Register the handlers of
c0a39702
MA
16787 "org.freedesktop.DBus.Properties" for SERVICE.
16788 (dbus-property-handler): Fix docstring.
16789
1e857121
YM
167902009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16791
16792 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16793 Quote doc string reference in defvaralias as it is not in special form.
16794 (byte-compile-output-docform): Doc fix.
16795
887484c1
JB
167962009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16797
16798 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16799 (calc-complement-signed-mode): New variables.
16800 (calc-set-mode-line): Add indicator for twos-complements.
16801 (math-format-number): Format twos-complement notation.
16802
16803 * calc/calc-bin.el (calc-word-size): Reset the variables
16804 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16805 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16806 (calc-symclip): New functions.
887484c1
JB
16807
16808 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16809
68d87786
SM
16810 * calc/calc-embed.el (calc-embedded-mode-vars):
16811 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16812
16813 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16814 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16815
16816 * calc/calc-ext.el (math-read-number-fancy): Read complement
16817 signed numbers.
68d87786
SM
16818 (calc-init-extensions): Add binding for `calc-symclip'.
16819 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16820
16821 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16822 `calc-symclip'.
68d87786 16823 (calc-modes-menu): Add item for twos complement mode.
887484c1 16824
5237d741 16825 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16826
4cf1d7e3
CY
168272009-11-15 Chong Yidong <cyd@stupidchicken.com>
16828
16829 * register.el (jump-to-register, insert-register): Handle Semantic
16830 tags. From commented-out advice in semantic/senator.el.
16831
f8e65267
DN
168322009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16833
6616006b
DN
16834 * vc.el (vc-log-show-limit): New variable.
16835 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16836 when using a prefix argument.
16837 (vc-print-log-internal): Add new argument LIMIT.
16838
16839 * vc-svn.el (vc-svn-print-log):
16840 * vc-mtn.el (vc-mtn-print-log):
16841 * vc-hg.el (vc-hg-print-log):
16842 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16843 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16844 non-optional.
16845
16846 * vc-sccs.el (vc-sccs-print-log):
16847 * vc-rcs.el (vc-rcs-print-log):
16848 * vc-git.el (vc-git-print-log):
16849 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16850 ignore it. Make the BUFFER argument non-optional.
6616006b 16851
f8e65267
DN
16852 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16853
0566c4bc
CY
168542009-11-15 Chong Yidong <cyd@stupidchicken.com>
16855
7cce3c91
CY
16856 * dired.el (dired-mode-map): Move encryption items to "Operate"
16857 menu (Bug#4703).
16858
d7063de9
CY
16859 * strokes.el (strokes-update-window-configuration): Make strokes
16860 buffer current before erasing (Bug#4906).
16861
0fc10137
JL
168622009-11-15 Juri Linkov <juri@jurta.org>
16863
16864 * simple.el (set-mark-default-inactive): Add :type, :group
16865 and :version. (Bug#4876)
16866
f5fce4ec
MA
168672009-11-15 Michael Albinus <michael.albinus@gmx.de>
16868
16869 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16870 (archive-unique-fname): ... here. (Bug#4929)
16871
8d720a00
SM
168722009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16873
589888fe
SM
16874 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16875 with a real fix.
16876
8d720a00
SM
16877 * novice.el (disabled-command-function): Add useful args.
16878 Setup the help buffer so that [back] works.
16879 Remove redundant call to help-mode.
16880 (disabled-command-function): Use `case'.
16881 (en/disable-command): New function extracted from enable-command.
16882 (enable-command, disable-command): Use it.
16883
a61344d6
GM
168842009-11-14 Glenn Morris <rgm@gnu.org>
16885
497f0cdd
GM
16886 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16887 constants. (Bug#4913)
16888
a61344d6
GM
16889 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16890
d501801e
GM
168912009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16892
16893 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16894 defined in C that have no doc-strings. (Bug#1063)
16895
5af27ac2
GM
168962009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16897
16898 * cus-edit.el (data, files):
16899 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16900
aec5395b
CY
169012009-11-14 Chong Yidong <cyd@stupidchicken.com>
16902
e7791447
CY
16903 * simple.el (shell-command): Doc fix (Bug#4891).
16904
aec5395b
CY
16905 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16906
7a41cd7f
GM
169072009-11-14 Glenn Morris <rgm@gnu.org>
16908
c3583c94
GM
16909 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16910 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16911 If they are already loaded, eval-after-load will do the right thing.
16912
73900d1f
GM
16913 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16914 compiling.
16915
0028351d
GM
16916 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16917
f6714ede
GM
16918 * simple.el (x-selection-owner-p): Declare.
16919 (read-mail-command): Use custom radio type rather than choice.
16920 (completion-no-auto-exit): Doc fix.
16921
7a41cd7f 16922 * custom.el (defgroup):
5af27ac2 16923 * epg-config.el (epg): Doc fixes.
7a41cd7f 16924
2d0659ec
DN
169252009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16926
16927 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16928 * international/ccl.el (define-ccl-program): Do not purecopy the
16929 docstring, defconst does it anyway.
16930
7fdbcd83
SM
169312009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16932
d499c5b9
SM
16933 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16934 a second time.
16935
7fdbcd83
SM
16936 * x-dnd.el (x-dnd-maybe-call-test-function):
16937 * window.el (split-window-vertically):
16938 * whitespace.el (whitespace-help-on):
16939 * vc-rcs.el (vc-rcs-consult-headers):
16940 * userlock.el (ask-user-about-lock-help)
16941 (ask-user-about-supersession-help):
16942 * type-break.el (type-break-force-mode-line-update):
16943 * time-stamp.el (time-stamp-conv-warn):
16944 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16945 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16946 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16947 (term-write-input-ring, term-check-source, term-start-output-log):
16948 (term-display-buffer-line, term-dynamic-list-completions):
16949 (term-ansi-make-term, serial-term):
16950 * subr.el (selective-display):
16951 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16952 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16953 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16954 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16955 (speedbar-remove-localized-speedbar-support)
16956 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16957 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16958 (speedbar-buffers-line-directory):
16959 * simple.el (shell-command-on-region, append-to-buffer)
16960 (prepend-to-buffer):
16961 * shadowfile.el (shadow-save-todo-file):
16962 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16963 (scroll-bar-maybe-set-window-start):
16964 * sb-image.el (speedbar-image-dump):
16965 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16966 (load-save-place-alist-from-file):
16967 * ps-samp.el (ps-print-message-from-summary):
16968 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16969 (ps-background-image, ps-begin-job, ps-do-despool):
16970 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16971 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16972 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16973 (pr-call-process, pr-file-list, pr-interface-save):
16974 * novice.el (disabled-command-function)
16975 (enable-command, disable-command):
16976 * mouse.el (mouse-buffer-menu-alist):
16977 * mouse-copy.el (mouse-kill-preserving-secondary):
16978 * macros.el (kbd-macro-query):
16979 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16980 * informat.el (batch-info-validate):
16981 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16982 * hippie-exp.el (try-expand-dabbrev-visible):
16983 * help-mode.el (help-make-xrefs):
16984 * help-fns.el (describe-variable):
16985 * generic-x.el (bat-generic-mode-run-as-comint):
16986 * finder.el (finder-mouse-select):
16987 * find-dired.el (find-dired-sentinel):
16988 * filesets.el (filesets-file-close):
16989 * files.el (list-directory):
16990 * faces.el (list-faces-display, describe-face):
16991 * facemenu.el (list-colors-display):
16992 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16993 * epg.el (epg--process-filter, epg-cancel):
16994 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16995 (epa--read-signature-type):
16996 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16997 (emerge-file-names):
16998 * ehelp.el (electric-helpify):
16999 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
17000 * ediff-vers.el (rcs-ediff-view-revision):
17001 * ediff-util.el (ediff-setup):
17002 * ediff-mult.el (ediff-append-custom-diff):
17003 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
17004 (ediff-wordify):
17005 * echistory.el (Electric-command-history-redo-expression):
17006 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
17007 * disp-table.el (describe-display-table):
17008 * dired.el (dired-find-buffer-nocreate):
17009 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
17010 * dabbrev.el (dabbrev--same-major-mode-p):
17011 * chistory.el (list-command-history):
17012 * apropos.el (apropos-documentation):
17013 * allout.el (allout-obtain-passphrase):
17014 (allout-copy-exposed-to-buffer):
17015 (allout-verify-passphrase): Use with-current-buffer.
17016
2ccbc060
GM
170172009-11-13 Glenn Morris <rgm@gnu.org>
17018
17019 * Makefile.in (ELCFILES): Regenerate.
17020
b172ed20
MA
170212009-11-13 Michael Albinus <michael.albinus@gmx.de>
17022
7fdbcd83
SM
17023 * net/dbus.el (dbus-registered-objects-table): Rename from
17024 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
17025 (dbus-unregister-object): Unregister also properties.
17026 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
17027 Use a timeout of 500 msec, in order to not block.
17028 (dbus-register-property, dbus-property-handler): New defuns.
17029
e96d62cd
SM
170302009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
17031
17032 * simple.el (minibuffer-default-add-completions): Drop deprecated
17033 4th arg.
17034
14bd267d
EZ
170352009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
17036
e96d62cd
SM
17037 * textmodes/artist.el (artist-mouse-choose-operation):
17038 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 17039 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
17040 (artist-compute-up-event-key): New function.
17041 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
17042
bf89fd7b
KH
170432009-11-13 Kenichi Handa <handa@m17n.org>
17044
17045 * language/japan-util.el: Make sure that the value of jisx0208
17046 property is jisx0208 character.
17047
f70b8925
DN
170482009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
17049
17050 * international/mule.el (auto-coding-regexp-alist): Only purecopy
17051 car or each item, not the whole list.
17052
4d93a9e0
SM
170532009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
17054
17055 * minibuffer.el (minibuffer-completion-help):
17056 Use minibuffer-hide-completions.
17057
05404988
SM
170582009-11-12 Per Starbäck <per@starback.se> (tiny change)
17059
17060 * dired.el (dired-save-positions, dired-restore-positions): New funs.
17061 (dired-revert): Use them (bug#4880).
17062
5297bc10
DN
170632009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
17064
17065 * tooltip.el (tooltip-frame-parameters): Undo previous change.
17066
e2685eb7
JL
170672009-11-12 Juri Linkov <juri@jurta.org>
17068
17069 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
17070 New functions.
17071 (find-file-literally-at-point): Alias of `ffap-literally'.
17072
76410c3e
DN
170732009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
17074
6d341a2a
DN
17075 * textmodes/ispell.el (ispell-skip-region-alist):
17076 * textmodes/css-mode.el (auto-mode-alist):
17077 * progmodes/compile.el (auto-mode-alist):
17078 * international/mule.el (ctext-non-standard-encodings-alist)
17079 (ctext-non-standard-encodings-regexp):
17080 * simple.el (shell-command-switch, text-read-only):
17081 * replace.el (occur-mode-map):
17082 * paths.el (rmail-file-name):
17083 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
17084 * find-file.el (ff-special-constructs):
17085 * files.el (file-name-handler-alist):
17086 * composite.el: Purecopy strings.
17087
76410c3e
DN
17088 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
17089
aaa448c9
DN
170902009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
17091
17092 * widget.el (define-widget): Purecopy the docstring.
17093 * international/mule-cmds.el (charset): Do not purecopy the
17094 docstring here, define-widget does it.
17095
17096 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
17097 * textmodes/bibtex-style.el (auto-mode-alist):
17098 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17099 * progmodes/compile.el (compile-command):
17100 * language/korea-util.el (default-korean-keyboard):
17101 * international/mule-conf.el (file-coding-system-alist):
17102 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
17103 * tooltip.el (tooltip-frame-parameters):
17104 * newcomment.el (comment-end, comment-padding):
17105 * dired.el (dired-trivial-filenames):
17106 * comint.el (comint-file-name-prefix): Purecopy initial values.
17107
bbe650fd
MA
171082009-11-11 Michael Albinus <michael.albinus@gmx.de>
17109
17110 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
17111 (tramp-advice-minibuffer-electric-tilde): Unload advices via
17112 `tramp-unload'.
17113 (tramp-advice-make-auto-save-file-name)
17114 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
17115 after removing the advice.
17116
6bdad9ae
DN
171172009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
17118
2f7f4bee
DN
17119 * progmodes/grep.el (grep-regexp-alist):
17120 * international/mule-cmds.el (iso-2022-control-alist):
17121 * emacs-lisp/timer.el (timer-duration-words):
17122 * subr.el (version-separator, version-regexp-alist):
17123 * minibuffer.el (completion-styles-alist):
17124 * faces.el (face-attribute-name-alist, list-faces-sample-text):
17125 Change defvars to defconsts.
17126
a042de45
DN
17127 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
17128 * loadup.el ("international/mule-conf"): Load the byte compiled version.
17129 * international/mule-conf.el: Allow to be byte compiled.
17130
3b6acc72
DN
17131 * international/mule.el (define-charset): Purecopy props.
17132 (load-with-code-conversion): Purecopy doc string and file name.
17133 (put-charset-property): Purecopy strings.
17134 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
17135
1c2efdfb 17136 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
17137 (define-char-code-property): Correctly purecopy the table.
17138
62591911
DN
17139 * international/ccl.el (define-ccl-program): Purecopy the docstring.
17140
8b908da6
DN
17141 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
17142
ff917d63
DN
17143 * subr.el (add-hook): Purecopy strings.
17144 (eval-after-load): Purecopy load-history-regexp and the form.
17145
af89cf77
DN
17146 * custom.el (custom-declare-group): Purecopy load-file-name.
17147
a3c20c83 17148 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
17149 * net/eudc.el (eudc-tools-menu):
17150 * international/mule-cmds.el (set-coding-system-map)
17151 (mule-menu-keymap):
17152 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17153 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
17154 * replace.el (occur-mode-map):
17155 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 17156 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
17157 (menu-bar-custom-menu, menu-bar-showhide-menu)
17158 (menu-bar-options-menu, menu-bar-tools-menu)
17159 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
17160 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
17161 (menu-bar-help-menu):
17162 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
17163 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
17164
6bdad9ae
DN
17165 * term/x-win.el (x-gtk-stock-map):
17166 * progmodes/vera-mode.el (auto-mode-alist):
17167 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
17168 (inferior-lisp-program, inferior-lisp-load-command):
17169 * progmodes/hideshow.el (hs-special-modes-alist):
17170 * progmodes/gud.el (same-window-regexps):
17171 * progmodes/grep.el (grep-program, find-program, xargs-program):
17172 * net/telnet.el (same-window-regexps):
17173 * net/rlogin.el (same-window-regexps):
17174 * language/ethiopic.el (font-ccl-encoder-alist):
17175 * vc-sccs.el (vc-sccs-master-templates):
17176 * vc-rcs.el (vc-rcs-master-templates):
17177 * subr.el (cl-assertion-failed):
17178 * simple.el (next-error-overlay-arrow-position):
17179 * lpr.el (lpr-command):
17180 * locate.el (locate-ls-subdir-switches):
17181 * info.el (same-window-regexps, info)
17182 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
17183 * image-mode.el (image-mode, auto-mode-alist):
17184 * hippie-exp.el (hippie-expand-ignore-buffers):
17185 * format.el (format-alist):
17186 * find-dired.el (find-ls-subdir-switches, find-grep-options)
17187 (find-name-arg):
17188 * facemenu.el (facemenu-keybindings):
17189 * dired.el (dired-listing-switches, dired-chown-program):
17190 * diff.el (diff-switches, diff-command):
17191 * cus-edit.el (same-window-regexps):
17192 * bindings.el (mode-line-mule-info)
17193 (mode-line-buffer-identification): Purecopy strings.
17194
e0987650
JL
171952009-11-11 Juri Linkov <juri@jurta.org>
17196
3570691b 17197 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
17198 Tell the byte-compiler about dired-get-filename.
17199 (shell-command): In Dired mode, get filename from the current line
17200 as the default value.
17201
b16ff465
GM
172022009-11-10 Glenn Morris <rgm@gnu.org>
17203
e8a11b22
GM
17204 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
17205 * calendar/holidays.el, progmodes/cperl-mode.el:
17206 Update x-popup-menu declarations.
17207
b16ff465
GM
17208 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
17209 (list-load-path-shadows): Use dolist.
17210 (list-load-path-shadows): Use with-current-buffer.
17211
032c3399
JL
172122009-11-10 Juri Linkov <juri@jurta.org>
17213
17214 * minibuffer.el (read-file-name): Support a list of default values
17215 in `default-filename'. Use the first file name where only one
17216 element is required. Doc fix.
17217
8fb1629f
MA
172182009-11-09 Michael Albinus <michael.albinus@gmx.de>
17219
17220 * net/dbus.el (dbus-unregister-object): Release service, if no
17221 other method is registered for it.
17222
a51203ee 172232009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
17224
17225 * bookmark.el (bookmark-completing-read): Sort bookmark names if
17226 bookmark-sort-flag is non-nil (Bug#4653).
17227
9bf7dc8a
CY
172282009-11-08 Chong Yidong <cyd@stupidchicken.com>
17229
15207e74
CY
17230 * emulation/cua-base.el: Add CUA property to some CC mode commands
17231 (Bug#4100).
17232
8bf7ed70
KR
172332009-11-08 Kevin Ryde <user42@zip.com.au>
17234
17235 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 17236 at end of sentence (Bug#4818).
8bf7ed70 17237
951802d0
CY
172382009-11-08 Jared Finder <jfinder@crypticstudios.com>
17239
17240 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17241 Handle "see declaration of" MSFT statements (Bug#4100).
17242
e8244310
MA
172432009-11-08 Michael Albinus <michael.albinus@gmx.de>
17244
17245 * net/tramp.el (tramp-advice-make-auto-save-file-name)
17246 (tramp-advice-file-expand-wildcards): Unload via
17247 `ad-remove-advice'.
17248
17249 * net/trampver.el: Update release number.
17250
a51203ee 172512009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
17252
17253 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
17254 `ad-do-it'.
17255
a51203ee 172562009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
17257
17258 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
17259 in order to keep context in SELinux.
17260
bedd8a58
CY
172612009-11-08 Chong Yidong <cyd@stupidchicken.com>
17262
17263 * dired-aux.el (dired-query): Place cursor in echo area and allow
17264 C-g.
17265
17266 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
17267 menu item if not on a directory (Bug#4701).
17268
0484d600
MA
172692009-11-07 Michael Albinus <michael.albinus@gmx.de>
17270
17271 Sync with Tramp 2.1.17.
17272
17273 * net/tramp.el (tramp-handle-copy-directory): Don't use
17274 `file-remote-p' (due to compatibility).
17275
17276 * net/tramp-compat.el (tramp-compat-copy-directory)
17277 (tramp-compat-delete-directory): New defuns.
17278
17279 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
17280 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
17281 Use `tramp-compat-delete-directory'.
0484d600
MA
17282
17283 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
17284 (tramp-smb-handle-delete-directory):
17285 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
17286
17287 * net/trampver.el: Update release number.
17288
b42b2189
CY
172892009-11-07 Chong Yidong <cyd@stupidchicken.com>
17290
6960d7b9
CY
17291 * tar-mode.el (tar-copy): Call write-region on the right buffer
17292 (Bug#4857).
17293
b42b2189
CY
17294 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
17295 by hand, if necessary (Bug#4878).
17296
0ad57dfd
CY
172972009-11-06 Chong Yidong <cyd@stupidchicken.com>
17298
d19e23ae
CY
17299 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
17300 align size column (Bug#4839).
17301
0ad57dfd
CY
17302 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
17303 statement.
17304
0b7f397c
DN
173052009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
17306
17307 * progmodes/ld-script.el (auto-mode-alist):
17308 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
17309
17310 * cus-face.el (custom-declare-face): Purecopy face spec.
17311
495bd5ca
KH
173122009-11-06 Kenichi Handa <handa@m17n.org>
17313
17314 * international/uni-bidi.el: Re-generated.
17315 * international/uni-category.el: Re-generated.
17316 * international/uni-combining.el: Re-generated.
17317 * international/uni-mirrored.el: Re-generated.
17318
1e8780b1
DN
173192009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
17320
17321 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
17322 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
17323 (tex-start-options, slitex-run-command, latex-run-command)
17324 (tex-run-command, tex-directory):
17325 * textmodes/ispell.el (ispell-html-skip-alists)
17326 (ispell-tex-skip-alists, ispell-tex-skip-alists):
17327 * textmodes/fill.el (adaptive-fill-first-line-regexp):
17328 (adaptive-fill-regexp):
17329 * textmodes/dns-mode.el (auto-mode-alist):
17330 * progmodes/python.el (interpreter-mode-alist):
17331 * progmodes/etags.el (tags-compression-info-list):
17332 * progmodes/etags.el (tags-file-name):
17333 * net/browse-url.el (browse-url-galeon-program)
17334 (browse-url-firefox-program):
17335 * mail/sendmail.el (mail-signature-file)
17336 (mail-citation-prefix-regexp):
17337 * international/mule-conf.el (eight-bit):
17338 * international/latexenc.el (latex-inputenc-coding-alist):
17339 * international/fontset.el (x-pixel-size-width-font-regexp):
17340 * emacs-lisp/warnings.el (warning-type-format):
17341 * emacs-lisp/trace.el (trace-buffer):
17342 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
17343 (emacs-lisp-mode-map):
17344 * calendar/holidays.el (holiday-solar-holidays)
17345 (holiday-bahai-holidays, holiday-islamic-holidays)
17346 (holiday-christian-holidays, holiday-hebrew-holidays)
17347 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
17348 (hebrew-holidays-1, holiday-oriental-holidays)
17349 (holiday-general-holidays):
17350 * x-dnd.el (x-dnd-known-types):
17351 * tool-bar.el (tool-bar):
17352 * startup.el (site-run-file):
17353 * shell.el (shell-dumb-shell-regexp):
17354 * rfn-eshadow.el (file-name-shadow-tty-properties)
17355 (file-name-shadow-properties):
17356 * paths.el (remote-shell-program, news-directory):
17357 * mouse.el ([C-down-mouse-3]):
17358 * menu-bar.el (menu-bar-tools-menu):
17359 * jka-cmpr-hook.el (jka-compr-load-suffixes)
17360 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
17361 (jka-compr-compression-info-list):
17362 * isearch.el (search-whitespace-regexp):
17363 * image-file.el (image-file-name-extensions):
17364 * find-dired.el (find-ls-option):
17365 * files.el (directory-listing-before-filename-regexp)
17366 (directory-free-space-args, insert-directory-program)
17367 (list-directory-brief-switches, magic-fallback-mode-alist)
17368 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
17369 (automount-dir-prefix):
17370 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
17371 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
17372 (face-font-registry-alternatives, face-font-registry-alternatives)
17373 (face-font-family-alternatives):
17374 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
17375 (facemenu-foreground-menu, facemenu-face-menu):
17376 * epa-hook.el (epa-file-name-regexp):
17377 * dnd.el (dnd-protocol-alist):
17378 * textmodes/rst.el (auto-mode-alist):
a51203ee 17379 * button.el (default-button): Purecopy strings.
1e8780b1 17380
0adae11f
GM
173812009-11-06 Glenn Morris <rgm@gnu.org>
17382
17383 * Makefile.in (ELCFILES): Update.
17384
2adaf057
SM
173852009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17386
8f72f03c
SM
17387 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17388 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17389
2adaf057
SM
17390 * nxml/xsd-regexp.el (xsdre-gen-categories):
17391 * nxml/xmltok.el (xmltok-parse-entity):
17392 * nxml/rng-parse.el (rng-parse-validate-file):
17393 * nxml/rng-maint.el (rng-format-manual)
17394 (rng-manual-output-force-new-line):
17395 * nxml/rng-loc.el (rng-save-schema-location-1):
17396 * nxml/rng-cmpct.el (rng-c-parse-file):
17397 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17398 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17399
14862301
SM
174002009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17401
bf0b361c 17402 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
17403 Remove extra save-excursions and make-variable-buffer-local's.
17404 Suggested by Stefan Monnier.
17405
17406 (verilog-getopt-file, verilog-module-inside-filename-p)
17407 (verilog-set-define): Merge GNU 1.35 and repair changes from
17408 switching to using with-current-buffer.
17409
17410 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17411 being treated as a number and confusing AUTORESET.
17412 Reported by Dan Dever.
17413
17414 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17415 Add verilog-auto-ignore-concat to fix backward compatibility with
17416 older verilog-modes. Reported by Dan Katz.
17417
17418 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17419 containing closing anchors "...$".
17420
17421 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17422 Reported by Wade Smith.
17423
48c2d18a 17424 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
17425
174262009-11-05 Michael McNamara <mac@mail.brushroad.com>
17427
bf0b361c
JB
17428 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17429 for labels.
14862301
SM
17430
17431 (verilog-label-re, verilog-calc-1): Support proper indent of named
17432 asserts.
17433
17434 (verilog-backward-token, verilog-basic-complete-re)
17435 (verilog-beg-of-statement, verilog-indent-re): Support proper
17436 indent of the assert statement at the beginning of a block of text.
17437
17438 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17439 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17440 tokens as begins.
17441
4f8f657f
GM
174422009-11-05 Glenn Morris <rgm@gnu.org>
17443
775adc51
GM
17444 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17445 Emacs 19. (Bug#1531)
17446 (byte-compile-fix-header): Update for the above change.
17447 Drop test for epoch::version.
17448
4ad6a5e7 17449 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
17450 * cus-dep.el (custom-make-dependencies):
17451 * finder.el (finder-compile-keywords):
17452 Use autoload-rubric's feature argument.
4ad6a5e7 17453
4f8f657f
GM
17454 * calendar/diary-lib.el (top-level): Make load behave more like require.
17455
881e4184
GM
17456 * vc-git.el (vc-git-stash-map): Move definition before use.
17457
ba214964 174582009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 17459
b6f8ba09
DN
17460 * custom.el (custom-declare-group): Purecopy standard-value.
17461 (custom-declare-group): Purecopy custom-prefix.
17462
7fdbcd83
SM
17463 * international/mule.el (load-with-code-conversion):
17464 Call do-after-load-evaluation unconditionally.
eb6f577b 17465
f6195dfb
DN
17466 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17467
56f14120
SM
174682009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17469
17470 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17471
e5c89ce9
GM
174722009-11-04 Glenn Morris <rgm@gnu.org>
17473
17474 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17475 (byte-compile-compatibility): Remove option.
17476 (byte-compile-close-variables, byte-compile-fix-header)
17477 (byte-compile-insert-header, byte-compile-output-docform)
17478 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17479 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17480 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17481 (byte-compile-insert, byte-compile-defun):
17482 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
17483 (byte-defop-compiler19): Remove.
17484 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17485 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 17486
e24f42ab
JL
174872009-11-04 Juri Linkov <juri@jurta.org>
17488
17489 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17490 (menu-bar-options-menu): Don't quote the `prop' arg of
17491 `menu-bar-make-mm-toggle'.
17492
d3d5f4f5
JB
174932009-11-04 Juanma Barranquero <lekktu@gmail.com>
17494
17495 * calendar/calendar.el (cal-loaddefs):
17496 * calendar/diary-lib.el (diary-loaddefs):
17497 * calendar/holidays.el (hol-loaddefs):
17498 * eshell/esh-module.el (esh-groups): Load rather than require.
17499
6e39d3b2
SM
175002009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17501
e96d62cd
SM
17502 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17503 point-min==1.
7e83e8b4
SM
17504 (todo-top-priorities): Only display-buffer when called interactively.
17505 (todo-item-start): Don't save excursion point.
17506 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17507 (todo-insert-item-here, todo-file-item, todo-remove-item):
17508 Adjust uses of todo-item-start and todo-item-end.
17509
fae4e5b9
SM
17510 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17511 (autoload-rubric): Don't use any more.
fae4e5b9 17512
6e39d3b2
SM
17513 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17514 and only put a prop if it is non-nil.
17515
c9753fb4
JL
175162009-11-03 Juri Linkov <juri@jurta.org>
17517
17518 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17519 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17520
17521 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17522 and "Menu" to make top-level menu item visually one unit (like
17523 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17524 multi-word menu items). Fix :help string for quit-window.
17525
db04f33f
GM
175262009-11-03 Glenn Morris <rgm@gnu.org>
17527
2aea6521
GM
17528 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17529 (byte-compile-file-form-define-abbrev-table)
17530 (byte-compile-file-form-custom-declare-variable)
17531 (byte-compile-variable-ref, byte-compile-defvar):
17532 Whether or not a warning is enabled should only affect whether we issue
17533 the warning, not whether or not we collect the relevant data.
17534 Eg warnings can be turned on and off throughout the course of a file.
17535
db04f33f
GM
17536 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17537 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17538
937e6a56
SM
175392009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17540
17541 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17542 * play/mpuz.el (mpuz-create-buffer):
17543 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17544 (lm-print-y,s,noise, lm-print-w0, lm-init):
17545 * play/gomoku.el (gomoku-prompt-for-move):
17546 * play/fortune.el (fortune-in-buffer):
17547 * play/dissociate.el (dissociated-press):
17548 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 17549 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
17550 * mail/supercite.el (sc-eref-show):
17551 * mail/smtpmail.el (smtpmail-send-it):
17552 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17553 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17554 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17555 (rmail-summary-goto-msg, rmail-summary-expunge)
17556 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17557 (rmail-summary-add-label, rmail-summary-output-menu)
17558 (rmail-summary-output-body):
17559 * mail/rfc822.el (rfc822-addresses):
17560 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17561 * mail/mailpost.el (post-mail-send-it):
17562 * mail/hashcash.el (hashcash-generate-payment):
17563 * mail/feedmail.el (feedmail-run-the-queue)
17564 (feedmail-queue-send-edit-prompt-help-first)
17565 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17566 (feedmail-deduce-address-list):
17567 * eshell/esh-ext.el (eshell-remote-command):
17568 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17569 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17570 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17571 (viper-save-string-in-file, viper-valid-marker):
17572 * emulation/viper-keym.el (viper-toggle-key):
17573 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17574 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17575 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17576 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17577 (viper-exec-form-in-emacs, viper-brac-function):
17578 * emulation/viper.el (viper-delocalize-var):
17579 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17580 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17581 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17582 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17583 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17584 * emulation/edt.el (edt-electric-helpify):
17585 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17586 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17587 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17588 (cua-indent-to-global-mark-column):
17589 * calendar/diary-lib.el (calendar-mark-1):
17590 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17591 Use with-current-buffer.
17592 * emulation/viper.el (viper-delocalize-var): Use dolist.
17593
5b955562
CY
175942009-11-03 Chong Yidong <cyd@stupidchicken.com>
17595
17596 * comint.el (comint-replace-by-expanded-history-before-point):
17597 Replace !! with the previous input string literally (Bug#1795).
17598
6292c599
JB
175992009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17600
17601 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17602 to be made up of whitespace.
17603
8368c14e
CY
176042009-11-02 Chong Yidong <cyd@stupidchicken.com>
17605
17606 * minibuffer.el (read-file-name): Don't use file dialogs for
17607 remote directories (Bug#99).
17608
6f750f0d
CY
176092009-11-01 Chong Yidong <cyd@stupidchicken.com>
17610
17611 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17612
97ab3f47
AS
176132009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17614
17615 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17616 instead of deleting the window or frame.
17617
673c1168
CY
176182009-10-31 Chong Yidong <cyd@stupidchicken.com>
17619
17620 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17621 Support face colors.
17622
937e6a56
SM
17623 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17624 New function. Support face colors (Bug#1168).
673c1168
CY
17625 (tex-common-initialization): Use it.
17626
17627 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17628 mode allows it (Bug#1168).
17629
c9349f0a
CY
176302009-10-31 Juri Linkov <juri@jurta.org>
17631
17632 * facemenu.el (list-colors-display): Don't mark buffer as
17633 modified (Bug#3948).
17634
ebf5c4f5
CY
176352009-10-31 Chong Yidong <cyd@stupidchicken.com>
17636
6a7662bb
BR
17637 * international/mule-diag.el (list-character-sets-1):
17638 Minor message fix (Bug#3526).
5c2dce75 17639
6a7662bb
BR
17640 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17641 Fix face property (Bug#4834).
26581f0e
CY
17642 (etags-list-tags, etags-tags-apropos-additional)
17643 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17644 property.
17645
ebf5c4f5
CY
17646 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17647 items.
17648
9a529312
SM
176492009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17650
17651 * textmodes/two-column.el (2C-split):
17652 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17653 * textmodes/tex-mode.el (tex-set-buffer-directory):
17654 * textmodes/spell.el (spell-region, spell-string):
17655 * textmodes/reftex.el (reftex-erase-buffer):
17656 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17657 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17658 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17659 (reftex-select-item):
17660 * textmodes/reftex-ref.el (reftex-label-info-update)
17661 (reftex-offer-label-menu):
17662 * textmodes/reftex-index.el (reftex-index-change-entry)
17663 (reftex-index-phrases-info):
17664 * textmodes/reftex-global.el (reftex-create-tags-file)
17665 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17666 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17667 (reftex-view-crossref-from-bibtex):
17668 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17669 (reftex-extract-bib-entries-from-thebibliography)
17670 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17671 * textmodes/refbib.el (r2b-capitalize-title):
17672 (r2b-convert-buffer, r2b-help):
17673 * textmodes/page-ext.el (pages-directory)
17674 (pages-directory-goto-with-mouse):
17675 * textmodes/bibtex.el (bibtex-validate-globally):
17676 * textmodes/bib-mode.el (bib-capitalize-title):
17677 * textmodes/artist.el (artist-clear-buffer, artist-system):
17678 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17679 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17680 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17681 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17682 (xscheme-send-control-g-interrupt, xscheme-start-process)
17683 (xscheme-process-sentinel, xscheme-cd):
17684 * progmodes/verilog-mode.el (verilog-read-always-signals)
17685 (verilog-set-define, verilog-getopt-file)
17686 (verilog-module-inside-filename-p):
17687 * progmodes/sh-script.el:
17688 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17689 (python-pdbtrack-grub-for-buffer, python-execute-file):
17690 * progmodes/octave-inf.el (inferior-octave):
17691 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17692 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17693 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17694 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17695 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17696 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17697 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17698 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17699 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17700 (idlwave-shell-examine-display, idlwave-shell-run-region)
17701 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17702 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17703 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17704 (idlwave-help-get-help-buffer):
17705 * progmodes/gud.el (gud-basic-call, gud-find-class)
17706 (gud-tooltip-activate-mouse-motions-if-enabled):
17707 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17708 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17709 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17710 (ebrowse-tags-next-file):
17711 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17712 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17713 (ebnf-eps-finish-and-write):
17714 * progmodes/cpp.el (cpp-edit-save):
17715 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17716 * progmodes/cc-defs.el (c-emacs-features):
17717 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17718 (antlr-directory-dependencies):
17719 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17720 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17721 (ada-find-any-references, ada-make-filename-from-adaname)
17722 (ada-make-body-gnatstub):
17723 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17724 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17725 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17726 * net/rcirc.el (rcirc-debug):
17727 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17728 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17729 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17730 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17731 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17732 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17733 (newsticker--treeview-list-clear-highlight)
17734 (newsticker--treeview-list-update-highlight)
17735 (newsticker--treeview-list-highlight-start)
17736 (newsticker--treeview-tree-update-highlight)
17737 (newsticker--treeview-get-selected-item)
17738 (newsticker-treeview-mark-list-items-old)
17739 (newsticker--treeview-set-current-node):
17740 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17741 * net/newst-backend.el (newsticker--get-news-by-funcall)
17742 (newsticker--get-news-by-wget, newsticker--image-get)
17743 (newsticker--image-sentinel):
17744 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17745 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17746 (eudc-ph-close-session):
17747 * net/eudc.el (eudc-save-options):
17748 * language/thai-word.el (thai-update-word-table):
17749 * language/japan-util.el (japanese-string-conversion):
17750 * international/titdic-cnv.el (tsang-quick-converter)
17751 (ziranma-converter, ctlau-converter):
17752 * international/mule-cmds.el (describe-language-environment):
17753 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17754 (skkdic-convert-postfix, skkdic-convert-prefix):
17755 (skkdic-convert-okuri-nasi, skkdic-convert):
17756 * emacs-lisp/re-builder.el (reb-update-overlays):
17757 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17758 * emacs-lisp/gulp.el (gulp-send-requests):
17759 * emacs-lisp/find-gc.el (trace-call-tree):
17760 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17761 (eieio-describe-generic):
17762 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17763 * emacs-lisp/edebug.el (edebug-outside-excursion):
17764 * emacs-lisp/debug.el (debugger-make-xrefs):
17765 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17766 * emacs-lisp/chart.el (chart-new-buffer):
17767 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17768 Use with-current-buffer.
17769 * textmodes/artist.el (artist-system): Don't call
17770 copy-sequence on a fresh string.
17771 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17772
d566f228
GM
177732009-10-31 Stephen Berman <stephen.berman@gmx.net>
17774
17775 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17776 is no item to edit. (Bug#4820)
d566f228 17777 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17778 buffer. (Bug#4820)
d566f228 17779
f3628edd
GM
177802009-10-31 Glenn Morris <rgm@gnu.org>
17781
5cf3709c
GM
17782 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17783 (comint-last-output-start, comint-last-input-start)
17784 (comint-last-input-end): Don't defvar when compiling.
17785 (ange-ftp-process-file): Use bound-and-true-p.
17786
4c814fd2
GM
17787 * pcmpl-rpm.el (top-level): Move provide statement to end.
17788 (pcmpl-rpm): Remove unused custom group.
17789
113b8dcc
GM
17790 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17791
31c615e4
GM
17792 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17793
416d3588
GM
17794 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17795 (byte-compile-warnings): Add `constants' as an option.
17796 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17797 (display-call-tree): Update for byte-compile-fdefinition possibly
17798 returning `(macro lambda ...)'. (Bug#4778)
17799 (byte-compile-variable-ref, byte-compile-setq-default):
17800 Respect `constants' member of byte-compile-warnings.
17801
00f71f39
SM
178022009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17803
17804 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17805 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17806 to "submit:".
17807
ca0a881a
DN
178082009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17809
17810 * textmodes/ispell.el (ispell-skip-region-alist):
17811 * international/mule-conf.el (eight-bit):
17812 * international/fontset.el (font-encoding-alist):
17813 * startup.el (pure-space-overflow-message):
17814 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17815 * paths.el (gnus-nntp-service, rmail-spool-directory)
17816 (term-file-prefix):
17817 * files.el (save-some-buffers-action-alist):
17818 * cmuscheme.el (same-window-buffer-names):
17819 * ielm.el (same-window-buffer-names):
17820 * shell.el (same-window-buffer-names):
17821 * mail/sendmail.el (same-window-buffer-names):
17822 * progmodes/inf-lisp.el (same-window-buffer-names):
17823 * bindings.el (mode-line-client)
17824 (mode-line-column-line-number-mode-map):
17825 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17826 (tibetan-precomposed-regexp): Purecopy string arguments.
17827
b861e45e
SM
178282009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17829
6df9b6d7
SM
17830 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17831 (calcDigit-nondigit):
17832 * calc/calc-yank.el (calc-copy-to-buffer):
17833 * calc/calc-units.el (calc-invalidate-units-table):
17834 * calc/calc-trail.el (calc-trail-yank):
17835 * calc/calc-store.el (calc-insert-variables):
17836 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17837 * calc/calc-prog.el (calc-read-parse-table):
17838 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17839 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17840 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17841 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17842 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17843 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17844 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17845 * calc/calc-ext.el (calc-realign):
17846 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17847 (calc-embedded-finish-edit, calc-embedded-make-info)
17848 (calc-embedded-finish-command, calc-embedded-stack-change):
17849 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17850
70f44c65
SM
17851 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17852 shell-dynamic-complete-filename in preference to
17853 comint-dynamic-complete-filename.
17854
b861e45e
SM
17855 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17856 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17857 Don't consider whether the display supports colors.
17858 (bookmark-import-new-list): Use dolist.
17859 (bookmark-bmenu-mode-map): Move initialization into declaration.
17860 (bookmark-bmenu-list): Use dolist, simplify.
17861 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17862 (menu-bar-final-items): Use push.
17863
8549241d 178642009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17865
17866 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17867 it works on remote files.
17868 (vc-hg-diff): Don't pass any `--cwd' argument.
17869
30644573
KR
178702009-10-27 Kevin Ryde <user42@zip.com.au>
17871
cc63d28f
SM
17872 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17873 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17874 (Further to Bug#3921).
17875
9be01a63
MA
178762009-10-27 Michael Albinus <michael.albinus@gmx.de>
17877
17878 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17879 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17880 calling `tramp-imap-put-file'. Add file size to the call.
17881 (tramp-imap-get-file-entries): Compute also user name, file size,
17882 and date.
17883 (tramp-imap-handle-insert-directory): Insert uid and gid.
17884 (tramp-imap-handle-file-attributes): Transform uid and gid
17885 according to `id-format'.
17886 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17887 size in header X-Size.
17888
41849bf9
JB
178892009-10-26 Juanma Barranquero <lekktu@gmail.com>
17890
17891 * simple.el (transpose-subr): Give clearer error when the mark
17892 is not set. (Bug#4807)
17893
293c24f9
MA
178942009-10-26 Michael Albinus <michael.albinus@gmx.de>
17895
cc63d28f
SM
17896 * net/tramp.el (tramp-perl-file-truename): New defconst.
17897 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17898 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17899 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17900 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17901
cc63d28f
SM
17902 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17903 Ignore `dired-call-process'.
293c24f9
MA
17904 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17905
179062009-10-26 Julian Scheid <julians37@gmail.com>
17907
cc63d28f 17908 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17909 (tramp-get-remote-readlink): New defun.
17910 (tramp-handle-file-truename): Use it.
17911 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17912 file exists if cache value present.
48c2d18a 17913 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17914 (tramp-handle-file-readable-p): Use it.
17915 (tramp-handle-file-writable-p): Likewise.
17916 (tramp-handle-file-executable-p): Likewise.
17917 (tramp-handle-file-name-all-completions): Try using Perl to get
17918 partial completions. When perl not available, combine `cd' and
17919 `ls' into single remote operation and use shell expansion to get
17920 partial remote directory contents. Set `file-exists-p' cache for
17921 directory and any files returned by ls. Change cache handling to
17922 support partial directory contents. Use error message emitted by
17923 remote `cd' or Perl code for local tramp-error.
17924 (tramp-do-copy-or-rename-file-directly): Avoid separate
17925 tramp-send-command-and-check call.
cc63d28f
SM
17926 (tramp-handle-process-file): Merge three remote ops into one.
17927 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17928 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17929 file-attributes shows uid/gid to be set already.
17930
a7610c52
DN
179312009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17932
17933 * textmodes/tex-mode.el (tex-dvi-view-command)
17934 (tex-show-queue-command, tex-open-quote):
17935 * progmodes/ruby-mode.el (auto-mode-alist)
17936 (interpreter-mode-alist): Purecopy strings.
17937
17938 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17939
17940 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17941 string for the hook, keymap and abbrev table.
17942
17943 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17944
17945 * x-dnd.el (x-dnd-xdnd-to-action):
17946 * startup.el (fancy-startup-text, fancy-about-text): Change to
17947 defconst from defvar.
17948
17949 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17950
17951 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17952 Purecopy initialization strings.
17953
17954 * mail/sendmail.el (mail-header-separator)
17955 (mail-personal-alias-file):
17956 * mail/rmail.el (rmail-default-dont-reply-to-names)
17957 (rmail-ignored-headers, rmail-retry-ignored-headers)
17958 (rmail-highlighted-headers, rmail-secondary-file-directory)
17959 (rmail-secondary-file-regexp):
17960 * files.el (null-device, file-name-invalid-regexp)
17961 (locate-dominating-stop-dir-regexp)
cc63d28f 17962 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17963 (interpreter-mode-alist): Use mapcar instead of mapc.
17964
17965 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17966
17967 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17968 (completion-ignored-extensions):
17969 (debug-ignored-errors): Purecopy strings.
17970
4fcc3d32
SM
179712009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17972
0667de21
SM
17973 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17974 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17975 (pcomplete--here): Use push.
17976
4fcc3d32
SM
17977 * subr.el (all-completions): Declare the 4th arg obsolete.
17978
955ef430
SM
179792009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17980
2d085307
SM
17981 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17982 (pcomplete-unquote-argument): New function.
17983 (pcomplete--common-suffix): Always pay attention to case.
17984 (pcomplete--table-subvert): Quote and unquote the text.
17985 (pcomplete--common-quoted-suffix): New function.
17986 (pcomplete-std-complete): Use it and pcomplete-begin.
17987
955ef430
SM
17988 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17989 we're inside a dedicated or minibuffer window.
17990
7c85c02b
KF
179912009-10-24 Karl Fogel <kfogel@red-bean.com>
17992
17993 * bookmark.el: Update documentation, especially documentation
17994 of `bookmark-alist' and of the bookmark file format.
17995 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17996
3e8ae8a6
CY
179972009-10-24 Chong Yidong <cyd@stupidchicken.com>
17998
3e425845
CY
17999 * mail/emacsbug.el (report-emacs-bug): Clarify that the
18000 keybindings apply to the mail buffer (Bug#4003). Shrink help
18001 window to buffer.
18002
cdd47d48
CY
18003 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18004 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
18005 (whitespace-toggle-options, global-whitespace-toggle-options):
18006 Doc fix (Bug#3660).
cdd47d48 18007
ba07c9ad
CY
18008 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
18009 of xmltok-start before the end tag was inserted (Bug#2840).
18010
3e8ae8a6
CY
18011 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
18012 patterns that are preceded by an open-paren (Bug#1320).
18013
ab276820
CY
180142009-10-24 Sven Joachim <svenjoac@gmx.de>
18015
18016 * files.el (delete-directory): Delete symlinks to directories with
18017 delete-file (Bug#4739).
18018
905a9ed3
DN
180192009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
18020
a9a2a6db
DN
18021 * vc.el (vc-backend-for-registration): Rename from
18022 vc-get-backend-for-registration. Update callers.
18023
cc63d28f
SM
18024 * international/mule-cmds.el (set-language-info-alist):
18025 Purecopy lang-env.
905a9ed3
DN
18026 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
18027 (charset): Purecopy the name.
18028 (define-char-code-property): Purecopy string arguments.
18029
18030 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18031 Purecopy string arguments.
18032
18033 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
18034 * ediff-hook.el (menu-bar-ediff-menu):
18035 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
18036 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
18037
d270305a
GM
180382009-10-24 Glenn Morris <rgm@gnu.org>
18039
6c74d523 18040 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
18041 * term.el (term-dynamic-list-completions): Use choose-completion rather
18042 than obsolete alias mouse-choose-completion.
18043
ae732337
GM
18044 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
18045 file-cache-choose-completion.
18046 (file-cache-choose-completion): Handle an optional event argument.
18047 (file-cache-mouse-choose-completion): Make it an obsolete alias.
18048
cc63d28f
SM
18049 * progmodes/octave-mod.el (octave-complete-symbol):
18050 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 18051
9847dc91
GM
18052 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
18053 use.
18054
e8f2a5d5
GM
18055 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
18056 compiler.
18057
d270305a
GM
18058 * vc-hooks.el (vc-responsible-backend): Fix declaration.
18059
c6432f1e
SM
180602009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18061
18062 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
18063 Ignore `pred' now that we receive one.
18064 Handle test-completion specially.
18065
6ab196f9
DN
180662009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
18067
18068 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 18069 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
18070 REGISTER ...
18071 (vc-get-backend-for-registration): ... here. New function.
18072 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
18073 of vc-responsible-backend, pass the file name instead of the
18074 directory name.
18075
48feed59
SM
180762009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18077
18078 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
18079 New funs.
18080 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
18081 (pcomplete-comint-setup): Don't modify a global var via
18082 accidental side-effects.
18083 (pcomplete-shell-setup): Adjust call accordingly.
18084 (pcomplete-parse-comint-arguments): Use push.
18085
00006066
CY
180862009-10-23 Chong Yidong <cyd@stupidchicken.com>
18087
36bfa3af
CY
18088 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
18089 Allow uncapitalized info node names (Bug#3921).
18090
00006066
CY
18091 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
18092 to the DEBUG file (Bug#3781).
18093
aa311d6e
CY
180942009-10-23 Jari Aalto <jari.aalto@cante.net>
18095
18096 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
18097 dictionary entry (Bug#4579).
18098
b88f2d0a
MA
180992009-10-23 Michael Albinus <michael.albinus@gmx.de>
18100
18101 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
18102 from `rfn-eshadow-update-overlay-hook' when unloading.
18103 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
18104 "rsyncc". Adjust doc string.
48c2d18a 18105 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
18106 (tramp-handle-insert-file-contents, tramp-handle-write-region):
18107 Keep temporary file when indicated by method ("rsync" and
18108 "rsyncc").
18109 (tramp-handle-write-region): Handle APPEND.
18110 (tramp-delete-temp-file-function): New defun. Added to
18111 `kill-buffer-hook'.
18112
1becddbb
JB
181132009-10-23 Juanma Barranquero <lekktu@gmail.com>
18114
18115 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
18116
8f43cbf3
DN
181172009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
18118
18119 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
18120 (color-name-rgb-alist, tty-standard-colors)
18121 (tty-color-mode-alist): Change to defconst.
18122
18123 * simple.el (mark-inactive): Purecopy message.
18124
18125 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
18126 (global-map, yank-menu):
18127 * textmodes/ispell.el (ispell-menu-map):
18128 * net/eudc.el (eudc-tools-menu):
18129 * international/mule-cmds.el (describe-language-environment-map)
18130 (setup-language-environment-map, set-coding-system-map)
18131 (mule-menu-keymap):
18132 * vc-hooks.el (vc-menu-entry, vc-menu-map):
18133 * replace.el (occur-mode-map):
18134 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
18135
1d228a31
JB
181362009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
18137
6a7662bb
BR
18138 * calc/calc.el (math-read-number, math-read-number-simple):
18139 Use `save-match-data'.
1d228a31 18140
3b067af1
SM
181412009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
18142
28a90c44
SM
18143 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
18144 rather than fiddling with global-map bindings, since it should only
18145 affect per-terminal settings.
18146 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
18147
a452eee8
SM
18148 * minibuffer.el (completion-table-with-terminator): Allow to specify
18149 the terminator-regexp.
18150
ab14d7d5
SM
18151 * simple.el (switch-to-completions): Look for *Completions* in other
18152 frames as well.
18153
3b067af1
SM
18154 * pcomplete.el: Allow the use of completion-tables.
18155 (pcomplete-std-complete): New command.
18156 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
18157 (pcomplete--here): Use a function for `form' rather than an expression,
18158 so it can be byte-compiled.
18159 (pcomplete-here, pcomplete-here*): Adjust accordingly.
18160 Add edebug declaration.
18161 (pcomplete-show-completions): Remove unused var `curbuf'.
18162 (pcomplete-do-complete, pcomplete-stub):
1becddbb 18163 Don't assume `completions' is a list of strings any more.
3b067af1 18164
5480359e
JB
181652009-10-22 Juanma Barranquero <lekktu@gmail.com>
18166
18167 * find-dired.el (find-name-arg): Fix typo in docstring.
18168
3170b794
SM
181692009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
18170
48c23a25
SM
18171 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
18172 (pcmpl-linux-fs-types): Same, and update to new modules layout.
18173
56b14058
SM
18174 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
18175 pcomplete-entries.
18176
3170b794
SM
18177 * comint.el (comint-read-input-ring, comint-write-input-ring)
18178 (comint-substitute-in-file-name)
18179 (comint-dynamic-complete-as-filename)
18180 (comint-dynamic-simple-complete)
18181 (comint-dynamic-list-filename-completions)
18182 (comint-dynamic-list-completions)
18183 (comint-redirect-results-list-from-process): Minor simplifications.
18184
2affef34
KR
181852009-10-21 Kevin Ryde <user42@zip.com.au>
18186
3170b794
SM
18187 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
18188 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 18189 the first form. And insert a blank line after ";;; Code" since
d8194864 18190 that's usual style. (Bug#4612)
2affef34 18191
e7b94bbb
KR
18192 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
18193
528c56e2
SM
181942009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
18195
18196 * minibuffer.el (completion-table-with-terminator): Properly implement
18197 boundaries, in case `terminator' appears in the suffix.
18198 (completion--embedded-envvar-table): Don't return boundaries if
18199 there's no valid completion. Simplify.
18200 (completion-file-name-table): New completion table extracted from
18201 completion--file-name-table.
18202 (completion--file-name-table): Use it.
18203 (read-file-name-predicate): Declare obsolete.
18204 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
18205 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
18206 completion-file-name-table, and use the `pred' argument.
18207 * files.el (locate-file-completion-table): Use the `pred' arg rather
18208 than read-file-name-predicate.
18209 (abbreviate-file-name): Use \` rather than ^ for BOS.
18210
f9ed9b4f
DN
182112009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
18212
18213 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
18214 vc-responsible-backend to register, it causes problems.
18215
5f2022a3
SM
182162009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
18217
18218 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
18219
fc754ea1
MA
182202009-10-21 Michael Albinus <michael.albinus@gmx.de>
18221
18222 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
18223 (tramp-smb-handle-file-attributes): Use it.
18224 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
18225 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
18226 `mapcar'. Use `tramp-smb-get-stat-capability'.
18227 Add `dired-filename' text properties.
fc754ea1
MA
18228 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
18229 (tramp-smb-maybe-open-connection): Simplify check for smbclient
18230 version.
18231
79bd5ba1
SM
182322009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * subr.el (read-key-delay): Reduce to 0.01.
18235 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
18236 (bug#4751).
18237
3c13704d
SM
182382009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18239
554efd10
SM
18240 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
18241
c2a37b78
SM
18242 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
18243 (Info-menu): Remove unused vars `last' and `completions'.
18244 (Info-index-nodes): Remove unused var `node'.
18245
3c13704d
SM
18246 * info.el (Info-complete-menu-item): Use complete-with-action.
18247
d1e4c403
DN
182482009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
18249
18250 Make vc-annotate work through copies and renames.
3c13704d
SM
18251 * vc-annotate.el (vc-annotate-extract-revision-at-line):
18252 Return the file name too.
d1e4c403
DN
18253 (vc-annotate-revision-at-line)
18254 (vc-annotate-find-revision-at-line)
18255 (vc-annotate-revision-previous-to-line)
18256 (vc-annotate-show-log-revision-at-line): Update to get the file
18257 name from vc-annotate-extract-revision-at-line.
18258 (vc-annotate-show-diff-revision-at-line-internal): Change the
18259 argument to mean whether to show a file diff or not. Get the file
18260 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
18261 (vc-annotate-show-diff-revision-at-line):
18262 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
18263 (vc-annotate-warp-revision): Add an optional file argument.
18264
18265 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
18266 (vc-git-annotate-extract-revision-at-line): Also return the file
18267 name if found.
18268
18269 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
18270 command. Remove unused code.
18271 (vc-hg-annotate-re): Update to match --follow output.
18272 (vc-hg-annotate-extract-revision-at-line): Also return the file
18273 name if found.
18274
18275 * vc.el: Update annotate-extract-revision-at-line documentation.
18276
b0b0ef98
KR
182772009-10-18 Kevin Ryde <user42@zip.com.au>
18278
18279 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
18280 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
18281
a9e7f03d
KR
18282 * net/browse-url.el (browse-url): Identify alist with "consp and
18283 not functionp" and let all other things go down the `apply' leg,
18284 as suggested by Stefan. (Further to bug#4531.)
18285
7346a407
CY
182862009-10-18 Chong Yidong <cyd@stupidchicken.com>
18287
18288 * minibuffer.el (read-file-name): Check for repeat before putting
18289 a default argument in file-name-history (Bug#4657).
18290
18291 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
18292 read syntax (Bug#4737).
18293
3c13704d 18294 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 18295
1da94541
CY
182962009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18297
18298 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
18299 (html-tag-alist, html-tag-help): Add descriptions for undocumented
18300 entries and make note of obsolete tags.
18301
2b93080a
SM
183022009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18303
18304 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
18305
18b5ffb5
GM
183062009-10-18 Glenn Morris <rgm@gnu.org>
18307
18308 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
18309 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 18310 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
18311 now, and in any case the file header format has changed.
18312
c2e161b2
GM
183132009-10-17 Glenn Morris <rgm@gnu.org>
18314
18315 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
18316 (flyspell-get-word, flyspell-large-region)
18317 (flyspell-auto-correct-previous-word): Doc/error message fixes.
18318
a1eb44f5
CY
183192009-10-17 Chong Yidong <cyd@stupidchicken.com>
18320
18321 * Makefile.in (ELCFILES): Add ede/shell.
18322
4418646e
DN
183232009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
18324
18325 * term/common-win.el (x-colors): Purecopy it.
18326
4062011e
SM
183272009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18328
18329 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
18330 permissive for when the buffer is empty.
18331 (tar-header-block-tokenize): Decode the username and groupname.
18332 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
18333
b0b111c3
JB
183342009-10-17 Eric Ludlam <zappo@gnu.org>
18335
18336 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
18337 contains multibyte characters, choose first applicable coding
18338 system automatically.
18339
2df48a87
SM
183402009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18341
18342 * international/mule-cmds.el (select-safe-coding-system): If the file
18343 has a coding cookie, use it regardless of any other setting (bug#4712).
18344
fd7dd48c
GM
183452009-10-17 Glenn Morris <rgm@gnu.org>
18346
3ee0b477 18347 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
18348 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
18349
2550e4b1
GM
18350 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
18351 (dired-keep-marker-copy, dired-keep-marker-hardlink)
18352 (dired-keep-marker-symlink, dired-dwim-target)
18353 (dired-copy-preserve-time): Do not autoload these defcustoms.
18354
fd7dd48c
GM
18355 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
18356 messages from messing up the file coding. (Bug#4623)
18357
f3e3a990
GM
183582009-10-17 Jari Aalto <jari.aalto@cante.net>
18359
18360 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
18361 if no match is found for the current dictionary. (Bug#4578)
18362
18363 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
18364 optional, since that is how it is documented, and this is often called
18365 with a nil argument. (Bug#4577)
18366 (flyspell-external-point-words, flyspell-auto-correct-word)
18367 (flyspell-correct-word-before-point, flyspell-word-search-forward)
18368 (flyspell-word-search-backward): Remove nil argument in calls to
18369 flyspell-get-word, since it is not needed now.
18370
183712009-10-17 Ulrich Mueller <ulm@gentoo.org>
18372
1becddbb 18373 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 18374
b61374ab
GM
183752009-10-16 Glenn Morris <rgm@gnu.org>
18376
18377 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
18378
412707c2
SM
183792009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18380
18381 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18382 (ange-ftp-file-size): New function.
18383 (ange-ftp-file-attributes): Use it.
18384
0c6f436e
MA
183852009-10-16 Michael Albinus <michael.albinus@gmx.de>
18386
18387 * net/tramp-smb.el (tramp-smb-version): New defvar.
18388 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18389 repeated checks.
18390
850bfd04
GM
183912009-10-16 Glenn Morris <rgm@gnu.org>
18392
18393 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18394 Maybe copy some custom properties from old to new name. (Bug#4706)
18395
f3ed9aca
JB
183962009-10-16 Juanma Barranquero <lekktu@gmail.com>
18397
18398 * subr.el (error, sit-for, start-process-shell-command)
18399 (start-file-process-shell-command): Set the calling convention
18400 after the function definition.
18401
fd6c5134
SM
184022009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18403
18404 * subr.el (error, sit-for, start-process-shell-command)
18405 (start-file-process-shell-command): Use the new
18406 set-advertised-calling-convention feature.
18407
73874eb7
KH
184082009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18409
fd6c5134
SM
18410 * international/ucs-normalize.el (ucs-normalize-version):
18411 Change to 1.2.
18412 (check-range): Adjust for Unicode 5.2.
73874eb7 18413
03fb33cf
JL
184142009-10-15 Juri Linkov <juri@jurta.org>
18415
18416 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18417 to the `menu-item' format.
18418
4260b402
MA
184192009-10-15 Michael Albinus <michael.albinus@gmx.de>
18420
18421 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18422 if the environment variable does not exist.
18423
18424 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18425 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18426 parameter.
18427 (tramp-smb-handle-add-name-to-file)
18428 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18429 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18430 (tramp-smb-handle-file-attributes)
18431 (tramp-smb-do-file-attributes-with-stat)
18432 (tramp-smb-handle-file-local-copy)
18433 (tramp-smb-handle-insert-directory)
18434 (tramp-smb-handle-make-directory)
18435 (tramp-smb-handle-make-directory-internal)
18436 (tramp-smb-handle-make-symbolic-link)
18437 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18438 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18439 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18440 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18441 Handle long file names.
18442 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18443 process is running.
18444 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18445 Read share names with "-g" option.
18446
d7a0fd6f
GM
184472009-10-15 Ryan Yeske <rcyeske@gmail.com>
18448
18449 * net/rcirc.el (rcirc-view-log-file): New command.
18450 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18451 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18452 specified.
18453
0b44494a
GM
184542009-10-15 Glenn Morris <rgm@gnu.org>
18455
af9fb32f
GM
18456 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18457 from the second command-line argument.
18458 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18459 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18460 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18461 w32-batch-update-autoloads.
18462 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18463 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18464
0b44494a
GM
18465 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18466 the headers cannot be located. Simplify, subtracting superflous
18467 save-excursions.
18468
d5e63715
SM
184692009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 Replace completion-base-size by completion-base-position to fix bugs
18472 such as (bug#4699).
18473 * simple.el (completion-base-position): New var.
18474 (completion-base-size): Mark as obsolete.
18475 (choose-completion): Make it work for mouse events as well.
18476 Pass the new base-position to choose-completion-string.
18477 (choose-completion-guess-base-position): New function, extracted from
18478 choose-completion-delete-max-match.
18479 (choose-completion-delete-max-match): Use it. Make obsolete.
18480 (choose-completion-string): Use the new base-position info.
18481 (completion-root-regexp): Delete.
18482 (completion-setup-function): Preserve completion-base-position.
18483 Eliminate obsolete base-size manipulation.
18484 * minibuffer.el (display-completion-list): Don't mess with base-size.
18485 (minibuffer-completion-help): Set completion-base-position instead.
18486 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18487 choose-completion.
18488 * textmodes/bibtex.el (bibtex-complete):
18489 * emacs-lisp/crm.el (crm--choose-completion-string):
18490 Adjust to new calling convention.
18491 * complete.el (partial-completion-mode): Use minibufferp to avoid
18492 bumping into incompatible change to choose-completion-string-functions.
18493 * ido.el (ido-choose-completion-string): Make its calling convention
18494 more permissive.
18495 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18496 base-size manipulation.
18497 (comint-dynamic-list-input-ring): Use dotimes and push.
18498 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18499 fundamental-mode. Use `or'.
18500
92f8bfc7
JL
185012009-10-14 Juri Linkov <juri@jurta.org>
18502
18503 * misearch.el (multi-isearch-next-buffer-from-list)
18504 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18505
e78e280d
SM
185062009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18507
384ca163
SM
18508 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18509 `bytecomp.el'.
18510
681e0e7c
SM
18511 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18512 string we return is all made up of text from the completions rather
18513 than part from the completions and part from the input (bug#4219).
18514
e78e280d
SM
18515 * ido.el (ido-everywhere): Use define-minor-mode.
18516
18517 * buff-menu.el (list-buffers, ctl-x-map):
18518 Mark the entry points with ;;;###autoload cookies.
18519
b4e813ca
DN
185202009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18521
52964e54
DN
18522 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18523 correctly in the detached head case.
18524 (vc-git-print-log): Remove unused binding.
18525
b4e813ca
DN
18526 * vc.el (vc-responsible-backend): When a directory is passed for
18527 for registration create a VC repository if no backend is
18528 responsible for the directory argument.
18529 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
18530
18531 * vc.el: Move comments about RCS and SCCS ...
18532 * vc-rcs.el:
18533 * vc-sccs.el: ... here, respectively.
18534
40ba9882
SM
185352009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18536
18537 * minibuffer.el (completion--file-name-table): Return nil if there's
18538 no file completion, even if substitute-in-file-name changed
18539 the string (bug#4708).
18540
04e0f59b
JL
185412009-10-13 Juri Linkov <juri@jurta.org>
18542
18543 * files-x.el (read-file-local-variable-value): Don't filter out
18544 minor modes from mode name completion (bug#4664).
18545
314c8e25
JB
185462009-10-13 Juanma Barranquero <lekktu@gmail.com>
18547
18548 * international/mule-cmds.el (ucs-names): Remove exclusion of
18549 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18550
5c9b7d36
KH
185512009-10-13 Kenichi Handa <handa@m17n.org>
18552
18553 * international/uni-name.el: Regenerated.
18554
1e7a80f2
JB
185552009-10-13 Juanma Barranquero <lekktu@gmail.com>
18556
18557 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18558 should be automatically buffer-local, but isn't.)
18559
cd29f88b
SS
185602009-10-12 Sam Steingold <sds@gnu.org>
18561
18562 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 18563 timestamps if the buffer has been visited before.
0cd16af4
SS
18564 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18565 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 18566
37493a98
GM
185672009-10-12 Glenn Morris <rgm@gnu.org>
18568
18569 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18570 Let-bind `size'.
18571
3b56b1e6
JB
185722009-10-12 Juanma Barranquero <lekktu@gmail.com>
18573
7422a4bb
JB
18574 * proced.el (proced-unload-function): New function.
18575
fa72d075
JB
18576 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18577 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18578 Doc fix.
18579
3b56b1e6
JB
18580 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18581
4d9b4323
JL
185822009-10-11 Juri Linkov <juri@jurta.org>
18583
18584 * files-x.el (read-file-local-variable-value):
18585 Provide default value only for bound variables (bug#4664).
18586
f6f7e059
MA
185872009-10-11 Michael Albinus <michael.albinus@gmx.de>
18588
18589 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18590 connection methods like smb.
18591
18592 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18593 can be empty.
18594
18595 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18596 (tramp-smb-file-name-handler-alist): Add handlers for
18597 `add-name-to-file', `make-symbolic-link'.
18598 (tramp-smb-handle-add-name-to-file)
2992485f 18599 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
18600 (tramp-smb-handle-make-symbolic-link)
18601 (tramp-smb-get-cifs-capabilities): New defuns.
18602 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18603 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18604 (tramp-smb-handle-file-local-copy)
18605 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
18606 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18607 The file name syntax depends on cifs capabilities.
18608 (tramp-smb-handle-file-attributes):
18609 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18610 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18611 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 18612
67868d26
CY
186132009-10-11 Chong Yidong <cyd@stupidchicken.com>
18614
18615 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18616 (eieio-defclass): Apply deftype handler and setf-method properties
18617 directly.
18618 (eieio-add-new-slot): Avoid union function from cl library.
18619 (eieio--typep): New function.
18620 (eieio-perform-slot-validation): Use it.
18621
6d6a5b7e
KF
186222009-10-10 Karl Fogel <kfogel@red-bean.com>
18623
3b56b1e6 18624 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18625 Update documentation to refer to the variables documented in r1.135.
18626 (Bug#4188)
18627
67b70de9
KF
186282009-10-10 Karl Fogel <kfogel@red-bean.com>
18629
18630 * bookmark.el (Info-suffix-list): Remove this unused variable.
18631 (bookmark-current-point): Remove this obsolete variable.
18632 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18633 Adjust for removal of bookmark-current-point.
18634
18635 (bookmarks-already-loaded, bookmark-current-buffer)
18636 (bookmark-yank-point): Document. (Bug#4188)
18637
58ae51ae
GM
186382009-10-10 Glenn Morris <rgm@gnu.org>
18639
4619ff5e
GM
18640 * frame.el (frame-height): Doc fix.
18641
58ae51ae
GM
18642 * calendar/calendar.el (calendar-split-width-threshold): New option.
18643 (calendar-basic-setup): Use calendar-split-width-threshold.
18644
d364386c
JB
186452009-10-09 Juanma Barranquero <lekktu@gmail.com>
18646
18647 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18648 Ideographic Supplement" range (U+1F200..U+1F2FF).
18649
33e97a28
KF
186502009-10-09 Karl Fogel <kfogel@red-bean.com>
18651
02d0f051 18652 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18653 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18654
186552009-10-09 Karl Fogel <kfogel@red-bean.com>
18656
d364386c 18657 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18658 (bookmark-bmenu-execute-deletions): Don't save here, as
18659 bookmark-delete will now do so if necessary.
d364386c 18660 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18661 (Bug#4348)
18662
9656d87b
GM
186632009-10-09 Glenn Morris <rgm@gnu.org>
18664
18665 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18666
e6227f06
KF
186672009-10-09 Karl Fogel <kfogel@red-bean.com>
18668
18669 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18670 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18671 argument now, so the two function's behaviors will match. (Bug#3645)
18672
288f783b
MA
186732009-10-08 Michael Albinus <michael.albinus@gmx.de>
18674
18675 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18676 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18677 Apply `save-match-data'.
288f783b
MA
18678
18679 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18680 case both directories are remote.
18681 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18682 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18683
872a1ea4
JB
186842009-10-07 Juanma Barranquero <lekktu@gmail.com>
18685
18686 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18687
ab2baced
GM
186882009-10-07 Glenn Morris <rgm@gnu.org>
18689
e78e280d
SM
18690 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18691 of concat.
ab2baced 18692
5c4634c1
SM
186932009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18694
18695 * files-x.el (read-file-local-variable): Include some
18696 non-user-variables in the completion table (bug#4664).
18697
c2dc9732
MA
186982009-10-07 Michael Albinus <michael.albinus@gmx.de>
18699
18700 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18701 message.
18702
18703 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18704 (tramp-smb-file-name-handler-alist): Add handler for
18705 `copy-directory', `expand-file-name', `set-file-modes'.
18706 (tramp-smb-handle-copy-directory)
18707 (tramp-smb-handle-expand-file-name)
18708 (tramp-smb-handle-set-file-modes): New defuns.
18709 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18710 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18711 entry.
18712 (tramp-smb-handle-insert-directory): Don't flush the cache.
18713 (tramp-smb-maybe-open-connection): Check for samba client and
18714 server versions.
18715
11be40a6
EZ
187162009-10-07 Eli Zaretskii <eliz@gnu.org>
18717
18718 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18719 to not error out of search for "^lisp=" fails.
18720
8c4afe20
JB
187212009-10-07 Juanma Barranquero <lekktu@gmail.com>
18722
18723 * makefile.w32-in (WINS_UPDATES): New macro.
18724 (custom-deps, finder-data, autoloads): Use it.
18725
429a1506
GM
187262009-10-07 Glenn Morris <rgm@gnu.org>
18727
ee2e93e2
GM
18728 * Makefile.in (autoloads): Revert previous change.
18729 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18730 the list of preloaded files passed on the command-line, get
18731 it from src/Makefile.
18732
429a1506
GM
18733 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18734 show the original buffer rather than a random one.
18735
a51203ee 187362009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18737
18738 * help.el (describe-no-warranty): Place point in a slightly better
18739 position in the GPLv3 text.
18740
f58f7520
SS
187412009-10-06 Sam Steingold <sds@gnu.org>
18742
18743 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18744 the comm attribute is present before calling regexp-quote.
18745
bde79dc0
JB
187462009-10-06 Juanma Barranquero <lekktu@gmail.com>
18747
18748 * play/animate.el (animate-string): For good effect, make sure
18749 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18750
18751 * play/animate.el (animate-sequence, animate-birthday-present):
18752 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18753
25ab0302
GM
187542009-10-06 Glenn Morris <rgm@gnu.org>
18755
73fe714a
GM
18756 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18757
3405d98c
GM
18758 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18759 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18760 (batch-update-autoloads): Process a string value of autoload-excludes,
18761 set during the build process.
18762 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18763
9fb2cdc5
GM
18764 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18765 inside with-parsed... macro so that `v' is defined.
18766
7938ab41
GM
18767 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18768 * progmodes/fortran.el (fortran-end-of-block)
18769 (fortran-beginning-of-block):
18770 Also push mark in the macro case.
18771
eaf9b564
GM
18772 * emerge.el (emerge-show-file-name):
18773 * calc/calc.el (calc-quit):
18774 * calc/calc-misc.el (calc-big-or-small):
18775 * calc/calc-graph.el (calc-graph-view):
18776 * calc/calc-ext.el (calc-reset):
18777 * calendar/calendar.el (calendar-basic-setup):
18778 Use window-full-height-p.
18779
25ab0302
GM
18780 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18781 header we don't understand, don't insert another. (Bug#4624)
18782 If changing mime charset, insert the new one in the right place.
18783
00169eb6
GM
187842009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18785
18786 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18787 (cal-tex-cursor-month): Correctly increment the end date for diary and
18788 holiday listing. (Bug#4626)
18789
82882188
SM
187902009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18791
40ba9882 18792 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18793 a symbol.
18794
a8f316ca
JB
187952009-10-05 Juanma Barranquero <lekktu@gmail.com>
18796
18797 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18798 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18799 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18800 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18801
18802 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18803 (eieio-default-superclass): Reflow docstrings.
18804 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18805 (eieio-unbind-method-implementations, defmethod)
18806 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18807 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18808 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18809 (eieio-slot-originating-class-p, eieio-slot-name-index)
18810 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18811 (constructor, initialize-instance, no-next-method, object-print)
18812 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18813 Fix typos in docstrings.
18814 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18815 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18816 (next-method-p): Doc fixes.
18817 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18818 Fix typos in error messages.
18819 (eieio-defmethod): Fix typo in description of generic method.
18820
18821 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18822 (eieio-persistent-save-interactive, slot-missing):
18823 Fix typos in docstrings.
18824 (eieio-instance-inheritor-slot-boundp): Doc fix.
18825
18826 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18827 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18828
18829 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18830 (eieio-custom-object-apply-reset):
18831 Fix typos in docstrings and error messages.
18832
18833 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18834 Fix typo in docstring.
18835
18836 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18837 (eieio-browse-tree): Doc fix.
18838 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18839 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18840 Fix typos in docstrings.
18841
18842 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18843 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18844 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18845 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18846 Reflow docstrings.
18847
c66b7ac0
DN
188482009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18849
4a827e0a 18850 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18851 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18852 Set log-view-vc-backend so that diff can work.
4a827e0a 18853
c66b7ac0
DN
18854 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18855 vc-version-diff.
18856 (vc-diff-internal): Autoload this instead of vc-version-diff.
18857
1902a98c
EZ
188582009-10-05 Eli Zaretskii <eliz@gnu.org>
18859
a7a8618b
EZ
18860 * simple.el (eval-expression): Doc fix.
18861
1902a98c
EZ
18862 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18863
0e1f2ee6
MA
188642009-10-05 Michael Albinus <michael.albinus@gmx.de>
18865
18866 * files.el (directory-files-no-dot-files-regexp): New defconst.
18867 (delete-directory): Use it.
18868 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18869
263c02ef 18870 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18871 (tramp-methods): Add recursive option to `tramp-copy-args'.
18872 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18873 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18874 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18875 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18876 Add handler for `copy-directory'.
18877 (tramp-handle-copy-directory): New defun.
18878 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18879 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18880 Optimize sent command.
263c02ef 18881
72aa7df4
SM
188822009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18883
4a34f065
SM
18884 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18885 window if necessary.
18886
72aa7df4
SM
18887 * calendar/calendar.el (calendar-basic-setup): Don't call
18888 switch-to-buffer in a dedicated window.
18889
5feb1ba7
KF
188902009-10-05 Karl Fogel <kfogel@red-bean.com>
18891
18892 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18893 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18894 (bookmark-error-no-filename): New error.
18895 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18896 bookmark has no file. Don't even attempt to handle things that
18897 are not files; the whole point of custom handlers is to keep that
18898 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18899 (bookmark-file-or-variation-thereof): Remove now-unused function.
18900 (bookmark-location): Doc string fix.
18901 (Bug#4250)
18902
1bd49952
KF
189032009-10-04 Karl Fogel <kfogel@red-bean.com>
18904
18905 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18906 don't use a file dialog, because they usually don't know how to read
18907 a directory target from the user. (Bug#4230)
18908 Also, make sure the prompt can display directories as well as files.
18909
825382c0
KF
189102009-10-04 Karl Fogel <kfogel@red-bean.com>
18911
18912 * bookmark.el (bookmark-set, bookmark-buffer-name):
18913 Improve doc strings. (Bug#1193)
18914
13901bcb
KF
189152009-10-04 Karl Fogel <kfogel@red-bean.com>
18916
4a34f065
SM
18917 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18918 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18919 (bookmark-get-annotation, bookmark-set-annotation)
18920 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18921 (bookmark-set-position, bookmark-get-front-context-string)
18922 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18923 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18924 (bookmark-jump-other-window, bookmark-handle-bookmark)
18925 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18926 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18927 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18928 Improve doc strings to say whether bookmark can be a string or
18929 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18930 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18931 (bookmark-default-annotation-text, bookmark-yank-word)
18932 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18933 (bookmark-import-new-list, bookmark-maybe-rename)
18934 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18935 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18936 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18937 add a FIXME comment about how the function may be pointless.
13901bcb 18938 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18939 parameter name, to clarify that this takes a bookmark record
18940 not a bookmark name.
13901bcb 18941 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18942 and improve the doc string a bit.
13901bcb
KF
18943 (Bug#4188)
18944
5c1b3e94
KF
189452009-10-04 Karl Fogel <kfogel@red-bean.com>
18946
18947 * bookmark.el (bookmark-alist): Document the new `handler' element
18948 in the param alist.
18949 (bookmark-make-record-function): Adjust documentation for above.
18950 (Bug#4193)
18951
8559076d
KF
189522009-10-04 Karl Fogel <kfogel@red-bean.com>
18953
18954 * info.el (Info-bookmark-make-record): Document this function.
18955 (Info-bookmark-jump): Document with a doc string, not just a comment.
18956 (Bug#4203)
18957
b4583b8c
MA
189582009-10-04 Michael Albinus <michael.albinus@gmx.de>
18959
18960 * files.el (copy-directory): New defun.
18961
18962 * dired-aux.el (dired-copy-file-recursive): Use it.
18963
131ae8f2
JB
189642009-10-04 Juanma Barranquero <lekktu@gmail.com>
18965
a30e71ae 18966 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18967 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18968 docstrings.
a30e71ae 18969
131ae8f2
JB
18970 * recentf.el (recentf-unload-function): New function.
18971
ccafbf06
GM
189722009-10-04 Glenn Morris <rgm@gnu.org>
18973
18974 * window.el (window-full-height-p): Add doc string.
18975
02c6f098
GM
189762009-10-04 Martin Rudalics <rudalics@gmx.at>
18977
18978 * window.el (window-full-height-p): New function. (Bug#4543)
18979
ed6b0195
DN
189802009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18981
18982 * vc.el: Remove commented out code.
18983 (vc-derived-from-dir-mode): Remove, unused.
18984 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18985
1b8d1cc7
MA
189862009-10-03 Michael Albinus <michael.albinus@gmx.de>
18987
4a34f065
SM
18988 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18989 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18990 there could be recursive loading when `default-directory' is a
18991 remote file name. (Bug#4614)
18992
ac3c593c
GM
189932009-10-03 Glenn Morris <rgm@gnu.org>
18994
686ea556
GM
18995 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18996 the frame is wide.
18997 (calendar-generate-window): Test for shrinkability rather than width.
18998
ac3c593c
GM
18999 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
19000 reusing existing buffers, in case we happen to visit two files with the
19001 same basename. (Bug#4593)
19002
573709fd
EZ
190032009-10-02 Eli Zaretskii <eliz@gnu.org>
19004
4a34f065 19005 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
19006 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
19007 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
19008 subdirs of cedet as well.
8f885d01 19009 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 19010
8d6c1239
SM
190112009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19012
19013 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
19014 Obey advertised-signature-table.
19015
19016 * help-fns.el (help-function-arglist): Don't check
19017 advertised-signature-table.
19018 (describe-function-1): Do it here instead so it also applies to subrs.
19019
c4861de0
MA
190202009-10-02 Michael Albinus <michael.albinus@gmx.de>
19021
19022 * simple.el (start-file-process): Say in the doc-string, that file
19023 handlers might not support pty association, if PROGRAM is nil.
19024
19025 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
19026 HOST and USER are strings. They are nil, when there are
19027 incomplete entries in ~/.netrc, for example.
19028 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
19029 root directory ("device busy" error otherwise).
19030
8d6c1239
SM
19031 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
19032 Flush file properties of created directory.
c4861de0 19033
d2bda74f
EZ
190342009-10-02 Eli Zaretskii <eliz@gnu.org>
19035
19036 * makefile.w32-in (WINS_BASIC): Remove cedet.
19037 (WINS_CEDET): Add cedet.
19038 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
19039
895d1904
GM
190402009-10-02 Kevin Ryde <user42@zip.com.au>
19041
19042 * net/browse-url.el (browse-url): Pass any symbol in
19043 browse-url-browser-function to `apply', since if you've mistakenly put
19044 an unbound symbol then the error is clearer. (Bug#4531)
19045
32226619
JB
190462009-10-02 Juanma Barranquero <lekktu@gmail.com>
19047
19048 * allout.el (allout-init, allout-back-to-current-heading)
19049 (allout-beginning-of-current-entry, allout-ascend-to-depth)
19050 (allout-ascend, allout-up-current-level, allout-end-of-level)
19051 (allout-previous-visible-heading, allout-forward-current-level)
19052 (allout-backward-current-level, allout-show-children):
19053 * apropos.el (apropos-describe-plist):
19054 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
19055 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
19056 * completion.el (add-completion, add-permanent-completion):
19057 * descr-text.el (describe-text-category, describe-char):
19058 * desktop.el (desktop-lazy-abort):
19059 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
19060 * dired.el (dired-build-subdir-alist):
19061 * ediff.el (ediff-version):
19062 * elide-head.el (elide-head, elide-head-show):
19063 * emerge.el (emerge-version):
19064 * env.el (getenv):
19065 * face-remap.el (variable-pitch-mode):
19066 * faces.el (describe-face):
19067 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
19068 (dired-at-point):
19069 * files.el (find-file-existing, auto-save-mode):
19070 * font-lock.el (font-lock-fontify-buffer):
19071 * help-fns.el (describe-function, describe-variable)
19072 (describe-syntax, describe-categories):
19073 * help.el (view-lossage, describe-bindings, describe-key)
19074 (describe-mode):
19075 * hexl.el (hexl-current-address):
19076 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
19077 * info.el (Info-goto-emacs-key-command-node):
19078 * log-edit.el (log-edit-insert-cvs-template)
19079 (log-edit-insert-cvs-rcstemplate):
19080 * menu-bar.el (menu-bar-mode):
19081 * mouse.el (mouse-appearance-menu):
19082 * newcomment.el (comment-indent-new-line):
19083 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
19084 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 19085 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
19086 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
19087 * recentf.el (recentf-mode):
19088 * savehist.el (savehist-mode, savehist-save):
19089 * shadowfile.el (shadow-copy-files):
19090 * simple.el (kill-ring-save, next-line, previous-line)
19091 (normal-erase-is-backspace-mode):
19092 * strokes.el (strokes-update-window-configuration)
19093 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
19094 (strokes-xpm-for-stroke):
19095 * time.el (emacs-uptime, emacs-init-time):
19096 * tutorial.el (tutorial--describe-nonstandard-key)
19097 (tutorial--detailed-help):
19098 * type-break.el (type-break-mode)
19099 (type-break-mode-line-message-mode, type-break-query-mode)
19100 (type-break-guesstimate-keystroke-threshold):
19101 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
19102 * version.el (emacs-version):
19103 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
19104 * winner.el (winner-mode):
19105 * calendar/timeclock.el (timeclock-in, timeclock-out)
19106 (timeclock-status-string, timeclock-change)
19107 (timeclock-workday-remaining-string)
19108 (timeclock-workday-elapsed-string)
19109 (timeclock-when-to-leave-string):
19110 * calendar/todo-mode.el (todo-add-category):
19111 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
19112 * emacs-lisp/autoload.el (update-file-autoloads):
19113 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
19114 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
19115 (checkdoc-message-text, checkdoc-defun):
19116 * emacs-lisp/debug.el (debugger-list-functions):
19117 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19118 * emacs-lisp/eieio-opt.el (eieio-describe-class)
19119 (eieio-describe-generic):
19120 * emacs-lisp/lisp-mnt.el (lm-synopsis):
19121 * emacs-lisp/shadow.el (list-load-path-shadows):
19122 * emulation/cua-base.el (cua-mode):
19123 * emulation/edt.el (edt-set-scroll-margins):
19124 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
19125 (tpu-toggle-regexp, tpu-toggle-search-direction)
19126 (tpu-toggle-rectangle, tpu-toggle-control-keys):
19127 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19128 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
19129 (viper-set-parsing-style-toggling-macro)
19130 (viper-set-emacs-state-searchstyle-macros):
19131 * emulation/viper.el (viper-set-hooks):
19132 * eshell/esh-mode.el (eshell-truncate-buffer):
19133 * international/mule-cmds.el (prefer-coding-system)
19134 (describe-input-method, describe-language-environment):
19135 * international/mule-diag.el (list-character-sets)
19136 (describe-character-set, describe-coding-system)
19137 (describe-fontset, list-fontsets, list-input-methods):
19138 * mail/sendmail.el (mail-signature):
19139 * net/ange-ftp.el (ange-ftp-copy-file):
19140 * net/browse-url.el (browse-url):
19141 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
19142 * net/quickurl.el (quickurl-add-url):
19143 * net/rcirc.el (names, topic):
19144 * net/xesam.el (xesam-mode):
19145 * play/5x5.el (5x5-new-game):
19146 * play/yow.el (apropos-zippy):
19147 * progmodes/ada-mode.el (ada-mode-version):
19148 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
19149 (f90-end-of-block)
19150 (f90-beginning-of-block):
19151 * progmodes/fortran.el (fortran-end-of-block)
19152 (fortran-beginning-of-block):
19153 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
19154 * progmodes/python.el (python-describe-symbol, python-shell):
19155 * term/ns-win.el (ns-print-buffer):
19156 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
19157 * textmodes/flyspell.el (flyspell-mode-on):
19158 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
19159 (pages-directory-for-addresses):
19160 * textmodes/table.el (table-recognize-cell)
19161 (table-query-dimension, table-generate-source)
19162 (table-insert-sequence, table--warn-incompatibility):
19163 * textmodes/tex-mode.el (tex-validate-buffer):
19164 * textmodes/texinfmt.el (texinfmt-version)
19165 (texinfo-format-buffer):
19166 Use `called-interactively-p' instead of `interactive-p'.
19167
12a3c28c
JB
191682009-10-02 Juanma Barranquero <lekktu@gmail.com>
19169
19170 * image-mode.el (image-toggle-display):
19171 * emacs-lisp/elp.el (elp-instrument-function):
19172 * emacs-lisp/advice.el (ad-make-advised-definition):
19173 * emacs-lisp/easy-mmode.el (define-minor-mode):
19174 * net/browse-url.el (browse-url-maybe-new-window):
19175 * progmodes/sh-script.el (sh-learn-buffer-indent):
19176 Pass new argument 'any to `called-interactively-p'.
19177
171fda8a
JB
191782009-10-01 Juanma Barranquero <lekktu@gmail.com>
19179
171fda8a
JB
19180 * international/uni-bidi.el:
19181 * international/uni-category.el:
19182 * international/uni-combining.el:
19183 * international/uni-comment.el:
19184 * international/uni-decimal.el:
9c3c9fdf 19185 * international/uni-decomposition.el:
171fda8a
JB
19186 * international/uni-digit.el:
19187 * international/uni-lowercase.el:
19188 * international/uni-mirrored.el:
19189 * international/uni-name.el:
19190 * international/uni-numeric.el:
19191 * international/uni-old-name.el:
19192 * international/uni-titlecase.el:
19193 * international/uni-uppercase.el:
19194 Regenerate from Unicode 5.2.0 data.
19195
dcb9734a
GM
191962009-10-01 Glenn Morris <rgm@gnu.org>
19197
19198 * Makefile.in (ELCFILES): Regenerate.
19199
ced10a4c
SM
192002009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
19201
9d28c33e
SM
19202 * subr.el (interactive-p): Mark obsolete.
19203 (called-interactively-p): Make the optional-ness of `kind' obsolete.
19204 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
19205 advertised-signature-table for subroutines as well.
19206
ced10a4c
SM
19207 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
19208 (set-advertised-calling-convention): New function.
19209 (make-obsolete, define-obsolete-function-alias)
19210 (make-obsolete-variable, define-obsolete-variable-alias):
19211 Make the optional-ness of `when' obsolete.
19212 (define-obsolete-face-alias): Make `when' non-optional.
19213 * help-fns.el (help-function-arglist):
19214 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
19215 Use advertised-signature-table.
19216
cc3dda16
MA
192172009-10-01 Michael Albinus <michael.albinus@gmx.de>
19218
19219 * files.el (delete-directory): New defun. The original function
19220 in fileio.c has been renamed to `delete-directory-internal'.
19221
19222 * dired.el (dired-delete-file): Call `delete-directory' with
19223 RECURSIVE parameter.
19224
5ce6e4f4 19225 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
19226 parameter RECURSIVE. Implementation is missing.
19227
19228 * net/tramp.el (tramp-handle-make-directory): Flush upper
19229 directory's file properties.
ced10a4c 19230 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
19231 (tramp-handle-dired-recursive-delete-directory): Flush directory
19232 properties after the remove command only.
19233
ced10a4c
SM
19234 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
19235 Handle optional parameter RECURSIVE.
cc3dda16 19236
ced10a4c
SM
19237 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
19238 Handle optional parameter RECURSIVE.
cc3dda16
MA
19239
19240 * net/tramp-smb.el (tramp-smb-errors): Add error message for
19241 connection timeout.
19242 (tramp-smb-handle-delete-directory): Handle optional parameter
19243 RECURSIVE.
19244
cf885595
SM
192452009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
19246
e3a6b82f
SM
19247 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
19248 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
19249 (byte-compile-defmacro): Use backquotes.
19250
7201bfbb
SM
19251 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
19252
cf885595
SM
19253 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
19254 has no associated file.
19255 (vc-resynch-buffer): Use vc-dir-buffers.
19256
a4d2c321
GM
192572009-10-01 Glenn Morris <rgm@gnu.org>
19258
9ffe3f52
GM
19259 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
19260 (chart-file-count):
19261 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
19262 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
19263 * emacs-lisp/eieio-opt.el (eieio-describe-class):
19264 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
19265 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
19266 (eieio-copy-parents-into-subclass, make-instance, class-children)
19267 (eieio-generic-form):
bd2afec2 19268
9515cdcc
GM
19269 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
19270 match-data. (Bug#4555).
19271
a4d2c321
GM
19272 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
19273 rather than parsing it as a regexp. This relaxes the layout
19274 requirements and makes errors easier to detect.
19275 (check-declare-verify): Check file is regular.
19276 (check-declare-directory): Doc fix.
19277 * subr.el (declare-function): Doc fix.
19278
b15c31c7
GM
19279 * ibuffer.el (ibuffer-format-qualifier):
19280 * isearch.el (hi-lock-regexp-okay):
19281 * calc/calc.el (math-zerop):
19282 * mail/uce.el (rmail-msgbeg, rmail-msgend):
19283 * term/w32-win.el (setup-default-fontset, set-fontset-font):
19284 Remove unused declarations.
19285
b0b111c3
JB
192862009-09-30 Eric Ludlam <zappo@gnu.org>
19287
19288 * emacs-lisp/eieio.el (boolean-p): Delete.
19289
1fc28a2c
GM
192902009-09-30 Glenn Morris <rgm@gnu.org>
19291
1fc28a2c
GM
19292 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
19293
494f4fc7
GM
19294 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
19295 filename is not a string.
19296
561580e9
CY
192972009-09-29 Chong Yidong <cyd@stupidchicken.com>
19298
19299 * files.el (safe-local-eval-forms): Fix typo.
19300
dcbbecd4
SM
193012009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19302
19303 * vc-hooks.el (vc-dir-buffers): New var.
19304 (vc-state-refresh): New function.
19305 (vc-state): Use it.
19306 (vc-after-save): Always ask the backend to recompute the new state.
19307 Always call vc-dir if necessary, using vc-dir-buffers.
19308 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
19309 Use vc-dir-buffers.
19310 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
19311 (vc-dir-prepare-status-buffer, vc-dir-update)
19312 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
19313 Don't call expand-file-name on default-directory.
19314
d88444f2
JB
193152009-09-29 Juanma Barranquero <lekktu@gmail.com>
19316
19317 * speedbar.el (speedbar-item-delete):
19318 * calc/calc-prog.el (calc-kbd-if):
19319 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
19320
19321 * epa.el (epa-key-list-mode-map):
19322 * hi-lock.el (hi-lock-menu): Fix typos in menus.
19323
19324 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
19325 (hs-show-hook): Fix typo in docstring.
19326
5da62d41
GM
193272009-09-29 Glenn Morris <rgm@gnu.org>
19328
8360fce0
GM
19329 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
19330 file-name-nondirectory call preventing location of cedet files.
19331 (check-declare-verify): Use literal search rather than re-search.
ae715515 19332 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
19333
19334 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19335 Use tramp-compat-file-attributes rather than nonexistent
19336 tramp-compat-handle-file-attributes.
19337
5da62d41
GM
19338 * Makefile.in (lisptagsfiles4): New.
19339 (AUTOGENEL): Add cedet loaddefs files.
19340 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
19341 (update-elclist, compile-always, backup-compiled-files)
19342 (bootstrap-clean): Add yet another directory level.
19343 (update-elclist): Use LC_COLLATE rather than COLLATE.
19344 (ELCFILES): Update, via `make update-elclist'.
19345
48267264
JB
193462009-09-29 Juanma Barranquero <lekktu@gmail.com>
19347
19348 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
19349 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
19350 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
19351
2c4cd0b0
AS
193522009-09-28 Andreas Schwab <schwab@linux-m68k.org>
19353
19354 * Makefile.in (lisptagsfiles3): Define.
5da62d41 19355 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
19356 (update-elclist): Add third directory level to look for elc files.
19357 (compile-always): Likewise.
19358 (backup-compiled-files): Likewise.
19359 (bootstrap-clean): Likewise.
19360 (ELCFILES): Update.
19361
a2533e47
CY
193622009-09-28 Chong Yidong <cyd@stupidchicken.com>
19363
19364 * Makefile.in (ELCFILES): Add CEDET files.
19365
eefbedb1
MA
193662009-09-28 Michael Albinus <michael.albinus@gmx.de>
19367
19368 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
19369
19370 * net/tramp.el (top): Require tramp-imap.
19371
19372 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19373 Use `tramp-compat-handle-file-attributes'.
19374
193752009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19376
19377 * net/tramp-imap.el: New package.
19378
b0b111c3
JB
193792009-09-28 Eric Ludlam <zappo@gnu.org>
19380
19381 * emacs-lisp/chart.el:
19382 * emacs-lisp/eieio-base.el:
19383 * emacs-lisp/eieio-comp.el:
19384 * emacs-lisp/eieio-custom.el:
19385 * emacs-lisp/eieio-datadebug.el:
19386 * emacs-lisp/eieio-opt.el:
19387 * emacs-lisp/eieio-speedbar.el:
19388 * emacs-lisp/eieio.el: New files.
19389
748e3d67
VJL
193902009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19391
19392 * whitespace.el (whitespace-trailing-regexp)
19393 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19394 Fix doc string.
19395
15120dec
CY
193962009-09-27 Chong Yidong <cyd@stupidchicken.com>
19397
19398 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19399 menu.
19400
19401 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19402 menu-bar-ediff-menu.
19403
19404 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19405 define-overloadable-function.
19406
19407 * progmodes/autoconf.el: Provide autoconf as well, so that this
19408 file can be `require'd.
19409
19410 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19411
19412 * emacs-lisp/autoload.el (generated-autoload-feature)
19413 (generated-autoload-load-name): New vars.
19414 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19415 (make-autoload): Recognize define-overloadable-function and
19416 defclass forms (for EIEIO).
19417
19418 * Makefile.in (update-subdirs): Exclude cedet directory.
19419
135abf91
AR
194202009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19421
1becddbb 19422 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
19423
19424 * faces.el: Default light-background background for region face to
19425 ns_selection_color under NS.
19426
3d994264
TZ
194272009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19428
19429 * net/imap-hash.el: New library, see NEWS.
19430
19431 * Makefile.in (ELCFILES): Add imap-hash.el.
19432
ce9a0ccb
SM
194332009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19436 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19437 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19438 definition where the docstring could be taken for the return value.
19439
a92cdd49
GM
194402009-09-26 Glenn Morris <rgm@gnu.org>
19441
19442 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19443 Add option to only show images below a certain size.
19444 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19445 save-excursion calls.
19446
416ac2f1
EZ
194472009-09-26 Eli Zaretskii <eliz@gnu.org>
19448
19449 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19450 subdirectories) and eieio.
19451
d9a13f68
AM
194522009-09-26 Alan Mackenzie <acm@muc.de>
19453
6a7662bb
BR
19454 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19455 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
19456
19457 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 19458 character constants (as case labels). (Bug#4289)
d9a13f68 19459
182b3bec
CY
194602009-09-25 Juri Linkov <juri@jurta.org>
19461
19462 * files.el (safe-local-eval-forms): Allow time-stamp in
19463 before-save-hook (Bug#4554).
19464
8f75f2da
JB
194652009-09-25 Drew Adams <drew.adams@oracle.com>
19466
19467 * menu-bar.el (list-buffers-directory): Doc fix.
19468
8390fb80
SM
194692009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19470
19471 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19472 Try and avoid copying twice the same paragraph.
19473 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19474 Remove save-excursion.
19475 (log-edit-changelog-entry): Do it here instead.
19476
11ee8d90
JB
194772009-09-25 Juanma Barranquero <lekktu@gmail.com>
19478
027b1942
JB
19479 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19480 when available, instead of hardcoding mode names. Doc fix.
19481
11ee8d90
JB
19482 * menu-bar.el (list-buffers-directory): Add docstring.
19483 Make automatically buffer-local.
19484
19485 * dired.el (dired-mode):
19486 * files.el (cd-absolute):
19487 * pcvs.el (cvs-temp-buffer):
19488 * pcvs-util.el (cvs-get-buffer-create):
19489 * shell.el (shell-mode):
19490 * vc-dir.el (vc-dir-mode):
19491 Don't make `list-buffers-directory' buffer local.
19492
21289c5d
CY
194932009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19494
8390fb80
SM
19495 * comint.el (comint-exec, comint-run, make-comint):
19496 Doc fixes (Bug#4542).
21289c5d 19497
e8652dd9
GM
194982009-09-25 Glenn Morris <rgm@gnu.org>
19499
19500 * mail/rmailmm.el (rmail-mime): New custom group.
19501 Move all defcustoms in this file into this group.
19502 (rmail-mime-media-type-handlers-alist): Revert previous change.
19503 (rmail-mime-show-images): New option.
19504 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19505 references to it, since it wasn't actually used for anything.
19506 (rmail-mime-insert-image): New function.
19507 (rmail-mime-image): Use rmail-mime-insert-image.
19508 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
19509 obey the value of `rmail-mime-show-images' option. Print the size of
19510 attachments.
e8652dd9 19511
fb652bb5
JB
195122009-09-25 David Engster <deng@randomsample.de>
19513
19514 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19515
32a9841c
VJL
195162009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19517
19518 * whitespace.el: Does not highlight trailing spaces While point is
19519 at end of line. Does not highligt spaces at beginning of buffer
19520 while point is at beginning of buffer. Does not highlight spaces
19521 at end of buffer while point is at end of buffer. (Bug#4177)
19522 New version 12.0.
19523 (whitespace-display-mappings): Adjust initialization.
19524 (whitespace-point, whitespace-font-lock-refontify): New vars.
19525 (whitespace-color-on, whitespace-color-off): Adjust code.
19526 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19527 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19528 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19529
e477ca84
CY
195302009-09-24 Chong Yidong <cyd@stupidchicken.com>
19531
19532 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19533
19534 * textmodes/sgml-mode.el: Remove xml-mode alias.
19535
19536 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 19537 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 19538
68712602
AM
195392009-09-24 Alan Mackenzie <acm@muc.de>
19540
19541 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19542 c-forward-conditionals, but it doesn't move point and doesn't set
19543 the mark.
19544 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19545 (c-down-conditional-with-else, c-backward-conditional)
19546 (c-forward-conditional): Refactor to use c-scan-conditionals.
19547
1659ada0
JB
195482009-09-24 Juanma Barranquero <lekktu@gmail.com>
19549
19550 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19551 (help-default-arg-highlight): Remove.
19552 (help-highlight-arg): New function.
19553 (help-do-arg-highlight): Use it.
19554 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19555
b3f01e46
SM
195562009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19557
19558 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19559 Undo last change, which didn't fix the problem and introduced others.
19560
107ef54a
NR
195612009-09-24 Nick Roberts <nickrob@snap.net.nz>
19562
19563 * progmodes/gdb-mi.el: Don't require speedbar.
19564 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19565
ffa1fed6
GM
195662009-09-24 Glenn Morris <rgm@gnu.org>
19567
2157a2be
GM
19568 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19569
6125167c
GM
19570 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19571
ffa1fed6
GM
19572 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19573 there is no newline after the final mime boundary. (Bug#4539)
19574 Move markers on insertion so that any buttons inserted don't end up in
19575 the next part of a multipart message.
2e9075d3
GM
19576 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19577 (rmail-mime-bulk-handler): Optionally handle images.
19578 (rmail-mime-image): New button action.
19579 (rmail-mime-image-handler): New function.
19580 (rmail-mime-mode): New mode.
19581 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 19582
4a814992
SM
195832009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19584
075518b5
SM
19585 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19586 than just dropping elements from it (bug#4504).
19587
8ad2defc
SM
19588 * term.el (term-set-scroll-region): Don't move cursor any more.
19589 (term-handle-ansi-escape): Call term-goto here instead.
19590 Suggested by Ivan Kanis <apple@kanis.eu>.
19591
4a814992
SM
19592 * term.el: Require CL.
19593 (term-ansi-reset): New function.
19594 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19595 (term-handle-colors-array): Simplify.
19596
5a0c3f56
JB
195972009-09-24 Juanma Barranquero <lekktu@gmail.com>
19598
19599 * allout.el (allout-overlay-interior-modification-handler)
19600 (allout-obtain-passphrase):
19601 * epa-file.el (epa-file-write-region):
19602 * ps-print.el (ps-begin-job):
19603 * vc-hooks.el (vc-toggle-read-only):
19604 * vc-rcs.el (vc-rcs-rollback):
19605 * vc-sccs.el (vc-sccs-rollback):
19606 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19607 (vc-version-diff, vc-revert, vc-rollback):
19608 * wdired.el (wdired-check-kill-buffer):
19609 * emacs-lisp/authors.el (authors):
19610 * net/socks.el (socks-open-connection):
19611 * net/zeroconf.el (zeroconf-service-add-hook):
19612 * obsolete/vc-mcvs.el (vc-mcvs-register):
19613 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19614 (gdb-select-frame):
19615 * progmodes/grep.el (lgrep, rgrep):
19616 * progmodes/idlw-help.el (idlwave-help-check-locations)
19617 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19618 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19619 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19620 (reftex-toc-rename-label): Fix typos in error messages.
19621
19622 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19623 (dired-copy-how-to-fn): Doc fix.
19624 (dired-files-attributes, dired-read-shell-command):
19625 Fix typos in docstrings.
19626
19627 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19628 (dired-x-find-file-other-window): Reflow docstrings.
19629 (dired-omit-marker-char, dired-read-shell-command)
19630 (dired-x-submit-report): Fix typos in docstrings.
19631
19632 * shell.el (shell-mode-hook):
19633 * view.el (View-scroll-line-forward):
19634 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19635 Fix typos in docstrings.
19636
19637 * net/dig.el (dig-invoke): Fix typo in docstring.
19638 (query-dig): Reflow docstring.
19639
19640 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19641 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19642 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19643 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19644 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19645 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19646 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19647 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19648 (idlwave-completion-map, idlwave-current-indent)
19649 (idlwave-custom-ampersand-surround, idlwave-customize)
19650 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19651 (idlwave-define-abbrev, idlwave-determine-class-special)
19652 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19653 (idlwave-end-block-reg, idlwave-end-of-statement)
19654 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19655 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19656 (idlwave-explicit-class-listed, idlwave-file-header)
19657 (idlwave-fill-paragraph, idlwave-find-class-definition)
19658 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19659 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19660 (idlwave-in-quote, idlwave-indent-action-table)
19661 (idlwave-indent-expand-table, idlwave-indent-line)
19662 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19663 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19664 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19665 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19666 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19667 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19668 (idlwave-outlawed-buffers, idlwave-popup-select)
19669 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19670 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19671 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19672 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19673 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19674 (idlwave-statement-type, idlwave-struct-skip)
19675 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19676 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19677 (idlwave-what-module-find-class): Fix typos in docstrings.
19678 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19679 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19680 (idlwave-find-module, idlwave-find-structure-definition)
19681 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19682 (idlwave-list-load-path-shadows, idlwave-next-statement)
19683 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19684 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19685 (idlwave-template): Reflow docstrings.
19686
19687 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19688 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19689 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19690 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19691 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19692 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19693 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19694 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19695 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19696 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19697 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19698 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19699 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19700 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19701 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19702 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19703 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19704 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19705 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19706 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19707 Fix typos in docstrings.
19708 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19709 (idlwave-shell-hide-output, idlwave-shell-mode)
19710 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19711 Reflow docstrings.
19712
19713 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19714
62136c5d
SM
197152009-09-24 Ivan Kanis <apple@kanis.eu>
19716
19717 * term.el (term-bold-attribute): New var.
19718 (term-handle-colors-array): Use it.
19719
9c1a45ed
NR
197202009-09-23 Nick Roberts <nickrob@snap.net.nz>
19721
19722 * progmodes/gdb-mi.el (gdb-version): New variable.
19723 (gdb-non-stop-handler): Set gdb-version.
19724 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19725 Condition "--thread" option on gdb-version.
19726 (gdb-invalidate-threads): Remove unused argument.
19727
03304f31
SM
197282009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19729
19730 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19731 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19732
4f02f0c9
GM
197332009-09-23 Glenn Morris <rgm@gnu.org>
19734
19735 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19736 replying to mail without References or Message-Id. (Bug#4525)
19737
a3b4b363
AR
197382009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19739
19740 * term/ns-win.el (ns-reg-to-script): New variable.
19741
7bda18cc
DU
197422009-09-23 Daiki Ueno <ueno@unixuser.org>
19743
19744 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19745
72169e55
SS
197462009-09-22 Sam Steingold <sds@gnu.org>
19747
19748 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19749 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19750 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19751 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19752
905b7d38
SM
197532009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19754
b0459dec
SM
19755 * textmodes/fill.el: Convert to utf-8 encoding.
19756 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19757 pre-Unicode days.
b0459dec 19758
905b7d38
SM
19759 * add-log.el (change-log-fill-forward-paragraph): New function.
19760 (change-log-mode): Use it so fill-region DTRT.
19761 Set fill-indent-according-to-mode here rather than in
19762 change-log-fill-paragraph.
19763 (change-log-fill-paragraph): Remove.
19764
baa7f3de
JB
197652009-09-22 Juanma Barranquero <lekktu@gmail.com>
19766
19767 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19768 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19769
a8d789f0
GM
197702009-09-22 Glenn Morris <rgm@gnu.org>
19771
daedbbc2
GM
19772 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19773 the scroll-bar scroll the calendar window rather than the buffer.
19774
d8899a74
GM
19775 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19776 commands that move point (as opposed to scrolling).
19777
a8d789f0
GM
19778 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19779
19780 * emacs-lisp/elint.el (elint): New custom group.
19781 (elint-log-buffer): Make it a defcustom.
19782 (elint-scan-preloaded, elint-ignored-warnings)
19783 (elint-directory-skip-re): New options.
19784 (elint-builtin-variables): Doc fix.
19785 (elint-preloaded-env): New variable.
19786 (elint-unknown-builtin-args): Add an entry for encode-time.
19787 (elint-extra-errors): Make it a variable rather than a constant.
19788 (elint-preloaded-skip-re): New constant.
19789 (elint-directory): Skip files matching elint-directory-skip-re.
19790 (elint-features): New variable, local to linted buffers.
19791 (elint-update-env): Initialize elint-features. Possibly add
19792 elint-preloaded-env to the buffer's environment.
19793 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19794 Skip quoted forms.
19795 (elint-init-form): New function, extracted from elint-init-env.
19796 Make non-list forms a warning rather than an error.
19797 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19798 easy-menu-define, put that adds an error-condition, and provide.
19799 When requiring cl, also require cl-macs. Really require cl, to handle
19800 some cl macros. Store required libraries in the list elint-features,
19801 so as not to re-load them. Treat cc-require like require.
19802 (elint-init-env): Call elint-init-form to do the work.
19803 Handle eval-and-compile and such like.
19804 (elint-add-required-env): Do not clear messages.
19805 (elint-special-forms): Add handlers for function, defalias, if, when,
19806 unless, and, or.
19807 (elint-form): Add optional argument to ignore elint-special-forms,
19808 useful to prevent recursive calls from handlers. Doc fix.
19809 Respect elint-ignored-warnings.
19810 (elint-form): Respect elint-ignored-warnings.
19811 (elint-bound-variable, elint-bound-function): New variables.
19812 (elint-unbound-variable): Respect elint-bound-variable.
19813 (elint-get-args): Respect elint-bound-function.
19814 (elint-check-cond-form): Add some simple handling for (f)boundp and
19815 featurep tests.
19816 (elint-check-defalias-form): New handler.
19817 (elint-check-let-form): Make an empty let a warning rather than an
19818 error.
19819 (elint-check-setq-form): Make an empty setq a warning rather than an
19820 error. Respect elint-ignored-warnings.
19821 (elint-check-defvar-form): Accept null doc-strings.
19822 (elint-check-conditional-form): New handler. Does some simple-minded
19823 checking of featurep and (f)boundp tests.
19824 (elint-put-function-args): New function.
19825 (elint-initialize): Use elint-scan-doc-file rather than
19826 elint-find-builtin-variables. Use elint-put-function-args.
19827 Possibly scan preloaded-file-list.
19828 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19829 extend to handle functions as well.
19830
245be23c
JB
198312009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19832
19833 * linum.el (linum-delete-overlays, linum-update-window):
19834 Do not modify the right margin. (Bug#3971)
19835
91fdbd6f
CY
198362009-09-21 Chong Yidong <cyd@stupidchicken.com>
19837
6a7662bb
BR
19838 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19839 Use nxml-mode instead of xml-mode.
91fdbd6f 19840
7589d38e
JB
198412009-09-21 Kevin Ryde <user42@zip.com.au>
19842
19843 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19844
5ac42715
SM
198452009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19846
19847 * net/dig.el (dig-mode): Use define-derived-mode.
19848
09c01323
DN
198492009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19850
4096c5f2
DN
19851 * vc-dispatcher.el (vc-do-command): Return the process object in
19852 the asynchronous case. Use when instead of if. Do not run
5480359e 19853 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19854
0e172cc2
DN
19855 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19856 properties to the stash strings.
19857 (vc-git-stash-list): Return a list of strings.
19858 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19859 (vc-git-stash-show-at-point): New functions.
19860 (vc-git-stash-map): New keymap.
19861
03304f31
SM
19862 * register.el (ctl-x-r-map): Define the keys here instead of
19863 using autoload.
09c01323 19864
03304f31 198652009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19866
19867 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19868 list, to workaround performance problem (bug#4485).
19869
2f5fc4d7
NR
198702009-09-20 Nick Roberts <nickrob@snap.net.nz>
19871
19872 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19873
b0f5fd2e
DU
198742009-09-20 Daiki Ueno <ueno@unixuser.org>
19875
19876 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19877 Document that this option is not recommended to use.
19878
f3445fab
GM
198792009-09-19 Glenn Morris <rgm@gnu.org>
19880
547c6921
GM
19881 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19882 variable `var'.
19883
f3445fab
GM
19884 * calc/calc-alg.el (var):
19885 * calc/calcalg2.el (var): Define for compiler.
19886
946c009b
CY
198872009-09-19 Chong Yidong <cyd@stupidchicken.com>
19888
e3f36d03
SM
19889 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19890 Doc fix (Bug#3932).
e2045997 19891
24aedbca
CY
19892 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19893
327dd27a
CY
19894 * time-stamp.el (time-stamp-month-dd-yyyy)
19895 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19896 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19897 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19898 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19899 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19900
946c009b
CY
19901 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19902 indent buffer only if called interactively (Bug#4452).
19903
3e70541a 199042009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19905 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19906
19907 This fixes bug#4197 (merged to bug#865, though not identical).
19908 * server.el (server-auth-dir): Add docstring note about FAT32.
19909 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19910 but warn against using them.
19911
9b94c32e
NR
199122009-09-19 Nick Roberts <nickrob@snap.net.nz>
19913
19914 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19915 older GDB where there is no has_more field.
19916
66590684
GM
199172009-09-19 Glenn Morris <rgm@gnu.org>
19918
19919 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19920
9a1337f9
CY
199212009-09-18 Chong Yidong <cyd@stupidchicken.com>
19922
19923 * files.el (auto-mode-alist): Change default for XML files to nXML
19924 mode (Bug#4169).
19925
d7554167
JB
199262009-09-18 Juanma Barranquero <lekktu@gmail.com>
19927
19928 * server.el (server-ensure-safe-dir): Pass 'integer
19929 to `file-attributes', as suggested.
19930
35a3f9a4
SM
199312009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19932
19933 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19934 (dired-query): Use read-key.
19935
044f9b05
AR
199362009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19937
19938 * cus-start.el (ns-use-qd-smoothing): Remove.
19939
6188ea49
GM
199402009-09-18 Glenn Morris <rgm@gnu.org>
19941
08cf18e4
GM
19942 * allout.el (top-level): Remove unnecessary progn.
19943
07eae5c5
GM
19944 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19945
6726c25e
GM
19946 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19947 definition of abbrev table.
19948
3f527154 19949 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19950 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19951 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19952 * net/newst-backend.el (newsticker--cache-read-feed):
19953 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19954 condition-case handlers.
19955
ccb4c30c
NR
199562009-09-18 Nick Roberts <nickrob@snap.net.nz>
19957
19958 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19959 (gdb-var-list): Add an element for has_more field.
19960 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19961 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19962 (gdb-var-update-handler-1): Parse output of dynamic variable
19963 objects (STL containers).
19964 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19965 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19966
19967 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19968 gdb-var-list.
19969 (gud-speedbar-buttons): Make node expandable if expression "has more"
19970 children.
19971
8686ac71
JB
199722009-09-17 Juanma Barranquero <lekktu@gmail.com>
19973
19974 * startup.el (emacs-quick-startup): Remove variable and all uses.
19975 (command-line): Set `inhibit-x-resources' instead.
19976 (command-line-1): Use `inhibit-x-resources' instead.
19977
a69c67e8
CY
199782009-09-17 Chong Yidong <cyd@stupidchicken.com>
19979
19980 * subr.el: Fix last change to avoid using the `unless' macro,
19981 which breaks bootstrapping.
19982
354f0faf
SM
199832009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19984
19985 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19986 extended definitions, in case we reload subr.el after having
19987 loaded CL.
19988 (eval-next-after-load): Mark as obsolete.
19989
98b9bf40
JL
199902009-09-17 Juri Linkov <juri@jurta.org>
19991
19992 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19993 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19994 (menu-bar-showhide-menu, menu-bar-tools-menu)
19995 (menu-bar-describe-menu, menu-bar-help-menu)
19996 (minibuffer-local-completion-map, minibuffer-local-map):
19997 Fix list quoting.
19998
28fab7b5
GM
199992009-09-17 Glenn Morris <rgm@gnu.org>
20000
88d5190c
GM
20001 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
20002 arguments, whether or not it has a handler.
20003
74f24ba7
GM
20004 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
20005
28fab7b5
GM
20006 * simple.el (hard-newline): Give it a doc-string.
20007
a8106aec
GM
20008 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20009 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 20010
76251ad7
DN
200112009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
20012
72033dbe
DN
20013 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
20014 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
20015 (menu-bar-options-menu, menu-bar-showhide-menu)
20016 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
20017 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
20018 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
20019 (menu-bar-options-menu, menu-bar-tools-menu)
20020 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
20021 (menu-bar-help-menu):
20022 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
20023 string arguments.
20024
76251ad7
DN
20025 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
20026 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
20027 calls for the menu names and :help.
20028
97b952b7
SM
200292009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
20030
20031 * mouse.el (minor-mode-menu-from-indicator): Pay attention
20032 to :minor-mode-function (bug#4455).
20033
8f38189e
SM
200342009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20035
d2fd733e
SM
20036 * startup.el (command-line): Initialize the window-system after
20037 processing the command-line.
20038
8f38189e
SM
20039 * textmodes/page.el (what-page): Make sure we don't inf-loop if
20040 page-delimiter matches the empty string.
20041
77564fa4
GM
200422009-09-16 Glenn Morris <rgm@gnu.org>
20043
20044 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
20045 byte-compile-not-obsolete-var. It's a list now.
20046 (byte-compile-not-obsolete-funcs): New variable.
20047 (byte-compile-warn-obsolete): Don't warn about functions if they are in
20048 byte-compile-not-obsolete-funcs.
20049 (byte-compile-variable-ref, byte-compile-defvar): Update for
20050 byte-compile-not-obsolete-vars name-change and list nature.
20051 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
20052 and variables behind (f)boundp tests.
20053 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
20054
79d316d3
DN
200552009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
20056
20057 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
20058
8fed6934
SM
200592009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
20060
20061 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
20062 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
20063 Don't autoload.
20064
4078fd57
SE
200652009-09-15 Stephen Eglen <stephen@gnu.org>
20066
20067 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 20068 the virtual-buffers, use the name of the buffer specified by
4078fd57 20069 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 20070 problem if the target and the symlink had different names.)
4078fd57 20071
838ff458
SM
200722009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
20073
b3c7c12d
SM
20074 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
20075
13dc2bc2
SM
20076 * desktop.el (desktop-path): Check user-emacs-directory.
20077
49fec531
SM
20078 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
20079
0e328d37
SM
20080 * loadup.el: Use after-load-functions to GC after loading each file.
20081 Remove the explicit GC calls that used to be sprinkled around.
20082
838ff458
SM
20083 * subr.el (after-load-functions): New hook.
20084 (do-after-load-evaluation): Run it. Use string-match-p to detect
20085 `obsolete' packages, rather than painfully extracting the relevant
20086 directory name.
20087
a62f564f
GM
200882009-09-15 Glenn Morris <rgm@gnu.org>
20089
20090 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
20091 free variable `doc'.
20092
20093 * dired.el (dired-mode-map): Add menu entry for async shell command.
20094
20095 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
20096 variables, also consider the .elc files, since the .el files are
20097 normally gzipped (subsequent code locates the .el.gz from the .elc).
20098
20099 * calc/calc-prog.el (arglist): Define for compiler.
20100
20101 * calendar/diary-lib.el (diary-display-function): Change the default to
20102 fancy display.
20103 (body): Define for compiler.
20104
20105 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
20106 (byte-compile-file-form, byte-compile-lambda)
20107 (byte-compile-top-level-body, byte-compile-form)
20108 (byte-compile-variable-ref, byte-compile-setq)
20109 (byte-compile-setq-default, byte-compile-body)
20110 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
20111 (batch-byte-compile): Give some more local variables with common names
20112 a "bytecomp-" prefix to avoid masking warnings about free variables.
20113
cd05fe7f
GM
20114 * startup.el (command-line-1): Give local variables with common names a
20115 distinguishing prefix, so as not to hide free variable warnings during
20116 bootstrap.
20117
a62f564f
GM
20118 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
20119 clever and add a suffix to make a unique name, just let the user decide
20120 whether or not to overwrite it. If the input is a directory, write the
20121 default filename to that directory. (Bug#4388)
20122 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
20123 is a filename-as-a-directory.
20124
fbc88440
SM
201252009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
20126
20127 * textmodes/page.el (what-page): Don't move to beginning of line.
20128 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
20129
60308853
DN
201302009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
20131
20132 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
20133
32ba3abc
DN
201342009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
20135
9cd39aff
DN
20136 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
20137 * help.el (help-for-help-internal): Add purecopy calls for text.
20138
32ba3abc
DN
20139 * vc.el (top): print-log method now takes an optional SHORTLOG
20140 argument. Add a new method: root.
32ba3abc
DN
20141 (vc-root-diff, vc-print-root-log): New functions.
20142 (vc-log-short-style): New variable.
20143 (vc-print-log-internal): Add support for showing short logs.
20144
20145 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
20146 vc-print-root-log and vc-print-root-diff.
20147
20148 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
20149 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
20150 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
20151 short logs.
20152
20153 * vc-cvs.el (vc-cvs-print-log):
20154 * vc-mtn.el (vc-mtn-print-log):
20155 * vc-rcs.el (vc-rcs-print-log):
20156 * vc-sccs.el (vc-sccs-print-log):
20157 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
20158 that is ignored for now.
20159
837b0e99
DN
20160 * vc-mtn.el (vc-mtn-annotate-command):
20161 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
20162
31cd2dd4
SM
201632009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20164
20165 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
20166 to function-key-map, and give them ascii-character property.
20167 * term/x-win.el (x-alternatives-map):
20168 * term/ns-win.el (ns-alternatives-map):
20169 * term/internal.el (msdos-key-remapping-map):
20170 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
20171
d62e5bf2
GM
201722009-09-14 Glenn Morris <rgm@gnu.org>
20173
20174 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
20175 temp-buffers (2009-09-12).
20176
7d0105e5
SM
201772009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
20178
20179 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
20180 the new read-key function.
20181
e17ed9ad
CY
201822009-09-13 Chong Yidong <cyd@stupidchicken.com>
20183
20184 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
20185 is defined (Bug#4405).
20186
1fc26e29
CY
201872009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
20188
20189 * recentf.el (recentf-cleanup): Use a hash table to find
20190 duplicates (Bug#4407).
20191
61dc96a2 201922009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
20193
20194 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
20195 kp-0 to ascii equivalents (Bug#4325).
20196
42c3a9e3
CY
201972009-09-13 Chong Yidong <cyd@stupidchicken.com>
20198
1f5c1626
CY
20199 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
20200
42c3a9e3 20201 * eshell/em-hist.el:
31cd2dd4
SM
20202 * eshell/em-dirs.el (eshell-complete-user-reference):
20203 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
20204
202052009-09-13 Leo <sdl.web@gmail.com> (tiny change)
20206
20207 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
20208 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
20209 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
20210 * eshell/em-hist.el (eshell-history-file-name):
20211 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 20212
1e2b6acf
GM
202132009-09-13 Glenn Morris <rgm@gnu.org>
20214
20215 * ediff-merg.el (ediff-do-merge):
20216 * filesets.el (filesets-run-cmd):
20217 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
20218 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
20219 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
20220 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
20221 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
20222 Replace empty `let's with `progn'.
20223
adba8116
SM
202242009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
20225
20226 * mail/sendmail.el (send-mail-function):
20227 * tooltip.el (tooltip-mode):
20228 * simple.el (transient-mark-mode):
20229 * rfn-eshadow.el (file-name-shadow-mode):
20230 * frame.el (blink-cursor-mode):
20231 * font-core.el (global-font-lock-mode):
20232 * files.el (temporary-file-directory)
20233 (small-temporary-file-directory, auto-save-file-name-transforms):
20234 * epa-hook.el (auto-encryption-mode):
20235 * composite.el (global-auto-composition-mode):
20236 Use custom-initialize-delay.
20237 * startup.el (command-line): Don't explicitly call
20238 custom-reevaluate-setting for all the above vars.
20239 * custom.el (custom-initialize-safe-set)
20240 (custom-initialize-safe-default): Delete.
20241
0a4afea9
SM
202422009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20243
9f94990d
SM
20244 * term/x-win.el (x-initialize-window-system):
20245 * term/w32-win.el (w32-initialize-window-system):
20246 * term/ns-win.el (ns-initialize-window-system): Don't call
20247 mouse-wheel-mode since it's enabled globally by default already.
20248
0a4afea9
SM
20249 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
20250 actually define the variable, but only silences the byte-compiler.
20251 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
20252 before looking it up.
20253 (mouse-wheel-scroll-amount): Also reset the bindings if this value
20254 is changed.
20255
bf01513f
GM
202562009-09-12 Glenn Morris <rgm@gnu.org>
20257
20258 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
20259 1000.
20260 (elint-add-required-env): Don't beep on error.
20261 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
20262 (elint-init-env): Skip non-list forms.
20263 (elint-log): Handle unknown file positions.
bf01513f 20264
d85889e4
DU
202652009-09-12 Daiki Ueno <ueno@unixuser.org>
20266
20267 * epg.el (epg-make-context): Add autoload cookie.
20268 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
20269 (epg-decrypt-string, epg-start-verify, epg-verify-file)
20270 (epg-verify-string, epg-start-sign, epg-sign-file)
20271 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
20272 (epg-encrypt-string, epg-start-export-keys)
20273 (epg-export-keys-to-file, epg-export-keys-to-string)
20274 (epg-start-import-keys, epg-import-keys-from-file)
20275 (epg-import-keys-from-string, epg-start-receive-keys)
20276 (epg-receive-keys, epg-import-keys-from-server)
20277 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
20278 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
20279 (epg-generate-key-from-file, epg-generate-key-from-string):
20280 Remove autoload cookie.
d85889e4 20281
8f825ee6
EZ
202822009-09-12 Eli Zaretskii <eliz@gnu.org>
20283
36b434ee
EZ
20284 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
20285 reevaluation of trash-directory.
20286
8f825ee6
EZ
20287 * mwheel.el: Fix last change.
20288 (mouse-wheel-mode): New defvar.
20289 (mouse-wheel-mode): Remove autoload cookie.
20290
5766c380
SM
202912009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20292
ab5c0fcd
SM
20293 * mwheel.el (mwheel-installed-bindings): New var.
20294 (mouse-wheel-mode): Use it, so as to make sure we really remove all
20295 the bindings we set last time. Use custom-initialize-delay.
20296 * loadup.el: Load mwheel after term/*-win.el.
20297 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
20298 and mouse-wheel-up-event now that their first evaluation is done
20299 sufficiently late to be correct.
20300
45448e64
SM
20301 * startup.el (tutorial-directory): Make it a defcustom.
20302 Use custom-initialize-delay rather than eval-at-startup to set it.
20303 * image.el (image-load-path): Make it a defcustom.
20304 Use custom-initialize-delay rather than eval-at-startup to set it.
20305 * subr.el (eval-at-startup): Remove.
20306 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
20307
5766c380
SM
20308 * subr.el (do-after-load-evaluation): Warn the user after loading an
20309 obsolete package.
20310
d6549da4
GM
203112009-09-12 Glenn Morris <rgm@gnu.org>
20312
20313 * proced.el (proced-mark-alt): Remove alias.
20314 (proced-mode-map): Remove proced-mark-alt.
20315
20316 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
20317 Elint file and directory. Remove initialization entry.
20318
20319 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
20320 commands.
20321 (elint-current-buffer): Set mode-line-process.
20322 (elint-init-env): Handle define-derived-mode.
20323 Fix declare-function with unspecified arglist. Guard against odd
20324 defalias statements (eg iso-insert's 8859-1-map).
20325 (elint-add-required-env): Use a temp buffer.
20326 (elint-form): Just print the function/macro name, not the whole form.
20327 Return env unchanged if we fail to parse a macro.
20328 (elint-forms): Guard against parse errors.
20329 (elint-output): New function, to handle batch mode.
20330 (elint-log-message): Add optional argument. Use elint-output.
20331 (elint-set-mode-line): New function.
20332
30194d4d
CY
203332009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
20334
20335 * emacs-lisp/elp.el (elp-not-profilable): Add more
20336 functions (Bug#4233).
20337
a035f9b0
CY
203382009-09-12 Chong Yidong <cyd@stupidchicken.com>
20339
20340 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
20341 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
20342
dad61164
NR
203432009-09-11 Nick Roberts <nickrob@snap.net.nz>
20344
20345 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
20346 (gdb-var-list-children): Use json parsing.
20347
9c3c9fdf 203482009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
20349
20350 * progmodes/js.el (js--proper-indentation): Handle the case where
20351 char-before is null. Reported by Deniz Dogan.
20352
b4587710
JB
203532009-09-11 Juanma Barranquero <lekktu@gmail.com>
20354
20355 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
20356
13890796
DU
203572009-09-11 Daiki Ueno <ueno@unixuser.org>
20358
20359 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
20360 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 20361 (epg-context-set-passphrase-callback)
97d4bdba 20362 (epg-context-set-progress-callback): Add description about
b18508dd 20363 callback function.
13890796 20364
2efb64a8
SM
203652009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20366
790d0270
SM
20367 * custom.el (custom-delayed-init-variables): New var.
20368 (custom-initialize-delay): New function.
20369 * startup.el (command-line): "Re"evaluate all vars in
20370 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
20371 explicitly any more.
20372 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
20373 to avoid creating a ~/.emacs.d at build-time (bug#4347).
20374
20375 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 20376
ac243a40
NR
203772009-09-11 Nick Roberts <nickrob@snap.net.nz>
20378
20379 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20380 (gdb-var-update-handler): Use json parsing.
20381
657bc6fc
JB
203822009-09-11 Juanma Barranquero <lekktu@gmail.com>
20383
20384 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20385 decode annotated text, regardless of language environment. (Bug#2741)
20386
b6fe8102
SM
203872009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20388
20389 * Makefile.in (autoloads): Make rmail.el writable as well.
20390
5cc443fe
GM
203912009-09-11 Glenn Morris <rgm@gnu.org>
20392
5515c54e
GM
20393 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20394 loaddefs.el.
20395 * dired.el: Regenerate with extracted autoloads.
20396 * Makefile.in (autoloads): Make dired.el writable.
20397
15067158
GM
20398 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20399 * ibuffer.el: Regenerate with extracted autoloads.
20400 * Makefile.in (autoloads): Make ibuffer.el writable.
20401
d35d0238
GM
20402 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20403 * version.el (emacs-copyright, emacs-major-version)
20404 (emacs-minor-version): Reformat doc-strings for make-docfile.
20405
5cc443fe
GM
20406 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20407 functions and variables, since they must be stuff specific to some other
20408 platform.
20409 (apropos-print): Make mouse-click message less specific about button.
20410
20411 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20412 that records where a macro was defined.
20413 * help-fns.el (describe-function-1): Mention if a function has a
20414 compiler-macro.
20415 * help-mode.el (help-function-cmacro): New button.
20416
20417 * locate.el (top-level): Always require dired.
20418 (locate-mode-map): Initialize inside the defvar.
20419
20420 * net/ange-ftp.el (dired-compress-file): Declare.
20421 (ange-ftp-dired-compress-file): Add doc string.
20422
20423 * term/ns-win.el (x-display-name, x-setup-function-keys):
20424 Unify doc-strings with X versions.
20425
8cb95edf
SM
204262009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20427
726a4d09
SM
20428 * emulation/crisp.el (crisp-mode-map): Move initialization
20429 into declaration.
20430 (crisp-mode): Use define-minor-mode.
20431
8cb95edf
SM
20432 * progmodes/xscheme.el (xscheme-evaluation-commands):
20433 Put a :advertised-binding property rather than using
20434 advertised-xscheme-send-previous-expression.
20435 (advertised-xscheme-send-previous-expression): Declare obsolete.
20436 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20437 `advertised-undo'.
20438 (crisp-mode): Add corresponding bindings to
20439 undo's :advertised-binding instead.
20440 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20441 than using dired-advertised-find-file.
20442 (dired-advertised-find-file):
20443 * simple.el (advertised-undo):
20444 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20445 (widget-keymap): Put a :advertised-binding property rather
20446 than using advertised-widget-backward.
20447 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20448 than using advertised-undo.
20449 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20450
07db5857
SS
204512009-09-10 Simon South <ssouth@slowcomputing.org>
20452
20453 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20454 Mark mode is enabled and region is active; otherwise indent or
20455 insert TAB as usual.
20456 (delphi-mode): Update description of TAB-key binding.
20457
50d4ba39
SM
204582009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20459
20460 * subr.el (define-key-rebound-commands): Mark obsolete.
20461 * startup.el (precompute-menubar-bindings): Remove.
20462 (normal-top-level): Remove obsolete code that tried to precompute
20463 menubar bindings.
20464 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20465 define-key-rebound-commands and precompute-menubar-bindings.
20466
ffa894db
KY
204672009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20468
20469 * net/imap.el (imap-interactive-login): Better messages.
20470 (imap-open): Fix bug with renamed buffer on reconnect.
20471 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20472 for easier debugging and cleaner code. On successful (guessed based on
20473 server capabilities) secondary authentication, set imap-state
20474 correctly.
20475 (imap-last-authenticator): Define imap-last-authenticator as a variable
20476 to avoid warnings.
20477
9477096c
GM
204782009-09-10 Glenn Morris <rgm@gnu.org>
20479
20480 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20481
20482 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20483 (byte-compile-file-form-autoload): Don't warn about unknown functions
20484 where the autoload statement comes after the use.
20485 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20486 that any handlers inside the body (eg require) are in turn respected.
20487
20488 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20489 effects.
20490
20491 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20492 and syntax and abbrev tables basic docs, if they don't have any.
20493
20494 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20495
20496 * international/mule-cmds.el (top-level): Require cl when compiling.
20497 (view-hello-file): Use default-value rather than
20498 default-enable-multibyte-characters.
20499
20500 * progmodes/fortran.el: Move all safe and risky properties into the
20501 defcustoms.
20502
20503 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20504 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20505 * mail/undigest.el:
20506 Put autoloads in rmail.el rather than loaddefs.el.
20507 * mail/rmail.el: Regenerate with extracted autoloads.
20508
20509 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20510 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20511
9f16c547
NR
205122009-09-10 Nick Roberts <nickrob@snap.net.nz>
20513
20514 Reported in thread for Bug#4375.
20515 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20516 "-data-evaluate-expression" instead of print.
20517 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20518 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
20519 (gdb): Revert 2009-08-11 change. User should detach inferior
20520 manually.
9f16c547
NR
20521
20522 Remove the word "separate" from IO functions as inferior
20523 output is now never displayed in the GUD buffer.
20524
50405cd0
JB
205252009-09-10 Juanma Barranquero <lekktu@gmail.com>
20526
20527 * startup.el (command-line-normalize-file-name): On Windows and
20528 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20529
7ae62430
JL
205302009-09-10 Juri Linkov <juri@jurta.org>
20531
20532 * isearch.el (isearch-text-char-description): Propertize escape
20533 character sequences with the `escape-glyph' face. (Bug#4344)
20534
20535 * simple.el (shell-command): Set asynchronous process filter to
20536 `comint-output-filter'. (Bug#4343)
20537
20538 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20539 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20540 the list. Move "asm" to the bottom.
20541 (grep-find-ignored-directories): Add `choice' with nil value
20542 to empty the list easily.
20543 (grep-find-ignored-files): New option.
20544 (grep-files-history): Set to nil by default instead of '("ch" "el").
20545 (grep-compute-defaults): Add "<X>" to `grep-template'.
20546 (grep-read-files): Bind new local variables `default-alias' and
20547 `default-extension'. Use a list of default values for the file prompt.
20548 (lgrep): Add `--exclude=' command line options composed from
20549 `grep-find-ignored-files'.
20550 (rgrep): Add `-name' command line options composed from
20551 `grep-find-ignored-files'. (Bug#4301)
20552
cd875252
SM
205532009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20556 (bug#4368).
20557
cdce0b33
KY
205582009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20559
20560 * calendar/time-date.el (autoload):
20561 Expand define-obsolete-function-alias into defalias and make-obsolete
20562 for old Emacsen that Gnus supports.
20563 (with-no-warnings): Define it for old Emacsen.
20564 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20565 is available.
20566 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20567 float-time is available; suppress compile warning for time-to-seconds.
20568
205692009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20570
20571 * net/imap.el (imap-message-map): Docstring fix.
20572
2b2eb431
GM
205732009-09-09 Glenn Morris <rgm@gnu.org>
20574
20575 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20576 line numbers too. (Bug#4374)
20577
83a5aac5
SM
205782009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20579
755e0210
SM
20580 * smerge-mode.el (smerge-remove-props, smerge-refine):
20581 Use with-silent-modifications (bug#4342).
20582
83a5aac5
SM
20583 * subr.el (with-silent-modifications): New macro.
20584
79f01fa7
JB
205852009-09-07 Juanma Barranquero <lekktu@gmail.com>
20586
20587 * files.el (top-level): Require `cl' when compiling.
20588
448ecec3
GM
205892009-09-07 Glenn Morris <rgm@gnu.org>
20590
20591 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20592
8f09a02f
GM
20593 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20594 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20595
76ff67bf
NR
205962009-09-06 Nick Roberts <nickrob@snap.net.nz>
20597
20598 * vc-git.el (vc-git-annotate-command): Use separator to parse
20599 arguments correctly.
20600
943c8b75
EZ
206012009-09-06 Eli Zaretskii <eliz@gnu.org>
20602
20603 * proced.el (proced-mode): Doc fix.
20604
680db9ac
MA
206052009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20606
20607 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20608 lstat fails.
20609 (tramp-do-file-attributes-with-ls): Check for file existence at
20610 remote end.
20611 (tramp-do-file-attributes-with-stat): Likewise.
20612 (tramp-convert-file-attributes): Return nil when attr is nil.
20613
3f12e5bd
GM
206142009-09-05 Glenn Morris <rgm@gnu.org>
20615
c8dc27bf
GM
20616 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20617 properties to this button.
20618 (diary-fancy-display): Don't extend the button to the final newline.
20619 (diary-fancy-display-mode): Continue to define "q" as a local key.
20620
cca065d8
GM
20621 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20622 efficient.
20623
cddaedb6
GM
20624 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20625
3f12e5bd
GM
20626 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20627 (byte-compile-dest-file-function): New option.
20628 (byte-compile-dest-file): Doc fix.
20629 Obey byte-compile-dest-file-function.
20630 (byte-compile-cl-file-p): New function.
20631 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20632 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20633 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20634 than for file being previously loaded.
20635 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20636 (byte-compile-file-form-require): Handle the case where requiring a file
20637 indirectly causes CL to be loaded.
20638
049a231b
KF
206392009-09-05 Karl Fogel <kfogel@red-bean.com>
20640
20641 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20642 before killing the old buffer, since by the time `kill-buffer' is
20643 run so many buffer variables have been set to nil that it may not
20644 behave as expected. (Bug#4061)
20645
ef7ef2a0
KF
206462009-09-05 Karl Fogel <kfogel@red-bean.com>
20647
20648 * files.el (find-alternate-file): If the old buffer is modified
20649 and visiting a file, behave similarly to `kill-buffer' when
20650 killing it, thus reverting to the pre-1.878 behavior; see
20651 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20652 for discussion. Also, consult `buffer-file-name' as a variable
20653 not as a function, for consistency with the rest of the code.
20654
73d854cd
MA
206552009-09-04 Michael Albinus <michael.albinus@gmx.de>
20656
20657 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20658 also when adding a new directory.
20659
6a7662bb
BR
20660 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20661 New defun.
73d854cd 20662
df120481
SM
206632009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20664
20665 * files.el (locate-file-completion-table): Make it provide boundary
20666 information, so partial-completion works better.
20667
c0bc6d79
SM
206682009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20669
20670 * mail/footnote.el (Footnote-text-under-cursor):
20671 Check footnote-text-marker-alist before using it (bug#4324).
20672
f76a9756
GM
206732009-09-04 Glenn Morris <rgm@gnu.org>
20674
67d110f1
GM
20675 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20676 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20677 * play/solitaire.el, play/tetris.el:
20678 Remove leading * from defcustom and defface docs.
20679
b42d4989
GM
20680 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20681 necessary.
20682 (diary-fancy-overriding-map): New variable.
20683 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20684 Use view-mode.
20685
f76a9756
GM
20686 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20687 goto-line.
20688
e605eeeb
GM
206892009-09-03 Glenn Morris <rgm@gnu.org>
20690
597e2240
GM
20691 * arc-mode.el (archive-mode):
20692 * dos-fns.el (set-default-process-coding-system):
20693 * man.el (Man-getpage-in-background):
20694 * menu-bar.el (menu-bar-describe-menu):
20695 * server.el (server-process-filter):
20696 * startup.el (command-line):
20697 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20698 * w32-fns.el (set-default-process-coding-system):
20699 * x-dnd.el (x-dnd-handle-file-name):
20700 * international/mule-cmds.el (mule-menu-keymap)
20701 (set-default-coding-systems, language-info-alist, set-language-info)
20702 (set-language-environment, standard-display-european-internal)
20703 (set-locale-environment):
20704 * international/mule-diag.el (mule-diag):
20705 * mail/emacsbug.el (report-emacs-bug):
20706 * mail/rmail.el (rmail-mode):
20707 * mail/sendmail.el (mail-setup):
20708 Use default-value rather than default-enable-multibyte-characters.
20709
f38184aa
GM
20710 * progmodes/f90.el: Move all safe properties into the defcustoms.
20711 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20712
e605eeeb
GM
20713 * calendar/appt.el (appt-check):
20714 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20715 (diary-check-diary-file, diary-list-entries)
20716 (diary-include-other-diary-files, diary-simple-display)
20717 (diary-fancy-display, diary-print-entries)
20718 (diary-mark-included-diary-files, diary-make-entry):
20719 Don't call substitute-in-file-name on diary-file.
20720
734db384 207212009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20722 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20723
20724 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20725 (footnote-mode-map): Move initialization into the declaration.
20726 (footnote-minor-mode-map): Define it rather than changing global-map.
20727 (footnote-mode): Use define-minor-mode.
20728
e5aa47f9
MA
207292009-09-02 Michael Albinus <michael.albinus@gmx.de>
20730
20731 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20732 (tramp-do-file-attributes-with-perl)
20733 (tramp-do-file-attributes-with-stat): Rename from
20734 `tramp-handle-file-attributes-with-*'.
20735 (tramp-handle-file-attributes): Use them.
20736 (tramp-do-directory-files-and-attributes-with-perl)
20737 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20738 `tramp-handle-directory-files-and-attributes-with-*'.
20739 (tramp-handle-directory-files-and-attributes): Use them.
20740 (tramp-method-out-of-band-p): Additional parameter SIZE.
20741 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20742 (tramp-handle-write-region): Use it.
734db384 20743 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20744 (tramp-handle-vc-registered): Check, whether the first run did
20745 return files to be tested.
20746 (tramp-advice-make-auto-save-file-name): Do not call directly
20747 `tramp-handle-make-auto-save-file-name', because this would bypass
20748 the locking mechanism.
20749
734db384 20750 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20751 (file-remote-p, process-file, start-file-process, set-file-times)
20752 (tramp-compat-file-attributes): Compatibility functions shall not
20753 call directly `tramp-handle-*', because this would bypass the
20754 locking mechanism.
20755 (tramp-compat-number-sequence): New defun.
20756
6e2ca895
GM
207572009-09-02 Glenn Morris <rgm@gnu.org>
20758
697c7714
GM
20759 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20760 alias for float-time.
20761 (time-to-number-of-days): In Emacs, use float-time.
20762 * net/newst-backend.el (time-add): Suppress warnings from compat
20763 function.
20764 * time.el (emacs-uptime, emacs-init-time):
20765 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20766 Use float-time rather than time-to-seconds.
20767
6e2ca895
GM
20768 * minibuffer.el (completion-initials-expand): Fix typo.
20769
20770 * faces.el (modeline, modeline-inactive, modeline-highlight)
20771 (modeline-buffer-id):
20772 * info.el (info-menu-5): Mark these face aliases as obsolete.
20773
ed17efec
NR
207742009-09-01 Nick Roberts <nickrob@snap.net.nz>
20775
20776 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20777 space ...
20778 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20779 no "--thread" option.
20780 (gdb-stopped): Don't print "Switched to thread" message when it is
20781 unchanged.
20782
fcb68f70
SM
207832009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20784
20785 * minibuffer.el (completion-try-completion)
20786 (completion-all-completions): Remove ill-defined (and
20787 mistakenly installed and luckily never used nor documented)
20788 `completion-styles' property.
20789 (completion-initials-expand, completion-initials-all-completions)
20790 (completion-initials-try-completion): New functions.
20791 (completion-styles-alist): Add doc to each entry.
20792 Add new `initials' entry.
20793
83318a6d
NR
207942009-09-01 Nick Roberts <nickrob@snap.net.nz>
20795
20796 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20797 MI command -var-evaluate-expression.
20798 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20799 and tweak for case of string child.
734db384 20800 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20801
d63eb0e7
GM
208022009-09-01 Glenn Morris <rgm@gnu.org>
20803
c4f6e489
GM
20804 * add-log.el (change-log-date-face, change-log-name-face)
20805 (change-log-email-face, change-log-file-face, change-log-list-face)
20806 (change-log-conditionals-face, change-log-function-face)
20807 (change-log-acknowledgement-face):
20808 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20809 (custom-modified-face, custom-set-face, custom-changed-face)
20810 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20811 (custom-documentation-face, custom-state-face, custom-comment-face)
20812 (custom-comment-tag-face, custom-variable-tag-face)
20813 (custom-variable-button-face, custom-face-tag-face)
20814 (custom-group-tag-face-1, custom-group-tag-face):
20815 * diff-mode.el (diff-header-face, diff-file-header-face)
20816 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20817 (diff-added-face, diff-changed-face, diff-function-face)
20818 (diff-context-face, diff-nonexistent-face):
20819 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20820 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20821 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20822 (Info-title-4-face):
20823 * isearch.el (isearch-lazy-highlight-face):
20824 * log-view.el (log-view-file-face, log-view-message-face):
20825 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20826 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20827 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20828 (cvs-msg-face):
20829 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20830 (smerge-base-face, smerge-markers-face):
20831 * wid-edit.el (widget-documentation-face, widget-button-face)
20832 (widget-field-face, widget-single-line-field-face)
20833 (widget-inactive-face, widget-button-pressed-face):
20834 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20835 (woman-addition-face):
2fb1ec93
GM
20836 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20837 (eshell-ls-executable-face, eshell-ls-readonly-face)
20838 (eshell-ls-unreadable-face, eshell-ls-special-face)
20839 (eshell-ls-missing-face, eshell-ls-archive-face)
20840 (eshell-ls-backup-face, eshell-ls-product-face)
20841 (eshell-ls-clutter-face):
20842 * eshell/em-prompt.el (eshell-prompt-face):
20843 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20844 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20845 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20846 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20847 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20848 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20849 (antlr-font-lock-literal-face):
c4f6e489
GM
20850 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20851 (ebrowse-root-class-face, ebrowse-file-name-face)
20852 (ebrowse-default-face, ebrowse-member-attribute-face)
20853 (ebrowse-member-class-face, ebrowse-progress-face):
20854 * progmodes/make-mode.el (makefile-space-face):
20855 * progmodes/sh-script.el (sh-heredoc-face):
20856 * textmodes/flyspell.el (flyspell-incorrect-face)
20857 (flyspell-duplicate-face):
20858 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20859 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20860 Mark face aliases with "-face" suffix as obsolete.
20861
d80619fa
GM
20862 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20863 compiler.
20864
5f68c1b7
GM
20865 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20866 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20867 easy-menu-define wants to modify these.
20868
20869 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20870
20871 * net/browse-url.el (browse-url-file-url):
20872 * term/internal.el (dos-codepage-setup):
20873 Use default-value rather than default-enable-multibyte-characters.
20874
d80619fa 20875 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20876 * progmodes/flymake.el (flymake-highlight-line)
20877 (flymake-goto-file-and-line, flymake-goto-line):
20878 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20879 (gdb-goto-breakpoint):
20880 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20881 * progmodes/python.el (python-find-function)
20882 (python-pdbtrack-track-stack-file):
20883 * progmodes/verilog-mode.el (verilog-surelint-off):
20884 * term/ns-win.el (ns-open-file-select-line):
20885 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20886 Use forward-line rather than goto-line.
20887
d63eb0e7
GM
20888 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20889 * textmodes/reftex-index.el (reftex-display-index):
20890 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20891 * textmodes/reftex-toc.el (reftex-toc):
20892 Remove unnecessary bindings of default-major-mode (all are followed by
20893 major-mode check and possible mode switch).
20894
0afad278
NR
208952009-08-31 Nick Roberts <nickrob@snap.net.nz>
20896
20897 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20898 Handle watchpoints (bug#4282).
20899 (def-gdb-thread-buffer-command): Enable thread to be selected by
20900 clicking without selecting threads buffer first.
20901 (gdb-current-context-command): Use selected frame so that "up",
20902 "down" etc work in the GUD buffer.
20903 (gdb-update): Find selected frame before rendering stack buffer.
20904 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20905
4e135dd2
SM
209062009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20907
20908 * progmodes/sym-comp.el (displayed-completions): Remove.
20909 (symbol-complete): Use minibuffer-complete.
20910
e61eba34
GM
209112009-08-31 Glenn Morris <rgm@gnu.org>
20912
20913 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20914
734db384
SM
20915 * apropos.el (apropos-symbols-internal):
20916 Handle (obsolete) face aliases.
e61eba34
GM
20917
20918 * faces.el (describe-face): Adjust the output format to be more like
20919 describe-variable, and to mention (obsolete) face aliases.
20920 Adjust the whitespace so that help-setup-xref works.
20921
20922 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20923 * calendar/diary-lib.el (diary-button-face):
20924 Mark these face aliases as obsolete.
20925
20926 * calendar/calendar.el (calendar-today): Doc fix.
20927
4cf71456
NR
209282009-08-31 Nick Roberts <nickrob@snap.net.nz>
20929
20930 * progmodes/gdb-mi.el (gdb-control-all-threads)
20931 (gdb-control-current-thread): Force tool bar update.
20932 (gdb-non-stop-handler): New function.
20933 (gdb-init-1): Use it to test if non-stop mode is supported.
20934 Remove unused gdbmi buffer type.
20935
e61eba34 209362009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20937
20938 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20939 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20940
4324f7ca
NR
209412009-08-30 Nick Roberts <nickrob@snap.net.nz>
20942
20943 * comint.el (comint-exec-1): Check command is non-null first.
20944 Part of gdb-mi.el change (2009-08-28).
20945
a1bf889a
SM
209462009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20947
20948 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20949
060c08b5
JB
209502009-08-30 Juanma Barranquero <lekktu@gmail.com>
20951
20952 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20953 instead of `dolist' to avoid a recursive require when bootstrapping.
20954
ab22be48
SM
209552009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20956
73ebf88f
SM
20957 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20958
80629cfc
SM
20959 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20960
206d0387 20961 * net/imap.el (imap-send-command): Simplify.
734db384 20962 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20963
844f7784
SM
20964 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20965
5ca4661e
SM
20966 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20967 with constant argument.
20968
c61dc887
SM
20969 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20970
7eb73deb
SM
20971 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20972
5fe443de
SM
20973 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20974 Change default, since most of our files don't have a history.
20975 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20976 the user.
20977
6444d64a
SM
20978 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20979 Add comint-run.
20980
5cb16bfc
SM
20981 * calc/calc.el: Improve commenting convention.
20982 (calc-digit-map, toplevel): Simplify.
20983
0aeb71a7
SM
20984 * comint.el (comint-insert-input): Be careful to only set point if we
20985 don't delegate to some other command.
20986
9a9af856
SM
20987 * proced.el (proced-signal-list): Make it an alist.
20988 (proced-grammar-alist): Capitalize names.
20989 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20990 Disable undo manually and make it read-only.
20991 Use completion-annotate-function.
20992
ab22be48
SM
20993 * minibuffer.el (minibuffer-message): If the current buffer is not
20994 a minibuffer, insert the message in the echo area rather than at the
20995 end of the buffer.
20996 (completion-annotate-function): New variable.
20997 (minibuffer-completion-help): Use it.
20998 (completion--embedded-envvar-table): Environment vars are
20999 always case-sensitive.
21000
4a948dbf
GM
210012009-08-30 Glenn Morris <rgm@gnu.org>
21002
21003 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
21004 from fortran-current-defun.
21005 (fortran-beginning-of-subprogram): Be more precise about finding the
21006 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
21007 (fortran-end-of-subprogram): Simplify.
21008 (fortran-current-defun): Use fortran-start-prog-re.
21009
486cf3b8
JB
210102009-08-29 Juanma Barranquero <lekktu@gmail.com>
21011
21012 * subr.el (do-after-load-evaluation): Simplify.
21013
db167d28
DN
210142009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
21015
21016 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
21017
21018 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
21019 (vc-rcs-print-log): Use it.
21020
21021 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
21022
efbc652a
SM
210232009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
21024
2aa0e5bf
SM
21025 * paths.el (abbrev-file-name): Move to abbrev.el.
21026 * abbrev.el (abbrev-file-name): Move from paths.el.
21027 Obey user-emacs-directory.
21028 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
21029 user-emacs-directory.
21030 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
21031 abbrev-file-name and calc-settings-file any more.
21032 * startup.el (command-line): Recompute abbrev-file-name and
21033 abbreviated-home-dir.
21034 (normal-no-mouse-startup-screen): Improve the generic code and get rid
21035 of the special code for when C-h bindings haven't been changed.
21036 (display-startup-echo-area-message): Use with-current-buffer.
21037 (command-line-1): Use a list of strings, rather than a list of lists
21038 of strings for longopts.
21039
51da8fe2
SM
21040 * files.el (get-free-disk-space): Use / for default-directory.
21041
0c3cc4dd
SM
21042 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
21043 Use with-current-buffer.
21044
d988dbf6
SM
21045 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
21046 Recognize immutable variables like most-positive-fixnum.
21047 (byte-compile-setq-default): Check and warn if trying to assign
21048 to an immutable variable, or a non-variable.
21049
efbc652a
SM
21050 * progmodes/cc-vars.el (c-comment-continuation-stars):
21051 * progmodes/cc-engine.el (c-looking-at-bos):
21052 * progmodes/cc-cmds.el (c-toggle-auto-state)
21053 (c-forward-into-nomenclature, c-backward-into-nomenclature)
21054 (c-comment-line-break-function): Add version of obsolescence.
21055
d30a05d1
JL
210562009-08-28 Juri Linkov <juri@jurta.org>
21057
21058 * files.el (magic-fallback-mode-alist): Add ZIP magic number
21059 associated with `archive-mode'.
21060
21061 * image.el (image-type-header-regexps): Use only JPEG magic number
21062 to determine JPEG images, and don't use `image-jpeg-p' because
21063 Emacs can display non-JFIF non-Exif JPEG images.
21064
1e8eecea
JB
210652009-08-28 Juanma Barranquero <lekktu@gmail.com>
21066
21067 * arc-mode.el (archive-mode):
21068 * emacs-lisp/re-builder.el (re-builder-unload-function):
21069 Protect against the default value of `major-mode' being nil.
21070
dd4fbf56
JB
210712009-08-28 Juanma Barranquero <lekktu@gmail.com>
21072
21073 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
21074 Fix typos in docstrings.
21075
21076 * progmodes/js.el (js--macro-decl-re): Doc fix.
21077 (js--plain-method-re, js--split-name): Refloc docstring.
21078 (js--class-styles, js--make-merged-item, js--splice-into-items):
21079 Fix typos in docstrings; reflow docstrings.
21080 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
21081 (js--variable-decl-matcher, js--inside-pitem-p)
21082 (js--parse-state-at-point, js--get-all-known-symbols)
21083 (js--symbol-history, js-find-symbol, js--js-references)
21084 (js--moz-interactor, js--js-encode-value, js--read-tab):
21085 Fix typos in docstrings.
21086
72f16325
SM
210872009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21088
14acf2f5
SM
21089 * textmodes/reftex.el (reftex-get-file-buffer-force):
21090 * progmodes/verilog-mode.el (verilog-batch-execute-func):
21091 * emulation/viper.el (viper-go-away, viper-set-hooks):
21092 * emacs-lisp/re-builder.el (re-builder-unload-function):
21093 * emacs-lisp/bytecomp.el (byte-compile-file):
21094 * ses.el (ses-unload-function):
21095 * hexl.el (hexl-find-file):
21096 * files.el (normal-mode):
21097 * ehelp.el (with-electric-help):
21098 * autoinsert.el (auto-insert-alist):
21099 * arc-mode.el (archive-mode):
21100 Use (default-value 'major-mode) instead of default-major-mode.
21101
72f16325
SM
21102 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
21103 * international/mule.el (load-with-code-conversion):
21104 * emacs-lisp/debug.el (debug):
21105 * ediff-vers.el (ediff-rcs-get-output-buffer):
21106 * dired.el (dired-internal-noselect): Don't let-bind
21107 default-major-mode around code that doesn't use it.
21108 E.g. buffer creation via get-buffer-create doesn't use it.
21109
aa485f7c
MA
211102009-08-28 Michael Albinus <michael.albinus@gmx.de>
21111
21112 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
21113 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
21114 when writing the temp file. Otherwise, epa-file gets confused.
21115 (tramp-register-file-name-handlers): Make it a defun. Move also
21116 `epa-file-handler' to the front of `file-name-handler-alist'.
21117
211182009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
21121 start right after a ^M.
21122 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
21123 (tramp-completion-file-name-regexp-separate)
21124 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
21125 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
21126 Don't modify last-coding-system-used by accident.
aa485f7c
MA
21127 (tramp-completion-file-name-handler): Apply the checks here,
21128 instead during registration.
88b5a757 21129 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
21130 `tramp-register-file-name-handler'. Register both
21131 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 21132 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 21133
3f0c2b92
NR
211342009-08-28 Nick Roberts <nickrob@snap.net.nz>
21135
72f16325
SM
21136 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
21137 Remove variable ...
3f0c2b92
NR
21138 (gdb-init-1, gdb-display-separate-io-buffer)
21139 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
21140 references to it.
21141 (gdb-inferior-io-mode): Use make-comint-in-buffer.
21142 (gdb-inferior-filter): Use comint-output-filter to stop
21143 echoing and remove ^M characters.
21144
705e5bd9
SM
211452009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21146
009fdc2e
SM
21147 * emulation/viper-init.el (viper-restore-cursor-type):
21148 * emulation/cua-base.el (cua--update-indications):
21149 Replace default-cursor-type with (default-value 'cursor-type).
21150
b56a5ae0
SM
21151 * mail/sendmail.el (mail-recover-1):
21152 * international/mule-diag.el (describe-current-coding-system-briefly)
21153 (describe-current-coding-system):
21154 * international/mule-cmds.el (select-safe-coding-system)
21155 (select-message-coding-system)
21156 (set-language-environment-coding-systems, set-locale-environment):
21157 * hexl.el (hexl-insert-multibyte-char):
21158 * dos-w32.el (find-buffer-file-type-coding-system):
21159 * simple.el (what-cursor-position):
21160 Replace uses of default-buffer-file-coding-system
21161 with (default-value 'buffer-file-coding-system).
21162
de70529f
SM
21163 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
21164 Replace uses of default-cursor-in-non-selected-windows
21165 with (default-value 'cursor-in-non-selected-windows).
21166 Use with-current-buffer.
21167
705e5bd9
SM
21168 * mail/feedmail.el: Use CL macros.
21169 (feedmail-run-the-queue, feedmail-send-it-immediately):
21170 * dos-w32.el (find-buffer-file-type): Replace uses of
21171 default-buffer-file-type with (default-value 'buffer-file-type).
21172
4d985ac2
GM
211732009-08-28 Glenn Morris <rgm@gnu.org>
21174
21175 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
21176 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
21177 Use default-value of major-mode rather than default-major-mode.
21178
17c15b81
SM
211792009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
21180
3a68ab06
SM
21181 * Makefile.in (update-elcfiles): Report left over elc files.
21182
9421bdd1
SM
21183 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
21184 expand-file-name and with-current-buffer.
21185 (mail-get-names, mail-directory): Use with-current-buffer.
21186
17c15b81
SM
21187 * vc.el (vc-read-revision): New function.
21188 (vc-version-diff, vc-merge): Use it.
21189
ba83a64e
SS
211902009-08-27 Sam Steingold <sds@gnu.org>
21191
21192 * simple.el (kill-do-not-save-duplicates): New user option.
21193 (kill-new): When it is non-nil, and the new string is the same as
21194 the latest kill, set replace to t to avoid duplicates in kill-ring.
21195
be3e598a 211962009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
21197
21198 * net/tramp.el (tramp-handle-process-file): Do not flush all
21199 caches when `process-file-side-effects' is set.
21200 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
21201 instead of `tramp-find-file-exists-command'.
21202 Unset `process-file-side-effects'.
d5b5c94a
MA
21203
212042009-08-27 Michael Albinus <michael.albinus@gmx.de>
21205
21206 * net/tramp.el (tramp-methods): New method "rsyncc".
21207 (top): Add completion function for "rsyncc".
21208 (tramp-message-show-message): New defvar.
21209 (tramp-message, tramp-error): Use it.
21210 (tramp-do-copy-or-rename-file-directly): Extend check for direct
21211 remote copying.
21212 (tramp-do-copy-or-rename-file-out-of-band): Handle new
21213 `tramp-methods' entry `copy-env' of "rsyncc".
21214 (tramp-vc-registered-read-file-names): New defconst.
21215 (tramp-vc-registered-file-names): New defvar.
21216 (tramp-handle-vc-registered): Implement optimization strategy.
21217 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
21218 (tramp-vc-file-name-handler): New defun.
21219 (tramp-get-ls-command, tramp-get-test-command)
21220 (tramp-get-file-exists-command, tramp-get-remote-ln)
21221 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 21222 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
21223
21224 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
21225 (tramp-cache-inhibit-cache): Extend doc string. It allows also
21226 timestamps.
21227 (tramp-get-file-property): Check for timestamps in
21228 `tramp-cache-inhibit-cache'.
21229 (tramp-set-file-property): Write timestamp.
21230
1339cf20
KH
212312009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21232
21233 * language/japan-util.el (japanese-symbol-table): Add entries for
21234 cp932-2-byte.
21235
21236 * international/characters.el: Add category `j' to cp932-2-byte.
21237
726e3f1d
KH
212382009-08-27 Kenichi Handa <handa@m17n.org>
21239
21240 * international/fontset.el (build-default-fontset-data): New macro.
21241 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 21242 tibetan, ethiopic, and ipa.
726e3f1d 21243
4e3b4528
SM
212442009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
21245
21246 * cus-start.el (default-major-mode): Customize `major-mode' instead.
21247 (enable-multibyte-characters): Not customizable any more.
21248
21249 * subr.el (default-mode-line-format, default-header-line-format)
21250 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
21251 (default-direction-reversed, default-truncate-lines)
21252 (default-left-margin, default-tab-width, default-case-fold-search)
21253 (default-left-margin-width, default-right-margin-width)
21254 (default-left-fringe-width, default-right-fringe-width)
21255 (default-fringes-outside-margins, default-scroll-bar-width)
21256 (default-vertical-scroll-bar, default-indicate-empty-lines)
21257 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
21258 (default-fringe-cursor-alist, default-scroll-up-aggressively)
21259 (default-scroll-down-aggressively, default-fill-column)
21260 (default-cursor-type, default-buffer-file-type)
21261 (default-cursor-in-non-selected-windows)
21262 (default-buffer-file-coding-system, default-major-mode)
21263 (default-enable-multibyte-characters): Mark as obsolete.
21264
b3cca6a6
DN
212652009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
21266
652cc1a2
DN
21267 * vc-dir.el (vc-dir-update): Remove debug helper.
21268
b3cca6a6
DN
21269 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
21270
4ed8c7aa
SS
212712009-08-26 Sam Steingold <sds@gnu.org>
21272
21273 * simple.el (save-interprogram-paste-before-kill): New user option.
21274 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
21275 save the interprogram-paste into kill-ring before overriding it
21276 with the Emacs kill.
21277
3b64d86b
DN
212782009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
21279
21280 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
21281 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
21282 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
21283 and move to vc-rcs.el.
21284 (vc-default-next-revision): Rename to vc-rcs-next-revision and
21285 move to vc-rcs.el.
21286 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
21287 (vc-rcs-update-changelog): Remove.
21288 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
21289 and move to vc-rcs.el.
21290
21291 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
21292 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
21293 renaming.
21294 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 21295 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
21296 vc.el, renamed to be RCS specific.
21297
72f16325
SM
21298 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
21299 New functions.
21300 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
21301
21302 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
21303 New functions.
21304
636a36a0
SM
213052009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
21306
21307 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
21308
239b3340
DN
213092009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
21310
b91f0762 21311 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
21312 (vc-git-stash, vc-git-stash-show): New functions.
21313 (vc-git-extra-menu-map): Bind them.
b91f0762 21314
b8e54362
DN
21315 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
21316 directory correctly in case the item is a directory itself.
21317
239b3340
DN
21318 * vc.el: Document the desired behavior for reverted files in the
21319 `added' state.
dc810649
DN
21320 (vc-default-prettify-state-info): Remove function, unused.
21321
21322 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 21323
e49c0179
GM
213242009-08-26 Glenn Morris <rgm@gnu.org>
21325
21326 * bindings.el (standard-mode-line-format): Reposition dashes in
21327 which-func entry. (Bug#4217)
21328
3029e594
GM
21329 * files.el (enable-local-variables, enable-local-eval)
21330 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
21331 the defcustoms.
21332 (auto-mode-alist, ignored-local-variables)
21333 (save-some-buffers-action-alist): Move risky declarations to the
21334 definitions.
21335 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
21336 (font-lock-defaults, format-alist, imenu--index-alist)
21337 (imenu-generic-expression, input-method-alist, minor-mode-alist)
21338 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
21339 (mode-line-modified, mode-line-mule-info, mode-line-position)
21340 (mode-line-process, mode-line-remote, outline-level)
21341 (parse-time-rules, rmail-output-file-alist)
21342 (special-display-buffer-names, vc-mode):
21343 Move risky declarations to the relevant files.
72f16325
SM
21344 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
21345 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
21346 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
21347 * font-core.el (font-lock-defaults):
21348 * format.el (format-alist):
21349 * vc-hooks.el (vc-mode):
21350 * window.el (special-display-buffer-names):
21351 * international/mule-cmds.el (input-method-alist):
21352 Define riskiness here (dumped file) rather than in files.el.
21353 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
21354 * imenu.el (imenu-generic-expression, imenu--index-alist):
21355 * outline.el (outline-level):
21356 * time.el (display-time-string):
21357 * calendar/parse-time.el (parse-time-rules):
21358 * mail/rmailout.el (rmail-output-file-alist):
21359 Autoload riskiness here, rather than placing in files.el.
21360
8476cfaf
SM
213612009-08-26 Andreas Schwab <schwab@linux-m68k.org>
21362
21363 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
21364
0b35b48e
MA
213652009-08-25 Michael Albinus <michael.albinus@gmx.de>
21366
21367 * simple.el (process-file-side-effects): New defvar.
21368
21369 * dired-aux.el (dired-show-file-type):
21370 * vc.el (vc-diff-internal):
21371 * vc-arch.el (vc-arch-diff):
21372 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
21373 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
21374 * vc-git.el (vc-git-registered, vc-git-working-revision)
21375 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
21376 (vc-git--empty-db-p):
21377 * vc-hooks.el (vc-user-login-name):
21378 * vc-svn.el (vc-svn-registered, vc-svn-state)
21379 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21380 * progmodes/grep.el (grep-probe): Let-bind
21381 `process-file-side-effects' with nil.
21382
21383 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21384
21385 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21386 daemon. Replace ping by checking for running service for bluez
21387 and zeroconf. (Bug#4239)
21388
d54cc599
GM
213892009-08-25 Kevin Ryde <user42@zip.com.au>
21390
21391 * net/dig.el (dig): Add autoload cookie.
21392
7bfd055d
GM
213932009-08-25 Glenn Morris <rgm@gnu.org>
21394
bac9c66c
GM
21395 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21396 load-history for absolute file-names.
21397 (byte-compile-file-form-require): Warn about use of the cl package.
21398
7bfd055d
GM
21399 * format.el (format-alist): Doc fix.
21400
5ac1f9e0
GM
21401 * play/bubbles.el (top-level): Don't require cl at run-time.
21402
af62aa88
GM
21403 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21404 run-time cl).
21405
71e036af
DD
214062009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21407
21408 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21409 from cl package.
21410 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21411
42110eaf
JB
214122009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21413
21414 * calc/calc-alg.el (math-trig-rewrite)
21415 (math-hyperbolic-trig-rewrite): New functions.
21416 (calc-simplify): Simplify trig functions when asked.
21417
88421f3e
SM
214182009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21419
21420 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21421
dbd9624e
KH
214222009-08-24 Kenichi Handa <handa@m17n.org>
21423
21424 * language/ind-util.el (mapthread): Delete it.
21425 (combinatorial): New function.
21426 (indian--puthash-cv): Use combinatorial instead of mapthread.
21427
9b89e3ee
GM
214282009-08-22 Kevin Ryde <user42@zip.com.au>
21429
21430 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21431 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21432 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21433 Clarify docstring that the value is strings not symbols.
21434 (checkdoc-list-of-strings-p): New function.
21435
e6ce8c42
GM
214362009-08-22 Glenn Morris <rgm@gnu.org>
21437
2ddf2ea6 21438 * files.el (auto-mode-alist):
a3374680
GM
21439 * hippie-exp.el (he-concat-directory-file-name):
21440 * lpr.el (lpr-windows-system, printer-name):
21441 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21442 * ps-print.el (ps-windows-system):
21443 * startup.el (command-line):
21444 * emulation/viper-ex.el (viper-glob-function):
21445 * international/mule-cmds.el (set-language-environment-coding-systems):
21446 * net/ange-ftp.el (ange-ftp-write-region):
21447 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 21448 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
21449 unisoft-unix, vax-vms, win32, w32.
21450
977955fa
GM
21451 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21452 given name if the pattern is not more specific.
21453
b4deec2e
GM
21454 * calendar/lunar.el (lunar-phase-names): New option.
21455 (lunar-phase): Doc fix.
21456 (lunar-cycles-per-year): New constant.
21457 (lunar-index): New function.
21458 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21459 (lunar-phase-name): Use lunar-phase-names.
21460 (calendar-lunar-phases): Use format.
21461 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21462
47e83968
GM
21463 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21464 Copy imenu-example--name-and-position function here for own use.
21465 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21466
e6ce8c42
GM
21467 * bs.el (bs--redisplay):
21468 * cus-edit.el (custom-redraw):
21469 * ibuffer.el (ibuffer-bury-buffer):
21470 * server.el (server-goto-line-column):
21471 * startup.el (command-line-1):
21472 * strokes.el (strokes-xpm-for-stroke):
21473 * term.el (term-display-buffer-line):
21474 * view.el (View-goto-line):
21475 * calc/calc.el (calc-do, calc-trail-buffer):
21476 * play/gamegrid.el (gamegrid-add-score-insecure):
21477 * progmodes/ada-mode.el (ada-compile-goto-error):
21478 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21479 (ebrowse-select-1st-to-9nth):
47e83968 21480 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
21481 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21482 * progmodes/gud.el (gud-display-line):
21483 (idlwave-shell-display-line):
21484 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21485 * progmodes/make-mode.el (makefile-browser-toggle):
21486 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21487 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21488 * textmodes/picture.el (picture-draw-rectangle):
21489 * textmodes/reftex-index.el (reftex-index-goto-letter):
21490 (reftex-select-jump-to-previous):
21491 * textmodes/reftex-sel.el (reftex-find-start-point)
21492 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21493 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21494 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21495 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21496 * textmodes/two-column.el (2C-associated-buffer):
21497 Use forward-line rather than goto-line.
21498
21499 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21500 goto-line.
21501
4b18bdb3
GM
21502 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21503 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21504 (quick-check-list-to-regexp): Declare.
e6ce8c42 21505
72f16325
SM
21506 * progmodes/make-mode.el (makefile-browser-insert-selection):
21507 Use goto-char rather than goto-line.
e6ce8c42
GM
21508
21509 * progmodes/prolog.el (compilation-error-regexp-alist)
21510 (compilation-forget-errors): Declare.
21511
32a2cf25
JL
215122009-08-22 Juri Linkov <juri@jurta.org>
21513
21514 * progmodes/grep.el (lgrep, rgrep): At the beginning
21515 set `dir' to `default-directory' unless `dir' is a non-nil
21516 readable directory. (Bug#4052)
21517 (lgrep, rgrep): Change a weird way to report an error
21518 from using `read-string' to using `error'.
21519 Instead of using interactive arguments in the function body,
21520 add new argument `confirm'.
21521
5443c9b7
SM
215222009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21523
cb5b40ee
SM
21524 * textmodes/remember.el (remember-buffer):
21525 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21526 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21527 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
21528 * net/newst-treeview.el (newsticker-groups-filename):
21529 * net/newst-backend.el (newsticker-cache-filename):
21530 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21531 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21532 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21533 (speedbar-buffers-line-path, speedbar-path-line)
21534 (speedbar-buffers-line-path):
21535 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21536 (epg-sign-keys):
21537 * epa.el (epa-display-verify-result):
21538 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21539
d6261cc1
GM
215402009-08-21 Glenn Morris <rgm@gnu.org>
21541
3e1ea342
GM
21542 * progmodes/js.el (inferior-moz-process): Fix declaration.
21543
ce86eeb5
GM
21544 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21545
fff28970
GM
21546 * obsolete/rnewspost.el (news-mail-reply):
21547 Use goto-char rather than goto-line.
21548
d93e053b
GM
21549 * term/ns-win.el (ns-open-file-select-line):
21550 Use line-beginning-position rather than goto-line.
21551
d5d105e8
GM
21552 * apropos.el (apropos-command):
21553 * ehelp.el (electric-helpify):
21554 * printing.el (pr-show-setup):
21555 * strokes.el (strokes-help):
21556 * tutorial.el (tutorial--describe-nonstandard-key)
21557 (tutorial--detailed-help):
21558 * woman.el (woman-mini-help, woman-display-extended-fonts):
21559 * calc/calc-help.el (calc-describe-key):
21560 * emulation/edt.el (edt-electric-helpify):
21561 * international/mule-diag.el (mule-diag):
21562 * play/yow.el (apropos-zippy):
21563 * progmodes/python.el (python-describe-symbol):
21564 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21565 * textmodes/table.el (*table--cell-describe-mode)
21566 (*table--cell-describe-bindings):
21567 Use help-print-return-message rather than the now obsolete alias.
21568
a8ab722f 21569 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
21570 (calendar-cursor-to-visible-date):
21571 * play/5x5.el (5x5-position-cursor):
21572 * play/decipher.el (decipher):
21573 * play/gomoku.el (gomoku-goto-xy):
21574 * play/landmark.el (lm-goto-xy):
21575 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21576 (mpuz-paint-digit):
21577 Use forward-line, not goto-line.
a8ab722f 21578
d6261cc1
GM
21579 * mail/rmail.el (rmail-obsolete): Delete custom group.
21580 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21581 (rmail-remote-password, rmail-remote-password-required):
21582 Remove unneeded :set-after and :set properties.
21583
9e846523
MA
215842009-08-21 Michael Albinus <michael.albinus@gmx.de>
21585
21586 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21587
bbe1f502
DN
215882009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21589
bcc5db24
DN
21590 * loadup.el: Remove leftover macos code.
21591
bbe1f502
DN
21592 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21593 Explicitly pass the date format to git blame so that user local
21594 so that the output format can be parsed.
21595
6fd2d19a
MA
215962009-08-20 Michael Albinus <michael.albinus@gmx.de>
21597
21598 * net/dbus.el (top): Don't check for (getenv
21599 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21600
31764e15
SM
216012009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21602
21603 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 21604 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 21605
28930e39
SM
216062009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21607
4fd15622 21608 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 21609 Bug#3287.
4fd15622 21610
b3d8e4a0
SM
21611 * help.el (help-print-return-message): Rename from
21612 print-help-return-message.
21613
c9829c70
SM
21614 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21615 cvs-mode-map parent hack.
21616 (log-view-mode): Derive from special-mode.
21617
b932657b
SM
21618 * linum.el (linum-mode): window-size-change-functions is redundant.
21619 Adapt to new window-configuration-change-hook behavior.
21620 (linum-after-size, linum-after-config): Remove.
21621
1b700bca
SM
21622 * imenu.el (imenu-example--name-and-position)
21623 (imenu-example--lisp-extract-index-name)
21624 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21625 Mark as obsolete.
21626
28930e39
SM
21627 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21628 (inferior-prolog-mode): Use it.
21629 (inferior-prolog-load-file): Reset list of errors.
21630
c9af0b68
KH
216312009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21632
21633 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21634
21635 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21636
720c7cd6
MA
216372009-08-19 Michael Albinus <michael.albinus@gmx.de>
21638
21639 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21640 is running already.
21641
03a74b84
SM
216422009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21643
21644 * subr.el (listify-key-sequence-1): Use normal syntax since those
21645 integers are nowadays always represented by the same (positive) number
21646 on all platforms.
21647 (read-key-empty-map): New const.
21648 (read-key-delay): New var.
21649 (read-key): New function.
21650 (force-mode-line-update): Use with-current-buffer.
21651 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21652 (start-process-shell-command, start-file-process-shell-command):
21653 Discourage the use of command-args.
21654
f43e88d4
GM
216552009-08-19 Glenn Morris <rgm@gnu.org>
21656
21657 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21658
890429cc
SM
216592009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21660
85be9ec4
SM
21661 * simple.el (choose-completion-string): Don't rely on
21662 minibuffer-completing-file-name and ad-hoc checks to decide whether
21663 to continue completion or not.
21664
890429cc
SM
21665 * minibuffer.el (minibuffer-hide-completions): New function.
21666 (completion--do-completion): Use it.
21667 (completions-annotations): New face.
21668 (completion--insert-strings): Use it.
21669 (completion-pcm--delim-wild-regex): Add docstring.
21670 (completion-pcm--string->pattern): Add support for 0-width delimiters
21671 in completion-pcm--delim-wild-regex.
21672
265d4549
SM
216732009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21674
d440b941
SM
21675 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21676 Remove unused var `buffer-modified-p'.
21677
265d4549
SM
21678 * minibuffer.el (completion--do-completion): Move point for the #b001
21679 case as well (bug#4176).
21680 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21681
ba6f7d86
MA
216822009-08-18 Michael Albinus <michael.albinus@gmx.de>
21683
21684 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21685 and :session buses.
21686
98819490
KH
216872009-08-18 Kenichi Handa <handa@m17n.org>
21688
265d4549
SM
21689 * international/ucs-normalize.el (ucs-normalize-version):
21690 Change to 1.1.
58627cf0
KH
21691 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21692 (utf-8-hfs): Make it perform normalization on encoding too.
21693
98819490
KH
21694 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21695 (sentence-end-without-space): Delete duplicated chars.
21696 (sentence-end-base): Likewise.
e739cc85
KH
21697
21698 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21699 (html-mode): Delete duplicated chars from sentence-end-base.
21700
21701 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21702 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21703
645b9326
CY
217042009-08-17 Chong Yidong <cyd@stupidchicken.com>
21705
21706 * files.el (hack-one-local-variable): If the mode function is for
21707 a minor mode, pass it an argument (Bug#4148).
21708
56c195af
MA
217092009-08-17 Michael Albinus <michael.albinus@gmx.de>
21710
21711 * net/tramp.el (tramp-register-completion-file-name-handler):
21712 Check also for (member 'partial-completion completion-styles).
21713
7a55c78b
CY
217142009-08-16 Chong Yidong <cyd@stupidchicken.com>
21715
21716 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21717 abbrev (Bug#3943).
21718
be3e598a 217192009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21720
21721 * progmodes/cperl-mode.el: Merge upstream 6.2.
21722 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21723 (cperl-forward-re): Check cperl-brace-recursing.
21724 (cperl-highlight-charclass): New function.
21725 (cperl-find-pods-heres): Use it.
31cd2dd4 21726 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21727 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21728 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21729 (cperl-beautify-level): Don't process entire regexp.
21730 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21731 calling man.
21732 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21733 (cperl-init-faces): Build a list in the normal way.
21734
81b1f9c9
CY
217352009-08-16 Chong Yidong <cyd@stupidchicken.com>
21736
21737 * calendar/parse-time.el (parse-time-string-chars): Save match
21738 data.
21739
c3732cb8
SM
217402009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21741
55659495
SM
21742 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21743 (sql-product): Use it.
21744 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21745 (sql-set-product): Add completion.
21746 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21747 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21748 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21749 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21750 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21751 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21752 (sql-highlight-db2-keywords): Remove.
21753 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21754 (sql-highlight-product): Use derived-mode-p.
21755 (sql-set-sqli-buffer): Use with-current-buffer.
21756 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21757 Simplify.
21758
1ae79427
SM
21759 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21760
c3732cb8
SM
21761 * term.el: Fix commenting convention, turn comments into docstrings.
21762
f24b8bf3
CY
217632009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21764
21765 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21766
7b6fefac 217672009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21768
1200ac26 21769 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21770 character classes, to handle non-ascii characters (Bug#3190).
21771
217722009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21773
1abbe4e5
CY
21774 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21775 another heredoc if the user adds another < (Bug#3226).
21776
c3732cb8
SM
21777 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21778 Don't initialize based on window-system (Bug#4124).
19261da4 21779
daad00fc
CY
21780 * facemenu.el (facemenu-read-color): Use a completion function
21781 that accepts any defined color, such as RGB triplets (Bug#3677).
21782
e1bdde78
CY
21783 * files.el (get-free-disk-space): Change fallback default
21784 directory to /. Expand DIR argument before switching to fallback.
21785 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21786
9d73a99e
CY
217872009-08-15 Chong Yidong <cyd@stupidchicken.com>
21788
21789 * files.el (load-library): Doc fix.
21790
68b962d4 217912009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21792
953e0c1a 21793 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21794 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21795 incremental search string.
9d73a99e 21796
c3732cb8 21797 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21798 XEmacs.
9d73a99e 21799
c3732cb8
SM
21800 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21801 (ediff-merge-region-is-non-clash)
21802 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21803 Also check if the job is really a merge job.
9d73a99e 21804
c3732cb8 21805 * ediff.el (ediff-current-file): New function.
9d73a99e 21806
2e330adc
CY
218072009-08-15 Chong Yidong <cyd@stupidchicken.com>
21808
21809 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21810 conventions.
c3732cb8 21811 (js-insert-and-indent): Delete function.
2e330adc
CY
21812 (js-mode-map): Don't bind keys to js-insert-and-indent.
21813 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21814 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21815 (js-auto-indent-flag): Delete variable.
2e330adc 21816
17b5d0f7
CY
218172009-08-14 Chong Yidong <cyd@stupidchicken.com>
21818
c3732cb8
SM
21819 * progmodes/js.el: Remove proclaim statement.
21820 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21821
ba2d8894
CY
21822 * files.el (auto-mode-alist): Use js-mode for .js files.
21823
c3732cb8 21824 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21825
21826 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21827
21828 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21829
c3732cb8 21830 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21831
218322009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21833 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21834
21835 * progmodes/js.el: New file.
21836
b6377f1d
MH
218372009-08-14 Mark A. Hershberger <mah@everybody.org>
21838
21839 * timezone.el (timezone-parse-date): Add ability to understand ISO
21840 basic format (minimal separators) dates in addition to the
21841 already-supported extended format dates.
21842
bc0eef46
EZ
218432009-08-14 Eli Zaretskii <eliz@gnu.org>
21844
4e021e65
EZ
21845 * international/ucs-normalize.el: Add a `coding' file variable.
21846
bc0eef46
EZ
21847 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21848
53dab179
SS
218492009-08-14 Sam Steingold <sds@gnu.org>
21850
6801c38a 21851 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21852
6c58c39c
CY
218532009-08-13 Chong Yidong <cyd@stupidchicken.com>
21854
21855 * faces.el (help-argument-name): Define it here instead of
21856 help-fns.el, because in daemon mode help-fns.el may be loaded when
21857 faces are still uninitialized (Bug#1078).
21858
21859 * help-fns.el (help-argument-name): Move defface to faces.el.
21860
c7baf7e9
NR
218612009-08-13 Nick Roberts <nickrob@snap.net.nz>
21862
21863 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21864 create buffer with a pty but no process so that GDB can make the
21865 inferior the controlling process.
21866
9c40e995 218672009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21868
21869 * international/ucs-normalize.el: New file.
21870
8cdba32b
RS
218712009-08-13 Richard Stallman <rms@gnu.org>
21872
5c950923
RS
21873 * mail/rmail.el (rmail-get-attr-names):
21874 Accept an attribute header that is too short.
21875
76e1e40b
RS
21876 * mail/rmail.el (rmail-forget-messages):
21877 Ignore nil elt in rmail-message-vector. Use dotimes.
21878
1fc01b08
RS
21879 * progmodes/compile.el (compilation-goto-locus):
21880 Use next-error-move-function.
21881
8cdba32b
RS
21882 * simple.el (next-error-move-function): New variable.
21883
99910cf4
JL
218842009-08-12 Juri Linkov <juri@jurta.org>
21885
21886 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21887 always non-nil. (Bug#4052)
21888
21889 * replace.el (read-regexp): Return empty string when
21890 `default-value' is nil.
21891 (keep-lines-read-args): Don't use empty string as the
21892 default value for `read-regexp'. (Bug#2495)
21893
fc5bdf6c
JL
218942009-08-12 Juri Linkov <juri@jurta.org>
21895
21896 * international/mule-cmds.el (ucs-insert): Change arguments
21897 from `arg' to `character', `count', `inherit' to be the same
21898 as in `insert-char'. Doc fix. (Bug#4039)
21899
21900 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21901
77748848
JL
219022009-08-12 Juri Linkov <juri@jurta.org>
21903
21904 * files-x.el: New file.
21905
21906 * files.el: Move code that deals with adding/deleting
21907 file/directory-local variables to files-x.el.
21908
21909 * Makefile.in (ELCFILES): Add files-x.elc.
21910
c8a44c4e
DD
219112009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21912
27a9fd5a
DD
21913 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21914 to use `goto-line'.
21915 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21916 `goto-line'.
21917 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21918 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21919 threads list.
107ef54a 21920 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21921 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21922 (gdb-stopped): ...here so it's sent when first thread stops.
21923 (gdb-registers-handler-custom): Do nothing if register names are
21924 unknown yet.
27a9fd5a 21925
c8a44c4e
DD
21926 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21927 from `gdb-mi.el' to avoid extra tangling.
21928
21929 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21930 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21931 (gdb-update-gud-running): No extra fuss for updating frame number.
21932
dfd4e693
SM
219332009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21934
51c4341f
SM
21935 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21936 (describe-language-environment-map, setup-language-environment-map)
21937 (set-coding-system-map): Move initialization into declaration.
21938 (set-language-info-alist): Last arg to define-key-after can be skipped.
21939
21940 * international/quail.el (quail-completion-1): Simplify.
21941 (quail-define-rules): Use slightly more compact code.
21942 (quail-insert-decode-map): Propertize keys, compact columns.
21943
dfd4e693
SM
21944 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21945 Add goto-line.
21946
83326559
MB
219472009-08-10 Miles Bader <miles@gnu.org>
21948
21949 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21950 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21951 (js2-instance-member, js2-private-member, js2-private-function-call)
21952 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21953 (js2-magic-paren, js2-external-variable):
21954 Remove "-face" suffix from face names.
21955 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21956 (js2-highlight-undeclared-vars, js2-peek-token)
21957 (js2-parse-function-params, js2-mode-show-errors)
21958 (js2-mode-show-warnings, js2-make-magic-delimiter)
21959 (js2-mode-highlight-magic-parens): Update to use new face names.
21960
8e754ea2
MA
219612009-08-09 Michael Albinus <michael.albinus@gmx.de>
21962
21963 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21964 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21965
1c292fc7
CY
219662009-08-09 Chong Yidong <cyd@stupidchicken.com>
21967
18d433a7
CY
21968 * subr.el: Provide hashtable-print-readable.
21969
1c292fc7
CY
21970 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21971 hs-c-like-adjust-block-beginning.
21972 (hs-hide-block-at-point): Stop hiding at the beginning of
21973 hs-block-end-regexp (Bug#700).
21974
2db0ae07
DD
219752009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21976
21977 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21978 a macro.
21979 (gdb-registers-handler-custom): Do not fail when register names
21980 are unavailable.
21981
fe4740a6
DD
219822009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21983
21984 * progmodes/gdb-mi.el (gdb-control-all-threads)
21985 (gdb-control-current-thread): Interactive setters for
21986 `gdb-gud-control-all-threads' to use in menu.
21987 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21988 (gud-tool-bar-map): Add non-stop/A,T indicator.
21989 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21990
ce299d55
CY
219912009-08-08 Yoni Rabkin <yoni@rabkins.net>
21992
21993 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21994 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21995 (net-utils-mode): New mode for viewing diagnostic network output.
21996 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21997 (net-utils-run-simple): New function.
21998 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21999
7c4654ad
DD
220002009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
22001
22002 * progmodes/gdb-mi.el (gdb-read-memory-custom)
22003 (gdb-memory-set-address, def-gdb-set-positive-number)
22004 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
22005 after changing settings.
22006 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 22007 (gdb-edit-locals-value): Fix.
7c4654ad
DD
22008 (gdb-registers-handler-custom): Print registers in right order and
22009 allow changing register values (only for current thread yet).
9cbac26b
DD
22010 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
22011 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
22012 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
22013 (gdb-locals-handler-custom, gdb-registers-handler-custom):
22014 Thread info in mode name.
9cbac26b 22015 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 22016
0f25a277
EZ
220172009-08-08 Eli Zaretskii <eliz@gnu.org>
22018
22019 * mail/rmail.el (rmail-add-mbox-headers)
22020 (rmail-set-message-counters-counter): Search for
22021 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
22022
b971be60
GM
220232009-08-08 Glenn Morris <rgm@gnu.org>
22024
22025 * Makefile.in (ELCFILES): Update.
22026
a35d3ad8
EZ
220272009-08-07 Eli Zaretskii <eliz@gnu.org>
22028
6a7662bb
BR
22029 * mail/sendmail.el (mail-yank-original):
22030 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
22031 text is yanked.
22032
8b0bcc2e
EZ
22033 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
22034 to "windows" when "pgnuplot" is used.
6a7662bb
BR
22035 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
22036 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
22037 (calc-graph-init): Don't send -display and -geometry to
22038 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
22039 running "pgnuplot -V" with shell-command-to-string.
22040
22041 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
22042 the default.
22043
220442009-08-07 Eli Zaretskii <eliz@gnu.org>
22045
22046 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
22047 org/org-latex.elc.
22048
3bca7ca5
DN
220492009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
22050
3c53763c
DN
22051 * vc-dispatcher.el (vc-resynch-window): Update comment.
22052
3bca7ca5
DN
22053 * term.el (term-handle-ansi-escape): Add comments with the
22054 terminfo capabilities implemented.
22055
7b217360
DD
220562009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
22057
5f9d345c 22058 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 22059 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
22060 (gdb-propertize-header): Move earlier.
22061 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
22062 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
22063 Refresh disassembly buffers only after threads list have been
22064 update.
22065 (gdb-threads-header, gdb-registers-header): Per-buffer header line
22066 variables.
22067
b4d84ecf
JL
220682009-08-04 Juri Linkov <juri@jurta.org>
22069
22070 * files.el: Commands to add/delete file/directory-local variables.
22071 (read-file-local-variable, read-file-local-variable-value)
22072 (read-file-local-variable-mode, modify-file-local-variable)
22073 (modify-file-local-variable-prop-line)
22074 (modify-dir-local-variable): New functions.
22075 (add-file-local-variable, delete-file-local-variable)
22076 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
22077 (add-dir-local-variable, delete-dir-local-variable)
22078 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
22079 (copy-dir-locals-to-file-locals-prop-line): New commands.
22080
42da39c1
CY
220812009-08-04 Chong Yidong <cyd@stupidchicken.com>
22082
22083 * abbrev.el (insert-abbrev-table-description): Prettify output.
22084 Suggested by Karl Chen.
22085
98bf8494
DD
220862009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
22087
78b9fb28 22088 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 22089 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
22090 (gdb-overlay-arrow-position, gdb-thread-position)
22091 (gdb-disassembly-position): Declare variables.
22092 (gdb-wait-for-pending): Function now.
22093 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
22094 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
22095 compilation goes smoothly.
22096 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
22097 (gdb-non-stop-setting): New customization setting which replaces
22098 `gdb-non-stop' so changing it doesn't break active GDB session.
22099 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
22100 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
22101 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
22102 (gdb-show-threads-by-default): New customization options.
22103 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
22104 routines.
22105 (gdb-get-buffer-create): Send buffers update signal when they are
22106 created.
22107 (gdb-invalidate-locals, gdb-invalidate-registers)
22108 (gdb-invalidate-breakpoints)
22109 (gdb-invalidate-threads, gdb-invalidate-disassembly)
22110 (gdb-invalidate-memory): Accept update signal.
22111 (gdb-current-context-command): Use --frame option.
22112 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
22113 Implement `gdb-frame-number' selection logic.
22114 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
22115 whether to show GUD toolbar buttons.
22116 (gdb-thread-exited): Unselect current thread when it exits.
22117 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
22118 (gdb-mark-line): Routine which sets overlay arrow or inverses
22119 video on fringeless displays.
22120 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
22121 to build aligned columns of data in GDB buffers and set text
22122 properties line-by-line.
22123 (gdb-invalidate-breakpoints)
22124 (gdb-breakpoints-list-handler-custom)
22125 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
22126 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
22127 (gdb-registers-handler-custom): Align data columns.
22128 (gdb-locals-handler-custom): Now prints data like in variable
22129 declarations.
22130 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 22131 Remove confusing buttons.
78b9fb28
DD
22132 (gdb-invalidate-threads): Append --frame.
22133 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
22134 between breakpoints/threads buffers.
22135 (gdb-set-window-buffer): Now can ignore dedicated windows.
22136 (gdb-propertize-header): Use `gdb-set-window-buffer'.
22137 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
22138 (def-gdb-thread-buffer-gud-command): Replaces
22139 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
22140 for fine thread control.
22141 (gdb-preempt-existing-or-display-buffer): New function used to
22142 display bound buffers without breaking window layout.
22143 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
22144 (gdb-select-frame): New version of `gdb-frames-select' which now
22145 sets `gdb-frame-number' so commands may use --frame option instead
22146 of inner debugger state.
22147 (gdb-frame-handler): Do not set `gdb-frame-number'.
22148 (gdb-threads-mode-map): Select threads with mouse.
22149
22150 * progmodes/gud.el (gdb-gud-context-call): Declare function to
22151 avoid compilation warning.
22152 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
22153 `gdb-show-stop-p`.
22154
566f3909
DD
22155 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
22156 Argument `key' renamed to `buffer-type'.
22157 (gdb-current-context-buffer-name): Do not add thread info to
22158 buffer name when no thread is selected.
22159 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
22160 command (bug 3794).
22161 (gdb-thread-selected): Handle `=thread-selected' notification.
22162 (gdb-wait-for-pending): New macro to deal with congestion problems.
22163 (gdb-breakpoints-list-handler-custom): Don't fail on pending
22164 breakpoints.
7b6fefac
JB
22165 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
22166 This fixes problem similar to one described in bug 3947.
566f3909
DD
22167 (gud-menu-map): More menu items.
22168 (gdb-init-1): Reset `gdb-thread-number' to nil.
22169
4a31122c
DD
22170 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
22171 non-stop settings.
22172
22173 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
22174 (gdb-current-context-command): Do not append --thread if
22175 `gdb-thread-number' is nil.
6a7662bb
BR
22176 (gdb-running-threads-count, gdb-stopped-threads-count):
22177 New variables.
4a31122c 22178 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
22179 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
22180 New customization options.
4a31122c
DD
22181 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
22182 GUD commands.
7b6fefac 22183 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
22184 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
22185 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
22186 set `gdb-thread-number' and update `gud-running' properly.
22187 (gdb-running): Update threads list when new threads appear.
22188 (gdb-stopped): Support non-stop operation and new thread switching
22189 logic.
22190 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
22191 (gdb-json-partial-output): New set of JSON routines.
22192 (def-gdb-auto-update-trigger): New `signal-list' optional
22193 argument.
22194 (gdb-thread-list-handler-custom): Update `gud-running',
22195 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
22196 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
22197 (gdb-continue-thread, gdb-step-thread): New commands for fine
22198 thread execution control.
22199 (gud-menu-map): New menu items to switch non-stop options.
22200 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 22201 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
22202
22203 * progmodes/gdb-mi.el (gdb-rules-name-maker)
22204 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
22205 gdb-buffer-rules.
22206 (def-gdb-auto-update-handler): New nopreserve optional argument.
22207 (gdb-stack-list-frames-custom): Print stack from top to bottom.
22208
88b5a757 22209 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
22210 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
22211 (gdb-parent-mode): New mode to derive other GDB modes from.
22212 (gdb-display-disassembly-for-thread)
22213 (gdb-frame-disassembly-for-thread): New commands for threads
22214 buffer.
22215
22216 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
22217 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
22218 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
22219 (gdb-update): We now store all GDB buffers in a list so that they
22220 can be updated by traversing a list instead of calling invalidate
7b6fefac 22221 triggers explicitly.
a5c9f540
DD
22222 (def-gdb-trigger-and-handler): New macro to define trigger-handler
22223 pair for GDB buffer.
22224 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
22225 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
22226 handle pending triggers.
22227 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
22228 (def-gdb-thread-buffer-simple-command)
22229 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
22230 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
22231 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
22232 New commands which show buffers bound to thread.
88b5a757 22233 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 22234
7b6fefac
JB
22235 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
22236 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
22237 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
22238 to (gud-comint-buffer) in *-buffer-name functions
22239 because (gdb-get-target-string) already does that.
22240 (gdb-locals-handler-custom, gdb-registers-handler-custom)
22241 (gdb-changed-registers-handler): Rewritten without regexps.
22242
ba214964 22243 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
22244 (gdb-thread-number): New variable.
22245 (gdb-current-context-command): New macro which adds --thread
22246 option to command.
7b6fefac 22247 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 22248 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 22249 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
22250 (gdb-select-thread): New command which selects current thread.
22251 (gdb-invalidate-frames, gdb-invalidate-locals)
22252 (gdb-invalidate-registers): Use --thread option.
20f12ed8 22253
2ac33804
MA
222542009-08-04 Michael Albinus <michael.albinus@gmx.de>
22255
22256 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 22257 robust. (Bug#3977)
2ac33804
MA
22258 (tramp-handle-insert-file-contents): `unwind-protect' must be
22259 inside `with-parsed-tramp-file-name'.
22260
22261 * net/tramp-gvfs.el (top): Remove superfluous message when loading
22262 fails.
22263
39d0296f
NR
222642009-08-03 Nick Roberts <nickrob@snap.net.nz>
22265
22266 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
22267 directory if CLASSPATH is not set.
22268
adcbca53
MA
222692009-08-03 Michael Albinus <michael.albinus@gmx.de>
22270
7b6fefac
JB
22271 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
22272 New defconst.
7ef849b6 22273 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 22274
30924b0b
CY
222752009-08-02 Kevin Ryde <user42@zip.com.au>
22276
7b6fefac
JB
22277 * net/newst-backend.el (newsticker--raw-url-list-defaults):
22278 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 22279
b6ce92f1
CY
222802009-08-02 Chong Yidong <cyd@stupidchicken.com>
22281
d977a092
CY
22282 * select.el (x-set-selection): Doc fix (Bug#4021).
22283
22284 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
22285
b6ce92f1
CY
22286 * help-fns.el (describe-variable): Treat list return values from
22287 dir-locals-find-file properly (Bug#4005).
22288
7b6fefac 222892009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
22290
22291 * net/tramp.el (tramp-debug-message): Print also microseconds.
22292
222932009-08-02 Michael Albinus <michael.albinus@gmx.de>
22294
22295 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
22296 or END is non-nil.
22297 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
22298 (tramp-get-debug-buffer): Change `outline-regexp' according to new
22299 format.
22300
5ce6e4f4 22301 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
22302 (tramp-get-file-property): Use it.
22303
6a7662bb
BR
22304 * autorevert.el (auto-revert-handler):
22305 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 22306
2aafe808
JR
223072009-08-02 Jason Rumney <jasonr@gnu.org>
22308
22309 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 22310 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 22311
e094097c
CY
223122009-08-02 Chong Yidong <cyd@stupidchicken.com>
22313
22314 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
22315 (font-lock-variable-name-face, font-lock-constant-face):
22316 Darken the colors for light backgrounds.
e094097c 22317
de94f281
EZ
223182009-08-01 Eli Zaretskii <eliz@gnu.org>
22319
22320 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
22321 month names. (Bug#3987)
22322
54b99340
CY
223232009-07-31 Chong Yidong <cyd@stupidchicken.com>
22324
22325 * simple.el (line-move-finish): Pass whole number to
22326 line-move-to-column.
34be836c 22327 (line-move-visual): Perform hscroll to the recorded position.
54b99340 22328
38216c30
JB
223292009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
22330
22331 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
22332
c779896d
CY
223332009-07-29 Alan Mackenzie <acm@muc.de>
22334
22335 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
22336
592ccae0
DD
223372009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
22338
35edc6c6
DD
22339 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
22340 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 22341
5a9e3ab7
JB
223422009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
22343
22344 * calc/calc.el (calc-mode-map): Add keybinding for
22345 `calc-transpose-lines'.
22346
7b6fefac 223472009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
22348
22349 * calc/calc-misc.el (calc-transpose-lines): New function.
22350
905fb90e
MA
223512009-07-28 Michael Albinus <michael.albinus@gmx.de>
22352
22353 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
22354 Simplify check for out-of-band methods.
22355 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
22356 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
22357
76e14464
DN
223582009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
22359
22360 * vc-git.el (vc-git-checkin): Fix typo.
22361
6088b51f 223622009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
22363
22364 * progmodes/js2-mode.el: New file.
22365
b85157fe
NR
223662009-07-28 Nick Roberts <nickrob@snap.net.nz>
22367
22368 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
22369 (gud-menu-map): Adjust tooltip accordingly.
22370
d43c2b06
DN
223712009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22372
1c0f0c3b
DN
22373 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
22374 (vc-bzr-log-view-mode): Adjust log-view-file-re.
22375
d43c2b06
DN
22376 * add-log.el (change-log-mode-map): Add a menu.
22377
3dec5c36
MA
223782009-07-27 Michael Albinus <michael.albinus@gmx.de>
22379
22380 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22381 function returns nil.
22382 (dbus-handle-event): Handle special return value :ignore.
22383 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22384
5704140c
CY
223852009-07-26 Chong Yidong <cyd@stupidchicken.com>
22386
22387 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22388 it's not needed.
22389
3077d1f6
EZ
223902009-07-25 Eli Zaretskii <eliz@gnu.org>
22391
22392 Fix Bug#3888:
22393
22394 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22395
22396 * term/pc-win.el (x-display-name, x-colors)
22397 (x-select-enable-clipboard, x-select-text): Doc fix.
22398
22399 * term/common-win.el (x-display-name, x-colors): Doc fix.
22400
22401 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22402 (xw-defined-colors): Doc fix.
22403
22404 * w32-fns.el (x-select-text, x-setup-function-keys)
22405 (x-get-selection, x-set-selection): Doc fix.
22406
22407 * term/x-win.el (x-select-text, x-setup-function-keys)
22408 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22409
22410 * select.el (x-set-selection): Doc fix.
22411
51768bc8
MA
224122009-07-25 Michael Albinus <michael.albinus@gmx.de>
22413
22414 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22415 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
22416 "IsNSSSupportAvailable" method is not available.
22417 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 22418
b11c2874
KH
224192009-07-24 Kenichi Handa <handa@m17n.org>
22420
22421 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 22422 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
22423 (build-unicode-category-table): Fix range checks.
22424
ba83b7b6
DN
224252009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22426
22427 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22428 the buffer we try to sync is current when calling
22429 vc-resynch-buffer.
22430
22431 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22432 not show up to date files.
22433
7a8ae964
GM
224342009-07-24 Glenn Morris <rgm@gnu.org>
22435
22436 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22437 Add autoload cookies. If necessary, initialize.
22438 (elint-log): Handle non-file buffers.
22439 (elint-initialize): Add optional argument to reinitialize.
22440 (elint-find-builtin-variables): Save excursion.
22441
a707eb05
DN
224422009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22443
22444 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22445 for Lint.
22446
0a2ddfa6
DN
224472009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22448
d6a62b0d
DN
22449 * vc.el (vc-print-log-internal): New function, split out from ...
22450 (vc-print-log): ... here.
10b5dcad 22451 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 22452
0a2ddfa6
DN
22453 * vc-git.el (vc-git-add-signoff): New variable.
22454 (vc-git-checkin): Use it.
22455 (vc-git-toggle-signoff): New function.
22456 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
22457 (vc-git--run-command-string): Accept a nil FILE argument.
22458 (vc-git-stash-list): New function.
22459 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 22460
589a99f2
GM
224612009-07-23 Glenn Morris <rgm@gnu.org>
22462
22463 * help-fns.el (describe-variable): Describe ignored and risky local
22464 variables in a similar way to that in which we describe safe ones.
22465
22466 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22467 (byte-compile-output-file-form, byte-compile-output-docform)
22468 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22469 Give some more local variables with common names a "bytecomp-" prefix,
22470 so as not to shadow things during compilation.
22471 * emacs-lisp/cl-macs.el (load-time-value)
22472 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22473 `outbuffer' to `bytecomp-outbuffer'.
22474
22475 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22476 since the next two variables cover them automatically now.
22477 (elint-builtin-variables, elint-autoloaded-variables): New.
22478 (elint-unknown-builtin-args): Remove all members, since they can be
22479 parsed automatically now.
22480 (elint-extra-errors): New.
22481 (elint-env-add-env, elint-env-add-macro): Use cadr.
22482 (elint-current-buffer): Use or. Change final message.
22483 (elint-get-top-forms): Use line-end-position.
22484 (elint-init-env): Use cadr. Handle autoload, declare-function,
22485 and defalias.
22486 (elint-add-required-env): Doc fix. Use or. Standardize error.
22487 (regexp-assoc): Remove unused function.
22488 (elint-top-form): Set elint-current-pos, to record the start of the
22489 top-level form, for compilation-mode.
22490 (elint-form): Trap errors in macro expansion. Use dolist.
22491 (elint-unbound-variable): Use elint-builtin-variables and
22492 elint-autoloaded-variables.
22493 (elint-get-args): Use cadr, or.
22494 (elint-check-cond-form): Use dolist, cadr.
22495 (elint-check-condition-case-form): Doc fix. Use cadr.
22496 Use elint-extra-errors.
22497 (elint-log): New function.
22498 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22499 Distinguish errors and warnings.
22500 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22501 Use a bytecomp-style format.
22502 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22503 (elint-get-log-buffer): Use compilation mode. Disable undo.
22504 Don't truncate lines.
22505 (elint-initialize): Set builtin and autoloaded variable lists.
22506 Only process elint-unknown-builtin-args if non-nil.
22507 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22508 New functions.
22509 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22510
855b42a2
GM
225112009-07-22 Kevin Ryde <user42@zip.com.au>
22512
22513 * net/newst-backend.el (newsticker--parse-atom-1.0)
22514 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22515 (newsticker--parse-rss-1.0):
22516 * progmodes/idlwave.el (idlwave-mode):
22517 * progmodes/idlw-shell.el (idlwave-shell-mode):
22518 * progmodes/vera-mode.el (vera-mode):
22519 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22520 * progmodes/vhdl-mode.el (vhdl-mode):
22521 * textmodes/table.el (table-generate-source)
22522 (table--warn-incompatibility):
22523 Hyperlink urls in docstrings with URL `...'.
22524
fd413a37
GM
225252009-07-22 Glenn Morris <rgm@gnu.org>
22526
cb711556
GM
22527 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22528 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22529 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22530 Remove leading * from defcustom docs.
22531
fd413a37
GM
22532 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22533
22534 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22535 defcustom doc.
22536 (list-load-path-shadows): Optionally, just return shadows as a string.
22537
22538 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22539
a4f69701
CY
225402009-07-21 Chong Yidong <cyd@stupidchicken.com>
22541
6a7662bb
BR
22542 * mail/rmailedit.el (rmail-edit-mode):
22543 Use auto-save-include-big-deletions.
a4f69701 22544
6a7662bb
BR
22545 * mail/rmail.el (rmail-variables):
22546 Use auto-save-include-big-deletions.
a4f69701
CY
22547
22548 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22549 changes.
22550
ec06459c
JB
225512009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22552
22553 * calc/calc.el (calc-undo-length): New variable.
22554 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22555
b41b0976
RS
225562009-07-21 Richard Stallman <rms@gnu.org>
22557
22558 * files.el (auto-save-mode): Handle buffer-save-size = -2
22559 for toggling mode.
22560
4ed32706
GM
225612009-07-21 Glenn Morris <rgm@gnu.org>
22562
531b1264
GM
22563 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22564
55d27f41
GM
22565 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22566
02df3f4d
GM
22567 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22568 silence compiler. Instead...
22569 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22570 (ps-print-ensure-fontified): Update for above function name changes.
22571
fdd8417e
GM
22572 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22573 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22574 silence compiler. Instead...
22575 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22576 (mh-show-buffer): Only define for compiler.
22577 (pr-mh-current-message): Update for above function name changes.
22578
4ed32706
GM
22579 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22580 as an argument.
22581 (find-file-noselect, insert-file-1): Update for above change.
22582
22583 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22584
22585 * mail/mailclient.el (mailclient-send-it): Fix message.
22586
22587 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22588 (edebug-eval): Check cl-debug-env is bound.
22589 (print-level, print-circle): Don't redefine built-in variables.
22590
22591 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22592 (custom-print-vectors): Remove old comments from doc.
22593
22594 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22595 (emerge-version): Make the variable an obsolete alias for the
22596 emacs-version variable. Make the function obsolete.
22597 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22598 Emerge options, rather than merging in into the main Options menu.
22599 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22600 and auto advance modes. Disable edit/fast items when not relevant.
22601
86812144
CY
226022009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22603
22604 * term/vt420.el (terminal-init-vt420): Fix typo.
22605
6bb90094
SS
226062009-07-20 Sam Steingold <sds@gnu.org>
22607
22608 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22609 variable (removed from compile.el on 2004-03-11).
22610
42e0a725
CY
226112009-07-20 Chong Yidong <cyd@stupidchicken.com>
22612
22613 * files.el (hack-local-variables-filter): Fix last change.
22614
2ee20f24
JL
226152009-07-19 Juri Linkov <juri@jurta.org>
22616
22617 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22618 (dir-local-variables-alist): New buffer-local variable.
22619 (hack-local-variables-filter): If variable is not dir-local,
22620 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22621 because file-local overrides dir-local.
3570691b 22622 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
22623 Remove obsolete declaration.
22624 (hack-dir-local-variables): Add dir-local variable/value pair to
22625 `dir-local-variables-alist' and remove duplicates. Doc fix.
22626
22627 * help-fns.el (describe-variable): Add information about
22628 file-local and dir-local variables.
22629
89bf83cd
CY
226302009-07-19 Chong Yidong <cyd@stupidchicken.com>
22631
22632 * files.el (hack-local-variables-filter): Rewrite.
22633
1a8d3541
GM
226342009-07-19 Glenn Morris <rgm@gnu.org>
22635
d9e8a018
GM
22636 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22637 Silence compiler by only defining on XEmacs.
22638
da332cfb
GM
22639 * international/mule.el (auto-coding-regexp-alist): Only match
22640 BABYL... at the start of buffer, not of lines. (Bug#3790)
22641
1a8d3541
GM
22642 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22643 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22644 (cal-menu-context-mouse-menu): Doc fix.
22645
22646 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22647
22648 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22649
d842b103
JL
226502009-07-18 Juri Linkov <juri@jurta.org>
22651
22652 * info.el: Virtual Info keyword finder.
3570691b 22653 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22654 (Info-finder-file): New variable.
22655 (Info-finder-find-file): New function.
22656 (finder-known-keywords, finder-package-info)
22657 (find-library-name, lm-commentary): Use defvar and
22658 declare-function to silence compiler warnings.
22659 (Info-finder-find-node): New function.
22660 (info-finder): New command.
22661
22662 * subr.el (process-kill-buffer-query-function): New function.
22663 (add-hook)<kill-buffer-query-functions>: Add hook
22664 `process-kill-buffer-query-function'.
22665
10d37df7
AM
226662009-07-18 Alan Mackenzie <acm@muc.de>
22667
7b6fefac 22668 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22669 (c-postprocess-file-styles): Give invocation of `c-set-style'
22670 DONT-OVERRIDE parameter of t. Already set style variables will
22671 thus not be overridden by style settings given by `c-file-syle'.
22672
22673 * files.el (hack-local-variables-filter): Remove entries with
22674 duplicate keys from `file-local-variables-alist'.
22675
102e1a41
EZ
226762009-07-18 Eli Zaretskii <eliz@gnu.org>
22677
22678 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22679 x-set-selection if display-selections-p returns nil for the
22680 current frame.
22681
16f2e9fc
CY
226822009-07-18 Chong Yidong <cyd@stupidchicken.com>
22683
22684 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22685
f22693fc
EZ
226862009-07-18 Eli Zaretskii <eliz@gnu.org>
22687
a6c2c80c
EZ
22688 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22689 Accept nil in addition to a regexp.
22690 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22691 Accept nil in addition to a regexp.
22692 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22693 buffers that have an associated file. Handle nil values of
22694 desktop-buffers-not-to-save and desktop-files-not-to-save.
22695 (Bug#3833)
22696
f22693fc
EZ
22697 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22698 (x-disown-selection-internal): New functions.
22699
e456379a
NR
227002009-07-18 Nick Roberts <nickrob@snap.net.nz>
22701
22702 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22703 warning.
22704 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22705 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22706
0013b70f
CY
227072009-07-18 David De La Harpe Golden <david@harpegolden.net>
22708
22709 * simple.el (set-mark): Revert last change.
22710
0855c2ca
CY
227112009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22712
22713 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22714 rendering of pngs is not possible instead of messaging a long
22715 description.
22716
3f5c9cad
CY
227172009-07-17 David De La Harpe Golden <david@harpegolden.net>
22718
22719 * w32-fns.el (x-selection-owner-p): New function.
22720
22721 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22722 (mouse-yank-at-click, mouse-yank-primary):
22723 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22724 insertion.
3f5c9cad
CY
22725
22726 * simple.el (deactivate-mark, set-mark): Only save selection if we
22727 own it.
22728
1fc87f9b
KH
227292009-07-17 Kenichi Handa <handa@m17n.org>
22730
22731 * case-table.el (describe-buffer-case-table): Fix for the case
22732 that KEY is a cons.
22733
d56fdcd2
DN
227342009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22735
22736 * vc-rcs.el (vc-rcs-find-file-hook):
22737 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22738
bede3e9f
MA
227392009-07-16 Michael Albinus <michael.albinus@gmx.de>
22740
22741 * net/tramp.el (tramp-wait-for-output): Handle the case when
22742 commands do not return a newline but a null byte before the shell
22743 prompt. (Bug#3858)
22744
7653ca1d
YM
227452009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22746
22747 * term/ns-win.el (ns-set-alpha): Don't declare.
22748 (ns-set-background-alpha): Remove function.
22749
ed2a52e9
SM
227502009-07-16 Kevin Ryde <user42@zip.com.au>
22751
22752 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22753 y-or-n-p, for safety.
22754
7a907299
RS
227552009-07-16 Richard Stallman <rms@gnu.org>
22756
22757 * files.el (auto-save-mode): If buffer-saved-size is -2,
22758 don't clobber it.
22759
22760 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22761 (rmail-retry-ignored-headers): Add more uninteresting fields.
22762
c0db3477
CY
227632009-07-15 Jari Aalto <jari.aalto@cante.net>
22764
22765 * net/rcirc.el (rcirc): Use history variables.
22766 (rcirc-server-name-history, rcirc-nick-name-history)
22767 (rcirc-server-port-history): New variables.
22768
6c875452
KH
227692009-07-15 Kenichi Handa <handa@m17n.org>
22770
bf974dc9
KH
22771 * international/mule-cmds.el (set-language-environment-charset):
22772 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22773 ignore them.
22774
6c875452
KH
22775 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22776 Delete unibyte-display.
22777
2066b4fe
CY
227782009-07-15 Chong Yidong <cyd@stupidchicken.com>
22779
22780 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22781
f9be2e35
CY
227822009-07-15 Chong Yidong <cyd@stupidchicken.com>
22783
22784 * simple.el (deactivate-mark): Optional argument FORCE.
22785 (set-mark): Use deactivate-mark.
22786
22787 * info.el (Info-search): No need to check transient-mark-mode
22788 before calling deactivate-mark.
22789
22790 * select.el (x-set-selection): Doc fix.
22791 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22792 (xselect--selection-bounds): Handle buffer values.
22793 Suggested by David De La Harpe Golden.
f9be2e35 22794
6a7662bb
BR
22795 * mouse.el (mouse-set-region, mouse-drag-track):
22796 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22797 select-active-regions work.
22798
be3e598a 227992009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22800
22801 * simple.el (deactivate-mark): If select-active-regions is
22802 non-nil, copy the selection data into a string.
22803 (activate-mark): If select-active-regions is non-nil, set the
22804 selection to the current buffer.
22805 (set-mark): Update selection if select-active-regions is non-nil.
22806
22807 * select.el (x-valid-simple-selection-p): Allow buffer values.
22808
cbd61418
SM
228092009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22810
22811 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22812 and more featureful message-mode.
22813
f470187f
CY
228142009-07-14 Chong Yidong <cyd@stupidchicken.com>
22815
22816 * select.el (x-set-selection): Doc fix.
22817 (x-valid-simple-selection-p): Disallow selection data consisting
22818 of a list or cons of integers, since that is not used.
22819 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22820 (xselect-convert-to-string, xselect-convert-to-length)
22821 (xselect-convert-to-filename, xselect-convert-to-charpos)
22822 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22823
bfc99364
DD
228242009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22825
22826 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22827 output in -break-info command (Emacs bug #3794).
22828
e32721f5
GM
228292009-07-14 Glenn Morris <rgm@gnu.org>
22830
1e46f9e4
GM
22831 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22832 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22833 (edebug-print-length, edebug-print-level, edebug-print-circle)
22834 (edebug-sit-for-seconds, edebug-view-outside)
22835 (edebug-bounce-point, edebug-set-global-break-condition)
22836 (edebug-Go-nonstop-mode, edebug-trace-mode)
22837 (edebug-Trace-fast-mode, edebug-continue-mode)
22838 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22839 (edebug-visit-eval-list): Doc fixes.
22840
e32721f5
GM
22841 * subr.el (def-edebug-spec): Doc fix.
22842
66a85e76
KH
228432009-07-14 Kenichi Handa <handa@m17n.org>
22844
22845 * international/characters.el: Fix setting of category ?C.
22846
28571246
JD
228472009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22848
7b6fefac 22849 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22850 ns-popup-font-panel instead of generate-fontset-menu.
22851
5d74672c
EZ
228522009-07-12 Eli Zaretskii <eliz@gnu.org>
22853
7b6fefac 22854 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22855
eb1727a4
CY
228562009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22857
22858 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22859 the PK\003\004 header (Bug#3770).
22860
208384c5
CY
228612009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22862
22863 * pcomplete.el (pcomplete-comint-setup): Check for
22864 shell-dynamic-complete-filename too.
22865
774409a1
CY
228662009-07-11 Chong Yidong <cyd@stupidchicken.com>
22867
22868 * simple.el (temporary-goal-column): Change the value for
22869 line-move-visual to a cons cell.
22870 (line-move-visual): Record or set the window hscroll, if
22871 necessary (Bug#3494).
22872 (line-move-1): Handle cons value of temporary-goal-column.
22873
1639ee1d
KH
228742009-07-11 Kenichi Handa <handa@m17n.org>
22875
22876 * international/mule-diag.el (describe-character-set): Don't show
22877 width.
22878
2b1d2412
SS
228792009-07-10 Sam Steingold <sds@gnu.org>
22880
22881 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22882 Omake sometimes indents the errors it prints, so allow all
22883 regexps to start with spaces.
22884
ed3a5691
EZ
228852009-07-10 Eli Zaretskii <eliz@gnu.org>
22886
ed2a52e9
SM
22887 * cus-edit.el (customize-changed-options-previous-release):
22888 Bump value to 22.1. (Bug#3804)
ed3a5691 22889
49405d0e
SS
228902009-07-08 Sam Steingold <sds@gnu.org>
22891
22892 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22893 to be a cons cell (test . ignored-directory) to selectively ignore
22894 some directories depending on the location of the search.
22895
93c3eb7c
MA
228962009-07-08 Michael Albinus <michael.albinus@gmx.de>
22897
22898 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22899 remote user is root, on the local host.
22900 (tramp-local-host-p): Either the local user or the remote user
22901 must be root. (Bug#3771)
22902
6f2a8484
NR
229032009-07-08 Nick Roberts <nickrob@snap.net.nz>
22904
22905 * progmodes/gdb-mi.el (gdb): Remove description of
22906 gdb-use-separate-io-buffer.
69cb8d82 22907 (menu): Don't allow toggling of or enable
6f2a8484
NR
22908 gdb-use-separate-io-buffer from menubar.
22909
88d03607
CY
229102009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22911
22912 * mail/unrmail.el (unrmail): Make sure the message ends with two
22913 newlines (Bug#3769).
22914
7ef5b8b2
GM
229152009-07-08 Glenn Morris <rgm@gnu.org>
22916
22917 * calendar/calendar.el (calendar-current-date): Rework previous change.
22918
3ce82f97
GM
229192009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22920
22921 * calendar/calendar.el (calendar-current-date):
22922 Add an optional argument giving an offset from today.
22923
f35fc841
GM
229242009-07-08 Glenn Morris <rgm@gnu.org>
22925
22926 * tutorial.el (tutorial--describe-nonstandard-key):
22927 Adjust the message for when a key has been unbound.
22928 (help-with-tutorial): Hide the arch-tag.
22929
40149292
KH
229302009-07-08 Kenichi Handa <handa@m17n.org>
22931
69cb8d82
KH
22932 * international/fontset.el (setup-default-fontset): For each
22933 script, append (not set) font-specs.
22934
40149292
KH
22935 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22936 docstring.
22937
ff0c4194
NR
229382009-07-08 Nick Roberts <nickrob@snap.net.nz>
22939
22940 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22941 -data-list-register-names to ...
22942 (gdb-starting): ... here because GDB 7.0 requires execution to
22943 have started when using this MI command.
22944 (gdb-set-header): New function to distinguish select and
22945 unselected tabs in gdb buffers.
22946 (gdb-propertize-header): New macro that uses gdb-set-header.
22947 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22948 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22949
8954c675
CY
229502009-07-07 Chong Yidong <cyd@stupidchicken.com>
22951
22952 * Makefile.in (ELCFILES): Remove fadr.elc.
22953
0996385d
DD
229542009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22955
dc6b4519
DD
22956 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22957 may contain frame information, so `string-match' should be used.
22958 (gdb-update): Disassembly is invalidated through
22959 `gdb-get-selected-frame'.
22960 (gdb-pad-string): New function to pad string with spaces.
22961 (gdb-invalidate-disassembly): Invalidate only if the buffer
22962 exists.
22963 (gdb-disassembly-handler-custom): Column alignment.
22964 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22965 placing new ones.
22966 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22967 end of line, too.
22968 (gdb-frame-handler): Match convention to for disassembly buffer
22969 mode name.
17c1380b 22970 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22971 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22972 not highlight breakpoints without line information.
69a197a2 22973 (gdb-input): Add trailing newline to command.
dc6b4519 22974
14340b25
DD
22975 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22976 buffer properly.
22977 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22978 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22979 now.
22980 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22981 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22982 to place breakpoints.
14340b25
DD
22983 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22984 functions.
22985 (gdb-disassembly-handler-custom): Show overlay arrow.
22986 (gdb-disassembly-place-breakpoints): Show breakpoints in
22987 disassembly buffer.
22988 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22989 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22990 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22991 in `gud-menu-map'.
14340b25 22992
38d4f316 22993 * fadr.el: Remove.
1f2a6224 22994
7b6fefac 22995 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22996 (gdb-memory-address): New variable which holds top address of
7b6fefac 22997 memory page shown in memory buffer.
6a7662bb
BR
22998 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22999 New customization variables.
0996385d
DD
23000 New functions:
23001 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
23002 display the memory buffer.
23003 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
23004 buffer display parameters.
23005 (def-gdb-memory-format, gdb-memory-format-binary)
23006 (gdb-memory-format-octal, gdb-memory-format-unsigned)
23007 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
23008 Functions for setting memory buffer format.
23009 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23010 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
23011 unit size used in memory buffer.
6a7662bb
BR
23012 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
23013 Switch to next/previous page of memory buffer.
28d67a53 23014 Now using (bindat-get-field) instead of fadr functions.
0996385d 23015
9ba562d3
SS
230162009-07-07 Sam Steingold <sds@gnu.org>
23017
23018 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
23019 non-top-level files.
23020
a43977db
KH
230212009-07-07 Kenichi Handa <handa@m17n.org>
23022
6a7662bb
BR
23023 * international/mule-cmds.el (reset-language-environment):
23024 Put the highset priority to the charset iso-8859-1.
a43977db 23025
d44d05e8
CY
230262009-07-06 Chong Yidong <cyd@stupidchicken.com>
23027
23028 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
23029 to the end of the line when locating the block (Bug#700).
23030
3e2fa353
MA
230312009-07-06 Michael Albinus <michael.albinus@gmx.de>
23032
23033 * net/tramp.el (tramp-handle-write-region): Flush file properties
23034 in case of short track.
23035
be3e598a 230362009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 23037
bf0b361c
JB
23038 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
23039 Coded custom representation of verilog error regular expressions
23040 to work with Emacs-22's new format.
d88782c3 23041 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 23042 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
23043 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
23044 error recognition into XEmacs.
23045 (verilog-error-regexp-add-emacs): Hook routine to install verilog
23046 error recognition into Emacs-22.
23047
25c6f63e
CY
230482009-07-06 Chong Yidong <cyd@stupidchicken.com>
23049
23050 * woman.el: Remove stand-alone closing parentheses.
23051 (woman-file-name, woman2-format-paragraphs)
23052 (woman-leave-blank-lines): Code cleanup.
23053 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
23054 (woman-italic, woman-bold, woman-unknown, woman-addition):
23055 Change defaults to inherit from default faces.
25c6f63e
CY
23056 (woman2-process-escapes): Consume the newline after a stand-alone
23057 filler character (Bug#3651).
23058
f176290e
GM
230592009-07-06 Glenn Morris <rgm@gnu.org>
23060
23061 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
23062 (top-level): Move provide to the end.
23063 (ffap): Remove defunct URL from custom group.
23064
23065 * subr.el (eval-after-load): Doc fix.
23066
7b6fefac 230672009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
23068
23069 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
23070 `calc-embedded-word' is called twice.
23071
4b8b1ec5
SM
230722009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23073
23074 * files.el (find-alternate-file-other-window, find-alternate-file):
23075 Obey confirm-nonexistent-file-or-buffer.
23076
d6ceb380
MA
230772009-07-05 Michael Albinus <michael.albinus@gmx.de>
23078
23079 * dired-aux.el (dired-show-file-type): Handle remote files.
23080
be3e598a 230812009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 23082
4b8b1ec5
SM
23083 * desktop.el (desktop-globals-to-save):
23084 Add file-name-history (Bug#2750).
c760f19e 23085
6d00ce04
CY
230862009-07-05 Chong Yidong <cyd@stupidchicken.com>
23087
4b8b1ec5 23088 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 23089
6ee21b07
JB
230902009-07-04 Johan Bockgård <bojohan@gnu.org>
23091
23092 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
23093 property on entire argument since this is what eshell-lisp-command
23094 expects.
23095
f0dbdc25
MA
230962009-07-03 Michael Albinus <michael.albinus@gmx.de>
23097
23098 * net/tramp-gvfs.el (tramp-gvfs-methods)
23099 (tramp-gvfs-zeroconf-domain)
23100 (tramp-bluez-discover-devices-timeout): Add version flag.
23101 (tramp-gvfs-handler-mounted-unmounted)
23102 (tramp-gvfs-connection-mounted-p): Polish handling of
23103 incompatibilities between GVFS 0.2 and 1.0.
23104
e044e4fc
JD
231052009-07-03 Jan Djärv <jan.h.d@swipnet.se>
23106
4b8b1ec5 23107 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 23108
2e9b968b
JB
231092009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
23110
bf0b361c 23111 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
23112 formatted correctly.
23113
baf1a55e
JL
231142009-07-02 Juri Linkov <juri@jurta.org>
23115
23116 * info.el: Virtual Info files and nodes.
23117 (Info-virtual-files, Info-virtual-nodes): New variables.
23118 (Info-current-node-virtual): New variable.
23119 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
23120 New functions.
23121 (Info-file-supports-index-cookies): Use Info-virtual-file-p
23122 to check for a virtual file instead of checking a fixed list
23123 of node names.
23124 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
23125 instead of ad-hoc processing of "dir" and (apropos history toc).
23126 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
23127 instead of ad-hoc processing of "dir" and (apropos history toc).
23128 Reread a file when moving from a virtual node.
23129 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
23130 (Info-directory-toc-nodes, Info-directory-find-file)
23131 (Info-directory-find-node): New functions.
23132 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
23133 (Info-history): Move part of code to
23134 `Info-history-find-node'.
23135 (Info-history-toc-nodes, Info-history-find-file)
23136 (Info-history-find-node): New functions.
23137 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
23138 (Info-toc): Move part of code to `Info-toc-find-node'.
23139 (Info-toc-find-node): New function.
4b8b1ec5 23140 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
23141 the current Info file name to references because now the node
23142 "*TOC*" belongs to the same Info manual.
4b8b1ec5 23143 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
23144 (Info-toc-nodes): Rename input argument `file' to `filename'.
23145 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
23146 instead of ad-hoc processing of ("dir" apropos history toc).
23147 (Info-index-nodes): Use Info-virtual-file-p
23148 to check for a virtual file instead of checking a fixed list
23149 of node names.
23150 (Info-index-node): Add check for `Info-current-node-virtual'.
23151 Raise `save-match-data' higher up the tree to contain
23152 `search-forward' too (bug fix).
23153 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
23154 (Info-virtual-index-nodes): New variable.
23155 (Info-virtual-index-find-node, Info-virtual-index): New functions.
23156 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
23157 (Info-apropos-file, Info-apropos-nodes): New variables.
23158 (Info-apropos-toc-nodes, Info-apropos-find-file)
23159 (Info-apropos-find-node, Info-apropos-matches): New functions.
23160 (info-apropos): Move part of code to `Info-apropos-find-node' and
23161 `Info-apropos-matches'.
23162 (Info-mode-map): Bind "I" to `Info-virtual-index'.
23163 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
23164 for a virtual file instead of checking a fixed list of node names.
23165
23166 * simple.el (async-shell-command): New command.
23167
23168 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
23169
23170 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
23171 instead of `mount-info'.
23172
d04bc496
MA
231732009-07-02 Michael Albinus <michael.albinus@gmx.de>
23174
23175 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 23176 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 23177
af0403e0
KH
231782009-07-02 Kenichi Handa <handa@m17n.org>
23179
23180 * international/mule.el (set-keyboard-coding-system): Force *-unix
23181 coding-system to avoid eol conversion.
23182
99278f8a
MA
231832009-07-01 Michael Albinus <michael.albinus@gmx.de>
23184
4b8b1ec5
SM
23185 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
23186 Add handler for `process-file', `shell-command' and
99278f8a
MA
23187 `start-file-process'.
23188 (tramp-gvfs-handle-shell-command)
23189 (tramp-gvfs-handle-start-file-process)
23190 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 23191 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 23192
3f1c6666
JD
231932009-07-01 Jan Djärv <jan.h.d@swipnet.se>
23194
23195 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
23196
3f396bac
KH
231972009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
23198
23199 * language/korean.el (set-language-info-alist): Add korean-cp949,
23200 cp949 to spec.
23201
c1185193
KH
232022009-07-01 Kenichi Handa <handa@m17n.org>
23203
23204 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
23205
23206 * international/encoded-kb.el: Deleted.
23207
23208 * international/mule.el (set-keyboard-coding-system): Perform the
23209 necessary setup here instead of calling encoded-kbd-setup-display.
23210
3f150a60
GM
232112009-07-01 Glenn Morris <rgm@gnu.org>
23212
23213 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
23214
b0d5b05b
GM
232152009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
23216
23217 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
23218
4f4126e6
MA
232192009-06-30 Michael Albinus <michael.albinus@gmx.de>
23220
4b8b1ec5
SM
23221 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
23222 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 23223 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 23224
7ae3ea65 23225 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
23226 (top): Add a default for "synce" in `tramp-default-user-alist'.
23227 Add completion function for "synce" method.
23228 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
23229 (tramp-hal-interface-manager, tramp-hal-interface-device):
23230 New defconst.
23231 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
23232 (tramp-synce-list-devices, tramp-synce-parse-device-names):
23233 New defuns.
d6ceb380
MA
23234
23235 * net/trampver.el: Update release number.
7ae3ea65 23236
0ad6626b
KH
232372009-06-30 Kenichi Handa <handa@m17n.org>
23238
23239 * international/fontset.el (setup-default-fontset): Add CJK fonts
23240 for symbols and the other miscellaneous characters.
23241
4b8b1ec5
SM
23242 * language/korea-util.el (setup-korean-environment-internal):
23243 Make char-width-table suitable for Korean environments.
0ad6626b
KH
23244 (exit-korean-environment): Cancel above.
23245
23246 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
23247 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 23248 setup-function to make char-width-table suitable for respective
0ad6626b
KH
23249 environments, and an exit-function to cancel that.
23250
23251 * language/japan-util.el (setup-japanese-environment-internal):
23252 Call use-cjk-char-width-table with arg `ja_JP'.
23253
23254 * international/characters.el (cjk-char-width-table): Delete it.
23255 (cjk-char-width-table-list): New variable.
23256 (use-cjk-char-width-table): New arg local-name.
23257 (use-default-char-width-table): Fix for the case that Emacs is
23258 already using the default char-width-table.
23259
fd46e893
MA
232602009-06-29 Michael Albinus <michael.albinus@gmx.de>
23261
23262 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
23263 modes mandatory. (Bug#3712)
23264
b87d9f96
AM
232652009-06-29 Alan Mackenzie <acm@muc.de>
23266
23267 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 23268 correction between the visible width of TABs and their number of bytes.
b87d9f96 23269
2d25aa5a
CY
232702009-06-29 Chong Yidong <cyd@stupidchicken.com>
23271
23272 * server.el (server-buffer-done): Prevent kill-buffer from
23273 prompting by clearing the buffer modification flag (Bug#3696).
23274
a3a8b002
DN
232752009-06-28 Michael McNamara <mac@mail.brushroad.com>
23276
bf0b361c 23277 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 23278 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
23279 (verilog-basic-complete-re): Support localparam lineup.
23280 (verilog-beg-of-statement-1): Fix for robustness, unique case.
23281 (verilog-set-auto-endcomments): Fix for unique case, always_comb
23282 commenting.
23283 (verilog-leap-to-case-head): Now support *nested* unique &
23284 priority case statements.
23285 (verilog-auto-lineup): Make just declarations the default (as it
23286 had been).
4b8b1ec5 23287 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 23288 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 23289 select the various styles of automatic lineup.
a3a8b002
DN
23290 (verilog-error-regexp-alist): Rework to support the XEmacs style
23291 of error regular expressions from compilers, lint tools &
23292 simulators. Note that GNU Emacs has made it impossible for a mode
23293 to load such things.
23294 (electric-verilog-terminate-line, verilog-indent-declaration)
23295 (verilog-auto-wiure): Rework for radio button selection of
23296 auto-lineup selection of specification of auto lineup.
23297 (verilog-beg-of-statement-1): Redesign to support proper operation
23298 in additional code, based on testing with auto-lineup.
23299 (verilog-calculate-indent, assignments & declarations)
23300 (verilog-backward-token): Enhance to support auto-lineup of
23301 assignments & declarations.
23302 (verilog-in-directive-p, verilog-at-struct-p): New function for
23303 easy test of whether we are.
23304 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
23305 to support safe execution at almost anyline.
23306 (verilog-calc-1): Properly support indenting deep inside generate
23307 blocks.
48c2d18a 23308 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 23309 as it is redundant with font-lock-defaults.
a8f316ca 23310 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
23311 to avoid circular calls if syntax-ppss is a function (as is the
23312 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 23313 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
23314 (verilog-ovm-begin-re, verilog-ovm-end-re)
23315 (verilog-ovm-statement-re, verilog-leap-to-head)
23316 (verilog-backward-token): Add support for OVM macros. Some are
23317 complete statements, and others open and close scopes like begin
23318 and end.
23319 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
23320 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 23321 compilation issue.
48c2d18a 23322 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 23323 coverpoint, constraint and cross statements.
a3a8b002
DN
23324 (verilog-defun-level-list, verilog-generate-defun-level-list)
23325 (verilog-all-defun-level-list): Redo these specifications - it is
23326 too hard to support eval-when compile aggregation of lists also
23327 built at when-compile time.
23328 (verilog-defun-level-list): Place defconsts of variables used in
23329 building regular expressions which are built in eval-when-compile
23330 bodies in the same eval-when-compile body to facilitate compile
23331 without load.
23332 (verilog-beg-block-re-ordered): Support indenting
23333 virtual/protected tasks and functions.
7b6fefac 23334 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
23335 (verilog-backward-ws&directives, verilog-calc-1): Speed up
23336 indentation of some module items (generate items).
23337 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
23338 across virtual/protected tasks and functions.
23339
233402009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
23341
bf0b361c 23342 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 23343 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
23344 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
23345 in concatenations. Reported by Yishay Belkind.
23346 (verilog-auto-ascii-enum): Support one-hot state machines in
23347 AUTOASCIIENUM. Suggested by Lloyd Gomez.
23348 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
23349 modport in AUTOINST and add vl-modport for users.
23350 Reported by David Rogoff.
a3a8b002
DN
23351 (verilog-auto-inout-module, verilog-auto-inst)
23352 (verilog-decls-get-interfaces, verilog-insert-definition)
23353 (verilog-insert-one-definition, verilog-read-decls)
23354 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
23355 (verilog-sig-modport, verilog-signals-combine-bus)
23356 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
23357 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
23358 Suggested by David Rogoff.
23359 (verilog-repair-open-comma): Fix non-insertion of comma when
23360 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
23361 (verilog-make-width-expression): Simplify [A-1:0] expression
23362 widths to just {A{1'b0}}.
23363 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
23364 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
23365 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
23366 inputs/outputs or data type. Suggested by Vasu Kandadi.
23367 (next-error-last-buffer): Fix byte-compiler warning.
23368 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
23369 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 23370 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 23371 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 23372 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 23373 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 23374 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
23375 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
23376 causing use of <= assignments. Reported by Alex Reed.
23377 (verilog-read-decls): Fix triand, trior, wand, wor to be
23378 recognized by AUTOWIRE. Reported by Spencer Isaacson.
23379 (verilog-extended-complete-re): Support import "DPI-C" functions.
23380 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 23381 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
23382 (verilog-insert-date, verilog-insert-year)
23383 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23384 Windows systems. Reported by Michael Potts.
23385 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 23386 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 23387 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 23388 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
23389 (verilog-read-decls): Fix detecting "parameter int" when using
23390 AUTOINSTPARAM. Reported by Bruce T.
23391 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 23392 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 23393 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
23394 verilog-goto-defun will work. Reported by Lawrence Butcher.
23395 (verilog-getopt): Expand environment variables in -f file
23396 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 23397 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
23398 when reading enumerations.
23399 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23400 Suggested by Stephen Peltan.
4b8b1ec5 23401 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
23402 files. Reported by Steve Peltan.
23403
f7c0d931
CY
234042009-06-28 David De La Harpe Golden <david@harpegolden.net>
23405
23406 * files.el (trash-directory): Fix defcustom type.
23407
baf1a55e 234082009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
23409
23410 * help-fns.el (describe-function-1): Correctly locate adviced
23411 functions in hyperlink (Bug#2438).
23412
d63a01ef
CY
234132009-06-28 Chong Yidong <cyd@stupidchicken.com>
23414
23415 * files.el (trash-directory): Change default to nil.
23416 (move-file-to-trash): If trash-directory is nil and
23417 system-move-file-to-trash is unbound, perform freedesktop-style
23418 trashing.
23419
234202009-06-28 David De La Harpe Golden <david@harpegolden.net>
23421
23422 * files.el (move-file-to-trash): Add freedesktop trash
23423 support (Bug#973).
23424
fc2f6a26
GM
234252009-06-28 Glenn Morris <rgm@gnu.org>
23426
23427 * autorevert.el (global-auto-revert-non-file-buffers)
23428 (global-auto-revert-mode): Doc fixes.
23429
00242b07
JB
234302009-06-27 Johan Bockgård <bojohan@gnu.org>
23431
23432 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23433
f5594f03
CY
234342009-06-27 Chong Yidong <cyd@stupidchicken.com>
23435
e8a2b2da
CY
23436 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23437 opened an X connection before calling x-get-resource (Bug#3194).
23438
f5594f03
CY
23439 * play/doctor.el: Remove reference to obsolete website.
23440 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23441
3c3bf6ce
DN
234422009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23443
23444 Remove find-file-not-found-hook VC method. (Bug#2757)
23445 * vc-hooks.el (vc-file-not-found-hook)
23446 (vc-default-find-file-not-found-hook): Remove functions.
23447 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23448 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23449 * vc.el:
23450 * vc-hg.el:
23451 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23452
e26a7bc0
AM
234532009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23454
23455 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 23456 compatibility function for `looking-back'.
e26a7bc0 23457
4b8b1ec5 23458 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 23459 Use `ispell-looking-back'.
e26a7bc0 23460
d9848600
MA
234612009-06-24 Michael Albinus <michael.albinus@gmx.de>
23462
23463 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 23464 rather than `filename'.
d9848600 23465
05fbc4a9
MB
234662009-06-23 Miles Bader <miles@gnu.org>
23467
23468 * face-remap.el (text-scale-set): New function.
23469
f86ca715
GM
234702009-06-23 Glenn Morris <rgm@gnu.org>
23471
33e2c2e5
GM
23472 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23473
f529f302
GM
23474 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23475
34995333
GM
23476 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23477
cc80ccee
GM
23478 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23479
84cb770d
GM
23480 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23481 Simplify Persian conditionals.
23482
d916c965
GM
23483 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23484 variable `filename'.
23485
b6a44b27
GM
23486 * comint.el (comint-insert-input): Doc fix.
23487
f86ca715
GM
23488 * Makefile.in (ELCFILES): Fix typo in previous change.
23489
666e158e
MB
234902009-06-23 Miles Bader <miles@gnu.org>
23491
23492 * cus-start.el: Add entry for `recenter-redisplay'.
23493
be3e598a 234942009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
23495
23496 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23497 Add an optional argument for the backend, use it instead of
23498 calling vc-backend.
4b8b1ec5
SM
23499 (vc-mode-line): Add an optional argument for the backend.
23500 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
23501 special handling for vc-state being a buffer to ...
23502
23503 * vc-rcs.el (vc-rcs-find-file-hook):
23504 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23505
23506 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23507 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23508 vc-stay-local-p and vc-mode-line calls.
23509
23510 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23511 (vc-cvs-diff, vc-cvs-annotate-command)
23512 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23513 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23514 vc-mode-line calls.
23515
23516 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23517 direct comparison.
23518 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23519 backend when calling vc-mode-line.
23520 (vc-register): Do not create a closure for calling the vc register
23521 function, call it directly.
23522
2764748c
DN
235232009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23524
23525 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23526 to make it obvious item can be clicked.
f5a0b281
DN
23527
23528 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23529
d4a885b2
KH
235302009-06-23 Kenichi Handa <handa@m17n.org>
23531
23532 * language/korea-util.el (korean-key-bindings): Change the binding
23533 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23534 same command.
23535
e3610693
MA
235362009-06-22 Michael Albinus <michael.albinus@gmx.de>
23537
23538 Sync with Tramp 2.1.16.
23539
23540 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23541
23542 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23543 when a loading of a package fails. Completion function for rsync
23544 is `tramp-completion-function-alist-ssh'.
23545 (all): Replace all calls of `split-string' and
23546 `tramp-split-string' by `tramp-compat-split-string'.
23547 (tramp-default-method): Use `tramp-compat-process-running-p'.
23548 (tramp-default-proxies-alist): Allow also Lisp forms.
23549 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 23550 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
23551 (tramp-domain-regexp): Allow also "-", "_" and ".".
23552 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23553 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23554 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
23555 (tramp-handle-directory-files-and-attributes-with-stat):
23556 Care about filenames with spaces, or starting with "-".
e3610693
MA
23557 (tramp-handle-dired-uncache): New defun.
23558 (tramp-handle-insert-directory): Don't flush the directory from
23559 cache, this is handled by `dired-uncache' now.
23560 (tramp-handle-insert-file-contents): Improve error handling.
23561 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23562 Quote `tramp-end-of-output'.
23563 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
23564 (tramp-check-for-regexp): Both echoes must be present, before removing.
23565 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
23566 (tramp-compute-multi-hops): Eval cons cells of
23567 `tramp-default-proxies-alist'.
23568 (tramp-maybe-open-connection): Use the same command pattern for
23569 first hop and further hops.
23570 (tramp-wait-for-output): Remove handling of newlines.
23571 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23572 (tramp-split-string): Remove function. It is handled in
23573 tramp-compat now.
23574
4b8b1ec5
SM
23575 * net/tramp-cmds.el (tramp-bug):
23576 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
23577
23578 * net/tramp-compat.el (tramp-compat-split-string)
23579 (tramp-compat-process-running-p): New defuns.
23580
23581 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23582 for `dired-uncache'.
23583
23584 * net/tramp-gvfs.el: New package.
23585
4b8b1ec5
SM
23586 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23587 Add handler for `dired-uncache'.
e3610693
MA
23588 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23589
23590 * net/trampver.el: Update release number. Make version check fit
23591 for SXEmacs 22.
23592
13a3f374
JM
235932009-06-22 Jim Meyering <meyering@redhat.com>
23594
e0a28a3b 23595 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
23596 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23597 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23598
5242671e 235992009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 23600 Nick Roberts <nickrob@snap.net.nz>
13a3f374 23601
e0a28a3b 23602 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
23603 repository (http://sphinx.net.ru/hg/gdb-mi/).
23604
3fde45af
GM
236052009-06-22 Glenn Morris <rgm@gnu.org>
23606
46253b34
GM
23607 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23608 `mode' and `eval' entries. (Bug#3430)
23609
97e18192
GM
23610 * Makefile.in (ELCFILES): Add fadr.elc.
23611
731a00fb
GM
23612 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23613 differing behavior of \n and ^ in strings. (Bug#3385)
23614
c66cd0ff
GM
23615 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23616
3fde45af
GM
23617 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23618 property.
23619 (lisp-indent-function): Make it a defcustom.
23620
db2241a0
NR
236212009-06-21 Nick Roberts <nickrob@snap.net.nz>
23622
23623 * progmodes/gdb-ui.el: Replace with ...
5242671e 23624 * progmodes/gdb-mi.el: ... this file.
db2241a0 23625 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23626
236272009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23628
db2241a0
NR
23629 * fadr.el: New file.
23630
38d4f316 23631See ChangeLog.14 for earlier changes.
e3d51b27
MR
23632
23633;; Local Variables:
23634;; coding: utf-8
e3d51b27
MR
23635;; End:
23636
73b0cd50 23637 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23638
23639 This file is part of GNU Emacs.
23640
23641 GNU Emacs is free software: you can redistribute it and/or modify
23642 it under the terms of the GNU General Public License as published by
23643 the Free Software Foundation, either version 3 of the License, or
23644 (at your option) any later version.
23645
23646 GNU Emacs is distributed in the hope that it will be useful,
23647 but WITHOUT ANY WARRANTY; without even the implied warranty of
23648 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23649 GNU General Public License for more details.
23650
23651 You should have received a copy of the GNU General Public License
23652 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.